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

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

bug#43702: Emacs master: Incorrect highlighting in regexp isearch.


From: Juri Linkov
Subject: bug#43702: Emacs master: Incorrect highlighting in regexp isearch.
Date: Wed, 14 Oct 2020 11:57:41 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

tags 43702 fixed
close 43702 28.0.50
thanks

> I haven't noticed any problem with just using
> the latest match data, but I haven't tested much.

You are right - there are no problems with using the latest match data.
But using real-match-data causes problems - sometimes real-match-data
contains nils at the end of the list, e.g. (1 2 3 4 <*buffer*> nil nil nil nil)

So I pushed the patch that uses the latest match data.





reply via email to

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