home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vms / 21898 < prev    next >
Encoding:
Text File  |  1993-01-24  |  2.0 KB  |  48 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!caen!uvaarpa!murdoch!hopper!houseman
  3. From: houseman@hopper.ACS.Virginia.EDU (Carl Houseman)
  4. Subject: Print symbiont interpretation of PASTHRU
  5. Message-ID: <1993Jan25.031308.10158@murdoch.acc.Virginia.EDU>
  6. Keywords: SYMBIONT
  7. Sender: usenet@murdoch.acc.Virginia.EDU
  8. Organization: UVA. FREE Public Access UNIX! 
  9. Date: Mon, 25 Jan 1993 03:13:08 GMT
  10. Lines: 36
  11.  
  12. [This is a re-post of an article that somehow got put in as a followup to an
  13. unrelated topic.  I'm still learning trn :-(.  The lack of replies, flaming
  14. or otherwise, convinced me that no one had seen it!  If you had, sorry.]
  15.  
  16. I ran into an oddball problem the other day that made me look stupid (perhaps
  17. true) to the users and questioned DEC's CSC about it.   They claimed it 'had
  18. always worked that way' and sure enough, it was the same in VMS 5.1 as in
  19. 5.5-1.  Funny that it never got me before.  What it is:
  20.  
  21. $ SET TERM LTAx:/PERM/NOTAB/PASTHRU
  22. $ COPY file LTAx:
  23. <file comes out with horizontal tab characters, not spaces>
  24.  
  25. $ INIT/QUE/START/PROC=LATSYM/ON=LTAx: MYPRINTER
  26. $ PRINT/QUE=MYPRINTER file
  27. <file comes out with horizontal tabs translated into spaces>
  28.  
  29. It seems it is necesssary to specify /TAB in addition to /PASTHRU in order
  30. to get the symbiont to pass the tab characters unscathed.
  31.  
  32. When questioned further the CSC said this was because of the symbiont's ability
  33. to create left margins and the need to make sure tabs were aligned.
  34.  
  35. I say /PASTHRU should be the same no matter what.  If I don't want /PASTHRU I
  36. wouldn't use it.  Searching for references in the Gray Wall produced nothing
  37. useful, except to say that TT2$M_PASTHRU caused QIO's to be treated as if
  38. IO$M_NOFORMAT was specified.  That was enough for me.
  39.  
  40. Does anyone else agree that this is, at least, inconsistent behavior?  Worthy
  41. of being called a bug?  Worth of an SPR?  Already SPR'd?
  42.  
  43.  
  44. Carl Houseman
  45. houseman@hopper.acs.virginia.edu  (this address is so new, it may not work)
  46. GENICOM Engineering, Waynesboro, VA
  47. 703-949-1323
  48.