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: Tue, 1 Jun 2010 15:55:34 +0200 Message-ID: References: <87vda59rby.fsf@mail.jurta.org> <87vda45euq.fsf@stupidchicken.com> <7F4A9988213544AEA1478E941C7E2109@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1275400575 12527 80.91.229.12 (1 Jun 2010 13:56:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Jun 2010 13:56:15 +0000 (UTC) Cc: Juri Linkov , Chong Yidong , Emacs-Devel devel , Drew Adams , Deniz Dogan To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 01 15:56: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 1OJRwy-00062d-Ql for ged-emacs-devel@m.gmane.org; Tue, 01 Jun 2010 15:56:13 +0200 Original-Received: from localhost ([127.0.0.1]:51287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJRwy-00026f-Cg for ged-emacs-devel@m.gmane.org; Tue, 01 Jun 2010 09:56:12 -0400 Original-Received: from [140.186.70.92] (port=53089 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJRwn-000254-Bq for emacs-devel@gnu.org; Tue, 01 Jun 2010 09:56:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJRwh-0005I5-OC for emacs-devel@gnu.org; Tue, 01 Jun 2010 09:56:01 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:43777) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJRwh-0005Hk-Ly for emacs-devel@gnu.org; Tue, 01 Jun 2010 09:55:55 -0400 Original-Received: by gwb15 with SMTP id 15so837531gwb.0 for ; Tue, 01 Jun 2010 06:55:54 -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=OeGdPFoMZTQENKaKhE7W8R7RXnrb9IaUt5E7XrYgyFE=; b=d27XhAZjyCrORzzO0GEc1omItfWCXwA2AxQoDL/toUgrQIHDHyNVop+pIlh/rR2s5W EL0w1zAXGv1iHYRUxra7cIRVoCZM2lSENxQFDewtebweP0Qs1GvNh5u1EnN2XVV+JIif fCWoBvQMEF5Qs4eZpgrMSW9hTLU07NF1KjIv0= 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=ZQuuDS40XaKYb7EJjU3oCjTRr4mmgLH1JKgB4644Ibqt0hwd2DfW/hwNoJhY4t7/hE zqFu9v71+aC66UWXF5/SxR8By3a/RmM2SAt3wvbRDr03Viblu42WxzR0kiE6IvlqU6JM 3EqlIcDage0QDsHYae3QkIhyjB5blqYMXo7uE= Original-Received: by 10.101.203.27 with SMTP id f27mr6528259anq.239.1275400554304; Tue, 01 Jun 2010 06:55:54 -0700 (PDT) Original-Received: by 10.100.44.20 with HTTP; Tue, 1 Jun 2010 06:55:34 -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:125428 Archived-At: On Tue, Jun 1, 2010 at 2:56 PM, Stefan Monnier w= rote: >>> >> Of course I also dislike it because it adds a state. =C2=A0As for si= mply >>> >> providing a variable to change the behavior (without a >>> >> key-binding to change it), that's another solution, indeed. >>> >> Maybe not a bad one. >>> > Why is not having a key to toggle the variable better? >>> Because keys are in very short supply. >> Not really, for a keymap such as isearch. > > Huh? =C2=A0Please suggest free key-bindings, then. =C2=A0Since keys not b= ound in > isearch-mode-map lead to exiting isearch and running the corresponding > command in the global map, isearch-mode-map is basically just as full as > the global map. I made another suggestion, reuse C-M-h. It will not interfere with the global command in a bad manner I believe. You just have to do it twice in case you want the global binding. I believe it will be easy getting used to it - as long as the region is visible...