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