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.help Subject: Re: 'x-create-frame' succeeds, but 'x-open-connection' fails with same display argument Date: Mon, 04 Dec 2023 05:31:34 +0200 Message-ID: <831qc27ieh.fsf@gnu.org> References: <20231204021112.07410c13@Elitebook> <87il5eoljy.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2343"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 04 04:32:03 2023 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 1r9zgf-0000Q2-UD for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 04 Dec 2023 04:32:01 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r9zgE-0001iA-5z; Sun, 03 Dec 2023 22:31:34 -0500 Original-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 ) id 1r9zgB-0001hy-Mx for help-gnu-emacs@gnu.org; Sun, 03 Dec 2023 22:31:32 -0500 Original-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 ) id 1r9zgB-0000hL-4O for help-gnu-emacs@gnu.org; Sun, 03 Dec 2023 22:31:31 -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=nnOqi+osU2Dlkua5y3Yk67gvbp4ecqCVVSl/vGIVXFs=; b=Tlhz6hU3pTie n/DrJt15+d4kuIAqng2pZAJDRz7mDtAPEnbtthIfnHA1OeYOGGWpbp5PPyHbcV9sa3aJ3vgTWaU2u l9+e775aZ677LxN1lgB7S8hTDd3YH65TvR4rria4c58jKmKyGnKSRbHf5veMGO2R4oMwIormj454b HoxN+Km+//5LDcrezxz/SOODTHLq3Qjxka1PZ1+Yz5Bcz54LqOXeuGwVifTey5aFDw/p9mufENaDt OoO89FQGAW6mguHXZHOnNOeDlyR1xiqqdQiQzgy54UyaBSVuz28j6ag2kxBLj/jQEYlRxLwxuV41u zK2xATJWzRVrIGtOyxHsiw==; In-Reply-To: <87il5eoljy.fsf@yahoo.com> (message from Po Lu on Mon, 04 Dec 2023 08:31:29 +0800) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145615 Archived-At: > From: Po Lu > Cc: help-gnu-emacs@gnu.org > Date: Mon, 04 Dec 2023 08:31:29 +0800 > > > Emacs 29.1. > > > > /--- 30.2 Multiple Terminals topic in Elisp manual says, > > 'x-open-connection' can be tested for communication with a given X > > display. What I have missed ? > > > > Thank you in advance for your help ! > > I think this is a bug in Emacs, since the display is opened but a font > configuration event arrives shortly after it does, and triggers some > form of bug where, as no frame on that display then exists, > get-device-terminal signals that the display in the configuration event > is nonexistent. Please submit a bug report with all the details using report-emacs-bug. Thanks.