Explicitly disable 'global-semantic-stickyfunc-mode' for manually installed CEDET.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 06 Sep 2010 10:26:35 +0300
changeset 456 7b13bdbb2d0e
parent 455 434f14adcd26
child 457 188efe1c6f59
Explicitly disable 'global-semantic-stickyfunc-mode' for manually installed CEDET.
.emacs-my
--- a/.emacs-my	Fri Sep 03 16:32:14 2010 +0300
+++ b/.emacs-my	Mon Sep 06 10:26:35 2010 +0300
@@ -982,9 +982,9 @@
   (setq semantic-idle-scheduler-idle-time 1) ; 1 sec.
   (global-semantic-decoration-mode 1)
   (global-semantic-mru-bookmark-mode 1)
-  ;; (global-semantic-idle-completions-mode -1)
-  ;; (global-semantic-stickyfunc-mode 1)
   ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package))
+  (global-semantic-stickyfunc-mode -1)
+  (global-semantic-idle-completions-mode -1)
 
   ;; semantic-dependency-system-include-path, semantic-customize-system-include-path
   (setq-mode-local c-mode semanticdb-find-default-throttle '(project unloaded system recursive))