emacs-devel
[Top][All Lists]
Advanced

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

Re: Inactive Minibuffer Requires Redisplay for Input Methods


From: Kim F. Storm
Subject: Re: Inactive Minibuffer Requires Redisplay for Input Methods
Date: 08 Jan 2003 11:13:33 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Kenichi Handa <address@hidden> writes:

> The reason why Quail does that is that the text must be shown
> with some face.  Previously, we couldn't use `message' for
> that.   But, now we can do something like this:
>   (message (propertize "hello" 'face 'highlight))
> So, if requested, I can make quail to use `message' instead
> of minibuffer.  Actually, that change will make the code
> simpler.  The only drawback I can think of now is that it
> consumes *Messages* buffer too much.

You can let-bind message-log-max to nil around the message call
to avoid this.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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