> | (load "/usr/share/emacs/site-lisp/cedet/common/cedet")

Doesn't CEDET include Semantic which was known to have some bad interaction
with the new sit-for code?

> | (add-to-list 'load-path "/usr/share/emacs/site-lisp/ecb")
> | (require 'ecb)

And IIRC ECB also uses Semantic, so maybe you need to disable them both.

> | (add-to-list 'load-path "/usr/share/emacs/site-lisp/jde/lisp")
> | (require 'jde-autoload)

Oh wait, JDE as well uses Semantic, doesn't it?

IIRC the problem was fixed in Semantic recently, so maybe you can try to
upgrade your Semantic package.

Admittedly, it would be good if Emacs could behave better with the "old"
Semantic code.  Maybe just detect the problematic behavior and output
a useful warning?


        Stefan


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to