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 not see any strange message anywhere. 

Any ideas ?

By the way, things are quite slow, and xemacs
core-dumps sometimes at kill-emacs()...

 --- Andy Piper [EMAIL PROTECTED] a écrit : 
 JDE on XEmacs has been updated to 2.2.9beta12, the
 binary package will be
 available in a day or two. You probably should
 upgrade as soon as it is.
 21.1.14 is pretty old now you should consider
 upgrading XEmacs also.



___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



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,
 and I did not see any strange message anywhere. 

I think this works for me. I had to make a few minor
changes for the XEmacs package - so you still might 
want to try it. Actually it is already available in the
pre-releases directory on ftp.xemacs.org

 By the way, things are quite slow, and xemacs
 core-dumps sometimes at kill-emacs()...

I believe that the core dump is a known bug in Solaris
Motif, you should check the PROBLEMS file for Solaris
patches you might need to apply.

andy



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