From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: pixel-scroll-precision-mode very slow on macOS with regular mouse wheel Date: Wed, 8 Dec 2021 21:26:31 +0000 Message-ID: References: <871r2ng186.fsf@yahoo.com> <87sfv3ejeo.fsf@yahoo.com> <0D3D292D-8755-40B5-A452-B53691DB5A56@idiocy.org> <11E1EC35-D491-452E-8F61-77EAC42420DE@idiocy.org> <87ee6ne311.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26604"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Aaron Jensen , Emacs developers To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 08 22:27:16 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 1mv4T4-0006hA-KE for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Dec 2021 22:27:14 +0100 Original-Received: from localhost ([::1]:46672 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mv4T2-0004oI-Sd for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Dec 2021 16:27:12 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:39630) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mv4SU-00048l-Ev for emacs-devel@gnu.org; Wed, 08 Dec 2021 16:26:38 -0500 Original-Received: from outbound.soverin.net ([116.202.126.228]:38679) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mv4SS-0001U9-Do for emacs-devel@gnu.org; Wed, 08 Dec 2021 16:26:37 -0500 Original-Received: from smtp.soverin.net (unknown [10.10.3.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 04D55A0; Wed, 8 Dec 2021 21:26:35 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.142]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1638998794; bh=ZJx8jhtTcW0Jt95G1Pg1xYNAtukV4QBR9t/KYFKdhjc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mLNpmPETBMUgNREId3Y3/il22CoIfc6C7PsdfbyAXf14H0XI2x43cZS1MPC3d5nLj AYmiOWv3f+peeCehdT9KIrgXQutwcVo2Jjk2jweD88aR8NWGZ8nnCaiiip+jV/Mlr0 3bkV32edP0K8oLs5RorN5+bgLlilsYNOcC33AXt6VtW8vyGOcGh3GA2oA+BuBAnBS5 d0cJEXKdfbM+q99bcVLOWQjiN+xMHAKskbcGTAvWGbRRVL3INrpNpVZEo0QsJIdVkw 638kK4v52/Nu/HFX+ysfUMuyg/ExNAPI5nNOgYcJihaYwnA2dmuwMAN+ZvPcEbyvEO OZLxEIJXh47xw== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95-RC2) (envelope-from ) id 1mv4SN-0019SC-B4; Wed, 08 Dec 2021 21:26:31 +0000 Mail-Followup-To: Alan Third , Po Lu , Aaron Jensen , Emacs developers Content-Disposition: inline In-Reply-To: <87ee6ne311.fsf@yahoo.com> Received-SPF: pass client-ip=116.202.126.228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:281397 Archived-At: On Wed, Dec 08, 2021 at 07:42:34PM +0800, Po Lu wrote: > Alan Third writes: > > >> Apple's docs say multiply them by the line height, so a delta of 1.0 > >> should scroll one line. You deleted the comment in the code that > >> explained that. > > > Sorry, I see now that the comment is actually still there. > > Hmm, it seems that I missed that comment somehow. > > I will fix that now. Thanks. -- Alan Third