igrep-findを使うと、

cd /Users/username/elisp/# -*-compilation-*-
Entering directory `/Users/username/elisp/'
find . -type d \( -name RCS -o -name CVS -o -name SCCS \) -prune -o -type f \! -name \*\~ \! -name \*\,v \! -name s.\* -print0 | xargs -0 -E lgrep -n grep /dev/null
xargs: illegal argument count

Compilation exited abnormally with code 1 at Sat Jul 31 19:37:25

と怒られてしまうのですが、どの辺みればよいでしょうか?

;; igrep 2.93
;; xargsのオプション'-e'がないといわれたので、'-E'にかえました。
;; CarbonEmacs 21.3.50.2