RE: up-to-date xemacs, but...

2002-09-26 Thread fred bapst
Ok, thanks for the advice. I installed jde2.2.9beta12 manually, and it is better. I also move to xemacs21.4.9 (gamma version). I now succeed in doing a full JDEbug session (with breakpoints etc.), but... the local variables buffer keeps totally empty. Sources are yet compiled with -g, and I did

RE: up-to-date xemacs, but...

2002-09-26 Thread Andy Piper
Ok, thanks for the advice. I installed jde2.2.9beta12 manually, and it is better. I also move to xemacs21.4.9 (gamma version). I now succeed in doing a full JDEbug session (with breakpoints etc.), but... the local variables buffer keeps totally empty. Sources are yet compiled with -g,

RE: up-to-date xemacs, but...

2002-09-26 Thread Andy Piper
By the way, things are quite slow, and xemacs There is a known problem with syntax tables and speed which especially affects java files. Try setting: (setq-default lookup-syntax-properties nil) in your init.el file and see if that helps. andy