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: Stefan Monnier
Subject: Re: A combination of defmacro, functionp, and quoted lambdas yields different results on consecutive evaluations
Date: Mon, 26 Feb 2018 08:11:30 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> This is not supposed to work: your test.el uses `mmm` before it gets
>> defined by the subsequent `load`.
> Uh, really? But the body of with-eval-after-load is (supposed to be)
> evaluated after the FILE argument is loaded, not before, right?  `mmm'
> is only used in `with-eval-after-load' in the code above.

The time of evaluation doesn't matter.  Think of the case where we
*compile* the file.


        Stefan



reply via email to

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