home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / emacs / 3856 < prev    next >
Encoding:
Text File  |  1992-12-23  |  694 b   |  27 lines

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!news.cs.indiana.edu!babbage.ece.uc.edu!ucunix.san.uc.edu!theobald
  3. From: theobald@ucunix.san.uc.edu (Allen M. Theobald)
  4. Subject: Jump scrolling problem
  5. Message-ID: <BzpuCM.7zA@ucunix.san.uc.edu>
  6. Organization: University of Cincinnati
  7. Date: Wed, 23 Dec 1992 14:17:09 GMT
  8. Lines: 17
  9.  
  10.  
  11. Fellow Netters!
  12.  
  13. In emacs *shell* and *cmushell* is there any way to turn jump
  14. scrolling off?  I would like it to become smooth so that 'cat'
  15. and 'more' work correctly.  This command works for the buffers
  16. but not the *shell* or *cmushell* buffers:
  17.  
  18.  
  19.     ;; this set smooth scrolling when cursor goes off page
  20.     (setq scroll-step 1)
  21.  
  22.  
  23.  
  24.         Thanks,
  25.  
  26.         Allen
  27.