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

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

Re: progressive scrolling


From: Jérôme Bouat
Subject: Re: progressive scrolling
Date: Fri, 31 Jan 2003 23:17:33 +0100
User-agent: KNode/0.7.1

Martin Schmitz wrote:

> Peter Lee <spam@nospam.org> writes:
> 
>> Jérôme Bouat <jerome.bouat@wanadoo.fr> writes:
>>
>>> How can emacs scroll a line progressively
>>> without scrolling one line at a time ?
>>
>> Perhaps this is what you want:
>> (setq scroll-step 1)
> 
> ,-----[ C-h v scroll-step ]
> |     [ ... ]
> | If you want scrolling to always be a line at a time, you should set
> |   `scroll-conservatively' to a large value rather than set this to 1.
> `-----
> 
> (setq scroll-conservatively '1023)
> 

Thanks, I used (setq scroll-step 1)
instead of what you advised.
I corrected it from now.

For what I wanted,
see the response of David Kastrup.


reply via email to

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