Fix file name coding for dired and find-file under Windows.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 29 Aug 2010 15:16:15 +0300
changeset 446 6e0f17222588
parent 445 17ffd2e22d12
child 447 fde6ee13fce1
Fix file name coding for dired and find-file under Windows.
.emacs-my
--- a/.emacs-my	Sun Aug 29 14:29:26 2010 +0300
+++ b/.emacs-my	Sun Aug 29 15:16:15 2010 +0300
@@ -432,6 +432,7 @@
     (set-selection-coding-system 'utf-16-le-dos)
     (prefer-coding-system 'utf-8-unix)
     (prefer-coding-system 'cp1251-dos)
+    (setq default-file-name-coding-system 'cp1251)
     ))
  ((equal window-system 'x)
   (progn