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

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

bug#13402: 24.2.92 pretest: bugs in isearch-yank-line in info page. [Pat


From: Juri Linkov
Subject: bug#13402: 24.2.92 pretest: bugs in isearch-yank-line in info page. [Patch]
Date: Fri, 15 Feb 2013 12:10:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

>> Here is a patch for this change:
>
> Thanks, I'll test your patch now.

I noticed one problem: going to the next match with `C-s'
(isearch-repeat-forward) doesn't lazy-highlight the previous match
that was unhighlighted.  The previous match needs to be re-highlighted
and the next match unhighlighted.  But this requires performing the complete
round of lazy-highlighting all of lazy-matches on every `C-s' key press
that will cause significant slow down in lazy-highlighting because it will
remove the current optimization where `C-s' doesn't cause re-highlighting
of lazy-matches most of the time (when there is no scrolling or toggling
of search parameters).





reply via email to

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