[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: messages override minibuffer input
From: |
Davis Herring |
Subject: |
Re: messages override minibuffer input |
Date: |
Mon, 17 Sep 2007 15:31:45 -0700 (PDT) |
User-agent: |
SquirrelMail/1.4.8-6.el3.2lanl |
> If I understand the code correctly, the function do_autoload in
> eval.c normally calls load with arg NOMESSAGE being nil. So load
> issues a message. Would it make sense that load used something like
> optional-message?
>
> That change goes too far. In the case you describe, do_autoload
> should not display the message. But in many other cases it should.
I think that `load' should display the first message "Loading foo..."
regardless, since Emacs looks hung during the load and so an explanation
is needed. The "Loading foo...done" message should be displayed as an
optional message, except that if it is not displayed the contents of the
echo area (or minibuffer) from /before/ the load should be restored.
> Ideally it should display the message, but restore the previous echo
> area contents later. The hard part of that is arranging for the
> proper "later" time.
Currently `message' has a temporary effect if invoked while the minibuffer
is active. What is the mechanism for this? I can't see how Fmessage
arranges it.
Davis
--
This product is sold by volume, not by mass. If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.
- RE: messages override minibuffer input, (continued)
- RE: messages override minibuffer input, Drew Adams, 2007/09/24
- Re: messages override minibuffer input, Robert J. Chassell, 2007/09/24
- RE: messages override minibuffer input, Drew Adams, 2007/09/24
- Re: messages override minibuffer input, Johannes Weiner, 2007/09/24
- Re: messages override minibuffer input, David Kastrup, 2007/09/24
- Re: messages override minibuffer input, Johannes Weiner, 2007/09/24
- Re: messages override minibuffer input, Roland Winkler, 2007/09/24
- Re: messages override minibuffer input, Richard Stallman, 2007/09/25
- RE: messages override minibuffer input, Drew Adams, 2007/09/24
- Re: messages override minibuffer input, Richard Stallman, 2007/09/25
- Re: messages override minibuffer input,
Davis Herring <=
- Re: messages override minibuffer input, Stefan Monnier, 2007/09/17
- Re: messages override minibuffer input, Richard Stallman, 2007/09/23
- Re: messages override minibuffer input, Stefan Monnier, 2007/09/24
- Re: messages override minibuffer input, Davis Herring, 2007/09/24
- RE: messages override minibuffer input, Drew Adams, 2007/09/24
- Re: messages override minibuffer input, Richard Stallman, 2007/09/25
- Re: messages override minibuffer input, Davis Herring, 2007/09/10