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

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

Re: How to add a hook to JDE?


From: Artur Hefczyc
Subject: Re: How to add a hook to JDE?
Date: Sat, 05 Jul 2003 10:22:32 +0200
User-agent: KNode/0.7.2

> 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?

Hi, I am working on emacs+jdee guide. You can find my working
version here:
http://wttools.sourceforge.net/emacs-stuff/emacsandjdee.html
There is also point to my .emacs file what is located here:
http://wttools.sourceforge.net/emacs-stuff/emacs.html

In this .emacs file is samle code how to install own JDE hook.

Artur
-- 
Artur Hefczyc
Open Source Developer
http://generguide.sourceforge.net/
http://www.geotools.org/
http://wttools.sourceforge.net/


reply via email to

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