>>>>> "Luke" == Luke Kendall <[EMAIL PROTECTED]> writes:
Luke> In Berkeley unix 4.0, many years ago, Robert Henry wrote a Luke> useful utility for developers called "error", which could be Luke> used to insert the body of error messages into the source files, Luke> to make it easier to find and fix the errors. I used to use that, but now I use xemacs's `compilation' mode, or vim's `quickfix' tool, both of which do essentially the same thing (allow you to move the editing cursor to an error at the same time as seeing the error message), but in a nicer way. If you're not using emacs or vi, you're on your own, although some IDEs (eclipse? not sure) can do the same thing and more. -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au ERTOS within National ICT Australia -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
