Jakub Narebski <jnareb@xxxxxxxxx> writes: > David Kågedal <davidk@xxxxxxxxxxxxxx> writes: > >> This works for me, but before including it someone else should try >> it. It might only work in Emacs 22, for instance. > > 1077:[emacs@git/contrib/emacs]# LC_ALL=en_EN make > emacs -batch -f batch-byte-compile git.el > Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)... > [...] > While compiling toplevel forms in file /home/jnareb/git/contrib/emacs/git.el: > !! File error (("Cannot open load file" "grep")) > Done > make: *** [git.elc] Error 1 > > 1078:[emacs@git/contrib/emacs]# emacs --version > GNU Emacs 21.4.1 As I suspected. The problem is that the grep commands were rewritten for Emacs 22, and lots of it can be reused. So to write a similar command for Emacs 21 probably requires a bit more work. And since I use Emacs 22 I'm not sure I will feel motivated enough... -- David Kågedal - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html