Do not set coding system for terminal. This fix displaying CP1251 coding in
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 22 Nov 2011 11:15:46 +0200
changeset 838 2edffa38b012
parent 837 02ecfa7fe15d
child 840 e1f0a7f252c8
Do not set coding system for terminal. This fix displaying CP1251 coding in ssh from Cygwin to Debian.
.emacs-my
--- a/.emacs-my	Sun Nov 20 23:16:59 2011 +0200
+++ b/.emacs-my	Tue Nov 22 11:15:46 2011 +0200
@@ -701,11 +701,6 @@
  ((eq system-type 'darwin)
   nil
   )
- (t
-  (prefer-coding-system 'cp1251-dos)
-  (prefer-coding-system 'utf-8-unix)
-  (modify-coding-system-alist 'process ".*" 'utf-8-unix)
-  )
  )
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;