Hello,
It is possible to automatically use the compile command in place of
jde-build. I have set the following in my .emacs and it works great for me.
;; Redefines `jde-build' as the standard `compile' command
(fset 'jde-build 'compile)
Hope this help.
Regards.
David
"Yarek J. Kowalik" <[EMAIL PROTECTED]> on 04/21/99 19:33:17
Veuillez r�pondre � [EMAIL PROTECTED]
Pour : [EMAIL PROTECTED]
cc : (ccc : David PONCE/FR/Schneider)
Objet : Interactive make
Hi All,
I found that build with make was not flexible enough, as it did not allow
me
to specify arguments to make interactively. Therefore, I have decided to
change jde-make to behave more like jde-compile, where you can specify a
flag jde-read-make-args to indicate if you want make interactive. Note that
my changes required modification of jde-build function.
It would be really great if you could introduce this new functionality in
the next release.
Attached are the two changed files: jde.el and jde-make.el.
Cheers,
Yarek J. Kowalik <mailto:[EMAIL PROTECTED]>
JProbe Team, KL Group Inc.
"Software Development Productivity"
http://www.klg.com
jde.el
jde-make.el