emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] autorevert.el -- revert fix for Windows platform


From: Jason Rumney
Subject: Re: [PATCH] autorevert.el -- revert fix for Windows platform
Date: Thu, 22 Mar 2007 17:49:21 +0000
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Lennart Borgman (gmail) wrote:
I did a test on latest CVS Emacs on w32:

- opened a file in Emacs.
- (verify-visited-file-modetime (current-buffer)) => t
- did "touch file" (outside of Emacs)

Now I got

- (verify-visited-file-modetime (current-buffer)) => nil

Looking at the code, this will probably fail on network drives that are accessed by UNC paths. The stat information is populated with dummy data in that case. I'm sure there is a reason for this, but maybe it will be possible to at least get the modification timestamp right.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]