emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compile.el::grep-program - should it use egrep instead of grep?


From: Jari Aalto
Subject: compile.el::grep-program - should it use egrep instead of grep?
Date: Wed, 07 Sep 2005 10:05:13 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (windows-nt)

There is

   (defvar grep-program "egrep" ...)

in compile.el, but in some systems the grep is the old one, which does
not provide the extended syntax. Would it be possible to set this by
default to 'egrep'? I'm not aware of any *nix OS that would not
include egrep.

Jari





reply via email to

[Prev in Thread] Current Thread [Next in Thread]