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

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

run-with-timer does not display message


From: Matthias Pfeifer
Subject: run-with-timer does not display message
Date: Tue, 15 Jul 2014 15:47:05 +0200

Hi there,

this may be a dump question but i could not find a good reason why it
should not work as expected...

I try to write a message to the messages buffer at some time in the future
via run-with-timer

(run-with-timer 5 nil '(lambda () (message "hello")))

however messge buffer does not get the message. Hints welcome...

thanks in advance.

Matthias


reply via email to

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