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: Tue, 28 Apr 2020 00:35:47 +0900 (JST) Organization: Ingage Inc. Message-ID: <20200428.003547.507432441056098442.masm@luna.pink.masm11.me> References: <20200426.165604.2054625945129238824.masm@luna.pink.masm11.me> <834kt673cy.fsf@gnu.org> <20200427.213727.386515228111850912.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="49632"; 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 Mon Apr 27 17:37:31 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 1jT5p5-000CnX-5L for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Apr 2020 17:37:31 +0200 Original-Received: from localhost ([::1]:51832 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jT5p4-0001iZ-30 for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Apr 2020 11:37:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39352) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jT5nj-00005p-7t for emacs-devel@gnu.org; Mon, 27 Apr 2020 11:36:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jT5ni-0007MT-Am for emacs-devel@gnu.org; Mon, 27 Apr 2020 11:36:06 -0400 Original-Received: from shiro.masm11.me ([150.95.182.25]:39140) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jT5na-0006lC-Sz; Mon, 27 Apr 2020 11:35:59 -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 564D7C0115; Tue, 28 Apr 2020 00:35:53 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=masm11.me; s=202002; t=1588001753; bh=Wc7Z3WJej8zeOiMb6mr+8xgM0HcEZTRQykLMjDI86Fc=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=TOa4kztoDhSqAXxu8QtgGbx9feOfKtY6mLLqx4Wof2a34Avalfr2C/SWFkM+wpRuE GesavWYzI+qeOJdnYoLUwIc5SCgy1i+N+Qjc3JrfK3cxK+tStF5GEn0zXmHOHQBac/ ozY2LClmWgVaoOIjVSP2dtrIZc/pfxs9w8sEfRME= In-Reply-To: <20200427.213727.386515228111850912.masm@luna.pink.masm11.me> 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/27 11:35:53 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:247938 Archived-At: On Mon, 27 Apr 2020 21:37:27 +0900 (JST), Yuuki Harano wrote: >> . 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. > > OK, I'll rebase later. I rebased to master of emacs-mirror/emacs. -- Yuuki Harano