i wonder whether we should switch the official bug-reporting page of Pd
to the issue-tracker at github.
whenever you go to "Help->Report a bug", a browser will go and open the
web-page http://bugs.puredata.info/
This page currently redirects to the sourceforge bug-tracker:
https://sourceforge.net/p/pure-data/bugs/
however, practically all activity in Pd-development has moved from
sourceforge to github, and a lot of people are using the github issues.
so I wondered whether we should direct the people to the github tracker
instead.
afaict, there's a single drawback with github as compared to
sourceforge: you must have a github account in order to be able to
report issues. (on sourceforge, you can create tickets anonymously).
the implementation is simple: i just need to set the redirect on the
puredata.info webserver.
however I would like to have consensus first, that this is actually a
good idea.
gmdasr
IOhannes
---
** [bugs:#1319] Escaped spaces not written to patch file**
**Status:** open
**v0.49:** v0.49
**Created:** Sun Oct 06, 2019 06:30 PM UTC by Anonymous
**Last Updated:** Sun Oct 06, 2019 06:30 PM UTC
**Owner:** nobody
When I am entering my escaped spaces it looks like this:
![image|312x36](https://aws1.discourse-cdn.com/standard17/uploads/critterandguitari/original/2X/9/9b47a3d1354251f56608c3d6c447a8207a82ace5.png)
And upon removing focus from the message block, the \ characters remain there…
![image|310x35](https://aws1.discourse-cdn.com/standard17/uploads/critterandguitari/original/2X/d/d452cffad9b86cfbebdfddd744987e985dd02391.png)
Now, upon saving my patch, i can open it in a text editor and see that my escape are gone!
#X msg 341 60 set Octave transpose %d;
After loading my patch the escapes are not present…
![image|288x36](https://aws1.discourse-cdn.com/standard17/uploads/critterandguitari/original/2X/9/9671b98a47cb0529e3cb02c9a65d880fd865aecd.png)
HOWEVER
If I manually add the escapes in the patch, it works!
#X msg 341 60 set Octave\ transpose\ %d;
---
Sent from sourceforge.net because pd-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.