<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">I understand this ";" at the end of the
      message... but I found something that I do call bug.<br>
      <br>
      In text-object-help.pd, inside [pd tolist] and [pd fromlist],
      there's this message box:<br>
      <br>
      [this is a message \; this is another 1 ... \;(<br>
      <br>
      Inside the file, it is:<br>
      <br>
      ...<br>
      #X msg 81 115 list this is a message \\\; this is another 1 ...
      \\\;<br>
      ...<br>
      <br>
      When I edit this message box and delete the semicolon with
      backspace, PureData stops responding. Maybe some functions from
      the menu appears to work, but it is freeze.<br>
      <br>
      <br>
      <br>
      <br>
      <br>
      El 06/05/16 a las 15:08, IOhannes m zmölnig escribió:<br>
    </div>
    <blockquote cite="mid:572CDDB9.7090903@iem.at" type="cite">
      <pre wrap="">On 05/06/2016 02:45 PM, Mario Mey wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">The connection is well done, but I discovered that the messages arrives
with a ";" at the end of the message.
</pre>
      </blockquote>
      <pre wrap="">
this is the format that Pd messages are transmitted in.
it is not a bug, but called FUDI

   <a class="moz-txt-link-freetext" href="https://en.wikipedia.org/wiki/FUDI">https://en.wikipedia.org/wiki/FUDI</a>

both applications (e.g. Pd and VLC) need to speak the same protocol in
order to communicate. to make [netsend] not speak FUDI but any arbitrary
protocol, use the 'raw' mode (as jack has pointed out)

gfmdsar
IOhannes

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