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: Pixel scrolling support Date: Fri, 26 Nov 2021 08:40:12 +0200 Message-ID: <835ysf4dyr.fsf@gnu.org> References: <87a6hrzrcv.fsf.ref@yahoo.com> <87a6hrzrcv.fsf@yahoo.com> <87v90fhayx.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20303"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 26 07:43:35 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 1mqUxL-00057k-Ea for ged-emacs-devel@m.gmane-mx.org; Fri, 26 Nov 2021 07:43:35 +0100 Original-Received: from localhost ([::1]:47098 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mqUxJ-0002tF-5o for ged-emacs-devel@m.gmane-mx.org; Fri, 26 Nov 2021 01:43:33 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51824) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mqUu0-0001an-MY for emacs-devel@gnu.org; Fri, 26 Nov 2021 01:40:08 -0500 Original-Received: from [2001:470:142:3::e] (port=46588 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 1mqUu0-00065v-7N; Fri, 26 Nov 2021 01:40:08 -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=Q4T97c7uCRqTgOfGM+oQ8opCKgGtYGX3zDwLVS9m+JE=; b=dHExAbnvXAJp oiQh5BUIuIebFL1JlaxGRTNsAd/mob+qT1x5SGh2vRO9BzANqxXjLzD9jSUybInBa4WSwxZi8cgw9 PFcD4RFOl+69VgMALVqo5ARpYaJ/hShH3jWFNvTzN+/POSvdd1ey985ckHm4b8Co3ICWh8HerlBdB TrWL7ZoR9aEDrklwJbtKKyFWreVIjHX3A8e8n8fR5G0lH8Zg1Zl2WH09+Ngn7V287BYPr4kwzfYOV I2S+uPZCSt5cwHE8rn0I4RPSqBmlWfxWEhcy53CqiN5eOEx66YKkbqhXRv6cEpQ/Bk9Vqj16Kl7IH pf+/WdhBDtZWjBCIbTYUVQ==; Original-Received: from [87.69.77.57] (port=2957 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 1mqUtz-0003XD-Tj; Fri, 26 Nov 2021 01:40:08 -0500 In-Reply-To: <87v90fhayx.fsf@yahoo.com> (message from Po Lu on Fri, 26 Nov 2021 11:06:30 +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:280202 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Fri, 26 Nov 2021 11:06:30 +0800 > > Stefan Monnier writes: > > > Looks OK to me, tho I wonder why you'd want to use a separate file > > rather than add this directly in `mwheel.el`. > > I think it's out of scope for mwheel.el. > > > Also, see a few more comments below. > > Thanks, fixed and pushed. Please revert that and merge this into pixel-scroll.el instead. And in the future, please wait for Lars or myself to respond when you ask such questions. Stefan's opinions matter a lot, but he isn't the maintainer. Also, leaving some time for others to voice their opinions is generally a good idea. We are supposed to be a community, not a random collection of individuals each one pursuing his/her own agendas. Thanks.