From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: compile.el regexp comments Date: Thu, 25 Mar 2004 08:27:45 +1000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87vfkthoda.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080167749 28490 80.91.224.253 (24 Mar 2004 22:35:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2004 22:35:49 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Mar 24 23:35:36 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6GyF-00012M-00 for ; Wed, 24 Mar 2004 23:35:35 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B6GyF-0008B7-00 for ; Wed, 24 Mar 2004 23:35:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B6GvH-0007bY-Nz for emacs-devel@quimby.gnus.org; Wed, 24 Mar 2004 17:32:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B6GuZ-0007aQ-L8 for emacs-devel@gnu.org; Wed, 24 Mar 2004 17:31:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B6Gu3-0007OH-Hi for emacs-devel@gnu.org; Wed, 24 Mar 2004 17:31:46 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B6Gr8-0006LB-MW for emacs-devel@gnu.org; Wed, 24 Mar 2004 17:28:14 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i2OMRt4u016593 for ; Thu, 25 Mar 2004 09:27:55 +1100 Original-Received: from localhost (ppp106.dyn251.pacific.net.au [203.143.251.106]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i2OMRssf018889 for ; Thu, 25 Mar 2004 09:27:54 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1B6Gqh-00019M-00; Thu, 25 Mar 2004 08:27:47 +1000 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20857 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20857 Umm, have the comments with example error messages matched by the various compilation-error-regexp's quietly disappeared in the new compile.el? No doubt wizards can tell just at a glance what a regexp matches (and is supposed to match), but I thought the samples were a good crib for mere mortals.