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

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

bug#48603: 27.2; [PATCH] Quit minibuffers without aborting kmacros


From: Basil L. Contovounesios
Subject: bug#48603: 27.2; [PATCH] Quit minibuffers without aborting kmacros
Date: Fri, 03 Sep 2021 18:53:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

miha@kamnitnik.top [2021-09-01 08:58 +0200] wrote:

> However, even with this patch, slight change in behaviour still remains:
> - In Emacs 27, C-g in the minibuffer is bound to abort-recursive-edit
>   which makes execute-kbd-macro signal an error (a quit).
> - In Emacs 28, C-g is bound to abort-minibuffers. This command will not
>   make execute-kbd-macro signal any errors.
> I hope this change in default behaviour is acceptable, otherwise it
> wouldn't be possible to have C-g continue with kmacro execution. For
> test suites, you can get back the old behaviour with
>
> (define-key minibuffer-local-map "\C-g" #'abort-recursive-edit)

Thanks, that WFM.

> Sorry for late reply,

No worries, and thanks again,

-- 
Basil





reply via email to

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