From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: No such program, egrep error in Customize Date: Wed, 26 Dec 2007 21:50:28 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1198698656 31009 80.91.229.12 (26 Dec 2007 19:50:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Dec 2007 19:50:56 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Dec 26 20:51:09 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J7cHS-00088o-Lz for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Dec 2007 20:51:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7cH7-0000aH-Pv for geb-bug-gnu-emacs@m.gmane.org; Wed, 26 Dec 2007 14:50:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J7cH2-0000Y2-Dh for bug-gnu-emacs@gnu.org; Wed, 26 Dec 2007 14:50:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J7cH0-0000VX-Qs for bug-gnu-emacs@gnu.org; Wed, 26 Dec 2007 14:50:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7cH0-0000VN-Nf for bug-gnu-emacs@gnu.org; Wed, 26 Dec 2007 14:50:38 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J7cH0-0007oq-7A for bug-gnu-emacs@gnu.org; Wed, 26 Dec 2007 14:50:38 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-162-3.inter.net.il [84.228.162.3]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JSQ52130 (AUTH halo1); Wed, 26 Dec 2007 21:50:07 +0200 (IST) In-reply-to: (message from Andreas Schwab on Wed, 26 Dec 2007 20:18:07 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17252 Archived-At: > From: Andreas Schwab > Date: Wed, 26 Dec 2007 20:18:07 +0100 > Cc: Bug-Gnu-Emacs > > "Drew Adams" writes: > > > ispell-call-process("egrep" nil t nil "-i" "^blu.*$" "/usr/dict/words") > > Set ispell-grep-command to the name of the egrep program. There isn't one: for some weird reason, GNU Grep maintainers decided to produce only one executable program, named `grep' (`grep.exe' on DOS and Windows), and have `egrep' and `fgrep' as Unix shell scripts. Let the fleas of a thousand camels infest the armpits of those who change old-standing Unix traditions of having 3 programs in the Grep package!