File: cider-repl-history.el.html

REPL input history browser for CIDER.

Allows you to browse the full input history for your REPL buffer, and insert previous commands at the prompt.

Defined variables (23)

cider-repl-history-current-entry-faceThe face in which to highlight the command history current entry.
cider-repl-history-display-duplicate-highestIf non-nil, then display most recent duplicate items in the command history.
cider-repl-history-display-duplicatesIf non-nil, then display duplicate items in the command history.
cider-repl-history-display-styleHow to display the CIDER command history items.
cider-repl-history-highlight-current-entryIf non-nil, highlight the currently selected command history entry.
cider-repl-history-highlight-inserted-itemIf non-nil, then temporarily highlight the inserted command history entry.
cider-repl-history-hookA list of functions to call after ‘cider-repl-history’.
cider-repl-history-inserted-item-faceThe face in which to highlight the inserted item.
cider-repl-history-maximum-display-lengthWhether or not to limit the length of displayed items.
cider-repl-history-mode-abbrev-tableAbbrev table for ‘cider-repl-history-mode’.
cider-repl-history-mode-hookHook run after entering ‘cider-repl-history-mode’.
cider-repl-history-mode-mapKeymap for ‘cider-repl-history-mode’.
cider-repl-history-mode-syntax-tableSyntax table for ‘cider-repl-history-mode’.
cider-repl-history-preview-overlayOverlay used to preview what would happen if the user inserted the given text.
cider-repl-history-previous-overlayPrevious overlay within *cider-repl-history* buffer.
cider-repl-history-quit-actionWhat action to take when ‘cider-repl-history-quit’ is called.
cider-repl-history-recenterIf non-nil, then always keep the current entry at the top of the window.
cider-repl-history-repl-bufferThe buffer in which chosen command history data will be inserted.
cider-repl-history-repl-windowThe window in which chosen command history data will be inserted.
cider-repl-history-resize-windowWhether to resize the ‘cider-repl-history’ window to fit its contents.
cider-repl-history-separatorThe string separating entries in the ‘separated’ style.
cider-repl-history-show-previewIf non-nil, show a preview of the inserted text in the REPL buffer.
cider-repl-history-text-propertiesIf non-nil, maintain text properties of the command history items.

Defined functions (33)

cider-repl-history()
cider-repl-history-add-overlays-for(ITEM &rest BODY)
cider-repl-history-cleanup-on-exit()
cider-repl-history-clear-highlighted-entry()
cider-repl-history-clear-preview()
cider-repl-history-current-string(PT &optional NO-ERROR)
cider-repl-history-delete-entry-at-point()
cider-repl-history-do-insert(BUF PT)
cider-repl-history-elide(STR)
cider-repl-history-forward(&optional ARG)
cider-repl-history-get-history()
cider-repl-history-highlight-inserted(START END)
cider-repl-history-insert-and-highlight(STR)
cider-repl-history-insert-and-quit()
cider-repl-history-insert-as-one-line(ITEMS)
cider-repl-history-insert-as-separated(ITEMS)
cider-repl-history-mode()
cider-repl-history-mouse-insert(E)
cider-repl-history-occur(REGEXP)
cider-repl-history-preview-overlay-setup(ORIG-BUF)
cider-repl-history-preview-update-by-position(&optional PT)
cider-repl-history-preview-update-text(PREVIEW-TEXT)
cider-repl-history-previous(&optional ARG)
cider-repl-history-quit()
cider-repl-history-read-regexp(MSG USE-DEFAULT-P)
cider-repl-history-resize-window()
cider-repl-history-search-backward(REGEXP)
cider-repl-history-search-forward(REGEXP &optional BACKWARDS)
cider-repl-history-setup(REPL-WIN REPL-BUF HISTORY-BUF &optional REGEXP)
cider-repl-history-target-overlay-at(POSITION &optional NO-ERROR)
cider-repl-history-undo-other-window()
cider-repl-history-update()
cider-repl-history-update-highlighted-entry()

Defined faces (0)