<..html latex lists..>+
\pend:def\endlist{%
\if@newlist
\:warning{Problem with ’list’ environment. Expected syntax:
\string\begin{list}{label}{spacing}
\string\item .... \string\end{list}}%
\global\@newlistfalse
\fi
}
-_-_-
<..html latex lists..>+
\def\list:save{%
\let\SVempty:D:T:D=\empty:D:T:D
\let\SVend:DL=\end:DL
\let\SV:DT=\:DT
\let\SV:DD=\:DD }
\def\list:recall{%
\global\let\empty:D:T:D=\SVempty:D:T:D
\global\let\end:DL=\SVend:DL
\global\let\:DT=\SV:DT
\global\let\:DD=\SV:DD }
-_-_-
The \@newlistfalse inserted for handling the following case: