From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: error in server-running-p on M$ Date: Sat, 22 Nov 2008 15:20:34 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1227360074 11422 80.91.229.12 (22 Nov 2008 13:21:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Nov 2008 13:21:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 22 14:22:16 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 1L3sRE-0000ic-59 for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2008 14:22:16 +0100 Original-Received: from localhost ([127.0.0.1]:44824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3sQ4-0000CJ-Ot for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2008 08:21:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3sPb-0008P3-RW for emacs-devel@gnu.org; Sat, 22 Nov 2008 08:20:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3sPa-0008OZ-Un for emacs-devel@gnu.org; Sat, 22 Nov 2008 08:20:35 -0500 Original-Received: from [199.232.76.173] (port=58143 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3sPa-0008OS-PR for emacs-devel@gnu.org; Sat, 22 Nov 2008 08:20:34 -0500 Original-Received: from mtaout4.012.net.il ([84.95.2.10]:34048) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L3sPa-0006dL-Fe for emacs-devel@gnu.org; Sat, 22 Nov 2008 08:20:34 -0500 Original-Received: from conversion-daemon.i_mtaout4.012.net.il by i_mtaout4.012.net.il (HyperSendmail v2004.12) id <0KAQ00H00L39WC00@i_mtaout4.012.net.il> for emacs-devel@gnu.org; Sat, 22 Nov 2008 15:22:33 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.14.29]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KAQ00F88L5L1FW0@i_mtaout4.012.net.il>; Sat, 22 Nov 2008 15:22:33 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:105948 Archived-At: > Date: Sat, 22 Nov 2008 14:00:16 +0100 > From: "Juanma Barranquero" > Cc: dhruvakm@gmail.com, emacs-devel@gnu.org > > On Sat, Nov 22, 2008 at 13:51, Eli Zaretskii wrote: > > > I don't see any practical conclusions reached in that thread. Am I > > missing something? > > No. As it happens in many other discussions, there was no practical > conclusion reached. Perhaps we should use the bug tracker for tracking issues as well, not just bug reports. > > How about if we fix server-running-p now, to DTRT for TCP sockets? > > Someone would have to answer my question, which is: what is the stated > purpose of `server-running-p'? In that thread, Stefan answered it. > The changes I proposed would allow simple detection of running TCP > servers on the same machine (without using net services, which could > cause delays), as long as they are using the same configuration > (specifically, server-name). Can you point me to these changes, or post them? I don't think I saw any diffs in that thread. > Do we want to do something about > > emacs --eval "(progn (setq server-name \"one\") (server-mode 1))" > emacs --eval "(progn (setq server-name \"two\") (server-mode 1))" > > ? Sorry, I don't follow: how is this related to the issue at hand?