X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; q=dns; s=default; b=jpYq+kNmz0njmxY+JSLajBeVBOD4b
	8BkZm+sT8YQR1KuuakEIkZmc4Z6xKX4yCqYTgWWhrhk2TusXurugyGmdBc5rcsNU
	4bk7ys1Hi8kNq3QlRQWACbzd70VZCRudBd8xY+O+oLqhbZP3GtlBdqPfJZfRXn+P
	sc8GqNvBRSKO8A=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; s=default; bh=rgDkJ620jo/pzCH/IO66jaHXv08=; b=l7G
	KoWSUxoYY1+hDlLs0m964Skic2qgn7ma06MaPTxg/wFKdWVasXEA2Jr2UHukDIxj
	4jt2UWptRFjXyaCnKCm2xIEXoG9kCGg8P+tp1axTJTF3xSRx2E7AZno2ecCc2zGg
	3b4ksFYoPahPchoXEU23w+zZKQCFC248wAvY4c1E=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,MIME_BASE64_BLANKS autolearn=ham version=3.3.2
X-HELO: USA7109MR005.ACS-INC.COM
From: "Nellis, Kenneth" <Kenneth.Nellis@xerox.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: RE: Emacs 64-bit ahead of its time: clock skew
Date: Thu, 31 Jul 2014 13:50:51 +0000
Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702E7F6BAA@USA7109MB022.na.xerox.net>
References: <2660d7370e5d3449a6a82f8f27403d73@mhoenicka.de>
In-Reply-To: <2660d7370e5d3449a6a82f8f27403d73@mhoenicka.de>
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id s6VDpSOT031803

> From: Markus Hoenicka
> 
> Good catch. We're using roaming profiles here, so my home dir is on some
> network drive. If I re-run the test on a local disc, I get the
> following:
> <snip>
> That is, no time difference. But why does the network drive affect only
> emacs and not touch?

The primary purpose of touch is to set the file's timestamp to that of
the local computer. Emacs is just creating a file, so the timestamp is
that of the computer that hosts the file, in this case, the server.

--Ken Nellis

