cider--repl-done-functions | Functions to be invoked each time a given REPL interaction is complete. |
cider--repl-stderr-functions | Functions to be invoked each time new stderr is received on a repl buffer. |
cider--repl-stdout-functions | Functions to be invoked each time new stdout is received on a repl buffer. |
cider-locref-hoover-overlay | Overlay used during hoovering on location references in REPL buffers. |
cider-locref-regexp-alist | Alist holding regular expressions for inline location references. |
cider-repl--ns-forms-plist | Plist holding ns->ns-form mappings within each connection. |
cider-repl--ns-roots | List holding all past root namespaces seen during interactive eval. |
cider-repl--root-ns-highlight-template | Regexp used to highlight root ns in REPL buffers. |
cider-repl--root-ns-regexp | Cache of root ns regexp in REPLs. |
cider-repl-auto-detect-type | Control whether to auto-detect the REPL type using track-state information. |
cider-repl-buffer-size-limit | The max size of the REPL buffer. |
cider-repl-content-type-handler-alist | Association list from content-types to handlers. |
cider-repl-display-help-banner | When non-nil a bit of help text will be displayed on REPL start. |
cider-repl-display-in-current-window | Controls whether the REPL buffer is displayed in the current window. |
cider-repl-display-output-before-window-boundaries | Controls whether to display output emitted before the REPL window boundaries. |
cider-repl-history-file | File to save the persistent REPL history to. |
cider-repl-history-pattern | The regexp most recently used for finding input history. |
cider-repl-history-size | The maximum number of items to keep in the REPL history. |
cider-repl-image-margin | Specifies the margin to be applied to images displayed in the REPL. |
cider-repl-init-code | Clojure code to evaluate when starting a REPL. |
cider-repl-input-history | History list of strings read from the REPL buffer. |
cider-repl-input-history-position | Newer items have smaller indices. |
cider-repl-mode-abbrev-table | Abbrev table for ‘cider-repl-mode’. |
cider-repl-mode-hook | Hook executed when entering ‘cider-repl-mode’. |
cider-repl-mode-map | Keymap for ‘cider-repl-mode’. |
cider-repl-mode-menu | Menu for CIDER’s REPL mode |
cider-repl-mode-syntax-table | Syntax table for ‘cider-repl-mode’. |
cider-repl-ns-cache | A dict holding information about all currently loaded namespaces. |
cider-repl-old-input-counter | Counter used to generate unique ‘cider-old-input’ properties. |
cider-repl-output-end | Marker for the end of output. |
cider-repl-output-start | Marker for the start of output. |
cider-repl-pop-to-buffer-on-connect | Controls whether to pop to the REPL buffer on connect. |
cider-repl-preoutput-hook | Hook run on output string before it is inserted into the REPL buffer. |
cider-repl-prompt-function | A function that returns a prompt string. |
cider-repl-require-ns-on-set | Controls whether to require the ns before setting it in the REPL. |
cider-repl-result-prefix | The prefix displayed in the REPL before a result value. |
cider-repl-shortcut-dispatch-char | Character used to distinguish REPL commands from Lisp forms. |
cider-repl-spec-keywords-regexp | Regexp matching clojure.spec ‘explain‘ keywords. |
cider-repl-tab-command | Select the command to be invoked by the TAB key. |
cider-repl-use-clojure-font-lock | Non-nil means to use Clojure mode font-locking for input and result. |
cider-repl-use-content-types | Control whether REPL results are presented using content-type information. |
cider-repl-use-pretty-printing | Control whether results in the REPL are pretty-printed or not. |
cider-repl-wrap-history | T to wrap history around when the end is reached. |