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 21:55:20 -0500 Message-ID: References: <18728.4982.765983.511070@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227500146 31239 80.91.229.12 (24 Nov 2008 04:15:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 04:15:46 +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 Mon Nov 24 05:16:50 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 1L4SsR-0006MP-7z for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 05:16:47 +0100 Original-Received: from localhost ([127.0.0.1]:41069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4SrH-0004Gl-JO for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 23:15:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4Sqm-0003yh-LM for emacs-devel@gnu.org; Sun, 23 Nov 2008 23:15:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4Sql-0003xx-Tb for emacs-devel@gnu.org; Sun, 23 Nov 2008 23:15:04 -0500 Original-Received: from [199.232.76.173] (port=51462 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4Sql-0003xd-KZ for emacs-devel@gnu.org; Sun, 23 Nov 2008 23:15:03 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:36198 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4Rbg-0007sQ-2D; Sun, 23 Nov 2008 21:55:24 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAKGmKUnO+J+z/2dsb2JhbACBbcwzgnyBHQ X-IronPort-AV: E=Sophos;i="4.33,655,1220241600"; d="scan'208";a="30205916" Original-Received: from 206-248-159-179.dsl.teksavvy.com (HELO ceviche.home) ([206.248.159.179]) by ironport2-out.teksavvy.com with ESMTP; 23 Nov 2008 21:55:21 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5677DB40B3; Sun, 23 Nov 2008 21:55:20 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Sun, 23 Nov 2008 13:46:01 +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:106058 Archived-At: >> Stopping the server removes the file. > Ah, no, it doesn't, because IIRC you opposed to it: > ;; Delete the associated connection file, if applicable. > ;; This is actually problematic: the file may have been overwritten by > ;; another Emacs server in the mean time, so it's not ours any more. That's OK: when we add server-running-p to server-start this objection will disappear so we can change the code at the same time to remove the entry when stopping the server. Stefan