Received: (at 67341) by debbugs.gnu.org; 30 Nov 2023 06:24:15 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Nov 30 01:24:15 2023 Received: from localhost ([127.0.0.1]:52059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r8aT9-0004v8-9K for submit <at> debbugs.gnu.org; Thu, 30 Nov 2023 01:24:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59168) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1r8aT7-0004uo-8K for 67341 <at> debbugs.gnu.org; Thu, 30 Nov 2023 01:24:14 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1r8aSt-0000Gk-OH; Thu, 30 Nov 2023 01:23:59 -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=3drXxRJzcAHxwNY0AlTGbbl474ZAc7O/6TBBfilA/TM=; b=nr+kCfyLaii3 hu3aifE1RO0peHrxYL9Y1GysAmQvS3QhCFyPNHywQkKfktBHedj2NNaFrR33rxTS5irq07rajM+oq 1G6We/t12U9H2goz/2xmCko8vfBW3JZIvwoHtUJ2g2UTGyAe6ts6qtG9Aee6gwabSvwVzIr8+B5SH U9IaE+LsUgLXSjyZza6l3xbNgH13c2xaP2pSGTBrebExTOWanM7Mit435OifEOIQp27qjZI2a6rVq r6elgHpnc1mrvp3VOPK+BWmWs9I99dQ3ilYXPCd4nQ7dCjgUUhRz2vZKHCNS4JoO3Aq9x+SMnKwOy 358xcOZY1asPi8AbMyyc0g==; Date: Thu, 30 Nov 2023 08:23:50 +0200 Message-Id: <83o7fb69op.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Phillip Susi <phill@HIDDEN> In-Reply-To: <87ttp4uw9x.fsf@HIDDEN> (message from Phillip Susi on Wed, 29 Nov 2023 15:42:02 -0500) Subject: Re: bug#67341: 29.1.90; Open frame on display doesn't work in wayland References: <87y1eq3n8b.fsf@HIDDEN> <83sf4yhn2x.fsf@HIDDEN> <871qchv6xo.fsf@HIDDEN> <87o7fdybew.fsf@HIDDEN> <83zfyx7m8j.fsf@HIDDEN> <87ttp4uw9x.fsf@HIDDEN> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67341 Cc: 67341 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Phillip Susi <phill@HIDDEN> > Cc: 67341 <at> debbugs.gnu.org > Date: Wed, 29 Nov 2023 15:42:02 -0500 > > Eli Zaretskii <eliz@HIDDEN> writes: > > > Can you step in Edebug through make-frame-on-display and make-frame, > > and try to figure out how come wayland-2 becomes wayland-1, during the > > processing of the command? > > I've never tried using the emacs debugger before, but I managed to get > it to enter debug on entry to make-frame-on-display, and had to hit 'd' > to step through it a LOT. I only ever saw "wayland-2", never > "wayland-1". There were a bunch of window on "Minibuf-0". I meant Edebug, not the basic debugger. Edebug is easier to use, and it is fully documented in the ELisp manual. Something like the below should get you started: emacs -Q M-x load-library RET frame.el RET C-x C-f /path/to/lisp/frame.el RET C-s defun make-frame ( RET M-x edebug-defun RET M-x make-frame-on-display RET wayland-2 RET Now you should see Edebug kick in: Emacs will show the make-frame function with a little arrow on the fringe to the left of the beginning of its code. You can press SPC to step through the code. Step like that until you get to this part: (setq frame (let ((window-system w)) ; Hack attack! (frame-creation-function params))) and tell the value of 'params' passed to frame-creation-function (the value will be shown in the echo-area when the cursor is just after "params"). Let me know if you need more help with Edebug. Thanks.
bug-gnu-emacs@HIDDEN
:bug#67341
; Package emacs
.
Full text available.Received: (at 67341) by debbugs.gnu.org; 29 Nov 2023 20:42:16 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Nov 29 15:42:16 2023 Received: from localhost ([127.0.0.1]:51582 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r8RNw-0007v0-Eg for submit <at> debbugs.gnu.org; Wed, 29 Nov 2023 15:42:16 -0500 Received: from vps.thesusis.net ([34.202.238.73]:51698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <phill@HIDDEN>) id 1r8RNu-0007uo-VZ for 67341 <at> debbugs.gnu.org; Wed, 29 Nov 2023 15:42:15 -0500 Received: by vps.thesusis.net (Postfix, from userid 1000) id 0866A14B293; Wed, 29 Nov 2023 15:42:02 -0500 (EST) From: Phillip Susi <phill@HIDDEN> To: Eli Zaretskii <eliz@HIDDEN> Subject: Re: bug#67341: 29.1.90; Open frame on display doesn't work in wayland In-Reply-To: <83zfyx7m8j.fsf@HIDDEN> References: <87y1eq3n8b.fsf@HIDDEN> <83sf4yhn2x.fsf@HIDDEN> <871qchv6xo.fsf@HIDDEN> <87o7fdybew.fsf@HIDDEN> <83zfyx7m8j.fsf@HIDDEN> Date: Wed, 29 Nov 2023 15:42:02 -0500 Message-ID: <87ttp4uw9x.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67341 Cc: 67341 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Eli Zaretskii <eliz@HIDDEN> writes: > Can you step in Edebug through make-frame-on-display and make-frame, > and try to figure out how come wayland-2 becomes wayland-1, during the > processing of the command? I've never tried using the emacs debugger before, but I managed to get it to enter debug on entry to make-frame-on-display, and had to hit 'd' to step through it a LOT. I only ever saw "wayland-2", never "wayland-1". There were a bunch of window on "Minibuf-0".
bug-gnu-emacs@HIDDEN
:bug#67341
; Package emacs
.
Full text available.Received: (at 67341) by debbugs.gnu.org; 28 Nov 2023 18:43:35 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 28 13:43:35 2023 Received: from localhost ([127.0.0.1]:47736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r833X-0000uj-Fs for submit <at> debbugs.gnu.org; Tue, 28 Nov 2023 13:43:35 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1r833V-0000uQ-QC for 67341 <at> debbugs.gnu.org; Tue, 28 Nov 2023 13:43:34 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1r833J-0007Dz-Al; Tue, 28 Nov 2023 13:43: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=odleEMflhpxg2u9JS30VaySWbPNCm8l5yO2P8F48bjA=; b=M1CglUWLcBNG SWn3jqStBotX3RBpwpmk8b0zUH6GZ8tfNKK+97UiFO9D73PH4wS6hjYOup4WwWDKvCrZ13crnJnT9 Ue1RbH0aUGm6Gu0yISnEEJyuMW9RvVwCCm7v7MY6QAX//jiVcWbWSCZYwcUYDIuyA733qjCKx/gQL RJ2RJ0GJZWfSAmQfyId72JveC7KJXu7s3oISVc4SZrbRY863ahdPo/vfhz92hx7M+QpyKw0T71Mxi 9BcysqWUgnL7aWGTuuL4YZCykl0mgoOm1aigqrEgelzq/obos+kc6Ev5PPxRhpdhl57F73pHaq9hv XjgfTetLQsJjaU2hXc7qaw==; Date: Tue, 28 Nov 2023 20:42:52 +0200 Message-Id: <83zfyx7m8j.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Phillip Susi <phill@HIDDEN> In-Reply-To: <87o7fdybew.fsf@HIDDEN> (message from Phillip Susi on Tue, 28 Nov 2023 13:34:31 -0500) Subject: Re: bug#67341: 29.1.90; Open frame on display doesn't work in wayland References: <87y1eq3n8b.fsf@HIDDEN> <83sf4yhn2x.fsf@HIDDEN> <871qchv6xo.fsf@HIDDEN> <87o7fdybew.fsf@HIDDEN> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67341 Cc: 67341 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Phillip Susi <phill@HIDDEN> > Cc: 67341 <at> debbugs.gnu.org > Date: Tue, 28 Nov 2023 13:34:31 -0500 > > Phillip Susi <phill@HIDDEN> writes: > > >> What does the below yield if you type it in the new frame: > >> > >> M-: (frame-parameter nil 'display) RET > > > > I'm home for the holidays so I'll have to check that next Monday. > > After asking it to create a new frame on wayland-2, running that command > in the new frame that appeared in wayland-1 of course, says wayland-1. Can you step in Edebug through make-frame-on-display and make-frame, and try to figure out how come wayland-2 becomes wayland-1, during the processing of the command?
bug-gnu-emacs@HIDDEN
:bug#67341
; Package emacs
.
Full text available.Received: (at 67341) by debbugs.gnu.org; 28 Nov 2023 18:34:48 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 28 13:34:48 2023 Received: from localhost ([127.0.0.1]:47727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r82v2-0000gr-H2 for submit <at> debbugs.gnu.org; Tue, 28 Nov 2023 13:34:48 -0500 Received: from vps.thesusis.net ([2600:1f18:60b9:2f00:6f85:14c6:952:bad3]:52632) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <phill@HIDDEN>) id 1r82uy-0000ga-1P for 67341 <at> debbugs.gnu.org; Tue, 28 Nov 2023 13:34:47 -0500 Received: by vps.thesusis.net (Postfix, from userid 1000) id 817F614AFC6; Tue, 28 Nov 2023 13:34:31 -0500 (EST) From: Phillip Susi <phill@HIDDEN> To: Eli Zaretskii <eliz@HIDDEN> Subject: Re: bug#67341: 29.1.90; Open frame on display doesn't work in wayland In-Reply-To: <871qchv6xo.fsf@HIDDEN> References: <87y1eq3n8b.fsf@HIDDEN> <83sf4yhn2x.fsf@HIDDEN> <871qchv6xo.fsf@HIDDEN> Date: Tue, 28 Nov 2023 13:34:31 -0500 Message-ID: <87o7fdybew.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67341 Cc: 67341 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Phillip Susi <phill@HIDDEN> writes: >> What does the below yield if you type it in the new frame: >> >> M-: (frame-parameter nil 'display) RET > > I'm home for the holidays so I'll have to check that next Monday. After asking it to create a new frame on wayland-2, running that command in the new frame that appeared in wayland-1 of course, says wayland-1.
bug-gnu-emacs@HIDDEN
:bug#67341
; Package emacs
.
Full text available.Received: (at 67341) by debbugs.gnu.org; 22 Nov 2023 21:01:35 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Nov 22 16:01:35 2023 Received: from localhost ([127.0.0.1]:59979 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r5uLn-0006ra-65 for submit <at> debbugs.gnu.org; Wed, 22 Nov 2023 16:01:35 -0500 Received: from vps.thesusis.net ([34.202.238.73]:38228) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <phill@HIDDEN>) id 1r5uLk-0006rK-Es for 67341 <at> debbugs.gnu.org; Wed, 22 Nov 2023 16:01:33 -0500 Received: by vps.thesusis.net (Postfix, from userid 1000) id 9BDD314A21D; Wed, 22 Nov 2023 16:01:23 -0500 (EST) From: Phillip Susi <phill@HIDDEN> To: Eli Zaretskii <eliz@HIDDEN> Subject: Re: bug#67341: 29.1.90; Open frame on display doesn't work in wayland In-Reply-To: <83sf4yhn2x.fsf@HIDDEN> References: <87y1eq3n8b.fsf@HIDDEN> <83sf4yhn2x.fsf@HIDDEN> Date: Wed, 22 Nov 2023 16:01:23 -0500 Message-ID: <871qchv6xo.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67341 Cc: 67341 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Eli Zaretskii <eliz@HIDDEN> writes: > Does your user have access to the X server on that display? Wayland, not X. And yes. I also tried running emacsclient -c from another wayland session and emacs opened the frame in the first one. > What does the below yield if you type it in the new frame: > > M-: (frame-parameter nil 'display) RET I'm home for the holidays so I'll have to check that next Monday.
bug-gnu-emacs@HIDDEN
:bug#67341
; Package emacs
.
Full text available.Received: (at 67341) by debbugs.gnu.org; 21 Nov 2023 20:24:30 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 21 15:24:30 2023 Received: from localhost ([127.0.0.1]:57503 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r5XIL-0005p9-Na for submit <at> debbugs.gnu.org; Tue, 21 Nov 2023 15:24:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49564) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1r5XIJ-0005ov-Hn for 67341 <at> debbugs.gnu.org; Tue, 21 Nov 2023 15:24:28 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1r5XIB-0004is-BB; Tue, 21 Nov 2023 15:24:19 -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=X6n0IRQE3JSFjx7Xtybo1cLT6nvt64ye59F9kulA2MM=; b=iNQx/6iKoKm5 /BCNx7Y0WPfOmRfwrsYm7BfvAVz6cN1QuSN9Ws4/lS+yesiQv+FjICT4Yrnc2lOQ496pobG9ZYTn6 pwzEBatQnpEwAT0n2gLhvAgjGitl4OCMozaVNhwbU6YDr0LTQU83CDRNq+NvAFr/hqAut51tRPZtR 6Vf0pyVwrJ25rO2Ksri9lnKiHl1jJsGSwnxGCLAsEcwek0MsMCeIp3ePz9h0IpqTgvYsCC0ITNt9B XmNHlHRuX3RSREr4PP1T40lDVou8qoBG1bvpAxiQG7/XUpptaHAbGNEdYUh8mRyWPQK0rWcHr8cv4 fu7Zjj39ACp+/MUuTghunA==; Date: Tue, 21 Nov 2023 22:24:06 +0200 Message-Id: <83sf4yhn2x.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: phill@HIDDEN In-Reply-To: <87y1eq3n8b.fsf@HIDDEN> (phill@HIDDEN) Subject: Re: bug#67341: 29.1.90; Open frame on display doesn't work in wayland References: <87y1eq3n8b.fsf@HIDDEN> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67341 Cc: 67341 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: phill@HIDDEN > Date: Tue, 21 Nov 2023 14:44:36 -0500 > > > Select File => New frame on display server from the menu. You are > prompted for the display server to connect to. Enter some value other > than the default. Emacs ignores the value you entered and instead > creates a new frame on your current display server. Does your user have access to the X server on that display? What does the below yield if you type it in the new frame: M-: (frame-parameter nil 'display) RET
bug-gnu-emacs@HIDDEN
:bug#67341
; Package emacs
.
Full text available.Received: (at submit) by debbugs.gnu.org; 21 Nov 2023 19:44:52 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Nov 21 14:44:52 2023 Received: from localhost ([127.0.0.1]:57484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1r5Wfy-0004hX-Gf for submit <at> debbugs.gnu.org; Tue, 21 Nov 2023 14:44:52 -0500 Received: from lists.gnu.org ([2001:470:142::17]:53686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <phill@HIDDEN>) id 1r5Wfw-0004hK-BU for submit <at> debbugs.gnu.org; Tue, 21 Nov 2023 14:44:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <phill@HIDDEN>) id 1r5Wfo-0003lj-5W for bug-gnu-emacs@HIDDEN; Tue, 21 Nov 2023 14:44:40 -0500 Received: from vps.thesusis.net ([2600:1f18:60b9:2f00:6f85:14c6:952:bad3]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <phill@HIDDEN>) id 1r5Wfm-0004Uu-35 for bug-gnu-emacs@HIDDEN; Tue, 21 Nov 2023 14:44:39 -0500 Received: by vps.thesusis.net (Postfix, from userid 1000) id 62B7C149F37; Tue, 21 Nov 2023 14:44:36 -0500 (EST) From: phill@HIDDEN To: bug-gnu-emacs@HIDDEN Subject: 29.1.90; Open frame on display doesn't work in wayland Date: Tue, 21 Nov 2023 14:44:36 -0500 Message-ID: <87y1eq3n8b.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2600:1f18:60b9:2f00:6f85:14c6:952:bad3; envelope-from=phill@HIDDEN; helo=vps.thesusis.net 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) Select File => New frame on display server from the menu. You are prompted for the display server to connect to. Enter some value other than the default. Emacs ignores the value you entered and instead creates a new frame on your current display server. In GNU Emacs 29.1.90 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) of 2023-10-19 built on localhost System Description: Gentoo Linux Configured using: 'configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-silent-rules --docdir=/usr/share/doc/emacs-29.1.90 --htmldir=/usr/share/doc/emacs-29.1.90/html --libdir=/usr/lib64 --program-suffix=-emacs-29-vcs --includedir=/usr/include/emacs-29-vcs --infodir=/usr/share/info/emacs-29-vcs --localstatedir=/var --enable-locallisppath=/etc/emacs:/usr/share/emacs/site-lisp --without-compress-install --without-hesiod --without-pop --with-file-notification=inotify --with-pdumper --enable-acl --with-dbus --with-modules --without-gameuser --with-libgmp --with-gpm --with-native-compilation=aot --without-json --without-kerberos --without-kerberos5 --with-lcms2 --without-xml2 --without-mailutils --without-selinux --without-small-ja-dic --without-sqlite3 --with-gnutls --with-libsystemd --with-threads --with-tree-sitter --without-wide-int --with-sound=alsa --with-zlib --with-pgtk --without-x --without-ns --with-toolkit-scroll-bars --without-gconf --without-gsettings --without-harfbuzz --without-libotf --without-m17n-flt --without-xwidgets --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --without-webp --without-imagemagick --with-dumping=pdumper 'CFLAGS=-march=native -O2 -pipe' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed'' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM JPEG LCMS2 LIBSYSTEMD MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER XIM GTK3 ZLIB Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Info Minor modes in effect: tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t isearch-fold-quotes-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t buffer-read-only: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message yank-media puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util text-property-search mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils misearch multi-isearch goto-addr thingatpt view finder finder-inf find-func lisp-mnt mule-util jka-compr info noutline outline kmacro facemenu two-column time-date comp comp-cstr warnings icons rx cl-extra help-mode manoj-dark-theme site-gentoo ranger-autoloads scopeline-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/pgtk-win pgtk-win term/common-win pgtk-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting font-render-setting cairo gtk pgtk lcms2 multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 146676 11311) (symbols 48 10243 0) (strings 32 33280 2928) (string-bytes 1 941076) (vectors 16 21909) (vector-slots 8 432823 19920) (floats 8 68 114) (intervals 56 9470 0) (buffers 984 15))
phill@HIDDEN
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#67341
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.