.emacs-my
changeset 1769 1a21553009b7
parent 1768 b3cac2287547
child 1770 2b93801abc3c
equal deleted inserted replaced
1768:b3cac2287547 1769:1a21553009b7
   572 (cl-eval-when (compile) (require 'shell))
   572 (cl-eval-when (compile) (require 'shell))
   573 
   573 
   574 ;; '-i' causes ioctl related warning in Windows Emacs because there is no real terminal.
   574 ;; '-i' causes ioctl related warning in Windows Emacs because there is no real terminal.
   575 ;; But it is important to read ~/.bashrc, so we keep it here.
   575 ;; But it is important to read ~/.bashrc, so we keep it here.
   576 ;; https://emacs.stackexchange.com/questions/71487/mingw-shell-in-emacs/
   576 ;; https://emacs.stackexchange.com/questions/71487/mingw-shell-in-emacs/
   577 (setq explicit-bash-args (list ("--noediting" "-i"))
   577 (setq explicit-bash-args (list "--noediting" "-i"))
   578 
   578 
   579 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   579 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   580 (message "Cygwin, MSYS")
   580 (message "Cygwin, MSYS")
   581 
   581 
   582 (when (and (eq system-type 'cygwin) (fboundp #'cygpath-nt-activate))
   582 (when (and (eq system-type 'cygwin) (fboundp #'cygpath-nt-activate))