Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!jarthur!nntp-server.caltech.edu!news From: nolty@kastor.caltech.edu (Bob Nolty) Newsgroups: comp.unix.aix Subject: Emacs compilation-parse-errors function needed Message-ID: <1991Jan24.225718.794@nntp-server.caltech.edu> Date: 24 Jan 91 22:57:18 GMT Sender: news@nntp-server.caltech.edu Reply-To: nolty@kastor.caltech.edu (Bob Nolty) Organization: Caltech Concurrent Supercomputing Facility Lines: 8 Nntp-Posting-Host: kastor.ccsf.caltech.edu With the emacs "compile" command you can save error messages from a compilation in an emacs buffer; then the "next-error" command will visit the appropriate file and line number for each error. This works great if your compiler produces error messages that look like the ones emacs knows about, but the AIX cc error messages are completely different. I'm thinking about rewriting the emacs lisp function called "compilation-parse-errors". Before I do that, is there anyone out there who has already made "next-error" work with AIX cc?