-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[discussion] Processing 3 #6
Comments
I haven't found any gotchas. At least the basic functionality works smoothly. Maybe the Readme should be changed to state that this package also supports processing 3. |
Maybe there are some new keywords in processing 3 that need to be added to the keywords list. |
processing 3 adds a new debbuger; so there's that. |
Hi, i was not able to run a processing sketch under windows 7 (emacs 25.1.1, processing 3.3.). .emacs-modification: processing-compilation-output: Do you have any clues? Wouldn't know where else to ask. |
Why do you have double quotes around the values for the processing variables in your |
Double quotes are apparently necessary, otherwise the path wouldn't be recognized at all. The addition of .exe didn't change the output. Thanks. |
Necrobump, but the double double-quotes are the problem. Check the value of the variable |
Thank you! I tried to change it: The value of processing-value: processing-location is a variable defined in ‘processing-mode.el’. Result was: |
* Changed `(symbolp 'cmd)` to `(symbolp cmd)` * Instead of shell-escaping bits of the full command and then gluing it together manually (which is error-prone), instead collect the argument list and then call combine-and-quote-strings * Should fix ptrv#6 (comment)
@Krisselack see if the above patch helps. This is somewhat unrelated to the original issue however, so if you are still facing problems, you should probably open up a new issue. |
Thanks! I applied the patch, however nothing changed. What helped now, was to rename the folder from "Program Files" to (german) "Programme". Apparently the issue was the space between "Program" and "Files". |
I was just wondering what the compatibility was with processing 3?
Not sure if there are any 'gotchas' or not.
Thanks!
The text was updated successfully, but these errors were encountered: