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: Lisp files that load cl-lib in problematical ways Date: Sat, 21 Oct 2023 10:42:05 +0300 Message-ID: <83a5scs9pu.fsf@gnu.org> References: <83fs3dgxv8.fsf@gnu.org> <835y38qvlg.fsf@gnu.org> <87bkcx6eci.fsf@dataswamp.org> <83ttqnm4ti.fsf@gnu.org> <83lebyu5yx.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23994"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Oct 21 09:42:32 2023 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 1qu6cy-00065v-NS for ged-emacs-devel@m.gmane-mx.org; Sat, 21 Oct 2023 09:42:32 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qu6cg-0008TH-UN; Sat, 21 Oct 2023 03:42:14 -0400 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 1qu6cf-0008T8-GV for emacs-devel@gnu.org; Sat, 21 Oct 2023 03:42:13 -0400 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 1qu6ce-00069i-VV; Sat, 21 Oct 2023 03:42:12 -0400 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=d4agf4s4ba1hiZvX0RDb3yrbT73eWVrTVvSLhCrk89M=; b=TM9yOSu5z6cS KdeYFHIDFQU9saiomyzaYDCiii83gVG/ymUZkY/V7LiKKqlsJJGhTaQJTnwo6KKKWGoyBClLQYPuY 2enVATlwIyy64YK4O2KxMNW3jMW0izgjznS4Ba7PWVKo3aKUP+Boa3VLvuDYtyI/pqH77Tm7YS+2h yiSd8qyXjpJDG32A4+HBXxr7ccYeWPhcft0MIU759z8GNH/9QCEecBbZigT8HOV/EcM9cix8ldMOh ICcylIGhtQOsP/Ur2CSwUyJJo/YhfUJhVhbQruFfXBIJ1iF3gYPzuYRrxV4f1+/HSikQ1OmBT/S7H ncNmLwc6Z8ccw9tkTxpSXA==; In-Reply-To: (message from Richard Stallman on Sat, 21 Oct 2023 01:21:16 -0400) 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:311639 Archived-At: > From: Richard Stallman > Cc: emacs-devel@gnu.org > Date: Sat, 21 Oct 2023 01:21:16 -0400 > > Which of the cl- macros really generate calls that require cl-lib > to be loaded? I don't think there are any. > We should fix those. If they exist, yes.