emacs-devel
[Top][All Lists]
Advanced

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

Re: Post-22.1 development?


From: Michael Albinus
Subject: Re: Post-22.1 development?
Date: Thu, 07 Jun 2007 21:01:01 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Andreas Schwab <address@hidden> writes:

> Why?  The require is still evaluated when interpreted.
>
> eval-when-compile is a Lisp macro in `byte-run.el'.
> (eval-when-compile &rest BODY)
>
> Like `progn', but evaluates the body at compile time if you're compiling.
> Thus, the result of the body appears to the compiler as a quoted constant.
> In interpreted code, this is entirely equivalent to `progn'.

Hmm, I should have read the doc first. Sorry for the noise.

> Andreas.

Best regards, Michael.





reply via email to

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