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

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

bug#46531: 27.1; Edebug breaks when using :append in minibuffer-with-set


From: Lars Ingebrigtsen
Subject: bug#46531: 27.1; Edebug breaks when using :append in minibuffer-with-setup-hook
Date: Tue, 16 Feb 2021 23:32:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Clemens <clemera@posteo.net> writes:

> When stepping via edebug through
>
> (defun check ()
>   (interactive)
>   (minibuffer-with-setup-hook
>       (:append (lambda () (insert "world")))
>     (read-string "Hello ")))
>
> you get "Symbol's function definition is void: :append" error when
> reaching the :append and can't proceed.

Yup.  This should now be fixed in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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