Patches item #3424988, was opened at 2011-10-17 13:35 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3424988...
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: bugfix Status: Open Resolution: None Priority: 7 Private: No Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Miller Puckette (millerpuckette) Summary: add proper quoting of filenames to GUI prefs
Initial Comment: On Mac OS X, then GUI prefs system was not handling quoting of filenames at all. The first patch adds proper quoting, then the second patch brings pd_guiprefs.tcl inline with the coding style of the rest of the Pd GUI code (using namespaces, the 'else' keyword, etc).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2012-12-16 11:57
Message: sometimes 'git am' can be fussy. You can do this when it fails on stupid things
git am changes.patch patch -p1 < changes.patch git am --resolved
That will keep the description, etc. in the commit. Or you can commit it by hand.
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette) Date: 2012-12-15 13:20
Message: The first two appear to have been appplied already, but not the last one (and it doens't apply cleanly) - should I just aply 0003 by hand? Not sure it's still relevant but if so I'll put it in.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2012-12-14 17:22
Message: one more bugfix patch to include support for unicode chars and better quoting
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2011-11-04 21:45
Message: updated with a quoting bug fix
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3424988...