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) - ) ) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;