texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (\linemacro): Do not set \scanc


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\linemacro): Do not set \scanctxt when getting argument in order to keep @ as the escape character, allowing @<NEWLINE> to be kept as a line continuation character for @def*. * doc/texinfo-tex-test.texi (Line macros): Add example.
Date: Mon, 13 Mar 2023 15:30:46 -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 f55d8633b9 * doc/texinfo.tex (\linemacro): Do not set \scanctxt when 
getting argument in order to keep @ as the escape character, allowing 
@<NEWLINE> to be kept as a line continuation character for @def*. * 
doc/texinfo-tex-test.texi (Line macros): Add example.
f55d8633b9 is described below

commit f55d8633b9716c44648ab570fe4e747f1a1ee7c3
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Mar 13 19:30:35 2023 +0000

    * doc/texinfo.tex (\linemacro): Do not set \scanctxt when getting
    argument in order to keep @ as the escape character, allowing
    @<NEWLINE> to be kept as a line continuation character for @def*.
    * doc/texinfo-tex-test.texi (Line macros): Add example.
---
 ChangeLog                 |  7 +++++++
 doc/texinfo-tex-test.texi | 13 +++++++++++++
 doc/texinfo.tex           |  3 +--
 3 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 34fa9bbd0e..122bbfc23f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-03-13  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\linemacro): Do not set \scanctxt when getting
+       argument in order to keep @ as the escape character, allowing
+       @<NEWLINE> to be kept as a line continuation character for @def*.
+       * doc/texinfo-tex-test.texi (Line macros): Add example.
+
 2023-03-13  Gavin Smith <gavinsmith0123@gmail.com>
 
        * doc/texinfo.tex (\linemacro): Fix definition of zero-arg
diff --git a/doc/texinfo-tex-test.texi b/doc/texinfo-tex-test.texi
index 05bb59de38..e759b68ddc 100644
--- a/doc/texinfo-tex-test.texi
+++ b/doc/texinfo-tex-test.texi
@@ -750,6 +750,19 @@ foo @samp{AA} `' bar
 
 Z@bullet{}Y@minus{}X
 
+@linemacro test {first, rest}
+@deffn Function \first\ \rest\
+something
+@end deffn
+@end linemacro
+
+@test foo (bar, baz)@
+ continuation line
+
+@deffn Function foo (bar, baz) continuation line
+something
+@end deffn
+
 
 
 @heading With @code{@@defblock}
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 72058d2507..167e260e40 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-03-13.19}
+\def\texinfoversion{2023-03-13.20}
 %
 % Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
 %
@@ -8639,7 +8639,6 @@ might help (with 'rm \jobname.?? \jobname.??s')%
   \let\hash=##%
   \expandafter\xdef\csname\the\macname\endcsname{%
     \bgroup
-    \noexpand\scanctxt
     \noexpand\parsearg
     \expandafter\noexpand\csname\the\macname @@\endcsname
   }



reply via email to

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