emacs-devel
[Top][All Lists]
Advanced

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

Re: Echo overriding messages


From: Jay Belanger
Subject: Re: Echo overriding messages
Date: Tue, 15 Sep 2015 13:28:39 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> Emacs used to not always cover up messages with keystroke
>> echoing.  For example, in Emacs 24.5, setting
>
>> (local-set-key "ab"
>>             (lambda ()
>>               (interactive)
>>               (message "Hello")
>>                  (let ((echo-keystrokes 0))
>>                    (push ?a unread-command-events))))
>
> The let-binding has no effect since the echo doesn't take place during
> the `push', but after the command finished execution.

Oh; the let part was just me trying something out; I forgot to remove
it.  The behavior I described was from the same thing without that
binding. 

> Hmm... This is not an intended change.  Both behaviors look
> acceptable/reasonable, but can you make a bug report for it?

Done; thanks.

Jay



reply via email to

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