From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH v2] org-sort: Read compare-func in interactive calls Date: Wed, 17 May 2017 14:32:48 +0200 Message-ID: <87inkzr7db.fsf@nicolasgoaziou.fr> References: <871srz5mbr.fsf@kyleam.com> <20170509194750.8974-1-kyle@kyleam.com> <87tw4r12ww.fsf@nicolasgoaziou.fr> <8737cax2tm.fsf@kyleam.com> <87h90q1rf6.fsf@nicolasgoaziou.fr> <87lgq0retg.fsf@kyleam.com> <87shk7zw08.fsf@nicolasgoaziou.fr> <87fug7r1qz.fsf@kyleam.com> <878tlzz8js.fsf@nicolasgoaziou.fr> <87bmqvqhuy.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAy8R-00042T-CN for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:33:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAy8M-0006kS-BZ for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:32:59 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:43392) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dAy8M-0006k4-4n for emacs-orgmode@gnu.org; Wed, 17 May 2017 08:32:54 -0400 In-Reply-To: <87bmqvqhuy.fsf@kyleam.com> (Kyle Meyer's message of "Sun, 14 May 2017 16:54:45 -0400") 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" To: Kyle Meyer Cc: Zhitao Gong , emacs-orgmode@gnu.org Hello, Kyle Meyer 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)))) > =E2=87=92 t > > (call-interactively (lambda () > (interactive) > (not (or executing-kbd-macro noninteractive)))) > =E2=87=92 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, --=20 Nicolas Goaziou