From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Yuuki Harano Newsgroups: gmane.emacs.devel Subject: emacs for pure Gtk3 Date: Sun, 26 Apr 2020 16:56:04 +0900 (JST) Organization: Ingage Inc. Message-ID: <20200426.165604.2054625945129238824.masm@luna.pink.masm11.me> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="46178"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 26 09:56:55 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 1jSc9n-000BuE-BP for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Apr 2020 09:56:55 +0200 Original-Received: from localhost ([::1]:54436 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSc9m-0000OR-Cu for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Apr 2020 03:56:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57294) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSc9B-0008Gk-RP for emacs-devel@gnu.org; Sun, 26 Apr 2020 03:56:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSc98-0008Et-Go for emacs-devel@gnu.org; Sun, 26 Apr 2020 03:56:17 -0400 Original-Received: from shiro.masm11.me ([150.95.182.25]:38074) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jSc97-0008EO-HB for emacs-devel@gnu.org; Sun, 26 Apr 2020 03:56:14 -0400 Original-Received: from luna.pink.masm11.me (224.232.12.61.ap.yournet.ne.jp [61.12.232.224]) (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 0C039C02B5 for ; Sun, 26 Apr 2020 16:56:06 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1587887766; bh=GzFZLReXJqSeAHw5C5zg845RXMB5OP3MVAgRr4lfSSg=; h=Date:To:Subject:From; b=oZBvtoH3JVgDIBn2Qqr+aTQlWf2BDZHTJGn7OOYl1GvMejOc/42ILDEXfPc3SN66E MBlJiK6m+MktSLuGydDzyz8m+y1BTghVsjGF6aimSUfXp6NTnpBGiI0MLFVROYmsih 4+efE1yaPO4A/4UUlOp08vX2LTow73NwHriDm0To= 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/04/26 03:56:06 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 150.95.182.25 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:247825 Archived-At: Hi, 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. -- Yuuki Harano