From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: error in server-running-p on M$ Date: Sun, 23 Nov 2008 09:40:58 +0530 Message-ID: References: <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=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227413516 13957 80.91.229.12 (23 Nov 2008 04:11:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2008 04:11:56 +0000 (UTC) Cc: Eli Zaretskii , Ulrich Mueller , emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 05:12:59 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 1L46L8-0007pF-Dp for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 05:12:54 +0100 Original-Received: from localhost ([127.0.0.1]:37588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L46Jy-0005ix-QI for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2008 23:11:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L46JL-0004zd-NM for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:11:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L46JI-0004xF-FN for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:11:01 -0500 Original-Received: from [199.232.76.173] (port=47461 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L46JI-0004x5-59 for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:11:00 -0500 Original-Received: from rv-out-0708.google.com ([209.85.198.241]:48794) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L46JH-0004Ll-Vf for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:11:00 -0500 Original-Received: by rv-out-0708.google.com with SMTP id k29so1684530rvb.6 for ; Sat, 22 Nov 2008 20:10:58 -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=1dARkBk2RfxwSS+rLj7sVAprsTRm9imOGwnFQIsvoB4=; b=aGgaTT75uDdTj98LAkkvb4HiQtARMppsLok/FaDa7UYQrhMk/lOm2u0rULpjp5QWsl Vahf+uReFLPKUvRd0WDxN064NFwNnmRGQCwmZCs1tQi8S/+9n/hF5eQQDu86hd2yrKpR KJF8cOLgA7tyOgaaf/voti3eF1+Hr6EjCoPF0= 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=X4FIBgcvzk4YKxJ7sG6aYfNDYMumIfvoF8o0itctC1wKrQ91xzPGppCS1toW4y+Pdg +Lj7GHSUaM6ocgjxI31eZ1wiRQ6ZZCajOrBxvFeResW4nI4PbZ+UoRDmDm2c8g6CF3MK uLUbWnc5c39nzir+BtGSyXccYMefCc9eH2mPk= Original-Received: by 10.142.177.7 with SMTP id z7mr1019210wfe.281.1227413458403; Sat, 22 Nov 2008 20:10:58 -0800 (PST) Original-Received: by 10.142.110.21 with HTTP; Sat, 22 Nov 2008 20:10:58 -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:105995 Archived-At: On Sun, Nov 23, 2008 at 9:33 AM, Juanma Barranquero wrote: > 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? emacsclient needs to use the '-f' option if it wants to use a specific server. An automatic fallback would be to use local IP or local machine IP. Does current emacs support running server that can accept remote connections? -dhruva -- Contents reflect my personal views only!