[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls |
Date: |
Wed, 17 May 2017 14:32:48 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hello,
Kyle Meyer <address@hidden> writes:
> I'm confused why called-interactively-p's docstring suggests that
> form.
I'm also confused. The more I read the docstring, the less I understand
it. Ah well.
> At any rate, it won't do here:
>
> (funcall (lambda ()
> (interactive)
> (not (or executing-kbd-macro noninteractive))))
> ⇒ t
>
> (call-interactively (lambda ()
> (interactive)
> (not (or executing-kbd-macro noninteractive))))
> ⇒ t
Ok. Let me drop the ball here, we both lost too much time on this
already. If your patch with the signature change is functional, just go
ahead.
Thank you.
Regards,
--
Nicolas Goaziou
- Re: [O] About org-sort -> org-sort-list with custom sort function, (continued)
- Re: [O] About org-sort -> org-sort-list with custom sort function, Nicolas Goaziou, 2017/05/08
- [O] [PATCH] org-sort: Read compare-func in interactive calls, Kyle Meyer, 2017/05/09
- Re: [O] [PATCH] org-sort: Read compare-func in interactive calls, Nicolas Goaziou, 2017/05/11
- Re: [O] [PATCH] org-sort: Read compare-func in interactive calls, Kyle Meyer, 2017/05/11
- Re: [O] [PATCH] org-sort: Read compare-func in interactive calls, Nicolas Goaziou, 2017/05/12
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls, Kyle Meyer, 2017/05/13
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls, Nicolas Goaziou, 2017/05/14
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls, Kyle Meyer, 2017/05/14
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls, Nicolas Goaziou, 2017/05/14
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls, Kyle Meyer, 2017/05/14
- Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls,
Nicolas Goaziou <=
- Re: [O] About org-sort -> org-sort-list with custom sort function, Kyle Meyer, 2017/05/09