From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: wscholine@gmail.com Newsgroups: gmane.emacs.help Subject: Re: re-search-forward-repeat? Date: Tue, 13 Aug 2013 08:38:41 -0700 (PDT) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1376408653 2739 80.91.229.3 (13 Aug 2013 15:44:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Aug 2013 15:44:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 13 17:44:16 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V9GlZ-0004gT-AL for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Aug 2013 17:44:13 +0200 Original-Received: from localhost ([::1]:49609 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9GlY-0007LR-T3 for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Aug 2013 11:44:12 -0400 X-Received: by 10.224.173.4 with SMTP id n4mr5250228qaz.3.1376408321543; Tue, 13 Aug 2013 08:38:41 -0700 (PDT) X-Received: by 10.49.131.65 with SMTP id ok1mr36399qeb.33.1376408321527; Tue, 13 Aug 2013 08:38:41 -0700 (PDT) Original-Path: usenet.stanford.edu!f7no2224060qan.0!news-out.google.com!he10ni1415qab.0!nntp.google.com!fx3no2331909qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=204.126.18.9; posting-account=KLpjuwoAAADtzy7-ofmKKq8yGYWe9f3F Original-NNTP-Posting-Host: 204.126.18.9 User-Agent: G2/1.0 Injection-Date: Tue, 13 Aug 2013 15:38:41 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:200581 X-Mailman-Approved-At: Tue, 13 Aug 2013 11:44:04 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92847 Archived-At: On Saturday, September 20, 2008 5:38:56 AM UTC-4, 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. >=20 > 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, i= f 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.