From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: harven Newsgroups: gmane.emacs.help Subject: Re: re-search-forward-repeat? Date: Sat, 20 Sep 2008 02:38:56 -0700 (PDT) Organization: http://groups.google.com Message-ID: 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 1221903918 28027 80.91.229.12 (20 Sep 2008 09:45:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Sep 2008 09:45:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 20 11:46:15 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 1Kgz0B-0003tl-5v for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Sep 2008 11:43:43 +0200 Original-Received: from localhost ([127.0.0.1]:41673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kgyz9-0007iM-9o for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Sep 2008 05:42:39 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e53g2000hsa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 82.240.200.149 Original-X-Trace: posting.google.com 1221903536 4143 127.0.0.1 (20 Sep 2008 09:38:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 20 Sep 2008 09:38:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e53g2000hsa.googlegroups.com; posting-host=82.240.200.149; posting-account=hanW0AoAAADuR-PIr5jGeb298Y3jGR7p User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:162501 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:57844 Archived-At: 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 re- > 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)