File: cider-tap.el.html
A buffer that streams the values sent to tap> and lets you inspect them,
so you don't have to leave Emacs for an external tap viewer.
Defined variables (8)
cider-tap--repl | The REPL buffer this tap buffer is subscribed through. |
cider-tap--subscription | Id of this buffer’s active tap subscription, or nil. |
cider-tap-buffer | The name of the buffer streaming tapped values. |
cider-tap-mode-abbrev-table | Abbrev table for ‘cider-tap-mode’. |
cider-tap-mode-hook | Hook run after entering ‘cider-tap-mode’. |
cider-tap-mode-map | Keymap for ‘cider-tap-mode’. |
cider-tap-mode-menu | Menu for CIDER’s tap buffer. |
cider-tap-mode-syntax-table | Syntax table for ‘cider-tap-mode’. |
Defined functions (6)
cider-tap | () |
cider-tap--handle | (BUFFER MSG) |
cider-tap--render-value | (EVENT) |
cider-tap--unsubscribe | () |
cider-tap-inspect-at-point | () |
cider-tap-mode | () |