From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolai Weibull 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 09:52:53 +0100 Message-ID: References: <87k44fvtgo.fsf@turtle.gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1327567986 18654 80.91.229.12 (26 Jan 2012 08:53:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2012 08:53:06 +0000 (UTC) Cc: Lennart Borgman , Stefan Monnier , Emacs-Devel devel To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 26 09:53:00 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 1RqL4l-0004CJ-MX for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2012 09:52:59 +0100 Original-Received: from localhost ([::1]:45605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqL4k-0002YU-84 for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2012 03:52:58 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:36318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqL4h-0002YE-VT for emacs-devel@gnu.org; Thu, 26 Jan 2012 03:52:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqL4g-0003GN-Uc for emacs-devel@gnu.org; Thu, 26 Jan 2012 03:52:55 -0500 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:63389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqL4g-0003GE-Py for emacs-devel@gnu.org; Thu, 26 Jan 2012 03:52:54 -0500 Original-Received: by pbaa12 with SMTP id a12so555354pba.0 for ; Thu, 26 Jan 2012 00:52:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=190zwSz9oBKhe6XjLgox0bmjRgE2nIcDnbfo+EeAdmI=; b=i8eil+40tap7wDCJq51sRXYEAMt+o8TX3nJdSygM/JzM63TOCPiDBkV8heEeLvgqSw fBfTwirz98leA9utqR4pigsK2VXdZcQ5XCwELmBnKX2FLteNhUThRCHEHNfz+w1NyLJP Hu3CEkBgjlEfFzWS203DjdYw62SnBD2+9N9Ak= Original-Received: by 10.68.189.69 with SMTP id gg5mr3500372pbc.41.1327567973280; Thu, 26 Jan 2012 00:52:53 -0800 (PST) Original-Received: by 10.68.136.193 with HTTP; Thu, 26 Jan 2012 00:52:53 -0800 (PST) In-Reply-To: <87k44fvtgo.fsf@turtle.gmx.de> X-Google-Sender-Auth: cQfVWaKc5I_KYuQCF7enxpjiX3M X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:147938 Archived-At: On Thu, Jan 26, 2012 at 08:00, Sven Joachim wrote: > 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". According to http://www.gnu.org/prep/standards/standards.html#Errors its sourcefile:lineno: message and sourcefile:lineno:column: message or sourcefile:lineno.column: message (Note the space between the colon after lineno/column and message.)