[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mouse-wheel-scroll
From: |
Tak Kunihiro |
Subject: |
Re: mouse-wheel-scroll |
Date: |
Wed, 29 Mar 2017 15:06:40 +0900 |
I think that current ones scroll too fast than other applications.
With the proposed values, speed is more controlled by operating
system.
When I switch from Firefox to Emacs and spin a wheel quarter to
scroll 10 lines, I see Emacs got <wheel-down> 10 times. With the
default configuration, Emacs scrolls 50 lines and I will get lost.
I think with the current mouse-wheel-scroll-amount gives scroll too
fast.
Also acceleration of input devices can be controlled by operating
system. On such system with mouse-wheel-progressive-speed t, scroll
is doubly accelerated.
On Mar 29, 2017, at 11:39 , Eli Zaretskii <address@hidden> wrote:
>> From: Tak Kunihiro <address@hidden>
>> Date: Wed, 29 Mar 2017 08:13:02 +0900
>> Cc: Kunihiro Tak <address@hidden>
>>
>> I propose to change default of two parameters related to
>> mouse-wheel-scroll.
>>
>> With a modern mouse or/and track-pad equipped with laptop, I found
>> scrolling works better with following setup
>>
>> mouse-wheel-scroll-amount '(1 ((shift) . 5) ((control) . nil))
>> mouse-wheel-progressive-speed nil
>>
>> instead of current default as shown below.
>>
>> mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil))
>> mouse-wheel-progressive-speed t
>
> Can you explain why you think these defaults are better than the
> current ones?
>
> Thanks.