From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: [user42@zip.com.au: compilation regexps for perl and weblint] Date: Sun, 11 Nov 2007 20:01:14 -0800 Message-ID: <200711120401.lAC41Eqs023514@oogie-boogie.ics.uci.edu> References: <4737D0A0.4040100@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194840110 26246 80.91.229.12 (12 Nov 2007 04:01:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 04:01:50 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Vinicius Jose Latorre Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 12 05:01:54 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IrQUh-0005m4-QF for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 05:01:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrQUW-00020w-07 for ged-emacs-devel@m.gmane.org; Sun, 11 Nov 2007 23:01:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrQUR-00020f-Tr for emacs-devel@gnu.org; Sun, 11 Nov 2007 23:01:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrQUP-000204-B3 for emacs-devel@gnu.org; Sun, 11 Nov 2007 23:01:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrQUP-0001zx-7d for emacs-devel@gnu.org; Sun, 11 Nov 2007 23:01:33 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IrQUJ-0002lb-Pf; Sun, 11 Nov 2007 23:01:28 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id lAC41Eqs023514; Sun, 11 Nov 2007 20:01:14 -0800 (PST) In-Reply-To: <4737D0A0.4040100@ig.com.br> (Vinicius Jose Latorre's message of "Mon\, 12 Nov 2007 01\:03\:44 -0300") Original-Lines: 23 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.564, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_72 0.60, MAILTO_TO_SPAM_ADDR 0.28) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:83016 Archived-At: Vinicius Jose Latorre writes: > Richard Stallman wrote: > > Would someone please install these error patterns in the trunk, > > if they are correct? (I cannot tell if they are correct.) > > > > We have papers from Kevin Ryde. > > > > Installed in the trunk. Both new files do something like: ;;;###autoload (eval-after-load "compile" '(require 'compilation-perl)) the goal is just to add some patterns to compilation-error-regexp-alist*. Isn't this ugly? For an outside package this is OK. But IMHO when including this stuff in emacs it might be a better idea to just add the patterns to compile.el and be done with it.