home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / emacs / help / 4134 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.4 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!Informatik.Uni-Dortmund.DE!fred!maennig
  2. From: maennig@fred.informatik.uni-dortmund.de (Olaf Maennig)
  3. Newsgroups: gnu.emacs.help
  4. Subject: How does spell checking work?
  5. Date: 15 Sep 1992 06:58:32 GMT
  6. Organization: CS Department, Dortmund University, Germany
  7. Lines: 23
  8. Sender: maennig@fred (Olaf Maennig)
  9. Distribution: world
  10. Message-ID: <1941ioINNofh@fbi-news.Informatik.Uni-Dortmund.DE>
  11. Reply-To: maennig@siggi.informatik.uni-dortmund.de
  12. NNTP-Posting-Host: fred
  13.  
  14. Hello.
  15.  
  16. Can anyone tell me how the emacs spell checker can be 'misused' to
  17. spell-check a program?
  18.  
  19. I have written a mode for the specification language TLA+ in which all
  20. keywords are written CAPITAL. I want to check if all capital words are
  21. keywords of the language.
  22.  
  23. I have written such a function by myself, but due to the high amount of
  24. string-handling functions it is absolutely and intolerably too slow.
  25. Furthermore, while using the function a lot of garbage collections are done,
  26. and that's not what I intended the function to do.
  27.  
  28. Who can help?
  29.     Olaf
  30. -- 
  31.  
  32.  ---------------------------------------------------------------------------
  33.      _                   Department of Computer Science IV
  34.     / \     |\/|         University of Dortmund, Germany
  35.     \_/laf  |  |aennig   e-mail: maennig@siggi.informatik.uni-dortmund.de
  36.  ---------------------------------------------------------------------------
  37.