home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / emacs / help / 3788 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.4 KB  |  47 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!cis.ohio-state.edu!mama3.INTellection.COM!kennedy
  3. From: kennedy@mama3.INTellection.COM (Brian M Kennedy)
  4. Subject: Shell, processes, and rlogin
  5. Message-ID: <9208201249.AA12000@intellection.com>
  6. Sender: daemon@cis.ohio-state.edu
  7. Reply-To: Brian M Kennedy <kennedy@intellection.com>
  8. Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu
  9. Date: Thu, 20 Aug 1992 02:49:01 GMT
  10. Lines: 35
  11.  
  12. Can anyone explain the following behavior?
  13.  
  14. 1) M-x shell
  15. 2) In the shell, rlogin to anywhere
  16. 3) C-c C-c
  17.     -- no effect
  18. 4) C-q C-c RET
  19.     -- one new prompt for the C-c received by the shell
  20.     -- one new prompt for the return
  21.     => I conclude that I can send C-c characters through rlogin
  22.        to the shell on the other side; good.
  23. 5) sleep 30
  24. 6) Within 30 seconds:
  25.     6a) C-c C-c
  26.         -- no effect
  27.     6b) C-q C-c RET
  28.         -- something echos the C-c RET;
  29.                    but otherwise no effect
  30.     6c) wait for end of 30 seconds
  31.         -- sleep exits, prompt is output
  32.         -- THEN shell processes the C-c (rings bell, new prompt)
  33.  
  34. Why does this behave this way?
  35.  
  36. Or more to the point, I want to be able to break that sleep 30 -- how
  37. do I do it when it is running inside of an rlogin?
  38.  
  39. >From an xterm running rlogin, I know it is possible to send a kill
  40. through an rlogin to that sleep 30; but how do I do it from an Emacs
  41. shell (or can I modify shell to do it)?
  42.  
  43. Any hints are welcome,
  44. Thanks,
  45.  
  46. Brian
  47.