From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Emanuel Berg via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: Re: The function =?utf-8?Q?=E2=80=98cl-set-difference=E2=80=99?= might not be defined at runtime Date: Wed, 15 Apr 2020 06:34:53 +0200 Message-ID: <87tv1l8iz6.fsf@ebih.ebihd> References: <877dyi2btk.fsf@disroot.org> <87zhbe7x87.fsf@gmail.com> <874ktl3oxb.fsf@disroot.org> <87v9m19a63.fsf@gmail.com> <871rop3mj0.fsf@disroot.org> <87r1wp95u3.fsf@gmail.com> <87y2qx237b.fsf@disroot.org> Reply-To: Emanuel Berg Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="74323"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) To: help-gnu-emacs@gnu.org Cancel-Lock: sha1:Gy2o0zwrInFmIZ0+gAAvrbkd+Ec= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 15 06:35:24 2020 Return-path: Envelope-to: geh-help-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 1jOZlk-000JE3-2D for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 15 Apr 2020 06:35:24 +0200 Original-Received: from localhost ([::1]:42766 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOZlj-00008V-4Z for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 15 Apr 2020 00:35:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53628) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOZlN-00008L-ML for help-gnu-emacs@gnu.org; Wed, 15 Apr 2020 00:35:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOZlM-0002Z5-KY for help-gnu-emacs@gnu.org; Wed, 15 Apr 2020 00:35:01 -0400 Original-Received: from ciao.gmane.io ([159.69.161.202]:45762) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jOZlM-0002YT-Eq for help-gnu-emacs@gnu.org; Wed, 15 Apr 2020 00:35:00 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jOZlL-000Iks-B3 for help-gnu-emacs@gnu.org; Wed, 15 Apr 2020 06:34:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Mail-Copies-To: never X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 159.69.161.202 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:122821 Archived-At: Stefan Monnier wrote: >> To placate Flycheck regarding the use of cl-assert, >> I required 'cl-macs when compiling. So I had: > > Bad idea. `cl-assert` might be in `cl-macs` but might > not. The library that provides `cl-assert` is `cl-lib` You mean this? (in cl-lib.el, Emacs 26.1) (provide 'cl-lib) (unless (load "cl-loaddefs" 'noerror 'quiet) ;; When bootstrapping, cl-loaddefs hasn't been built yet! (require 'cl-macs) (require 'cl-seq)) What does it mean when provide isn't last in the file? Also, what does this mean? ;; Local variables: ;; byte-compile-dynamic: t ;; End: -- underground experts united http://user.it.uu.se/~embe8573 https://dataswamp.org/~incal