home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / bit / listserv / notabene / 587 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.8 KB  |  43 lines

  1. Newsgroups: bit.listserv.notabene
  2. Path: sparky!uunet!utcsri!skule.ecf!epas!binkley
  3. From: binkley@epas.utoronto.ca (P. Binkley)
  4. Subject: Re: Avoiding unwanted capitalisation of i
  5. Organization: University of Toronto - EPAS
  6. Date: Wed, 19 Aug 1992 13:21:07 GMT
  7. Message-ID: <1992Aug19.132107.28870@epas.toronto.edu>
  8. References: <23416.9208191009@amory>
  9. Sender: news@epas.toronto.edu (USENET)
  10. Nntp-Posting-Host: epas.utoronto.ca
  11. Lines: 30
  12.  
  13. In article <23416.9208191009@amory> M.E.Bennun@CEN.EX.AC.UK writes:
  14. ...
  15. >Is there a way of putting a line into my .SPL such that the letter i
  16. >will be uppercased to I but only where it is the first person singular
  17. >pronoun? The reason is that I also have a line "ie i.e.," (plus
  18. >italics, not shown here). When I run the speller, it turns into I.e.
  19. >because the "i" is also surrounded by separators and is not
  20. >distinguished from " i "
  21.  
  22. Mervyn
  23.  
  24. Here's a kludge that might work.  Pick a character you never use, say
  25. the sigma in the extended ascii set.  Put this line in your .SPL:
  26. "ie i[sigma].e.,", and set your printer file so the sigma doesn't
  27. print.  The "i" is no longer surrounded by separators and should be
  28. immune to the speller.  Of course, it looks funny on screen, and will
  29. have to be fixed before you export the file to any system but your
  30. own, but at least it works.  I think.  Better yet, make it
  31. "ie i[sigma]e.," and fix the printer file so sigma prints as a period.
  32. You could write a little xpl program to replace sigmas (sigmata?) with
  33. periods, once you've finished spell-checking.
  34.  
  35. Perhaps there's a better character than sigma.  The conditional hyphen
  36. would work - it's not a separator, is it?  It wouldn't print, and it
  37. would automatically be suppressed when you export; but it would
  38. sometimes trigger hyphenation.  Any other ideas out there?
  39.  
  40. Peter Binkley
  41. binkley@epas.utoronto.ca
  42.  
  43.