From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jrwats Newsgroups: gmane.emacs.help Subject: Re: re-search-forward-repeat? Date: Mon, 22 Sep 2008 10:35:35 -0700 (PDT) Organization: http://groups.google.com Message-ID: <65778ce9-69f3-4505-a3c9-d7a5e2cbfe35@25g2000prz.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1222105292 22191 80.91.229.12 (22 Sep 2008 17:41:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2008 17:41:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 22 19:42:30 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KhpQU-0006XN-UF for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Sep 2008 19:42:23 +0200 Original-Received: from localhost ([127.0.0.1]:50366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhpPS-0003yz-A4 for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Sep 2008 13:41:18 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!25g2000prz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 131.107.0.71 Original-X-Trace: posting.google.com 1222104935 14409 127.0.0.1 (22 Sep 2008 17:35:35 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 22 Sep 2008 17:35:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 25g2000prz.googlegroups.com; posting-host=131.107.0.71; posting-account=bFjqRgoAAAA1g2eFs8HouoaeO5EHoWR2 User-Agent: G2/1.0 X-HTTP-Via: 1.1 RED-PRXY-21 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.5.21022),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:162569 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57911 Archived-At: Many many thanks! On Sep 20, 2:38=A0am, harven wrote: > On Sep 19, 10:38=A0pm,jrwats wrote: > > > OK, so on a normal isearch-forward, I can continue pressing C-s to run > > isearch-forward multiple times. =A0How do I get this functionaliy for r= e- > > search-forwarwd? =A0For 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)