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
> 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
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
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