re-search-forward-repeat?
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
re-search-forward-repeat?         


Author: jrwats
Date: Sep 19, 2008 13:38

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.
2 Comments
Re: re-search-forward-repeat?         


Author: harven
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)
no comments
Re: re-search-forward-repeat?         


Author: jrwats
Date: Sep 22, 2008 10:35

Many many thanks!
On Sep 20, 2:38 am, harven wrote:
> On Sep 19, 10:38 pm,jrwatsgmail.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)
no comments

RELATED THREADS
SubjectArticles qty Group
strange problem with fortran mex; not repeatable but also repeatablecomp.soft-sys.matlab ·