From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: error in server-running-p on M$ Date: Sun, 23 Nov 2008 05:03:20 +0100 Message-ID: References: <18728.5963.672940.47287@a1ihome1.kph.uni-mainz.de> <18728.9899.815004.638335@a1ihome1.kph.uni-mainz.de> <18728.14527.648410.433140@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227413017 12908 80.91.229.12 (23 Nov 2008 04:03:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2008 04:03:37 +0000 (UTC) Cc: Eli Zaretskii , Ulrich Mueller , emacs-devel@gnu.org To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 05:04:39 2008 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 1L46D9-0006GB-4U for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 05:04:39 +0100 Original-Received: from localhost ([127.0.0.1]:60241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L46C0-00027P-77 for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2008 23:03:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L46Bv-00026r-Ca for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:03:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L46Bt-00026T-WB for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:03:23 -0500 Original-Received: from [199.232.76.173] (port=43385 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L46Bt-00026Q-Qa for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:03:21 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.250]:62969) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L46Bt-0003Al-K7 for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:03:21 -0500 Original-Received: by an-out-0708.google.com with SMTP id c38so679751ana.21 for ; Sat, 22 Nov 2008 20:03:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=diE7o5PEuooVpA4GBbbsIaEWPJzKIk9U2xQ4D+9jHTc=; b=OVtmKJUQYYrNkPMAK9eAKCsUc4OBUA3Y796LpT2HYlcqzAg1DSXs+U1cY6XL0t3DcF cthNeB6ebZWmB1qkx+Dg7AlrteehfJ17N2zOPRzR80MnODhlvdQIweXeFXIuW0sJwvVG Mqx0cge4ZN11vIe9G/Gakt/3VLxbT/vRH56Bw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=pu8QmyMEKpGtCtsimnt/NdYaQASV2XoW5ZEUq40J+Q1tVjbLIKDxldt1jdSL2yZhgX r3t3ThRybHotpDimhzNbiwE1sK8LsVV7kYL7iNXx8Brzd1HC5Bg4jYC45H1zPVQELSqD skaCf1W/5SMZDimGo6kWtiMeKn/ErwwIim1BU= Original-Received: by 10.100.105.13 with SMTP id d13mr976906anc.95.1227413000798; Sat, 22 Nov 2008 20:03:20 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Sat, 22 Nov 2008 20:03:20 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:105990 Archived-At: On Sun, Nov 23, 2008 at 05:01, dhruva wrote: > The host on which emacsclient is executed will look for a file with > the machine's IP. If the file exists, it picks the port from the file > extension part. Why do you suppose that when I run emacsclient on machine A I want to connect to an Emacs server running on A with preference to another running on B? Juanma