At 04:44 PM 4/2/01 -0400, you wrote:
>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?
The key bindings for JDEbug have never worked in XEmacs because I
implemented JDEbug as a minor mode and I am not sure how to get minor mode
bindings to work for XEmacs. I'm sure I can figure it out. I just haven't
taken the time because I'm not an XEmacs user. If someone else wants to
tackle this, that would be great. Otherwise, I'll get to it when I can.
- Paul