Dani Moncayo <
address@hidden> schrieb am Mi., 29. März 2017 um 09:45 Uhr:
On Wed, Mar 29, 2017 at 9:36 AM, martin rudalics <address@hidden> wrote:
>> 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
>
> On my PCs I had to turn off ‘mouse-wheel-progressive-speed’ a couple of
> months ago since scrolling became way too fast. I still don't know
> whether this was due to a change in Emacs or my perception.
FWIW --
I find Emacs' default wheel scrolling unusable (way too fast).
I've done a quick test with the settings proposed in the OP, and the
resulting behavior seems ok to me.
I agree that the default is too fast, I also had to reduce it (to 3, in my case).