emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [RFC/PATCH] org-goto: Update for isearch changes


From: Kyle Meyer
Subject: Re: [O] [RFC/PATCH] org-goto: Update for isearch changes
Date: Sun, 02 Nov 2014 18:56:38 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Nicolas Goaziou <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]