--- Begin Message ---
Subject: |
Re: next-error wrong position in target file |
Date: |
Sun, 11 May 2008 08:52:20 +0800 |
I can reproduce this bug he sent, and encountered it often in the
past but couldn't make a good test case as he just did. Please fix!
--- End Message ---
--- Begin Message ---
Subject: |
Re: next-error wrong position in target file |
Date: |
Mon, 28 Jul 2008 15:44:46 -0400 |
> In Emacs 22.2, the first `next-error' in certain circumstances goes to
> the wrong error line in the target file. With the dummy file foo.txt
> below, and on a 50 line console,
>
> emacs -Q foo.txt
> C-v # page down in foo.txt
> C-x b Ret # back to *scratch* buffer
> M-x compile
> echo 'foo.txt:''150: an error here'
> C-x ` # next-error
>
> => goes to foo.txt with point at line 56
>
> The echo simply produces a compilation buffer claiming an error at
> foo.txt line 150, but then next-error goes to line 56. On a different
> size terminal or under X you get a different wrong position, like line
> 45 or 24.
I've checked in a fix. Thanks.
--- End Message ---