File: cider-mode.el.html

Minor mode for REPL interactions.

Defined variables (24)

cider--has-many-mouse-buttonsNon-nil if system binds forward and back buttons to <mouse-8> and <mouse-9>.
cider--namespace-historyHistory of user input for namespace prompts.
cider--reader-conditionals-font-lock-keywordsFont Lock keywords for unused reader conditionals in CIDER mode.
cider--reader-conditionals-match-dataReusable list for ‘match-data‘ in reader conditionals font lock matchers.
cider--static-font-lock-keywordsDefault expressions to highlight in CIDER mode.
cider-clojure-mode-menu-openMenu for Clojure mode.
cider-dynamic-indentationWhether CIDER should aid Clojure(Script) indentation.
cider-font-lock-dynamicallySpecifies how much dynamic font-locking CIDER should use.
cider-font-lock-reader-conditionalsApply font-locking to unused reader conditional expressions.
cider-invert-insert-eval-pWhether to invert the behavior of evaling.
cider-modeNon-nil if Cider mode is enabled.
cider-mode-eval-menuMenu for CIDER mode eval commands.
cider-mode-hookHook run after entering or leaving ‘cider-mode’.
cider-mode-interactions-menuMenu for CIDER interactions.
cider-mode-lineMode line lighter for cider mode.
cider-mode-line-show-connectionIf the mode-line lighter should detail the connection.
cider-mode-menuMenu for CIDER mode.
cider-ns-mapCIDER NS keymap.
cider-reader-conditionals-regexpRegexp for matching reader conditionals with a non-capturing group.
cider-switch-to-repl-on-insertWhether to switch to the REPL when inserting a form into the REPL.
cider-use-tooltipsIf non-nil, CIDER displays mouse-over tooltips.
cider-use-xrefEnable xref integration.
cider-xref-fn-depthThe depth to use when adding the CIDER xref function to the relevant hook.
x-gtk-use-system-tooltipsUse the toolkit to display tooltips.

Defined functions (35)

cider--anchored-search-suppressed-forms(LIMIT)
cider--anchored-search-suppressed-forms-internal(REPL-TYPES LIMIT)
cider--compile-font-lock-keywords(SYMBOLS-PLIST CORE-PLIST)
cider--docview-as-string(SYM INFO)
cider--get-symbol-indent(SYMBOL-NAME)
cider--help-echo(_ OBJ POS)
cider--modeline-info()
cider--parse-and-apply-locals(END &optional OUTER-LOCALS)
cider--read-locals-from-arglist()
cider--read-locals-from-bindings-vector()
cider--read-locals-from-next-sexp()
cider--search-reader-conditionals(LIMIT)
cider--setup-menu-for-clojure-major-mode(MODE-MAP)
cider--switch-to-repl-buffer(REPL-BUFFER &optional SET-NAMESPACE)
cider--unless-local-match(VALUE)
cider--update-locals-for-region(BEG END)
cider--var-namespace(VAR)
cider--wrap-fontify-locals(FUNC)
cider-clojure-mode-menu-open(ARG1)
cider-find-and-clear-repl-output(&optional CLEAR-REPL)
cider-insert-defun-in-repl(&optional ARG)
cider-insert-in-repl(FORM EVAL)
cider-insert-last-sexp-in-repl(&optional ARG)
cider-insert-ns-form-in-repl(&optional ARG)
cider-insert-region-in-repl(START END &optional ARG)
cider-load-buffer-and-switch-to-repl-buffer(&optional SET-NAMESPACE)
cider-mode(&optional ARG)
cider-mode-eval-menu-open(ARG1)
cider-mode-interactions-menu-open(ARG1)
cider-mode-menu-open(ARG1)
cider-refresh-dynamic-font-lock(&optional NS)
cider-run(&optional FUNCTION)
cider-set-buffer-ns(NS)
cider-switch-to-last-clojure-buffer()
cider-switch-to-repl-buffer(&optional SET-NAMESPACE)

Defined faces (4)

cider-deprecated-faceFace used on deprecated vars.
cider-instrumented-faceFace used to mark code being debugged.
cider-reader-conditional-faceFace used to mark unused reader conditional expressions.
cider-traced-faceFace used to mark functions being traced or profiled.