# HG changeset patch # User Oleksandr Gavenko # Date 1284374259 -10800 # Node ID 71d60f805984bd57ca3035980f6895650f123c85 # Parent 0a9cbfab10f412448d9431180f8e988f1e9ab0eb Make larger time for heavy idle-scheduler-work. diff -r 0a9cbfab10f4 -r 71d60f805984 .emacs-my --- a/.emacs-my Mon Sep 13 12:10:36 2010 +0300 +++ b/.emacs-my Mon Sep 13 13:37:39 2010 +0300 @@ -1011,10 +1011,14 @@ (global-semantic-stickyfunc-mode -1) (global-semantic-idle-completions-mode -1) + (setq semantic-idle-scheduler-work-idle-time 60) + ;; (setq semantic-idle-work-parse-neighboring-files-flag nil) + ;; semantic-dependency-system-include-path, semantic-customize-system-include-path (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) (global-set-key (kbd "C-c , .") 'semantic-ia-fast-jump)