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

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

Re: re-search-forward-repeat?


From: harven
Subject: Re: re-search-forward-repeat?
Date: Sat, 20 Sep 2008 02:38:56 -0700 (PDT)
User-agent: G2/1.0

On Sep 19, 10:38 pm, jrwats <jrw...@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)


reply via email to

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