From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: copy-file broken Date: Sat, 30 Aug 2003 13:18:12 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1062242292.7719.81.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1062244329 29037 80.91.224.253 (30 Aug 2003 11:52:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Aug 2003 11:52:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Aug 30 13:52:07 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19t4H1-0001C4-00 for ; Sat, 30 Aug 2003 13:52:07 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19t4Oo-0004DD-00 for ; Sat, 30 Aug 2003 14:00:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19t4G8-0002je-NO for emacs-devel@quimby.gnus.org; Sat, 30 Aug 2003 07:51:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19t3ny-0004dd-O2 for emacs-devel@gnu.org; Sat, 30 Aug 2003 07:22:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19t3mp-0003Zt-6C for emacs-devel@gnu.org; Sat, 30 Aug 2003 07:20:57 -0400 Original-Received: from [193.113.160.14] (helo=mail.o2.co.uk) by monty-python.gnu.org with esmtp (Exim 4.22) id 19t3lN-0002oE-2b for emacs-devel@gnu.org; Sat, 30 Aug 2003 07:19:25 -0400 Original-Received: from [217.235.18.34] (217.235.18.34) by mail.o2.co.uk (7.0.020) (authenticated as 01792247376@o2online.de) id 3F4D4E7A000AAFED for emacs-devel@gnu.org; Sat, 30 Aug 2003 12:13:26 +0100 Original-To: emacs-devel@gnu.org X-Mailer: Ximian Evolution 1.4.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16203 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16203 When I use copy-file with the keep-time option, the resulting file is dated 1970-01-01. I already reported this on this list a few days ago, but there has been no response yet. Myself, I'm not sufficiently familiar with fileio.c to debug this. I'm seeing the problem under Debian GNU/Linux, 2.4.21, Emacs CVS HEAD. The problem may be related to Ken Raeburn's change in fileio.c from 2002-07-15 (version 1.454) -- at least, that's the most recent change in the code that seems to handle keep-time. Would somebody who knows his way around there please have a look?