From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Tue, 23 Nov 2021 15:16:21 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <87czms8gcw.fsf@yahoo.com> <83v90kp7d4.fsf@gnu.org> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10947"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) Cc: Po Lu , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 23 07:24:43 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 1mpPER-0002i8-Gh for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Nov 2021 07:24:43 +0100 Original-Received: from localhost ([::1]:34244 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mpPEQ-0001EZ-1b for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Nov 2021 01:24:42 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:53160) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpP6n-0007gd-H5 for emacs-devel@gnu.org; Tue, 23 Nov 2021 01:16:52 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:65348) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mpP6W-00072d-Ei; Tue, 23 Nov 2021 01:16:47 -0500 Original-Received: from mathent.math.s.chiba-u.ac.jp (mathent [192.168.32.5]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id CB87CF08C6; Tue, 23 Nov 2021 15:16:21 +0900 (JST) (envelope-from mituharu@math.s.chiba-u.ac.jp) In-Reply-To: <83v90kp7d4.fsf@gnu.org> Received-SPF: none client-ip=133.82.132.2; envelope-from=mituharu@math.s.chiba-u.ac.jp; helo=mathmail.math.s.chiba-u.ac.jp X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=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:279934 Archived-At: On Mon, 22 Nov 2021 23:55:51 +0900, Eli Zaretskii wrote: > > > 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. No contribution from others for the pixel-based mouse wheel smooth scrolling code in the Mac port. So, feel free to use it. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp