Assume that we have GNU grep, so -H available.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 18 Mar 2010 11:56:02 +0200
changeset 358 a6fb477c0e19
parent 357 84c8c5f03fd4
child 359 ee15316c1126
Assume that we have GNU grep, so -H available.
.emacs-my
--- a/.emacs-my	Thu Mar 18 11:43:28 2010 +0200
+++ b/.emacs-my	Thu Mar 18 11:56:02 2010 +0200
@@ -196,6 +196,8 @@
 
 ;; Assume that we have GNU grep, so -H available.
 (setq grep-command "grep -nH ")
+;; Assume that we have GNU grep, so -H available.
+(setq grep-template "grep <C> -nH <R> <F>")
 (setq 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 ")
 ;; Do not set t because some grep do not has --color options.
 (setq grep-highlight-matches nil)