From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] (Or "question"...) isearch-kill-found Date: Mon, 31 May 2010 15:50:20 -0400 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=us-ascii X-Trace: dough.gmane.org 1275335433 1804 80.91.229.12 (31 May 2010 19:50:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 May 2010 19:50:33 +0000 (UTC) Cc: 'Juri Linkov' , 'Chong Yidong' , 'Deniz Dogan' , 'Emacs-Devel devel' To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 31 21:50:31 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 1OJB0I-0002Iy-RW for ged-emacs-devel@m.gmane.org; Mon, 31 May 2010 21:50:31 +0200 Original-Received: from localhost ([127.0.0.1]:33418 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJB0H-00084j-Lv for ged-emacs-devel@m.gmane.org; Mon, 31 May 2010 15:50:29 -0400 Original-Received: from [140.186.70.92] (port=46444 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJB0C-00084Z-5C for emacs-devel@gnu.org; Mon, 31 May 2010 15:50:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJB0A-0005wz-OA for emacs-devel@gnu.org; Mon, 31 May 2010 15:50:24 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:23143 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJB0A-0005wZ-JF for emacs-devel@gnu.org; Mon, 31 May 2010 15:50:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAAKwA0xMCpdY/2dsb2JhbACeJ3K/SIUWBIxM X-IronPort-AV: E=Sophos;i="4.53,335,1272859200"; d="scan'208";a="66420394" Original-Received: from 76-10-151-88.dsl.teksavvy.com (HELO pastel.home) ([76.10.151.88]) by ironport2-out.pppoe.ca with ESMTP; 31 May 2010 15:50:21 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C710281F8; Mon, 31 May 2010 15:50:20 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Mon, 31 May 2010 12:14:01 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:125407 Archived-At: > The alternative that I proposed does not affect any keys that exit > isearch - you exit it normally, any way you want. What it does do is > leave the mark-setting on or off until you toggle it, with `C-SPC' > during isearch. Eh.... it *does* affect a key that exits isearch: C-SPC. Of course I also dislike it because it adds a state. As for simply providing a variable to change the behavior (without a key-binding to change it), that's another solution, indeed. Maybe not a bad one. Stefan