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 10:18:43 +0300 Message-ID: <83ledzoai4.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24102"; 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 09:18:35 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 1qZR5X-00064H-LX for ged-emacs-devel@m.gmane-mx.org; Fri, 25 Aug 2023 09:18:35 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZR5N-0008VZ-07; Fri, 25 Aug 2023 03:18:25 -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 1qZR5H-0008UZ-4r for emacs-devel@gnu.org; Fri, 25 Aug 2023 03:18:21 -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 1qZR5F-0002i1-Je; Fri, 25 Aug 2023 03:18:17 -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=Oz+lq1VAMm+ODwQ28hZYuNvD0cw16MgvAjR7yH0IPTs=; b=daV1KMxGSYSA ZBatlgR3HacFkDxjHZBLeaWNhML+AQidzLRLtP6VQYKnPy14aFXdCQXBjSkRbVJb8/dMxtsp8hh0Q YM4MGR4TYglGO2/be1f7wg0AfBnpN9zIml4Oxo5QU1LQHeFoilqHkl5qZXREzQJXxqArq6ZAH7MDV FbzcAVJRA0Jntv8aex4rgQ6jek6USSVK/paDq3+p7LljBqpajjgT1uwHlAPqctArxOb8SE0Wj+MO0 F+cWE8GOyb3fO/G+DFPWd8PutRn9fNf8BmNarAY8oVTn1osOTal7Xu1cWHsJUBFy+L7Bw4b2BtDUr abKiJ1As3miCsCeHnUmhQA==; In-Reply-To: <87msyfipx5.fsf@localhost> (message from Ihor Radchenko on Fri, 25 Aug 2023 06:42:14 +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:309197 Archived-At: > From: Ihor Radchenko > Cc: "Herbert J. Skuhra" , acorallo@gnu.org, > emacs-devel@gnu.org > Date: Fri, 25 Aug 2023 06:42:14 +0000 > > Eli Zaretskii writes: > > > Then why would compressing a *.el file change the behavior? > > 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?