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: [External] : Re: Native compilation Date: Fri, 31 Dec 2021 15:37:04 +0200 Message-ID: <835yr4hp4v.fsf@gnu.org> References: <875yr5up38.fsf@zoho.eu> <83k0flge7s.fsf@gnu.org> <87tuept0qc.fsf@zoho.eu> <83ee5tgcwv.fsf@gnu.org> <87mtkhszcp.fsf@zoho.eu> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28607"; 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 Fri Dec 31 14:38:09 2021 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 1n3I6i-0007E8-KO for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 31 Dec 2021 14:38:08 +0100 Original-Received: from localhost ([::1]:48670 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n3I6h-000806-Hc for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 31 Dec 2021 08:38:07 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36748) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3I5a-0007zx-KW for help-gnu-emacs@gnu.org; Fri, 31 Dec 2021 08:36:58 -0500 Original-Received: from [2001:470:142:3::e] (port=44588 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 1n3I5a-0006sj-AZ for help-gnu-emacs@gnu.org; Fri, 31 Dec 2021 08:36:58 -0500 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=4C5UYpI1N30tfHvdaCeX19CghHTVnkotZ5YEjKhSay0=; b=mebaEKXOAVqq sawmR1qZmMHBu6F+XRC250epbNw5hRu+qe9peZU6mh6KX1LG0aIqTLnbqcli6qtbg77xNLInQwHiN FhB4XHRimI3OdTaXqh0Zefj6+an8UiCxNHn/e04gPmUt2LcrOqVhc6/lK21haXkcfmRgqZoP/cltB lsLNHbr4BKgNBxqyy/MBZNyDvT68gngdAcK6RXNMQP7KWRcrOvzDGYba2UKW4zw97+mTVpfgaa6b4 P1pwxNXU9wIhP0fip8Ho8suwBY0Mdvtt53xcEhvKcJpON700kHEi6mATc/1r6VqqCruXI9llXk01b KzReh8rOxNDVfvkLk4vg0g==; Original-Received: from [87.69.77.57] (port=3828 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 1n3I5Z-0001dX-U4 for help-gnu-emacs@gnu.org; Fri, 31 Dec 2021 08:36:58 -0500 In-Reply-To: <87mtkhszcp.fsf@zoho.eu> (message from Emanuel Berg via Users list for the GNU Emacs text editor on Fri, 31 Dec 2021 14:00:54 +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:135086 Archived-At: > Date: Fri, 31 Dec 2021 14:00:54 +0100 > From: Emanuel Berg via Users list for the GNU Emacs text editor > > No, it must be it since now when I installed it, after that > Emacs starts up two processes that are still compiling, > recompiling the native code I take it! Yes, sounds like it. > Since the byte compiler will be recompiled this way, maybe it > will compile for native code now automatically? No, automatic native compilation is triggered by _loading_ a .elc file, not by compiling it.