From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Kazuhiro Ito Newsgroups: gmane.emacs.bugs Subject: bug#65070: 29.1; (Only on Windows) Both touchpad scroll gestures scroll the screen up and down. Date: Sat, 19 Aug 2023 07:54:47 +0900 Message-ID: References: <85lee88fej.wl--xmue@d1.dion.ne.jp> <83v8dc2on4.fsf@gnu.org> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29565"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?Q?Goj=C5=8D?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.0.50 (x86_64-pc-cygwin) MULE/6.0 (HANACHIRUSATO) Cc: hiroya.ebine1@gmail.com, max@mal-richtig.de, 65070@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Aug 19 00:55:16 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qX8NA-0007Wp-Fq for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 19 Aug 2023 00:55:16 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qX8Mx-0000V0-Tp; Fri, 18 Aug 2023 18:55:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qX8Mw-0000Uc-F2 for bug-gnu-emacs@gnu.org; Fri, 18 Aug 2023 18:55:02 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qX8Mw-0007EG-66 for bug-gnu-emacs@gnu.org; Fri, 18 Aug 2023 18:55:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qX8Mw-0002Jg-Hk for bug-gnu-emacs@gnu.org; Fri, 18 Aug 2023 18:55:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Kazuhiro Ito Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 Aug 2023 22:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65070 X-GNU-PR-Package: emacs Original-Received: via spool by 65070-submit@debbugs.gnu.org id=B65070.16923992958887 (code B ref 65070); Fri, 18 Aug 2023 22:55:02 +0000 Original-Received: (at 65070) by debbugs.gnu.org; 18 Aug 2023 22:54:55 +0000 Original-Received: from localhost ([127.0.0.1]:49015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qX8Mp-0002JH-IU for submit@debbugs.gnu.org; Fri, 18 Aug 2023 18:54:55 -0400 Original-Received: from snd00007.auone-net.jp ([111.86.247.7]:63873 helo=dmta0003.auone-net.jp) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qX8Mm-0002J1-0r for 65070@debbugs.gnu.org; Fri, 18 Aug 2023 18:54:54 -0400 Original-Received: from kzhr.d1.dion.ne.jp by dmta0003.auone-net.jp with ESMTP id <20230818225447913.UNZG.44995.kzhr.d1.dion.ne.jp@dmta0003.auone-net.jp>; Sat, 19 Aug 2023 07:54:47 +0900 In-Reply-To: <83v8dc2on4.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:267796 Archived-At: > > I noticed that when I input wheel-down with touchpad, line count is > > set to negative value, which should be positive integer. > > > > (let ((event (read-event))) > > (cons (car event) (event-line-count event))) > > > > ;; Input via touchpad > > (wheel-down . -3) > > (wheel-up . 3) > > > > ;; Input via mouse wheel > > (wheel-down . 1) > > (wheel-up . 1) > > Thanks. Can you show the complete data of the events in both the > mouse and the touchpad cases? ;; touchpad (wheel-down (# 385 (308 . 211) 300986031 nil 385 (38 . 9) nil (4 . 13) (8 . 22)) 1 -3 (0.0 . -79.75)) (wheel-up (# 158 (225 . 76) 300920437 nil 158 (28 . 3) nil (129 . 10) (8 . 22)) 1 3 (0.0 . 76.45)) ;; mouse wheel (wheel-down (# 101 (237 . 26) 300913750 nil 101 (29 . 1) nil (5 . 4) (8 . 22))) (wheel-up (# 159 (275 . 101) 300906703 nil 159 (34 . 4) nil (275 . 13) (8 . 22))) -- Kazuhiro Ito