emacs-devel
[Top][All Lists]
Advanced

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

Re: overly-eager mouse scrolling on mac


From: Stefan Monnier
Subject: Re: overly-eager mouse scrolling on mac
Date: Fri, 24 Jan 2014 08:17:28 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> For what it's worth, I was suffering from exactly the same thing and
> eventually unbound the mwheel stuff altogether and simply rebound them to
> the following. After that, scrolling was sane again.

You can probably get the same kind of result by tweaking
mouse-wheel-scroll-amount as in:

  (setf (car mouse-wheel-scroll-amount) 1)

But this "shouldn't" be needed.  IOW we should try and figure out why
you get so many scroll events even for short moves.

  
        Stefan



reply via email to

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