From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC/PATCH] org-goto: Update for isearch changes Date: Mon, 03 Nov 2014 00:33:54 +0100 Message-ID: <87oaspfa8t.fsf@nicolasgoaziou.fr> References: <87d295uw5g.fsf@kyleam.com> <87h9yhgrwk.fsf@nicolasgoaziou.fr> <87r3xlnrxn.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl4e1-0003ww-8B for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 18:33:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xl4du-0003GB-Hm for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 18:33:13 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:39831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl4du-0003G0-Cq for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 18:33:06 -0500 In-Reply-To: <87r3xlnrxn.fsf@kyleam.com> (Kyle Meyer's message of "Sun, 02 Nov 2014 17:44:36 -0500") 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: Kyle Meyer Cc: Org-mode Kyle Meyer writes: > Hmm, I tried that (and just checked it again), but it doesn't work on my > end. C-m will exit isearch but not the indirect org-goto buffer. A > second C-m is needed to get back to the main buffer. (This is also true > for return, which is why it is also set to nil.) For C-i, it adds ^I to > the search string instead of cycling. OK. However, C-m is RET. Is there any reason to distinguish between the two? Regards,