From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: AW Newsgroups: gmane.emacs.help Subject: branch feature/native-comp Date: Sun, 10 Jan 2021 23:24:33 +0100 Message-ID: <3155523.KtHYCLeg2q@linux-izun> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31627"; mail-complaints-to="usenet@ciao.gmane.io" To: Help GNU Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jan 11 00:38:16 2021 Return-path: Envelope-to: geh-help-gnu-emacs@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 1kykHn-00089a-Fy for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 11 Jan 2021 00:38:15 +0100 Original-Received: from localhost ([::1]:59716 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kykHm-0002xf-Gy for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 10 Jan 2021 18:38:14 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60994) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kyj8a-0004hT-Ds for help-gnu-emacs@gnu.org; Sun, 10 Jan 2021 17:24:40 -0500 Original-Received: from mailout07.t-online.de ([194.25.134.83]:41196) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kyj8Y-0000GX-E8 for help-gnu-emacs@gnu.org; Sun, 10 Jan 2021 17:24:40 -0500 Original-Received: from fwd04.aul.t-online.de (fwd04.aul.t-online.de [172.20.26.149]) by mailout07.t-online.de (Postfix) with SMTP id 058264263B0C for ; Sun, 10 Jan 2021 23:24:35 +0100 (CET) Original-Received: from linux-izun.localnet (STg2EkZQwhx1KpQP5dVxSQl3560+ykXzpoa-8DgSSpsOsyrlkBJC-4OO6OR3dRcgDb@[87.183.133.100]) by fwd04.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1kyj8U-0U6r200; Sun, 10 Jan 2021 23:24:34 +0100 X-ID: STg2EkZQwhx1KpQP5dVxSQl3560+ykXzpoa-8DgSSpsOsyrlkBJC-4OO6OR3dRcgDb X-TOI-EXPURGATEID: 150726::1610317474-00004F6D-A9912920/0/0 CLEAN NORMAL X-TOI-MSGID: b60b526b-fae9-4548-9110-9afeee00ea6e Received-SPF: none client-ip=194.25.134.83; envelope-from=alexander.willand@t-online.de; helo=mailout07.t-online.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 10 Jan 2021 18:37:17 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:127173 Archived-At: Hi! OS: Linux, Tumbleweed by openSUSE 1) Is there somewhere a description of the git branches of emacs at http:// git.savannah.gnu.org/cgit/emacs.git ? 2) Linux on desktop is moving towards wayland. As far as I understand it (probably completely wrong), this is done with a kind of GTK-Emacs. There is a pure gtk feature branch, "feature/pgtk". I compiled it and it works under "pure" wayland. By the way, "./configure --with-native-comp" didn't work (no surprise). But there is also a branch feature/native-comp, which doesn't work under wayland. I checked this branch out as well, compiled it, installed it, but no fun: At least I always get the GTK error "cannot open display: 1". But in a x11 environment (KDE Plasma) in a short test there were no issues. As far as I understand it, sense of the latter branch is to speed up Emacs. And that makes me curious... Is there a way to get this native-compiled feature into an Emacs working under wayland? Regards, Alexander