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

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!caen!uvaarpa!murdoch!hopper!houseman
  3. From: houseman@hopper.ACS.Virginia.EDU (Carl Houseman)
  4. Subject: Print symbiont interpretation of 'PASTHRU'
  5. Message-ID: <1993Jan23.000057.8960@murdoch.acc.Virginia.EDU>
  6. Keywords: SYMBIONT
  7. Sender: usenet@murdoch.acc.Virginia.EDU
  8. Organization: UVA. FREE Public Access UNIX! 
  9. References: <1993Jan22.200938.22220@das.harvard.edu> <C1A6EA.1I1@dscomsa.desy.de>
  10. Date: Sat, 23 Jan 1993 00:00:57 GMT
  11. Lines: 31
  12.  
  13. I ran into an oddball problem the other day that made me look stupid (perhaps
  14. true) to the users and questioned DEC's CSC about it.   They claimed it 'had
  15. always worked that way' and sure enough, it was the same in VMS 5.1 as in
  16. 5.5-1.  Funny that it never got me before.  What it is:
  17.  
  18. $ SET TERM LTAx:/PERM/NOTAB/PASTHRU
  19. $ COPY file LTAx:
  20. <file comes out with horizontal tab characters, not spaces>
  21.  
  22. $ INIT/QUE/START/PROC=LATSYM/ON=LTAx: MYPRINTER
  23. $ PRINT/QUE=MYPRINTER file
  24. <file comes out with horizontal tabs translated into spaces>
  25.  
  26. It seems it is necesssary to specify /TAB in addition to /PASTHRU in order
  27. to get the symbiont to pass the tab characters unscathed.
  28.  
  29. When questioned further the CSC said this was because of the symbiont's ability
  30. to create left margins and the need to make sure tabs were aligned.
  31.  
  32. I say /PASTHRU should be the same no matter what.  If I don't want /PASTHRU I
  33. wouldn't use it.  Searching for references in the Gray Wall produced nothing
  34. useful, except to say that TT2$M_PASTHRU caused QIO's to be treated as if
  35. IO$M_NOFORMAT was specified.  That was enough for me.
  36.  
  37. Has anyone else SPR'd this?
  38.  
  39.  
  40. Carl Houseman
  41. houseman@hopper.acs.virginia.edu
  42. GENICOM Engineering, Waynesboro, VA
  43. 703-949-1323
  44.