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: Suppressing native compilation (short and long term) Date: Sun, 02 Oct 2022 20:01:58 +0300 Message-ID: <83bkqu17nd.fsf@gnu.org> References: <87bkqxf1ij.fsf@tethera.net> <8335c9dkyf.fsf@gnu.org> <83edvqafr7.fsf@gnu.org> <83h70m19yv.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16567"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: tomas@tuxteam.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 02 19:03:32 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 1of2NI-0004D3-Ho for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Oct 2022 19:03:32 +0200 Original-Received: from localhost ([::1]:42918 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1of2NH-0000YT-Hw for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Oct 2022 13:03:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37666) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of2Lu-0007gk-AL for emacs-devel@gnu.org; Sun, 02 Oct 2022 13:02:06 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48510) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of2Lt-0001ic-Sz; Sun, 02 Oct 2022 13:02:05 -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=XmRH165dHOjrP8nKdWnN/HNmlF2RfM/9Q/0xGLr21Kk=; b=aoI97pmJByzK 9enJI0Q+0zV0sSqzvAn3fsoS92XPtF6Ln9s3nNpwbGudvm2yiH0c48tlT7EZWYnVZfxTHgUtc1uMk 0bFV3HW3v6TrrKNG67tTQj25M2QRQLuKNgfPkH4tzblFokh/gKVYtHKrRCpOL8d2Y+IeJC6aM0d5d A7oXYYFiU9SUyKeDio/22j4oB3TQQ9kSbntPLqWH5nUScI6e9z4X1Q+ebUQRAst3LfefjAD/aSJ9V g/2MZHTUxlNKzE3mtRzBNobzGHwt+ObgrZy7Ccq58ORbySwjz4AylJHe2lrR5cZJoA0DcMVKl309y XYMEcg3rud62mih/kOqsNQ==; Original-Received: from [87.69.77.57] (port=2680 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 1of2Lt-0004Lg-6j; Sun, 02 Oct 2022 13:02:05 -0400 In-Reply-To: (tomas@tuxteam.de) 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:296644 Archived-At: > Date: Sun, 2 Oct 2022 18:27:05 +0200 > From: tomas@tuxteam.de > Cc: emacs-devel@gnu.org > > > > > Yes, see native-comp-eln-load-path, which was already mentioned > > > > here several times. > > > > > > So that might be one part of the way out. > > > > If one needs it. I don't think they do, and I don't recommend going > > there. > > Hm. I don't want to steal your time more, but... if you could illustrate > why, I'd eager to learn. I already did: the probability of different users to produce different *.eln files from the same *.el sources is high, and disk space is cheap.