tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.1.12); Host name completion not working in XEmacs


From: Pete Forman
Subject: Re: tramp (2.1.12); Host name completion not working in XEmacs
Date: Fri, 22 Feb 2008 16:55:43 +0000

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/address@hidden") | 2 -> tramp-completion-run-real-handler: operation=substitute-in-file-name args=("/[plink/address@hidden")
| 2 <- tramp-completion-run-real-handler: "/[plink/address@hidden"
1 <- tramp-completion-file-name-handler: "/[plink/address@hidden"
======================================================================
1 -> tramp-completion-file-name-handler: operation=file-name-directory args=("/[plink/address@hidden") | 2 -> tramp-completion-run-real-handler: operation=file-name-directory args=("/[plink/address@hidden")
| 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/address@hidden") | 2 -> tramp-completion-run-real-handler: operation=file-name-nondirectory args=("/[plink/address@hidden")
| 2 <- tramp-completion-run-real-handler: "address@hidden"
1 <- tramp-completion-file-name-handler: "address@hidden"
======================================================================
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
address@hidden    -./\.-   the opinion of Schlumberger or
http://petef.port5.com           -./\.-   WesternGeco.





reply via email to

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