masm11 / emacs

Mirror of GNU Emacs
http://www.gnu.org/software/emacs/
GNU General Public License v3.0
198 stars 14 forks source link

Scrolling using touch pad only partially works #85

Closed ryanprior closed 3 years ago

ryanprior commented 3 years ago

Summary

Scrolling a buffer using the touch pad doesn't work for the most part. Sometimes Emacs will scroll, but in large jumps that are not predictable or useful.

Software and hardware versions

How to trigger the issue

Start Emacs using: guix environment --pure --ad-hoc emacs-next-pgtk -- emacs -Q

Load a buffer and scroll using a touch pad.

Expected behavior

Emacs should begin scrolling the buffer right away.

Observed behavior

Emacs mostly does not respond to touchpad scrolling at all. On occasion the buffer scroll position jumps suddenly in the direction I'm trying to scroll.

Workarounds

I don't observe any unusual or undesirable behaviors when scrolling using those methods. Only scrolling using the touch pad in the pgtk build seems to be affected.

P.S.

THANK YOU for working on this fantastic software!

masm11 commented 3 years ago

Thank you for the report with detail.

I fixed it. Please try the latest feature/pgtk on savannah.

ryanprior commented 3 years ago

Your patch fixes the issue for me. I've submitted a patch to update the Guix package as well: https://issues.guix.gnu.org/44934

Thank you again!