texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (\definedummies): Remove dummie


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\definedummies): Remove dummies for internal commands to avoid need for redirection. (\atdummies): Call \turnoffactive rather than \normalturnoffactive followed by \otherbackslash, as this should do the same thing and is shorter.
Date: Tue, 27 Dec 2022 12:28:43 -0500

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 4cf10a5857 * doc/texinfo.tex (\definedummies): Remove dummies for 
internal commands to avoid need for redirection. (\atdummies): Call 
\turnoffactive rather than \normalturnoffactive followed by \otherbackslash, as 
this should do the same thing and is shorter.
4cf10a5857 is described below

commit 4cf10a58579b97cdacbbfeb8a1f5dd1d15495a32
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Dec 27 17:28:33 2022 +0000

    * doc/texinfo.tex (\definedummies): Remove dummies for
    internal commands to avoid need for redirection.
    (\atdummies): Call \turnoffactive rather than
    \normalturnoffactive followed by \otherbackslash, as this should
    do the same thing and is shorter.
---
 ChangeLog       |  8 ++++++++
 doc/texinfo.tex | 15 ++-------------
 2 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e4f40663c2..166e384510 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-12-27  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\definedummies): Remove dummies for
+       internal commands to avoid need for redirection.
+       (\atdummies): Call \turnoffactive rather than
+       \normalturnoffactive followed by \otherbackslash, as this should
+       do the same thing and is shorter.
+
 2022-12-27  Gavin Smith  <gavinsmith0123@gmail.com>
 
        Switch for dummies
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 0af3b7edd5..7857bb1800 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-12-27.16}
+\def\texinfoversion{2022-12-27.17}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -4828,8 +4828,7 @@ $$%
   \macrolist
   \let\value\dummyvalue
   %
-  \normalturnoffactive
-  \otherbackslash
+  \turnoffactive
 }
 
 \newif\ifdummies
@@ -4977,16 +4976,6 @@ $$%
   \commondummyword\ss
   \commondummyword\th
   %
-  % Although these internal commands shouldn't show up, sometimes they do.
-  \commondummyword\bf
-  \commondummyword\gtr
-  \commondummyword\hat
-  \commondummyword\less
-  \commondummyword\sf
-  \commondummyword\sl
-  \commondummyword\tclose
-  \commondummyword\tt
-  %
   \commondummyword\LaTeX
   \commondummyword\TeX
   %



reply via email to

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