home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15461 < prev    next >
Encoding:
Text File  |  1992-11-07  |  2.3 KB  |  53 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!decwrl!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: SAS/C 6.00 problems
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <BxAs74.H3H@unx.sas.com>
  8. Date: Fri, 6 Nov 1992 13:59:27 GMT
  9. References: <Bx3GDu.E7z@unx.sas.com> <piet.02u9@okapi.sub.org> <Bx739r.D5v@unx.sas.com> <1992Nov5.181414.23233@cnmss.tredydev.unisys.com>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 39
  13.  
  14.  
  15. In article <1992Nov5.181414.23233@cnmss.tredydev.unisys.com>, efb@cnmss.tredydev.unisys.com (Edward Bacon) writes:
  16. |> Some one recently praised scmsg, and I would like to add my $.02.
  17. |> I really like it and the "openness" it provides to integrate
  18. |> editors, the compiler and make.  I had a few problems using the
  19. |> TurboText scripts provided.  I discovered that you must define the
  20. |> SAS environment (assigns and path) before starting the rxmaster.
  21. |> If you do not do this, build cannot find sc (when started from
  22. |> TurboText).
  23.  
  24. True; lots of people have discovered this.  Glad you figured it out
  25. on your own.  (We learn more about the product from the users every
  26. day 8^)
  27.  
  28. |> NFS: As TurboText has a different port for each document, I would like
  29. |> to set the portname that scmsg uses for the editor in a more dynamic
  30. |> fashion (e.g. by an ENV variable or AREXX command to scmsg).  I have
  31. |> written a script to figure out the document port and use it to goto
  32. |> line number of the selected error, but I'm telling scmsg to talk to
  33. |> AREXX first.
  34.  
  35. There is an undocumented AREXX command in SCMSG that will set the 
  36. AREXX port name.  (It was implemented at the last minute, too late
  37. to document, but it will be documented online in the upcoming 6.1
  38. patch release.)  Use
  39.  
  40.     'opts portname whatever'
  41.  
  42. to set the REXX port name in scmsg.
  43.  
  44. -- 
  45.   *****
  46. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  47.  *|. o.| ||                                          1200/2400/9600 Dual
  48.   | o  |//     For all you do, this bug's for you!
  49.   ====== 
  50. usenet: walker@unx.sas.com                            bix: djwalker 
  51. Any opinions expressed are mine, not those of SAS Institute, Inc.
  52.  
  53.