home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / emacs / bug / 1567 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.5 KB  |  48 lines

  1. Newsgroups: gnu.emacs.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!sgiharrar.research.ATt.COM!pereira
  3. From: pereira@sgiharrar.research.ATt.COM (Fernando Pereira)
  4. Subject: SGI Emacs subshell bug
  5. Message-ID: <9212142356.AA00667@sgiharrar>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: pereira@research.research.att.com
  8. Organization: GNUs Not Usenet
  9. Distribution: gnu
  10. Date: Mon, 14 Dec 1992 13:56:41 GMT
  11. Approved: bug-gnu-emacs@prep.ai.mit.edu
  12. Lines: 34
  13.  
  14. When running Emacs 18.59 in shell mode on a SGI Indigo (IRIX version
  15. 4.0.5F), often (but not always) interactive programs executed from the
  16. subshell will not operate correctly. More specifically, prompts will
  17. not appear and a C-c C-d will exit the subshell instead of just
  18. exiting the program running under the subshell. Here is an example. A
  19. fresh Emacs was started, with no .emacs file. The following key
  20. sequence was pressed:
  21.  
  22.     M-x shell RET sh RET date C-c C-d
  23.  
  24. The following appeared on the *shell* buffer
  25.  
  26.     sgiharrar:pereira$ sh
  27.     date
  28.     Mon Dec 14 18:40:17 EST 1992
  29.     sgiharrar:pereira$ 
  30.  
  31.     Process shell finished
  32.  
  33. The mode line showed "run" status for the subshell until the C-c C-d
  34. was typed, and afterwards "no process" status.
  35.  
  36. When an Emacs invocation starts behaving this way, it seems to
  37. continue doing the same for subsequent subshells. When it does not,
  38. subshells behave normally. The problem occurs with any of "sh", "csh"
  39. and "ksh" as shell.
  40.  
  41. Fernando Pereira
  42. 2D-447, AT&T Bell Laboratories
  43. 600 Mountain Ave, PO Box 636
  44. Murray Hill, NJ 07974-0636
  45. pereira@research.att.com
  46.  
  47.  
  48.