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:12:12 +0100 Message-ID: References: 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 1227413556 14026 80.91.229.12 (23 Nov 2008 04:12:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2008 04:12:36 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 05:13: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 1L46Lp-0007wQ-9S for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 05:13:37 +0100 Original-Received: from localhost ([127.0.0.1]:38023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L46Kg-00063C-0Y for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2008 23:12:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L46KX-00060u-OO for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:12:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L46KU-0005zM-4X for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:12:17 -0500 Original-Received: from [199.232.76.173] (port=47500 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L46KT-0005zG-Ry for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:12:13 -0500 Original-Received: from rn-out-0910.google.com ([64.233.170.187]:56800) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L46KT-0004Xh-Rm for emacs-devel@gnu.org; Sat, 22 Nov 2008 23:12:13 -0500 Original-Received: by rn-out-0910.google.com with SMTP id k32so1394901rnd.7 for ; Sat, 22 Nov 2008 20:12:13 -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=a4obcFxCqxYoOMQ/njACgeUUSS1uoh9N1mKzp1dkruM=; b=MtYzQKxeDKHeveWJbVVeLdXz0jTjIUbM6fdOUz+SoiED4a6NAIj8wsGoLIwF5Bz3Vl dvqJHjG+D6J3lAgbsiKachu0tXPwGdvtGOERbry8sJtNWsp/99/Z0SGjejiqbZONrlUw 4WigjKXZChO+rZd80Tt2LCvh25b0ip7rqp58s= 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=Hkm+AYSbDKx77i7zB7hKft5c2K6xSsZdx4khDHQ4E9MJ4c6y426nceX1UNwXG124Ps Y3lNolH+lQezTGa+66AcVAIbp9laMzWkUjMBk3ZKkcQn4vSLVz1aaNAJ+30zSyVQ5FO3 Ae0h79onyVH/NdfopsGAStLcqiLmE3Tg+sGjI= Original-Received: by 10.100.142.4 with SMTP id p4mr993855and.23.1227413532997; Sat, 22 Nov 2008 20:12:12 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Sat, 22 Nov 2008 20:12:12 -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:105996 Archived-At: > All of the server-* functions take server-name as an implicit argument > (that's what a global variable is, after all). > server-running-p is no exception and is not special in this respect. I'm not sure that contradicts what I'm saying: that Emacs, when run twice with the same setup, clobbers the auth file. Of course if the user takes care of passing the right server-name he can make it all work fine. Juanma