From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] (compilation-error-regexp-alist-alist): added regexps for ruby backtraces, ruby's Test::Unit output, cucumber output. Date: Mon, 02 Aug 2010 15:54:07 +0200 Message-ID: References: <871vbdptnn.fsf@gmail.com> <8739vri0dy.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280757278 25846 80.91.229.12 (2 Aug 2010 13:54:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Aug 2010 13:54:38 +0000 (UTC) Cc: Aleksei Gusev , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 02 15:54:37 2010 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.69) (envelope-from ) id 1OfvTP-0003Mo-EE for ged-emacs-devel@m.gmane.org; Mon, 02 Aug 2010 15:54:35 +0200 Original-Received: from localhost ([127.0.0.1]:51504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfvTO-0003UQ-Ns for ged-emacs-devel@m.gmane.org; Mon, 02 Aug 2010 09:54:34 -0400 Original-Received: from [140.186.70.92] (port=54819 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfvTH-0003TS-1i for emacs-devel@gnu.org; Mon, 02 Aug 2010 09:54:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfvTC-00007A-9j for emacs-devel@gnu.org; Mon, 02 Aug 2010 09:54:26 -0400 Original-Received: from impaqm4.telefonica.net ([213.4.138.4]:38636) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfvTC-00006t-4N for emacs-devel@gnu.org; Mon, 02 Aug 2010 09:54:22 -0400 Original-Received: from IMPmailhost3.adm.correo ([10.20.102.124]) by IMPaqm4.telefonica.net with bizsmtp id pRrS1e00g2h2L9m3QRu9MC; Mon, 02 Aug 2010 15:54:09 +0200 Original-Received: from ceviche.home ([83.61.38.247]) by IMPmailhost3.adm.correo with BIZ IMP id pRu81e0025KwfZf1jRu8ea; Mon, 02 Aug 2010 15:54:09 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="monnier$movistar.es" |auth_email="monnier@movistar.es" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" Original-Received: by ceviche.home (Postfix, from userid 20848) id D2DF466125; Mon, 2 Aug 2010 15:54:07 +0200 (CEST) In-Reply-To: <8739vri0dy.fsf@stupidchicken.com> (Chong Yidong's message of "Sat, 10 Jul 2010 15:48:25 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:128116 Archived-At: > Thanks, checked into the trunk. I think we should only accept such changes after the bug-reporter has made a corresponding bug-report to the tool's maintainers asking them to use the GNU format standard for error/warning messages. Stefan