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

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

bug#34614: 26.1.92; When reading input in mini-buffer, message to each a


From: martin rudalics
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 10:57:36 +0100

> Thanks.  But this is _before_ actually reverting the buffer, so just
> wrapping the whole thing after the above in with-temp-message could
> work, no?

I'm afraid that reverting happens too fast to make that useful without
a timeout.  In either case what would you suggest to do in the unwind
form?  Would a 'set-window-buffer' suffice?

> By "asking questions" I mean what revert-buffer does in
> revert-buffer--default.  The questions are only asked in specific rare
> situations, but still.

Autoreverting has

            (revert-buffer 'ignore-auto 'dont-ask 'preserve-modes))))

Does that mean 'revert-buffer--default' could still ask questions?

martin





reply via email to

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