emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107506: etc/NEWS: Mention impact of


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107506: etc/NEWS: Mention impact of old-style backquotes on key sequences.
Date: Mon, 05 Mar 2012 11:13:46 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107506
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Mon 2012-03-05 11:13:46 +0800
message:
  etc/NEWS: Mention impact of old-style backquotes on key sequences.
modified:
  etc/NEWS
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-03-04 06:50:18 +0000
+++ b/etc/NEWS  2012-03-05 03:13:46 +0000
@@ -1049,12 +1049,16 @@
 ** Support for "old-style" backquotes, which have been obsolete for
 more than 10 years, has been further reduced.  Now a backquote not
 followed by a space is always treated as a "new-style" backquote.
-Please consider completely removing all "old-style" backquotes from
-your code as a matter of some urgency.  If your code uses backquotes
-as documented in the Elisp manual, and compiles without warning, then
-you have nothing to do in this regard.  Code not following the
-appropriate conventions may fail to compile.  The most common cause of
-trouble seems to be an old-style backquote followed by a newline.
+Please remove all "old-style" backquotes from your code.  If your code
+uses backquotes as documented in the Elisp manual, and compiles
+without warning, then you have nothing to do in this regard.  Code not
+following the appropriate conventions may fail to compile.
+
+The most common cause of trouble seems to be an old-style backquote
+followed by a newline.  Another cause of trouble is vector notation
+for key sequence notation: instead of [(control ,)] and [(control ')],
+you should write [(control ?,)] and [(control ?')], which will work in
+older Emacs too.
 
 +++
 ** The macro `eval-at-startup' was removed in Emacs 23.2, but this


reply via email to

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