From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yasuhiro Kimura Newsgroups: gmane.emacs.help Subject: Disabling asynchronous native compilation by user settings Date: Mon, 18 Apr 2022 15:07:35 +0900 (JST) Message-ID: <20220418.150735.1169073635934583139.yasu@utahime.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29911"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Apr 18 08:12:50 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ngKcz-0007bf-38 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 18 Apr 2022 08:12:49 +0200 Original-Received: from localhost ([::1]:35434 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ngKcx-0004sK-C5 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 18 Apr 2022 02:12:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38980) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngKZE-0004pl-Ql for help-gnu-emacs@gnu.org; Mon, 18 Apr 2022 02:08:56 -0400 Original-Received: from gate.home.utahime.org ([111.108.18.121]:13984) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngKZC-0001am-IK for help-gnu-emacs@gnu.org; Mon, 18 Apr 2022 02:08:56 -0400 Original-Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by gate.home.utahime.org (Postfix) with ESMTPS id B36A2325F0 for ; Mon, 18 Apr 2022 15:08:46 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1650262126; bh=Pi9ssfokIPnUwtdwWIDCkm7CNwYf6wC/i/NSRra6NSY=; h=Date:To:Subject:From; b=Jv+8Llwx98SQQZmpvF7BQHX2W8suD1r2eUeRN4lxTl1rD/DJ8TExV6zEWl2oP5/XD Y54MjbJdZGzMm3yzG2aM9VTkRWEs5O7qXNlEUzZFooQufq1gndSDa2sV4YJE2nOe+b khtTOfokEYb/Qp3AaRMHeBd6xTNRCP09/fMlQ5GlCP1z0E4nvtSFZ5MURafD+r0wTN gZ3lTfydE3Wsxd7ab0Ol7vPgRRyM+TJOW1IzAKHe/Fm9bdExHYVds1SYll3CwnnJhs NpleSGeL8aej5cLnvja+sioj77hBaqzqBGPP9dgZl8NeBDmWY183sM6QaHzu7hBzlW d55DqAcvq6iIA== Original-Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 4416B3EA03; Mon, 18 Apr 2022 15:08:46 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.105.0-rc2 at eastasia.home.utahime.org X-Mailer: Mew version 6.8 on Emacs 29.0.50 Received-SPF: pass client-ip=111.108.18.121; envelope-from=yasu@utahime.org; helo=gate.home.utahime.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136943 Archived-At: Hello, Assuming that Emacs is built with native compilation enabled, is it possible to disable asynchronous native compilation at run time by user settings (for example, passing command line options, setting enviroment variables, adding something in ~/.emacs, etc.)? Thanks. --- Yasuhiro Kimura