bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#6883: 23.2; `read-key' echos keys in the minibuffer


From: Leo
Subject: bug#6883: 23.2; `read-key' echos keys in the minibuffer
Date: Sat, 21 Aug 2010 09:23:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (Mac OS X 10.6.4)

On 2010-08-21 08:52 +0100, Stefan Monnier wrote:
> Does the trivial patch below fix the problem?
>
>         Stefan
>
> === modified file 'lisp/subr.el'
> --- lisp/subr.el      2010-07-10 18:52:53 +0000
> +++ lisp/subr.el      2010-08-21 07:45:07 +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
>

Yes and thanks.

Leo





reply via email to

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