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: Michael Albinus
Subject: Re: tramp (2.1.12); Host name completion not working in XEmacs
Date: Fri, 22 Feb 2008 16:41:16 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux)

Pete Forman <address@hidden> 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.





reply via email to

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