From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] (Or "question"...) isearch-kill-found Date: Sun, 30 May 2010 16:11:13 +0200 Message-ID: References: <87iq65v61m.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1275228703 27776 80.91.229.12 (30 May 2010 14:11:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 May 2010 14:11:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?ISO-8859-1?Q?Johan_Bockg=E5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 30 16:11:42 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OIjEr-0007XV-En for ged-emacs-devel@m.gmane.org; Sun, 30 May 2010 16:11:41 +0200 Original-Received: from localhost ([127.0.0.1]:37901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIjEq-0007QN-IP for ged-emacs-devel@m.gmane.org; Sun, 30 May 2010 10:11:40 -0400 Original-Received: from [140.186.70.92] (port=34305 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIjEm-0007Q8-FL for emacs-devel@gnu.org; Sun, 30 May 2010 10:11:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OIjEl-0008DH-RA for emacs-devel@gnu.org; Sun, 30 May 2010 10:11:36 -0400 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:42861) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OIjEl-0008D2-LZ; Sun, 30 May 2010 10:11:35 -0400 Original-Received: by wwb24 with SMTP id 24so164552wwb.0 for ; Sun, 30 May 2010 07:11:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=FoWaASJT+shm5f+HToRk3yHjsziRurPzmhdRpyx7HVo=; b=YdIkRmTEJLPzr7E5N1OiI5JyrpGvkYLLtw8OlN7TnmgqHTkCUrK6MiOSyjNityv2tY 5WosF1LFI6aIW5JI4JfCWfpL5C1BO7EeFmSPvgiqehq7CxfHN6Ycq6xsEqVy4OsimgWD sdYPyHc+VFROxl/qnAhinej/ZNEESVo9DHnUY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=EmhzH+0nfw1YMXpK7FXKFGCgtQ/VMk3ARtx1bJoLPbCUSmuV2aygOjYtMWN5lxEUKY H62fSpxY1SrOnstaacqUGaSf0XF9h15iTvrXwU5KHiok59z3gTSZKkbb0Wf4+oL41UY4 wVIZ4N8NPxufsXRsQ0RFMzHZ1TJn1NVZhifN4= Original-Received: by 10.227.155.75 with SMTP id r11mr2963257wbw.62.1275228693200; Sun, 30 May 2010 07:11:33 -0700 (PDT) Original-Received: by 10.216.237.76 with HTTP; Sun, 30 May 2010 07:11:13 -0700 (PDT) In-Reply-To: <87iq65v61m.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125359 Archived-At: 2010/5/30 Johan Bockg=E5rd : > Deniz Dogan writes: > >> Recently, in a discussion on #emacs, we looked for a command which >> kills the text that has been found using isearch. None of us knew if >> there existed anything like that and I coludn't find it. >> >> So attached is a patch which adds isearch-kill-found and binds it to >> M-C-m (not too keen on the choice of binding though). >> >> Any thoughts or comments? Does this already exist? > > A command to simply exit isearch and set the region around the match > would be more generally useful. The key M-RET would make more sense > there too. > > http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00492.html > I agree, that makes sense. --=20 Deniz Dogan