# HG changeset patch # User Oleksandr Gavenko # Date 1285573850 -10800 # Node ID 91dccb2e72f465682b1bdbd6fefd5704d7a54519 # Parent 3e7cbd0ad5f09a60488fc87416ef64620cddbbb5 Fix: semanticdb.el file not found if used builin Emacs 23.2 CEDET. diff -r 3e7cbd0ad5f0 -r 91dccb2e72f4 .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.