home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / programm / 7102 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.5 KB  |  32 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!newsgate.watson.ibm.com!yktnews!admin!The-Village!waterbed
  3. From: margoli@watson.ibm.com (Larry Margolis)
  4. Subject: Re: adding TeX support to EPM
  5. Sender: news@watson.ibm.com (NNTP News Poster)
  6. Message-ID: <1992Dec17.191638.4571@watson.ibm.com>
  7. Date: Thu, 17 Dec 1992 19:16:38 GMT
  8. News-Software: IBM OS/2 PM RN (NR/2) v0.16f by O. Vishnepolsky and R. Rogers
  9. Lines: 16
  10. Reply-To: margoli@watson.IBM.com
  11. Disclaimer: This posting represents the poster's views, not necessarily those of IBM
  12. References: <1gp06aINN9b1@gap.caltech.edu>
  13. Nntp-Posting-Host: netslip63.watson.ibm.com
  14. Organization: The Village Waterbed
  15.  
  16. In <1gp06aINN9b1@gap.caltech.edu> hacker@cco.caltech.edu (Jonathan Bruce Hacker) writes:
  17. >
  18. >Also, is there a simple way to have the EPM spellchecker ignore words
  19. >starting with special characters?  I am thinking specifically of the
  20. >'\' escape character in TeX.  The closest thing I can find is the
  21. >MY_SCRIPT_FILE_TYPE flag, but I'm not too sure what script stuff it
  22. >ignores.
  23.  
  24. That's related to the Script language, used by DCF (Document Composition
  25. Facility, on VM).  MY_SCRIPT_FILE_TYPE just refers to an additional
  26. filetype that will be assumed to contain SCRIPT and GML markup.  You would
  27. probably be best off just modifying EPMLEX.E to skip over words with '\'
  28. as the first character.  Look in the proof2 routine where it calls lexam
  29. to verify the word.
  30. --
  31. Larry Margolis, MARGOLI@YKTVMV (Bitnet), margoli@watson.IBM.com (Internet)
  32.