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

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

Re: Smooth scrolling


From: Marcelo de Moraes Serpa
Subject: Re: Smooth scrolling
Date: Tue, 6 Jul 2010 11:42:52 -0500

PS: I'd like it to work with the mouse wheel too.

Thanks,

Marcelo.

On Tue, Jul 6, 2010 at 11:42 AM, Marcelo de Moraes Serpa
<celoserpa@gmail.com> wrote:
> Thanks for the reply, Juanma,
>
>> (setq redisplay-dont-pause t
>>      scroll-conservatively most-positive-fixnum
>>      scroll-step 0)
>>
>> and perhaps, depending on your tastes
>>
>> (setq scroll-preserve-screen-position 'always)
>>
>
> I evaluated them on scratch but didn't see any difference. How am I
> supposed to use the code?
>
> Cheers,
>
> Marcelo.
>
>
> On Tue, Jul 6, 2010 at 11:37 AM, Juanma Barranquero <lekktu@gmail.com> wrote:
>>> Is there a way to setup emacs for a almost-flawless smooth scrolling mode?
>>
>> You can try
>>
>> (setq redisplay-dont-pause t
>>      scroll-conservatively most-positive-fixnum
>>      scroll-step 0)
>>
>> and perhaps, depending on your tastes
>>
>> (setq scroll-preserve-screen-position 'always)
>>
>>    Juanma
>>
>



reply via email to

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