Temporary disable cedet-global and cedet-idutils as GNU Global and IdUtils may
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 16 Apr 2011 00:08:23 +0300
changeset 630 2dc36a3fdde6
parent 629 f441ee5e03d4
child 632 e808f4d0f3f8
Temporary disable cedet-global and cedet-idutils as GNU Global and IdUtils may not be installed on all host.
.emacs-my
--- a/.emacs-my	Sun Apr 10 23:24:21 2011 +0300
+++ b/.emacs-my	Sat Apr 16 00:08:23 2011 +0300
@@ -1264,11 +1264,11 @@
   ;; (add-to-list 'ede-locate-setup-options 'ede-locate-idutils)
   ;; (add-to-list 'ede-locate-setup-options 'ede-locate-global)
 
-  (ignore-errors (require 'cedet-idutils))
-  (when (ignore-errors (require 'cedet-global))
-    (semanticdb-enable-gnu-global-databases 'c-mode)
-    (semanticdb-enable-gnu-global-databases 'c++-mode)
-    )
+  ;; (ignore-errors (require 'cedet-idutils))
+  ;; (when (ignore-errors (require 'cedet-global))
+  ;;   (semanticdb-enable-gnu-global-databases 'c-mode)
+  ;;   (semanticdb-enable-gnu-global-databases 'c++-mode)
+  ;;   )
 
   (global-set-key (kbd "C-c , .") 'semantic-ia-fast-jump)
   (global-set-key (kbd "C-c , d") 'semantic-ia-show-doc)