From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Init X display on -nw. Date: Wed, 12 Apr 2006 08:23:36 +0200 Message-ID: <443C9CE8.1090209@swipnet.se> References: <87hd4zsxu4.fsf@lrde.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1144823044 3681 80.91.229.2 (12 Apr 2006 06:24:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Apr 2006 06:24:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 12 08:24:00 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FTYld-00018L-Nb for ged-emacs-devel@m.gmane.org; Wed, 12 Apr 2006 08:23:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTYld-0006za-4E for ged-emacs-devel@m.gmane.org; Wed, 12 Apr 2006 02:23:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FTYlP-0006zI-Ng for emacs-devel@gnu.org; Wed, 12 Apr 2006 02:23:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FTYlO-0006yi-8i for emacs-devel@gnu.org; Wed, 12 Apr 2006 02:23:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTYlO-0006yf-5n for emacs-devel@gnu.org; Wed, 12 Apr 2006 02:23:38 -0400 Original-Received: from [213.50.74.197] (helo=smtp.operax.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1FTYqP-00012t-Pw for emacs-devel@gnu.org; Wed, 12 Apr 2006 02:28:50 -0400 Original-Received: (qmail 55614 invoked by uid 0); 12 Apr 2006 06:23:36 -0000 Original-Received: from dentan.operax.com (HELO ?192.168.1.48?) (192.168.1.48) by treo.operax.com with SMTP; 12 Apr 2006 06:23:36 -0000 User-Agent: Thunderbird 1.5 (X11/20051201) Original-To: =?ISO-8859-1?Q?Micha=EBl_Cadilhac?= In-Reply-To: <87hd4zsxu4.fsf@lrde.org> 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:52735 Archived-At: Michaël Cadilhac wrote: > I've a distant computer that sets the DISPLAY value on ssh, but it has > a so old X server that Emacs can't connect to it. No problem, it's not > due to Emacs. > > However, I then use `emacs -nw'. > > Well, I don't see the point of this message : > > $ emacs -nw > Xlib: connection to "localhost:10.0" refused by server > Xlib: Invalid MIT-MAGIC-COOKIE-1 key > Display localhost:10.0 unavailable, simulating -nw > $ > > Emacs, my dear, please don't simulate, do it. > > I propose the following (maybe naive) tiny change : Checked in. Jan D.