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: disable automatic native-compilation? Date: Tue, 12 Jul 2022 16:29:50 +0300 Message-ID: <83k08ixxv5.fsf@gnu.org> References: <86h73qi62w.fsf@stephe-leake.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30643"; mail-complaints-to="usenet@ciao.gmane.io" Cc: akrl@sdf.org, stephen_leake@stephe-leake.org, emacs-devel@gnu.org To: Tor Kringeland Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 12 15:41:01 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 1oBG8L-0007eG-3b for ged-emacs-devel@m.gmane-mx.org; Tue, 12 Jul 2022 15:41:01 +0200 Original-Received: from localhost ([::1]:48400 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oBG8K-0007kR-1N for ged-emacs-devel@m.gmane-mx.org; Tue, 12 Jul 2022 09:41:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37548) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBFxi-0005n4-5D for emacs-devel@gnu.org; Tue, 12 Jul 2022 09:30:02 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41840) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBFxh-0000jE-G1; Tue, 12 Jul 2022 09:30:01 -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=cXv9LF87pVtrFYPJu++Mw8xHMG8buDNPyYYS1/i4vO4=; b=Jzf1aofKotGg iHciSht39rbZG8/cJJUUPO/RMeAAE+5CV0bG0xKZazU5Djw+4lYGjbKNO5+XvAswX9cB+3rEHGV15 ttaGJAUGzd1umH6Oxie/hdW2uYwF2gx/Yqlf0IUWBCbjK30q99t1GUG1R/yh1HMvymX0ujDBDCirz sFicaHtKV1VmEUlZOigizlClkeAcEfqFNW36nRE47ZuK097NqjNuHjJ4nXJsWR+wNUdChGadzzoxP 45jb01mne9touqkg7c1lHgBtuaCSFz1XmUAripyALj7bmxDG20M/HUFZlPzyDiL6WJVJQPg8bP41p Dok2mI/U89sQuMog0sBCWQ==; Original-Received: from [87.69.77.57] (port=3414 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 1oBFxg-0003qQ-Vr; Tue, 12 Jul 2022 09:30:01 -0400 In-Reply-To: (message from Tor Kringeland on Tue, 12 Jul 2022 11:27:29 +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" Xref: news.gmane.io gmane.emacs.devel:292076 Archived-At: > From: Tor Kringeland > CC: Stephen Leake , emacs-devel > > Date: Tue, 12 Jul 2022 11:27:29 +0000 > > Tor Kringeland writes: > > > I see. Maybe this could be mentioned explicitly in the manual? What > > the manual says now is consistent with what you say, but when I read it > > I got the impression that setting 'native-comp-speed' to -1 in > > early-init.el would completely disable native compilation/wouldn't > > generate the .eln files at all. > > Nevermind, it seems like Eli Zaretskii thought of the same and already > changed the manual and doc string to be more explicit about this. You are welcome ;-)