diff -r 78931dde783e -r 9c5cb48451ad .emacs-my --- a/.emacs-my Sat Oct 15 15:55:02 2011 +0300 +++ b/.emacs-my Sat Oct 15 23:14:28 2011 +0300 @@ -1613,6 +1613,8 @@ (setq python-indent 4) +(add-hook 'python-mode-hook 'turn-on-eldoc-mode) + (when (equal window-system 'w32) (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix)) )