home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / vms / 17825 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  2.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!netsys!agate!ucbvax!mhs.attmail.com!simons/G=Colin/I=CB/S=Sewell/O=H.A.Simons.Ltd/OU=CORP
  2. From: simons/G=Colin/I=CB/S=Sewell/O=H.A.Simons.Ltd/OU=CORP@mhs.attmail.com
  3. Newsgroups: comp.os.vms
  4. Subject: Re: SET TERM/INQUIRE
  5. Message-ID: <9211120400.AA10408@ucbvax.Berkeley.EDU>
  6. Date: 12 Nov 92 02:50:01 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 57
  11.  
  12. FRED W. BACH writes:
  13.  
  14. |In article <9211031433.01@klnet.UUCP>, klovatt@klnet.UUCP (Keith Lovatt) writes...
  15. |>FRED W. BACH (music@erich.triumf.ca) wrote:
  16. |>:    We have just found out that SET TERMINAL/INQUIRE should not be followed
  17. |>:  immediately by another SET TERM command.  Depending on system and network
  18. |>:  overhead, there is about a 75% chance that the second command will be
  19. |>:  totally ignored.  The effect is very reproducible.
  20. |
  21. |  And then he answers
  22. |> 
  23. |>Why not just put it all on one line? ie 
  24. |> 
  25. |>$ SET TERM/INQURE/NOTAB/NOFORM
  26. |> 
  27. |>This works just fine for us.
  28. |>Keith Lovatt                     |    Scarborough, Ontario, Canada
  29. |
  30. |    I seem to remember from a long time ago that SET TERM/INQUIRE
  31. | *was* supposed to be used in its naked form and not combined with 
  32. | other SET TERM statements.  I have no way of checking whether this
  33. | restriction was ever true or not.
  34. |
  35. |   I don't think the SET TERM/INQUIRE/DEV=vt200/PAGE=28 is reliable in 
  36. | our setup here.  We have separated them into two separate commands
  37. |
  38. |    SET TERM/INQUIRE     and         SET TERM/DEV=VT200/PAGE=28
  39. |
  40. | which must be separated by more than 0.5 seconds on our 3100.  We are
  41. | running VMS 5.5-2HW and motif 1.1  .
  42. |
  43.  
  44.     The problem is the combination of the /INQUIRE and /DEVICE_TYPE=
  45.     qualifiers. I am not sure i see the point of using SET
  46.     TERMINAL/INQUIRE which sets the device type of the terminal
  47.     and then immediately following that with a SET TERM/DEV=VT200
  48.     which negates any results of SET TERM/INQ unless the inquiry
  49.     set the terminal to vt200_series type. Including both qualifiers
  50.     on the same SET TERM command does not make sense and in fact
  51.     the result of such a command would be the that the device
  52.     type would be set to whatever the inquiry said it was, while the
  53.     /DEVICE_TYPE value would be ignored.
  54.  
  55.     However, you can put other qualifiers with the SET TERM/INQ
  56.     command with no problem. the inquiry sets the device type +
  57.     any other terminal capabilities/defaults of the particular
  58.     device type and further qualifiers override those
  59.     capabilities/defaults.
  60.  
  61.     the fact that SET TERM/INQ flushes the typeahead buffer is
  62.     documented under HELP SET TERM/INQUIRE. This would not affect
  63.     command file input, just user typed input.
  64.  
  65.                     colin sewell
  66.                     h.a.simons ltd.
  67.                     vancouver, bc
  68.  
  69.