From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: Re: errors from M-x grep Date: Sun, 18 Apr 2004 21:58:09 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <407D0574.8030803@tzi.de> <871xmqectu.fsf-monnier+emacs@gnu.org> <407E8713.6090509@tzi.de> <4E5E2AE6-915E-11D8-A32E-000D93505B76@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082318403 9250 80.91.224.253 (18 Apr 2004 20:00:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Apr 2004 20:00:03 +0000 (UTC) Cc: =?iso-8859-15?q?Andreas_B=FCsching?= , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Apr 18 21:59:55 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 1BFISJ-0000o8-00 for ; Sun, 18 Apr 2004 21:59:55 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BFISJ-0006xc-00 for ; Sun, 18 Apr 2004 21:59:55 +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 1BFIS2-0005om-4d for emacs-devel@quimby.gnus.org; Sun, 18 Apr 2004 15:59:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BFIRE-0005ZS-5V for emacs-devel@gnu.org; Sun, 18 Apr 2004 15:58:48 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BFIQf-0004Uh-4M for emacs-devel@gnu.org; Sun, 18 Apr 2004 15:58:44 -0400 Original-Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BFIQd-0004S1-O6 for emacs-devel@gnu.org; Sun, 18 Apr 2004 15:58:11 -0400 Original-Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BFIQd-0001S2-00; Sun, 18 Apr 2004 21:58:11 +0200 Original-Received: from [80.136.232.83] (helo=ate.maierh) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BFIQd-0006XT-00; Sun, 18 Apr 2004 21:58:11 +0200 Original-Received: by ate.maierh (Postfix, from userid 500) id 4268512B26; Sun, 18 Apr 2004 21:58:09 +0200 (CEST) Original-To: "Jan D." In-Reply-To: <4E5E2AE6-915E-11D8-A32E-000D93505B76@swipnet.se> (Jan D.'s message of "Sun, 18 Apr 2004 19:32:03 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:7f9705e6678292fb4e27195dea438aa3 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:21852 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21852 "Jan D." writes: > I see the error with GTK, Motif, Lucid, no toolkit, no X and on Mac > OSX so it is a lisp problem. > > If you remove the progmodes/grep.elc file in the installed lisp > directory, things work OK. There is obviously a problem with > compiling grep.el, but what is is I don't know. Yes, you are right. I removed the grep.elc file and then all seems to work fine. Andreas, maybe this works for you too. Harald