My JDEbug keybindings aren't working. The Java and JDE menus do display
their keybindings, and they work. But the default JDEbug bindings do not
display, and they do not execute.
I am using XEmacs 21.1.14 on Solaris 2.6, eieio-0.16, speedbar-0.13,
semantic-1.3.3. It didn't work with JDE 2.2.6 or with 2.2.7beta6.
I notice that jde-key-bindings and jde-mode-keymap are separately defined in
jde.el, just as jde-bug-key-bindings and jde-bug-keymap are separated in
jde-bug.el. There is also this bit of code in jde.el --
;; Reset the key bindings in case jde-mode-keymap
;; was not bound at startup.
(custom-initialize-reset 'jde-key-bindings nil)
Perhaps similar code is needed in jde-bug.el? Or is there a work-around I
could try in our site-start.el file?
David Crane