.emacs-my
changeset 1748 e9610d83f4ff
parent 1744 ef4030540143
child 1751 e09dfac4baf9
equal deleted inserted replaced
1747:b7d3a5fd4059 1748:e9610d83f4ff
   917 ;; (setq find-ls-option '("-ls" . ""))
   917 ;; (setq find-ls-option '("-ls" . ""))
   918 ;; So I use next expression, which work with GNU find, I replace %s with '0'
   918 ;; So I use next expression, which work with GNU find, I replace %s with '0'
   919 ;; to avoid unnecessary sys calls and this make output aligned by column:
   919 ;; to avoid unnecessary sys calls and this make output aligned by column:
   920 (setq find-ls-option '("-printf ' -rw-rw-rw- %9s %AY-%Am-%Ad %AH:%AM %p\n'" . ""))
   920 (setq find-ls-option '("-printf ' -rw-rw-rw- %9s %AY-%Am-%Ad %AH:%AM %p\n'" . ""))
   921 
   921 
   922 (cl-eval-when (compile) (require 'grep))
   922 (require 'grep)
       
   923 (grep-apply-setting 'grep-find-use-xargs 'exec-plus)
   923 
   924 
   924 ;; Do not set t because some grep do not has --color options.
   925 ;; Do not set t because some grep do not has --color options.
   925 (setq grep-highlight-matches nil)
   926 (setq grep-highlight-matches nil)
   926 (setq grep-use-null-device nil)
   927 (setq grep-use-null-device nil)
   927 
   928