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 23:41:17 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

Kyle VanderBeek <address@hidden> writes:

>> (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.
>
> Mine is attached.

Thanks a lot, that's very helpful. There is an error in
`tramp-set-file-uid-gid', which prevents Tramp from proper working.

Could you, please, apply the attached patch? If it doesn't help, I need
the traces as above.

Thanks for your support, and best regards, Michael.

Attachment: txtv7FbtWgcOn.txt
Description: Text Data


reply via email to

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