[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 17:44:36 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Nicolas Goaziou <address@hidden> wrote:
[...]
> C-i and C-m seem to work out the box in Emacs 24.4 anyway. Maybe the
> following is sufficient:
>
> (when (fboundp 'isearch-other-control-char)
> (define-key ...)
> (define-key ...))
>
> I.e, no need to bind these keys to nil.
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.
> Also, you should add a comment about deprecation once we drop support
> for emacs 24.3.
Will do.
--
Kyle
- [O] [RFC/PATCH] org-goto: Update for isearch changes, Kyle Meyer, 2014/11/02
- Re: [O] [RFC/PATCH] org-goto: Update for isearch changes, Nicolas Goaziou, 2014/11/02
- Re: [O] [RFC/PATCH] org-goto: Update for isearch changes,
Kyle Meyer <=
- Re: [O] [RFC/PATCH] org-goto: Update for isearch changes, Nicolas Goaziou, 2014/11/02
- Re: [O] [RFC/PATCH] org-goto: Update for isearch changes, Kyle Meyer, 2014/11/02
- Re: [O] [RFC/PATCH] org-goto: Update for isearch changes, Kyle Meyer, 2014/11/03
- Re: [O] [RFC/PATCH] org-goto: Update for isearch changes, Nicolas Goaziou, 2014/11/03
- Re: [O] [RFC/PATCH] org-goto: Update for isearch changes, Kyle Meyer, 2014/11/03
- Re: [O] [RFC/PATCH] org-goto: Update for isearch changes, Nicolas Goaziou, 2014/11/03
- Re: [O] [RFC/PATCH] org-goto: Update for isearch changes, Kyle Meyer, 2014/11/03