[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Let input queue deal gracefully with up-events
From: |
Stefan Monnier |
Subject: |
Re: [PATCH] Let input queue deal gracefully with up-events |
Date: |
Wed, 28 Jan 2015 17:19:15 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> - Down-clicks are eliminated.
> + Up/Down-clicks are eliminated.
Actually, up-clicks (in the sens of *mouse* clicks) are not eliminated.
I think it's be better to explain that we auto-eliminate both the
"down-<foo>" and "up-<foo>" events such that, depending on which of the
up or down part of an event is the important one, we use "down-<foo> and
<foo>" or "<foo> and up-<foo>"
Stefan