unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* continuous fractional scrolling
@ 2015-06-11 21:24 B. T. Raven
  2015-06-11 23:18 ` Emanuel Berg
  0 siblings, 1 reply; 4+ messages in thread
From: B. T. Raven @ 2015-06-11 21:24 UTC (permalink / raw)
  To: help-gnu-emacs

I am starting to like reading long pdfs in Adobe Reader with
View>Pagedisplay>Automatically scroll and I was wondering if something like this
is possible with Emacs for reading plain-text files (rendered in a
proproportional font). In the *scratch* buffer (window)I copy-pasted a long
stretch of text and put the following at the end:

(set-window-vscroll (selected-window) 1 t)
(scroll-up-line)
(scroll-up)
(scroll-up-line)
(scroll-other-window) 
etc.

and then evaluated each form with C-x C-e and expected repeated evaluations of
(scroll-up-line) et al. to move buffer text pixel-wise but that didn't happen.

Is there a way in Emacs to make a text buffer continually scroll without user
interaction?

Thanks,

Ed



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-13  1:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 21:24 continuous fractional scrolling B. T. Raven
2015-06-11 23:18 ` Emanuel Berg
2015-06-12 16:11   ` B. T. Raven
2015-06-13  1:06     ` Emanuel Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).