From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Lisp files that load cl-lib in problematical ways Date: Thu, 26 Oct 2023 07:19:29 -0400 Message-ID: References: <87il8betof.fsf@dataswamp.org> <83fs3dgxv8.fsf@gnu.org> <835y38qvlg.fsf@gnu.org> <87bkcx6eci.fsf@dataswamp.org> <8734y7p7sz.fsf@dataswamp.org> <83v8b3mcuj.fsf@gnu.org> <87jzrjvze8.fsf@gmx.net> <83r0lrm4gj.fsf@gnu.org> <83edhqu2bj.fsf@gnu.org> <834jiehsgc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6108"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: stephen.berman@gmx.net, incal@dataswamp.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 26 13:19: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 1qvyP4-0001MG-Na for ged-emacs-devel@m.gmane-mx.org; Thu, 26 Oct 2023 13:19:54 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qvyOi-0007Br-EA; Thu, 26 Oct 2023 07:19:32 -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 1qvyOh-0007BY-5z for emacs-devel@gnu.org; Thu, 26 Oct 2023 07:19:31 -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 1qvyOf-0007vZ-KC; Thu, 26 Oct 2023 07:19:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=G6Q5Uu34XXiITWwrByY1VPZMMupeM0CFAxB4PkRk9JY=; b=JZk/yqqYYSHSaQuHcLMQ zSQbYynsN3Q2Cl6lnrOIc7o0i1lbNB90NpnWOYIfGKZh+b2fCiMzhOXDXpEQpQIPHMJYBKLuPUzXB 5ccYb5klf4RICAmajWNIpTavtZoiqOD5un7sYd7iWr3cNXtfuBhkF+5tTgNPKzWQt+r1KhNiKD7AS j7Cx1UPw0C8HBeaHtY0/0P0FMpD3tiFh3StRCxQ5+mmLZAYOzBZ3QW7ZKUsiuySuGlBSCuTVoundE 7vA/s5NhRKRTMCxGu808acrctT114+vCmQud8VqOiqoIRQxtiV4VVMdy0KD/VZ0W0fNAGJw8P2HRa Vn6HZXYDihPlng==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1qvyOf-00006f-Cj; Thu, 26 Oct 2023 07:19:29 -0400 In-Reply-To: <834jiehsgc.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 26 Oct 2023 08:18:43 +0300") 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:311905 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Cc: stephen.berman@gmx.net, incal@dataswamp.org, emacs-devel@gnu.org >> Date: Wed, 25 Oct 2023 18:31:52 -0400 >> >> That's a little more sorry for the mistake, in this conf the list of >> native compiled files at startup is: gv.el compile.el ansi-color.el >> comint.el text-property-search.el ring.el ansi-osc.el >> display-line-numbers.el > > Can you figure out why is display-line-numbers compiled in that case? Sorry I had to improve my methodology to see what's really compiled just starting up emacs -Q. Depending on the methodology used to perform the measure something else can be compiled. This is the correct list I believe: gv.el comint.el compile.el ansi-osc.el ansi-color.el ring.el text-property-search.el comp-run.el Thanks Andrea