I started emacs with a setup, which worked with (gentoo emerged version
1.0_pre3).
Now I reduced my .emacs to:
(load-file "~/cedet/common/cedet.el")
(semantic-load-enable-code-helpers)
No help, same problems :(
Greetings,
Nathan
Eric M. Ludlam schrieb:
> Hi,
>
> Please see the INSTALL file at the top-level of the CEDET
> directories. There is a .emacs snippet you will want to paste into
> your .emacs file.
>
> Of note: by default, semantic is not completely enabled on load
> unless you add (semantic-load-enable-minimum-features) or one of the
> other load setup functions.
>
> Good Luck
> Eric
>
>
>>>> =?ISO-8859-15?Q?Nathan_H=FCsken?= <semantic@...> seems to think that:
>>>>
>> Hello dear community,
>>
>> I just tried to update cedet (because of semantic!) to cvs.
>>
>> So I did
>> cvs -d:pserver:anonymous@... login
>> cvs -z3 -d:pserver:anonymous@... co
>> -P cedet
>>
>>
>> I did not really find information about how to get the cvs version. I
>> hope this is correct.
>> I than compiled it using make, and removed my old cedet from my gentoo
>> system:
>> emerge -C cedet
>>
>> I added (load-file "~/cedet/common/cedet.el") to my ".emacs" file and
>> started emacs, loading a cpp file.
>> The senator menu does not appear, and when I try "senator-minor-mode", I
>> get:
>>
>> Buffer Test.cc was not set up for parsing.
>>
>> Also, the function semantic-complete-analyze-inline gives me:
>>
>> Wrong type argument: syntac-table-p, nil
>>
> [ ... ]
>
>
|