all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* re-search-forward-repeat?
@ 2008-09-19 20:38 jrwats
  2008-09-20  9:38 ` re-search-forward-repeat? harven
  0 siblings, 1 reply; 4+ messages in thread
From: jrwats @ 2008-09-19 20:38 UTC (permalink / raw)
  To: help-gnu-emacs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: re-search-forward-repeat?
  2008-09-19 20:38 re-search-forward-repeat? jrwats
@ 2008-09-20  9:38 ` harven
  2008-09-22 17:35   ` re-search-forward-repeat? jrwats
  2013-08-13 15:38   ` re-search-forward-repeat? wscholine
  0 siblings, 2 replies; 4+ messages in thread
From: harven @ 2008-09-20  9:38 UTC (permalink / raw)
  To: help-gnu-emacs

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)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: re-search-forward-repeat?
  2008-09-20  9:38 ` re-search-forward-repeat? harven
@ 2008-09-22 17:35   ` jrwats
  2013-08-13 15:38   ` re-search-forward-repeat? wscholine
  1 sibling, 0 replies; 4+ messages in thread
From: jrwats @ 2008-09-22 17:35 UTC (permalink / raw)
  To: help-gnu-emacs

Many many thanks!
On Sep 20, 2:38 am, harven <har...@free.fr> wrote:
> 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)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: re-search-forward-repeat?
  2008-09-20  9:38 ` re-search-forward-repeat? harven
  2008-09-22 17:35   ` re-search-forward-repeat? jrwats
@ 2013-08-13 15:38   ` wscholine
  1 sibling, 0 replies; 4+ messages in thread
From: wscholine @ 2013-08-13 15:38 UTC (permalink / raw)
  To: help-gnu-emacs

On Saturday, September 20, 2008 5:38:56 AM UTC-4, harven wrote:
> 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)

This feature has irritating differences from isearch though. For example, if you have a regexp in the kill buffer and do a C-y at the prompt, it does not yank your regexp but copies (part of?) the current line instead. And M-p at the prompt seems not to work.

Still better than M-x p M-p [enter] though, I guess.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-13 15:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-19 20:38 re-search-forward-repeat? jrwats
2008-09-20  9:38 ` re-search-forward-repeat? harven
2008-09-22 17:35   ` re-search-forward-repeat? jrwats
2013-08-13 15:38   ` re-search-forward-repeat? wscholine

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.