* cedet redundency?
@ 2006-12-10 21:41 Ronald
2006-12-10 22:13 ` Hadron Quark
0 siblings, 1 reply; 3+ messages in thread
From: Ronald @ 2006-12-10 21:41 UTC (permalink / raw)
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?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: cedet redundency?
2006-12-10 21:41 cedet redundency? Ronald
@ 2006-12-10 22:13 ` Hadron Quark
2006-12-10 22:38 ` Ronald
0 siblings, 1 reply; 3+ messages in thread
From: Hadron Quark @ 2006-12-10 22:13 UTC (permalink / raw)
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.
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: cedet redundency?
2006-12-10 22:13 ` Hadron Quark
@ 2006-12-10 22:38 ` Ronald
0 siblings, 0 replies; 3+ messages in thread
From: Ronald @ 2006-12-10 22:38 UTC (permalink / raw)
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-12-10 22:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-10 21:41 cedet redundency? Ronald
2006-12-10 22:13 ` Hadron Quark
2006-12-10 22:38 ` Ronald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).