home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 9691 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.7 KB  |  46 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uchinews!machine!chinet!gahan
  3. From: gahan@chinet.chi.il.us (Paul R. Schmidt)
  4. Subject: Re: Shell rc files and HP VUE
  5. Message-ID: <BtJtyo.BB8@chinet.chi.il.us>
  6. Organization: Chinet - Public Access UNIX
  7. References: <0eaFKku00WB4IMfH1r@andrew.cmu.edu> <1992Aug24.204337.15774@hpcvusn.cv.hp.com>
  8. Date: Tue, 25 Aug 1992 17:01:35 GMT
  9. Lines: 35
  10.  
  11. In article <1992Aug24.204337.15774@hpcvusn.cv.hp.com> bcripe@hpcvxba.cv.hp.com (Brian E. Cripe) writes:
  12. >|> When Vuewm starts up a terminal window (an xterm or hpterm) it doesn't
  13. >|> read the .cshrc/.kshrc file but instead reads .vueprofile. 
  14. >
  15. >Actually .vueprofile is read at login time only, not each time a terminal
  16. >window is started. 
  17. >
  18. >|> If you
  19. >|> can't put terminal related (stty) commands in .vueprofile where should
  20. >|> this be done.  I simply want my backspace to be "^H" when a start up an
  21. >|> xterm from the File Manager.  Am I missing something?
  22. >
  23. >I solve this by setting the resource:
  24. >
  25. >    *ttyModes:      erase ^H intr ^C kill ^U start ^Q stop ^S swtch ^@
  26. >
  27. >This resource works for both hpterm and xterm.  There are probably other
  28. >solutions but this works for me.
  29. >
  30. >    Brian Cripe
  31. >
  32. >P.S. If you aren't aware, HP VUE uses xrdb and not .Xdefaults.  So do an
  33. >'xrdb -merge' to set the resource.
  34. >
  35.  
  36. If you want to see your aliases and the like in these windows as well
  37. the only thing that we've found that works is to have your .vueprofile
  38. source your .profile (i.e., either . .profile for sh or ksh and source
  39. .login for csh) then set hpterm*loginShell: True via xrdb.  The only
  40. other caveat is that the .profile has to set the ENV variable or
  41. source your rc file.
  42.  
  43. Hope this helps,
  44. Paul R. Schmidt
  45. gahan@chinet.chi.il.us
  46.