Re: Strange use of (run-with-timer 0 nil #'foo args) in do-after-load-ev
From:
HaiJun Zhang
Subject:
Re: Strange use of (run-with-timer 0 nil #'foo args) in do-after-load-evaluation
Date:
Sun, 27 Oct 2019 01:01:29 +0000
There is a variable `minibuffer-message-timeout’ which seems to be related with this issue. From my understanding, if it is set to 2, the message will disappears after 2s and the prompt restores. But it doesn’t work. See bug#34614.