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 21:15:05 +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 1275420243 720 80.91.229.12 (1 Jun 2010 19:24:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Jun 2010 19:24:03 +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 21:24:01 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 1OJX47-0007iQ-9u for ged-emacs-devel@m.gmane.org; Tue, 01 Jun 2010 21:23:55 +0200 Original-Received: from localhost ([127.0.0.1]:35981 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJX46-0003Z8-9s for ged-emacs-devel@m.gmane.org; Tue, 01 Jun 2010 15:23:54 -0400 Original-Received: from [140.186.70.92] (port=55601 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJWvw-0006aX-JE for emacs-devel@gnu.org; Tue, 01 Jun 2010 15:15:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJWvv-00052M-20 for emacs-devel@gnu.org; Tue, 01 Jun 2010 15:15:28 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:62380) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJWvu-00051W-UA for emacs-devel@gnu.org; Tue, 01 Jun 2010 15:15:27 -0400 Original-Received: by mail-gy0-f169.google.com with SMTP id 4so4801876gyg.0 for ; Tue, 01 Jun 2010 12:15:26 -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=0iQcGyna8ncW0tY2FU7ZTLzg90TnGzpUl/ItG6zQFuw=; b=g8pALLnRO4pAAUVQWVdVbQNM+VQxHYxunm4h8/UV9EezKXW7QaqkXKTrD3nGm9pW0g MQqsrEpFrLDu6a3aDRjfnQAA8dQ8s/4qA/NbeipCicvOGKAZ4XTm4kIeE1SRXRy7ajsy BA+s45XAEn3v/tWOV86ywaQfW/LJS3dD9v2aQ= 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=w/PEdEiyaNX7n0WWhwCK4WI4NJVsAd0Q7O8zIs8COasbh82vtrenS9ZZMsJrOIH7lL pvOn9b7bRr9oCJQ0GprbGYVwlWr8rGbxvAmTUORyeb0ltKtrfwsMl3+S0rRpS0lpo4oU Z0kGSkFBQtIyMxjfzPwjSYOhJ2Zl/w2LOxmD0= Original-Received: by 10.101.178.8 with SMTP id f8mr7019683anp.213.1275419726187; Tue, 01 Jun 2010 12:15:26 -0700 (PDT) Original-Received: by 10.100.44.20 with HTTP; Tue, 1 Jun 2010 12:15:05 -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:125432 Archived-At: On Tue, Jun 1, 2010 at 9:03 PM, Stefan Monnier w= rote: >>>>> > 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= bound 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 a= s >>> 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. =C2=A0You just have to do it twice in case you want the global >> binding. =C2=A0I believe it will be easy getting used to it - as long as= the >> region is visible... > > Your choice of C-M-h, which has no particular mnemonic or logical > connection to the functionality you suggest, Maybe my mnemonics and fuzzy logic are a bit wider then... ;-) I suggested a key binding that marks something (it is normally mark-defun) since we (at least I) wanted something to mark the matched region. > together with the > argumentation about how its impact would be bearable, is a vivid proof > of my argument: keys are in very short supply. This conclusion is maybe a bit circular since it is the assumption I started with ;-)