unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46531: 27.1; Edebug breaks when using :append in minibuffer-with-setup-hook
@ 2021-02-15 11:39 Clemens
  2021-02-16 22:32 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Clemens @ 2021-02-15 11:39 UTC (permalink / raw)
  To: 46531

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.


     Clemens





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#46531: 27.1; Edebug breaks when using :append in minibuffer-with-setup-hook
  2021-02-15 11:39 bug#46531: 27.1; Edebug breaks when using :append in minibuffer-with-setup-hook Clemens
@ 2021-02-16 22:32 ` Lars Ingebrigtsen
  2021-02-16 23:22   ` Clemens
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2021-02-16 22:32 UTC (permalink / raw)
  To: Clemens; +Cc: 46531

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#46531: 27.1; Edebug breaks when using :append in minibuffer-with-setup-hook
  2021-02-16 22:32 ` Lars Ingebrigtsen
@ 2021-02-16 23:22   ` Clemens
  0 siblings, 0 replies; 3+ messages in thread
From: Clemens @ 2021-02-16 23:22 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 46531

>> 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.


Great, thank you!





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-16 23:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-15 11:39 bug#46531: 27.1; Edebug breaks when using :append in minibuffer-with-setup-hook Clemens
2021-02-16 22:32 ` Lars Ingebrigtsen
2021-02-16 23:22   ` Clemens

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).