From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] (Or "question"...) isearch-kill-found Date: Sun, 30 May 2010 16:19:54 -0600 Message-ID: <4C02E48A.7080305@gmail.com> References: <87iq65v61m.fsf@gnu.org> <9BE2778D1026451087EED8E656851390@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1275258014 20080 80.91.229.12 (30 May 2010 22:20:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 May 2010 22:20:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 31 00:20:13 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 1OIqrX-0005tY-LD for ged-emacs-devel@m.gmane.org; Mon, 31 May 2010 00:20:07 +0200 Original-Received: from localhost ([127.0.0.1]:52612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIqrX-0006m5-3W for ged-emacs-devel@m.gmane.org; Sun, 30 May 2010 18:20:07 -0400 Original-Received: from [140.186.70.92] (port=34785 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIqrR-0006ke-Fy for emacs-devel@gnu.org; Sun, 30 May 2010 18:20:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OIqrP-0007Pu-Qh for emacs-devel@gnu.org; Sun, 30 May 2010 18:20:01 -0400 Original-Received: from mail-px0-f169.google.com ([209.85.212.169]:62303) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OIqrP-0007PT-M3 for emacs-devel@gnu.org; Sun, 30 May 2010 18:19:59 -0400 Original-Received: by pxi12 with SMTP id 12so3598153pxi.0 for ; Sun, 30 May 2010 15:19:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=uaK7VUtFU1EJNcwQ8VpnYlFHNqqZHWJjeCVZHHoQj6A=; b=RrXLmQN6nbaj39OvX14jUwBYHxCLitdx4o0q9MVTbD8nr81JK1LvEHPH5rhR6ols5y aY51bXwTFGti3lZ6roYZ/q2Ko9/N4hNT16vGUJOJw2oHir5+zxzihGlwfJnbT5GPG39z 8WR9Fm5sHVG+sCYuIeOOFBkHbR/tw7sITvHQI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=K79cfd87Lq8nH0z4ctfPxU/A7uc5teRQL4A8lvQ0497bwGLFzzbYKI0E/u5acUShmJ EkWJg9t8LjqGC1wfBaTfdK7+00/maEfAQY3GfGvqVjerHnXUu6kMc7bHsqALvOtxzA9b lrxtTCPznDYdDE6SnVbCekXDhRi8Rk5zTwaLo= Original-Received: by 10.114.248.21 with SMTP id v21mr2778698wah.197.1275257997915; Sun, 30 May 2010 15:19:57 -0700 (PDT) Original-Received: from [192.168.1.4] (174-16-122-129.hlrn.qwest.net [174.16.122.129]) by mx.google.com with ESMTPS id n32sm43510836wae.10.2010.05.30.15.19.56 (version=SSLv3 cipher=RC4-MD5); Sun, 30 May 2010 15:19:57 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 In-Reply-To: <9BE2778D1026451087EED8E656851390@us.oracle.com> 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:125372 Archived-At: On 05/30/2010 09:25 AM, Drew Adams wrote: > I proposed the feature to emacs-devel on 2007-07-10: > http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00490.html > > The bottom line was Richard's decision: > > "I don't think it is needed. You can type C-@ C-r C-r to put > the region around the match that was just found." > In that same thread Davis Herring had an idea that sounds interesting and useful to me: http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00492.html > Thinking about this, I realize > that I would get almost all the utility of this idea with just one command > added to isearch which meant "exit and move point to start of match", or > (closer to your idea) a command which meant "exit and drop mark at start > of match" in place of your toggle. WDOT? I think a function "exit and drop mark at start of match" would be very useful. Christoph