From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#7135: 24.0.50; Mac OS X X11: emacsclient cannot find server from remote login Date: Thu, 30 Sep 2010 23:57:30 -0400 Message-ID: <7vbp7ea7kl.fsf@fencepost.gnu.org> References: <4CA42064.5060904@swipnet.se> <9ityl7loew.fsf@fencepost.gnu.org> <83lj6jpp31.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285906301 30115 80.91.229.12 (1 Oct 2010 04:11:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 04:11:41 +0000 (UTC) Cc: 7135@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 01 06:11:39 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P1WyA-00051Z-Rr for geb-bug-gnu-emacs@m.gmane.org; Fri, 01 Oct 2010 06:11:39 +0200 Original-Received: from localhost ([127.0.0.1]:60734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1Wy9-0000rJ-I5 for geb-bug-gnu-emacs@m.gmane.org; Fri, 01 Oct 2010 00:11:37 -0400 Original-Received: from [140.186.70.92] (port=59266 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1Wy1-0000r5-Bf for bug-gnu-emacs@gnu.org; Fri, 01 Oct 2010 00:11:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1Wy0-0005mL-Fb for bug-gnu-emacs@gnu.org; Fri, 01 Oct 2010 00:11:29 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1Wy0-0005mD-Ba for bug-gnu-emacs@gnu.org; Fri, 01 Oct 2010 00:11:28 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1P1Wi5-0002M3-P7; Thu, 30 Sep 2010 23:55:01 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Oct 2010 03:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7135 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 7135-submit@debbugs.gnu.org id=B7135.12859052759045 (code B ref 7135); Fri, 01 Oct 2010 03:55:01 +0000 Original-Received: (at 7135) by debbugs.gnu.org; 1 Oct 2010 03:54:35 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P1Whf-0002Lq-0n for submit@debbugs.gnu.org; Thu, 30 Sep 2010 23:54:35 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P1Whd-0002Ll-Qi for 7135@debbugs.gnu.org; Thu, 30 Sep 2010 23:54:34 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P1WkU-0000Gq-S7; Thu, 30 Sep 2010 23:57:30 -0400 X-Spook: chameleon man threat Agfa ICE arrangements USDOJ CIA X-Ran: [$Gra{bC0D?A3oI>X5AZ?,NPyQ}.x(^Ig7e-G'fSKyv['4*z;z$&@AcgyYiawVQrdlu5!> X-Hue: cyan X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 30 Sep 2010 23:55:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:40607 Archived-At: Eli Zaretskii wrote: > If this works, shouldn't it rather be part of egetenv? Or at least a > new get_tmpdir function that would call egetenv on all platforms > except Darwin, and use the above on Darwin? I'm not sure if this matters anywhere outside of the current context. I added a kludge to the init of temporary-file-directory in the trunk. Maybe as you say there should be a Ftemporary_file_directory that is used there and elsewhere.