texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Sun, 25 Dec 2022 12:41:48 -0500 (EST)

branch: master
commit 761f8d2e82b41f3fb547a84f5454dc4379bb2274
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Dec 25 15:01:16 2022 +0000

    * doc/texinfo.tex: Move definitions of \normaldot, \normalquest
    and \normalslash.  Call \setregularquotes near definition.
---
 ChangeLog       |  5 +++++
 doc/texinfo.tex | 16 ++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9ad5ded05d..52c548d414 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-25  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex: Move definitions of \normaldot, \normalquest
+       and \normalslash.  Call \setregularquotes near definition.
+
 2022-12-25  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/texinfo.tex: At end of file, move more definitions before
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index c3c8f690b0..f153c6e934 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-25.16}
+\def\texinfoversion{2022-12-25.17}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -2683,6 +2683,7 @@ end
 \gdef\setcodequotes{\let`\codequoteleft \let'\codequoteright}
 \gdef\setregularquotes{\let`\lq \let'\rq}
 }
+\setregularquotes
 
 % Allow an option to not use regular directed right quote/apostrophe
 % (char 0x27), but instead the undirected quote from cmtt (char 0x0d).
@@ -11681,6 +11682,12 @@ directory should work if nowhere else does.}
 \def\ttbackslash{{\tt \ifmmode \mathchar29020 \else \backslashcurfont \fi}}
 \let\backslashchar = \ttbackslash % \backslashchar{} is for user documents.
 
+% These are made active for url-breaking, so need
+% active definitions as the normal characters.
+\def\normaldot{.}
+\def\normalquest{?}
+\def\normalslash{/}
+
 
 \catcode`\@=0
 
@@ -11773,12 +11780,6 @@ directory should work if nowhere else does.}
 % Say @foo, not \foo, in error messages.
 @escapechar = `@@
 
-% These (along with & and #) are made active for url-breaking, so need
-% active definitions as the normal characters.
-@def@normaldot{.}
-@def@normalquest{?}
-@def@normalslash{/}
-
 % These look ok in all fonts, so just make them not special.
 % @hashchar{} gets its own user-level command, because of #line.
 @catcode`@& = @other @def@normalamp{&}
@@ -11793,7 +11794,6 @@ directory should work if nowhere else does.}
 @c Do this last of all since we use ` in the previous @catcode assignments.
 @catcode`@'=@active
 @catcode`@`=@active
-@setregularquotes
 
 @c Local variables:
 @c eval: (add-hook 'before-save-hook 'time-stamp nil t)



reply via email to

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