[PD-dev] [ pure-data-Bugs-1443281 ] numbers create inconsistent symbols

SourceForge.net noreply at sourceforge.net
Sun Mar 5 01:47:06 CET 2006


Bugs item #1443281, was opened at 2006-03-04 19:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1443281&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: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Nobody/Anonymous (nobody)
Summary: numbers create inconsistent symbols

Initial Comment:
When creating a symbol out of a number, Pd generates
different symbols depending on how you do it.  This
generates a symbol with the contents "7", [symbol 7( :

[55(
|
[makefilename %c]

This generates a blank symbol, [symbol (:

[symbol 7(
|

This also generates a blank symbol, [symbol (:

[bang(
|
[symbol 7]

This generates a symbol with the contents "float",
[symbol float(:

[7(
|
[symbol]

Only [makefilename %c] seems to do the right thing. 
See attached patch to try for yourself.


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

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




More information about the Pd-dev mailing list