From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: combine isearch-forward-regexp and query-replace-regexp Date: Wed, 9 Feb 2005 15:25:38 +0100 Message-ID: References: <874qgnjfyo.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107960536 32215 80.91.229.2 (9 Feb 2005 14:48:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2005 14:48:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 09 15:48:55 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cyt8D-0003o6-HZ for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Feb 2005 15:47:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CytMl-0003Ih-6Q for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Feb 2005 10:02:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CytI4-0001vN-Ol for help-gnu-emacs@gnu.org; Wed, 09 Feb 2005 09:58:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CytHq-0001pO-6z for help-gnu-emacs@gnu.org; Wed, 09 Feb 2005 09:57:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CytHp-0001jB-2L for help-gnu-emacs@gnu.org; Wed, 09 Feb 2005 09:57:49 -0500 Original-Received: from [217.72.192.225] (helo=smtp07.web.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Cysmk-0002Mt-IC for help-gnu-emacs@gnu.org; Wed, 09 Feb 2005 09:25:42 -0500 Original-Received: from [80.184.181.178] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.103 #192) id 1Cysmj-000432-00 for help-gnu-emacs@gnu.org; Wed, 09 Feb 2005 15:25:41 +0100 In-Reply-To: Original-To: help-gnu-emacs X-Mailer: Apple Mail (2.619.2) X-Sender: Peter_Dyballa@web.de 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:23986 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23986 Am 09.02.2005 um 14:07 schrieb Hans-Christoph Wirth: > So I guess there's no solution I you are bound to non-CVS versions ... There could be another one, I didn't check: do at least one search with the expression you foud might suit your needs. Finish searching and do a 'repeat-complex-command' (bound to a few keys). In the mini-buffer you'll see your expression, C-a C-k C-g and it should be in your kill-ring! -- Greetings Pete