help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to add a hook to JDE?


From: john
Subject: How to add a hook to JDE?
Date: 04 Jul 2003 21:09:12 +0000

Hi all,

I am trying to add some hooks to JDE so that I can use jde-gen-*
functions.
After trying not to get init errors, I managed to tart emacs properly
with this code:
 
(eval-after-load "jde-mode" 
   '((global-unset-key "\M-j")
    (global-set-key "\M-j \M-g c" 'jde-gen-class)
    (global-set-key "\M-j \M-g g" 'jde-gen-get-set)
    (global-set-key "\M-j \M-g t" 'jde-gen-try-catch-wrapper)
    ))

but when on JDE there is never a way to actually run the functions with
these bindings.
Once I M-g there is a 'select font', etc...
Any help?

Thanks a lot.
-- 
john <jk-listas@bol.com.br>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]