Pete Forman <[EMAIL PROTECTED]> writes:
> The impression that I get is that XEmacs is not delegating completion
> responsibility to Tramp until the "]" is entered. Or maybe Tramp is
> matching on a regexp that does not grok incomplete file specifications.
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.
Best regards, Michael.
_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel