From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dieter Wilhelm Newsgroups: gmane.emacs.help Subject: Re: Isearch functionality Date: Sat, 04 Aug 2007 10:48:31 +0200 Organization: The Church of Emacs Message-ID: <87myx7ofc0.fsf@debby.local.net> References: <1185888195.759240.180330@d55g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1186217324 27831 80.91.229.12 (4 Aug 2007 08:48:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Aug 2007 08:48:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: weber Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 04 10:48:41 2007 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 1IHFJN-0008K4-0g for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Aug 2007 10:48:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHFJB-00089S-9A for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Aug 2007 04:48:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IHFId-00088f-8w for help-gnu-emacs@gnu.org; Sat, 04 Aug 2007 04:47:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IHFIW-00086N-I9 for help-gnu-emacs@gnu.org; Sat, 04 Aug 2007 04:47:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHFIW-00085q-9R for help-gnu-emacs@gnu.org; Sat, 04 Aug 2007 04:47:44 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IHFIT-0007ZW-H6 for help-gnu-emacs@gnu.org; Sat, 04 Aug 2007 04:47:42 -0400 Original-Received: from [89.12.121.224] (helo=debby.local.net) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1IHFIH21ZF-0004UL; Sat, 04 Aug 2007 10:47:29 +0200 Original-Received: from dieter by debby.local.net with local (Exim 4.63) (envelope-from ) id 1IHFJH-0003bT-NS; Sat, 04 Aug 2007 10:48:31 +0200 In-Reply-To: <1185888195.759240.180330@d55g2000hsg.googlegroups.com> (weber's message of "Tue\, 31 Jul 2007 06\:23\:15 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Provags-ID: V01U2FsdGVkX19sqT2CmIluoz/7p5T6+pr3iURoX61cCUVcGGp BGy9BwQxpzHfTOdI5WXir/+BxOQ4lwqfltM1FlsG1ykgGwSuWQ zN5JuHXzuKJsiww3uxyLLPGb4m2E+kZ X-Detected-Kernel: Linux 2.6? (barebone, rare!) 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:46310 Archived-At: weber writes: > I'd like to implement a command inside isearch that deletes the > current match _from the buffer_ (not from the search string) I'd try the key sequence M-% within isearch, it switches to query-replace and you can replace the current search string with "". (You can bail out of query-replace by typing RET or q *or* C-s for further searches 8-)) -- Best wishes H. Dieter Wilhelm Darmstadt, Germany