host platform : Windows 2000
JDE version: jde-2.2.5
Emacs version: NT/Emacs 20.4)
Exerpt from _emacs file:
(add-to-list 'load-path (expand-file-name
"c:/emacs-20.4/site/jde-2.2.5/lisp"))
(add-to-list 'load-path (expand-file-name
"c:/emacs-20.4/site/semantic-1.2.1"))
(add-to-list 'load-path (expand-file-name "c:/emacs-20.4/site/elib-1.0"))
(add-to-list 'load-path (expand-file-name
"c:/emacs-20.4/site/speedbar-0.13a"))
(require 'jde)
I get an error msg: Symbol's value as variable is void:
speedbar-dynamic-tags-function-list
(add-to-list 'load-path (expand-file-name
"c:/emacs-20.4/site/jde-2.2.5/lisp"))
(add-to-list 'load-path (expand-file-name
"c:/emacs-20.4/site/semantic-1.2.1"))
(add-to-list 'load-path (expand-file-name "c:/emacs-20.4/site/elib-1.0"))
(add-to-list 'load-path (expand-file-name
"c:/emacs-20.4/site/speedbar-0.10"))
(require 'jde)
I get:
"Cannot open load file", "elib-node"
What's wrong? I've tried different versions of speedbar and JDE and
different
combinations, but with no success? Any suggestions?
Thanks.
Greg