emacs-devel
[Top][All Lists]
Advanced

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

Re: comment-start redefined in cc-langs.el


From: martin rudalics
Subject: Re: comment-start redefined in cc-langs.el
Date: Mon, 24 Jul 2006 08:59:15 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

'Evening to you, Alan!

Sorry!  I should have given you a recipe here, since there's a rather
intricate chain of macros involved.  In particular, cc-engine.elc must be
recompiled, since this contains the spurious (defvar comment-start).  It
is perhaps better to clear out the old cc-*.elc and recompile them all
fresh:

  $ cd .../emacs/lisp/progmodes
  $ rm cc-*.elc
  $ emacs -batch -no-site-file -q -f batch-byte-compile cc-*.el

For some reason clearing some of them old cc-*.elc files seems necessary.
It's probably been too hot today to think of that myself.

Would you please try this again after recompiling cc-*.el.  Thanks!

Everything works as intended.  Thank you!

martin







reply via email to

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