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: master b5bbb29634e 1/5: Merge from origin/emacs-29 Date: Fri, 25 Aug 2023 13:21:55 +0300 Message-ID: <83h6ono20s.fsf@gnu.org> References: <168941374579.21359.4311609468242997473@vcs2.savannah.gnu.org> <20230715093546.7067CC06C72@vcs2.savannah.gnu.org> <87jzu7dpio.wl-herbert@gojira.at> <877cpndzqo.wl-herbert@gojira.at> <83edjtq8p6.fsf@gnu.org> <87bkewbyof.wl-herbert@gojira.at> <83wmxkpzqr.fsf@gnu.org> <877cpkelk2.fsf@localhost> <87r0nscz02.wl-herbert@gojira.at> <83edjspjfb.fsf@gnu.org> <87pm3ccska.wl-herbert@gojira.at> <838ra0pfca.fsf@gnu.org> <87msyfipx5.fsf@localhost> <83ledzoai4.fsf@gnu.org> <87jztjin53.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3230"; mail-complaints-to="usenet@ciao.gmane.io" Cc: herbert@gojira.at, acorallo@gnu.org, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 25 12:21:51 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 1qZTws-0000ds-CG for ged-emacs-devel@m.gmane-mx.org; Fri, 25 Aug 2023 12:21:50 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZTwc-0006Q4-O4; Fri, 25 Aug 2023 06:21:34 -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 1qZTwc-0006Pw-6C for emacs-devel@gnu.org; Fri, 25 Aug 2023 06:21:34 -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 1qZTwb-0004b1-6l; Fri, 25 Aug 2023 06:21:33 -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=qx7rQX2M9B0Il1LQN2RXZBtAA0pxHfvzEg1zuQOY/v4=; b=sfTPg6HiqC/C VPpgmsFJxgGlyZYvep+4Ege8bO7KycDcs1h2dcQw0lHxkm0E9fywt+54XpKPSUIdO2huLAsfR0nbB cZe9iHOcWGSiJi//jNdvZ+RnDflOweJW409PPGYIl3tZ75lq1JLvyt7yd1mNJR/HFHKv7HGh3KCnw pRNT9yPqYYGLEfMNo0AQjDnAKpDIB3oM/5AicF+KUXQXAZQ2lQf1NYWVvA9B8XOfmDdVWAvrNeKPd bJzy2vpH9NO5vGRSz6IXS/85xideE/w/iGnmcKryFMWXiYG4IGq4sFS/WEYncDUQ3MwBE90VWZyLe yr3+uYA/uefZSHyATfuJ5g==; In-Reply-To: <87jztjin53.fsf@localhost> (message from Ihor Radchenko on Fri, 25 Aug 2023 07:42:16 +0000) 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:309211 Archived-At: > From: Ihor Radchenko > Cc: herbert@gojira.at, acorallo@gnu.org, emacs-devel@gnu.org > Date: Fri, 25 Aug 2023 07:42:16 +0000 > > Eli Zaretskii writes: > > >> AFAIR, one of the ways .el.gz files got handled wrongly was an > >> assumption in the code that file extension must be .elc/.el/.eln. But > >> .el.gz files have .gz extension, which may be easily missed in the > >> logic. > > > > Where (in what code) did you see this assumption? > > `package--reload-previously-loaded' That probably needs to be fixed, but is package.el relevant to the issue discussed here? Org is part of Emacs, so I don't expect package.el to be involved.