From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: master 97652d0e7a5: New conditional compilation macro static-if. Date: Sun, 3 Sep 2023 13:15:42 +0000 Message-ID: References: <169374580074.23732.205912460260963208@vcs2.savannah.gnu.org> <20230903125641.6A874C045B9@vcs2.savannah.gnu.org> <87r0nfjtk1.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25116"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 03 15:16:45 2023 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 1qcmy4-0006I6-CS for ged-emacs-devel@m.gmane-mx.org; Sun, 03 Sep 2023 15:16:44 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qcmxD-0006Sr-68; Sun, 03 Sep 2023 09:15:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qcmxC-0006Sh-5I for emacs-devel@gnu.org; Sun, 03 Sep 2023 09:15:50 -0400 Original-Received: from mail.muc.de ([193.149.48.3]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qcmx9-0005bJ-56 for emacs-devel@gnu.org; Sun, 03 Sep 2023 09:15:49 -0400 Original-Received: (qmail 60274 invoked by uid 3782); 3 Sep 2023 15:15:44 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=muc.de; i=@muc.de; q=dns/txt; s=default; t=1693746944; h=date : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to : from : from; bh=mvra8ped1kOmou/qjTvea65o7Uln9nP1zVzeqMAub9U=; b=sRlbp+rArkbc1QuwZKTot7CzXFnp1gY1MPuZJzImjs5WsUtytTVHDDmcJciBd7vVwrpfx EbHYnH32C636CVmm3QzpaMNM44HgXpOGmskoWedOAK19tw3WvD5gvSmH9qbV4r58EkkKPnn bA4RVsifpUautVf6xP0wFCeewcTpXD04xCqjnnYxuj4Vi4HxUUVAH4qqnlUekouK0lAYjSO zYWCOeYgCLOUBryHP6al5e1rS7LPNkegN1eqeOREsDWNfINxAvoibfW3Q1QSqgnLE/UiL34 YJYUf3bwXBHldtFY1MCBckhL3eQYRpyot+cuMuSwUuGg7cHtNP8euqvAN8tg== Original-Received: from acm.muc.de (p4fe157eb.dip0.t-ipconnect.de [79.225.87.235]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Sun, 03 Sep 2023 15:15:42 +0200 Original-Received: (qmail 25197 invoked by uid 1000); 3 Sep 2023 13:15:42 -0000 Content-Disposition: inline In-Reply-To: <87r0nfjtk1.fsf@yahoo.com> X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de Received-SPF: pass client-ip=193.149.48.3; envelope-from=acm@muc.de; helo=mail.muc.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:309972 Archived-At: Hello, Po. On Sun, Sep 03, 2023 at 21:05:34 +0800, Po Lu wrote: > Alan Mackenzie writes: > > diff --git a/etc/NEWS b/etc/NEWS > > index 15cc6cc47e0..bbf4b67fe34 100644 > > --- a/etc/NEWS > > +++ b/etc/NEWS > > @@ -55,7 +55,7 @@ the signature) the automatically inferred function type as well. > > --- > > ** New user option 'describe-bindings-outline-rules'. > > This user option controls outline visibility in the output buffer of > > -'describe-bindings' when 'describe-bindings-outline' in non-nil. > > +'describe-bindings' when 'describe-bindings-outline' is non-nil. > > ** X selection requests are now handled much faster and asynchronously. > > This means it should be less necessary to disable the likes of > > @@ -861,6 +861,12 @@ Use 'define-minor-mode' and 'define-globalized-minor-mode' instead. > > See the "(elisp) Porting Old Advice" node for help converting them > > to use 'advice-add' or 'define-advice' instead. > > ++++ > > +** New macro 'static-if' for conditional compilation of code. > `+++' above a NEWS entry implies the documentation has been revised to > reflect the change depicted within. > > etc/NEWS | 8 +++++++- > > lisp/subr.el | 15 +++++++++++++++ > Where are the accompanying changes to doc/? Sorry, I forgot them. I've committed doc/lispref/control.texi now. -- Alan Mackenzie (Nuremberg, Germany).