From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: About org-sort -> org-sort-list with custom sort function Date: Mon, 08 May 2017 11:48:34 +0200 Message-ID: <871srz7k7h.fsf@nicolasgoaziou.fr> References: <87inlhhgvf.fsf@gmail.com> <87vapd5qb0.fsf@kyleam.com> <87bmr57zqp.fsf@nicolasgoaziou.fr> <87shkg695r.fsf@kyleam.com> <87pofk65kp.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7fHW-0004ie-Vz for emacs-orgmode@gnu.org; Mon, 08 May 2017 05:48:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7fHS-0008Ba-1Y for emacs-orgmode@gnu.org; Mon, 08 May 2017 05:48:43 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:43300) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7fHR-0008B0-Rp for emacs-orgmode@gnu.org; Mon, 08 May 2017 05:48:37 -0400 In-Reply-To: <87pofk65kp.fsf@kyleam.com> (Kyle Meyer's message of "Sun, 07 May 2017 11:37:42 -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: > * the byte-compiler doesn't warn about WITH-CASE being unused. (I > think marking it with an underscore would be confusing because it is > "used".) WITH-CASE should be optional. It conforms to (interactive "P") expectations. > * WITH-CASE isn't ignored when passed by a Lisp caller. The we may not need `call-interactively' at all. WDYT? Regards, -- Nicolas Goaziou