home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / lucidem / help / 817 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.2 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!darwin.sura.net!lhc!lhc!warsaw
  2. From: warsaw@nlm.nih.gov (Barry A. Warsaw)
  3. Newsgroups: alt.lucid-emacs.help
  4. Subject: Re: Need help with lhilit regular expression
  5. Message-ID: <WARSAW.92Dec22130336@anthem.nlm.nih.gov>
  6. Date: 22 Dec 92 18:03:36 GMT
  7. References: <50683@shamash.cdc.com>
  8. Sender: news@nlm.nih.gov
  9. Reply-To: warsaw@nlm.nih.gov (Barry A. Warsaw)
  10. Distribution: usa
  11. Organization: Century Computing, Inc.
  12. Lines: 18
  13. In-Reply-To: bjdunlop@shamash.cdc.com's message of 19 Dec 92 02:49:16 GMT
  14.  
  15.  
  16. >>>>> "Bruce" == Bruce Dunlop <bjdunlop@shamash.cdc.com> writes:
  17.  
  18.     Bruce> I am trying to make lhilit handle verilog comments.  One
  19.     Bruce> comment syntax is //, which indicates a comment from the
  20.     Bruce> current column to the end of the current line.  The other
  21.     Bruce> comment syntax is like C, /* ...*/.
  22.  
  23. c++-mode.el suffers from the same dilemma. Vanilla emacs (and
  24. derivatives) cannot handle more than 1 comment style per buffer.
  25.  
  26. c++-mode.el plays lots of tricks with elisp to almost get it right.
  27. Really emacs needs to be fixed, and in fact there are some beta level
  28. patches available.  Email me for more information.
  29.  
  30. -Barry
  31.  
  32. PS. I should know, I'm the c++-mode.el maintainer... ;-}
  33.