emacs-devel
[Top][All Lists]
Advanced

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

Re: old-style backquotes warnings


From: Stefan Monnier
Subject: Re: old-style backquotes warnings
Date: Sun, 09 Sep 2007 23:09:27 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

>     Oh sorry, now I see it: the warning you talk about is the one from
>     Fload (a call to Fmessage), not the one from the byte-compiler, which
>     is why it doesn't follow the byte-compiler's format.

> How about making it call byte-compile-warning when it is done
> from inside the byte compiler?

Is it really worth the trouble?
Check again the message carefully : it's complaining about the use of
old-style backquote in cc-vars.el while compiling the cc-subword.el file.
So it wouldn't be able to give any line-number info anyway.

Furthermore the next-error-compatible warning will be displayed when
cc-vars.el gets compiled.


        Stefan




reply via email to

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