From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Byte-compilation of custom themes Date: Sat, 02 Jun 2018 22:32:43 +0300 Message-ID: <83y3fxc7c4.fsf@gnu.org> 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> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1527967881 16468 195.159.176.226 (2 Jun 2018 19:31:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 2 Jun 2018 19:31:21 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: "Basil L. Contovounesios" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 02 21:31:16 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 1fPCF8-000484-Na for ged-emacs-devel@m.gmane.org; Sat, 02 Jun 2018 21:31:14 +0200 Original-Received: from localhost ([::1]:60850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPCHF-0007re-Mm for ged-emacs-devel@m.gmane.org; Sat, 02 Jun 2018 15:33:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPCGZ-0007rW-Tg for emacs-devel@gnu.org; Sat, 02 Jun 2018 15:32:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fPCGW-0000qf-Qr for emacs-devel@gnu.org; Sat, 02 Jun 2018 15:32:43 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPCGW-0000qV-Mz; Sat, 02 Jun 2018 15:32:40 -0400 Original-Received: from [176.228.60.248] (port=2951 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fPCGW-0005HD-0l; Sat, 02 Jun 2018 15:32:40 -0400 In-reply-to: <87vab110mi.fsf@tcd.ie> (contovob@tcd.ie) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:225935 Archived-At: > From: "Basil L. Contovounesios" > Cc: , > Date: Sat, 02 Jun 2018 19:53:09 +0100 > > It somehow evaded me until now that cl-assert has an autoload cookie. > This means I can get away with calling it in custom-available-themes > without first requiring cl-lib, whether at top-level or inside the > function, right? In other words, is the following kosher (and is the > wording up to scratch)? Yes, I think so. > If not, WDYM exactly by "check whether cl-lib is available"? I meant featurep, but since cl-assert is autoloaded, that shouldn't be needed.