<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,</p>
    <p>in this commit, "print_anything()" and "print_list()" now
      (ab)uses the new "startlogpost()" function for printing individual
      pd atoms. However, for "-stderr" and custom printhooks this will
      accidentally print "verbose(2) " before each atom.<br>
    </p>
    <p>I would suggest to add another function "logatom()" - analogous
      to "postatom()" - which would only print the atom (without a
      newline) and omit the "verbose(N) " header.<br>
    </p>
    <p>Christof<br>
    </p>
    <div class="moz-cite-prefix">On 23.08.2021 10:50, Roman Haefeli
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20a18d0907d4937c12aeffe7daeba6b1ff136a9c.camel@gmail.com">
      <pre class="moz-quote-pre" wrap="">Hi

Since f16dd5ec34 (I believe) everything printed to stderr is garbled.
For instance, when doing:

[list a b 12(
|
[print]

in 'pd -stderr', I get:

~~~
verbose(2): print: listverbose(2):  averbose(2):  bverbose(2):  12
~~~

Without '-stderr', the print output looks fine in the Pd console.

Roman
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Pd-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pd-dev@lists.iem.at">Pd-dev@lists.iem.at</a>
<a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-dev">https://lists.puredata.info/listinfo/pd-dev</a>
</pre>
    </blockquote>
  </body>
</html>