# HG changeset patch # User Oleksandr Gavenko # Date 1261911010 -7200 # Node ID 1e9b259f8abea8e66c856260ddb574f752fad99d # Parent e7d927423ff77a84b61c53d2ae162b79e34134e0 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). diff -r e7d927423ff7 -r 1e9b259f8abe .emacs-my --- 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")) ) ;; ======================================================================