diff -r 068ea808901d -r cf6fe4141a9d .emacs-my --- a/.emacs-my Sun Aug 29 20:26:28 2010 +0300 +++ b/.emacs-my Mon Aug 30 09:05:01 2010 +0300 @@ -969,15 +969,12 @@ ;; (global-semantic-stickyfunc-mode 1) ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package)) + ;; semantic-dependency-system-include-path, semantic-customize-system-include-path (setq-mode-local c-mode semanticdb-find-default-throttle '(project unloaded system recursive)) - ;; semantic-dependency-system-include-path (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) - ;; (semantic-add-system-include "~/include" 'c++-mode) - ;; (semantic-add-system-include "~/include" 'c-mode) - (global-set-key (kbd "C-c , .") 'semantic-ia-fast-jump) (global-set-key (kbd "C-c , d") 'semantic-ia-show-doc) (global-set-key (kbd "C-c , D") 'semantic-ia-describe-class)