[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: messages while the minibuffer is active
From: |
Kenichi Handa |
Subject: |
Re: messages while the minibuffer is active |
Date: |
Thu, 16 Nov 2000 09:29:28 +0900 (JST) |
Miles Bader <address@hidden> writes:
> Gerd Moellmann <address@hidden> writes:
>> > Yeah, that's what worried me when I looked over the code originally; the
>> > echo-area stuff seems to have loads of hair to deal with multibyte
>> > issues, whereas temp_echo_area_glyphs seems pretty cheap-n-cheerful...
>>
>> Let's hope that's not a bug of temp_echo_area_glyphs. Did someone
>> check that function during the introduction of Mule?
> I don't think it's a problem because temp_echo_area_glyphs is only ever
> used to insert a fixed set of simple strings.
As minibuffer-message accepts any Lisp string,
temp_echo_area_glyphs will given a multibyte string. But,
fortunately, as temp_echo_area_glyphs uses insert_string, a
multibyte string is correctly inserted in a minibuffer.
For instance,
C-x C-f ESC : (minibuffer-message "NON_ASCII_STRING") RET
surely shows "NON_ASCII_STRING" temporarily.
Is this kind of thing what you are worrying about?
---
Ken'ichi HANDA
address@hidden
- Re: messages while the minibuffer is active, (continued)
- Re: messages while the minibuffer is active, Miles Bader, 2000/11/01
- Re: messages while the minibuffer is active, Eli Zaretskii, 2000/11/01
- Re: messages while the minibuffer is active, Miles Bader, 2000/11/01
- Re: messages while the minibuffer is active, Eli Zaretskii, 2000/11/01
- Re: messages while the minibuffer is active, Miles Bader, 2000/11/01
- Re: messages while the minibuffer is active, Eli Zaretskii, 2000/11/01
- Re: messages while the minibuffer is active, Miles Bader, 2000/11/01
- Message not available
- Re: messages while the minibuffer is active, Miles Bader, 2000/11/13
- Re: messages while the minibuffer is active, Gerd Moellmann, 2000/11/15
- Re: messages while the minibuffer is active, Miles Bader, 2000/11/15
- Re: messages while the minibuffer is active,
Kenichi Handa <=
- Message not available
- Re: messages while the minibuffer is active, Miles Bader, 2000/11/15
- Re: messages while the minibuffer is active, Miles Bader, 2000/11/15
- Re: messages while the minibuffer is active, Miles Bader, 2000/11/15
- Re: messages while the minibuffer is active, Miles Bader, 2000/11/16
- Re: messages while the minibuffer is active, John Wiegley, 2000/11/01
- Re: messages while the minibuffer is active, Eli Zaretskii, 2000/11/01
- Re: messages while the minibuffer is active, John Wiegley, 2000/11/01
Re: messages while the minibuffer is active, Eli Zaretskii, 2000/11/07