info-gnus-english
[Top][All Lists]
Advanced

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

Re: Strip signature on reply without standard separator


From: Michael Heerdegen
Subject: Re: Strip signature on reply without standard separator
Date: Thu, 25 Aug 2022 00:26:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Emanuel Berg <incal@dataswamp.org> writes:

> If you quote a lambda it is just a list with data:
>
> '(a b c)
>
> '(lambda not an anonymous function)
>
> Eval and you will see, there's no difference in
> principle. Lists.

Yes - and you want to make your lambda forms subject to evaluation, for
several different reasons.  They are not data.  You want to use the
return value, not the expression.

Michael.




reply via email to

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