texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: @clear txidefnamespace


From: Gavin D. Smith
Subject: branch master updated: @clear txidefnamespace
Date: Tue, 26 Jul 2022 18:29:18 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 36d46b18b1 @clear txidefnamespace
36d46b18b1 is described below

commit 36d46b18b1675370c8b8f8cda08da5a0ce1c39a6
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Jul 26 20:37:15 2022 +0100

    @clear txidefnamespace
    
    * doc/texinfo.tex: Implement txidefnamespace conditional to
    allow omitting a space after a definition name.  This is important
    for m4 where the space is incorrect.  Report from Eric Blake.
---
 ChangeLog       | 8 ++++++++
 doc/texinfo.tex | 9 +++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e07674b02c..ae1c1f0fc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-07-26  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       @clear txidefnamespace
+
+       * doc/texinfo.tex: Implement txidefnamespace conditional to
+       allow omitting a space after a definition name.  This is important
+       for m4 where the space is incorrect.  Report from Eric Blake.
+
 2022-07-26  Patrice Dumas  <pertusus@free.fr>
 
        * doc/texinfo.texi (Conventions): use 'Texinfo processors' instead
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index d8594619b0..418cb03511 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2022-07-25.22}
+\def\texinfoversion{2022-07-26.19}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -7837,12 +7837,17 @@ might help (with 'rm \jobname.?? \jobname.??s')%
     \fi           % no return type
     #3% output function name
   }%
-  {\rm\enskip}% hskip 0.5 em of \rmfont
+  \expandafter\ifx\csname SETtxidefnamespace\endcsname\relax\else
+    {\rm\enskip}% hskip 0.5 em of \rmfont
+  \fi
   %
   \boldbrax
   % arguments will be output next, if any.
 }
 
+% Use "@clear txidefnamespace" to omit space after definition name
+\set txidefnamespace
+
 % Print arguments in slanted roman (not ttsl), inconsistently with using
 % tt for the name.  This is because literal text is sometimes needed in
 % the argument list (groff manual), and ttsl and tt are not very



reply via email to

[Prev in Thread] Current Thread [Next in Thread]