From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jonathan Corbet Newsgroups: gmane.emacs.devel Subject: Re: Merge feature/pgtk to master? Date: Thu, 04 Nov 2021 13:13:15 -0600 Message-ID: <87ee7v20qc.fsf@meer.lwn.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16903"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Vitaly Ankh , emacs-devel@gnu.org To: Fejfighter , Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 04 20:48:24 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 1miiil-00048l-MJ for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Nov 2021 20:48:24 +0100 Original-Received: from localhost ([::1]:41146 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1miiij-00054X-Q4 for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Nov 2021 15:48:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43852) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1miiAr-0003lv-On for emacs-devel@gnu.org; Thu, 04 Nov 2021 15:13:21 -0400 Original-Received: from ms.lwn.net ([45.79.88.28]:37302) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1miiAp-0008LI-BO for emacs-devel@gnu.org; Thu, 04 Nov 2021 15:13:21 -0400 Original-Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 432346696; Thu, 4 Nov 2021 19:13:16 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 432346696 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1636053196; bh=JXVDPsUGRXXdll/gQNGNxaOd3SDC+jXYKChNfpObAbs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=mea0bFwIDpzlPyw8UxJ+zqktjt2w73rBo6wgOPvoOr40fV6XuiiyI14kwj2dWS/Mj 4Xut9RRNcT71XkTgR3lBmvauxz9ZhCvgJS3YQ9BDCETCbYHwfWAj2/ucqtqUVzyb6Z /ujp2AP2FNRfS6IXqMrh8dsArnBMSMTrIslxIvsK7J9ZF5/4aPjuFXLGxnKZ5eSo8F jzFyeIyOYH8UsupCpeDNtxFC8OTKs8eu8WT4PJ1lO4BKVNRlPBtyFoYZDp423X5Cde OS97rrxGtk9T6J444FM6eZaTf8gDir8AtLuMsE/Y8hL7n1d5+cZwo/jFEVNbOlY2kQ G51TLAk6A0v/g== In-Reply-To: Received-SPF: pass client-ip=45.79.88.28; envelope-from=corbet@lwn.net; helo=ms.lwn.net 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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 04 Nov 2021 15:47:39 -0400 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:278711 Archived-At: Fejfighter writes: > I did notice that the branch hasn't had a merge in from master since around > the time of the last discussion, aside from one patch. > There have been a couple of other issues mentioned outside of the bug > tracker, some I have patches that I haven't yet had a chance to push up, > and one or 2 others that I have been spinning on when I am stuck on other > emacs ideas. > > I am happy to bring the pgtk branch up to par with master, for an easier > merge into master, and have created a savannah account(with this email) in > order to do that. Just for what it's worth, I've been running the pgtk branch for many months and am most pleased with it; going back to X-based Emacs feels kind of dirty to me now... This is great work and I would love to see it merged. Thanks, jon