home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / emacs / 3487 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!lhc!lhc!warsaw
  3. From: warsaw@nlm.nih.gov (Barry A. Warsaw)
  4. Subject: Re: c++ mode variant
  5. In-Reply-To: bell@monet.cs.unc.edu's message of 6 Nov 92 04:40:09 GMT
  6. Message-ID: <WARSAW.92Nov7190708@anthem.nlm.nih.gov>
  7. Lines: 29
  8. Sender: news@nlm.nih.gov
  9. Reply-To: warsaw@nlm.nih.gov (Barry A. Warsaw)
  10. Organization: Century Computing, Inc.
  11. References: <17263@borg.cs.unc.edu>
  12. Date: 08 Nov 92 00:07:07 GMT
  13.  
  14.  
  15. >>>>> "Andrew" == Andrew Bell <bell@monet.cs.unc.edu> writes:
  16.  
  17.     Andrew> Also, anyone know if someone is actively working on
  18.     Andrew> modifying emacs so that it will handle multiple comments
  19.     Andrew> so that problem above can be dealt with?
  20.  
  21. I'm personally working on some patches in my (limited ;-) spare time.
  22. I suspect it won't get added into GNU emacs until I finish, since as
  23. far as I know, c++-mode is the first (and only?) mode that needs this
  24. functionality.  Once I finish implementing it, verify that it works,
  25. and submit it, its up to the emacs maintainers as to when it gets
  26. added to the default distribution.  I'm pretty close, BTW; just a few
  27. little glitches with scan_lists (from syntax.c) when searching
  28. backwards.  Any internals hackers who wanna help are welcome!
  29.  
  30.     Andrew>   Also, will the c++-mode be part of the standard emacs
  31.     Andrew> distribution in future, so c++-mode for .C and .cc files
  32.     Andrew> can become near standard in the way that c-mode for .[ch]
  33.     Andrew> files is?
  34.  
  35. My c++-mode.el has been assigned to FSF so hopefully it will someday
  36. become part of the distribution.  Also, c++-c-mode which comes with
  37. c++-mode.el 2.195 can be used to edit C code, though I doubt it will
  38. become the default for emacs.  Advantage: you can use the save
  39. variables to format C and C++ code. Disadvantage: not completely
  40. compatible with c-mode.el.
  41.  
  42. -Barry
  43.