texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (\link): Call \unsepspaces in c


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\link): Call \unsepspaces in case @link is used in @example environment, to stop the label in e.g. @link{One, Three} being taken as " Three" with a extra leading space. Report from Andreas Falkenhahn.
Date: Sun, 02 Jul 2023 06:40:07 -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 8a467e11c5 * doc/texinfo.tex (\link): Call \unsepspaces in case @link 
is used in @example environment, to stop the label in e.g. @link{One, Three} 
being taken as " Three" with a extra leading space.  Report from Andreas 
Falkenhahn.
8a467e11c5 is described below

commit 8a467e11c56f573258a107bce0f9fb7517773c8f
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Jul 2 11:39:53 2023 +0100

    * doc/texinfo.tex (\link): Call \unsepspaces in case
    @link is used in @example environment, to stop the label
    in e.g. @link{One, Three} being taken as " Three" with a
    extra leading space.  Report from Andreas Falkenhahn.
---
 ChangeLog       | 7 +++++++
 doc/texinfo.tex | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 02bf7325fa..6e15307ff2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-07-02  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\link): Call \unsepspaces in case
+       @link is used in @example environment, to stop the label
+       in e.g. @link{One, Three} being taken as " Three" with a
+       extra leading space.  Report from Andreas Falkenhahn.
+
 2023-06-25  Gavin Smith <gavinsmith0123@gmail.com>
 
        Rename texi2any config file
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 32b5435104..9e44ddc591 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{2023-06-08.14}
+\def\texinfoversion{2023-07-02.10}
 %
 % Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
 %
@@ -9023,6 +9023,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 \def\link#1{\linkX[#1,,,]}
 \def\linkX[#1,#2,#3,#4]{%
   \begingroup
+  \unsepspaces
   \getprintedrefname{#1}{#2}{#3}%
   \startxreflink{#1}{#3}%
   \printedrefname



reply via email to

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