Does anybody else get consistent crashing when trying to initialize JDE
mode? Originally I was getting "Lisp nesting exceeds max-lisp-eval-depth"
error but when I after I set some vars --
  (setq max-specpdl-size 100000)
  (setq max-lisp-eval-depth 100000)
Emacs would freeze and eventually crash each time I tried to open a Java
file.

Here's my .emacs file
;; JDE
(add-to-list 'load-path (expand-file-name
"t:/yaro_b/emacs/add-ons/jde-2.2.2/lisp"))
(add-to-list 'load-path (expand-file-name
"t:/yaro_b/emacs/add-ons/semantic-1.2.1"))
(add-to-list 'load-path (expand-file-name
"t:/yaro_b/emacs/add-ons/speedbar-0.12"))
(require 'jde)

BTW: where can I get an older version of JDE?

Any help appreciated

Yaroslav


Reply via email to