home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 7978 < prev    next >
Encoding:
Internet Message Format  |  1992-11-04  |  1.6 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: Strange behaviour for SUN's telnet ?
  5. Message-ID: <15340@auspex-gw.auspex.com>
  6. Date: 5 Nov 92 05:20:16 GMT
  7. References: <1d44ibINNml6@moe.ksu.ksu.edu> <1992Nov4.211851.19757@sj.ate.slb.com>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 33
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >In trying out this experiment, I came across some interesting behavior with
  14. >xterm in X11R5. All I do is simply say..
  15. >
  16. >unsetenv TERM
  17. >telnet
  18. >
  19. >And then when I hit a space to type the rest of the line (localhost), the
  20. >xterm just disappears. No error messages, no nothing.
  21.  
  22. Does that happen with any other terminal emulator (e.g., a different
  23. version of "xterm", such as the X11R4 or Open Windows version, or a
  24. "shelltool" or "cmdtool" or whatever)?
  25.  
  26. Does it happen if you use a different *shell*?
  27.  
  28. If:
  29.  
  30.     1) you're using a shell that does file name completion,
  31.        command-line editing, etc. and that requires "termcap" or
  32.        "terminfo" to do that, and thus may require TERM to be set;
  33.  
  34.     2) that shell, when you indicate that you're done typing the
  35.        command-name token, tries to do some operation that requires
  36.        TERM to be set;
  37.  
  38.     3) that shell, when it tries to do some operation that requires
  39.        TERM to be set, and TERM isn't set, blows chow;
  40.  
  41. the problem may not be that "xterm" is disappearing, but that the shell
  42. *running* in the "xterm" is disappearing.
  43.  
  44. Alternatively, the shell could, when it tries to do that operation, be
  45. sending out something that causes the "xterm" to die.
  46.