bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#59559: 28.1; `minibuffer-with-setup-hook' with :append


From: Michael Heerdegen
Subject: bug#59559: 28.1; `minibuffer-with-setup-hook' with :append
Date: Tue, 10 Jan 2023 20:34:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Drew Adams <drew.adams@oracle.com> writes:

> Maybe it would be clearer if the doc string said
> that FUN is not evaluated but BODY is?  Yes, it
> does say "while executing BODY", but maybe it's
> not so obvious that FUN isn't evaluated?  Dunno.

AFAIU FUN is either a function expression or an (unquoted) list
(:append FUN) where FUN is a function expression.

With other words, the function part is evaluated, but the list
(:append FUN) should not be quoted (it's not evaluated).

I think clarifying that a bit would make sense.

Michael.





reply via email to

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