help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: progressive scrolling


From: David Kastrup
Subject: Re: progressive scrolling
Date: 31 Jan 2003 19:33:28 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Jérôme Bouat <jerome.bouat@wanadoo.fr> writes:

> How can emacs scroll a line progressively
> without scrolling one line at a time ?
> I like this feature because
> it is easier to read a text
> when it doesn't jump.
> Some other editors do it.
> How to set emacs for it ?

Would you mean something like the effect from the following?

M-: (dotimes (i 20) (set-window-vscroll nil (* i 0.05)) (sit-for 0.05)) RET

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


reply via email to

[Prev in Thread] Current Thread [Next in Thread]