joakim@... wrote:
> "w.goesgens" <room_cedet@...> writes:
>
>> Hy, I've been using CEDET the last weeks, and after upgrading to beta4 from the debs its troubles about cpu eating went
>> away, but i've got several other outstanding issues:
>>
>> * From time to time emacs opens about a dozend system headers like /usr/include/gnu/stubs.h which is anoying as the
>> number of buffers grows rapidly...
>>
>> * Once it lost bearing to the file it does never again try to reparse it, the half / whole file is underlined red,
>> though GCC compiles it clean.
>>
>> * it isn't able to open the typeahead window / keep it open, it just flickers short and disapears. I'm using emacs 22 on
>> debian etch and the ion Windowmanager
>>
>> * it steals slopy focus. typing in an xterm, cedet found out, oh, he's idle, lets try to do the popup, focus is switched
>> over to emacs. It does this repeative till i move away the text-cursor.
>>
>> * it leaves its files all over the source. I think it should keep
>> its parse files somewhere under ~/.emacs/cedetcache o
>
> I have the following in my .emacs:
>
>
> (if (not (file-exists-p "~/.semanticdb")) (make-directory
> "~/.semanticdb"))
> (setq semanticdb-default-save-directory (expand-file-name
> "~/.semanticdb/project"))
> (setq semanticdb-default-system-save-directory (expand-file-name
> "~/.semanticdb/system"))
Is this perhaps something that should go into CEDET?
|