Variable: cider--ancillary-buffer-repl

cider--ancillary-buffer-repl is a buffer-local variable defined in cider-connection.el.

Documentation

Special buffer-local variable that contains reference to the REPL connection.

This should be set in ancillary CIDER buffers that originate from some event (e.g. *cider-inspector*, *cider-error*) and which never change the REPL (connection) which produced them.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-connection.el
(defvar-local cider--ancillary-buffer-repl nil
  "Special buffer-local variable that contains reference to the REPL connection.
This should be set in ancillary CIDER buffers that originate from some
event (e.g. *cider-inspector*, *cider-error*) and which never change the
REPL (connection) which produced them.")