tramp-devel
[Top][All Lists]
Advanced

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

Re: Tramp advises vc-workfile-unchanged-p, how to remove?


From: Kai Großjohann
Subject: Re: Tramp advises vc-workfile-unchanged-p, how to remove?
Date: Thu, 31 Mar 2005 20:03:44 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (usg-unix-v)

Andre Spiegel <address@hidden> writes:

> I'm not sure how this interplays with Tramp, but perhaps this
> description can help you to sort it out.  In short: yes, the timestamp
> stuff is still there and is needed.  Is there a way to make it work over
> Tramp?  Or should there be a way to disable it for the Tramp case?

Ange-FTP and Tramp return (0 0) for timestamps they don't know.  So
what do you think about changing vc-workfile-unchanged-p to take this
into account?  I think the

    (if checkout-time

could be changed to

    (if (and checkout-time (not (equal lastmod '(0 0))))

and then it would work.  WDYT?

Kai




reply via email to

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