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: Mon, 12 Nov 2007 09:55:55 -0800 Message-ID: References: <4737D0A0.4040100@ig.com.br> <200711120401.lAC41Eqs023514@oogie-boogie.ics.uci.edu> <473891EB.3070003@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 1194890346 18027 80.91.229.12 (12 Nov 2007 17:59:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 17:59:06 +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 18:59:09 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 1IrdYp-0002wo-0T for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 18:58:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrdYd-0004qk-0m for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 12:58:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrdYY-0004nd-JU for emacs-devel@gnu.org; Mon, 12 Nov 2007 12:58:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrdYT-0004fj-Lr for emacs-devel@gnu.org; Mon, 12 Nov 2007 12:58:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrdYT-0004fS-B3 for emacs-devel@gnu.org; Mon, 12 Nov 2007 12:58:37 -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 1IrdYO-0005Zy-Bq; Mon, 12 Nov 2007 12:58:32 -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 lACHttHw009278; Mon, 12 Nov 2007 09:55:55 -0800 (PST) In-Reply-To: <473891EB.3070003@ig.com.br> (Vinicius Jose Latorre's message of "Mon, 12 Nov 2007 14:48:27 -0300") Original-Lines: 32 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@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:83067 Archived-At: Vinicius Jose Latorre writes: > Dan Nicolaescu wrote: > > 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. > > > > > Is there any problem if I just installed the patterns > into compile.el as Dan suggests? When you add the patterns to compile.el, can you please add corresponding entries to etc/compilation.txt ?