home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / 3b1 / 3779 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.7 KB

  1. Path: sparky!uunet!spool.mu.edu!nigel.msen.com!ilium!rphroy!hobbes!tkacik
  2. From: tkacik@hobbes.hobbes.cs.gmr.com (Tom Tkacik)
  3. Newsgroups: comp.sys.3b1
  4. Subject: Re: Unix system V question
  5. Message-ID: <93114@rphroy.ph.gmr.com>
  6. Date: 10 Nov 92 12:51:34 GMT
  7. Sender: news@rphroy.ph.gmr.com
  8. Reply-To: tkacik@hobbes.hobbes.cs.gmr.com
  9. Organization: GM Research Labs
  10. Lines: 29
  11. Nntp-Posting-Host: hobbes.cs.gmr.com
  12.  
  13. In article 13432@news.acns.nwu.edu, richter@birkhoff.math.nwu.edu (Bill Richter writes:
  14. > I love my 3b1, except for the job control.  I'm used to killing a job
  15. > with C-c; this doesn't seem to ever work.  Even worse, the commands
  16. > jobs and fg don't exist.  Suppose you stop a job, for instance by
  17. > suspending emacs in order to compile the file.  How can you ever get
  18. > back to it?  The command ps gives the process id, which is fine if I
  19. > want to kill the job, but I don't know how to resume it and get back
  20. > to emacs.
  21.  
  22. The 3b1 has no job control.  You cannot suspend a job.  That's why jobs and fg
  23. do not seem to work.  They are not available.
  24.  
  25. You cannot suspend emacs.  I suspect that what emacs is doing is actually starting
  26. up a subshell, (it just looks like it has been suspended).  To get back to emacs,
  27. you need to finish your compile, and then kill the subshell (using ^D).  Emacs
  28. will come back.
  29.  
  30. As to the ^C not working, it appears that you need to use stty.  It lets you
  31. set up various terminal settings.  I think what you need is  'stty intr ^C'.
  32. You can also use it to change the backspace key from Delete to ^H (or anything
  33. else that you prefer),  using 'stty erase ^H'.
  34.  
  35. Welcome to the fun world of System V.  You've obviously been using BSD too long. :-)
  36.  
  37. Tom Tkacik
  38. GM Research Labs
  39. tkacik@hobbes.cs.gmr.com
  40. tkacik@kyzyl.mi.org
  41.  
  42.