# HG changeset patch # User Oleksandr Gavenko # Date 1321953346 -7200 # Node ID 2edffa38b0123e57e5db1a2d90e2455edfe273cb # Parent 02ecfa7fe15de39f800daac94870647070c080e7 Do not set coding system for terminal. This fix displaying CP1251 coding in ssh from Cygwin to Debian. diff -r 02ecfa7fe15d -r 2edffa38b012 .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) - ) ) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;