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

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

[debbugs-tracker] bug#29321: closed (Isearch hit count)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29321: closed (Isearch hit count)
Date: Thu, 22 Nov 2018 22:05:02 +0000

Your message dated Fri, 23 Nov 2018 00:03:25 +0200
with message-id <address@hidden>
and subject line Re: bug#29321: Isearch hit count
has caused the debbugs.gnu.org bug report #29321,
regarding Isearch hit count
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29321: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29321
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Isearch hit count Date: Thu, 16 Nov 2017 20:27:32 +0100
Isearch could show in the mode line how many matches follow or precede 
the currently highlighted one (or we could write "3 of 4 matches", as, 
e.g., Firefox does).  For big files, it could be helpful to calculate 
this information either lazily or in another thread.

If we had this, it would also be convenient to say "go forward n
matches", so that typing "M-3 C-s" during a search would be the
equivalent of typing C-s three times.  To do this we could add numeric
prefix arg handling to C-s/C-r/C-M-s/C-M-r, if that isn't already
taken for some other behavior.



--- End Message ---
--- Begin Message --- Subject: Re: bug#29321: Isearch hit count Date: Fri, 23 Nov 2018 00:03:25 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)
>> where in isearch-mode 'M-s M-<' will jump to the first match,
>> and 'M-s M->' will jump to the last match.
>
>   Perfect!  with an excellent choice of keybindings!
>
>   Thanks!

This is pushed to master as well, and since everything is implemented,
I'm closing this as done.


--- End Message ---

reply via email to

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