help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: compiling emacs using cygwin


From: Kevin Rodgers
Subject: Re: compiling emacs using cygwin
Date: Fri, 01 Jun 2007 21:53:13 -0600
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

David R wrote:
My problem is that M-x agrep
M-x fgrep and all other greps produce the message as
 >  symbol's value as variable is void: grep-null-device

I think you are using an old version of igrep.el (which I wrote).
Version 2.84 from 1998-09-22 has:

(defvar igrep-null-device
  (cond ((boundp 'null-device) null-device) ; Emacs 20
        ((boundp 'grep-null-device) grep-null-device)) ; Emacs 19
  "The system null device.")

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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