diff -r 02ecfa7fe15d -r 27fac2557f13 .emacs-my --- a/.emacs-my Sun Nov 20 23:16:59 2011 +0200 +++ b/.emacs-my Sat Nov 26 19:44:43 2011 +0200 @@ -680,7 +680,7 @@ (modify-coding-system-alist 'file "\\.el" 'iso-2022-7bit) (cond ((equal window-system 'w32) ; also (string-equal system-type "windows-nt") - (set-selection-coding-system 'utf-16-le-dos) + ;; (set-selection-coding-system 'utf-16-le-dos) (setq-default buffer-file-coding-system 'cp1251) (setq default-file-name-coding-system 'cp1251) (setq default-process-coding-system '(cp1251 . cp1251))