[PD-dev] [ pure-data-Patches-3163612 ] "save as" invalid command with [ ] in file name

SourceForge.net noreply at sourceforge.net
Wed Feb 16 06:20:04 CET 2011


Patches item #3163612, was opened at 2011-01-21 21:08
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3163612&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: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Miller Puckette (millerpuckette)
Summary: "save as" invalid command with [ ] in file name

Initial Comment:
1. create a new patch
2. save it as "foo[bar].pd"
3. select "save as" from the menu
=>
pd prints 'invalid command name "bar"'
moreover no "save as" dialog window opens


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

>Comment By: SourceForge Robot (sf-robot)
Date: 2011-02-16 05:20

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

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

Comment By: Miller Puckette (millerpuckette)
Date: 2011-02-02 04:50

Message:
applied to 0.43 test

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

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-01-21 21:22

Message:
There was a call to pdtk_canvas_saveas that used "" for quotes.  This patch
switches it to use {} like the rest of Pd.  That way you can use " [ ', etc
in filenames.  All chars should work except {}.  To support {}, we need to
make much bigger changes.

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

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



More information about the Pd-dev mailing list