From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Format of compilation-error-regexp-alist-alist Date: Thu, 16 Mar 2006 00:08:24 +0100 Message-ID: <44189E68.7050806@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142464134 27156 80.91.229.2 (15 Mar 2006 23:08:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Mar 2006 23:08:54 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 16 00:08:52 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FJf6g-0004Et-6J for ged-emacs-devel@m.gmane.org; Thu, 16 Mar 2006 00:08:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FJf6f-0004gH-Lf for ged-emacs-devel@m.gmane.org; Wed, 15 Mar 2006 18:08:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FJf6R-0004bu-TV for emacs-devel@gnu.org; Wed, 15 Mar 2006 18:08:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FJf6Q-0004Yq-DF for emacs-devel@gnu.org; Wed, 15 Mar 2006 18:08:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FJf6Q-0004YT-5X for emacs-devel@gnu.org; Wed, 15 Mar 2006 18:08:26 -0500 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FJfAw-0001nN-Cg for emacs-devel@gnu.org; Wed, 15 Mar 2006 18:13:06 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.070) id 441850BB00013776 for emacs-devel@gnu.org; Thu, 16 Mar 2006 00:08:24 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: Emacs Devel 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:51687 Archived-At: I do not understand the format of `compilation-error-regexp-alist-alist. I can not find in the documentation how the first element in the entries are used. Where is absoft, ada, aix etc used? If I want to add a new entry to the alist for support of a new command what should this new command output to match the names (absoft, ada etc)? Am I missing something in the documentation?