all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "wangyu" <wangyu02@mails.tsinghua.edu.cn>
Subject: a problem about igrep
Date: Wed, 11 Jun 2003 16:39:08 +0800	[thread overview]
Message-ID: <bc6pl0$275m$1@mail.cn99.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1434 bytes --]

I copied the igrep.el file into the directory lisp and add the following to
the .emacs file:
(autoload (function igrep) "igrep"
"*Run ¡ägrep¡ä PROGRAM to match EXPRESSION in FILES..." t)
(autoload (function igrep-find) "igrep"
"*Run ¡ägrep¡ä via ¡äfind¡ä..." t)
(autoload (function dired-do-igrep) "igrep"
"*Run ¡ägrep¡ä on the marked (or next prefix ARG) files." t)
(autoload (function dired-do-igrep-find) "igrep"
"*Run ¡ägrep¡ä via ¡äfind¡ä on the marked (or next prefix ARG) directories."
t)
(autoload (function grep) "igrep"
"*Run ¡ägrep¡ä PROGRAM to match EXPRESSION in FILES..." t)
(autoload (function egrep) "igrep" "*Run ¡äegrep¡ä..." t)
(autoload (function fgrep) "igrep" "*Run ¡äfgrep¡ä..." t)
(autoload (function agrep) "igrep" "*Run ¡äagrep¡ä..." t)
(autoload (function grep-find) "igrep" "*Run ¡ägrep¡ä via ¡äfind¡ä..." t)
(autoload (function egrep-find) "igrep" "*Run ¡äegrep¡ä via ¡äfind¡ä..." t)
(autoload (function fgrep-find) "igrep" "*Run ¡äfgrep¡ä via ¡äfind¡ä..." t)
(autoload (function agrep-find) "igrep" "*Run ¡äagrep¡ä via ¡äfind¡ä..." t)
(autoload (function dired-do-grep) "igrep"
"*Run ¡ägrep¡ä on the marked (or next prefix ARG) files." t)
(autoload (function dired-do-grep-find) "igrep"
"*Run ¡ägrep¡ä via ¡äfind¡ä on the marked (or next prefix ARG) directories."
t)


However, when I use the function fgrep or igrep,there is a message saying:
symbol's value as variable is void : grep-null-service.why?

             reply	other threads:[~2003-06-11  8:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-11  8:39 wangyu [this message]
2003-06-11 14:51 ` a problem about igrep Kevin Rodgers

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='bc6pl0$275m$1@mail.cn99.com' \
    --to=wangyu02@mails.tsinghua.edu.cn \
    /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.