From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#39546: 28.0.50; Do not require subr-x at run time Date: Wed, 19 Feb 2020 14:41:31 +0100 Message-ID: <87pnea8zjo.fsf@gnus.org> References: <87k14uwnjl.fsf@gmail.com> <831rr2cvci.fsf@gnu.org> <83r1z2bau6.fsf@gnu.org> <57dc180c-4b60-462c-88c2-9a6f97c191df@beta.fastmail.com> <87ftfiyye1.fsf@gmail.com> <87d0amyxpt.fsf@gmail.com> <87a75qyx7e.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="104892"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 39546@debbugs.gnu.org, michael.albinus@gmx.de, Tassilo Horn To: Tino Calancha Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Feb 19 14:42:12 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j4PcC-000R8U-Jb for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 19 Feb 2020 14:42:12 +0100 Original-Received: from localhost ([::1]:52744 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4PcB-0008CR-Fi for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 19 Feb 2020 08:42:11 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41292) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4Pc3-0008C8-PO for bug-gnu-emacs@gnu.org; Wed, 19 Feb 2020 08:42:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4Pc2-0005Sg-QM for bug-gnu-emacs@gnu.org; Wed, 19 Feb 2020 08:42:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35804) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4Pc2-0005SZ-N6 for bug-gnu-emacs@gnu.org; Wed, 19 Feb 2020 08:42:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4Pc2-0007jD-Lw for bug-gnu-emacs@gnu.org; Wed, 19 Feb 2020 08:42:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 19 Feb 2020 13:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39546 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 39546-submit@debbugs.gnu.org id=B39546.158211970229667 (code B ref 39546); Wed, 19 Feb 2020 13:42:02 +0000 Original-Received: (at 39546) by debbugs.gnu.org; 19 Feb 2020 13:41:42 +0000 Original-Received: from localhost ([127.0.0.1]:41775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4Pbi-0007iR-9S for submit@debbugs.gnu.org; Wed, 19 Feb 2020 08:41:42 -0500 Original-Received: from quimby.gnus.org ([95.216.78.240]:60366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j4Pbg-0007iE-Ui for 39546@debbugs.gnu.org; Wed, 19 Feb 2020 08:41:41 -0500 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j4PbX-0006Zh-V6; Wed, 19 Feb 2020 14:41:34 +0100 In-Reply-To: <87a75qyx7e.fsf@gmail.com> (Tino Calancha's message of "Mon, 10 Feb 2020 22:00:21 +0100") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:176247 Archived-At: Tino Calancha writes: > -;;;###autoload > (defmacro when-let (spec &rest body) > "Bind variables according to SPEC and conditionally evaluate BODY. Sorry; I haven't been following this thread closely, but I don't think this is a good idea. It means putting +(eval-when-compile (require 'subr-x)) in more and more files, for no particularly good reason that I can see? What's the reason for removing this autoload? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no