From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reto Zimmermann Newsgroups: gmane.emacs.devel Subject: filename with new compile.el Date: Wed, 03 Oct 2012 20:05:30 +0200 Message-ID: <506C7E6A.7010702@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349287587 20893 80.91.229.3 (3 Oct 2012 18:06:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2012 18:06:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 03 20:06:32 2012 Return-path: Envelope-to: ged-emacs-devel@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 1TJTKM-0008Eb-Cr for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2012 20:05:46 +0200 Original-Received: from localhost ([::1]:59313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJTKG-0006pb-M5 for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2012 14:05:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJTKA-0006o9-IO for emacs-devel@gnu.org; Wed, 03 Oct 2012 14:05:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJTK9-0005QL-FV for emacs-devel@gnu.org; Wed, 03 Oct 2012 14:05:34 -0400 Original-Received: from kiruna.synopsys.com ([198.182.44.80]:49288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJTK9-0005OF-8o for emacs-devel@gnu.org; Wed, 03 Oct 2012 14:05:33 -0400 Original-Received: from mailhost.synopsys.com (unknown [10.9.202.240]) by kiruna.synopsys.com (Postfix) with ESMTP id 00F82FCDF for ; Wed, 3 Oct 2012 11:05:31 -0700 (PDT) Original-Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id CE5602CF for ; Wed, 3 Oct 2012 11:05:31 -0700 (PDT) Original-Received: from [10.12.180.212] (reto-e6420.internal.synopsys.com [10.12.180.212]) by mailhost.synopsys.com (Postfix) with ESMTP id 5F9332CE for ; Wed, 3 Oct 2012 11:05:31 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 X-detected-operating-system: by eggs.gnu.org: Solaris 8 (1) X-Received-From: 198.182.44.80 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154023 Archived-At: Hi, I would like to ask the author of the new compile.el how filenames are obtained when they are not part of the error message, but instead just printed out once at the beginning of a compile. In the old compile.el there was variable compilation-file-regexp-alist for this purpose. From the comments for variable compilation-error-regexp-alist it sounds like this type of filename parsing is still possible but I can't figure out how. There doesn't seem to be an example for this in the predefined regexp settings. Any hint at how this can be done? I need this to update vhdl-mode.el. Thanks, Reto