* a problem about igrep
@ 2003-06-11 8:39 wangyu
2003-06-11 14:51 ` Kevin Rodgers
0 siblings, 1 reply; 2+ messages in thread
From: wangyu @ 2003-06-11 8:39 UTC (permalink / 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?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: a problem about igrep
2003-06-11 8:39 a problem about igrep wangyu
@ 2003-06-11 14:51 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2003-06-11 14:51 UTC (permalink / raw)
wangyu wrote:
> 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?
Assuming the message actually refers to grep-null-device, you have an old version
of igrep. See
http://groups.google.com/groups?selm=3D4EAF0E.8010107%40ihs.com
--
<a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-11 14:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-11 8:39 a problem about igrep wangyu
2003-06-11 14:51 ` Kevin Rodgers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).