emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#18342: closed (24.3.93; jumping to compilation err


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18342: closed (24.3.93; jumping to compilation error location gives the wrong column)
Date: Wed, 11 Mar 2015 00:20:03 +0000

Your message dated Wed, 11 Mar 2015 03:19:42 +0300
with message-id <address@hidden>
and subject line Re: bug#18342: 24.3.93; jumping to compilation error location 
gives the wrong column
has caused the debbugs.gnu.org bug report #18342,
regarding 24.3.93; jumping to compilation error location gives the wrong column
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18342: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18342
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.93; jumping to compilation error location gives the wrong column Date: Thu, 28 Aug 2014 14:31:37 +0400
In GNU Emacs 24.3.93.1 (x86_64-apple-darwin13.3.0)
Repository revision: 117453 address@hidden

When stepping through compilation errors `C-x `' jumps to a code
location with correct line, but incorrect column: it actually jumps to a
column previous to the right one.  Checked with emacs -Q and Java files
compilation.

Emacs is built from current emacs-24 bzr branch.

-- 

    Filipp



--- End Message ---
--- Begin Message --- Subject: Re: bug#18342: 24.3.93; jumping to compilation error location gives the wrong column Date: Wed, 11 Mar 2015 03:19:42 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin)
On 06/03/2015 12:54 -0500, Stefan Monnier wrote:

>> Regarding `compilation-error-regexp-alist', the
>> `compilation-first-column' probably could be there, but then it should
>> be something like `compilation-compiler-var-alist' instead :)
>
> I tend to agree that the "first-column" info should probably be placed
> alongside the regexp (same for compilation-error-screen-columns, BTW).
>
>> There are unclear cases e.g. with maven: what if we use Oracle JDK which
>> outputs columns beginning with 0 and then change to another JDK which
>> outputs beginning with 1?  Would maven correct it's output?  I doubt so.
>> Then we should have two items in the alist: maven-oracle and maven-smth.
>
> Indeed, there are "hard" cases.  Luckily, column positions usually
> aren't so terribly important, so being off by a few chars is annoying
> but bearable.

It's even worse, as I've just discovered: we have a "checkstyle" plugin
for Maven which, yes, checks style.  And maven outputs its errors with
differently based column numbers (starting with one).  This and javac
invocation happens within one compilation, so it seems currently we have
no way of distinguishing between them and applying different settings.

Anyway, I'm closing this bug for now.

Filipp


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]