# HG changeset patch # User Oleksandr Gavenko # Date 1283757995 -10800 # Node ID 7b13bdbb2d0eb3afdfe12ae8a59c4c8ec718f2b4 # Parent 434f14adcd267177e327882a74cbea69c3d4cb3b Explicitly disable 'global-semantic-stickyfunc-mode' for manually installed CEDET. diff -r 434f14adcd26 -r 7b13bdbb2d0e .emacs-my --- a/.emacs-my Fri Sep 03 16:32:14 2010 +0300 +++ b/.emacs-my Mon Sep 06 10:26:35 2010 +0300 @@ -982,9 +982,9 @@ (setq semantic-idle-scheduler-idle-time 1) ; 1 sec. (global-semantic-decoration-mode 1) (global-semantic-mru-bookmark-mode 1) - ;; (global-semantic-idle-completions-mode -1) - ;; (global-semantic-stickyfunc-mode 1) ;; (setq semantic-stickyfunc-sticky-classes '(function type variable include package)) + (global-semantic-stickyfunc-mode -1) + (global-semantic-idle-completions-mode -1) ;; semantic-dependency-system-include-path, semantic-customize-system-include-path (setq-mode-local c-mode semanticdb-find-default-throttle '(project unloaded system recursive))