.emacs-my
changeset 223 64c9bc1e5847
parent 222 1e9b259f8abe
child 224 a97ab052dfc0
equal deleted inserted replaced
222:1e9b259f8abe 223:64c9bc1e5847
   353         ".fns" ".kys" ".pgs" ".tps" ".vrs"))
   353         ".fns" ".kys" ".pgs" ".tps" ".vrs"))
   354 
   354 
   355 ;; ----------------------------------------------------------------------
   355 ;; ----------------------------------------------------------------------
   356 ;; *grep*
   356 ;; *grep*
   357 (setq grep-command "find . -name '*' -exec grep -nH '' {} ;"
   357 (setq grep-command "find . -name '*' -exec grep -nH '' {} ;"
   358       grep-find-command "find . '(' -name .svn -o -name CVS -o -name .hg -o -name _darcs ')' -prune -o -type f -name '*' -print0 | xargs -0 -e grep -nH "
   358       grep-find-command "find . '(' -name .svn -o -name CVS -o -name .hg -o -name _darcs -o -name .git ')' -prune -o -type f -name '*' -print0 | xargs -0 -e grep -nH "
   359       grep-highlight-matches nil ; do not set t because some grep do not has --color options
   359       grep-highlight-matches nil ; do not set t because some grep do not has --color options
   360       grep-tree-command "find <D> <X> -type f <F> -print0 | xargs -0 -e grep <C> -nH  <R>"
   360       grep-tree-command "find <D> <X> -type f <F> -print0 | xargs -0 -e grep <C> -nH  <R>"
   361       grep-use-null-device t)
   361       grep-use-null-device t)
   362 (setq blink-matching-paren-on-screen t)
   362 (setq blink-matching-paren-on-screen t)
   363 
   363