# HG changeset patch # User Oleksandr Gavenko # Date 1264496913 -7200 # Node ID b6c514e81d2c2dc37c1fe44ed5f1762a00313e95 # Parent 29533873ee3e5c520f4e0a5543b7640ae888d953 ctext-with-extensions is alias for ctext-with-extensions. diff -r 29533873ee3e -r b6c514e81d2c .emacs-my --- a/.emacs-my Mon Jan 25 23:37:52 2010 +0200 +++ b/.emacs-my Tue Jan 26 11:08:33 2010 +0200 @@ -269,7 +269,7 @@ (progn (prefer-coding-system 'cp1251-dos) (prefer-coding-system 'utf-8-unix) - (setq selection-coding-system 'ctext-with-extensions) + (setq selection-coding-system 'compound-text-with-extensions) (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) (modify-coding-system-alist 'process ".*" 'utf-8-unix) ))