ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* what happend to \writeline?
@ 2021-05-28 16:05 Werner Hennrich
  2021-05-28 16:19 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Werner Hennrich @ 2021-05-28 16:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 884 bytes --]

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


[-- Attachment #1.2: Type: text/html, Size: 2559 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-31 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 16:05 what happend to \writeline? Werner Hennrich
2021-05-28 16:19 ` Hans Hagen
2021-05-31 14:06   ` Werner Hennrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).