Hi Michael,The trace is enclosed. Not sure if you wanted me to trace all of this, but what I did was basically this:
C-x C-f /[EMAIL PROTECTED]:/ <TAB> (asked for password) Used filename completion to complete public_html Opened index.php3 Then I did C-x C-f ~/.login Then I tried this: C-x C-f /mc <TAB>which in ange-ftp would have found my connection to /[EMAIL PROTECTED]:/ and completed it to that.
Let me know if you just wanted the trace for that last bit, and I can make a trace with just that in it. This trace is pretty large!
Cheers
-Matthew
Michael Albinus wrote:
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 -MatthewBest regards, Michael.
-- +--------------------------------------------------------------------------+ | Matthew Donaldson http://www.datadeliverance.com | | Data Deliverance Pty. Ltd. Email: [EMAIL PROTECTED] | | 30 Musgrave Ave. Phone: +61 8 8265 7976 _ | | Banksia Park Fax: +61 8 8265 0032 John / \/ | | South Australia 5091 3:16 \_/\ | +--------------------------------------------------------------------------+
trace.txt.gz
Description: GNU Zip compressed data
_______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
