mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08: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:
parent
8f1383f708
commit
b8f0a954b8
2 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
2011-09-17 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* numbers.texi (Integer Basics): Add indexing for
|
* numbers.texi (Integer Basics): Add indexing for
|
||||||
|
|
|
||||||
|
|
@ -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
|
any context prevents recognition of escape sequences as function keys in
|
||||||
that context.
|
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
|
@item
|
||||||
Anything which acts like a temporary mode or state which the user can
|
Anything which acts like a temporary mode or state which the user can
|
||||||
enter and leave should define @kbd{@key{ESC} @key{ESC}} or
|
enter and leave should define @kbd{@key{ESC} @key{ESC}} or
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue