=20
Hello all. I'm not sure exactly which group to post this to, so I
thought I'd let you all decide.
I'm using the latest ECB/CEDET with emacs 21.3.
I have this INCREDIBLY, RIDICULOUSLY HUGE header file that I must often
open in emacs. It is the main API for our entire software architecture.
This thing is so BIG that it makes it impossible to use EBC/CEDET
because emacs gets really, REALLY slow. Presumably, semantic is parsing
and/or doing some processing when I move the cursor around.
The way I see it, there are two options in getting around this problem:
1. deactivate ecb, which in turn turns off semantic.
2. leave ecb activated, but somehow tell semantic not to parse (or do
whatever it does) this file when it is opened and visited in emacs.
Out of these two choices, I would prefer number two because I find it
very annoying to deactivate then reactivate ecb every time I visit and
leave the file.
How can I accomplish the second choice? Hopefully I did not missing
anything to terribly obvious in the documentation.
Is there another solution to my problem? Please feel free to chime in.
Thanks a lot guys!
-------------
Javier
=20
|