[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.
- Re: `thunk-let'?, (continued)
- Re: `thunk-let'?, Eli Zaretskii, 2017/11/24
- Re: `thunk-let'?, Eli Zaretskii, 2017/11/23
- Re: `thunk-let'?, Gemini Lasswell, 2017/11/22
- Re: `thunk-let'?, Noam Postavsky, 2017/11/22
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/22
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/22
- Re: `thunk-let'?, Stefan Monnier, 2017/11/22
- Re: `thunk-let'?,
Michael Heerdegen <=
- Re: [SUSPECTED SPAM] Re: `thunk-let'?, Eli Zaretskii, 2017/11/10
Re: [SUSPECTED SPAM] Re: `thunk-let'?, Eli Zaretskii, 2017/11/08
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/08
- RE: `thunk-let'?, Drew Adams, 2017/11/08
- Re: `thunk-let'?, Eli Zaretskii, 2017/11/09
- Re: `thunk-let'?, Clément Pit-Claudel, 2017/11/09
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/09
- RE: `thunk-let'?, Drew Adams, 2017/11/09
- Sandbox subr-x? (was: `thunk-let'?), Michael Heerdegen, 2017/11/09
- RE: Sandbox subr-x? (was: `thunk-let'?), Drew Adams, 2017/11/09