Hi, [...] > This is done if you set > (setq semantic-load-turn-everything-on t). > > This call turns on semantic-show-dirty-mode. > > Just do (semantic-show-dirty-mode -1) and this feature > will disappear. I have already mailed Eric that IMHO this feature should > be disabled per default! [...]
semantic-show-dirty-mode is disabled by default! But, as indicated by its name, if you set semantic--load-turn-everything-on to non-nil, all Semantic's features are turned on! So don't set semantic-load-turn-everything-on to t and turn on only the minor modes you need ;) Sincerely, David
