all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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:&lt;kevin.rodgers&#64;ihs.com&gt;">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

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.