emacs-orgmode
[Top][All Lists]
Advanced

[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



reply via email to

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