emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Can't isearch for non-ASCII text


From: Katsumi Yamaoka
Subject: Re: Can't isearch for non-ASCII text
Date: Tue, 06 Mar 2007 20:54:41 +0900
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

>>>>> In <address@hidden> Kim F. Storm wrote:

> Thanks.  I have reverted the patch.

Thank you for fixing it so quickly.

>>>>> In <address@hidden> Lennart Borgman wrote:

> Thanks Kim. Emacs is full of surprises. I would be glad for an
> explanation of what happens with non-ASCII text.

> Are there any other properties that could interfere with non-ASCII
> text? Could other properties from minibuffer-prompt-properties still
> be applied to the isearch prompt?

I realized the problem is irrelevant to non-ASCII text.  The
cause is simply that the prompt string, the first argument,
given to `read-from-minibuffer' has the `read-only' property.
For instance, the following form causes the same error:

(read-from-minibuffer (propertize "Prompt: " 'read-only t))

I guess `r-f-m' has a need to add some text property to the
prompt string.  It might just be `read-only'.

Regards,




reply via email to

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