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:38:29 +0300 Message-ID: <83y1tyyvl6.fsf@gnu.org> References: <87bkqxf1ij.fsf@tethera.net> <8335c9dkyf.fsf@gnu.org> <83tu4odez7.fsf@gnu.org> <871qrrpkgx.fsf@trouble.defaultvalue.org> <834jwnbi6c.fsf@gnu.org> <87mtafnun5.fsf@trouble.defaultvalue.org> <83sfk6ahty.fsf@gnu.org> <8735c6b0wo.fsf@gnus.org> <87y1ty9lha.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5499"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, rlb@defaultvalue.org, david@tethera.net, emacs-devel@gnu.org, akrl@sdf.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 02 19:41: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 1of2y3-0001D1-KW for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Oct 2022 19:41:31 +0200 Original-Received: from localhost ([::1]:52594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1of2y2-0004ry-C3 for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Oct 2022 13:41:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51608) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of2vI-0001zu-VK for emacs-devel@gnu.org; Sun, 02 Oct 2022 13:38:40 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58518) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of2vF-000747-UH; Sun, 02 Oct 2022 13:38:40 -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=XeAR/QrqomxkKcNQbxGCeR6PgzB863ywzvXBaRJDd/o=; b=ScpFf1QxQhVj fVdw11p7MlkDQG5zod4ycXEV3VNN6PPhimUfS4AfVJRG29Eh/D76SjSQsgtyhmB2woZBIrFMabuT6 fPsuFqehcL/DScenzVKD1qwwSJL5oqAGZgyBMRrohy4xCXfIb5a69DVQRHSVjsEfackWBNcbXlnPt 4ONVo3IeDu27wU/4Y5TOO3AODHxjc5ZjHYm/eAfSMJ9I05UGSeuf6jfKdR0Nrx1Gtai5s0spZlVgm 7KVTgkvag3avEOxfME2Tkb36E/1LSx7uNu1QzanoxpKUOvM3ij4FsjguB+Znpj1DGJrXrtIulguKc mvmSOiRgyUs3trkBcB+DIw==; Original-Received: from [87.69.77.57] (port=4927 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 1of2vF-0000qu-43; Sun, 02 Oct 2022 13:38:37 -0400 In-Reply-To: <87y1ty9lha.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 02 Oct 2022 19:36:01 +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" Xref: news.gmane.io gmane.emacs.devel:296660 Archived-At: > From: Lars Ingebrigtsen > Cc: Eli Zaretskii , Rob Browning , > david@tethera.net, emacs-devel@gnu.org, akrl@sdf.org > Date: Sun, 02 Oct 2022 19:36:01 +0200 > > I'm not quite sure what you mean -- I'm saying that there should be a > way for users to switch off native compilation (and for distributions to > have native compilation for users switched off). > > Which was how this thread started: With a request for such a thing. Which turned out to be a request for something else: for controlling where the *.eln files are written.