[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move \msg_show:nn(nnnn) to stable (1759de20c)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Feb 17 14:41:44 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/1759de20c455c40fb2971ae638b44dd1bd40c909

>---------------------------------------------------------------

commit 1759de20c455c40fb2971ae638b44dd1bd40c909
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Feb 17 13:41:44 2021 +0000

    Move \msg_show:nn(nnnn) to stable
    
    These are used by `\<thing>_show:n`, so are required.


>---------------------------------------------------------------

1759de20c455c40fb2971ae638b44dd1bd40c909
 l3kernel/CHANGELOG.md     |  1 +
 l3kernel/l3candidates.dtx | 26 --------------------------
 l3kernel/l3msg.dtx        | 28 ++++++++++++++++++++++++++++
 3 files changed, 29 insertions(+), 26 deletions(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 99310b2fd..1507edab5 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -12,6 +12,7 @@ this project uses date-based 'snapshot' version identifiers.
 
 ### Changed
 - Re-ordered `interface3` documentation
+- Moved `msg_show:nn(nnnn)` to stable
 
 ## [2021-02-06]
 
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 240626ab2..03136c54f 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -275,32 +275,6 @@
 %   |1+2| then this logs |> 1+2=3.|
 % \end{function}
 %
-% \begin{function}[added = 2017-12-04]
-%   {
-%     \msg_show:nnnnnn ,
-%     \msg_show:nnnnn  ,
-%     \msg_show:nnnn   ,
-%     \msg_show:nnn    ,
-%     \msg_show:nn     ,
-%     \msg_show:nnxxxx ,
-%     \msg_show:nnxxx  ,
-%     \msg_show:nnxx   ,
-%     \msg_show:nnx
-%   }
-%   \begin{syntax}
-%     \cs{msg_show:nnnnnn} \Arg{module} \Arg{message} \Arg{arg one} \Arg{arg two} \Arg{arg three} \Arg{arg four}
-%   \end{syntax}
-%   Issues \meta{module} information \meta{message}, passing \meta{arg
-%   one} to \meta{arg four} to the text-creating functions.  The
-%   information text is shown on the terminal and the \TeX{} run is
-%   interrupted in a manner similar to \cs{tl_show:n}.  This is used in
-%   conjunction with \cs{msg_show_item:n} and similar functions to print
-%   complex variable contents completely.  If the formatted text does
-%   not contain |>~| at the start of a line, an additional line |>~.|
-%   will be put at the end.  In addition, a final period is added if not
-%   present.
-% \end{function}
-%
 % \begin{function}[EXP, added = 2017-12-04]
 %   {\msg_show_item:n, \msg_show_item_unbraced:n, \msg_show_item:nn, \msg_show_item_unbraced:nn}
 %   \begin{syntax}
diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx
index 747d087bc..14df4f337 100644
--- a/l3kernel/l3msg.dtx
+++ b/l3kernel/l3msg.dtx
@@ -444,6 +444,34 @@
 %   all (see the discussion of message redirection).
 % \end{function}
 %
+% \subsection{Messages for showing material}
+%
+% \begin{function}[added = 2017-12-04]
+%   {
+%     \msg_show:nnnnnn ,
+%     \msg_show:nnnnn  ,
+%     \msg_show:nnnn   ,
+%     \msg_show:nnn    ,
+%     \msg_show:nn     ,
+%     \msg_show:nnxxxx ,
+%     \msg_show:nnxxx  ,
+%     \msg_show:nnxx   ,
+%     \msg_show:nnx
+%   }
+%   \begin{syntax}
+%     \cs{msg_show:nnnnnn} \Arg{module} \Arg{message} \Arg{arg one} \Arg{arg two} \Arg{arg three} \Arg{arg four}
+%   \end{syntax}
+%   Issues \meta{module} information \meta{message}, passing \meta{arg
+%   one} to \meta{arg four} to the text-creating functions.  The
+%   information text is shown on the terminal and the \TeX{} run is
+%   interrupted in a manner similar to \cs{tl_show:n}.  This is used in
+%   conjunction with \cs{msg_show_item:n} and similar functions to print
+%   complex variable contents completely.  If the formatted text does
+%   not contain |>~| at the start of a line, an additional line |>~.|
+%   will be put at the end.  In addition, a final period is added if not
+%   present.
+% \end{function}
+%
 % \subsection{Expandable error messages}
 %
 % In very rare cases it may be necessary to produce errors in an





More information about the latex3-commits mailing list.