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:47:58 +0530 Message-ID: References: <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 1227413920 14720 80.91.229.12 (23 Nov 2008 04:18:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2008 04:18:40 +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:19:42 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 1L46Rg-0000bN-NZ for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 05:19:40 +0100 Original-Received: from localhost ([127.0.0.1]:34092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L46QX-0000IL-EU for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2008 23:18:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L46Q7-0000G6-4Z for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:18:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L46Q4-0000EU-TN for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:18:02 -0500 Original-Received: from [199.232.76.173] (port=44308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L46Q4-0000EL-K2 for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:18:00 -0500 Original-Received: from wf-out-1314.google.com ([209.85.200.171]:35067) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L46Q4-0005Og-2B for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:18:00 -0500 Original-Received: by wf-out-1314.google.com with SMTP id 28so1619352wfc.24 for ; Sat, 22 Nov 2008 20:17: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=+b1v0OJXI8Aw+5Aablg1eGosauzO7wSZliF+5py5xxs=; b=PLxYPDbGMv1bKY8ChZJN+1By1eS2lr2pi9zTxXyDlnRoLmVY3Nv5cffECGPdGWIJFb 1q0MMRxKB5L6jIDFtlePHJMK++Dhq6Y1AhU5tOEi2dPOuEkykIFJyN0boTK1bp9BiktI Qp3ByCMJwje1xNFmhjHEOu16r9C4Pe0/ebiEI= 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=xMpHsYpMIZ/H3QP+nysdSyd6zGFPdb4QGs9Jnqy/2LN+EMYsDPP+qDhBYjaHaSTms1 vvzksLhvCiKpPHT4B8HkmqeE96//stgzIjpiRfe6iyg9leQ+EXb5sr7UW8OH96mVU89W 2e5dHU1D1/oq0j9AdkOnBWldG731IzKrKYRGw= Original-Received: by 10.142.238.12 with SMTP id l12mr1023075wfh.222.1227413878370; Sat, 22 Nov 2008 20:17:58 -0800 (PST) Original-Received: by 10.142.110.21 with HTTP; Sat, 22 Nov 2008 20:17: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:105998 Archived-At: Hi, On Sun, Nov 23, 2008 at 9:45 AM, Juanma Barranquero wrote: > On Sun, Nov 23, 2008 at 05:10, dhruva wrote: > server-host is a variable defined in `server.el'. > Its value is nil > > Documentation: > The name or IP address to use as host address of the server process. > If set, the server accepts remote connections; otherwise it is local. Thanks, I should have read the doc first before asking and I apologize for that, just after sending the mail, I saw the server.el and realized. Let me explore further if there is a simpler way to handle this. -dhruva -- Contents reflect my personal views only!