processing2-emacs
processing2-emacs copied to clipboard
Processing 2 major-mode for Emacs
The title says it: ``` user-error: The variable ‘processing-application-dir’ is either unset or the directory does not exist. ``` when I try to look up documentation with `C-c C-p d`....
in processing-mode.el: OLD: (require 'cl) NEW: (require 'cl-lib) this avoid a warning at startup that package cl is deprecated
I was just wondering what the compatibility was with processing 3? Not sure if there are any 'gotchas' or not. Thanks!
* 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...
Hi I was wondering if you know somthing about this error: ``` /path/processing --force --sketch=/path/processing/sketch/ --run --output=/path/output readlink: not recognized option '--force' Check 'readlink --help' for further information ```