From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: error in server-running-p on M$ Date: Sun, 23 Nov 2008 00:19:49 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227417812 21337 80.91.229.12 (23 Nov 2008 05:23:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2008 05:23:32 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 06:24:34 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 1L47ST-0002Zw-PY for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 06:24:34 +0100 Original-Received: from localhost ([127.0.0.1]:55069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L47RK-0003j1-CP for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 00:23:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L47RF-0003iw-Dq for emacs-devel@gnu.org; Sun, 23 Nov 2008 00:23:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L47RD-0003ik-Td for emacs-devel@gnu.org; Sun, 23 Nov 2008 00:23:17 -0500 Original-Received: from [199.232.76.173] (port=57190 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L47RD-0003ih-Nu for emacs-devel@gnu.org; Sun, 23 Nov 2008 00:23:15 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:4101 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L47Nt-0005P0-TM; Sun, 23 Nov 2008 00:19:49 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEABV3KEnO+J+z/2dsb2JhbACBbc41gnyBHQ X-IronPort-AV: E=Sophos;i="4.33,653,1220241600"; d="scan'208";a="30190808" Original-Received: from 206-248-159-179.dsl.teksavvy.com (HELO pastel.home) ([206.248.159.179]) by ironport2-out.teksavvy.com with ESMTP; 23 Nov 2008 00:19:48 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 2591B8101; Sun, 23 Nov 2008 00:19:49 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Sun, 23 Nov 2008 05:12:12 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106002 Archived-At: > 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 Assuming that server-start is changed to signal an error if server-running-p returns non-nil, could you show us again the scenario where the auth file is clobbered and in what way it's clobbered? Stefan