File: cider-connection.el.html

Defined variables (14)

cider--ancillary-buffer-replSpecial buffer-local variable that contains reference to the REPL connection.
cider-auto-modeWhen non-nil, automatically enable and disable CIDER in all Clojure buffers.
cider-cljs-repl-typeThe type of the ClojureScript runtime (‘browser’, ‘node’, ‘figwheel’, etc.).
cider-clojurec-eval-destinationThe REPL type to be chosen in .cljc buffers.
cider-connection-capabilitiesA list of some of the capabilities of this connection buffer.
cider-default-sessionWhen non-nil, bypass sesman and use this session for all REPL lookups.
cider-merge-sessionsControls session combination behavior.
cider-redirect-server-output-to-replControls whether nREPL server output would be redirected to the REPL.
cider-repl-cljs-upgrade-pendingIs the cljs repl currently pending?
cider-repl-typeThe type of this REPL buffer, usually either clj or cljs.
cider-required-nrepl-versionThe minimum nREPL version that’s known to work properly with CIDER.
cider-reuse-dead-replsHow to deal with existing dead REPL buffers when initializing a connection.
cider-sesman-browser-mapMap active on REPL objects in sesman browser.
cider-session-name-templateFormat string to use for session names.

Defined functions (63)

cider--babashka-nrepl-version()
cider--babashka-version()
cider--check-clojure-version-supported()
cider--check-middleware-compatibility()
cider--check-required-nrepl-version()
cider--choose-reusable-repl-buffer(PARAMS)
cider--clojure-version()
cider--close-buffer(BUFFER)
cider--close-connection(REPL &optional NO-KILL)
cider--compatible-middleware-version-p(REQUIRED-VER VER)
cider--connected-handler()
cider--connection-info(CONNECTION-BUFFER &optional GENERICP)
cider--disconnected-handler()
cider--ensure-spec-is-not-invokable(SPEC)
cider--extract-connections(SESSIONS)
cider--gather-connect-params(&optional PARAMS PROC-BUFFER)
cider--gather-session-params(SESSION)
cider--get-host-from-session(SESSION)
cider--get-sessions-with-same-host(SESSION SESSIONS)
cider--java-version()
cider--make-sessions-list-with-hosts(SESSIONS)
cider--match-repl-type(TYPE BUFFER)
cider--nbb-nrepl-version()
cider--no-repls-user-error(TYPE)
cider--nrepl-version()
cider--scittle-nrepl-version()
cider--session-server(SESSION)
cider--set-connection-capabilities(&optional CONN-BUFFER)
cider--strip-version-patch(V)
cider--subscribe-repl-to-server-out()
cider-clear-default-session()
cider-cljs-pending-p(REPL-BUFFER)
cider-close-ancillary-buffers()
cider-connected-p()
cider-connection-has-capability-p(CAPABILITY &optional CONN-BUF)
cider-connection-type-for-buffer(&optional BUFFER)
cider-connections(&optional TYPE ENSURE REQUIRED-OPS)
cider-current-connection(&optional TYPE ENSURE)
cider-current-repl(&optional TYPE ENSURE)
cider-describe-connection(&optional REPL)
cider-describe-nrepl-session()
cider-disable-on-existing-clojure-buffers()
cider-emit-manual-warning(SECTION-ID FORMAT &rest ARGS)
cider-enable-on-existing-clojure-buffers()
cider-ensure-connected()
cider-format-connection-params(TEMPLATE PARAMS)
cider-list-nrepl-middleware()
cider-make-session-name(PARAMS)
cider-map-connections(WHICH FUNCTION)
cider-map-repls(WHICH FUNCTION)
cider-nrepl-connect(PARAMS)
cider-possibly-disable-on-existing-clojure-buffers()
cider-quit(&optional REPL)
cider-repl-create(PARAMS)
cider-repl-type(REPL-BUFFER)
cider-repl-type-for-buffer(&optional BUFFER)
cider-repls(&optional TYPE ENSURE REQUIRED-OPS)
cider-restart(&optional REPL)
cider-runtime()
cider-runtime-clojure-p()
cider-sessions()
cider-set-default-session()
cider-set-repl-type(&optional TYPE)

Defined faces (0)