> Le mar. 8 juil. 2025 à 14:39, Hans Hagen via ntg-context <
ntg-context@ntg.nl> a écrit :

> 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

Le mar. 8 juil. 2025 à 14:39, Hans Hagen via ntg-context <ntg-context@ntg.nl>
a écrit :

> 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
>
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>         tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki     : https://wiki.contextgarden.net
>
> ___________________________________________________________________________________
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to