Juergen Vigna <[EMAIL PROTECTED]> writes:
| >
| > I see only one potential problem with this: the positions stored in
| > the error list will be invalid after insertion of characters in the
| > document, but I am not sure if this is a large problem.
| >
|
| Well as much as I know (X)Emacs goto-next-error has the same problem
| if you update the source and add lines then it is not anymore able to
| find the right one, but maybe we could store the paragraph-id somewhere
| so that it is only a relative pos to this paragraph and so it would just
| not find the right position in the changed paragraph but would in
| > others!
Yes, we will do that. So I tink we should do it even if the error
positons might be wrong after the document in modified. It will happen
only for a few cases, and if you want to fix errors you should do it
top-down and at once when you get the report.
So who wants to implement the dialog?
I can do the rest...
Lgb