emacs-devel
[Top][All Lists]
Advanced

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

Re: Different Warnings when compiling each Elisp with a single Emacs pro


From: Bastien
Subject: Re: Different Warnings when compiling each Elisp with a single Emacs process?
Date: Mon, 13 Aug 2012 15:46:18 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Achim Gratz <address@hidden> writes:

> Bastien <bzg <at> gnu.org> writes:
>> My assumption is that compiling a file does not load it.  So I 
>> don't really understand why there are different warnings.
>
> For starters, each (require '...) form acts like eval-and-compile and each 
> macro
> expands before that expansion is compiled.  Then there all the other forms 
> that
> will explicitly eval also/only during compilation.
>
> http://www.gnu.org/software/emacs/manual/html_node/elisp/Eval-During-Compile.html

Got it, thanks!

-- 
 Bastien



reply via email to

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