emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CC mode loads CL


From: Richard Stallman
Subject: Re: CC mode loads CL
Date: Wed, 14 Jan 2004 10:44:55 -0500

      I find myself in the need to manually
    compile some of the cc-*.el files, which isn't easy, since the warning
    message doesn't give any useful hints as to the files that need to be
    recompiled.

The usual solution method is to put the macro definitions and other
material needed for compilation into a separate file, and make the
other files require that one.  Why won't that work here?

When eliminating warnings is the goal, one method is to use
with-no-warnings in places that would get warnings you want to ignore.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]