Re: My earlier message on the JDEBug menu not appearing, here is a
fix.

This is probably wrong, but it works for me. It seems that
minor-mode-map-alist is either buffer local under Linux FSF Emacs or
is being overwritten by something else after jde loads (viper
perhaps?). This is not a problem on NT Emacs, where the 2.1.6 code
worked (and I also use viper).

The upshot is that globally adding the JDEBug menu to the alist (the
2.1.6 scheme) didn't work in my emacs/linux config. Fixed version of
jde-bug.el below conditionally adds jde-bug-keymap to the alist on a
per-buffer basis rather than globally. Tested only under linux GNU
Emacs 20.5.1.

Hope this helps....
==========================================
Bill Reynolds            
[EMAIL PROTECTED]        
        

jde-bug.el




         

Reply via email to