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: Re: emacs for pure Gtk3 Date: Wed, 29 Apr 2020 17:12:40 +0900 (JST) Organization: Ingage Inc. Message-ID: <20200429.171240.937567734801844160.masm@luna.pink.masm11.me> References: <20200426.165604.2054625945129238824.masm@luna.pink.masm11.me> <87zhaxjpea.fsf@yahoo.com> <87ftcmkdpd.fsf@yahoo.com> 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="19776"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: luangruo@yahoo.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 29 10:14:28 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 1jThrQ-00051Z-CB for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 10:14:28 +0200 Original-Received: from localhost ([::1]:43596 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jThrP-0005gk-Bc for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 04:14:27 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:52678) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jThqS-00045Y-Iv for emacs-devel@gnu.org; Wed, 29 Apr 2020 04:13:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jThpn-00045b-2a for emacs-devel@gnu.org; Wed, 29 Apr 2020 04:13:28 -0400 Original-Received: from shiro.masm11.me ([150.95.182.25]:40096) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jThpl-000455-VP for emacs-devel@gnu.org; Wed, 29 Apr 2020 04:12:46 -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 EB296C0147; Wed, 29 Apr 2020 17:12:40 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1588147961; bh=QUEYEEBEpxEi7Ot40H+mmkyUxp6n6D2wkuN2tv6zTqM=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=qT66Jsh/q5z93Yc2JX0Nbq1L9vBct8ZZvM3i/RmepGFl4UhQjQ8RM66/Xn04HxoEC +sx/fJobpdVsci2pfYYsDXTWogbqHJAwMeHA+dLkO5h9Ik7ioR2j3VBWnpx+gbt7dy 8rPwsQmhDbVfGsIzNA6gPSCJ+92ckQbq4v4lf/EE= In-Reply-To: <87ftcmkdpd.fsf@yahoo.com> 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/29 03:46:40 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:248093 Archived-At: Hi, On Wed, 29 Apr 2020 14:28:46 +0800, Po Lu wrote: >> I was maintaining some separate work a while ago, but I moved some of my >> work on top of yours some time ago. It would be nice if we could work >> together. A few noticable differences: >> - Support for GTK 2, 3, and the latest GTK 4 snapshots >> - Some visual features similar to other GTK applications >> - The GTK foreign rendering that I was mentioning earlier >> >> It currently includes some fairly ugly code, but I'm working on cleaning >> it up. > > Just a quick preview of some of the various improvements. What is "GTK foreign rendering"? I googled but nothing found. -- Yuuki Harano