GNU bug report logs - #46531
27.1; Edebug breaks when using :append in minibuffer-with-setup-hook

Previous Next

Package: emacs;

Reported by: Clemens <clemera <at> posteo.net>

Date: Mon, 15 Feb 2021 11:40:02 UTC

Severity: normal

Tags: fixed

Found in version 27.1

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Clemens <clemera <at> posteo.net>
To: 46531 <at> debbugs.gnu.org
Subject: bug#46531: 27.1; Edebug breaks when using :append in minibuffer-with-setup-hook
Date: Mon, 15 Feb 2021 12:39:40 +0100
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




This bug report was last modified 4 years and 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.