emacs-devel
[Top][All Lists]
Advanced

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

Re: new compile command doesn't coalesce errors on the same line


From: Kim F. Storm
Subject: Re: new compile command doesn't coalesce errors on the same line
Date: 29 Mar 2004 00:59:08 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

address@hidden (Daniel Pfeiffer) writes:

> How about intervening lines, as a compiler at work gives me?  Are these still
> contiguous:
> 
> a.c:9: bla bla
>       bla bla happened here:
>       y = f( x );
>                  ^
> a.c:9: foo bar ...

IMHO, to keep things simple, I would say no.

> 
> I guess we'd need to limit the height of a contiguous block to the (most
> recently) visible lines, and ignore anything else there is within that area.

All of this sounds overly complicated.

Can't it simply be done by saying that if two or more consecutive
lines points to the same source line, it shall ignore all but the first one.


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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