Matthew Donaldson <[EMAIL PROTECTED]> writes:
> Hi Michael,
Hi Matthew,
> I can't get the completion of the hostname and user name from typing
> / plus the first few chars of the username. I have tried with
> partial completion mode on and off. Am I missing something?
Don't know. Just send me the function call traces. You can enable them by
(require 'tramp)
(require 'trace)
(mapcar 'trace-function-background
(mapcar 'intern
(all-completions "tramp-" obarray 'functionp)))
(untrace-function 'tramp-read-passwd)
(untrace-function 'tramp-gw-basic-authentication)
Then run your test. The function call traces are inserted in the
buffer `*trace-output*'.
> Cheers
>
> -Matthew
Best regards, Michael.
_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel