# HG changeset patch # User Oleksandr Gavenko # Date 1352470506 -7200 # Node ID e8c74f4c5d9e59988682538794971b3b27f383fe # Parent 29036d63bfe7746734ef99dfb0d2165860788ec0 Set 'selection-coding-system' to 'nil' to automatically select proper coding system. diff -r 29036d63bfe7 -r e8c74f4c5d9e .emacs-my --- a/.emacs-my Thu Nov 08 19:23:09 2012 +0200 +++ b/.emacs-my Fri Nov 09 16:15:06 2012 +0200 @@ -708,7 +708,7 @@ ) ((equal window-system 'x) (prefer-coding-system 'utf-8-unix) - (setq selection-coding-system 'compound-text-with-extensions) + (setq selection-coding-system nil) (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) (modify-coding-system-alist 'process ".*" 'utf-8-unix) )