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: with-pgtk: C-; turns into plain ';' Date: Tue, 15 Feb 2022 16:02:22 +0200 Message-ID: <835ypg449d.fsf@gnu.org> References: <871r04zqbv.fsf@yahoo.com> <838ruc458z.fsf@gnu.org> <874k50xmye.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32679"; mail-complaints-to="usenet@ciao.gmane.io" Cc: raman@google.com, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 15 15:16:59 2022 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 1nJydW-0008Jw-Nh for ged-emacs-devel@m.gmane-mx.org; Tue, 15 Feb 2022 15:16:58 +0100 Original-Received: from localhost ([::1]:39064 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nJydV-0006Vh-LM for ged-emacs-devel@m.gmane-mx.org; Tue, 15 Feb 2022 09:16:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:39036) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJyPO-00077S-BH for emacs-devel@gnu.org; Tue, 15 Feb 2022 09:02:22 -0500 Original-Received: from [2001:470:142:3::e] (port=56520 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 1nJyPN-0003Ah-Ua; Tue, 15 Feb 2022 09:02:21 -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=tUeWgnivCARX/TyesrcAdfn86J0ryiPe8DBV062nhQ0=; b=czFlCU38eH9r hxk0ZFcXDiSUik8bYHMEmQLyHu7fSMFtuFo9BhuCoOXfpyiHvQajBH7p8869Vn0x3XqKj4Vfbt/eJ 6VUS/JYFuOtOLCZeUTheH4szmWShMRmaNMYQr1lM3UmLoPwd6V+AxatH1paFPPiYVCjljWwAhkoKk Jyrl657Hko87znfYS2jldHIW/HjaZ42iEwW0ocqnjnny0iv7k0n5cJYe2Sm03mBWC2o6l002xWWUU VUhpnCqlCgOgfVRiGoz2aZ/U0MVVV6UnGsSYZdouPUPM73n/iAFwY32Y0BykTNYcO39r06VdlPN1a pE3tGG/qzbvH56Aqt/T8FQ==; Original-Received: from [87.69.77.57] (port=4382 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 1nJyPM-0006yt-8s; Tue, 15 Feb 2022 09:02:21 -0500 In-Reply-To: <874k50xmye.fsf@yahoo.com> (message from Po Lu on Tue, 15 Feb 2022 21:45:45 +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:286333 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org, raman@google.com > Date: Tue, 15 Feb 2022 21:45:45 +0800 > > Eli Zaretskii writes: > > > Should this be in NEWS (and perhaps also in PROBLEMS)? > > The NEWS entry seems fine (it already mentions that it's for Wayland and > Broadway) IMNSHO, not explicitly enough: ** Emacs now supports being built with pure GTK. To use this option, make sure the GTK 3 and Cairo development files are installed, and configure Emacs with the option '--with-pgtk'. Unlike the default X and GTK build, the resulting Emacs binary will work on any underlying window system supported by GDK, such as Wayland and Broadway. No matter how many times I re-read this, I fail to understand that it tells me not to use it on X, and it definitely doesn't warn me of any downsides if I do. A word of warning is definitely in order there.