From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: Shouldn't it be easier to find info on how to learn Emacs to recognize compiler output? Date: Thu, 26 Jan 2012 08:00:39 +0100 Message-ID: <87k44fvtgo.fsf@turtle.gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1327561257 10348 80.91.229.12 (26 Jan 2012 07:00:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2012 07:00:57 +0000 (UTC) Cc: Stefan Monnier , Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 26 08:00:53 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RqJKH-0001ZC-4h for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2012 08:00:53 +0100 Original-Received: from localhost ([::1]:42345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqJKG-0001Uo-D2 for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2012 02:00:52 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqJK8-0001Uf-Ev for emacs-devel@gnu.org; Thu, 26 Jan 2012 02:00:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqJK7-0007VO-C6 for emacs-devel@gnu.org; Thu, 26 Jan 2012 02:00:44 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:52181) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RqJK6-0007Ul-R1 for emacs-devel@gnu.org; Thu, 26 Jan 2012 02:00:43 -0500 Original-Received: (qmail invoked by alias); 26 Jan 2012 07:00:40 -0000 Original-Received: from p4FC76414.dip.t-dialin.net (EHLO turtle.gmx.de) [79.199.100.20] by mail.gmx.net (mp022) with SMTP; 26 Jan 2012 08:00:40 +0100 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1+2Ftg815q27hd+AZ0JWnd1QQnhy4snKQ1ENQH9z9 nEPMXMYWdiXnJG Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id 1952E3F49D; Thu, 26 Jan 2012 08:00:39 +0100 (CET) In-Reply-To: (Lennart Borgman's message of "Thu, 26 Jan 2012 07:04:50 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147935 Archived-At: On 2012-01-26 07:04 +0100, Lennart Borgman wrote: > On Thu, Jan 26, 2012 at 03:13, Stefan Monnier wrote: >>> - What is the normal formatting of compilation errors called? >> >> The one we recommend is the GNU standard (looks like "file:line:message"). > > Thanks. And if they want to give the column? They should use "file:line:column:message". Sven