.emacs-my
changeset 596 0220d2cf895a
parent 595 be6c27e4c776
child 597 989e4416528a
equal deleted inserted replaced
595:be6c27e4c776 596:0220d2cf895a
   837        )
   837        )
   838     (progn
   838     (progn
   839      ;; Use shell from Cygwin/MinGW.
   839      ;; Use shell from Cygwin/MinGW.
   840      (setq shell-file-name "bash")
   840      (setq shell-file-name "bash")
   841      (setenv "SHELL" "/bin/bash")
   841      (setenv "SHELL" "/bin/bash")
       
   842      (modify-coding-system-alist 'process "bash" '(cp1251-unix . cp1251-unix))
   842      )
   843      )
   843     )
   844     )
   844   ;; (setq explicit-shell-file-name "bash")
   845   ;; (setq explicit-shell-file-name "bash")
   845   (setq explicit-bash-args '("-i"))
   846   (setq explicit-bash-args '("-i"))
   846   (setq explicit-sh-args '("-i"))
   847   (setq explicit-sh-args '("-i"))