equal
deleted
inserted
replaced
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 |