[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#17453: Isearch doesn't work properly with Follow Mode.
From: |
Artur Malabarba |
Subject: |
Re: bug#17453: Isearch doesn't work properly with Follow Mode. |
Date: |
Mon, 2 Nov 2015 14:18:59 +0000 |
> > Lazy highlighting searches for matches on the current window. It must
> > be extended to search for matches on the Follow Mode group of windows.
> > For that, it needs the details of the "window*-start" and "window*-end".
>
> Yes, you're right, I see that now. This might still be solvable via
> setting isearch-search-fun-function, I'll need to think on that for a
> moment.
Here's a new version, split into 3 short patches to make it easier to
understand.
This makes 2 small changes to isearch (which I think are even
justifiable on their own, regardless of follow-mode), and defines a
new function in follow-mode which takes care of two things:
Matches are highlighted on all windows
When the user types something, and the next match is on another
window, switch to that window instead of scrolling the current one.
0003-lisp-follow.el-Improve-isearch-compatibility.patch
Description: Text Data
0002-lisp-isearch.el-Bind-a-variable-while-lazy-highlight.patch
Description: Text Data
0001-lisp-isearch.el-Allow-lazy-highlighting-of-all-windo.patch
Description: Text Data
- Re: bug#17453: Isearch doesn't work properly with Follow Mode., (continued)
Re: bug#17453: Isearch doesn't work properly with Follow Mode., Juri Linkov, 2015/11/01
- Re: bug#17453: Isearch doesn't work properly with Follow Mode., Eli Zaretskii, 2015/11/01
- Re: bug#17453: Isearch doesn't work properly with Follow Mode., Alan Mackenzie, 2015/11/02
- Re: bug#17453: Isearch doesn't work properly with Follow Mode., Alan Mackenzie, 2015/11/02
- Re: bug#17453: Isearch doesn't work properly with Follow Mode., Artur Malabarba, 2015/11/02
- Re: bug#17453: Isearch doesn't work properly with Follow Mode.,
Artur Malabarba <=
- Re: bug#17453: Isearch doesn't work properly with Follow Mode., Alan Mackenzie, 2015/11/02
- Re: bug#17453: Isearch doesn't work properly with Follow Mode., Juri Linkov, 2015/11/02
- Re: bug#17453: Isearch doesn't work properly with Follow Mode., Alan Mackenzie, 2015/11/03
Re: bug#17453: Isearch doesn't work properly with Follow Mode., Juri Linkov, 2015/11/02
Re: bug#17453: Isearch doesn't work properly with Follow Mode., Juri Linkov, 2015/11/02