From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: Set modtime of a local file? Date: Sun, 14 Mar 2004 08:58:10 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <40541092.5090303@math.ku.dk> References: <20040313234744.31A8860107@imf.math.ku.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1079251320 30638 80.91.224.253 (14 Mar 2004 08:02:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Mar 2004 08:02:00 +0000 (UTC) Cc: Kai Grossjohann Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Mar 14 09:01:45 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2QZ7-0007ix-00 for ; Sun, 14 Mar 2004 09:01:45 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2QZ6-0001WY-00 for ; Sun, 14 Mar 2004 09:01:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B2QXy-0002PW-Io for emacs-devel@quimby.gnus.org; Sun, 14 Mar 2004 03:00:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B2QWx-00021k-Ic for emacs-devel@gnu.org; Sun, 14 Mar 2004 02:59:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B2QVz-0000uF-MB for emacs-devel@gnu.org; Sun, 14 Mar 2004 02:59:03 -0500 Original-Received: from [213.170.224.162] (helo=smtp.kabelnettet.dk) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B2QVm-0000Qq-IL for emacs-devel@gnu.org; Sun, 14 Mar 2004 02:58:18 -0500 Original-Received: from math.ku.dk (unknown [82.180.16.211]) by smtp.kabelnettet.dk (Postfix) with ESMTP id 77C40609895; Sun, 14 Mar 2004 08:58:10 +0100 (CET) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040123 Debian/1.6-1.he-1 X-Accept-Language: en Original-To: emacs-devel@gnu.org In-Reply-To: <20040313234744.31A8860107@imf.math.ku.dk> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:20451 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20451 > > >After using write-region to write the buffer contents, >what can I do to make the file on disk match the (remote) source file? > > Why not just make the existing function set_file_times (in sysdep.c) a lisp primitive?