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: Emacs Mac port Date: Mon, 22 Nov 2021 16:55:51 +0200 Message-ID: <83v90kp7d4.fsf@gnu.org> References: <87czms8gcw.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1562"; mail-complaints-to="usenet@ciao.gmane.io" Cc: mituharu@math.s.chiba-u.ac.jp, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 22 16:00:10 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 1mpAnh-0000B1-F8 for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Nov 2021 16:00:09 +0100 Original-Received: from localhost ([::1]:39426 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mpAng-0002Ch-Eq for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Nov 2021 10:00:08 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37390) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpAjQ-0001ku-9t for emacs-devel@gnu.org; Mon, 22 Nov 2021 09:55:44 -0500 Original-Received: from [2001:470:142:3::e] (port=35886 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 1mpAjQ-0007A2-08; Mon, 22 Nov 2021 09:55:44 -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=Dfm26erky9fkI74bHpLNB66tBSBwPvBtfATUDraqxnw=; b=M4ofEZiGSkzd qYy/L+s5KGB6lOCWLW1cFaCS0Vx1a98nLgi4a3EcW+vvHu/XA8pggHE/SStoa32o254NLXO6Jpj68 ZFdN2twoIw3sg2VupoFnFM+qTh56AaCsfgbqRZ6DnwbDGqYNBCEN7PZOGHsy55iF84HU9xDH2HeKS xwrRfUyOKueo7ezkt3TZjIh05/r/Rd0zDUGAcGBYMjE5MWVpPH39wEuVa5ZTgEcJ5W54oGUoUgAp7 Vl9BXbChr9faGBXCkAFDZ4Lh7XPNEqYPHdoYZUu8ri6SWalgH7sT9YXGVr6GcJabhqgvSddHAPy+w VRb9bS8QLiSmPExCWnAREQ==; Original-Received: from [87.69.77.57] (port=4852 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 1mpAjP-00080i-Ke; Mon, 22 Nov 2021 09:55:43 -0500 In-Reply-To: <87czms8gcw.fsf@yahoo.com> (message from Po Lu on Mon, 22 Nov 2021 21:33:35 +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:279919 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Mon, 22 Nov 2021 21:33:35 +0800 > > YAMAMOTO Mitsuharu writes: > > > The first update of the Mac port based on Emacs 27.2 is now available > > from > > Hello, Yamamoto. > > I recently implemented support for pixel deltas in wheel events on X, > and I've been trying to implement pixel scrolling support based on that. > > I haven't been able to write or find any Lisp code for that which runs > faster than the code in mac-term.el, but AFAIU it hasn't undergone > copyright assignment and can't be included in Emacs. Yamamoto-san has a copyright assignment on file, so if he wrote that file, it can be included in Emacs with no problems. > Would you be interested in contributing that code to Emacs proper? We do want the confirmation of the contribution, though. TIA