Automated merge with file:///cygdrive/d/srv/hg-home/dot-emacs
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 15 Sep 2010 09:41:25 +0300
changeset 473 1334dc79ea80
parent 471 1d59b8a9d8a0 (current diff)
parent 472 8cd8246b5c5f (diff)
child 474 d1a3f9322927
child 478 2e18034ae7fd
child 480 e8ca3a1d9227
Automated merge with file:///cygdrive/d/srv/hg-home/dot-emacs
.emacs-my
--- a/.emacs-my	Tue Sep 14 23:14:43 2010 +0300
+++ b/.emacs-my	Wed Sep 15 09:41:25 2010 +0300
@@ -1061,9 +1061,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)