From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBCw7xzY2hpbmc=?= Newsgroups: gmane.emacs.devel Subject: Re: errors from M-x grep Date: Wed, 14 Apr 2004 11:33:40 +0200 Organization: =?UTF-8?B?VW5pdmVyc2l0w6R0IEJyZW1lbg==?= Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <407D0574.8030803@tzi.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1081936179 4106 80.91.224.253 (14 Apr 2004 09:49:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Apr 2004 09:49:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 14 11:49:32 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDh1P-0000BI-00 for ; Wed, 14 Apr 2004 11:49:31 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDh1P-00070n-00 for ; Wed, 14 Apr 2004 11:49:31 +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 1BDgoE-0002Z6-PK for emacs-devel@quimby.gnus.org; Wed, 14 Apr 2004 05:35:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BDgmn-00021s-0p for emacs-devel@gnu.org; Wed, 14 Apr 2004 05:34:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BDgmF-0001e9-Tv for emacs-devel@gnu.org; Wed, 14 Apr 2004 05:34:23 -0400 Original-Received: from [134.102.224.4] (helo=informatik.uni-bremen.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BDgmE-0001WL-HD for emacs-devel@gnu.org; Wed, 14 Apr 2004 05:33:50 -0400 Original-Received: from tzi.de (dataman.informatik.uni-bremen.de [134.102.218.127]) (authenticated bits=0) by informatik.uni-bremen.de (8.12.11/8.12.11) with ESMTP id i3E9Xe3c029841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 14 Apr 2004 11:33:46 +0200 (MEST) User-Agent: Mozilla Thunderbird 0.5+ (X11/20040414) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org In-Reply-To: X-Enigmail-Version: 0.83.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-MIME-Autoconverted: from 8bit to quoted-printable by informatik.uni-bremen.de id i3E9Xe3c029841 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21620 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21620 Hi, When I saw the first posting to this thread I just hoped it will find a=20 solution for my problem with M-x grep, but it didn't. I have a problem with the grep function that I can not solve with my=20 knowledge about lisp. To reproduce it I do the following steps. - run emacs -q - optionally open a file - M-x grep The result is the following error message: Loading grep... execute-extended-command: Symbol's value as variable is void: grep-mode I hope the following debug output does help Debugger entered--Lisp error: (void-variable grep-mode) byte-code("=C3=86=08=C3=87=C3=88p=C2=89=11=C3=89=C3=83!=C2=88\n=C2=89=13= =C3=89=C3=85!=C2=88\f=C2=89=15&=06=C2=87" [grep-mode grep-last-buffer=20 grep-hit-face compilation-error-face grep-regexp-alist=20 compilation-error-regexp-alist define-compilation-mode "Grep" "Sets=20 `grep-last-buffer' and `compilation-window-height'." make-local-variable]= 8) (grep) eval((grep)) eval-expression((grep)) debugger-eval-expression((grep)) Can anyone help me? crunchy