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

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

bug#27980: disabled-command-function should accept ^G


From: 積丹尼 Dan Jacobson
Subject: bug#27980: disabled-command-function should accept ^G
Date: Sun, 06 Aug 2017 11:07:09 +0800

disabled-command-function is an autoloaded compiled Lisp function in
‘novice.el’.

It prompts with

     (message "Type y, n, ! or SPC (the space bar): ")

However in 99% of the cases, the user has triggered it by mistake,
and wishes to get out with ^G, and not be bothered to read the details.

However ^G is disabled here.

Repeated hitting of it will not get one out and back to editing.

I vote ^G be mapped to "n", and be listed in the message.





reply via email to

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