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

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

bug#11172: 24.0.95; mini-buffer contents is overwritten by output in ech


From: Stefan Monnier
Subject: bug#11172: 24.0.95; mini-buffer contents is overwritten by output in echo-area
Date: Wed, 04 Apr 2012 13:52:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Hmm... I can reproduce the problem in the following way:

   emacs -Q
   M-: (run-with-timer 5 nil (lambda () (message "hello"))) RET
   M-x

after 5 seconds the M-x prompt is replaced by "hello" and will only
return when you type something on the keyboard.


        Stefan





reply via email to

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