patch to remove query
Daniel Flesner <[email protected]>
| Newsgroups | gmane.emacs.jdee.devel |
|---|---|
| Organization | agriroots.com |
| Message-ID | <[email protected]> |
patch to remove proc exit query. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ jdee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-devel
query.diff
(text/x-patch, 409 B)
Index: lisp/jde.el =================================================================== --- lisp/jde.el (revision 160) +++ lisp/jde.el (working copy) @@ -400,6 +400,7 @@ (setq proc (start-process "java version" buf "java" "-version")) + (set-process-query-on-exit-flag proc nil) (accept-process-output proc 10) (goto-char (point-min)) (re-search-forward "[1-9][.][1-9]" (point-max) t)