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: [External] : Re: Shrinking the C core Date: Sun, 17 Sep 2023 08:41:31 +0300 Message-ID: <83fs3dgxv8.fsf@gnu.org> References: <87il8betof.fsf@dataswamp.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1985"; mail-complaints-to="usenet@ciao.gmane.io" Cc: incal@dataswamp.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 17 07:42:55 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 1qhkYY-0000IA-QB for ged-emacs-devel@m.gmane-mx.org; Sun, 17 Sep 2023 07:42:54 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qhkXV-000584-8b; Sun, 17 Sep 2023 01:41:49 -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 1qhkXT-00057b-2E for emacs-devel@gnu.org; Sun, 17 Sep 2023 01:41:47 -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 1qhkXS-0003dm-4F; Sun, 17 Sep 2023 01:41:46 -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=H2bwv6PNLdxUZwcTz1C384l0aRT2zOl06KZ8AceRZAA=; b=IqArYGdpW0c5 cQfqGtn3S9/OuCmltX4b7NEWbBTghO5us9RFAtg4fA+egCbdbyERHe1u/hHk+sjDrp9zacBru4JM5 3BKsw+Q2EoOLP+aDrGIXb2hIEkh1P1zXXqgxYsp9pMQauciDudMftPCkskuok4dTEudVCAb35i1GZ +L6MnakJ/oX6k3EXcXGo9W3fw//YQzbpf9yUaDxAQaD+twuC/4CUgjg06iiETocpGsbbtTMmD2lAl 741AeQywGBBztF3n07Z02WrylRWlB0+hQqot8+o+9e5dLZgsvNKVSc/MnBIH4MRadSvP8rvVsuw2J UQTgCyySxIHZi9YO6dHKbw==; In-Reply-To: (message from Richard Stallman on Sat, 16 Sep 2023 20:46:24 -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:310651 Archived-At: > From: Richard Stallman > Cc: emacs-devel@gnu.org > Date: Sat, 16 Sep 2023 20:46:24 -0400 > > A partial emulation of some Common Lisp functions is present > in the cl-lib library, for emulation purposes. It is not supposed to > be used a lot. 466 out of 1637 Lisp files in Emacs require cl-lib (some of them only during compilation, i.e. they use only the macros).