From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: help needed for extending compilation-error-regexp-alist Date: Thu, 27 Sep 2012 09:29:11 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348752716 30527 80.91.229.3 (27 Sep 2012 13:31:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2012 13:31:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 27 15:32:02 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1THEC6-0006J6-Ll for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Sep 2012 15:31:58 +0200 Original-Received: from localhost ([::1]:42002 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THEC1-00057s-EK for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Sep 2012 09:31:53 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe21.iad.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) Cancel-Lock: sha1:ZX0HfWYc4CVkjo6jaNhEG7Z5Q1U= Original-Lines: 14 Original-X-Complaints-To: abuse@UsenetServer.com Original-NNTP-Posting-Date: Thu, 27 Sep 2012 13:29:11 UTC X-Received-Bytes: 1241 Original-Xref: usenet.stanford.edu gnu.emacs.help:194612 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86948 Archived-At: >> Emacs 2.14 compile mode does not understand this format. I have tried BTW, compile.el in Emacs<22 (I assume 2.14 was meant to be 21.4) is quite different from the version in use now and anchors all its regexps at the beginning of a line. So I recommend you upgrade, or otherwise I recommend you use something like "^cf90.*?File = \\([^ ,\n]*\\), Line = \\([0-9]+\\)," instead (the "^" is redundant in 21.4 but its absence could lead to performance problems in 22 and up). Stefan