Hello, Is there any reason for not using `define-derived-mode' when defining `jde-mode'? (I see code that uses it is commented out.)
It turns out that not using it can have undesirable side-effects and lead to "non-deterministic" behavior. What happened to me recently is that the first Java file I opened during my Emacs session was with `C-x C-f' from a Gnus *Group* buffer. Consequently, `jde-mode-map' inherited Gnus bindings, which, needless to say, is quite inconvenient. ;-) Thanks, Ludo'. ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
