help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Flycheck reports are never satisfying!?


From: Stefan Monnier
Subject: Re: Flycheck reports are never satisfying!?
Date: Fri, 29 Aug 2014 09:05:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

>> This said, maybe the byte-compiler should treat it specially
>> (i.e. treat it sort of like a `require' and forcefully load the file
>> before processing the body of the with-eval-after-load).
> Couldn't with-eval-after-load just require the feature if
> byte-compile-current-file is non-nil?

It could, of course.  The cleaner way is to add an entry in
byte-compile-macro-environment, tho.


        Stefan



reply via email to

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