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: Lost socket for detached Emacs, how to regain control? Date: Fri, 7 Nov 2008 15:47:09 +0100 Message-ID: References: <18704.27377.815630.316648@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 1226069316 24668 80.91.229.12 (7 Nov 2008 14:48:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2008 14:48:36 +0000 (UTC) Cc: Ulrich Mueller , emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 07 15:49:39 2008 connect(): Connection refused 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 1KySeG-0005Of-FS for ged-emacs-devel@m.gmane.org; Fri, 07 Nov 2008 15:49:20 +0100 Original-Received: from localhost ([127.0.0.1]:56396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KySd8-0001ss-P9 for ged-emacs-devel@m.gmane.org; Fri, 07 Nov 2008 09:48:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KyScD-00018L-Uc for emacs-devel@gnu.org; Fri, 07 Nov 2008 09:47:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KyScC-00017B-Ac for emacs-devel@gnu.org; Fri, 07 Nov 2008 09:47:13 -0500 Original-Received: from [199.232.76.173] (port=42694 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyScC-000173-36 for emacs-devel@gnu.org; Fri, 07 Nov 2008 09:47:12 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.188]:64309) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KyScB-0002vz-Jt for emacs-devel@gnu.org; Fri, 07 Nov 2008 09:47:11 -0500 Original-Received: by nf-out-0910.google.com with SMTP id c7so715788nfi.26 for ; Fri, 07 Nov 2008 06:47:09 -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=UEm5yRY5hljl7tETv2TEAiabhgIJWlZnAkIeK8e+Yhg=; b=Iwi21ZPHJBT2Q1a8BrCJvCri3BLM7JirdR2/Xtim7d8ZnPgg14iGx1ZVfx38NZFdxI 78drHRrKv2u5iAAVJ6Ad/qBW28szHLL+PFPmkd5H90Xjabgm8x/tUwUxBOc2KAAjzSJS pwGCxVUJaTkygoAjdpWfvEpIQZSoqEket3Uk8= 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=q5C6oJX3CmUCdf3rRj5iPUDje2oqJS2YK7MhYY+Hoj3A4q4L6VaoPhPN1kfC+5xhZh wmMibDLp8BIa02I5HL5HWJzhv/Fs9gO3ic4YiSLyf54L1VuF+bvTwa/qsc7gCCy+NcjO /dbEL4jwqonOmaYlLaO0LloX9LUiSNo3JvYD0= Original-Received: by 10.210.66.1 with SMTP id o1mr3980291eba.193.1226069229706; Fri, 07 Nov 2008 06:47:09 -0800 (PST) Original-Received: by 10.210.23.12 with HTTP; Fri, 7 Nov 2008 06:47:09 -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:105445 Archived-At: On Fri, Nov 7, 2008 at 03:15, Stefan Monnier wrote: > Currently it's not used (except in some people's .emacs). The intended > use is in start-server to try and prevent hijacking the socket of > a pre-existing server. So it's probably not less important for TCP where > two servers of the same name can actually co-exist on different ports. But, you cannot have two TCP servers co-existing with the same name on the same computer unless you customize `server-auth-dir' with different values in each instance. At that point, how do you direct `server-running-p' to decide what director(y|ies) to look for? Juanma