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 16:15:13 +0200 Message-ID: <834k76atji.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> <87sfuqcagb.fsf@yahoo.com> <87o85ecads.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14084"; 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 15:16:41 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 1myaVt-0003Ss-0O for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Dec 2021 15:16:41 +0100 Original-Received: from localhost ([::1]:43488 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1myaVr-0005E0-0S for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Dec 2021 09:16:39 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36030) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myaUh-00045N-Ds for emacs-devel@gnu.org; Sat, 18 Dec 2021 09:15:27 -0500 Original-Received: from [2001:470:142:3::e] (port=52050 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 1myaUg-0006KL-1Y; Sat, 18 Dec 2021 09:15:26 -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=VtlDanNqZrMJdPMKYmToCPHJXIatWqEQAvh7p9lPEqg=; b=Fe5TPK7XuZ26 AmiPSLPfueb3kd5NVZHTjSZ2Ibk07KgCmmmwxD99/uOYz/zmfziOcSJrBbtUxnJDUqHt5Q+Rn8Oe6 w4V8MMp101FxkfNo00ZH7NbTPfMCnNi9uaoWlQ7ksyXkQjxgiUz98jSPAGVAKsEbRWOjN9ItzWf4V gWO6ZARkIXYy0c10H+J5M+H3+Y0nhXjHAYxgnKxQv1BznglXCAgpWRhJn4nsBZrBsZ1KQZIW0QNQ0 YXQeDJHw0PAGZO8z1BCgFajyB5MZ6FQk+dXObZaaP0KF1Tts9PcolyLG6dS5L9L8VgzWMtxt5MYml x6+ZUR/Q711Q8aOgbCokQg==; Original-Received: from [87.69.77.57] (port=4154 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 1myaUf-0004sw-Sl; Sat, 18 Dec 2021 09:15:26 -0500 In-Reply-To: <87o85ecads.fsf@yahoo.com> (message from Po Lu on Sat, 18 Dec 2021 21:26:07 +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:282311 Archived-At: > From: Po Lu > Cc: masm+emacs@masm11.me, emacs-devel@gnu.org > Date: Sat, 18 Dec 2021 21:26:07 +0800 > > I did the merge. Could the people who are able to verify that the > MS-Windows build is not broken? Somebody should clean up the code in PGTK files: there are code fragments in "#if 0" or commented out, etc.