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 18:50:40 +0300 Message-ID: <835yzt9qcv.fsf@gnu.org> References: <83bl9l9wuz.fsf@gnu.org> <87bl9lmfmx.fsf@tcd.ie> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35332"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, akrl@sdf.org To: "Basil L. Contovounesios" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 08 17:51:40 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 1lfPEx-00093U-9p for ged-emacs-devel@m.gmane-mx.org; Sat, 08 May 2021 17:51:39 +0200 Original-Received: from localhost ([::1]:46196 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfPEw-0001B3-9p for ged-emacs-devel@m.gmane-mx.org; Sat, 08 May 2021 11:51:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55858) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfPE8-0000U0-BQ for emacs-devel@gnu.org; Sat, 08 May 2021 11:50:48 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37550) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfPE5-0007DW-Il; Sat, 08 May 2021 11:50:45 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1540 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 1lfPE4-0007Mu-0F; Sat, 08 May 2021 11:50:45 -0400 In-Reply-To: <87bl9lmfmx.fsf@tcd.ie> (contovob@tcd.ie) 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:269054 Archived-At: > From: "Basil L. Contovounesios" > Cc: Andrea Corallo , emacs-devel@gnu.org > Date: Sat, 08 May 2021 16:03:50 +0100 > > No bonus points for me please, only some nits. How's this: Thanks. I don't agree with some of your changes: > @@ -875,9 +875,9 @@ Native-Compilation Functions > Native compilation might produce warning or error messages; these > are normally recorded in the buffer called > @file{*Native-compile-Log*}. In interactive sessions, it uses the > -special LIMPLE mode (@code{native-comp-limple-mode}), which sets up > -@code{font-lock} as appropriate for this log, and is otherwise the > -same as Fundamental mode. Logging of messages resulting from > +special @acronym{LIMPLE} mode (@code{native-comp-limple-mode}), which Here "LIMPLE" shouldn't be an acronym, since it's part of a mode name. > If Emacs was compiled with support for native compilation > -(@pxref{Native Compilation}), then when a @samp{.elc} byte-compiled > +(@pxref{Native Compilation}), then when a @file{.elc} byte-compiled > file is found by searching @code{load-path}, Emacs will try to look > -for a corresponding @samp{.eln} file holding the corresponding > +for a corresponding @file{.eln} file holding the corresponding The text uses @samp elsewhere for file-name extensions, so I wanted to be consistent. > -system directory, i.e.@: the directory with @samp{.eln} files > -installed by the Emacs build and installation procedure. In each of > -the directories in the list, Emacs looks for @samp{.eln} files in a > +system directory, i.e., the directory with @file{.eln} files installed I VERY much dislike using a comma after "i.e.".