# HG changeset patch # User Oleksandr Gavenko # Date 1397058015 -10800 # Node ID ca0a819ff8c51b19bd14e4096d4b42fb9ca15045 # Parent 72f74fe407b16568173dd62336535af619eac81e semantic-mode-map override major mode binding, so disable conflicting key bindings. diff -r 72f74fe407b1 -r ca0a819ff8c5 .emacs-my --- a/.emacs-my Tue Apr 08 22:37:15 2014 +0300 +++ b/.emacs-my Wed Apr 09 18:40:15 2014 +0300 @@ -2317,7 +2317,7 @@ (define-key semantic-mode-map (kbd "C-c , d") 'semantic-ia-show-doc) (define-key semantic-mode-map (kbd "C-c , D") 'semantic-ia-show-summary) (define-key semantic-mode-map (kbd "C-c , ?") 'semantic-ia-complete-symbol-menu) - (define-key semantic-mode-map [(control return)] 'semantic-ia-complete-symbol) + ;; (define-key semantic-mode-map [(control return)] 'semantic-ia-complete-symbol) ;; (define-key semantic-mode-map (kbd "C-c , C") 'semantic-ia-describe-class) ;; semantic-decoration-include-visit ;; semantic-analyze-proto-impl-toggle