From 3ff786247389f0eb280defb0389d690ee3610bf8 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 21 Aug 2010 10:56:54 +0200 Subject: [PATCH] * subr.el (read-key): Don't echo keystrokes. Fixes: debbugs:6883 --- lisp/ChangeLog | 4 ++++ lisp/subr.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44cc4c78616..2403ab0491c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-08-21 Stefan Monnier + + * subr.el (read-key): Don't echo keystrokes (bug#6883). + 2010-08-21 Glenn Morris * menu-bar.el (menu-bar-games-menu): Add landmark. diff --git a/lisp/subr.el b/lisp/subr.el index ad939dc6bb4..a4a0996a726 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1818,6 +1818,7 @@ When there's an ambiguity because the key looks like the prefix of 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 -- 2.39.2