[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/texinfo.tex: (\doindwritex): Do not use \im
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/texinfo.tex: (\doindwritex): Do not use \immediate as we need the page number to be set at the time the page is shipped out. |
Date: |
Sun, 03 Nov 2024 04:41:40 -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 183d358620 * doc/texinfo.tex: (\doindwritex): Do not use \immediate as
we need the page number to be set at the time the page is shipped out.
183d358620 is described below
commit 183d35862025b8a37d080d3f960da37c995cd2d9
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Nov 3 09:41:28 2024 +0000
* doc/texinfo.tex: (\doindwritex): Do not use \immediate as we
need the page number to be set at the time the page is shipped out.
---
ChangeLog | 5 +++++
doc/texinfo.tex | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 86e5dc4d33..24595952e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-03 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo.tex: (\doindwritex): Do not use \immediate as we
+ need the page number to be set at the time the page is shipped out.
+
2024-11-02 Patrice Dumas <pertusus@free.fr>
* contrib/nonbugs/README, contrib/nonbugs/*.texi: add a directory for
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 38320332f4..73b9ff32cb 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{2024-11-02.11}
+\def\texinfoversion{2024-11-03.09}
%
% Copyright 1985, 1986, 1988, 1990-2024 Free Software Foundation, Inc.
%
@@ -5278,7 +5278,7 @@ $$%
% sorted result.
%
\edef\temp{%
- \immediate\write\writeto{%
+ \write\writeto{%
\string\entry{\fullindexsortkey}%
{\ifx\pagenumbertext\empty\noexpand\folio\else\pagenumbertext\fi}%
\bracedtext}%
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/texinfo.tex: (\doindwritex): Do not use \immediate as we need the page number to be set at the time the page is shipped out.,
Gavin D. Smith <=
- Prev by Date:
branch master updated: * contrib/nonbugs/README, contrib/nonbugs/*.texi: add a directory for Texinfo files with some issues, but not bugs.
- Next by Date:
branch master updated: * contrib/nontests/txitextest, contrib/nontests/*.test, contrib/nontests/defs.in, contrib/nontests/run_test_utils.sh: update copyright years.
- Previous by thread:
branch master updated: * contrib/nonbugs/README, contrib/nonbugs/*.texi: add a directory for Texinfo files with some issues, but not bugs.
- Next by thread:
branch master updated: * contrib/nontests/txitextest, contrib/nontests/*.test, contrib/nontests/defs.in, contrib/nontests/run_test_utils.sh: update copyright years.
- Index(es):