home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4776 < prev    next >
Encoding:
Text File  |  1992-08-27  |  2.4 KB  |  53 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!decwrl!deccrl!news.crl.dec.com!pa.dec.com!engage.pko.dec.com!newsdaemon
  3. From: eje@irenaeus.mlo.dec.com (Eric James Ewanco)
  4. Subject: Re: How to disable "^S"(suspend) while using tip?
  5. Message-ID: <1992Aug27.191636.4903@engage.pko.dec.com>
  6. Sender: newsdaemon@engage.pko.dec.com (USENET News Daemon)
  7. Reply-To: ewanco@kalvin.enet.dec.com
  8. Organization: Digital Equipment Corporation
  9. References:  <17i6i6INNjot@agate.berkeley.edu>
  10. Date: Thu, 27 Aug 1992 19:16:36 GMT
  11. Lines: 40
  12.  
  13.  
  14. In article <17i6i6INNjot@agate.berkeley.edu>, randyc@soda.berkeley.edu (Yen-Pang Randy Chou) writes:
  15. > From: randyc@soda.berkeley.edu (Yen-Pang Randy Chou)
  16. > Subject: How to disable "^S"(suspend) while using tip?
  17. > Organization: U.C. Berkeley, CS Undergraduate Association
  18.  
  19. > Hi there,
  20.  
  21. > Does anyone know how disble "^S" (suspend) while using tip?  Also, everytime 
  22. > I dial in to school and use emacs, I need to press "^p" twice before the 
  23. > cursor moves up.  Is that because I'm using tcsh at home?  Is there anyway
  24. > I can disable it too?
  25.  
  26. > ---Randy
  27.  
  28. The reason ^P doesn't work is because it is the default character to "force"
  29. transmission of a character. That's because tip uses some control characters
  30. locally.  These characters include ^A and ^P.  I do not know if ^S is one of
  31. them; to find it if it is, or something else, type ^P^S and see if it gets sent
  32. to the remote system.
  33.  
  34. You can change these bindings by setting the local variables raisechar (^A,
  35. which forces all output to uppercase) and force (^P) to something else.  To set
  36. them do a <RETURN> ~s escape, then type raisechar=<character> force=<character>
  37. etc.  I do not know how you disable them, try either raisechar= or !raisechar.
  38.  
  39. As for ^S, check first the" stty -a" settings and see  "ixon" is set; change it
  40. to -ixon if it is.  This may or may not work.  You must also see if the remote
  41. system is configured to recognize ^S as suspend or pass it through; check the
  42. same setting on your remote machine.  Finally, check to see if either modem is
  43. doing in-band flow control.
  44.  
  45. Eric
  46. --
  47. /=============================================================================\
  48. | Eric Ewanco - Software Engineer     For the rash and outrageous opinions ex-|
  49. | Digital Equipment Corp, Maynard MA  pressed herein I alone am responsible;  |
  50. | ewanco@kalvin.enet.dec.com          they do not belong to DIGITAL(TM).      |
  51. \==============================- 2 Th 2:15 -==================================/
  52.  
  53.