emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Conkeror like hints for incremental search


From: Juri Linkov
Subject: Re: [PATCH] Conkeror like hints for incremental search
Date: Wed, 25 Jan 2012 13:29:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (x86_64-pc-linux-gnu)

> Nice idea. Let me try and tweak the patch to work in this way. I want to
> test it and see how it feels.

BTW, there is another useful search feature missing in Isearch.

In Chromium, the Search prompt displays the current search position
and the total number of matches.  It would be useful to implement this
in Isearch.  It helps to orient oneself while searching - to see
how many matches are remaining to visit with C-s, etc.

This information could be displayed in the mode-line in the usual format
that can be seen in some Emacs packages, e.g. "7/24".

The main problem is in the performance impact to count the total
number of matches.  Perhaps to not affect the responsiveness
these computations should be placed in `isearch-lazy-highlight'.



reply via email to

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