Next: How can I edit MS-DOS files using Emacs?, Previous: How do I turn on syntax highlighting?, Up: Common requests [Contents][Index]
Customize the scroll-conservatively
variable with M-x
customize-variable RET scroll-conservatively RET and set it
to a large value like, say, 10000. For an explanation of what this
means, see Auto Scrolling in The GNU Emacs Manual.
Alternatively, use the following Lisp form in your .emacs:
(setq scroll-conservatively most-positive-fixnum)