Bugs item #1770553, was opened at 2007-08-08 21:51
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1770553...
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: externals
Group: None
Status: Open
Resolution: Accepted
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
Assigned to: Frank Barknecht (fbar)
Summary: image object does not like spaces
Initial Comment:
when I create [image test.gif] and any of the folders in the path to test.gif contains a space then [image] will not find it. even if test.gif is in the same folder.
intel mac. versions pd-extended-0.39.3-rc5 and also 0.40.
marius.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-08-15 19:15
Message:
Logged In: YES
user_id=27104
Originator: NO
I tried [file join] and {} instead of "" and neither handled using " in a
filename.
----------------------------------------------------------------------
Comment By: Frank Barknecht (fbar)
Date: 2007-08-15 04:06
Message:
Logged In: YES
user_id=569446
Originator: NO
Hi Hans,
I've found some docs regarding platform independent filename handling in
Tcl using "file join" and "file split" here:
http://www.tcl.tk/man/tcl8.4/TclCmd/file.htm
However I don't know how to add this to the code in image.c. Any ideas?
Ciao
--
Frank
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-08-14 16:03
Message:
Logged In: YES
user_id=27104
Originator: NO
Since the line in question is a line of Tcl, I am sure Tcl has standard
methods of handling file names that will deal with all this...
----------------------------------------------------------------------
Comment By: Frank Barknecht (fbar)
Date: 2007-08-11 12:53
Message:
Logged In: YES
user_id=569446
Originator: NO
Allow me to reopen this as a Bug, as 1) I didn't yet get any confirmation
if the space problem is indeed fixed, but 2) more importantly a proper
solution should not fail on other circumstances like the mentioned
doublequotes.
-- fbar
----------------------------------------------------------------------
Comment By: marius schebella (mariusschebella)
Date: 2007-08-10 08:48
Message:
Logged In: YES
user_id=1856112
Originator: YES
tested with autobuilds from /auto-build/2007-08-10
Pd-0.40.3-extended-20070810-macosx104-i386.dmg
and Pd-0.39.3-extended-macosx104-i386.dmg.
unfortunately no difference in behaviour, strange.
m.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2007-08-10 08:21
Message:
Logged In: NO
it still breaks for filenames that contain doublequotes.
----------------------------------------------------------------------
Comment By: Frank Barknecht (fbar)
Date: 2007-08-09 03:28
Message:
Logged In: YES
user_id=569446
Originator: NO
sorry, wrong patch, please test this one.
File Added: image-spaces-fixed.diff
----------------------------------------------------------------------
Comment By: Frank Barknecht (fbar)
Date: 2007-08-09 03:25
Message:
Logged In: YES
user_id=569446
Originator: NO
Can you check, if attached oneline change fixes it?
File Added: image-spaces.diff
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1770553...