emacs-devel
[Top][All Lists]
Advanced

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

Re: isearch highlighting


From: Juri Linkov
Subject: Re: isearch highlighting
Date: Mon, 20 Dec 2004 22:57:22 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Richard Stallman <address@hidden> writes:
>     Inside a long loop matching a regexp with nested repetition operators
>     only C-g quits the body, not any key.
>
>     The simplest example demonstrating this:
>
>     (while-no-input (string-match "<\\( *\\)+>" "<                            
> "))
>
> The reason is that while-no-input doesn't work with
> immediate_quit.
>
> Does this patch make it work well?

No.  The first key ends the execution of body.  This part is fixed,
right.  But during reading the next key (when control returns to the
top command loop) it goes into an infinite loop in
wait_reading_process_output not interruptible even with C-g.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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