X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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" To: "cygwin AT cygwin DOT 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 AT mhoenicka DOT 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: > > 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