GNU Emacs 20.7.1 (sparc-sun-solaris2.5.1, X toolkit) of Fri Jun 23 2000
JDE 2.2.0

I currently bind F1 to do jde-compile on the current buffer containing a
java file (MyClass.java). In addition I have speed bar up and it of
course colors MyClass.java and, prior to compiling, MyClass.java has a
"!" after it to denote the class file needs compiling.

Question: Once jde-compile is done, does it send a message to the speed
bar to update itself to reflect that MyClass.java (and others) were
compiled (whether the compile was successful or not)? If jde-compile
doesn't send a message, how can I do it from the key binding of F1?
Unfortunately, lisp is not my forte. Here is currently my key binding of
F1:

(global-set-key '[f1] 'jde-compile)

Any help with lisp would be highly appreciated.

--
________________________
Jim Snyder
Senior Software Engineer
Copper Key Technologies
402 High Point Dr., #201
Cocoa, FL. 32926
www.copperkey.com
321.635.9070 x135


Reply via email to