.emacs-my
changeset 238 9bbf7d3d45b3
parent 234 b09807e8f792
parent 237 39054eb39d27
child 239 408ebfd38be3
--- a/.emacs-my	Mon Dec 28 20:01:27 2009 +0200
+++ b/.emacs-my	Tue Dec 29 10:57:18 2009 +0200
@@ -545,6 +545,11 @@
   ;; (setq shell-file-name "bash")
   (setq explicit-bash-args '("-i"))
   (setq explicit-sh-args '("-i"))
+  ;; Here is workaround: when explicit-shell-file-name is "bash" and shell-file-name is "cmdproxy.exe"
+  ;; find-dired incorrect quote args (in shell-quote-argument (w32-shell-name) return "bash", but
+  ;; shell-command used shell-file-name which value "cmdproxy.exe"). So I put additional space in pattern to
+  ;; prevent quoting.
+  (setq find-ls-option '("-exec ls -ld {}  ;" . "-ld"))
   )
 
 ;; ======================================================================