diff -r 130a4e1944d5 -r 77aed3ad8164 .emacs-my --- a/.emacs-my Mon Mar 10 23:47:55 2014 +0200 +++ b/.emacs-my Tue Mar 11 00:03:20 2014 +0200 @@ -2277,7 +2277,7 @@ ;; semantic-dependency-system-include-path, semantic-customize-system-include-path ;; file local project unloaded system recursive - (setq-mode-local c-mode semanticdb-find-default-throttle '(file)) + (setq-mode-local c-mode semanticdb-find-default-throttle '(file local)) (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c-mode))) (add-hook 'c-mode-hook (lambda nil (semantic-add-system-include "~/.emacs.d/include" 'c++-mode))) (global-semanticdb-minor-mode 1)