| Re: re-search-forward-repeat? |
|
 |
|
 |
|
 |
|
 |
Group: gnu.emacs.help · Group Profile
Author: harvenharven Date: Sep 20, 2008 02:38
On Sep 19, 10:38Â pm, jrwats gmail.com> wrote:
> OK, so on a normal isearch-forward, I can continue pressing C-s to run
> isearch-forward multiple times. Â How do I get this functionaliy for re-
> search-forwarwd? Â For instance I want to be able to hit M-s multiple
> times for my regex search.
C-M-s my-regexp C-s C-s C-s ...
or
C-M-s my-regexp C-M-s C-M-s C-M-s ...
(no return after entering the regexp since the search is incremental)
|