* Missing minibuffer messages (was: obsoleting stuff)
@ 2003-06-03 13:42 Stefan Monnier
2003-06-05 0:07 ` Richard Stallman
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2003-06-03 13:42 UTC (permalink / raw)
One of the problems with my Fload patch is that the message
telling users that a package is obsolete might be missed because
it might be immediately overwritten by something else.
One option is to add a (sit-for 2) right after the call to Fmessage,
but I was wondering whether there shouldn't be a better option:
1 - Mark some messages "important" which means "display them for at
least X seconds". I.e. when displayed, those messages are tagged
with a timeout that says when they can be taken off.
2 - when trying to show another message, if there's an important
message on display, just stuff the new message in a "queue of pending
messages" that will be processed when the timeout triggers.
3 - when the minibuffer is requested and the echo area is busy with an
important message, I'm not sure what we should do: maybe just wait
with a sit-for, or maybe put the important message back on the message
queue to be shown again afterwards.
Obviously, this is overkill if it's just for the `obsolete' message,
but I feel like it could be useful in more cases.
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Missing minibuffer messages (was: obsoleting stuff)
2003-06-03 13:42 Missing minibuffer messages (was: obsoleting stuff) Stefan Monnier
@ 2003-06-05 0:07 ` Richard Stallman
0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2003-06-05 0:07 UTC (permalink / raw)
Cc: emacs-devel
One option is to add a (sit-for 2) right after the call to Fmessage,
but I was wondering whether there shouldn't be a better option:
These ideas are worth trying.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-05 0:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-03 13:42 Missing minibuffer messages (was: obsoleting stuff) Stefan Monnier
2003-06-05 0:07 ` Richard Stallman
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).