diff -r 41c826f2b24f -r 596406094fd1 .emacs-my --- a/.emacs-my Fri Mar 25 15:41:34 2011 +0200 +++ b/.emacs-my Tue Mar 29 07:59:49 2011 -0700 @@ -276,7 +276,7 @@ (setq read-quoted-char-radix 16) -(when (>= emacs-major-version 22) +(when (and (>= emacs-major-version 22) (not (eq system-type 'darwin))) (setq standard-display-table (make-display-table)) (let ( (i ?\x80) hex hi low ) (while (<= i ?\xff) @@ -536,6 +536,10 @@ (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) (modify-coding-system-alist 'process ".*" 'utf-8-unix) )) + ((eq system-type 'darwin) + (progn + nil + )) (t (progn (prefer-coding-system 'cp1251-dos)