diff -r 64c9bc1e5847 -r a97ab052dfc0 .emacs-my --- a/.emacs-my Sun Dec 27 13:51:17 2009 +0200 +++ b/.emacs-my Sun Dec 27 13:52:29 2009 +0200 @@ -357,7 +357,6 @@ (setq grep-command "find . -name '*' -exec grep -nH '' {} ;" 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 " grep-highlight-matches nil ; do not set t because some grep do not has --color options - grep-tree-command "find -type f -print0 | xargs -0 -e grep -nH " grep-use-null-device t) (setq blink-matching-paren-on-screen t)