From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Byte-compilation of custom themes Date: Sun, 03 Jun 2018 16:22:07 -0400 Message-ID: References: <87efmk2qk0.fsf@tcd.ie> <87vafjhu04.fsf@tcd.ie> <87po5po7ul.fsf@tcd.ie> <87o9hoxm0w.fsf@tcd.ie> <83fu2ynvda.fsf@gnu.org> <87zi169q9y.fsf@tcd.ie> <83a7t6nlmf.fsf@gnu.org> <877eo9kjnl.fsf@tcd.ie> <831sehnymt.fsf@gnu.org> <874lim2pyi.fsf@tcd.ie> <83d0x9e8iu.fsf@gnu.org> <87vab110mi.fsf@tcd.ie> <83y3fxc7c4.fsf@gnu.org> <87muwc9kv0.fsf@tcd.ie> <83po17dhwe.fsf@gnu.org> <87y3fvua2x.fsf@tcd.ie> <83lgbvdev8.fsf@gnu.org> <87sh63rcar.fsf@tcd.ie> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1528057248 15226 195.159.176.226 (3 Jun 2018 20:20:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 3 Jun 2018 20:20:48 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Basil L. Contovounesios" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 03 22:20:43 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fPZUY-0003r4-A0 for ged-emacs-devel@m.gmane.org; Sun, 03 Jun 2018 22:20:42 +0200 Original-Received: from localhost ([::1]:36547 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPZWf-0003to-B2 for ged-emacs-devel@m.gmane.org; Sun, 03 Jun 2018 16:22:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPZW2-0003tV-8O for emacs-devel@gnu.org; Sun, 03 Jun 2018 16:22:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fPZVy-00005u-3e for emacs-devel@gnu.org; Sun, 03 Jun 2018 16:22:14 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:52440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPZVx-00005S-Up; Sun, 03 Jun 2018 16:22:10 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w53KM7aO032638; Sun, 3 Jun 2018 16:22:07 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 61D4E654DD; Sun, 3 Jun 2018 16:22:07 -0400 (EDT) In-Reply-To: <87sh63rcar.fsf@tcd.ie> (Basil L. Contovounesios's message of "Sun, 03 Jun 2018 18:48:44 +0100") X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.1 X-NAI-Spam-Rules: 3 Rules triggered GEN_SPAM_FEATRE=0.1, EDT_SA_DN_PASS=0, RV6299=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6299> : inlines <6676> : streams <1788647> : uri <2652166> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:225976 Archived-At: > Fair enough, though it's looking like the simplest solution is to keep > the original (when (file-directory-p dir) ...) check and avoid cl-lib > altogether. Agreed, with a comment explaining that cl-lib macros can't be used at this point for bootstrap reasons. Stefan