emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99994: * subr.el (read-key): Don'


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99994: * subr.el (read-key): Don't echo keystrokes.
Date: Sat, 21 Aug 2010 10:56:54 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99994
committer: Stefan Monnier <address@hidden>
branch nick: emacs-23
timestamp: Sat 2010-08-21 10:56:54 +0200
message:
  * subr.el (read-key): Don't echo keystrokes.
modified:
  lisp/ChangeLog
  lisp/subr.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-21 02:11:34 +0000
+++ b/lisp/ChangeLog    2010-08-21 08:56:54 +0000
@@ -1,3 +1,7 @@
+2010-08-21  Stefan Monnier  <address@hidden>
+
+       * subr.el (read-key): Don't echo keystrokes (bug#6883).
+
 2010-08-21  Glenn Morris  <address@hidden>
 
        * menu-bar.el (menu-bar-games-menu): Add landmark.

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2010-08-19 14:37:31 +0000
+++ b/lisp/subr.el      2010-08-21 08:56:54 +0000
@@ -1818,6 +1818,7 @@
 some sort of escape sequence, the ambiguity is resolved via `read-key-delay'."
   (let ((overriding-terminal-local-map read-key-empty-map)
        (overriding-local-map nil)
+        (echo-keystrokes 0)
        (old-global-map (current-global-map))
         (timer (run-with-idle-timer
                 ;; Wait long enough that Emacs has the time to receive and


reply via email to

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