tramp-devel
[Top][All Lists]
Advanced

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

Re: Tramp completion doesn't work like ange-ftp


From: Michael Albinus
Subject: Re: Tramp completion doesn't work like ange-ftp
Date: Wed, 01 Aug 2007 14:43:43 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux)

Matthew Donaldson <address@hidden> 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.





reply via email to

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