.emacs-my
changeset 703 970915b27f69
parent 699 9ec79850e725
child 704 474a9291a602
--- a/.emacs-my	Wed Sep 21 10:23:11 2011 +0300
+++ b/.emacs-my	Thu Sep 22 01:58:21 2011 +0300
@@ -1541,6 +1541,13 @@
     ))
 
 ;;; ----------------------------------------------------------------
+(message "python")
+
+(when (equal window-system 'w32)
+  (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix))
+  )
+
+;;; ----------------------------------------------------------------
 (message "javascript, js")
 
 ;; (if (>= emacs-major-version 23)