emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105811: * doc/lispref/tips.texi: Don


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105811: * doc/lispref/tips.texi: Don't bind a key sequence ending in C-g.
Date: Sat, 17 Sep 2011 15:49:57 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105811
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-09-17 15:49:57 -0400
message:
  * doc/lispref/tips.texi: Don't bind a key sequence ending in C-g.
  Suggested by Edward O'Connor.
modified:
  doc/lispref/ChangeLog
  doc/lispref/tips.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-09-17 08:18:48 +0000
+++ b/doc/lispref/ChangeLog     2011-09-17 19:49:57 +0000
@@ -1,3 +1,8 @@
+2011-09-17  Chong Yidong  <address@hidden>
+
+       * 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  <address@hidden>
 
        * numbers.texi (Integer Basics): Add indexing for

=== modified file 'doc/lispref/tips.texi'
--- a/doc/lispref/tips.texi     2011-05-29 22:41:06 +0000
+++ b/doc/lispref/tips.texi     2011-09-17 19:49:57 +0000
@@ -320,6 +320,10 @@
 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.
+
address@hidden
 Anything which acts like a temporary mode or state which the user can
 enter and leave should define @address@hidden @key{ESC}} or
 @address@hidden @key{ESC} @key{ESC}} as a way to escape.


reply via email to

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