emacs-devel
[Top][All Lists]
Advanced

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

Re: Upcoming loss of usability of Emacs source files and Emacs.


From: Stefan Monnier
Subject: Re: Upcoming loss of usability of Emacs source files and Emacs.
Date: Thu, 25 Jun 2015 21:15:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> (let ((sym (make-symbol)))
>>   `(let ((,sym ,exp))
>>      ... ,sym ... ,sym ...))
>>
>> used in macros to make sure that EXP is executed exactly one (and at
>> a known place with the right variables in scope),
> Ok.  But what are the arguments to macroexp-let2?
> How would you call it, in that case?

I'd call it

 (macroexp-let2 nil sym exp
   `(... ,sym ... ,sym ...))


-- Stefan



reply via email to

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