diff -r 2edffa38b012 -r e1f0a7f252c8 .emacs-my --- a/.emacs-my Tue Nov 22 11:15:46 2011 +0200 +++ b/.emacs-my Sat Nov 26 20:02:29 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))