GNU bug report logs -
#6688
23.2; Auto-fill broken in C/C++ modes.
Previous Next
Reported by: Matthieu Moy <Matthieu.Moy <at> imag.fr>
Date: Wed, 21 Jul 2010 15:05:02 UTC
Severity: normal
Found in version 23.2
Done: Alan Mackenzie <acm <at> muc.de>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 6688 <at> debbugs.gnu.org (full text, mbox):
Morning, Alan
> No, just compiling cc-cmds.el should do, since it's a "top level" file
> which doesn't suply macros etc. to the rest of cc-*.el.
OK. So the warnings ...
In toplevel form:
C:/emacs/trunk/lisp/progmodes/cc-langs.el:135:1:Warning: cl package required
at runtime
In c-before-change-check-<>-operators:
C:/emacs/trunk/lisp/progmodes/cc-engine.el:5076:25:Warning: reference to free
variable `c-new-BEG'
C:/emacs/trunk/lisp/progmodes/cc-engine.el:5076:42:Warning: assignment to free
variable `c-new-BEG'
C:/emacs/trunk/lisp/progmodes/cc-engine.el:5079:42:Warning: reference to free
variable `c-new-END'
C:/emacs/trunk/lisp/progmodes/cc-engine.el:5079:42:Warning: assignment to free
variable `c-new-END'
In c-common-init:
C:/emacs/trunk/lisp/progmodes/cc-mode.el:643:11:Warning: assignment to free
variable `c-new-BEG'
C:/emacs/trunk/lisp/progmodes/cc-mode.el:644:11:Warning: assignment to free
variable `c-new-END'
... I currently see are due to something else. How can I get rid of
them?
martin
This bug report was last modified 14 years and 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.