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 09:29:49 +0100 Message-ID: <87fve0g002.fsf@nicolasgoaziou.fr> References: <87d295uw5g.fsf@kyleam.com> <87h9yhgrwk.fsf@nicolasgoaziou.fr> <87r3xlnrxn.fsf@kyleam.com> <87oaspfa8t.fsf@nicolasgoaziou.fr> <8738a1upft.fsf@kyleam.com> <87egtkop1p.fsf@kmlap.domain.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlD0f-0006FC-Ar for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 03:29:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlD0V-00039Q-Er for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 03:29:09 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:51163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlD0V-00039E-9Y for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 03:28:59 -0500 In-Reply-To: <87egtkop1p.fsf@kmlap.domain.org> (Kyle Meyer's message of "Mon, 03 Nov 2014 00:12:42 -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: > To follow up on this: > > I think the reason why setting only one doesn't work is because isearch > specifies both of them. > > (define-key map "\r" 'isearch-exit) > (define-key map [return] 'isearch-exit) > > Since the return key is given a binding, it's not translated to the > corresponding ASCII character and, as a result, needs to be overridden > specifically. At least, that's my understanding based on > (info "(emacs)Named ASCII Chars"). OK. So let's bind both of them to nil then. Thanks for the investigation. Regards,