Fix: semanticdb.el file not found if used builin Emacs 23.2 CEDET.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 27 Sep 2010 10:50:50 +0300
changeset 483 91dccb2e72f4
parent 482 3e7cbd0ad5f0
child 484 b05f06b693cd
Fix: semanticdb.el file not found if used builin Emacs 23.2 CEDET.
.emacs-my
--- a/.emacs-my	Mon Sep 20 20:24:40 2010 +0300
+++ b/.emacs-my	Mon Sep 27 10:50:50 2010 +0300
@@ -1035,6 +1035,7 @@
     (semantic-load-enable-code-helpers)
     (semantic-load-enable-guady-code-helpers)
     ;; (global-srecode-minor-mode 1)
+    (require 'semanticdb)
     )
 
   (global-ede-mode t)
@@ -1054,7 +1055,6 @@
   (setq-mode-local c-mode semanticdb-find-default-throttle '(project unloaded system recursive))
   (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)))
-  (require 'semanticdb)
   (global-semanticdb-minor-mode 1)
 
   (unless (equal cedet-version "1.0pre7") ; Come with Emacs 23.2.