Set 'selection-coding-system' to 'nil' to automatically select proper coding
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 09 Nov 2012 16:15:06 +0200
changeset 991 e8c74f4c5d9e
parent 990 29036d63bfe7
child 992 8523f94a9aa9
Set 'selection-coding-system' to 'nil' to automatically select proper coding system.
.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)
   )