diff -r 1dbeeeb5b05b -r 00ed27b56ff4 .emacs-my --- a/.emacs-my Thu Oct 30 14:35:16 2014 +0200 +++ b/.emacs-my Thu Oct 30 14:45:07 2014 +0200 @@ -2293,7 +2293,6 @@ (when (featurep 'cedet) (require 'semantic) - (semantic-mode 1) (global-semantic-idle-scheduler-mode 1) (global-semantic-idle-summary-mode 1) @@ -2318,6 +2317,7 @@ (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c++-mode))) (global-semanticdb-minor-mode 1) + (semantic-mode 1) (global-ede-mode 1) (require 'srecode)