[Top][All Lists]
[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
- Re: new compile command doesn't coalesce errors on the same line, (continued)
- Re: new compile command doesn't coalesce errors on the same line, Richard Stallman, 2004/03/21
- Re: new compile command doesn't coalesce errors on the same line, Richard Stallman, 2004/03/21
- Re: new compile command doesn't coalesce errors on the same line, Daniel Pfeiffer, 2004/03/21
- Re: new compile command doesn't coalesce errors on the same line, Richard Stallman, 2004/03/22
- Re: new compile command doesn't coalesce errors on the same line, Daniel Pfeiffer, 2004/03/23
- Re: new compile command doesn't coalesce errors on the same line, Richard Stallman, 2004/03/24
- Re: new compile command doesn't coalesce errors on the same line, Daniel Pfeiffer, 2004/03/28
- Re: new compile command doesn't coalesce errors on the same line, Stefan Monnier, 2004/03/28
- Re: new compile command doesn't coalesce errors on the same line,
Kim F. Storm <=
- Re: new compile command doesn't coalesce errors on the same line, David Kastrup, 2004/03/28
- Re: new compile command doesn't coalesce errors on the same line, Richard Stallman, 2004/03/29
- Re: new compile command doesn't coalesce errors on the same line, Daniel Pfeiffer, 2004/03/31
Re: new compile command doesn't coalesce errors on the same line, Daniel Pfeiffer, 2004/03/17