From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: CVS trunk emacsclient: X11 connection rejected Date: Fri, 26 Oct 2007 23:04:51 -0400 Message-ID: References: <4ky7dpbd3x.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193454355 32481 80.91.229.12 (27 Oct 2007 03:05:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Oct 2007 03:05:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 27 05:05:56 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ilbz7-0002i9-Sa for ged-emacs-devel@m.gmane.org; Sat, 27 Oct 2007 05:05:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ilbyz-0000FJ-AP for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 23:05:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ilbyu-0000Ct-Tg for emacs-devel@gnu.org; Fri, 26 Oct 2007 23:05:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ilbyt-0000AN-6B for emacs-devel@gnu.org; Fri, 26 Oct 2007 23:05:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ilbyt-0000A1-0N for emacs-devel@gnu.org; Fri, 26 Oct 2007 23:04:59 -0400 Original-Received: from tomts16-srv.bellnexxia.net ([209.226.175.4]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ilbym-0002LT-P9; Fri, 26 Oct 2007 23:04:52 -0400 Original-Received: from pastel.home ([74.12.208.145]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071027030451.QDUP574.tomts16-srv.bellnexxia.net@pastel.home>; Fri, 26 Oct 2007 23:04:51 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6E9EB80F0; Fri, 26 Oct 2007 23:04:51 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Fri\, 26 Oct 2007 22\:43\:38 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81822 Archived-At: > On host1, XAUTHORITY=/tmp/.gdmES6K0T. This file has not been updated > for a few hours. There is a separate ~/.Xauthority file, which is > updated by ssh running emacsclient, emacs or xterm. I see. So the `emacs' server was run with XAUTHORITY=/tmp/.gdmES6K0T which only contains keys to contact ":0.0", where the pseudo-display setup by ssh on localhost:10 uses its own key, stored in ~/.Xauthority. So the problem is that the `emacs' server can't find the appropriate key because it's not looking at the right file. > On host1, DISPLAY = :0.0 Thanks. >> That's a bug. What happens to the frame that pops up? Does it stick >> around, displaying some unrelated buffer? Or does it disappear? Is >> the buffer displayed elsewhere? Is the buffer not displayed but kept >> (i.e. it appears in the buffer list)? > The frame that pops up persists, displaying the `*scratch*' buffer. > The README file does not appear in the buffer-list at all. > There's no indication Emacs has tried to visit it (nothing in Messages). > The frame that pops up has (frame-parameter nil 'display) == :0 Thanks. I'll try and see what's going. Stefan