Pete Forman <[EMAIL PROTECTED]> writes: > When finding a file with C-x C-f, if I start typing > "/[plink/[EMAIL PROTECTED]" into the minibuffer and then press tab I get > the message [No match]. I was hoping that "myhos" would complete to > "myhost.my.domain". > > The remote filename completion is working okay. > > In *scratch* the following returns a list which contains my known hosts. > (tramp-parse-shosts "~/.ssh/known_hosts") > > I've put debug-on-entry on tramp-dissect-file-name and > tramp-handle-directory-files-and-attributes. Neither is called until > I've added the "]" after the host name, which is too late :-( > > According to a thread here on 2006-06-01 XEmacs host completion should > work OOTB.
Yes, it should. What is the value of `tramp-completion-function-alist'? What does the following form returns? (tramp-get-completion-function "plink") Does it help to call (tramp-set-completion-function "plink" '((tramp-parse-shosts "~/.ssh/known_hosts"))) Is there a difference in methods "plink" and "plinkx" (you seem to use both methods)? As usual, I'm not able to test on w32 systems on my own, without stealing a machine somewhere. Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
