Enable many CEDET features.
--- a/.emacs-my Wed May 08 10:26:21 2013 +0300
+++ b/.emacs-my Wed May 08 10:44:48 2013 +0300
@@ -2105,15 +2105,18 @@
(when (featurep 'cedet)
(global-ede-mode t)
+ (global-semantic-idle-scheduler-mode 1)
(global-semantic-idle-summary-mode 1)
- (global-semantic-idle-scheduler-mode 1)
- (setq semantic-idle-scheduler-idle-time 1) ; 1 sec.
+ (global-semantic-idle-completions-mode 1)
(global-semantic-decoration-mode 1)
(global-semantic-mru-bookmark-mode 1)
;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package))
(global-semantic-stickyfunc-mode -1)
- (global-semantic-idle-completions-mode -1)
-
+ (global-semantic-highlight-func-mode 1)
+ (global-semantic-decoration-mode 1)
+ (global-semantic-idle-local-symbol-highlight-mode 1)
+
+ (setq semantic-idle-scheduler-idle-time 5)
(setq semantic-idle-scheduler-work-idle-time 60)
;; (setq semantic-idle-work-parse-neighboring-files-flag nil)