tramp-devel
[Top][All Lists]
Advanced

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

Re: vc-file-clearprops error on Win32


From: Michael Albinus
Subject: Re: vc-file-clearprops error on Win32
Date: Tue, 23 Oct 2007 16:23:52 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux)

"Karl Greunke" <address@hidden> writes:

> I tried with tramp-chunksize at 250 and got the same error.

OK. Let's produce much more traces. Please evaluate before your test:

(require 'tramp)
(require 'trace)
(require 'vc)
(dolist
    (elt (append (all-completions "tramp-" obarray 'functionp)
                 (all-completions "vc-" obarray 'functionp)
                 (all-completions "find-file-" obarray 'functionp)))
  (trace-function-background (intern elt)))
(untrace-function 'tramp-read-passwd)

Send me the resulting *trace-output* buffer.

> Karl

Best regards, Michael.





reply via email to

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