From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yuuki Harano Newsgroups: gmane.emacs.devel Subject: Re: emacs for pure Gtk3 Date: Tue, 17 Nov 2020 23:50:00 +0900 (JST) Organization: Ingage Inc. Message-ID: <20201117.235000.1193207765247665462.masm@luna.pink.masm11.me> References: <20200426.165604.2054625945129238824.masm@luna.pink.masm11.me> <834kt673cy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35152"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: eliz@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 17 15:51:12 2020 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 1kf2K7-0008wq-RW for ged-emacs-devel@m.gmane-mx.org; Tue, 17 Nov 2020 15:51:11 +0100 Original-Received: from localhost ([::1]:52758 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kf2K6-0005I0-Sq for ged-emacs-devel@m.gmane-mx.org; Tue, 17 Nov 2020 09:51:10 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40848) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kf2JF-0004fm-Sk for emacs-devel@gnu.org; Tue, 17 Nov 2020 09:50:18 -0500 Original-Received: from shiro.masm11.me ([150.95.182.25]:36062) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kf2JC-0006X1-Pa; Tue, 17 Nov 2020 09:50:17 -0500 Original-Received: from luna.pink.masm11.me (KD111239255050.au-net.ne.jp [111.239.255.50]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shiro.masm11.me (Postfix) with ESMTPSA id A6080C0129; Tue, 17 Nov 2020 23:50:06 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1605624606; bh=QlSUBWYW+tSvC2CAxkDT/hB0p1YO3oN1iEPIiqUdH70=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=jF6YDsiiir/ZfFwwdn+g9MBh8mgr4V/oQdcTpODTybXkkF08kVeuVxPLy9wKq4ym3 6Pa1UewhwGhZXdZIP9PY9NC0qYF4bcUfT0y317lcXMKtC8ZzMKNPTpxMFaPiNMm9wj JlLY8clUJZLMthADzdLreZErlVbmKFiidW6i/3bg= In-Reply-To: <834kt673cy.fsf@gnu.org> X-Mailer: Mew version 6.8 on Emacs 28.0 Received-SPF: pass client-ip=150.95.182.25; envelope-from=masm@masm11.me; helo=shiro.masm11.me X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/17 09:50:07 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=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.23 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:259289 Archived-At: Hi, I and Jeff have done the copyright assignment. Jeff rebased the pgtk branch. We are going to push his one to fsf's repository. It is: https://github.com/fejfighter/emacs#branch=upstream-base My pgtk branch contains too many merge commits, but his one doesn't. Both branches contain the same contents. I want to push his one to fsf's repository. How to do it? Can I get an account of the repository here?: https://savannah.gnu.org/account/register.php -- Yuuki Harano On Sun, 26 Apr 2020 17:01:33 +0300, Eli Zaretskii wrote: >> Date: Sun, 26 Apr 2020 16:56:04 +0900 (JST) >> From: Yuuki Harano >> >> You may know, I ported emacs for pure Gtk3, especially for wayland native. >> >> https://github.com/masm11/emacs >> >> I created a new window-system, pgtk, which doesn't use libX11 directly. >> >> What do you think? I want to merge to mainline. > > Thank you for your interest in Emacs, and in particular for working on > this. > > I think this should be pushed to a feature branch first, and we should > then let people use it and report any problems, with the purpose of > making it stable enough before we merge to master. > > But before we create such a feature branch, there are a few > prerequisites: > > . You don't seem to have a copyright assignment on file. This would > be a significant contribution to Emacs, for which we must have > such an assignment from you before bringing this code into the > Emacs repository. Would you be willing to start the legal > paperwork now? If so, I will send you the form to fill. > > . The code seem to be based on an relatively old version of our > master branch, which makes it hard to review (there are many > spurious changes unrelated to your work). Please rebase on the > latest HEAD of the master branch. > > . Would it be possible for you to describe the design of this > feature, and how that affects the various Emacs features, so that > understanding the changes would be facilitated? In particular, > can this new window-system live together with X and TTY frames in > the same session? does it support Lisp threads? etc. Also, what > are the requirements from the platforms where this could be built > and used? > > Thanks again for your work on Emacs.