From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hans-Christoph Wirth Newsgroups: gmane.emacs.help Subject: Re: combine isearch-forward-regexp and query-replace-regexp Date: 10 Feb 2005 18:13:41 GMT Message-ID: References: <874qgnjfyo.fsf-monnier+gnu.emacs.help@gnu.org> <877jlh43bx.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108059380 32149 80.91.229.2 (10 Feb 2005 18:16:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2005 18:16:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 10 19:16:20 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CzIr8-0003ro-GU for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Feb 2005 19:15:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzJ5u-0000s6-Qa for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Feb 2005 13:31:14 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: news.dfncis.de BPBdb0PZ8HomOLoQVrtbXgddLDwBZvnXk2q3OV96pakgDI User-Agent: slrn/0.9.8.0 (Linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:128483 Original-To: help-gnu-emacs@gnu.org 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24015 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24015 Stefan Monnier wrote: > > Well you can either define this isearch M-% thingy (IIRC it was originally > posted in this newsgroup before being integrated in Emacs-CVS), or you can > go the low-tech route: > > C-s M-p C-k C-g > M-% C-y Thanks. This comes close to what I need. I made the mistake to leave the initial isearch with C-g. When I leave it with RET, the contents gets stored in the ring buffer, and can be invoked with M-p then.