all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Third <alan@idiocy.org>
To: Tak Kunihiro <homeros.misasa@gmail.com>
Cc: Eli Zaretskii <eliz@gnu.org>,
	monnier@iro.umontreal.ca, emacs-devel@gnu.org
Subject: Re: Disable Mouse Wheel Progressive Speed Patch
Date: Sun, 27 Aug 2017 12:56:27 +0100	[thread overview]
Message-ID: <20170827115627.GA84634@breton.holly.idiocy.org> (raw)
In-Reply-To: <m1val92vo4.fsf@misasa.okayama-u.ac.jp>

On Sun, Aug 27, 2017 at 06:43:07PM +0900, Tak Kunihiro wrote:
> However, I thought scroll by the fine pointing device such for trackbar
> with current default value is too fast and unusable, but other may have
> different impression.  I think Emacs should worry about existence of the
> fine pointing devices.

I’m working (slowly) on multi‐touch support, which will hopefully
solve the problems with some fine pointing devices.

For example, the problem with the trackpad on macs is because macOS
sends an event for each two‐finger scroll movement, which can equate to
as little as a one pixel move. Emacs treats each of those events as a
whole line scroll.

The correct way to handle it is to add up the deltas until they’re
greater than or equal to a line‐height, then issue the scroll command.

-- 
Alan Third



  reply	other threads:[~2017-08-27 11:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-25 18:56 Disable Mouse Wheel Progressive Speed Patch Sarah Sunday
2017-08-25 20:26 ` Paul Eggert
2017-08-25 20:49   ` John Wiegley
2017-08-26 22:36     ` Robert Weiner
2017-08-28  1:16   ` Sarah Sunday
2017-08-25 21:04 ` Stefan Monnier
2017-08-26  7:36   ` Eli Zaretskii
2017-08-26 10:25     ` Tak Kunihiro
2017-08-26 11:09       ` Eli Zaretskii
2017-08-27  9:43         ` Tak Kunihiro
2017-08-27 11:56           ` Alan Third [this message]
2017-08-28  1:23             ` Sarah Sunday
2017-08-28  7:03               ` Clément Pit-Claudel
2017-08-26 21:06       ` Radon Rosborough

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170827115627.GA84634@breton.holly.idiocy.org \
    --to=alan@idiocy.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=homeros.misasa@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.