Date: Thu, 4 May 95 00:11 MDT From: mat AT ardi DOT com (Mat Hostetter) To: RDC Cc: Bill Sakoda , djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: messages scroll off screen References: <9505021755 DOT AA09953 AT vision5> >>>>> "RDC" == RDC writes: RDC> I use an enormously huge list of switches to activate every RDC> possible error and warning and then knock them out as I run RDC> through the second pass (some- times it takes more than 2 RDC> tries, Bill); by saving them to a file and using TurboC to RDC> hold the errors in one window and the '.C' in another I can RDC> go through the whole program, make the fixes and even get RDC> TurboC to take a look at it too ! - Then I go -back- the the RDC> _REAL_ .C compiler, of course. I cross-compile under Linux, and I just do "M-x compile" under emacs. "C-x `" steps me through all the warning messages and errors from that "make" one at a time, bringing up the right file for me and putting me on the right line so I can fix the problem. emacs is great. -Mat