[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shouldn't it be easier to find info on how to learn Emacs to recogni
From: |
Nikolai Weibull |
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 |
On Thu, Jan 26, 2012 at 08:00, Sven Joachim <address@hidden> wrote:
> On 2012-01-26 07:04 +0100, Lennart Borgman wrote:
>> On Thu, Jan 26, 2012 at 03:13, Stefan Monnier <address@hidden> 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.)