I'm a long-time emacs user and Java programmer, who has decided to check
out this JDEE package.  Do I have a prayer of getting JDEE to work with
Windows Emacs v21.2.1?  The Web page seems to suggest I need to go back
to v19.x of Win Emacs.  I don't want to do that (I'd avoid using JDEE
altogether if I had to do that).  

I've downloaded the required packages and byte-compiled them.  Here's a
segment of my .emacs file:

* * * * * 
(add-to-list 'load-path "d:/devtools/emacs/addins/eieio-0.17")
(add-to-list 'load-path "d:/devtools/emacs/addins/elib-1.0")
(setq load-path (append (list "d:/devtools/emacs/addins/elib-1.0")
                        load-path))
(setq semantic-load-turn-everything-on t)
(add-to-list 'load-path "d:/devtools/emacs/addins/semantic-1.4")
(require 'semantic-load)

(add-to-list 'load-path "d:/devtools/emacs/addins/jde-2.2.9beta12/lisp")
(require 'jde)
* * * * * 

And on start-up I get this:

> An error has occurred while loading `d:/data/_emacs':
> Symbol's function definition is void: semantic-map-buffers


I don't get a JDEE drop-down menu.  Syntax coloring doesn't work (even
tho I downloaded and byte-compiled overlay-fix.el).  

I could use some help...  I'm a old-school emacs guy who is resisting
pressures to move to (yet another) IDE.  Colorized syntax would make my
co-workers (and boss) think that this old dog really has learned new
tricks...and what they don't know won't hurt them.  8-)


Please email me your response ([EMAIL PROTECTED]) as I'm not a
subscriber to the mailing list...yet.  Thanks.

-- 
Andy Gallo
Sr. Java Developer
(518) 886-0700 x3812
http://www.commercehub.com

Reply via email to