home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / programm / 17496 < prev    next >
Encoding:
Text File  |  1992-12-18  |  1.9 KB  |  43 lines

  1. Organization: Carnegie Mellon, Pittsburgh, PA
  2. 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>+
  3. Newsgroups: comp.sys.amiga.programmer
  4. Message-ID: <QfAF4Du00hsB0fL29I@cs.cmu.edu>
  5. Date: Thu, 17 Dec 1992 18:45:19 -0500 
  6. From: Michael Witbrock <mjw+@cs.cmu.edu>
  7. Subject: Re: Emacs and SAS/C
  8. In-Reply-To: <KOPNICKY.92Dec15025822@great-gray.owlnet.rice.edu>
  9. References: <KOPNICKY.92Dec15025822@great-gray.owlnet.rice.edu>
  10. Lines: 31
  11.  
  12. Excerpts from netnews.comp.sys.amiga.programmer: 15-Dec-92 Emacs and
  13. SAS/C Lyle Warren Kopnicky@gre (811)
  14.  
  15. > I have just recently purchased SAS/C 6.0 and I know it allows you to
  16. > use whatever editor you wish.  This can be accomplished by changing a
  17. > tooltype or something.  But don't you also have to change the
  18. > appropriate ARexx scripts for use with the message browser?  I'm using
  19. > gnuemacs.  If anyone had the appropriate scripts, it would be very
  20. > helpful.  Thanks.
  21.  
  22. > --
  23. > +----------------------------Ren & Stimpy--------------------------------+
  24. > | "Psst. Hey Guido. It's all so clear to me now. I'm the keeper of the   |
  25. > | cheese. And you're the lemon merchant. Get it? And he knows it. That's |
  26. > | why he's gonna kill us. So we gotta beat it. Yeah. Before he lets      |
  27. > | loose the marmosets on us! Don't worry, little missy! I'll save you!"  |
  28. > +--------------- Quantum Seep -- kopnicky@owlnet.rice.edu ---------------+
  29.  
  30. You don't need scripts, just editor commands, which in gnuemacs are
  31. emacs-lisp function calls
  32. something like  
  33. (find-file "%f")
  34. (goto-line %l)
  35. etc in the appropriate places (there is a menu in the message browser
  36. that lets you fix them, but prior to v6.1, it would forget them again,
  37. so upgrade with the patch first).
  38. sorry this is a bit sketchy, I'm not at home near my amiga
  39.  
  40. p.s. if anyone has written a really spiffy compile mode for gnuemacs and
  41. sas c, I'm sure lots of people woule like to see it.
  42. michael
  43.