Set ptoper search pattern for find-dired (in find-dired code there is exist
literary mutch for find-ls-option, we take one that not mutch, so it no
transformed).
--- a/.emacs-my Thu Dec 17 22:49:43 2009 +0200
+++ b/.emacs-my Sun Dec 27 12:50:10 2009 +0200
@@ -557,6 +557,7 @@
(setq explicit-shell-file-name "bash")
(setq explicit-bash-args '("-i"))
(setq explicit-sh-args '("-i"))
+ (setq find-ls-option '("-exec ls -ld {} ;" . "-ld"))
)
;; ======================================================================