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--replThe REPL buffer this tap buffer is subscribed through.
cider-tap--subscriptionId of this buffer’s active tap subscription, or nil.
cider-tap-bufferThe name of the buffer streaming tapped values.
cider-tap-mode-abbrev-tableAbbrev table for ‘cider-tap-mode’.
cider-tap-mode-hookHook run after entering cider-tap mode.
cider-tap-mode-mapKeymap for ‘cider-tap-mode’.
cider-tap-mode-menuMenu for CIDER’s tap buffer.
cider-tap-mode-syntax-tableSyntax table for ‘cider-tap-mode’.

Defined functions (9)

cider-tap()
cider-tap--handle(BUFFER MSG)
cider-tap--render-value(EVENT)
cider-tap--unsubscribe()
cider-tap-clear()
cider-tap-inspect-at-point()
cider-tap-mode-menu(ARG1)
cider-tap-next()
cider-tap-previous()

Defined faces (0)