From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: [RFC/PATCH] org-goto: Update for isearch changes Date: Sun, 02 Nov 2014 18:56:38 -0500 Message-ID: <8738a1upft.fsf@kyleam.com> References: <87d295uw5g.fsf@kyleam.com> <87h9yhgrwk.fsf@nicolasgoaziou.fr> <87r3xlnrxn.fsf@kyleam.com> <87oaspfa8t.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl50p-0007Hb-Cx for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 18:56:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xl50j-0000vF-Bl for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 18:56:47 -0500 Received: from mail-qc0-f176.google.com ([209.85.216.176]:62405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl50j-0000vB-7l for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 18:56:41 -0500 Received: by mail-qc0-f176.google.com with SMTP id x3so8449627qcv.35 for ; Sun, 02 Nov 2014 15:56:40 -0800 (PST) Received: from localhost (nat-130-132-173-5.central.yale.edu. [130.132.173.5]) by mx.google.com with ESMTPSA id k4sm15513021qaj.21.2014.11.02.15.56.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Nov 2014 15:56:39 -0800 (PST) In-Reply-To: <87oaspfa8t.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Mon, 03 Nov 2014 00:33:54 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode Nicolas Goaziou wrote: [...] > However, C-m is RET. Is there any reason to distinguish between the two? If I use just (define-key org-goto-local-auto-isearch-map [return] nil) then C-m doesn't work (i.e., it results in isearch-exit being called instead of org-goto-ret, then requiring a second key press to get out of the org-goto indirect buffer). The same is true for return if only the C-m line is used. Is there a method you have in mind that will catch both of them? -- Kyle