RE: ECB 2.01 released!

2003-11-05 Thread Berndl, Klaus
Berndl, Klaus wrote: Cool Stuff. I tried setting ecb-tree-buffer-style to image and it did not change from Ascii with guide-lines. I am using GNU Emacs 21.2.1 on Windows 2K Of course, because GNU Emacs 21.2 does not support images on windows ;-) The image-code for Windows is only in the

Re: JDEBug - Invalid stack frame

2003-11-05 Thread Henrik Kjær
Yes, the invalid stack frame message disappears automatically after a while, so everything is okay there. Now I just got the problem that JDEBug is SLOW, so if anyone got any idea how I can speed it up, I would be grateful. I have a client application which communicates with a J2EE server and a

Re: JDEBug - Invalid stack frame

2003-11-05 Thread Andrew Hyatt
Try using 1.4.1, if you aren't already. At about that time, Sun started just decompiling the code needed for debugging, previously it decompiled everything. Henrik Kjr [EMAIL PROTECTED] writes: Yes, the invalid stack frame message disappears automatically after a while, so everything is okay

occasional error compiling due to jde-xref-compile-hook

2003-11-05 Thread Raul Acevedo
I occasionally get the following error when I compile a Java file: error in process filter: Symbol's function definition is void: jde-xref-compile-hook. If I grep for jde-xref-compile-hook in the JDE sources, I find only one reference in jde-xref.el: (add-hook 'jde-compile-finish-hook

Re: occasional error compiling due to jde-xref-compile-hook

2003-11-05 Thread Andrew Hyatt
Thanks, this looks like a bug. For the time being, substitute with this line: (add-hook 'jde-compile-finish-hook 'jde-xref-update-caller-table) Raul Acevedo [EMAIL PROTECTED] writes: I occasionally get the following error when I compile a Java file: error in process filter: Symbol's