all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@elta.co.il>
Subject: Re: SHFS => "foo changed on disk" warning
Date: 30 Nov 2003 09:26:12 +0200	[thread overview]
Message-ID: <u8ylys4ff.fsf@elta.co.il> (raw)
In-Reply-To: <20031128153215.428b8eb0.felix.klee.news@gmx.net>

> From: "Felix E. Klee" <felix.klee.news@gmx.net>
> Newsgroups: gnu.emacs.help
> Date: Fri, 28 Nov 2003 15:32:15 +0100
> 
> BTW, I already had the idea that the problem is due to bad time stamps.
> However, when I save "foo" it gets the current time of DONALD as a time
> stamp (the client) and not that of PHI (the server). In addition the
> clock on DONALD is ahead of that on PHI. Therefore, I doubt that
> time stamps are the issue.

I doubt that it could be _anything_but_ the time stamps issue.
verify-visited-file-modtime, the function that causes this warning to
appear, looks at nothing else but on file's time stamp (assuming that
the `stat' system call doesn't fail for files on that mount point).

To find out what's going on, invoke the function visited-file-modtime
from the buffer of the offending file, and compare the result it
returns with the time stamp for that file returned by file-attributes.

      reply	other threads:[~2003-11-30  7:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-28 14:32 SHFS => "foo changed on disk" warning Felix E. Klee
2003-11-30  7:26 ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u8ylys4ff.fsf@elta.co.il \
    --to=eliz@elta.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.