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: Stefan Monnier
Subject: Re: Can't isearch for non-ASCII text
Date: Tue, 06 Mar 2007 21:27:09 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

>>> Debugger entered--Lisp error: (text-read-only)
>>> read-from-minibuffer(#("Search: " 0 8 (read-only t face 
>>> minibuffer-prompt))...
>>> byte-code(...
>>> isearch-edit-string()
>>> isearch-exit()
>>> call-interactively(isearch-exit)

>> This seems to indicate a bug elsewhere.
>> This backtrace is not enough to pin it down.  Maybe a C backtrace would be
>> more enlightening.

> I'm not skillful with C debugging and don't know how to break
> the program by such an error, sorry.  But the cause of the problem
> is obvious now; that is, Fread_minibuf tries to put some text
> properties to the prompt string even if it has the read-only
> property.  Although I'm not quite sure this should really be
> fixed, the attached patch makes the following program work with
> no error.

Thanks I ended up with the same diagnostic and have installed a similar fix.


        Stefan




reply via email to

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