attached.
On 07.07.20 19:52, Alexandre Torres Porres wrote:
hi, I tested your cases and didn't see anything funny, can you send
me/us a patch?
Em ter., 7 de jul. de 2020 às 08:48, Max <[email protected]
<mailto:[email protected]>> escreveu:
Hi list,
I found an old thread between m.e.grimm and Roman Haefeli in the
archives from 2014-01-26 about escaping in Pd.
https://lists.puredata.info/pipermail/pd-list/2014-01/105594.html
Roman sees this odd behavior in escaping a comma:
----message to print--
\, comma at the beginning;
comma\, right after first word;
comma in\, the middle;
comma at the end\,;
-------
gives:
----print--
print: , comma at the beginning
print: comma, right after first word
print: comma in\, the middle
print: comma at the end\,
----/print--
Meaning the backslash can escape the comma when it comes in the
beginning or after the first word, but later the escaping character
will
be part of the printout.
Is this a bug? is there an explanation for this inconsistency or should
I file an issue for it?
Actually this looks related:
https://github.com/pure-data/pure-data/issues/824
m.
_______________________________________________
[email protected] <mailto:[email protected]> mailing list
UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
#N canvas 2605 290 450 300 12;
#X obj 63 156 print;
#X msg 76 17 \\\, comma at the beginning;
#X msg 94 51 comma\\\, right after first word;
#X msg 109 82 comma in\\\, the middle;
#X msg 127 116 comma at the end\\\,;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 4 0 0 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list