# HG changeset patch # User Oleksandr Gavenko # Date 1396964532 -10800 # Node ID 3458d2911643b7e3e50ca9776df79f8d0a39d9d9 # Parent 33ab3ce7f973a6f6c48d0618e2fa44309596950c Disable eldoc for Python in flavor of Semantic and perfomance reason. diff -r 33ab3ce7f973 -r 3458d2911643 .emacs-my --- a/.emacs-my Thu Apr 03 14:09:53 2014 +0300 +++ b/.emacs-my Tue Apr 08 16:42:12 2014 +0300 @@ -2537,13 +2537,12 @@ (error (format "file '%s' does not exist" file)) ))) -(when (>= emacs-major-version 22) - (add-hook 'python-mode-hook 'turn-on-eldoc-mode) - ) +;; Disable in flavor of Semantic and perfomance reason. +;; (when (>= emacs-major-version 22) +;; (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)) - ) + (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "perl, cperl")