all messages for Emacs-related lists mirrored at yhetil.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

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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.