Well, the only place I saw jde-mode-hook is in jde-parse.el and
jde-bug.el. So, I took a chance and put it in jde-parse.el:
(add-hook
'jde-mode-hook
(lambda ()
'(speedbar t)
(make-local-variable 'semantic-toplevel-bovine-table)
(setq semantic-toplevel-bovine-table jde-parse-bovine-java-grammar)
(when jde-enable-classes-index-menu
(setq imenu-create-index-function 'jde-create-imenu-index)
(imenu-add-to-menubar "Classes"))))
But this did nothing.
I also tried it in jde-bug and '(speedbar-frame-mode) to no avail.
Any ideas?
Thanks,
Neil.
-----Original Message-----
Sure, you can launch it at anytime, just put e.g. into your jde-mode-hook
something like '(speedbar-frame-mode)