GNU bug report logs - #34614
26.1.92; When reading input in mini-buffer, message to each area overide the input prompt

Previous Next

Package: emacs;

Reported by: Zhang Haijun <ccsmile2008 <at> outlook.com>

Date: Fri, 22 Feb 2019 12:19:01 UTC

Severity: normal

Tags: fixed

Found in version 26.1.92

Fixed in version 27.0.50

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Zhang Haijun <ccsmile2008 <at> outlook.com>
Cc: "34614 <at> debbugs.gnu.org" <34614 <at> debbugs.gnu.org>
Subject: bug#34614: 26.1.92; When reading input in mini-buffer, message to each area overide the input prompt
Date: Sat, 23 Feb 2019 08:53:42 +0100
>> minibuffer-message-timeout
>
> On timeout of minibuffer-message-timeout, can emacs trigger a redisplay?

That's what I tried in 'auto-revert-handler':

      (when (and auto-revert-verbose
                 (not (eq revert 'fast)))
        (message "Reverting buffer `%s'." (buffer-name))
        (when (> (minibuffer-depth 0))
          (sit-for minibuffer-message-timeout)
          (message nil)))

But then the message flashes for a short moment here, Emacs redisplays
and switches back to the prompt.  So for some reason 'sit-for' doesn't
work as advertised when Emacs is waiting for input.

martin




This bug report was last modified 5 years and 250 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.