Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b8f0a954
Commit
b8f0a954
authored
Sep 17, 2011
by
Chong Yidong
Browse files
* doc/lispref/tips.texi: Don't bind a key sequence ending in C-g.
Suggested by Edward O'Connor.
parent
8f1383f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/tips.texi
doc/lispref/tips.texi
+4
-0
No files found.
doc/lispref/ChangeLog
View file @
b8f0a954
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
...
...
doc/lispref/tips.texi
View file @
b8f0a954
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment