
Am 09.02.2025 um 19:34 schrieb Wolfgang Schuster
: Am 09.02.2025 um 19:21 schrieb Bruce Horrocks:
On 9 Feb 2025, at 15:38, Steffen Wolfrum
wrote: %\tracingcommands \plusfour %\tracingmacros \plusthree \tracingoutput \plusone \tracingpages \plusone \tracingparagraphs\plustwo \tracingrestores \plusone \tracinggroups \plusone %\tracingifs \plusone \tracingnesting \plusthree %\tracingassigns \plustwo \tracingmath \plusone \tracingalignments\plustwo \showboxbreadth \maxcount \showboxdepth \maxcount \tracingonline \plusone
\starttext \placelist[section] \section{test} \stoptext
This constellation will still end in a fatal error.
But un-commenting any one of those four remaining lines will create the PDF. \tracingall works for me (also on a Mac) in the sense that the MWE still fails as opposed to being a "VW switch" as Hraben puts it. So for the MWE: \starttext \tracingall \placelist[section] \section{test} \stoptext
Does it work when you put this at the begin of the comment.
When it works comment the first \lettonothing\... and uncomment the second one.
\unprotect \lettonothing\spac_helpers_remove_unwantedspace %\lettonothing\unboundary \protect
Wolfgang
No, it doesn't work, as Bruce already wrote. It fails working with an Apple M1 chip, macOS 15.3 Steffen