From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: cl-lib warnings Date: Wed, 21 Dec 2022 14:45:11 +0200 Message-ID: <837cylapt4.fsf@gnu.org> References: <86o7s3lsnx.fsf@mail.linkov.net> <86bknx8783.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16656"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 21 13:46:07 2022 Return-path: Envelope-to: ged-emacs-devel@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 1p7yU3-0004Ad-FN for ged-emacs-devel@m.gmane-mx.org; Wed, 21 Dec 2022 13:46:07 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p7yTI-0004oA-Oe; Wed, 21 Dec 2022 07:45:20 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p7yTG-0004nk-RY for emacs-devel@gnu.org; Wed, 21 Dec 2022 07:45:18 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p7yTF-0000Xn-1W; Wed, 21 Dec 2022 07:45:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=qjuU+QY2s9J9+7oTztv+YjUGeuQsYpTBWzXwniDxiEI=; b=XaI7J4ZDgGWN hVfn8+FaibrHkWowtyzoiWisQTE/fqCxAP5B231+mOTDZciRlYeBPwyxdIqF8fop2EzD7OeNe6ACg bmrD3nYYJ5zi1RfsF2ZMwZ/283dmPg/ri7jos8JcaTR7hZyBBUh/yM4+6KKuMp8AFhba3CnaFvIl4 PZ6AWcJ+DjgG6ANRwMChPZnpnrGpHzPmgngacRrllTHtFEGWRJ7TJ38kAQ+z0RgmC4n+LVGlKZV2g Yu9QaxuYkR3ZbsBsHGDZVf1XsBmOa7GNoahX/M3UtithPWhr71sWAa8sdVENxkfSGXCT7g03pVE5W a657nUjjmaVbifAwISw7UQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p7yTE-0007j1-Bl; Wed, 21 Dec 2022 07:45:16 -0500 In-Reply-To: <86bknx8783.fsf@mail.linkov.net> (message from Juri Linkov on Wed, 21 Dec 2022 10:37:16 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301741 Archived-At: > From: Juri Linkov > Cc: emacs-devel@gnu.org > Date: Wed, 21 Dec 2022 10:37:16 +0200 > > > IOW, it's becoming difficult to be warned by the compiler about missing > > `(require 'cl-lib)` :-( > > > > Looking at historical evolution, I think the sanest way to fix this is > > to preload `cl-lib`. > > These cl-related files are already preloaded: > > - emacs-lisp/cl-preloaded with byte-compiled size 29482; > - emacs-lisp/cl-generic with byte-compiled size 66127; > > So maybe it's not a problem to preload cl-lib > with byte-compiled size 19861. Yeah, let's also preload Org while at that. And Gnus.