Emacs 22 and JDEE

"Kevin Jones" <[email protected]> Thu, 17 May 2007 00:18:11 +0100
Newsgroups gmane.emacs.jdee
Message-ID <[email protected]>
I've seen this in the archives but not found a resolution.

I'm running the latest JDEE (2.3.5.1) in Emacs 22 on Ubuntu and I get
the following error

"Symbol's vaule as a variable ie void: java-font-lock-keyword-3" which
seems to be a for XEmacs.

My .emacs looks like this

(add-to-list 'load-path (expand-file-name
~/.emacs.d/lisp/cedet-1.0pre3/common"))

(load-file (expand-file-name "~/.emacs.d/lisp/cedet-1.0pre3/common/cedet.el"))

(add-to-list 'load-path (expand-file-name "~/.emacs.d/lisp/elib-1.0"))

(add-to-list 'load-path (expand-file-name "~/.emacs.d/lisp/jde-2.3.5.1/lisp"))


(require 'jde)

(there's a lot more than this but I think this is the relevant stuff).

I guess that Emacs 22 is not supported yet, but any pointers would be good.

Thanks,



-- 
Kevin Jones
http://blogs.advantaje.com/blog/kevin/