Hello,
I use emacs GNU Emacs 21.4.1 with the latest cedet suite & speedbar.
But the performance during editing is devastating.
I have a C++ project with almost 100 cpp files.
1. Emacs is taking ages to start because it parses every opened file
again and again.
2. When I do editing, emacs freeze for 1 or 2 secs, when i try to save
or even when I move around the edited part
of the buffer.
3. Deactivating semantic and ecb everything works smoothly again.
My PC is a Intel(R) Pentium(R) 4 CPU 2.40GHz
and in the .emacs configuration file I have
(setq semantic-load-turn-everything-on t)
(setq semantic-load-turn-useful-things-on t)
(require 'semantic-load)
(setq semantic-imenu-auto-rebuild-directory-indexes nil)
(setq imenu-auto-rescan nil)
(require 'ecb)
(setq semanticdb-project-roots
(list "~/projects/src/FOO/NBANG"
"~/projects/src/FOO/PBA"))
What I do wrong and the performance is so bad?
thanks in advanced,
Apostolow
|