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.help Subject: Re: Disabling asynchronous native compilation by user settings Date: Tue, 19 Apr 2022 08:30:36 +0300 Message-ID: <83y201vdvn.fsf@gnu.org> References: <20220418.150735.1169073635934583139.yasu@utahime.org> <83lew2x3v6.fsf@gnu.org> <20220418.163235.1538062266652546208.yasu@utahime.org> <87ee1uijp8.fsf@zoho.eu> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8361"; 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 Tue Apr 19 07:32:01 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 1nggT3-00021k-IX for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 19 Apr 2022 07:32:01 +0200 Original-Received: from localhost ([::1]:56036 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nggT2-0006Ez-HO for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 19 Apr 2022 01:32:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57358) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nggRr-0006EP-75 for help-gnu-emacs@gnu.org; Tue, 19 Apr 2022 01:30:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60004) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nggRq-0001Zv-VG for help-gnu-emacs@gnu.org; Tue, 19 Apr 2022 01:30:46 -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=rkmx6HAArOW03dNHlBqVjTJ/4VSxB+ggRVwahL45I+U=; b=p77rgLf+g76A R/LoRenaCCWOzCZ5HuPuvXmng6z9tGxIw3Qre+HZUvsHk5TPMhRlj0FVxJnBUh/N2QEvExwNZp2j+ oSPUE7cbHboxK89QYs8bvBJJX3oNLLntWQZ9gmO3MBzaM4h7XRMTSSHmaDYcPDGr8LNFeT/KdeuNY +g03EIspFj+Ersm7TNd3v22gTxoOqgVULFThx0HcQ1/7rwN5YS4ix6TygvC1EJT3v2BjtveP22709 FefVkDu/zYKeFiRZywosmMKnmgLhgZO2buAMQtELQppbEE0ua0U59lKptuuDDlLJaT6KSpnl/j2mK 87Wpmw+ajE7Zv2rMZ9SSDA==; Original-Received: from [87.69.77.57] (port=3344 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 1nggRq-00056G-DY for help-gnu-emacs@gnu.org; Tue, 19 Apr 2022 01:30:46 -0400 In-Reply-To: <87ee1uijp8.fsf@zoho.eu> (message from Emanuel Berg via Users list for the GNU Emacs text editor on Mon, 18 Apr 2022 15:50:59 +0200) 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:136954 Archived-At: > Date: Mon, 18 Apr 2022 15:50:59 +0200 > From: Emanuel Berg via Users list for the GNU Emacs text editor > > Yasuhiro Kimura wrote: > > >> Yes, set both native-comp-deferred-compilation and > >> comp-enable-subr-trampolines to the nil value. > > > > Thanks. I confirmed asynchronous native compilation is > > disabled by setting them to nil in ~/.emacs. > > Why one has to set two variables to do one thing? Because there are two things to do, not one.