Re: c-macro-expand isn't part of CC Mode [Was: cpp use in cc-mode is broken]

2005-05-05 Thread Richard Stallman
Please Note: `c-macro-expand', despite its name, is _NOT_ part of CC Mode. Its name prefix "c-" is misleading here. It has this name because it is specifically for C code and C mode. This function and its name antedate CC Mode. ___ Emacs-devel

Re: c-macro-expand isn't part of CC Mode [Was: cpp use in cc-mode is broken]

2005-05-04 Thread Eli Zaretskii
> Date: Tue, 3 May 2005 21:00:50 + (GMT) > From: Alan Mackenzie <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], emacs-pretest-bug@gnu.org, emacs-devel@gnu.org > > `c-macro-expand' actually lives in the file > .../list/progmodes/cmacexp.el. This file was last updated 3 years 8 > months ago by Eli

c-macro-expand isn't part of CC Mode [Was: cpp use in cc-mode is broken]

2005-05-04 Thread Nick Roberts
Alan Mackenzie writes: > >As of a few days ago, the cc-mode in cvs emacs seems to preprocess the > >source file in order to determine the C macros present. Actually to generate a list of #define directives. > Please Note: `c-macro-expand', despite its name, is _NOT_ part of CC > Mode. Its na

c-macro-expand isn't part of CC Mode [Was: cpp use in cc-mode is broken]

2005-05-04 Thread Alan Mackenzie
Hi Tim, Hi Nick, Hi Emacs, Hi Martin! On Fri, 29 Apr 2005, Tim Van Holder wrote: >As of a few days ago, the cc-mode in cvs emacs seems to preprocess the >source file in order to determine the C macros present. Please Note: `c-macro-expand', despite its name, is _NOT_ part of CC Mode. Its name p