Re: Help with emacs and jdee!

2002-12-07 Thread Rodrigo Coutinho Correia
hello again, thx for the reply, i also think is something about timing but when i do an "(add-hook ...)" it all seems to work :) but i have another question, sorry! is it possible that jde always puts back the original jde-compile-finish-hook when you visit a new file? in my system it works like

RE: BanInfo wizard anyone?

2002-12-07 Thread Paul Kinnucan
Nick Sieger writes: > > >> The translation layer could handle things like the java method > > >> signature returning, say, a hashmap. The layer could have a > > >> hashmap to alist converter. > > > > > > I've actually got a working prototype of a generic > > > interface/translation layer th

Help with emacs and jdee!

2002-12-07 Thread Paul Kinnucan
Rodrigo Coutinho Correia writes: > > hello, > > i'm trying to use jde within emacs lisp, i want to call > (jde-compile) in a temp buffer and then after that, call > (bsh-eval ...) to reload this last compiled class... > Why do you want to do this? > the thing is that without (bsh-eval