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 13:47:51 +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> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1082289713 8755 80.91.224.253 (18 Apr 2004 12:01:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Apr 2004 12:01:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Apr 18 14:01:43 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 1BFAzX-0004KA-00 for ; Sun, 18 Apr 2004 14:01:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BFAzX-0000pR-00 for ; Sun, 18 Apr 2004 14:01:43 +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 1BFAtb-0005Y9-G9 for emacs-devel@quimby.gnus.org; Sun, 18 Apr 2004 07:55:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BFAnf-0004Hi-9o for emacs-devel@gnu.org; Sun, 18 Apr 2004 07:49:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BFAmt-0003uU-2f for emacs-devel@gnu.org; Sun, 18 Apr 2004 07:49:10 -0400 Original-Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BFAmI-0003Jl-7c for emacs-devel@gnu.org; Sun, 18 Apr 2004 07:48:02 -0400 Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BFAm9-00011V-00; Sun, 18 Apr 2004 13:47:53 +0200 Original-Received: from [80.136.238.136] (helo=ate.maierh) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BFAm9-00058C-00; Sun, 18 Apr 2004 13:47:53 +0200 Original-Received: by ate.maierh (Postfix, from userid 500) id 5201F180F0; Sun, 18 Apr 2004 13:47:52 +0200 (CEST) Original-To: =?iso-8859-15?q?Andreas_B=FCsching?= In-Reply-To: <407E8713.6090509@tzi.de> (Andreas =?iso-8859-15?q?B=FCsching's?= message of "Thu, 15 Apr 2004 14:58:59 +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:21841 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21841 Andreas B=FCsching writes: > 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. > Any other suggestions? I really would like to get grep back working. I too see this problem if I configure cvs-emacs with the --with-gtk option. With the --with-x-toolkit=3Dmotif option 'grep' works fine. Harald