[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
- 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 <=
- Re: `thunk-let'?, Michael Heerdegen, 2017/11/22
- 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