Hello everyone, I'm looking into my environment's logging to trace a problem and realize that \writeline is gone mute - that is, the output of subsequent logging lines now gets joined up in the same line, very hard to read... I observe this in version: 2021.05.27 14:15, as well as in version: 2021.05.27 14:15 the last one I used where \writeline did write (and end) the logging line was version: 2021.03.17 17:46. \def\log#1{ \message{ logging: #1} \writeline logging #1\par } \starttext \log{the} \log{quick} \log{brown} \log{fox} \stoptext used to log like this: logging: the logging: quick logging: brown logging: fox but now: logging: the logging: quick logging: brown logging: fox Any idea how I can switch back the old behavior (on the new lmtx)? Thanks you, Werner
On 5/28/2021 6:05 PM, Werner Hennrich wrote:
Hello everyone,
I'm looking into my environment's logging to trace a problem and realize that \writeline is gone mute - that is, the output of subsequent logging lines now gets joined up in the same line, very hard to read...
i'll check it ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
\writeline works well again after the next update to version: 2021.05.31 14:13 - *and* my xtables patch in cont-loc persisted. Thank you Hans, Werner Am 28.05.21 um 18:19 schrieb Hans Hagen:
On 5/28/2021 6:05 PM, Werner Hennrich wrote:
Hello everyone,
I'm looking into my environment's logging to trace a problem and realize that \writeline is gone mute - that is, the output of subsequent logging lines now gets joined up in the same line, very hard to read...
i'll check it
participants (2)
-
Hans Hagen
-
Werner Hennrich