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: Fri, 17 Dec 2004 17:29:22 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Richard Stallman <address@hidden> writes:
> I just installed the code for while-no-input.  I think you should
> use that.

I tried while-no-input, but it doesn't work as intended.

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 "<\\( *\\)+>" "<                            "))

But in other cases it works well, e.g.

(while-no-input (while t))

quits when any key is typed.

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





reply via email to

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