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, 09 Nov 2023 13:34:06 -0500 Message-ID: References: <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> <83leb7ym2s.fsf@gnu.org> <83fs1ezxxf.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="4693"; 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 Nov 09 19:34:39 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 1r19rR-0000tb-Sb for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Nov 2023 19:34:38 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r19qz-0005hp-Vs; Thu, 09 Nov 2023 13:34:10 -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 1r19qy-0005fv-Jq for emacs-devel@gnu.org; Thu, 09 Nov 2023 13:34:08 -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 1r19qx-0000Ma-0Y; Thu, 09 Nov 2023 13:34:07 -0500 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=Mk4V890SVkGE/NnoJ7wb5TQb+VFsjPfWhPtCAMadCX4=; b=jE/mEuyyhAXs/ycsbqOg y+OW8j108cvG8Mx7uscAhCTd+iprdATILMMbtNm4qKtXAz5JEJum8qUq0+MNAfku8g1haUCtnv6RM H5axw2DhGZVHEwl/spA+Q/UqlkP9arxgngt2U6NSRJtXI2HE01Z8TUQb0aA2lNnPeFuYSDBEaFasp XFGYbNhjdBh6/DChR9b9G9mM6DpDLWfSvUJYAHRMyjmDiwdPJs3xmIDqPgx9Ry2M+9an3PozNrgwQ bfHul6eE/nxEuagY70pJ+8aSr+CDeB9SasQez1P+ziYatExcq3M/FKpFTMc1NNwxhRHFZMFMyOGeD jMWdvO534/+OGw==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1r19qw-00008A-Ok; Thu, 09 Nov 2023 13:34:06 -0500 In-Reply-To: <83fs1ezxxf.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 09 Nov 2023 18:36:12 +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:312435 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Cc: stephen.berman@gmx.net, incal@dataswamp.org, emacs-devel@gnu.org >> Date: Thu, 09 Nov 2023 11:10:13 -0500 >> >> Eli Zaretskii writes: >> >> > Thanks, but please in the future allow a bit longer than just 17 hours >> > for people to review the changes and post comments. >> >> You're right sorry, I had the impression this branch of the thread was >> becoming a monologue and not many people were interested so I proceeded, >> also the weekend I'll not be responsive so I wanted to have it in with >> some fixing for fixing in case. Noted for the next time. > > Silence is not necessarily a sign that no one is paying attention... > >> Thanks 13a1797d5b6 fixes all of these here. > > Hmm... I still see warnings: Apologies again, my test was just wrong, 9c9b87639f9 should do a better job. Thanks Andrea