Re: JDEE plugins

2003-02-18 Thread Andrew Hyatt
I wonder if there's a place in here for kawa (http://www.gnu.org/software/kawa/). It would be ideal for java-elisp communication, since it's a scheme environment that runs in Java. It even has an elisp mode! Galen Boyer [EMAIL PROTECTED] writes: On Tue, 18 Feb 2003, [EMAIL PROTECTED] wrote:

RE: JDEE plugins (was JUCI)

2003-02-18 Thread Mark Pollack
Hi, Just my two cents, I'm a lisp-wimp as I am sure are many of the users of JDEE, but a good Java programmer. If there was some way that I could write JDEE extensions in Java for at least some subset of plug-in functionality that would be great since I never seem to find the time to really

Introspection based Java class browser....also demonstrates alittle bit of java and lisp integration...

2003-02-18 Thread Sandip Chitale
To use : 1. unzip the attached zip at in the jde directory 2. Just put the following in your .emacs (require 'jde-introspect) Now put the point anywhere in Java buffer where you would normally invoke jde-complete functions. Then type (control c) (control v) (/) to see the java typeinfo buffer.