emacs-devel
[Top][All Lists]
Advanced

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

Re: Smoother macOS touchpad scrolling


From: Tak Kunihiro
Subject: Re: Smoother macOS touchpad scrolling
Date: Wed, 13 Sep 2017 08:13:25 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (windows-nt)

> Updated patch attached.
>
> If anyone gives the patch a try, please let me know what you think.

I tried the patch.  I compared experiences with or without the patch on
following setup.

  (setq mouse-wheel-scroll-amount '(1 ((shift) . 5) ((control))))
  (setq mouse-wheel-progressive-speed nil)

The scrolling experience is with more feel of acceleration.  I think
this is good.

I also compared with or without the patch on following setup.

  (setq mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control))))
  (setq mouse-wheel-progressive-speed t)

Both are still too fast.

I think your patch handles two issues.  One improves response of
touchpad and other changes default values.  I think two issues should be
separated out.



reply via email to

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