emacs-devel
[Top][All Lists]
Advanced

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

Re: lisp/gnus/.dir-locals.el


From: Juanma Barranquero
Subject: Re: lisp/gnus/.dir-locals.el
Date: Tue, 7 Sep 2010 14:16:46 +0200

>> At the very least, the file should be marked as "no-byte-compile", or
>> something else should be done to avoid this warning.
>
> You could also argue that the byte-compler should know better than to
> try and byte-compile a file called ".dir-locals.el" which we hence know
> doesn't hold Elisp code (only Elisp data).

That's special-casing the byte-compiler, when we already have a
perfectly good way to tell it to ignore a file.

(Not to mention that, though strongly non-recommended, the value of
`dir-locals-file' could be locally different in any given project and
so the name of the locals file.)

    Juanma



reply via email to

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