From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Merging the pgtk branch Date: Sat, 18 Dec 2021 15:26:36 +0200 Message-ID: <838rwiavsj.fsf@gnu.org> References: <20211207.010121.923567574254848362.masm@luna.pink.masm11.me> <87pmq6bccw.fsf@yahoo.com> <87ilvmfip1.fsf@yahoo.com> <20211218.215200.320390654799243849.masm@luna.pink.masm11.me> <87a6gydqe9.fsf@yahoo.com> <83bl1eax3i.fsf@gnu.org> <871r2adq3a.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25500"; mail-complaints-to="usenet@ciao.gmane.io" Cc: masm+emacs@masm11.me, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 18 14:36:06 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 1myZsa-0006M6-Sd for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Dec 2021 14:36:05 +0100 Original-Received: from localhost ([::1]:39516 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1myZsZ-0006Cz-Nm for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Dec 2021 08:36:03 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55824) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myZjd-0006UM-TG for emacs-devel@gnu.org; Sat, 18 Dec 2021 08:26:49 -0500 Original-Received: from [2001:470:142:3::e] (port=50288 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myZjc-00082D-G9; Sat, 18 Dec 2021 08:26:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=y1OUjxcUAfiMxsqrEB4/Zjz6u5Q5OvW5pjVWNWZJ/5A=; b=cCWBdXtOG72k GvyNOzZ7Lx9K9Vh7uBMQLhSCorRJQYrx8d9pXP/7Xo6qq9A68e7bWr+4n7hkThZ2zYHu0JrWyxaAi YOLApgfy2kIAmPSzo7uJmyFs7DNd2fzLa2TE38sDp8I/NeRyPEdXSufCIh+CO5Qw11govIlaDwtD8 vqkeyGcoUaH5C5UGWVKaiGYKelzqxyffiXexC6ABqMrSS0C57LoOiZe4fYKp7wQXJR3h7qy+rwcVM LTNvl+Ida9+yPasxlj+vkHny25/QXfPXOb6tnc9XdmgP/BRbVdhtrJWdK24TIYsyUE6ML91L1DH7h F2M5q16gA5L3Pyws6ggLcA==; Original-Received: from [87.69.77.57] (port=1128 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myZjc-00022y-BA; Sat, 18 Dec 2021 08:26:48 -0500 In-Reply-To: <871r2adq3a.fsf@yahoo.com> (message from Po Lu on Sat, 18 Dec 2021 21:01:29 +0800) 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:282301 Archived-At: > From: Po Lu > Cc: masm+emacs@masm11.me, emacs-devel@gnu.org > Date: Sat, 18 Dec 2021 21:01:29 +0800 > > BTW, shouldn't we put an error message somewhere in configure.ac telling > people that the branch is now on master and that the feature branch is > obsolete? I'm not sure it's worth the hassle. > Lots of people are tracking `feature/pgtk' right now, and I don't want a > repeat of the "people are using feature/native-comp after it was merged > to master" situation we had earlier. Messages shown by configure are mostly ignored -- people go for a coffee while Emacs builds.