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: Sat, 27 Nov 2021 09:05:35 +0200 Message-ID: <83fsri13k0.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> <83tug05whz.fsf@gnu.org> <87tufzycli.fsf@yahoo.com> <837dcv4e79.fsf@gnu.org> <87wnkvflk7.fsf@yahoo.com> <83zgpr2uvr.fsf@gnu.org> <87fsrjfeb1.fsf@yahoo.com> <83r1b32lvr.fsf@gnu.org> <877dcvf8ec.fsf@yahoo.com> <831r323lgs.fsf@gnu.org> <87v90ecvoa.fsf@yahoo.com> <83lf1a1651.fsf@gnu.org> <875ysecd75.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14081"; 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 Sat Nov 27 08:06:23 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 1mqrmw-0003P6-VN for ged-emacs-devel@m.gmane-mx.org; Sat, 27 Nov 2021 08:06:23 +0100 Original-Received: from localhost ([::1]:55974 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mqrmu-0000u7-8O for ged-emacs-devel@m.gmane-mx.org; Sat, 27 Nov 2021 02:06:20 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48264) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqrm5-0000Dz-Jq for emacs-devel@gnu.org; Sat, 27 Nov 2021 02:05:29 -0500 Original-Received: from [2001:470:142:3::e] (port=46060 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 1mqrm5-0007uN-5V; Sat, 27 Nov 2021 02:05:29 -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=Lsaxc2p/J8a9HBXwHljWu15t2PwgLdsLjej8G8wu1dE=; b=T5nCLwJEeNvR CPKKUJKBfzCDJYvJD1Q0ZQ/iR+bp3LFCtfcKtMmDf+Ybzfj2bmuBrffloIH/fGFE0hIne3nzkkcuz /45AjfYXHJYitzDjw3X6Y43/9cu8I+mcSAGgqqluQcmw6HwoxPKsF18UukJa46CknhPy601ujt7q9 l3DnRmBNMMtYqFYnwp680jqBISlHmEMSw4D89xSqLS4mlLyXzyLSKAZ729yHtFHbNe/mD8rnaHiEh 1Uu3Yh0/fqRPy/gVY3kdNJKhebbuHMHmk6UYl37//KmLyfppKgr8LD0JweROYL6k6aZvC25UnX25e D14V2j3w0JBZVREK4BtwRg==; Original-Received: from [87.69.77.57] (port=2645 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 1mqrm4-000309-Si; Sat, 27 Nov 2021 02:05:29 -0500 In-Reply-To: <875ysecd75.fsf@yahoo.com> (message from Po Lu on Sat, 27 Nov 2021 14:41:50 +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:280297 Archived-At: > From: Po Lu > Cc: rpluim@gmail.com, emacs-devel@gnu.org > Date: Sat, 27 Nov 2021 14:41:50 +0800 > > > Are we talking about the same thing? I was asking about the smallest > > values of the deltas reported in the mouse wheel-up and wheel-down > > events when the user turns the wheel the smallest amount possible. > > Ahh, I understand what you're asking now. The smallest value reported > is usually to 0.01 or so, after conversion into scroll units. > > On a reasonably sized frame that would be 1 to 2 pixels. Is this with a mouse wheel or with a touchpad? I was asking about the mouse wheel.