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

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

Re: Running elisp code in the middle of re-search-forward


From: Stefan Monnier
Subject: Re: Running elisp code in the middle of re-search-forward
Date: Wed, 07 Sep 2005 08:20:41 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>     Does anyone know why the above code is the way it is?
>     Is it really safe to run QUIT from within the matching loop?
>     If so, why not do it under Unix as well?

> On GNU and Unix, quitting happens immediately in the signal handler.
> That is what immediate_quit is for.

> Apparently immediate_quit does not work on Windows, or at least
> someone thinks it does not, and implemented an alternate way to
> quit instantly from the regexp search.

That answers the first and third question.  What about the second?


        Stefan




reply via email to

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