From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Poor handling of multiple X displays Date: Fri, 19 Jul 2002 17:15:36 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200207192315.g6JNFau27751@aztec.santafe.edu> References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1027120857 4721 127.0.0.1 (19 Jul 2002 23:20:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 19 Jul 2002 23:20:57 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, dot@dotat.at Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Vh3Q-0001E2-00 for ; Sat, 20 Jul 2002 01:20:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Vh3Y-0000i2-00; Fri, 19 Jul 2002 19:21:04 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17VgyH-0000Mc-00; Fri, 19 Jul 2002 19:15:37 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g6JNFfB28183; Fri, 19 Jul 2002 17:15:41 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g6JNFau27751; Fri, 19 Jul 2002 17:15:36 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: dot@dotat.at In-Reply-To: (message from Tony Finch on Fri, 19 Jul 2002 15:47:52 +0000) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2789 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2789 The underlying code that goes wrong is (make-frame '((display . "cyan.csi.cam.ac.uk:10.0"))) which when run with C-x C-e produces Debugger entered--Lisp error: (error "Connection lost to X server `cyan.csi.cam.ac.uk:10.0'") x-create-frame(((visibility) (display . "cyan.csi.cam.ac.uk:10.0"))) This looks like a problem at the Xlib level. If that is true, there is nothing we can do. We need someone to debug the problem.