File: cider-stacktrace.el.html

Stacktrace filtering and stack frame source navigation

Defined variables (13)

cider-stacktrace--all-negative-filtersFilters that remove stackframes.
cider-stacktrace--all-positive-filtersFilters that ensure stackframes are shown.
cider-stacktrace-default-filtersFrame types to omit from initial stacktrace display.
cider-stacktrace-detail-maxThe maximum detail level for causes.
cider-stacktrace-fill-columnFill column for error messages in stacktrace display.
cider-stacktrace-frames-background-colorBackground color for stacktrace frames.
cider-stacktrace-mode-abbrev-tableAbbrev table for ‘cider-stacktrace-mode’.
cider-stacktrace-mode-hookHook run after entering Stacktrace mode.
cider-stacktrace-mode-mapKeymap for ‘cider-stacktrace-mode’.
cider-stacktrace-mode-menuMenu for CIDER’s stacktrace mode
cider-stacktrace-mode-syntax-tableSyntax table for ‘cider-stacktrace-mode’.
cider-stacktrace-navigate-to-other-windowIf truthy, navigating from a stack frame will use other window.
cider-stacktrace-suppressed-errorsErrors that won’t make the stacktrace buffer pop over your active window.

Defined functions (54)

cider--stacktrace-adapt-to-theme(&rest _)
cider-stacktrace--apply-filters(NEG-FILTERS POS-FILTERS)
cider-stacktrace--emit-spec-problems(SPEC-DATA INDENT)
cider-stacktrace--face-for-filter(FILTER NEG-FILTERS POS-FILTERS)
cider-stacktrace--insert-named-group(INDENT NAME &rest VALS)
cider-stacktrace--inspect-ex-data-kbd()
cider-stacktrace--inspect-ex-data-mouse(EVENT)
cider-stacktrace--inspect-kbd(&optional EX-DATA)
cider-stacktrace--inspect-mouse(EVENT &optional EX-DATA)
cider-stacktrace--should-hide-p(NEG-FILTERS POS-FILTERS FLAGS)
cider-stacktrace--toggle-visibility(ID)
cider-stacktrace-analyze-at-point()
cider-stacktrace-analyze-in-region(&rest _)
cider-stacktrace-apply-cause-visibility()
cider-stacktrace-apply-filters(FILTERS)
cider-stacktrace-collapsed-p()
cider-stacktrace-cycle-all-causes()
cider-stacktrace-cycle-cause(NUM &optional LEVEL)
cider-stacktrace-cycle-cause-1()
cider-stacktrace-cycle-cause-2()
cider-stacktrace-cycle-cause-3()
cider-stacktrace-cycle-cause-4()
cider-stacktrace-cycle-cause-5()
cider-stacktrace-cycle-current-cause()
cider-stacktrace-emit-indented(TEXT &optional INDENT FILL FONTIFY)
cider-stacktrace-filter(BUTTON)
cider-stacktrace-frame-p()
cider-stacktrace-indicate-filters(FILTERS POS-FILTERS)
cider-stacktrace-initialize(CAUSES)
cider-stacktrace-jump(&optional ARG)
cider-stacktrace-mode()
cider-stacktrace-mode-menu(ARG1)
cider-stacktrace-navigate(BUTTON)
cider-stacktrace-next-cause()
cider-stacktrace-previous-cause()
cider-stacktrace-promote-error(ERROR-TYPE)
cider-stacktrace-render(BUFFER CAUSES &optional ERROR-TYPES)
cider-stacktrace-render-cause(BUFFER CAUSE NUM NOTE &optional INSPECT-INDEX)
cider-stacktrace-render-compile-error(BUFFER CAUSE)
cider-stacktrace-render-filters(BUFFER SPECIAL-FILTERS FILTERS)
cider-stacktrace-render-frame(BUFFER FRAME)
cider-stacktrace-render-suppression-toggle(BUFFER ERROR-TYPES)
cider-stacktrace-show-only-project()
cider-stacktrace-some-suppressed-errors-p(ERROR-TYPES)
cider-stacktrace-suppress-error(ERROR-TYPE)
cider-stacktrace-suppressed-error-p(ERROR-TYPE)
cider-stacktrace-toggle(FLAG)
cider-stacktrace-toggle-all()
cider-stacktrace-toggle-clj()
cider-stacktrace-toggle-duplicates()
cider-stacktrace-toggle-java()
cider-stacktrace-toggle-suppression(BUTTON)
cider-stacktrace-toggle-tooling()
cider-stacktrace-tooltip(TOOLTIP)

Defined faces (8)

cider-stacktrace-error-class-faceFace for exception class names.
cider-stacktrace-error-message-faceFace for exception messages.
cider-stacktrace-faceFace for stack frame text.
cider-stacktrace-filter-active-faceFace for filter buttons representing frames currently visible.
cider-stacktrace-filter-inactive-faceFace for filter buttons representing frames currently filtered out.
cider-stacktrace-fn-faceFace for stack frame function name.
cider-stacktrace-promoted-button-faceA button with this face represents a promoted (non-suppressed) error type.
cider-stacktrace-suppressed-button-faceA button with this face represents a suppressed error type.