On 9. Mar 2007, at 20:20, Patrick Gundlach wrote:
[...] is trying to get 4 parameters from @command.run, but UserCommand#run only returns 3. A related question: is it possible to get a pid from popen3?
I recently wrote a custom version for popen3 to get the pid (so that we could provide the ⌃C-break functionality) -- likely the subclass you refer to (UserScript) needs appropriate updating (I’ll check it out later).