From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: emacsclient uses obsolete "server" file on Windows Date: Thu, 12 Jun 2008 20:20:01 +0200 Message-ID: References: <484ACDD0.80209@resiak.org> <484BFAE3.1000105@resiak.org> <4850E139.6060105@resiak.org> 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 1213294846 20619 80.91.229.12 (12 Jun 2008 18:20:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Jun 2008 18:20:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, newsg@resiak.org To: "Eli Zaretskii" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 12 20:21:27 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K6rQD-0005FK-3u for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Jun 2008 20:21:17 +0200 Original-Received: from localhost ([127.0.0.1]:60599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6rPP-0006H4-CK for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Jun 2008 14:20:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6rP5-0006Gn-Nw for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 14:20:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6rP1-0006FI-9m for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 14:20:06 -0400 Original-Received: from [199.232.76.173] (port=54737 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6rP1-0006Ey-3s for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 14:20:03 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.179]:57540) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6rP1-0001cV-3H for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 14:20:03 -0400 Original-Received: by py-out-1112.google.com with SMTP id p76so1535547pyb.1 for ; Thu, 12 Jun 2008 11:20:02 -0700 (PDT) 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=MuIdlo3nAlZgww0ptCwA7X7H1/Kolpw2hK3KFeRM1IY=; b=hCT3L8NYC1DXrtBG5uIzIB68IZSdFKAXGOOyfSMQ1091QzHgz2YnrlekUGNrqIjCY1 BWWWMuUs+Ip8WVF0ltwB1WcgLtdMeZUzC5TaZ4bI+XQb3ShZmmmA2Y2CqHlnFaMWgzV1 ne2X9tmbyGu6zWgxu0r+3YbkHSZ7JmnO37Zwk= 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=g5Z6V7rsovXFifk6KGw9MxKVS41hwIh19YjSTL0iujz1fjdFoNQ1mfLbO2IpomOoCO UjGDOaiuKNktCR3d8U7w9VyjgykLJhoKTVPYG8Zq7P69AxQulxpuRW8xjKw41geV2P9y 3CoNDm/J6y6UFvQRn1V3qPwuEyt9Q9V34fMs8= Original-Received: by 10.114.144.1 with SMTP id r1mr1952665wad.140.1213294801768; Thu, 12 Jun 2008 11:20:01 -0700 (PDT) Original-Received: by 10.114.167.12 with HTTP; Thu, 12 Jun 2008 11:20:01 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54770 Archived-At: On Thu, Jun 12, 2008 at 20:13, Eli Zaretskii wrote: > On Windows, this can only happen if another instance of Emacs is > launched. How probable is that? I don't know. On my computer it is very likely, but I go to pains to make sure every instance uses a different server-name, so there are no conflicts. For Windows users not involved in Emacs development, I'd say it is unlikely. Juanma