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: Fri, 12 Dec 2008 09:19:59 +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 1229070022 29771 80.91.229.12 (12 Dec 2008 08:20:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Dec 2008 08:20:22 +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 Fri Dec 12 09:21:28 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 1LB3H4-0007Qo-0g for ged-emacs-devel@m.gmane.org; Fri, 12 Dec 2008 09:21:26 +0100 Original-Received: from localhost ([127.0.0.1]:49914 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LB3Fs-0005eh-JX for ged-emacs-devel@m.gmane.org; Fri, 12 Dec 2008 03:20:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LB3Fm-0005eK-QT for emacs-devel@gnu.org; Fri, 12 Dec 2008 03:20:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LB3Fl-0005dA-Sf for emacs-devel@gnu.org; Fri, 12 Dec 2008 03:20:05 -0500 Original-Received: from [199.232.76.173] (port=43598 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LB3Fl-0005cy-Lz for emacs-devel@gnu.org; Fri, 12 Dec 2008 03:20:05 -0500 Original-Received: from yw-out-1718.google.com ([74.125.46.154]:43163) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LB3Fg-0007Mk-Ht; Fri, 12 Dec 2008 03:20:00 -0500 Original-Received: by yw-out-1718.google.com with SMTP id 9so642841ywk.66 for ; Fri, 12 Dec 2008 00:20:00 -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=uquBnR0zIEBjkYQvUVQNkc3CidaEQrA1hCe3arWOx10=; b=b2cXDPo4r3Hk29GzNPla3Mz6nVj+ByZD5IBDZTqman0rgnmZ4HKdqA/WJEwJDQRrdL CeYvZ4XxXvrPqNx7/QuOJ5sTJ50bGT0DS+24Hb8KYOmo5BKw4hqqUhhCG+hYgGsNh5h7 9cZJ+MI3vQqvPBZYBsXnXYO6koavcqpHeySiQ= 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=Y3iyY8ILh4PV0efNgQEMUcIANUc2UyRHnTzNM5dU5x8j+zXHbgYqLO31GpdBFxFuUJ 5jz6GJhuxp0AVSr5Hd/7Aiqout5GIy33oFbz1YMBRH8OgxdritFGIx2cBbnM4V/uLjC6 q1Mym8Q3QGe7Kyyg3QIhbJBs/PALU9RaJmxyo= Original-Received: by 10.100.119.17 with SMTP id r17mr2698299anc.130.1229070000021; Fri, 12 Dec 2008 00:20:00 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Fri, 12 Dec 2008 00:19:59 -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:106832 Archived-At: On Fri, Dec 12, 2008 at 05:51, Stefan Monnier wrote: > BTW, another option is to let server-stop ask the question, so > C-u -1 M-x server-mode would provide the functionality of > server-force-delete: if server is running, turn it off, if it's not > running and there's no socker/server file, don't do anything, and if > there is some file ask the user whether to force-delete it. Let's see what people thinks of the current interface. I'm sure if there is a better one (perhaps the one you're suggesting) we will know soon enough. Juanma