# HG changeset patch # User Oleksandr Gavenko # Date 1283980693 -10800 # Node ID 71e9734f6569564b3c33e07e19467659b4178a5a # Parent 48aa731d00d8b5a513ba42a7ca804c607263ae15 Bind key sequence for semantic-ia-complete-symbol-menu. diff -r 48aa731d00d8 -r 71e9734f6569 .emacs-my --- a/.emacs-my Thu Sep 09 00:13:05 2010 +0300 +++ b/.emacs-my Thu Sep 09 00:18:13 2010 +0300 @@ -995,6 +995,7 @@ (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) + (global-set-key (kbd "C-c , c") 'semantic-ia-complete-symbol-menu) ) ;; ----------------------------------------------------------------------