tramp-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/1] Inhibit flushing file data by external process while in


From: Michael Albinus
Subject: Re: [PATCH 1/1] Inhibit flushing file data by external process while in vc-registered
Date: Tue, 18 Aug 2009 11:24:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Julian Scheid <address@hidden> writes:

> How about this for a temporary, simple solution?

> +      (unless (and (boundp 'tramp-process-inhibit-flush)
> +                   tramp-process-inhibit-flush)

It's not necessary to check for the symbol. We shall simply declare it
as global variable, and publish it in the Tramp Manual.  When there is
an agreement on emacs-devel about this variable, we can rename it. (I
will go there, and ask).

> +        (tramp-flush-file-property v file))

Likely, you mean (tramp-flush-directory-property v "").

Best regards, Michael.




reply via email to

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