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

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

Re: cedet redundency?


From: Ronald
Subject: Re: cedet redundency?
Date: Mon, 11 Dec 2006 06:38:58 +0800
User-agent: Thunderbird 1.5.0.8 (X11/20061117)

Hadron Quark wrote:
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.



This will load eieio and speedbar.
But it is easier, I'll use it.
Thanks.


reply via email to

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