Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!cbmvax!darren From: darren@cbmvax.commodore.com (Darren Greenwald) Newsgroups: comp.sys.amiga.programmer Subject: Re: QED & SAS/C Message-ID: <22114@cbmvax.commodore.com> Date: 3 Jun 91 14:20:46 GMT References: Reply-To: darren@cbmvax.commodore.com (Darren Greenwald) Organization: Commodore, West Chester, PA Lines: 19 In article undrground!ryan@amix.commodore.com (Ryan Sheftel) writes: >I am trying to link my SAS/C compiler to the QED editor. I can execute >everything with scripts, but I would like the SAS/C complier to report >line numbers to me like it does with the lousy LSE editor. I have no idea >what this option is. Perhaps someone knows if the editor has an ARExx >port? Maybe? Anyone else link the SAS/C compiler to QED, or any other >editor for that matter? > > >---------- >Ryan Sheftel > >UUCP: uunet!cbmvax!amix!undrground!ryan >Internet: undrground!ryan@amix.commodore.com Yes, QED has an ARexx port - you'll have to get the line numbers to it of course. Once you have the line number, use the GOTO [line][column] command to position the cursor. Both arguments are optional, but obviously you'll at least want to give the line number.