From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: Re: clock skew on save Date: Mon, 27 Sep 2004 17:58:30 GMT Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096307915 32227 80.91.229.6 (27 Sep 2004 17:58:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2004 17:58:35 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 27 19:58:19 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CBzlT-0007IY-00 for ; Mon, 27 Sep 2004 19:58:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CBzri-00012t-1K for geb-bug-gnu-emacs@m.gmane.org; Mon, 27 Sep 2004 14:04:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CBzrg-00012k-EO for bug-gnu-emacs@gnu.org; Mon, 27 Sep 2004 14:04:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CBzre-00012Y-Lw for bug-gnu-emacs@gnu.org; Mon, 27 Sep 2004 14:04:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CBzre-00012V-Il for bug-gnu-emacs@gnu.org; Mon, 27 Sep 2004 14:04:42 -0400 Original-Received: from [216.168.1.22] (helo=trinity.supernews.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CBzl4-0004Hn-6J for bug-gnu-emacs@gnu.org; Mon, 27 Sep 2004 13:57:54 -0400 Original-Received: from peppermint.risq.qc.ca ([192.26.210.2]:46818) by trinity.supernews.net with esmtp (Exim 4.42 (FreeBSD)) id 1CBzl2-000Ph8-He for gnu-emacs-bug@moderators.isc.org; Mon, 27 Sep 2004 17:57:52 +0000 Original-Received: from charlie.risq.qc.ca (unknown [192.26.210.24]) by peppermint.risq.qc.ca (Postfix) with ESMTP id 5D3976E0 for ; Mon, 27 Sep 2004 13:57:44 -0400 (EDT) Original-Received: from charlie.risq.qc.ca (localhost [127.0.0.1]) by charlie.risq.qc.ca (8.12.10+Sun/8.12.9) with ESMTP id i8RHwWJh019056 for ; Mon, 27 Sep 2004 13:58:32 -0400 (EDT) Original-Received: by charlie.risq.qc.ca (8.12.10+Sun/8.12.9/Submit) id i8RHwVQ8019055; Mon, 27 Sep 2004 13:58:31 -0400 (EDT) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.bug User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:cP3nu9KL3yZp1H05bloENLeTATk= Original-Lines: 11 Original-NNTP-Posting-Host: 132.204.24.84 Original-X-Complaints-To: abuse@umontreal.ca Original-X-Trace: charlie.risq.qc.ca 1096307910 132.204.24.84 (Mon, 27 Sep 2004 13:58:30 EDT) Original-NNTP-Posting-Date: Mon, 27 Sep 2004 13:58:30 EDT X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9100 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9100 > i am using GNU emacs 21.3.2 on solaris 8 and have a difficulty with the > time given to a recently saved file. each time i save, the time that is > obtained via an ls is 260 seconds (or so) in the future, which is causing > make to complain. i have searched around as much as i can but can't seem My crystal ball says that your home directory is served by NFS from a server whose clock is 260s faster than the clock of your computer. Emacs has nothing to do with it. Stefan