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

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!convex!tchrist
  3. From: Tom Christiansen <tchrist@convex.COM>
  4. Subject: Re: Is there a spellchecker for VI?
  5. Originator: tchrist@pixel.convex.com
  6. Sender: usenet@news.eng.convex.com (news access account)
  7. Message-ID: <1992Aug27.142604.11111@news.eng.convex.com>
  8. Date: Thu, 27 Aug 1992 14:26:04 GMT
  9. Reply-To: tchrist@convex.COM (Tom Christiansen)
  10. References: <1992Aug27.034210.1134@ucsu.Colorado.EDU>
  11. Nntp-Posting-Host: pixel.convex.com
  12. Organization: Convex Computer Corporation, Colorado Springs, CO
  13. X-Disclaimer: This message was written by a user at CONVEX Computer
  14.               Corp. The opinions expressed are those of the user and
  15.               not necessarily those of CONVEX.
  16. Lines: 26
  17.  
  18. From the keyboard of olsonkk@ucsu.Colorado.EDU (OLSON KIRK):
  19. :Hi all... I was wondering if anyone knew if a spellchecker for VI exists
  20. :and or is available?  Has anyone ever heard of such a thing?
  21.  
  22. I use these macros:
  23.  
  24. "       SPELL MACROS
  25. "
  26. map \s :w^Mgo^V^[:$r!spell %^M
  27. "       spell the file, placing errors at bottom, use \n to find
  28. map \n Gdd\/
  29. "       for find next spelling error
  30. map \/ dePo/\<^V^[pA\>^V^["wdd@w
  31. "       find current word, uses w buffer
  32.  
  33.  
  34. Of course, the ^V should be literal control-V's, etc.
  35.  
  36.  
  37. --tom
  38.  
  39. -- 
  40.     Tom Christiansen      tchrist@convex.com      convex!tchrist
  41. Let's give out a bootable, stand-alone version of GNU emacs, then come 
  42. back in 9 months and find whoever's using it -- and kill them.  
  43.             --Keith Bostic
  44.