all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David R <angel_ov_north@tiscali.co.uk>
To: help-gnu-emacs@gnu.org
Subject: Re: compiling emacs using cygwin
Date: Mon, 18 Jun 2007 00:41:43 +0100	[thread overview]
Message-ID: <4675c6b0$1_1@mk-nntp-2.news.uk.tiscali.com> (raw)
In-Reply-To: <mailman.1488.1180756520.32220.help-gnu-emacs@gnu.org>

Kevin Rodgers wrote:
> 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.")
> 
thanks
I got it working somehow (I can't remember how)


(load-file "~/.emacs.d/igrep.el")
     (autoload 'igrep "igrep"
        "*Run `grep` PROGRAM to match REGEX in FILES..." t)
     (autoload 'igrep-find "igrep"
        "*Run `grep` via `find`..." t)
     (autoload 'igrep-visited-files "igrep"
        "*Run `grep` ... on all visited files." t)
     (autoload 'dired-do-igrep "igrep"
        "*Run `grep` on the marked (
or next prefix ARG) files." t)
     (autoload 'dired-do-igrep-find "igrep"
        "*Run `grep` via `find` on the marked (or next prefix ARG) 
directories." t)
     (autoload 'Buffer-menu-igrep "igrep"
       "*Run `grep` on the files visited in buffers marked with '>'." t)
     (autoload 'igrep-insinuate "igrep"
       "Define `grep' aliases for the corresponding `igrep' commands." t)
;; 2. a. For completeness, you can add these forms as well:
     (autoload 'grep "igrep"
        "*Run `grep` PROGRAM to match REGEX in FILES..." t)
     (autoload 'egrep "igrep"
        "*Run `egrep`..." t)
     (autoload 'fgrep "igrep"
        "*Run `fgrep`..." t)
     (autoload 'agrep "igrep"
        "*Run `agrep`..." t)
     (autoload 'grep-find "igrep"
        "*Run `grep` via `find`..." t)
     (autoload 'egrep-find "igrep"
        "*Run `egrep` via `find`..." t)
     (autoload 'fgrep-find "igrep"
        "*Run `fgrep` via `find`..." t)
     (autoload 'agrep-find "igrep"
        "*Run `agrep` via `find`..." t)

      parent reply	other threads:[~2007-06-17 23:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-26 16:15 compiling emacs using cygwin David R
2007-05-26 20:35 ` Eric Hanchrow
2007-05-27  3:13 ` Eli Zaretskii
     [not found] ` <mailman.1306.1180211913.32220.help-gnu-emacs@gnu.org>
2007-05-27 11:47   ` David R
2007-05-27 13:23     ` Eric Hanchrow
2007-05-27 19:52     ` Eli Zaretskii
     [not found]     ` <mailman.1330.1180273121.32220.help-gnu-emacs@gnu.org>
2007-05-29 10:49       ` David R
2007-05-29 20:29         ` Eric Hanchrow
     [not found]         ` <mailman.1406.1180471209.32220.help-gnu-emacs@gnu.org>
2007-06-15 14:38           ` David R
2007-06-15 17:56             ` Eric Hanchrow
     [not found]             ` <mailman.2204.1181931525.32220.help-gnu-emacs@gnu.org>
2007-06-17 17:48               ` David R
     [not found]     ` <mailman.1336.1180295540.32220.help-gnu-emacs@gnu.org>
2007-05-29 10:52       ` David R
2007-05-29 19:34         ` Eli Zaretskii
     [not found]         ` <mailman.1400.1180467287.32220.help-gnu-emacs@gnu.org>
2007-06-15 22:08           ` David R
2007-06-16 10:50             ` Eli Zaretskii
2007-06-02  3:53 ` Kevin Rodgers
     [not found] ` <mailman.1488.1180756520.32220.help-gnu-emacs@gnu.org>
2007-06-17 23:41   ` David R [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='4675c6b0$1_1@mk-nntp-2.news.uk.tiscali.com' \
    --to=angel_ov_north@tiscali.co.uk \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.