Is there any way to autoload the initialization of semantic when it is required instead of calling load-file in my .emacs file. Cedet pulls a lot of stuff in with it that I don't always need. Thanks. John
>>> John Russell <jorussel@...> seems to think that: >Is there any way to autoload the initialization of semantic when it is >required instead of calling load-file in my .emacs file. Cedet pulls a >lot of stuff in with it that I don't always need. Thanks. [ ... ] You can customize `cedet-packages' to include just the pieces you want. As for semantic, it needs to be turned on early. It generates and caches data so it is available later when you need it. Eric -- Eric Ludlam: zappo@..., eric@... Home: http://www.ludlam.net Siege: http://www.siege-engine.com Emacs: http://cedet.sourceforge.net GNU: http://www.gnu.org