diff -r 8515d1e0cc34 -r bf31b8f54b4a .emacs-my --- a/.emacs-my Sat Aug 07 23:15:55 2010 +0300 +++ b/.emacs-my Fri Aug 27 12:20:08 2010 +0300 @@ -982,6 +982,10 @@ ;; (semantic-add-system-include "~/include" 'c++-mode) ;; (semantic-add-system-include "~/include" 'c-mode) + + (global-set-key (kbd "C-c , .") 'semantic-ia-fast-jump) + (global-set-key (kbd "C-c , d") 'semantic-ia-show-doc) + (global-set-key (kbd "C-c , D") 'semantic-ia-describe-class) ) ;; ----------------------------------------------------------------------