.emacs-my
changeset 1035 daf872211946
parent 1034 fdb9d7f7066e
child 1036 9b8015c8a847
equal deleted inserted replaced
1034:fdb9d7f7066e 1035:daf872211946
  2103 (when (featurep 'srecode)
  2103 (when (featurep 'srecode)
  2104   (global-srecode-minor-mode 1))
  2104   (global-srecode-minor-mode 1))
  2105 
  2105 
  2106 (when (featurep 'cedet)
  2106 (when (featurep 'cedet)
  2107   (global-ede-mode t)
  2107   (global-ede-mode t)
       
  2108   (global-semantic-idle-scheduler-mode 1)
  2108   (global-semantic-idle-summary-mode 1)
  2109   (global-semantic-idle-summary-mode 1)
  2109   (global-semantic-idle-scheduler-mode 1)
  2110   (global-semantic-idle-completions-mode 1)
  2110   (setq semantic-idle-scheduler-idle-time 1) ; 1 sec.
       
  2111   (global-semantic-decoration-mode 1)
  2111   (global-semantic-decoration-mode 1)
  2112   (global-semantic-mru-bookmark-mode 1)
  2112   (global-semantic-mru-bookmark-mode 1)
  2113   ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package))
  2113   ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package))
  2114   (global-semantic-stickyfunc-mode -1)
  2114   (global-semantic-stickyfunc-mode -1)
  2115   (global-semantic-idle-completions-mode -1)
  2115   (global-semantic-highlight-func-mode 1)
  2116 
  2116   (global-semantic-decoration-mode 1)
       
  2117   (global-semantic-idle-local-symbol-highlight-mode 1)
       
  2118 
       
  2119   (setq semantic-idle-scheduler-idle-time 5)
  2117   (setq semantic-idle-scheduler-work-idle-time 60)
  2120   (setq semantic-idle-scheduler-work-idle-time 60)
  2118   ;; (setq semantic-idle-work-parse-neighboring-files-flag nil)
  2121   ;; (setq semantic-idle-work-parse-neighboring-files-flag nil)
  2119 
  2122 
  2120   ;; semantic-dependency-system-include-path, semantic-customize-system-include-path
  2123   ;; semantic-dependency-system-include-path, semantic-customize-system-include-path
  2121 
  2124