GNU bug report logs -
#30315
[PATCH] keyboard-escape-quit should give option not to delete windows
Previous Next
Reported by: Alex Branham <alex.branham <at> gmail.com>
Date: Thu, 1 Feb 2018 03:01:01 UTC
Severity: wishlist
Tags: patch, wontfix
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> I've always found it a bit odd that ESC-ESC-ESC deletes windows, since I
> think of it as telling Emacs to "stop doing whatever it is you're
> doing". I guess there's a case to be made that splitting the frame is
> doing something, but it's behavior I'm not a huge fan of.
>
> The attached patch introduces a new defcustom that allows the user to
> stop ESC-ESC-ESC from deleting windows. I'm not sure if this should be
> documented in the manual or not. If so, please let me know (and where?).
But what if other users don't like other things in ‘keyboard-escape-quit’
or their priorities. Shouldn't all its actions be customizable?
For example, I'd prefer to have this rule somewhere in the middle:
((eq major-mode 'wdired-mode)
(wdired-abort-changes))
Maybe better to change the implementation of ‘keyboard-escape-quit’
to use ‘add-function’ from nadvice.el, so it would be easier to add/delete
some actions from it?
This bug report was last modified 5 years and 331 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.