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 12:26:40 +0100 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=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227439715 2457 80.91.229.12 (23 Nov 2008 11:28:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2008 11:28:35 +0000 (UTC) Cc: Eli Zaretskii , Ulrich Mueller , emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 12:29:37 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 1L4D9k-0008NT-Fd for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 12:29:37 +0100 Original-Received: from localhost ([127.0.0.1]:44193 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4D8b-0000I4-Bo for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2008 06:28:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4D83-0008SA-EE for emacs-devel@gnu.org; Sun, 23 Nov 2008 06:27:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4D81-0008RA-FZ for emacs-devel@gnu.org; Sun, 23 Nov 2008 06:27:50 -0500 Original-Received: from [199.232.76.173] (port=36826 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4D81-0008Qv-Bi for emacs-devel@gnu.org; Sun, 23 Nov 2008 06:27:49 -0500 Original-Received: from yw-out-1718.google.com ([74.125.46.153]:7033) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4D7z-000708-AD for emacs-devel@gnu.org; Sun, 23 Nov 2008 06:27:47 -0500 Original-Received: by yw-out-1718.google.com with SMTP id 9so732520ywk.66 for ; Sun, 23 Nov 2008 03:26: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=7ombJ3G3iO+sUPJbuvAlp96NEVladJ1IR0ln3Rz4gRM=; b=i3d01kP7+o4l8a7U7CldNYlM0vY4TmW+eeEf0KTvlHK2ZQWv5hcmt+Xm8c2FXBkZOc 3k+AIdpcHPfA5acUHbmyFil1r/08XoU388jJhZvAe1Bt5kyMYCkmgCRLNyRoD+eqSQri NM9wrlDmYP2TnQKP0a9xgK/QOHaQG5vy60r5c= 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=MQCJXz4b9Yz5FDAmhX1dAvoRhPz1epYZleVqWLhqa1R8hb8Lkwvhe7oCU9lj9ojONN CHlxs75UKQmXIy7Tq7pqOCSafIrvvW2TAYu2sEg/3TxNl+xCmI+yJaM8XFEJTIOVI9Nx kznjRKm42qP0yrhG1gWGOJAw9gr/qXCqC6SUE= Original-Received: by 10.100.41.9 with SMTP id o9mr1070347ano.39.1227439600387; Sun, 23 Nov 2008 03:26:40 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Sun, 23 Nov 2008 03:26:40 -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:106026 Archived-At: On Sun, Nov 23, 2008 at 06:57, Stefan Monnier wrote: > but I now think you're right: checking > the PID is probably a simpler solution (at least if stopping the server > properly removes the entry from the file). Stopping the server removes the file. Juanma