Path: utzoo!mnetor!uunet!mcvax!ukc!reading!onion!cf-cm!ralph From: ralph@computing-maths.cardiff.ac.uk (Ralph Martin) Newsgroups: comp.sys.mac Subject: Re: Is there a way to get line numbers in MPW? Message-ID: <232@cf-cm.UUCP> Date: 18 Mar 88 08:13:14 GMT References: <2060@phoenix.Princeton.EDU> <7678@apple.Apple.Com> Organization: Univ. Coll. Cardiff, Cardiff, WALES, UK. Lines: 11 In-reply-to: rmh@Apple.COM's message of 14 Mar 88 22:24:58 GMT Posting-Front-End: GNU Emacs 18.47.1 of Mon Nov 23 1987 on v1 (berkeley-unix) While people are right in saying that hitting enter on the error report does jump to the given line, they are right only in a limited way. This mechanism is not really smart enough. If you have two or more errors, and in correcting the first one, you increase/decrease the number of lines in the file, hitting enter on the second error report takes you to the wrong place. The mechanism needs to be more subtle, and take you to the line IN THE ORIGINAL file with that line number, not the LINE IN THE EDITED FILE. I have seen systems which get this right. Perhaps Apple could look into making this a bit smarter in future versions of MPW.