From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: option to let isearch select the search target (in transient mark mode) Date: Tue, 10 Jul 2007 23:03:31 +0200 Message-ID: <7dbe73ed0707101403q6b97bba5i14b5077efc5eb272@mail.gmail.com> References: <35636.128.165.123.18.1184099832.squirrel@webmail.lanl.gov> 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: sea.gmane.org 1184101420 7121 80.91.229.12 (10 Jul 2007 21:03:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Jul 2007 21:03:40 +0000 (UTC) Cc: Drew Adams , Emacs-Devel To: herring@lanl.gov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 10 23:03:39 2007 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.50) id 1I8Mry-0004xR-Od for ged-emacs-devel@m.gmane.org; Tue, 10 Jul 2007 23:03:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8Mry-0003Ss-E0 for ged-emacs-devel@m.gmane.org; Tue, 10 Jul 2007 17:03:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8Mrv-0003Sm-JG for emacs-devel@gnu.org; Tue, 10 Jul 2007 17:03:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8Mru-0003SZ-48 for emacs-devel@gnu.org; Tue, 10 Jul 2007 17:03:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8Mrt-0003SW-VY for emacs-devel@gnu.org; Tue, 10 Jul 2007 17:03:33 -0400 Original-Received: from mu-out-0910.google.com ([209.85.134.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I8Mrt-00016l-Dl for emacs-devel@gnu.org; Tue, 10 Jul 2007 17:03:33 -0400 Original-Received: by mu-out-0910.google.com with SMTP id g7so1229619muf for ; Tue, 10 Jul 2007 14:03:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Mb1IRgIeuw0qEmgyvAOjeeg8pXMrx7NFerhNCzSwS7Bs5hUq6WUXgDmXEHqcQVGcp2EtKms6VcJK9v4bYdf7iRvHZDEKVAHQa5/8HkmfKYhzAT/HaAy/GubT5E/MwctA9uAulE9d7ST0AEaxc/UB5fWgdAKPggdETGnCz4yIhPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lNFInGREUwCJlGnpFgbgAP3KkItPq6ozV5ovnCqZ6Hj+m2An2cK8yz7gTt+qUSYvG3HZYEouxpAejJc0BsXTKmIICpvAfhUH210KOa+a/fQk2lqL7ikJA+kwEVXVBctJxJSjflEmsyF9gchM4x0DyG41dOIkxu/k5ha/AFF6H4I= Original-Received: by 10.82.156.12 with SMTP id d12mr10234388bue.1184101411732; Tue, 10 Jul 2007 14:03:31 -0700 (PDT) Original-Received: by 10.82.117.9 with HTTP; Tue, 10 Jul 2007 14:03:31 -0700 (PDT) In-Reply-To: <35636.128.165.123.18.1184099832.squirrel@webmail.lanl.gov> Content-Disposition: inline X-detected-kernel: 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:74582 Archived-At: > terminate the search with this option. 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", Isn't that what isearch does already? When exiting a successful isearch with RET it says in the echo area: Mark saved where search started And I can use this to delete the region or kill it or whatever.