tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp-find-file-exists-command problem with ntemacs 22.0.92.1


From: Michael Albinus
Subject: Re: tramp-find-file-exists-command problem with ntemacs 22.0.92.1
Date: Fri, 01 Jun 2007 11:16:50 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux)

Patrik Jonsson <address@hidden> writes:

> Hi again,

Hi Patrik,

> Did, here's the trace. Many fewer functions than I expected, I guess I
> don't know what got mapped in that expression...

Unfortunately, Tramp was not loaded yet when you have evaluated the
code. Therefore, only the autoloaded functions like
tramp-file-name-handler and tramp-run-real-handler were traced.

Sorry for bothering you again, but could you eval this changed code
snippet before testing?

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

After the test I would need the buffer *trace-output* as before.

Best regards, Michael.





reply via email to

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