Fix: semanticdb.el file not found if used builin Emacs 23.2 CEDET.
--- 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.