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-search-forward-repeat? Date: Fri, 19 Sep 2008 13:38:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221856894 4791 80.91.229.12 (19 Sep 2008 20:41:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2008 20:41:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 19 22:42:31 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 1KgmoA-00023a-Bv for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Sep 2008 22:42:30 +0200 Original-Received: from localhost ([127.0.0.1]:54195 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kgmn9-0005bs-19 for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Sep 2008 16:41:27 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!q26g2000prq.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 4 Original-NNTP-Posting-Host: 131.107.0.71 Original-X-Trace: posting.google.com 1221856726 19690 127.0.0.1 (19 Sep 2008 20:38:46 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 19 Sep 2008 20:38:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q26g2000prq.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:162479 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:57820 Archived-At: 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.