File: backtrace.el.html
This file defines Backtrace mode, a generic major mode for displaying Elisp stack backtraces, which can be used as is or inherited from by another mode.
For usage information, see the documentation of backtrace-mode.
Defined variables (16)
backtrace--flags-width | Width in characters of the flags for a backtrace frame. |
backtrace--font-lock-keywords | Expressions to fontify in Backtrace mode. |
backtrace-font-lock-keywords | Default expressions to highlight in Backtrace mode. |
backtrace-font-lock-keywords-1 | Subdued level highlighting for Backtrace mode. |
backtrace-font-lock-keywords-2 | Gaudy level highlighting for Backtrace mode. |
backtrace-fontify | If non-nil, fontify Backtrace buffers. |
backtrace-frames | Stack frames displayed in the current Backtrace buffer. |
backtrace-goto-source-functions | Abnormal hook used to jump to the source code for the current frame. |
backtrace-insert-header-function | Function for inserting a header for the current Backtrace buffer. |
backtrace-line-length | Target length for lines in Backtrace buffers. |
backtrace-mode-abbrev-table | Abbrev table for ‘backtrace-mode’. |
backtrace-mode-hook | Hook run after entering ‘backtrace-mode’. |
backtrace-mode-map | Local keymap for ‘backtrace-mode’ buffers. |
backtrace-print-function | Function used to print values in the current Backtrace buffer. |
backtrace-revert-hook | Hook run before reverting a Backtrace buffer. |
backtrace-view | A plist describing how to render backtrace frames. |