all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Ryde <user42@zip.com.au>
To: bug-gnu-emacs@gnu.org
Subject: next-error wrong position in target file
Date: Thu, 08 May 2008 09:37:54 +1000	[thread overview]
Message-ID: <87iqxp7kj1.fsf@blah.blah> (raw)

[-- Attachment #1: Type: text/plain, Size: 2068 bytes --]

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.

The recipe above is rather specific, there's all sorts of ways it works
correctly.  If you don't scroll-up, or if you leave foo.txt the current
buffer, then it's fine.  I've struck this on various occasions without
ever being able to reproduce it, since a second try in the same session
goes ok!  My recent-ish build of the current emacs cvs head still seems
to have the problem too, whatever it is.



In GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.3)
 of 2008-04-11 on raven, modified by Debian
configured using `configure  '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.2/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.2/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_AU
  locale-coding-system: iso-8859-1
  default-enable-multibyte-characters: t



[-- Attachment #2: foo.txt --]
[-- Type: text/plain, Size: 1692 bytes --]

1 blah
2 blah
3 blah
4 blah
5 blah
6 blah
7 blah
8 blah
9 blah
10 blah
11 blah
12 blah
13 blah
14 blah
15 blah
16 blah
17 blah
18 blah
19 blah
20 blah
21 blah
22 blah
23 blah
24 blah
25 blah
26 blah
27 blah
28 blah
29 blah
30 blah
31 blah
32 blah
33 blah
34 blah
35 blah
36 blah
37 blah
38 blah
39 blah
40 blah
41 blah
42 blah
43 blah
44 blah
45 blah
46 blah
47 blah
48 blah
49 blah
50 blah
51 blah
52 blah
53 blah
54 blah
55 blah
56 blah
57 blah
58 blah
59 blah
60 blah
61 blah
62 blah
63 blah
64 blah
65 blah
66 blah
67 blah
68 blah
69 blah
70 blah
71 blah
72 blah
73 blah
74 blah
75 blah
76 blah
77 blah
78 blah
79 blah
80 blah
81 blah
82 blah
83 blah
84 blah
85 blah
86 blah
87 blah
88 blah
89 blah
90 blah
91 blah
92 blah
93 blah
94 blah
95 blah
96 blah
97 blah
98 blah
99 blah
100 blah
101 blah
102 blah
103 blah
104 blah
105 blah
106 blah
107 blah
108 blah
109 blah
110 blah
111 blah
112 blah
113 blah
114 blah
115 blah
116 blah
117 blah
118 blah
119 blah
120 blah
121 blah
122 blah
123 blah
124 blah
125 blah
126 blah
127 blah
128 blah
129 blah
130 blah
131 blah
132 blah
133 blah
134 blah
135 blah
136 blah
137 blah
138 blah
139 blah
140 blah
141 blah
142 blah
143 blah
144 blah
145 blah
146 blah
147 blah
148 blah
149 blah
150 blah
151 blah
152 blah
153 blah
154 blah
155 blah
156 blah
157 blah
158 blah
159 blah
160 blah
161 blah
162 blah
163 blah
164 blah
165 blah
166 blah
167 blah
168 blah
169 blah
170 blah
171 blah
172 blah
173 blah
174 blah
175 blah
176 blah
177 blah
178 blah
179 blah
180 blah
181 blah
182 blah
183 blah
184 blah
185 blah
186 blah
187 blah
188 blah
189 blah
190 blah
191 blah
192 blah
193 blah
194 blah
195 blah
196 blah
197 blah
198 blah
199 blah
200 blah

             reply	other threads:[~2008-05-07 23:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87iqup6bf5.fsf@stupidchicken.com>
2008-05-07 23:37 ` Kevin Ryde [this message]
2008-07-28 19:50   ` bug#197: marked as done (next-error wrong position in target file) Emacs bug Tracking System
     [not found] <mailman.11313.1210203492.18990.bug-gnu-emacs@gnu.org>
2008-05-11  0:52 ` bug#216: next-error wrong position in target file jidanni
2008-07-28 19:50   ` bug#216: marked as done (next-error wrong position in target file) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iqxp7kj1.fsf@blah.blah \
    --to=user42@zip.com.au \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.