[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Potential problem of minibuffer-message
From: |
Kenichi Handa |
Subject: |
Re: Potential problem of minibuffer-message |
Date: |
Fri, 11 Apr 2003 11:22:01 +0900 (JST) |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) |
In article <address@hidden>, "Stefan Monnier" <monnier+gnu/address@hidden>
writes:
> As part of my still-in-progress rewrite of completion in elisp,
> I use the following (partly taken from complete.el where it is
> called PC-temp-minibuffer-message or somesuch).
Ah! Your version is surely superior. But...
> Note how it already works in both case: from the minibuffer or
> from some other buffer.
This facility is surplus in my case (i.e. in quail) because
quail should show different guidance messages in a normal
case and in a minibuffer case anyway.
Richard Stallman <address@hidden> writes:
> These changes seem good to me.
I've just installed this bug fix only.
2003-04-11 Kenichi Handa <address@hidden>
* lisp.h (temp_echo_area_glyphs): Adjust prototype.
* minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
string. Caller changed.
I'll leave it Stefan and Richard as to these matters.
o Should minibuffer-message has the same argument as message?
o Should it pay attention to the case of being called from
non-minibuffer? Should it automatically re-format the
message to " [...]"?
o Should it use minibuffer-message-timeout as timeout?
For the moment, for quail, I'll use my own version
quail-minibuffer-message which is the simplified version of
Stefan's one.
By the way, I'd like to raise these points too.
o Isn't it better to take care of modified and read-only
flags of the minibuffer?
o If a rear-advancing overlay is in the minibufer and it
has face (or any hooks) property, simply inserting a
message yields an unpleasant result. It seems that we
should have a new function insert-after-markers (analogous
to insert-before-markers).
---
Ken'ichi HANDA
address@hidden
- Potential problem of minibuffer-message, Kenichi Handa, 2003/04/09
- Re: Potential problem of minibuffer-message, Stefan Monnier, 2003/04/10
- Re: Potential problem of minibuffer-message,
Kenichi Handa <=
- Re: Potential problem of minibuffer-message, Miles Bader, 2003/04/10
- Re: Potential problem of minibuffer-message, Kenichi Handa, 2003/04/11
- Re: Potential problem of minibuffer-message, Miles Bader, 2003/04/11
- overlay property `after-string', Kenichi Handa, 2003/04/11
- Re: overlay property `after-string', Miles Bader, 2003/04/11
- Re: overlay property `after-string', Kenichi Handa, 2003/04/11
- Re: Potential problem of minibuffer-message, Richard Stallman, 2003/04/13
Re: Potential problem of minibuffer-message, Richard Stallman, 2003/04/10