.emacs-my
changeset 838 2edffa38b012
parent 835 bfc9412ed633
child 840 e1f0a7f252c8
equal deleted inserted replaced
837:02ecfa7fe15d 838:2edffa38b012
   698     (modify-coding-system-alist 'process ".*" 'cp1251-unix)
   698     (modify-coding-system-alist 'process ".*" 'cp1251-unix)
   699     )
   699     )
   700   )
   700   )
   701  ((eq system-type 'darwin)
   701  ((eq system-type 'darwin)
   702   nil
   702   nil
   703   )
       
   704  (t
       
   705   (prefer-coding-system 'cp1251-dos)
       
   706   (prefer-coding-system 'utf-8-unix)
       
   707   (modify-coding-system-alist 'process ".*" 'utf-8-unix)
       
   708   )
   703   )
   709  )
   704  )
   710 
   705 
   711 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   706 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   712 (message "open file, ffap, dired")
   707 (message "open file, ffap, dired")