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: Mon, 24 Nov 2008 16:16:49 +0100 Message-ID: References: <18730.50150.926915.791272@a1i15.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 1227544809 993 80.91.229.12 (24 Nov 2008 16:40:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 16:40:09 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier , emacs-devel@gnu.org To: "Ulrich Mueller" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 17:41:11 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 1L4eUR-00006x-95 for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 17:40:47 +0100 Original-Received: from localhost ([127.0.0.1]:57700 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4eTH-0005KL-Vo for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 11:39:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4djU-00029o-0R for emacs-devel@gnu.org; Mon, 24 Nov 2008 10:52:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4djB-0001su-0k for emacs-devel@gnu.org; Mon, 24 Nov 2008 10:52:10 -0500 Original-Received: from [199.232.76.173] (port=50544 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4djA-0001Ux-1P for emacs-devel@gnu.org; Mon, 24 Nov 2008 10:51:56 -0500 Original-Received: from hs-out-0708.google.com ([64.233.178.245]:58978) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4dBC-00016w-A6 for emacs-devel@gnu.org; Mon, 24 Nov 2008 10:16:50 -0500 Original-Received: by hs-out-0708.google.com with SMTP id 55so1172069hsc.10 for ; Mon, 24 Nov 2008 07:16:49 -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=72y/TsdWKPbrcaJV9pzrMjHndHGS3oK3UQO1tjoiSoE=; b=f5kgp3x6awXTi1f/+Tqrg9Lvsks8uULGUZ3bevWK8fJQdMSL+d5S+HVPVnQ4e0qO74 l/IqV1xFtp6TRjqdlIuiC0FkY/ykJJx2XINRaPUUn7ylwXVfAcHNjFZXouiFJoSHMSbb be8WMLnhLQT4LRreRH8SSaDZXeOaRGavh59VQ= 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=rpT0rT7QBYjRhEKsR77ErBqlf3A/D1sWX5QVz2mZV5DP+IrZuEFL76TtgRcIjh7NqL a1lLzvC/nZTRPutiPjd3EBk7n/EVB9lnVBIILn7KPf7JitQrq+lOJNFL16X1pNvzl5ZP lppRlTkiEP3Ey77NLuQd/bZnQKeT6x0eliqho= Original-Received: by 10.100.95.15 with SMTP id s15mr1564144anb.20.1227539809142; Mon, 24 Nov 2008 07:16:49 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Mon, 24 Nov 2008 07:16:49 -0800 (PST) In-Reply-To: <18730.50150.926915.791272@a1i15.kph.uni-mainz.de> 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:106083 Archived-At: On Mon, Nov 24, 2008 at 16:10, Ulrich Mueller wrote: > Instead of a hard error, maybe you could add a yes-or-no-p > confirmation here? No objection here. > Or an additional (prefix?) argument to override the > test, since we know that server-running-p is not 100% reliable. For server-start, you mean? It already has a prefix arg (as does server-mode, obviously). Juanma