emacs-devel
[Top][All Lists]
Advanced

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

Re: Possible bug in `match-string` in 24.4.50.18?


From: David Kastrup
Subject: Re: Possible bug in `match-string` in 24.4.50.18?
Date: Mon, 26 May 2014 20:54:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>>> These are 4 separate expressions.  How do you run them?
>> i was playing around in *scratch*, to test out various regular
>> expressions on my data, and did a C-x C-e after each line.
>
> C-x C-e itself might overwrite the match data while looking at the
> buffer to decide what to evaluate.  And after running that command, tons
> of other code is run, such as post-command-hook, process-filters,
> timers, pre-redisplay-function and whatnot, all of which will gladly
> overwrite the match-data.

Most but possibly not all of them are run in an implicit
save-match-data.

-- 
David Kastrup




reply via email to

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