From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_B=FCsching?= Newsgroups: gmane.emacs.devel Subject: Re: errors from M-x grep Date: Thu, 15 Apr 2004 14:58:59 +0200 Organization: =?ISO-8859-1?Q?Universit=E4t_Bremen?= Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <407E8713.6090509@tzi.de> References: <407D0574.8030803@tzi.de> <871xmqectu.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1082036279 6318 80.91.224.253 (15 Apr 2004 13:37:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2004 13:37:59 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 15 15:37:51 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 1BE73v-0006MQ-00 for ; Thu, 15 Apr 2004 15:37:51 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BE73u-0004E8-00 for ; Thu, 15 Apr 2004 15:37:50 +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 1BE6f3-0008Lu-CL for emacs-devel@quimby.gnus.org; Thu, 15 Apr 2004 09:12:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BE6Wz-0006w7-2E for emacs-devel@gnu.org; Thu, 15 Apr 2004 09:03:49 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BE6VO-0006W6-Hv for emacs-devel@gnu.org; Thu, 15 Apr 2004 09:02:41 -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 1BE6SQ-0005Nx-DF for emacs-devel@gnu.org; Thu, 15 Apr 2004 08:59:06 -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 i3FCx0pZ026705 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 15 Apr 2004 14:59:01 +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: <871xmqectu.fsf-monnier+emacs@gnu.org> X-Enigmail-Version: 0.83.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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:21685 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21685 Hi, Stefan Monnier wrote: >>When I saw the first posting to this thread I just hoped it will find >>a solution for my problem with M-x grep, but it didn't. > > Apply the usual rule: make distclean bootstrap. I've already had a little private discussion with Kim, who gave me tips like that. What I've done now is the following: - removed my complete working copy of emacs CVS - checked out a fresh copy - ./configure --prefix=/home/crunchy/platform/linuxpc/pkgs/emacs --with-gtk - gmake bootstrap - run emacs -q - M-x grep and the result was the same as before. Any other suggestions? I really would like to get grep back working. hoping for help crunchy