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: Some native compiler related renaming Date: Sat, 08 May 2021 16:30:12 +0300 Message-ID: <83bl9l9wuz.fsf@gnu.org> References: 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="28325"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 08 15:31:31 2021 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 1lfN3K-0007GF-Lm for ged-emacs-devel@m.gmane-mx.org; Sat, 08 May 2021 15:31:30 +0200 Original-Received: from localhost ([::1]:32956 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfN3J-0003zx-PE for ged-emacs-devel@m.gmane-mx.org; Sat, 08 May 2021 09:31:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33128) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfN2I-0003A1-68 for emacs-devel@gnu.org; Sat, 08 May 2021 09:30:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33876) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfN2H-0006kW-At; Sat, 08 May 2021 09:30:25 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4846 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 1lfN27-0002DM-2Z; Sat, 08 May 2021 09:30:17 -0400 In-Reply-To: (emacs-devel@gnu.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:269047 Archived-At: > Date: Thu, 06 May 2021 15:17:22 +0000 > From: Andrea Corallo via "Emacs development discussions." > > just to mention that as suggested in bug#48025 I've pushed a bunch of > commits to perform the following renamings: > > comp-eln-load-path → native-comp-eln-load-path > comp-warning-on-missing-source -> native-comp-warning-on-missing-source > comp-native-driver-options → native-comp-driver-options > comp-async-query-on-exit → native-comp-async-query-on-exit > comp-async-report-warnings-errors -> native-comp-async-report-warnings-errors > comp-async-env-modifier-form → native-comp-async-env-modifier-form > comp-async-all-done-hook → native-comp-async-all-done-hook > comp-async-cu-done-functions → native-comp-async-cu-done-functions > comp-async-jobs-number → native-comp-async-jobs-number > comp-never-optimize-functions → native-comp-never-optimize-functions > comp-bootstrap-deny-list → native-comp-bootstrap-deny-list > comp-always-compile → native-comp-always-compile > comp-verbose -> native-comp-verbose > comp-debug -> native-comp-debug > comp-speed -> native-comp-speed > comp-limple-mode -> native-comp-limple-mode Thanks. I have now written some documentation of this new feature in the ELisp manual. Suggestions for improvements are welcome. Bonus points for submitting patches that improve this documentation. Andrea, if you think some of the stuff in your blog should be in the docs, please tell which parts do you consider worthy of being in our manuals or the comments to the code.