From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernhard Herzog Newsgroups: gmane.emacs.devel Subject: Re: compilation mode does not parse error messages from ant correctly Date: Tue, 03 Jun 2008 17:06:40 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212505648 13934 80.91.229.12 (3 Jun 2008 15:07:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2008 15:07:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 03 17:08:00 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3Y6t-0003Oq-5N for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 17:07:39 +0200 Original-Received: from localhost ([127.0.0.1]:50066 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3Y66-0004jF-Vk for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 11:06:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3Y60-0004hn-DI for emacs-devel@gnu.org; Tue, 03 Jun 2008 11:06:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3Y5y-0004gz-GD for emacs-devel@gnu.org; Tue, 03 Jun 2008 11:06:43 -0400 Original-Received: from [199.232.76.173] (port=37886 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3Y5y-0004gu-7R for emacs-devel@gnu.org; Tue, 03 Jun 2008 11:06:42 -0400 Original-Received: from aktaia.intevation.org ([212.95.126.10]:34451 helo=kolab.intevation.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3Y5y-0004YJ-My for emacs-devel@gnu.org; Tue, 03 Jun 2008 11:06:42 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id 3157D4905F; Tue, 3 Jun 2008 17:06:41 +0200 (CEST) X-Virus-Scanned: by amavisd-new at intevation.de Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id A44124CE70; Tue, 3 Jun 2008 17:06:40 +0200 (CEST) Original-Received: from thoe.hq.intevation.de (thoe.hq.intevation.de [192.168.11.35]) by kolab.intevation.de (Postfix) with SMTP id 95C184905F; Tue, 3 Jun 2008 17:06:40 +0200 (CEST) Original-Received: (nullmailer pid 6794 invoked by uid 10008); Tue, 03 Jun 2008 15:06:40 -0000 In-Reply-To: (Stefan Monnier's message of "Tue, 03 Jun 2008 10:49:34 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98301 Archived-At: Stefan Monnier writes: > If you'd used M-x report-emacs-bug, I wouldn't need to ask: what version > of Emacs was that? I've installed a patch recently which rules out " /" > from some filenames and should have fixed this problem. I though it was the from CVS HEAD this morning, but as it turns out it was from April. With the compilation-error-regexp-alist-alist from CVS HEAD it works fine. Sorry for the noise. Bernhard