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: Mon, 29 Oct 2007 22:01:24 -0400 Message-ID: References: <4ky7dpbd3x.fsf@fencepost.gnu.org> <6br6jhfcz0.fsf@fencepost.gnu.org> <66tzo9k27t.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 1193709706 22082 80.91.229.12 (30 Oct 2007 02:01:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Oct 2007 02:01:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 30 03:01:48 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 1ImgQM-00056O-Pe for ged-emacs-devel@m.gmane.org; Tue, 30 Oct 2007 03:01:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImgQD-0000uN-D8 for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 22:01:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImgQ9-0000u7-PB for emacs-devel@gnu.org; Mon, 29 Oct 2007 22:01:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImgQ8-0000tf-AQ for emacs-devel@gnu.org; Mon, 29 Oct 2007 22:01:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImgQ8-0000tc-8J for emacs-devel@gnu.org; Mon, 29 Oct 2007 22:01:32 -0400 Original-Received: from tomts40.bellnexxia.net ([209.226.175.97] helo=tomts40-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImgQ3-0002l8-Ad; Mon, 29 Oct 2007 22:01:27 -0400 Original-Received: from ceviche.home ([74.12.208.145]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071030020126.BFNU1617.tomts40-srv.bellnexxia.net@ceviche.home>; Mon, 29 Oct 2007 22:01:26 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 36156B4ABE; Mon, 29 Oct 2007 22:01:24 -0400 (EDT) In-Reply-To: <66tzo9k27t.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 29 Oct 2007 18:03:50 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) 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:82115 Archived-At: > If you think this is just something funny to do with my local set-up, > or indeed just normal behaviour, we can stop investigating this. > The --display suggestion you made for emacsclient enables me to do > what I want. The "DISPLAY=" trick is probably the closest to previous emacsclient behavior, so maybe we should provide a flag for it. Or at least accept "--display ''". Stefan