From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master e37eb7f: Add support for pixel wheel deltas on NS Date: Thu, 25 Nov 2021 13:02:16 +0200 Message-ID: <83tug05whz.fsf@gnu.org> References: <20211125030922.2353.1129@vcs0.savannah.gnu.org> <20211125030924.7258E2094B@vcs0.savannah.gnu.org> <871r34h6pi.fsf@gmail.com> <87fsrkzfq1.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15595"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 25 12:02:56 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mqCWl-0003qo-UP for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 12:02:55 +0100 Original-Received: from localhost ([::1]:40692 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mqCWk-0004MM-SI for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Nov 2021 06:02:54 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52144) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqCWE-0003hA-OG for emacs-devel@gnu.org; Thu, 25 Nov 2021 06:02:22 -0500 Original-Received: from [2001:470:142:3::e] (port=36850 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqCW7-0007tt-4v; Thu, 25 Nov 2021 06:02:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=1JaonAIwk660bREafC6XvQ+cO1yscO4ENZ5HAeCppfc=; b=oBCRQuJG8hMZ dd84RNw6wbR4GZ16B29OtDg8uoInWkJUUyEwAQcjYPYAyoEutN72/0qkNVRt0IIoYLhhBQ2Ttk/0r haEZTTIVTbPSgTKGvEKyT0ci50LV97k2QdOnk7ua0DJmb7ldLh6dj3xVOKYeCyg5bgcTErTlAQ/Uc vm/eV2RyNmhrNWi6Ka3MBHmHNveROOHKdSVc03o4uJ3xwDn/qXhT/HCWOZphGkiYNc9TkjTGE6NHM G2ypZFwY9qIwXS7SVFrWz/mPTTcdfuIJplrj4fbCKE822S5mrbhDiBti1YxWtL7oNlt1Zbu8Aa0zW 8zjb6Jd3cbWRbk+MOFYyHQ==; Original-Received: from [87.69.77.57] (port=1984 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqCW6-00006H-JT; Thu, 25 Nov 2021 06:02:14 -0500 In-Reply-To: <87fsrkzfq1.fsf@yahoo.com> (message from Po Lu on Thu, 25 Nov 2021 18:34:14 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:280097 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Thu, 25 Nov 2021 18:34:14 +0800 > > > We now have 3 definitions of x-coalesce-scroll-events. Is there not > > somewhere more generic where you can put it? (and I suspect we can > > drop the x- bit). > > Not until MS-Windows gains this support, I think. That's unrelated. The doc string can always say that this has effect only on this and that platform. (And I really don't see what needs to be done on Windows, since it seems already to report each wheel turn. Perhaps I'm missing something, in which case a test case to work with would be appreciated.)