help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cedet redundency?


From: Hadron Quark
Subject: Re: cedet redundency?
Date: Sun, 10 Dec 2006 23:13:39 +0100
User-agent: Emacs Gnus

Ronald <followait@163.com> writes:

> I want the feature of semantic only -- no eieio or speedbar.
>
> But I have to include all the paths as :
>
> (add-to-list 'load-path "/path/to/eieio")
> (add-to-list 'load-path "/path/to/speedbar")
> (add-to-list 'load-path "/path/to/semantic")
>
> why so redundent?

You don't.

Download latest stuff. Use google.

I have in my programmers el file:

,----
| ;; Load CEDET
| (setq semantic-load-turn-everything-on t)
| (load-file "~/lisp/cedet-1.0pre3/common/cedet.el")
`----


There are variables to stop unnecessary loads, but I must agree that
the stuff doesn't appear as clean cut as it could be.



-- 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]