On 7/8/2025 5:48 AM, jbf wrote:
> Strange issue that has just happened. I updated the latest ConTeXt
> [ConTeXt ver: 2025.07.07 23:34 LMTX fmt: 2025.7.8 ] and for some
> reason \placecombinedlist[content] is giving me a page full of 'no list
> method' instead of the contents.
>
> If I run the same file in an older version, I have no problem, and the
> Table of Contents appears as it should.
>
> I have made no changes to the file that worked perfectly beforehand. Why
> this 'no list method'?
no example given
Hi,
I can reproduce the issue on my side with the following example:
____________________________________________________
\starttext
\placecontent
\section{Test}
\stoptext
____________________________________________________
In case it may help, reverting the recent change on line 527 of tex/context/base/mkxl/strc-lst.mklx seems to fix the issue:
\permanent\protected\def\installstructurelistprocessor#tag#meaning%
--- {\expandafter\def\csname\??structurelistprocessor#tag\endcsname{#meaning}}
+++ {\expandafter\normaldef\csname\??structurelistprocessor#tag\endcsname{#meaning}}
(Just to be clear, I do *not* suggest anyone to do this change unless Hans or someone else familiar with the ConTeXt code can confirm it is fine - I definitely don't know enough about it to know whether this change may have unwelcome side effects.)
Best regards,
Florent