# HG changeset patch # User Oleksandr Gavenko # Date 1455314674 -7200 # Node ID d276e7a0d704a53b9272b85eb90707c0afe6e41d # Parent a49cca7037ba64177b7c058ce5665094ab8823c3 Seems that python-describe-symbol in python-mode.el and not in built-in Emacs Python mode. diff -r a49cca7037ba -r d276e7a0d704 .emacs-my --- a/.emacs-my Sat Feb 13 00:01:46 2016 +0200 +++ b/.emacs-my Sat Feb 13 00:04:34 2016 +0200 @@ -2762,10 +2762,8 @@ (when (boundp 'py-version) (define-key python-mode-map [C-backspace] 'backward-kill-word) (define-key python-mode-map [?\C-c ?p] 'py-execute-paragraph) - (define-key python-mode-map [?\C-c ?r] 'py-execute-region))) - -(my--eval-after-load python - (define-key inferior-python-mode-map "\C-c\C-f" 'python-describe-symbol)) + (define-key python-mode-map [?\C-c ?r] 'py-execute-region) + (define-key inferior-python-mode-map "\C-c\C-f" 'python-describe-symbol))) ;; Enable "M-/", "C-c g", "C-c d", "C-c f" shortcuts. (setq ropemacs-enable-shortcuts t)