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 21:11:27 +0100 Message-ID: <871tpkdoy8.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> <87fve0g002.fsf@nicolasgoaziou.fr> <87sii0rzl3.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlNxe-0008LS-H7 for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 15:10:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlNxX-00050o-Pa for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 15:10:46 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:38520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlNxX-00050d-J1 for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 15:10:39 -0500 In-Reply-To: <87sii0rzl3.fsf@kyleam.com> (Kyle Meyer's message of "Mon, 03 Nov 2014 11:58:00 -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: > I've attached an updated patch. It now includes a comment about which > version removed isearch-other-control-char, and the commit message has > been extended to explain why both 'C-m' and RET are bound to nil. Applied with a minor tweak: boundp -> fboundp. Thank you. Regards,