From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stuart D. Herring" Newsgroups: gmane.comp.gcc.fortran,gmane.emacs.devel Subject: Re: Emacs and GFortran Date: Tue, 31 Oct 2006 08:06:14 -0800 (PST) Message-ID: <41463.128.165.123.18.1162310774.squirrel@webmail.lanl.gov> References: <45466804.4050608@net-b.de> Reply-To: herring@lanl.gov NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1162310809 932 80.91.229.2 (31 Oct 2006 16:06:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Oct 2006 16:06:49 +0000 (UTC) Cc: "Tobias Burnus" , fortran@gcc.gnu.org, emacs-devel@gnu.org Original-X-From: fortran-return-15357-gcgf-fortran=m.gmane.org@gcc.gnu.org Tue Oct 31 17:06:42 2006 Return-path: Envelope-to: gcgf-fortran@gmane.org Original-Received: from sourceware.org ([209.132.176.174]) by ciao.gmane.org with smtp (Exim 4.43) id 1Gew8L-0004MY-9x for gcgf-fortran@gmane.org; Tue, 31 Oct 2006 17:06:37 +0100 Original-Received: (qmail 26475 invoked by alias); 31 Oct 2006 16:06:35 -0000 Original-Received: (qmail 26466 invoked by uid 22791); 31 Oct 2006 16:06:34 -0000 X-Spam-Status: No, hits=2.5 required=5.0 tests=BAYES_50,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Original-Received: from mailwasher.lanl.gov (HELO mailwasher-b.lanl.gov) (192.65.95.54) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 31 Oct 2006 16:06:19 +0000 Original-Received: from mailrelay3.lanl.gov (mailrelay3.lanl.gov [128.165.4.104]) by mailwasher-b.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id k9VG6GM4026797 for ; Tue, 31 Oct 2006 09:06:16 -0700 Original-Received: from webmail1.lanl.gov (webmail1.lanl.gov [128.165.4.106]) by mailrelay3.lanl.gov (8.13.8/8.13.8/(ccn-5)) with ESMTP id k9VG6Flj000693; Tue, 31 Oct 2006 09:06:16 -0700 Original-Received: from webmail1.lanl.gov (localhost.localdomain [127.0.0.1]) by webmail1.lanl.gov (8.12.11.20060308/8.12.11) with ESMTP id k9VG6F3g014842; Tue, 31 Oct 2006 09:06:15 -0700 Original-Received: (from apache@localhost) by webmail1.lanl.gov (8.12.11.20060308/8.12.11/Submit) id k9VG6ED2014838; Tue, 31 Oct 2006 08:06:14 -0800 X-Authentication-Warning: webmail1.lanl.gov: apache set sender to herring@lanl.gov using -f Original-Received: from 128.165.123.18 (SquirrelMail authenticated user 196434) by webmail.lanl.gov with HTTP; Tue, 31 Oct 2006 08:06:14 -0800 (PST) In-Reply-To: Original-To: "Angelo Graziosi" User-Agent: SquirrelMail/1.4.6-7.el3.7lanl X-Priority: 3 (Normal) Importance: Normal X-PMX-Version: 4.7.1.128075 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Post: List-Help: , Original-Sender: fortran-owner@gcc.gnu.org Xref: news.gmane.org gmane.comp.gcc.fortran:15326 gmane.emacs.devel:61485 Archived-At: > (eval-after-load "compile" > '(setq compilation-error-regexp-alist > (cons '("^\\(?:In\\| In\\) file \\(.+\\):\\([0-9]+\\)" 1 2) > compilation-error-regexp-alist))) No reason for a regexp group here: just begin it with "^ ?In file", or perhaps even "^ *In file", "^[\t\n ]*In file", or "^\s-*In file", depending on the generality desired (and, in the last case, on the syntax table for Compilation mode). Davis -- This product is sold by volume, not by mass. If it appears too dense or too sparse, it is because mass-energy conversion has occurred during shipping.