From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] (Or "question"...) isearch-kill-found Date: Mon, 31 May 2010 18:50:47 +0200 Message-ID: References: <87vda59rby.fsf@mail.jurta.org> <87vda45euq.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1275324688 26327 80.91.229.12 (31 May 2010 16:51:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 May 2010 16:51:28 +0000 (UTC) Cc: Juri Linkov , Chong Yidong , Emacs-Devel devel , Deniz Dogan To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 31 18:51:26 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 1OJ8Cz-0006Bw-Jq for ged-emacs-devel@m.gmane.org; Mon, 31 May 2010 18:51:25 +0200 Original-Received: from localhost ([127.0.0.1]:33276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJ8Cy-0007sL-TA for ged-emacs-devel@m.gmane.org; Mon, 31 May 2010 12:51:24 -0400 Original-Received: from [140.186.70.92] (port=32935 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJ8Cl-0007pW-Ae for emacs-devel@gnu.org; Mon, 31 May 2010 12:51:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJ8Cj-0005NB-So for emacs-devel@gnu.org; Mon, 31 May 2010 12:51:11 -0400 Original-Received: from mail-yw0-f187.google.com ([209.85.211.187]:56658) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJ8Cj-0005My-O6 for emacs-devel@gnu.org; Mon, 31 May 2010 12:51:09 -0400 Original-Received: by ywh17 with SMTP id 17so102532ywh.1 for ; Mon, 31 May 2010 09:51:09 -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; bh=VkG/HdT1RKxJeMQh4lmzMqMaT4/qrbh9dKXNbFkyCro=; b=Epy3U3UcPV0eNk9WcJ7kJDIo7XXSrfKOja+5garC1phTgbFxuL+RpnEaxp0asXQBr6 xg7BHsxEWOxKhS/z/Fs46HFM+XuJZisov2c9TC2jY/PpvAa5c2qXSAXKkRjasPgvxAlc Brzn7LcR9C+GLyhaN7wAjD6bkAfgXauPDuuoQ= 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; b=G3Mu2bXdxVZgBN6JkVlQwXclNqSorQZLNn2dfsGnEDRB9C2QjHcVAK8PsS8eZJrULN 9eaGEO4AnpzRCRLjG9Gb65wnnIl7bT53bXGorknzVdn3wDmG8ceodjxhOMWVuOyz3JTC D7Absc9KRk8iROnDaCEElTmqx9dz8v0AEdXbM= Original-Received: by 10.101.28.39 with SMTP id f39mr5102189anj.69.1275324668772; Mon, 31 May 2010 09:51:08 -0700 (PDT) Original-Received: by 10.100.44.20 with HTTP; Mon, 31 May 2010 09:50:47 -0700 (PDT) In-Reply-To: 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:125399 Archived-At: On Mon, May 31, 2010 at 5:54 PM, Stefan Monnier wrote: > > So I'd much rather see an "exit and set the mark at isearch-other-end" > command, after which you can do C-w if you want to delete that text How about reusing C-M-h? Let it be "exit isearch and put mark at current point and move point to match beginning". Typing C-M-h once again if needed is not too hard and would normally fit despite that point has moved.