On Tuesday 15 October 2002 21:01, Andy Gallo wrote:
> 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.
I had the same problem as you on a RedHat Linux OS and I think I've
discovered a small problem with the semantic package. The problem and the
solution to it you can find it at this address:
http://sourceforge.net/tracker/index.php?func=detail&aid=619758&group_id=17886&atid=117886
Regards,
Florentin