[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72585: 31.0.50; inconsistency between mouse-wheel-buttons and mouse-
From: |
Po Lu |
Subject: |
bug#72585: 31.0.50; inconsistency between mouse-wheel-buttons and mouse-wheel-[down/up]-event |
Date: |
Fri, 16 Aug 2024 07:56:21 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Po Lu <luangruo@yahoo.com> writes:
> Eli Zaretskii <eliz@gnu.org> writes:
>
>>> From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
>>> Date: Mon, 12 Aug 2024 11:22:54 +0900
>>>
>>>
>>> mouse-wheel-down-event and mouse-wheel-up-event default value are
>>> `mouse-4` and `mouse-5`, respectively. But mouse-wheel-buttons's
>>> default is
>>> ((4 . wheel-up) (5 . wheel-down) (6 . wheel-left) (7 . wheel-right)) .
>>>
>>> Is this inconsistency intended?
>>
>> Adding Stefan and Po Lu. Any comments?
>
> It's intended, as by a series of historical accidents Emacs has a
> `wheel-down event that is used for scrolling down and vice versa.
A `wheel-up' event that is used for scrolling down. Sorry!