File: cider-common.el.html
Common functions that are useful in both Clojure buffers and REPL buffers.
Defined variables (8)
cider-from-nrepl-filename-function | Function to translate nREPL namestrings to Emacs filenames. |
cider-jump-to-pop-to-buffer-actions | Determines what window ‘cider-jump-to‘ uses. |
cider-minibuffer-history | History list of expressions read from the minibuffer. |
cider-minibuffer-map | Minibuffer keymap used for reading Clojure expressions. |
cider-path-translations | Alist of path prefixes to path prefixes. |
cider-prefer-local-resources | Prefer local resources to remote (tramp) ones when both are available. |
cider-prompt-for-symbol | Controls when to prompt for symbol when a command requires one. |
cider-special-mode-truncate-lines | If 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) |