home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / emacs / help / 5111 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.4 KB

  1. Xref: sparky gnu.emacs.help:5111 gnu.epoch.misc:1202
  2. Newsgroups: gnu.emacs.help,gnu.epoch.misc
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!nsisrv!pat
  4. From: pat@gsfc.nasa.gov (patrick m. ryan)
  5. Subject: need help w/ lightbrite.el and FORTRAN
  6. Message-ID: <1992Dec17.130650.23470@nsisrv.gsfc.nasa.gov>
  7. Keywords: epoch lisp fortran lightbrite
  8. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  9. Nntp-Posting-Host: jaameri.gsfc.nasa.gov
  10. Organization: Goddard Space Flight Center
  11. X-Newsreader: TIN [version 1.1 PL8]
  12. Date: Thu, 17 Dec 1992 13:06:50 GMT
  13. Lines: 25
  14.  
  15.  
  16. I've recently started using Marc Andressen's lightbrite package
  17. and I'm loving it.  I want to modify it so that is highlights
  18. Fortran programs.  So far, all I've added is this:
  19.  
  20.        ;; Fortran highlighting
  21.        ((string-equal mode-name "Fortran")
  22.     (brite::regexp-touchup-comment "^[Cc].*"))
  23.  
  24. And even this doesn't work properly.  It only highlights the
  25. first couple of comment lines.  I would like to highlight
  26. "c" and "!" comments in Fortran code as well as reserved
  27. words.
  28.  
  29. If anyone is using lightbrite with Fortran, please send
  30. me email telling me how you did it.
  31.  
  32. thanks,
  33. pat
  34.  
  35. --
  36. "I have a cunning plan." -- Baldric
  37.                                                              patrick m. ryan
  38.      nasa / goddard space flight center / oceans and ice branch / hughes stx
  39.                      pat@jaameri.gsfc.nasa.gov / zmpmr@charney.gsfc.nasa.gov
  40.