emacs-devel
[Top][All Lists]
Advanced

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

Re: A combination of defmacro, functionp, and quoted lambdas yields diff


From: Clément Pit-Claudel
Subject: Re: A combination of defmacro, functionp, and quoted lambdas yields different results on consecutive evaluations
Date: Mon, 26 Feb 2018 10:20:49 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 2018-02-26 08:13, Stefan Monnier wrote:
>>          (lambda ()
>>            (eval '(let ((out (mmm (lambda ()))))
>>                     (message "after-load-alist: %S" out))))))
> 
> The use of `eval` means that you *hide* the call to `mmm` until that
> point, so in that case indeed the macro can't be expanded earlier.

Then why doesn't with-eval-after-load do that?  Is it just a bug?



reply via email to

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