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

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

bug#60269: 30.0.50; recursive-edit not completed when buffer killed


From: Eli Zaretskii
Subject: bug#60269: 30.0.50; recursive-edit not completed when buffer killed
Date: Fri, 23 Dec 2022 10:34:03 +0200

tags 60269 notabug wontfix
close 60269
thanks

> From: Jean Louis <bugs@gnu.support>
> Date: Fri, 23 Dec 2022 08:53:26 +0300
> 
> 
> When buffer of recursive edit is killed, recursive edit remains still
> not finished, and expected outcome for me as user is that recursive edit
> get aborted.

Sorry, no.  This is age-old Emacs behavior, and changing it now would
be unthinkable.  There's nothing wrong with multiple recursive-edit
levels, if one knows what they are doing, and absolutely no reason to
exit recursive-edit when some buffer is killed, because the
recursive-edit level is not a buffer-local notion, it affects the
global Emacs state.  There are commands in Emacs that deliberately
enter recursive-edit, and they will be broken by your proposal.

If you want to do this locally, you can define a kill-buffer-hook to
do that.

I'm closing this bug.





reply via email to

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