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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46531 in the body.
You can then email your comments to 46531 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#46531; Package emacs. (Mon, 15 Feb 2021 11:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Clemens <clemera <at> posteo.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 15 Feb 2021 11:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Clemens <clemera <at> posteo.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46531; Package emacs. (Tue, 16 Feb 2021 22:33:02 GMT) Full text and rfc822 format available.

Message #8 received at 46531 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Clemens <clemera <at> posteo.net>
Cc: 46531 <at> debbugs.gnu.org
Subject: Re: bug#46531: 27.1; Edebug breaks when using :append in
 minibuffer-with-setup-hook
Date: Tue, 16 Feb 2021 23:32:18 +0100
Clemens <clemera <at> 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




Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 16 Feb 2021 22:33:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 28.1, send any further explanations to 46531 <at> debbugs.gnu.org and Clemens <clemera <at> posteo.net> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 16 Feb 2021 22:33:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#46531; Package emacs. (Tue, 16 Feb 2021 23:24:02 GMT) Full text and rfc822 format available.

Message #15 received at 46531 <at> debbugs.gnu.org (full text, mbox):

From: Clemens <clemera <at> posteo.net>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 46531 <at> debbugs.gnu.org
Subject: Re: bug#46531: 27.1; Edebug breaks when using :append in
 minibuffer-with-setup-hook
Date: Wed, 17 Feb 2021 00:22:54 +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.
> 
> Yup.  This should now be fixed in Emacs 28.


Great, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 17 Mar 2021 11:24:05 GMT) Full text and rfc822 format available.

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

Previous Next


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