Scrolling

Rich Heiberger rmh at surfer.sbm.temple.edu
Fri Dec 19 17:51:53 CET 2003


how do you submit the code?
C-c C-n  (one line at a time) causes scrolling.
C-c C-r  (highlighted region) does not cause scrolling

What I do to force scrolling is define f4 to scroll with
(require 'view)
(global-set-key [f4] 'View-scroll-to-buffer-end)

then press f4 when I want a full screen with the last line at the
bottom of the visible area.

Rich




More information about the ESS-help mailing list