changeset 109943:252e1eb2e944

* subr.el (read-key): Don't echo keystrokes.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 21 Aug 2010 10:56:54 +0200
parents 1b836ffdb0c6
children 48114bfd2ed3
files lisp/ChangeLog lisp/subr.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Aug 20 19:14:07 2010 -0700
+++ b/lisp/ChangeLog	Sat Aug 21 10:56:54 2010 +0200
@@ -1,3 +1,7 @@
+2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* subr.el (read-key): Don't echo keystrokes (bug#6883).
+
 2010-08-21  Glenn Morris  <rgm@gnu.org>
 
 	* menu-bar.el (menu-bar-games-menu): Add landmark.
--- a/lisp/subr.el	Fri Aug 20 19:14:07 2010 -0700
+++ b/lisp/subr.el	Sat Aug 21 10:56:54 2010 +0200
@@ -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