home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3460 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.4 KB  |  38 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!darwin.sura.net!gatech!ukma!widener!umn.edu!news.cs.indiana.edu!uceng.uc.edu!babbage.ece.uc.edu!ucunix.san.uc.edu!theobald
  3. From: theobald@ucunix.san.uc.edu (Allen M. Theobald)
  4. Subject: *shell* and *cmushell*
  5. Message-ID: <1992Jul22.223822.24368@ucunix.san.uc.edu>
  6. Organization: University of Cincinnati
  7. Date: Wed, 22 Jul 92 22:38:22 GMT
  8. Lines: 28
  9.  
  10. Hello netters!
  11.  
  12. Help!
  13.  
  14. More does not work correctly in *shell* or *cmushell*.  Items
  15. scroll off the screen before I have a chance to read them.  It
  16. seems once the text hits the bottom of the screen instead of
  17. just scrolling it appears to scroll and then repositions the 
  18. prompt in the center of the screen.  The net effect is that I lose
  19. some text at the top, and the '---MORE---' is in the middle of
  20. the screen (is this making sense?).
  21.  
  22. I'm running emacs 18.58.1, in MOTIF/X-Windows, under ksh.
  23.  
  24. I assume the Emacs *shell* window is accomplished by opening pipes to
  25. a background process running sh (or whatever).  Since the
  26. shell process is communicating via pipes rather than terminal
  27. devices, it assumes stdout, sterr, etc., are NON-INTERACTIVE
  28. descriptors.  The more(1) command checks for the interactive
  29. flag before actually asking for the prompt.  Therefore, more
  30. doe not appear to work in Emacs (or rather, it works like cat).
  31.  
  32. Is there a fix someplace????
  33.  
  34.  
  35. Thanks,
  36.  
  37. Allen M. Theobald
  38.