Hi Eric,
Attached you will find a new global patch to inversion.el.
It contains the new `inversion-check-version' function I previously
sent, an implementation of `inversion-recode' and the new
`inversion-add-to-load-path' function. I also fixed some typos found
by `checkdoc-ispell' ;-)
I also attached a new version of cedet.el, greatly simplified as all
the useful tools are now in inversion!
Finally here is a small .emacs file I tried to check the CEDET setup
process. And it worked great!
;; Setup CEDET
(setq semantic-load-turn-useful-things-on t)
(load (expand-file-name "~/emacs21/cedet/cedet.el"))
;; Setup JDEE
(add-to-list 'load-path (expand-file-name "~/emacs/elib"))
(add-to-list 'load-path (expand-file-name "~/emacs/jde/lisp"))
;;(load-file (expand-file-name "~/emacs/overlay-fix.el"))
(require 'jde)
What do you think=3F
David
|