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: limit native compilation - how Date: Sat, 15 Jan 2022 19:55:26 +0200 Message-ID: <83pmoszxwx.fsf@gnu.org> References: <8735lp57kl.fsf@yandex.com> <83sftpyos0.fsf@gnu.org> <87a6fxugwg.fsf@zoho.eu> <83r199ymxj.fsf@gnu.org> <875yqluem4.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38899"; 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 Sat Jan 15 18:58:00 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 1n8nJP-0009uT-2I for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 15 Jan 2022 18:57:59 +0100 Original-Received: from localhost ([::1]:58632 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n8nJN-0000kT-Qc for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 15 Jan 2022 12:57:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48186) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n8nHP-0000cK-IU for help-gnu-emacs@gnu.org; Sat, 15 Jan 2022 12:55:55 -0500 Original-Received: from [2001:470:142:3::e] (port=33600 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n8nHP-00079c-9D for help-gnu-emacs@gnu.org; Sat, 15 Jan 2022 12:55:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=3qjFgSrLYKqri1yg51rQwq0FiqEIXR2FOVma7haNjWA=; b=fM0tVJBfcjoFGtpQVOf6 4AqhEoqS92PviravJgNBmwe16hwubyusZoJ97w+WzdXYWb5xfUHnFk0y3Tkw5EH+ycAHaxDVIpWVW ++nhbesJdREUInZzWDmn6qlNsP3zVQD1sdNT9FHSpIWrauT3KauZbMaWQqzV6v/voCJ0Hm5U1MTWX SYJpLODJP3KmseOrWMq44gqRywBUV8yj2IWMdZX20lx2985QI2+QUbqWPX1wpO2LMvgllallDfswO 5dQCd5aB7oKLbDKWG/xG2AdEvkXB3Stnt0kYqJAg7y0p5OYESJNFL4Ax50QpU0q6Vw7WkdQr9iXLo KovsmQdEgXVLlQ==; Original-Received: from [87.69.77.57] (port=3807 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 1n8nHO-0001bz-AQ for help-gnu-emacs@gnu.org; Sat, 15 Jan 2022 12:55:55 -0500 In-Reply-To: <875yqluem4.fsf@zoho.eu> (message from Emanuel Berg via Users list for the GNU Emacs text editor on Sat, 15 Jan 2022 17:51:15 +0100) 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:135342 Archived-At: > Date: Sat, 15 Jan 2022 17:51:15 +0100 > From: Emanuel Berg via Users list for the GNU Emacs text editor > > Eli Zaretskii wrote: > > >> Don't have that here ... > >> > >> GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, cairo > >> version 1.16.0) of 2021-12-31 > > > > In an Emacs compiled with native-compilation? Then look > > closer, because you do have it. > > Nope, > > Debugger entered--Lisp error: (void-variable > native-comp-deferred-compilation-deny-list) > > while > > system-configuration-options is a variable defined in ‘C source code’. > > Its value is "--with-x-toolkit=no --with-native-compilation" You need to "M-x load-library RET comp RET" to have it defined.