File: cider-common.el.html

Common functions that are useful in both Clojure buffers and REPL buffers.

Defined variables (8)

cider-from-nrepl-filename-functionFunction to translate nREPL namestrings to Emacs filenames.
cider-jump-to-pop-to-buffer-actionsDetermines what window ‘cider-jump-to‘ uses.
cider-minibuffer-historyHistory list of expressions read from the minibuffer.
cider-minibuffer-mapMinibuffer keymap used for reading Clojure expressions.
cider-path-translationsAlist of path prefixes to path prefixes.
cider-prefer-local-resourcesPrefer local resources to remote (tramp) ones when both are available.
cider-prompt-for-symbolControls when to prompt for symbol when a command requires one.
cider-special-mode-truncate-linesIf non-nil, contents of CIDER’s special buffers will be line-truncated.

Defined functions (23)

cider--all-path-translations()
cider--client-tramp-filename(NAME &optional BUFFER)
cider--file-path(PATH)
cider--find-buffer-for-file(FILE)
cider--jump-to-loc-from-info(INFO &optional OTHER-WINDOW)
cider--kw-to-symbol(KW)
cider--open-other-window-p(ARG)
cider--server-filename(NAME)
cider--should-prompt-for-symbol(&optional INVERT)
cider--translate-path(PATH DIRECTION &optional RETURN-ALL)
cider--translate-path-from-nrepl(PATH)
cider--translate-path-to-nrepl(PATH)
cider--url-to-file(URL)
cider-abbreviate-ns(NAMESPACE)
cider-find-file(URL)
cider-jump-to(BUFFER &optional POS OTHER-WINDOW)
cider-last-ns-segment(NAMESPACE)
cider-make-tramp-prefix(METHOD USER HOST &optional PORT)
cider-prompt-for-symbol-function(&optional INVERT)
cider-read-from-minibuffer(PROMPT &optional VALUE SKIP-COLON)
cider-read-symbol-name(PROMPT CALLBACK)
cider-tramp-prefix(&optional BUFFER)
cider-try-symbol-at-point(PROMPT CALLBACK)

Defined faces (0)