At 2008-02-22 16:41 +0100, Michael Albinus wrote:
OK. Please apply the following settings before the next test:

     (require 'tramp)
     (require 'trace)
     (dolist (elt (all-completions "tramp-" obarray 'functionp))
       (trace-function-background (intern elt)))
     (untrace-function 'tramp-read-passwd)

The resulting buffer *trace-output* shall give us the answer.

======================================================================
1 -> tramp-completion-file-name-handler: operation=substitute-in-file-name args=("/[plink/[EMAIL PROTECTED]") | 2 -> tramp-completion-run-real-handler: operation=substitute-in-file-name args=("/[plink/[EMAIL PROTECTED]")
| 2 <- tramp-completion-run-real-handler: "/[plink/[EMAIL PROTECTED]"
1 <- tramp-completion-file-name-handler: "/[plink/[EMAIL PROTECTED]"
======================================================================
1 -> tramp-completion-file-name-handler: operation=file-name-directory args=("/[plink/[EMAIL PROTECTED]") | 2 -> tramp-completion-run-real-handler: operation=file-name-directory args=("/[plink/[EMAIL PROTECTED]")
| 2 <- tramp-completion-run-real-handler: "/[plink/"
1 <- tramp-completion-file-name-handler: "/[plink/"
======================================================================
1 -> tramp-completion-file-name-handler: operation=file-name-nondirectory args=("/[plink/[EMAIL PROTECTED]") | 2 -> tramp-completion-run-real-handler: operation=file-name-nondirectory args=("/[plink/[EMAIL PROTECTED]")
| 2 <- tramp-completion-run-real-handler: "[EMAIL PROTECTED]"
1 <- tramp-completion-file-name-handler: "[EMAIL PROTECTED]"
======================================================================
1 -> tramp-completion-file-name-handler: operation=expand-file-name args=("/[plink/" "~\\") | 2 -> tramp-completion-run-real-handler: operation=expand-file-name args=("/[plink/" "~\\")
| 2 <- tramp-completion-run-real-handler: "d:\\[plink\\"
1 <- tramp-completion-file-name-handler: "d:\\[plink\\"


--
Pete Forman                -./\.-  Disclaimer: This post is originated
WesternGeco                  -./\.-   by myself and does not represent
[EMAIL PROTECTED]    -./\.-   the opinion of Schlumberger or
http://petef.port5.com           -./\.-   WesternGeco.



_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to