semantic-mode-map override major mode binding, so disable conflicting key bindings.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 09 Apr 2014 18:40:15 +0300
changeset 1133 ca0a819ff8c5
parent 1132 72f74fe407b1
child 1134 d91fa7f7033a
semantic-mode-map override major mode binding, so disable conflicting key bindings.
.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