From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: branch feature/native-comp Date: Mon, 11 Jan 2021 00:49:55 +0100 Message-ID: <87eeiswdwc.fsf@telefonica.net> References: <3155523.KtHYCLeg2q@linux-izun> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4160"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.50 (gnu/linux) To: help-gnu-emacs@gnu.org Cancel-Lock: sha1:wr1vWbsuhloTxiCLsrNsxhb8bK0= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jan 11 00:51:10 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 1kykUI-0000vp-73 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 11 Jan 2021 00:51:10 +0100 Original-Received: from localhost ([::1]:34748 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kykUG-0005HB-VB for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 10 Jan 2021 18:51:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46290) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kykTG-0005GT-NM for help-gnu-emacs@gnu.org; Sun, 10 Jan 2021 18:50:08 -0500 Original-Received: from ciao.gmane.io ([116.202.254.214]:59106) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kykTC-0004Ug-Sq for help-gnu-emacs@gnu.org; Sun, 10 Jan 2021 18:50:05 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1kykTA-000AGJ-Sc for help-gnu-emacs@gnu.org; Mon, 11 Jan 2021 00:50:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=geh-help-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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:127174 Archived-At: AW writes: > 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 ? AFAIK, no. > 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). It is --with-nativecomp, but see below. > 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. The native-comp branch is not merged with into pgtk branch (nor into master, so --with-nativecomp only works on the native-comp branch (and that option is required to enable the feature)), so right now neither branch contains those two features. > 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? You can try creating a new branch that merges those two.