emacs-devel
[Top][All Lists]
Advanced

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

Re: `thunk-let'?


From: Michael Heerdegen
Subject: Re: `thunk-let'?
Date: Wed, 22 Nov 2017 23:47:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> >> +  (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)))

Ok, done.


Michael.



reply via email to

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