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 f8bb6cca33: Return the same file from locate-file in nativecomp and non Date: Mon, 14 Mar 2022 05:38:42 +0200 Message-ID: <834k41kxtp.fsf@gnu.org> References: <164712074096.14747.18124931770043811100@vcs2.savannah.gnu.org> <20220312213221.451B3C01684@vcs2.savannah.gnu.org> <87fsnmyh4q.fsf@gnus.org> <87y21eviwn.fsf@gnus.org> <831qz6mlw0.fsf@gnu.org> <87bkyauecx.fsf@gnus.org> <83o829lrfi.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19925"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 14 04:40:31 2022 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 1nTbZO-00052J-T0 for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Mar 2022 04:40:31 +0100 Original-Received: from localhost ([::1]:55072 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nTbZN-0007hh-F3 for ged-emacs-devel@m.gmane-mx.org; Sun, 13 Mar 2022 23:40:29 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42756) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTbXs-0005EI-LY for emacs-devel@gnu.org; Sun, 13 Mar 2022 23:38:56 -0400 Original-Received: from [2001:470:142:3::e] (port=39664 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTbXs-0003kY-3J; Sun, 13 Mar 2022 23:38:56 -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=YB0YjXMQJ4UTgtEKTCZildJfj26lEKqdjcxX57Z1aZs=; b=ajNU3lTTIZzQ rLWrH8ECDcI3I9aiTfn8Oo+0zQ1Go5mXGpAUDDTuFPS6WyPE3bjHL7Vcvz4HIYTmxmKkiq7EphUu5 vOfDpUlku4T9SnaT/M19GTm4BtB6YLTp/DiN4AXf/hAbBLQMB/ipKL1vKSsrcTPVFkNE4nwRUpSXg 6MVnscjxfRa58kD5Pza85DoFj5tUneszSQxL/+lFX6I/2PSHXO11k0bijDAdH2GTT2gK/7gc3XBQp zhWx4zMM1wh08FHCl+GCPd040WKW7gnP9/hWDN6bApZnu4GJms7hxm3h5+YAaTUolyYBCD00BbDZx iFz9b0MnvrZlHkOobg2W5Q==; Original-Received: from [87.69.77.57] (port=2343 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTbXr-0001ib-AN; Sun, 13 Mar 2022 23:38:55 -0400 In-Reply-To: (message from Stefan Monnier on Sun, 13 Mar 2022 22:57:48 -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" Xref: news.gmane.io gmane.emacs.devel:287108 Archived-At: > From: Stefan Monnier > Cc: Lars Ingebrigtsen , emacs-devel@gnu.org > Date: Sun, 13 Mar 2022 22:57:48 -0400 > > > More generally, I'm not at all convinced that the problem, as > > presented in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=51308#14, > > indeed needs a solution that makes locate-file behave the same as it > > did in Emacs 27, because the *.eln files introduce new aspects into > > the stuff that 'load' and 'load-history' intend to support. > > `load` does not use `locate-file-internal`, so it's not affected. I don't see how this answers the concerns, sorry.