1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

* doc/lispref/tips.texi: Don't bind a key sequence ending in C-g.

Suggested by Edward O'Connor.
This commit is contained in:
Chong Yidong 2011-09-17 15:49:57 -04:00
parent 8f1383f708
commit b8f0a954b8
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-09-17 Chong Yidong <cyd@stupidchicken.com>
* tips.texi (Key Binding Conventions): Don't bind a key sequence
ending in C-g. Suggested by Edward O'Connor.
2011-09-17 Eli Zaretskii <eliz@gnu.org>
* numbers.texi (Integer Basics): Add indexing for

View File

@ -319,6 +319,10 @@ The reason for this rule is that a non-prefix binding for @key{ESC} in
any context prevents recognition of escape sequences as function keys in
that context.
@item
Similarly, don't bind a key sequence ending in @key{C-g}, since that
is commonly used to cancel a key sequence.
@item
Anything which acts like a temporary mode or state which the user can
enter and leave should define @kbd{@key{ESC} @key{ESC}} or