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: 9 Feb 2005 14:07:55 GMT Message-ID: References: <874qgnjfyo.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1107958227 24409 80.91.229.2 (9 Feb 2005 14:10:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2005 14:10:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 09 15:10:27 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CysXp-0005bf-6F for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Feb 2005 15:10:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CysmM-0003m7-Nx for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Feb 2005 09:25:18 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-X-Trace: news.dfncis.de UPI98e5lrM86Tg4z8wYCBAY4DH8na5Mt14zYKxKd142m3f User-Agent: slrn/0.9.8.0 (Linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:128459 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:23985 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23985 Stefan Monnier wrote: > > If I composed the right regexp with isearch-forward-regexp, how > > can I supply it as an argument to query-replace-regexp? M-p does > > not help. > > In Emacs-CVS, if you hit M-% from isearch, it'll do that for > you automatically. Thanks. So I guess there's no solution I you are bound to non-CVS versions ...