# HG changeset patch # User Oleksandr Gavenko # Date 1284532880 -10800 # Node ID 8cd8246b5c5fccb24091d498e564f46ceec5664e # Parent f859726fcca94fa13658c40cddc93ada1c679f66 Enable GNU Global for Semantic. diff -r f859726fcca9 -r 8cd8246b5c5f .emacs-my --- a/.emacs-my Tue Sep 14 17:18:05 2010 +0300 +++ b/.emacs-my Wed Sep 15 09:41:20 2010 +0300 @@ -1060,9 +1060,12 @@ ) (when (cedet-gnu-global-version-check t) (add-to-list 'ede-locate-setup-options 'ede-locate-global) + (semanticdb-enable-gnu-global-databases 'c-mode) + (semanticdb-enable-gnu-global-databases 'c++-mode) ) ) + (require 'semantic-ia) (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)