From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: Re: tex-compilation-parse-errors misses new-style error messages Date: Mon, 17 Sep 2007 03:05:38 -0400 Message-ID: References: <86sl5nqg1w.fsf@macs.hw.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190014111 5659 80.91.229.12 (17 Sep 2007 07:28:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Sep 2007 07:28:31 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Joe Wells Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 17 09:28:26 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IXB1u-0004jm-AV for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Sep 2007 09:28:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXB1s-0005IE-UG for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Sep 2007 03:28:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXB1r-0005Gq-3x for bug-gnu-emacs@gnu.org; Mon, 17 Sep 2007 03:28:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXB1p-0005G2-LC for bug-gnu-emacs@gnu.org; Mon, 17 Sep 2007 03:28:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXB1p-0005Fy-A8 for bug-gnu-emacs@gnu.org; Mon, 17 Sep 2007 03:28:21 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXB1p-0008JG-2V for bug-gnu-emacs@gnu.org; Mon, 17 Sep 2007 03:28:21 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IXAfq-0008It-RU; Mon, 17 Sep 2007 03:05:38 -0400 X-Spook: AGT. AMME Saddam Hussein AUTODIN PLO S Box Exon Shell X-Ran: BAjD,D^Lg0'cka:jQTM&3,&L(\%b"y>wq,Ew\I\PQrNGzj'*/8H,5gKVER"B;7o:USa#6i X-Hue: green X-Attribution: GM In-Reply-To: <86sl5nqg1w.fsf@macs.hw.ac.uk> (Joe Wells's message of "Mon, 10 Sep 2007 05:51:07 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16560 Archived-At: Joe Wells wrote: > in tex-compilation-parse-errors should be replace by a regexp like the > following one: > > "^\\(?:[^:\n]+:[[:digit:]]+:\\|!\\) " Thanks. I've applied that... > An additional change that might be made is to use the file name > matched by my suggested regexp when a new-style error message is seen. ...and implemented that.