From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: I am running Emacs 21.3.50 on Mac OS 10.2.2. I recently installed igrep.el version 2.82, but it is not working properly. , When I am in Dired and type igrep-find or other commands defined in igrep.el, I get the following error message: Date: Mon, 27 Jan 2003 08:05:32 +0200 (IST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1043648423 23260 80.91.224.249 (27 Jan 2003 06:20:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 27 Jan 2003 06:20:23 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18d2d1-00062z-00 for ; Mon, 27 Jan 2003 07:20:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18d2S7-0000Kr-01 for gnu-help-gnu-emacs@m.gmane.org; Mon, 27 Jan 2003 01:09:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18d2R0-0007v8-00 for help-gnu-emacs@gnu.org; Mon, 27 Jan 2003 01:07:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18d2Q9-00063E-00 for help-gnu-emacs@gnu.org; Mon, 27 Jan 2003 01:07:17 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18d2Ph-0004gx-00 for help-gnu-emacs@gnu.org; Mon, 27 Jan 2003 01:06:33 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA12110 for ; Mon, 27 Jan 2003 08:05:32 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5965 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5965 On 26 Jan 2003, David wrote: > I am running Emacs 21.3.50 on Mac OS 10.2.2. Please report problems with development versions of Emacs to emacs-pretest-bug@gnu.org, not here. Most Emacs developers don't read this forum. > I recently installed > igrep.el version 2.82, but it is not working properly. When I am in > Dired and type igrep-find or other commands defined in igrep.el, I get > the following error message: > Loading igrep... > defvar: Symbol's value as variable is void: grep-null-device Sounds like the Mac port doesn't define grep-null-device. If so, it's a bug that should be fixed. You could try looking into igrep.el for the definition of grep-null-device; I'm guessing that it lacks a test for the Mac.