File: tramp-message.el.html
This package collects all Tramp functions to trace. This is driven
by the user option tramp-verbose. The following buffers are
created:
- *debug tramp/method user@host*
This buffer is created when tramp-verbose is greater than or
equal 4. It contains all messages with a level up to tramp-verbose.
When tramp-debug-command-messages is non-nil, the buffer
contains all messages with level 6 and the entry/exit messages of
tramp-file-name-handler. This is intended to analyze which
remote commands are sent for a given file name operation.
- *trace tramp/method user@host*
This buffer is created by the trace.el package when
tramp-verbose is is greater than or equal 11. It traces all
functions with suffix "tramp-" except those function with the
property tramp-suppress-trace.
Defined variables (10)
tramp-debug-buffer-limit | The upper limit of a Tramp debug buffer. |
tramp-debug-command-messages | Whether to write only command messages to the debug buffer. |
tramp-debug-font-lock-keywords | Used for highlighting Tramp debug buffers in ‘outline-mode’. |
tramp-debug-message-fnh-function | The used file name handler operation. |
tramp-debug-nesting | Indicator for debug messages nested level. |
tramp-debug-outline-regexp | Used for highlighting Tramp debug buffers in ‘outline-mode’. |
tramp-debug-to-file | Whether Tramp debug messages shall be saved to file. |
tramp-error-show-message-timeout | Time to show the Tramp buffer in case of an error. |
tramp-trace-functions | A list of non-Tramp functions to be traced with ‘tramp-verbose’ > 10. |
tramp-verbose | Verbosity level for Tramp messages. |
Defined functions (20)
tramp-backtrace | (&optional VEC-OR-PROC FORCE) |
tramp-debug-buffer-command-completion-p | (SYMBOL BUFFER) |
tramp-debug-buffer-name | (VEC) |
tramp-debug-button-action | (BUTTON) |
tramp-debug-link-messages | (POS1 POS2) |
tramp-debug-message | (VEC FMT-STRING &rest ARGUMENTS) |
tramp-debug-message-buttonize | (POSITION) |
tramp-debug-outline-level | () |
tramp-error | (VEC-OR-PROC SIGNAL FMT-STRING &rest ARGUMENTS) |
tramp-error-with-buffer | (BUF VEC-OR-PROC SIGNAL FMT-STRING &rest ARGUMENTS) |
tramp-get-debug-buffer | (VEC) |
tramp-get-debug-file-name | (VEC) |
tramp-message | (VEC-OR-PROC LEVEL FMT-STRING &rest ARGUMENTS) |
tramp-setup-debug-buffer | () |
tramp-test-message | (FMT-STRING &rest ARGUMENTS) |
tramp-trace-buffer-name | (VEC) |
tramp-user-error | (VEC-OR-PROC FMT-STRING &rest ARGUMENTS) |
tramp-warning | (VEC-OR-PROC FMT-STRING &rest ARGUMENTS) |
tramp-with-demoted-errors | (VEC-OR-PROC FORMAT &rest BODY) |
with-tramp-debug-message | (VEC MESSAGE &rest BODY) |