home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / emacs / help / 5164 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.5 KB  |  39 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!nigel.msen.com!spool.mu.edu!umn.edu!csus.edu!sfsuvax1.sfsu.edu!emclean
  3. From: emclean@sfsuvax1.sfsu.edu (Emmett McLean)
  4. Subject: Enhancing Emacs scroll capabilities
  5. Message-ID: <1992Dec23.050612.13718@csus.edu>
  6. Sender: news@csus.edu
  7. Organization: San Francisco State University
  8. Distribution: NA
  9. Date: Wed, 23 Dec 1992 05:06:12 GMT
  10. Lines: 27
  11.  
  12.  This is a repost of a message I posted about 8 weeks
  13.  ago. No one responded. *Ugh*. Is what I am requesting
  14.  within the scope of what Emacs can do?
  15.  
  16.  ***
  17.  I am running an application interactively through Emacs
  18.  on a vt100-like terminal.  On occasion I invoke an
  19.  instruction (or a command) which produces several
  20.  hundred lines of output. Unfortunately, waiting 
  21.  for the output to scroll by is a time consumming ordeal 
  22.  since Emacs does not directly print out the output, but
  23.  instead prints til reaching the minibuffer, provides a few 
  24.  blank lines, prints til reaching the minibuffer, provides
  25.  a few blank lines, etc.  To speed things up I would like some 
  26.  code to put into my .emacs file making Emacs print until
  27.  reaching the minibuffer, clear the screen, print to the mini-
  28.  buffer, clear the screen, etc. Also, I want to do this 
  29.  without resetting the scroll-step variable since I 
  30.  frequently go back through my session to edit old commands
  31.  and I hate having to look around for the point. (Keeping
  32.  scroll-step set to four does this for me.) Does
  33.  anyone know of something which I might find helpful?
  34.  
  35.  Thanks,
  36.  
  37.  Emmett.
  38.  
  39.