Patrik Jonsson <[EMAIL PROTECTED]> 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.
_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel