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:19:39 +0100 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=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227413997 14849 80.91.229.12 (23 Nov 2008 04:19:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2008 04:19:57 +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:20: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 1L46Sx-0000n6-5x for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 05:20:59 +0100 Original-Received: from localhost ([127.0.0.1]:38022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L46Rn-0000cB-W2 for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2008 23:19:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L46Ri-0000c3-Vp for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:19:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L46Rh-0000bh-Ki for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:19:41 -0500 Original-Received: from [199.232.76.173] (port=52367 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L46Rh-0000be-Fu for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:19:41 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.155]:23944) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L46Rh-0005bV-Fh for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:19:41 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so713928yxf.66 for ; Sat, 22 Nov 2008 20:19:40 -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=/KrhwJ/44E0X6KtgiLfrL8AiHkdoMch0VCmpd9gn//s=; b=tfIk+ZjQZZcb3lFWGS9R0pk4aWRcG7l4PYeGKumllZPA1wC63SwwJxPkloDS6T+Lrc OpEmdYnfbcNHCno0NZdjaW3fJwKyZxVWtmYze85pYyOm/WzoT+oqRuWXSMeHmQNv3dOM N+WETx338Yi5BvxW7+JO7/PpT3pTYAX6t7SiM= 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=lZG4rX55/bnLYFUFLCeN8JqQTvCRUiO7IMwfhq/XJFJhFVHRcQos6Q8y2L6cpyg72J BJ4Kzp/6buPaCU8DoXkIHof6+Xj8oNhaOuJ2vNgMRbb3/C6vLgkXOKZ000/99Cubz8ad Td+WE2cTxBDq2b8TzhTT+pRiVviUoQt3yJoJ8= Original-Received: by 10.100.172.17 with SMTP id u17mr978162ane.105.1227413980011; Sat, 22 Nov 2008 20:19:40 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Sat, 22 Nov 2008 20:19:39 -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:105999 Archived-At: On Sun, Nov 23, 2008 at 05:17, dhruva wrote: > Let me explore further if there is a simpler way to handle this. If you want to propose changes to the way the TCP connections and authentication files are used, please do it in a way compatible with 22.X... Juanma