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: Thu, 26 Oct 2023 08:18:43 +0300 Message-ID: <834jiehsgc.fsf@gnu.org> 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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31252"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stephen.berman@gmx.net, incal@dataswamp.org, emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 26 07:19:06 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 1qvslt-0007tI-VL for ged-emacs-devel@m.gmane-mx.org; Thu, 26 Oct 2023 07:19:06 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qvslT-0002Zz-AH; Thu, 26 Oct 2023 01:18:39 -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 1qvslQ-0002XH-Ih for emacs-devel@gnu.org; Thu, 26 Oct 2023 01:18:36 -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 1qvslO-0004ho-6q; Thu, 26 Oct 2023 01:18:34 -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=YL0X9nxbZw7WcNQL0ahjH2+JqXB9x+zH5xe1jFlWSy0=; b=N1ESsTnXFK7J ur/uRepL8PTYPaWkd+XuhpE/5p8MpgZDQhs91OPLa1EpZX8iVbXBN220zzVOlVMw94toUJrRWisvh kKVzzqtun+6k2h2a8i2zyCIjX90np3RHvwGUZk9EiNjoCkzmGmu8CW5La6dcHXzSiwFTFIDMuDKdn ssanYfIcKwkKdsQyzyovi8gYyKGds1ncTwQPLN3rSrt+UG9YRMag9fKPJzARp801LREr+FTADmvYh 3ss7e2HRfOcfVca39hQ66qUPp6Rm+3TkGwJanuFpg/lzD03pxvlo4ja23lrA5rU9dmwpYxDACH8ij XW9sdDgKTOuj2zhYDmUtjw==; In-Reply-To: (message from Andrea Corallo on Wed, 25 Oct 2023 18:31:52 -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:311882 Archived-At: > 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?