[PD-dev] [ pure-data-Bugs-3127360 ] symbol-box does not escape 'space' characters with '\'

SourceForge.net noreply at sourceforge.net
Sat Dec 4 13:39:19 CET 2010


Bugs item #3127360, was opened at 2010-12-04 12:39
Message generated for change (Tracker Item Submitted) made by reduzent
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3127360&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Roman Haefeli (reduzent)
Assigned to: Nobody/Anonymous (nobody)
Summary: symbol-box does not escape 'space' characters with '\'

Initial Comment:
I just noticed, that one now can type spaces into a symbol box. This is great!!

In some cases such symbols break and are not interpreted as symbols any more due to the lack of the escaping character. 

case 1):
send [symbolatom\ - [label $1( to a iemgui object and make sure, that you type a space. Save the patch and open it again. The properties of the iemgui cannot be displayed any more.

case 2):
send [symbolatom\ -> [send $1( to a [netsend] and make sure to type at least one 'space'. The [netreceive] on the other side will receive it as a message with more than one elements

Both cases could be fixed, if the symbol box would automatically pre-pend each ' ' with a '\'.




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3127360&group_id=55736



More information about the Pd-dev mailing list