emacs-devel
[Top][All Lists]
Advanced

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

Re: Release of CC Mode 5.31


From: Eli Zaretskii
Subject: Re: Release of CC Mode 5.31
Date: Tue, 06 Dec 2005 22:33:42 +0200

> Date: Tue, 6 Dec 2005 12:11:58 +0000 (GMT)
> From: Alan Mackenzie <address@hidden>
> cc: address@hidden, address@hidden, address@hidden,
>         address@hidden, address@hidden
> 
> >Sorry, but it doesn't seem to be fixed just yet.  I still get the same
> >error message when I try to visit any *.c file (in "emacs -q"):
> 
> After downloading the new cc-langs.el, you need to byte-compile first
> cc-langs.el (which builds the macro c-init-language-vars), then
> cc-mode.el (which expands this macro (in the defun
> c-init-language-vars-for)).

After I saw the problem, but before I reported it, I recompiled all
the cc-*.el files, by "make recompile".  Perhaps that command does not
compile the files in the order you mention.  It would be nice if it
did that automatically.

> Do you still get this problem, or has it gone away?

No, I don't.

> >I can see a few calls to mapcan in cc-langs.el, if that matters.
> 
> All of these (hopefully) are only called at byte-compile time.

Why leave them there in the first place?  The replacement is easy
enough; having some of the mapcan's replaced and some left in the code
is confusing, IMHO.




reply via email to

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