Brian McCallister
Brian McCallister
If I leave it running and just close windows (splat-shift-w) instead of quitting it behaves pretty nicely. Not perfect, but treat as emacs-daemon and things work :-)
Awesome, thank you! i wish there were a godo way to get at the native ARGV :-( Let me know if you get stumped, I can set up a dev...
I have been using it fine with OpenJDK 1.7 on Ubuntu, fwiw :-(
I found where the java launcher sets this up in OpenJDK 7, but sadly I also found where it isn't setting it up in OpenJDK 6. I have not found...
Okay, found the launcher in the jdk6 tree, it has the same line to set things up http://hg.openjdk.java.net/jdk6/jdk6/jdk/file/69fbcc78346e/src/share/bin/java.c lines 324 and 1597
On Apr 18, 2012, at 8:52 PM, [email protected] wrote: > BTW, I am in need of being able to change the user and group of the spawned process. I was...