Seems that python-describe-symbol in python-mode.el and not in
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 13 Feb 2016 00:04:34 +0200
changeset 1339 d276e7a0d704
parent 1338 a49cca7037ba
child 1340 daa03efc12b9
Seems that python-describe-symbol in python-mode.el and not in built-in Emacs Python mode.
.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)