home *** CD-ROM | disk | FTP | other *** search
- Organization: Carnegie Mellon, Pittsburgh, PA
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!<UNAUTHENTICATED>+
- Newsgroups: comp.sys.amiga.programmer
- Message-ID: <QfAF4Du00hsB0fL29I@cs.cmu.edu>
- Date: Thu, 17 Dec 1992 18:45:19 -0500
- From: Michael Witbrock <mjw+@cs.cmu.edu>
- Subject: Re: Emacs and SAS/C
- In-Reply-To: <KOPNICKY.92Dec15025822@great-gray.owlnet.rice.edu>
- References: <KOPNICKY.92Dec15025822@great-gray.owlnet.rice.edu>
- Lines: 31
-
- Excerpts from netnews.comp.sys.amiga.programmer: 15-Dec-92 Emacs and
- SAS/C Lyle Warren Kopnicky@gre (811)
-
- > I have just recently purchased SAS/C 6.0 and I know it allows you to
- > use whatever editor you wish. This can be accomplished by changing a
- > tooltype or something. But don't you also have to change the
- > appropriate ARexx scripts for use with the message browser? I'm using
- > gnuemacs. If anyone had the appropriate scripts, it would be very
- > helpful. Thanks.
-
- > --
- > +----------------------------Ren & Stimpy--------------------------------+
- > | "Psst. Hey Guido. It's all so clear to me now. I'm the keeper of the |
- > | cheese. And you're the lemon merchant. Get it? And he knows it. That's |
- > | why he's gonna kill us. So we gotta beat it. Yeah. Before he lets |
- > | loose the marmosets on us! Don't worry, little missy! I'll save you!" |
- > +--------------- Quantum Seep -- kopnicky@owlnet.rice.edu ---------------+
-
- You don't need scripts, just editor commands, which in gnuemacs are
- emacs-lisp function calls
- something like
- (find-file "%f")
- (goto-line %l)
- etc in the appropriate places (there is a menu in the message browser
- that lets you fix them, but prior to v6.1, it would forget them again,
- so upgrade with the patch first).
- sorry this is a bit sketchy, I'm not at home near my amiga
-
- p.s. if anyone has written a really spiffy compile mode for gnuemacs and
- sas c, I'm sure lots of people woule like to see it.
- michael
-