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 15:56:43 +0200 Message-ID: References: <484ACDD0.80209@resiak.org> <484BFAE3.1000105@resiak.org> <4850E139.6060105@resiak.org> <48512949.5020104@gmail.com> 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 1213279050 27739 80.91.229.12 (12 Jun 2008 13:57:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Jun 2008 13:57:30 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, djc To: "Lennart Borgman (gmail)" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 12 15:58:13 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 1K6nJL-0004LM-Sy for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Jun 2008 15:57:56 +0200 Original-Received: from localhost ([127.0.0.1]:39892 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6nIY-0000NV-9Z for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Jun 2008 09:57:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6nIG-0000Mc-Pr for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 09:56:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6nIF-0000MQ-CA for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 09:56:48 -0400 Original-Received: from [199.232.76.173] (port=50606 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6nIF-0000MN-7Y for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 09:56:47 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.181]:25466) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6nIF-00028B-02 for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 09:56:47 -0400 Original-Received: by py-out-1112.google.com with SMTP id p76so1438083pyb.1 for ; Thu, 12 Jun 2008 06:56:44 -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=KSUQoSMoUgCFwWY8nChhSkU6u5LiXkFM2mI0RZDg3o8=; b=BdSoe+bS7rGwFhiiI+rUVhZIUGWeynR4LQzwplAfuE2DlprpiM87zw8c9rQo6jjHp9 BBXW4JlYZpCYjVFUP9xxu8xzcxIX3TXu0iqSO5Fi6y+i54dFQzvORcYBhwuQjkW55qL/ Nbp4nf74D0UkVqwWhv79OcpR7wSoiozbYXYpI= 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=e1+4IejEkWvR3qj+SthDaexyPbOZfwNZkSlxU3X2qfSBu2PoOhiSrikvXxxhk21ooH EmuTSPNczDWuK6uOS8x43MQmyA6L8apok7QYlYqfAQEzxUpN80gFscIcbSnQVwhfuZZd hLRPcR8RoPuXsqnOJcdy3d5cw2XPOwWo4c2oQ= Original-Received: by 10.114.208.20 with SMTP id f20mr1479626wag.144.1213279003424; Thu, 12 Jun 2008 06:56:43 -0700 (PDT) Original-Received: by 10.114.167.12 with HTTP; Thu, 12 Jun 2008 06:56:43 -0700 (PDT) In-Reply-To: <48512949.5020104@gmail.com> 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:54763 Archived-At: On Thu, Jun 12, 2008 at 15:48, Lennart Borgman (gmail) wrote: > Couldn't that be handled by checking the server file modification time? There's an inherent race condition: you cannot be sure that the file will not be overwritten after you check its timestamp. Juanma