home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / editors / 2090 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.4 KB  |  39 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!pckizer
  3. From: pckizer@tamsun.tamu.edu (Philip Kizer)
  4. Subject: Re: Is there a spellchecker for VI?
  5. Message-ID: <1992Aug27.192449.2756@tamsun.tamu.edu>
  6. Organization: Texas A&M University, College Station
  7. References: <1992Aug27.034210.1134@ucsu.Colorado.EDU>
  8. Date: Thu, 27 Aug 1992 19:24:49 GMT
  9. Lines: 28
  10.  
  11. olsonkk@ucsu.Colorado.EDU (OLSON KIRK) writes:
  12. >Hi all... I was wondering if anyone knew if a spellchecker for VI exists
  13. >and or is available?  Has anyone ever heard of such a thing?
  14.  
  15.  
  16. Of course, Tom's solution is the best I've seen using standardly availably
  17. utilities...but we have ispell (interactive spell) installed here that I
  18. like to use.
  19.  
  20.  
  21. My macro goes like:
  22. map \s :w! /tmp/spl%^M:!ispell /tmp/spl%^M:%!cat /tmp/spl%^M:!rm /tmp/spl%^M^M
  23.  
  24.  
  25. Still possible for name collision, etc... (i.e. far from perfect), but I
  26. like it. I've forgotten, though, the character for a macro that says "Eat
  27. the next pause" for the "Press Return to Continue" prompt.  I've seen it
  28. before, and heard that it is better that just sending an extra <cr>, but
  29. none of the manuals/docs have it, and I didn't see it in any of the macro
  30. files on the vi archive...anyone know/remember?
  31.  
  32.  
  33. -philip
  34.  
  35.  
  36. _____Philip Kizer______________________________________pckizer@tamu.edu_____
  37.      "Singing is a trick to get people to listen to music
  38.       for longer than they would ordinarily."    -D.Byrne
  39.