From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Russell Newsgroups: gmane.emacs.help Subject: Re: M-x grep Date: 28 Apr 2004 10:56:28 -0400 Organization: Cisco Systems Inc. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87fzao2ok2.fsf@herrrossi.mmweg.rwth-aachen.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083167127 14585 80.91.224.253 (28 Apr 2004 15:45:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Apr 2004 15:45:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 28 17:45:17 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIrFM-0003J8-00 for ; Wed, 28 Apr 2004 17:45:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIqaD-0003eF-En for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Apr 2004 11:02:45 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Cache-Post-Path: sj-nntpcache-5!unknown@dhcp-10-86-165-8.cisco.com X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 29 Original-Xref: shelby.stanford.edu gnu.emacs.help:122790 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18080 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18080 Thorsten Bonow writes: > >>>>> "John" == John Russell writes: > > John> I just posted this yesterday but it was deep in another thread so I > John> thought I'd ask again. > > John> Does anyone know what's wrong with the grep function in CVS? > > Hi, > > I'm running an up to date GNU Emacs from CVS and `M-x grep' works for me. > > John> M-x grep gives me > > John> execute-extended-command: Symbol's value as variable is void: > John> grep-mode > > Maybe it's something in your startup files. As you can see in the ChangeLog in > the lisp subdirectory of the CVS tree, grep related things were moved from > `compile.el' to there own file `grep.el'. Maybe something was customized at your > site and the transition wasn't made? > You were right. I didn't properly clean my installation before reinstalling. After a distclean all is well. Thanks for the help John