emacs-devel
[Top][All Lists]
Advanced

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

Re: `thunk-let'?


From: Stefan Monnier
Subject: Re: `thunk-let'?
Date: Wed, 22 Nov 2017 14:54:41 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> +  (should-error (byte-compile (thunk-let ((x 1 1)) x)))
>> +  (should-error (byte-compile (thunk-let (27) x)))
>> +  (should-error (byte-compile (thunk-let x x))))

I think you can solve the problems mentioned by not using `byte-compile`
but something more precise.  E.g.

   (should-error (macroexpand '(thunk-let ((x 1 1)) x)))


-- Stefan



reply via email to

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