cider-autoloads.el (25527B)
1 ;;; cider-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path))) 9 10 11 12 ;;; Generated autoloads from cider.el 13 14 (autoload 'cider-version "cider" "\ 15 Display CIDER's version." t) 16 (autoload 'cider-start-map "cider" "CIDER jack-in and connect keymap." t 'keymap) 17 (autoload 'cider-jack-in-clj "cider" "\ 18 Start an nREPL server for the current project and connect to it. 19 PARAMS is a plist optionally containing :project-dir and :jack-in-cmd. 20 With the prefix argument, allow editing of the jack in command; with a 21 double prefix prompt for all these parameters. 22 23 (fn PARAMS)" t) 24 (autoload 'cider-jack-in-cljs "cider" "\ 25 Start an nREPL server for the current project and connect to it. 26 PARAMS is a plist optionally containing :project-dir, :jack-in-cmd and 27 :cljs-repl-type (e.g. Node, Figwheel, etc). With the prefix argument, 28 allow editing of the jack in command; with a double prefix prompt for all 29 these parameters. 30 31 (fn PARAMS)" t) 32 (autoload 'cider-jack-in-clj&cljs "cider" "\ 33 Start an nREPL server and connect with clj and cljs REPLs. 34 PARAMS is a plist optionally containing :project-dir, :jack-in-cmd and 35 :cljs-repl-type (e.g. Node, Figwheel, etc). With the prefix argument, 36 allow for editing of the jack in command; with a double prefix prompt for 37 all these parameters. When SOFT-CLJS-START is non-nil, start cljs REPL 38 only when the ClojureScript dependencies are met. 39 40 (fn &optional PARAMS SOFT-CLJS-START)" t) 41 (autoload 'cider-connect-sibling-clj "cider" "\ 42 Create a Clojure REPL with the same server as OTHER-REPL. 43 PARAMS is for consistency with other connection commands and is currently 44 ignored. OTHER-REPL defaults to `cider-current-repl' and in programs can 45 also be a server buffer, in which case a new session with a REPL for that 46 server is created. 47 48 (fn PARAMS &optional OTHER-REPL)" t) 49 (autoload 'cider-connect-sibling-cljs "cider" "\ 50 Create a ClojureScript REPL with the same server as OTHER-REPL. 51 PARAMS is a plist optionally containing :cljs-repl-type (e.g. Node, 52 Figwheel, etc). All other parameters are inferred from the OTHER-REPL. 53 OTHER-REPL defaults to `cider-current-repl' but in programs can also be a 54 server buffer, in which case a new session for that server is created. 55 56 (fn PARAMS &optional OTHER-REPL)" t) 57 (autoload 'cider-connect-clj "cider" "\ 58 Initialize a Clojure connection to an nREPL server. 59 PARAMS is a plist optionally containing :host, :port and :project-dir. On 60 prefix argument, prompt for all the parameters. 61 62 (fn &optional PARAMS)" t) 63 (autoload 'cider-connect-cljs "cider" "\ 64 Initialize a ClojureScript connection to an nREPL server. 65 PARAMS is a plist optionally containing :host, :port, :project-dir and 66 :cljs-repl-type (e.g. Node, Figwheel, etc). On prefix, prompt for all the 67 parameters regardless of their supplied or default values. 68 69 (fn &optional PARAMS)" t) 70 (autoload 'cider-connect-clj&cljs "cider" "\ 71 Initialize a Clojure and ClojureScript connection to an nREPL server. 72 PARAMS is a plist optionally containing :host, :port, :project-dir and 73 :cljs-repl-type (e.g. Node, Figwheel, etc). When SOFT-CLJS-START is 74 non-nil, don't start if ClojureScript requirements are not met. 75 76 (fn PARAMS &optional SOFT-CLJS-START)" t) 77 (autoload 'cider "cider" "\ 78 Start a connection of any type interactively." t) 79 (defalias 'cider-jack-in #'cider-jack-in-clj) 80 (defalias 'cider-connect #'cider-connect-clj) 81 (autoload 'cider-jack-in-universal "cider" "\ 82 Start and connect to an nREPL server for the current project or ARG project id. 83 84 If a project is found in current dir, call `cider-jack-in' passing ARG as 85 first parameter, of which see. Otherwise, ask user which project type to 86 start an nREPL server and connect to without a project. 87 88 But if invoked with a numeric prefix ARG, then start an nREPL server for 89 the project type denoted by ARG number and connect to it, even if there is 90 no project for it in the current dir. 91 92 The supported project tools and their assigned numeric prefix ids are 93 sourced from `cider-jack-in-universal-options', of which see. 94 95 You can pass a numeric prefix argument n with `M-n` or `C-u n`. 96 97 For example, to jack in to leiningen which is assigned to prefix arg 2 type 98 99 M-2 \\[cider-jack-in-universal]. 100 101 (fn ARG)" t) 102 (with-eval-after-load 'clojure-mode (define-key clojure-mode-map (kbd "C-c M-x") #'cider) (define-key clojure-mode-map (kbd "C-c M-j") #'cider-jack-in-clj) (define-key clojure-mode-map (kbd "C-c M-J") #'cider-jack-in-cljs) (define-key clojure-mode-map (kbd "C-c M-c") #'cider-connect-clj) (define-key clojure-mode-map (kbd "C-c M-C") #'cider-connect-cljs) (define-key clojure-mode-map (kbd "C-c C-x") 'cider-start-map) (define-key clojure-mode-map (kbd "C-c C-s") 'sesman-map) (require 'sesman) (sesman-install-menu clojure-mode-map) (add-hook 'clojure-mode-hook (lambda nil (setq-local sesman-system 'CIDER)))) 103 (register-definition-prefixes "cider" '("cider-")) 104 105 106 ;;; Generated autoloads from cider-apropos.el 107 108 (autoload 'cider-apropos "cider-apropos" "\ 109 Show all symbols whose names match QUERY, a regular expression. 110 QUERY can also be a list of space-separated words (e.g. take while) which 111 will be converted to a regular expression (like take.+while) automatically 112 behind the scenes. The search may be limited to the namespace NS, and may 113 optionally search doc strings (based on DOCS-P), include private vars 114 (based on PRIVATES-P), and be case-sensitive (based on CASE-SENSITIVE-P). 115 116 (fn QUERY &optional NS DOCS-P PRIVATES-P CASE-SENSITIVE-P)" t) 117 (autoload 'cider-apropos-documentation "cider-apropos" "\ 118 Shortcut for (cider-apropos <query> nil t)." t) 119 (autoload 'cider-apropos-select "cider-apropos" "\ 120 Similar to `cider-apropos', but presents the results in a completing read. 121 Show all symbols whose names match QUERY, a regular expression. 122 QUERY can also be a list of space-separated words (e.g. take while) which 123 will be converted to a regular expression (like take.+while) automatically 124 behind the scenes. The search may be limited to the namespace NS, and may 125 optionally search doc strings (based on DOCS-P), include private vars 126 (based on PRIVATES-P), and be case-sensitive (based on CASE-SENSITIVE-P). 127 128 (fn QUERY &optional NS DOCS-P PRIVATES-P CASE-SENSITIVE-P)" t) 129 (autoload 'cider-apropos-documentation-select "cider-apropos" "\ 130 Shortcut for (cider-apropos-select <query> nil t)." t) 131 (register-definition-prefixes "cider-apropos" '("apropos-special-form" "cider-")) 132 133 134 ;;; Generated autoloads from cider-browse-ns.el 135 136 (autoload 'cider-browse-ns "cider-browse-ns" "\ 137 List all NAMESPACE's vars in BUFFER. 138 139 (fn NAMESPACE)" t) 140 (autoload 'cider-browse-ns-all "cider-browse-ns" "\ 141 List all loaded namespaces in BUFFER." t) 142 (register-definition-prefixes "cider-browse-ns" '("cider-browse-ns-")) 143 144 145 ;;; Generated autoloads from cider-browse-spec.el 146 147 (autoload 'cider-browse-spec "cider-browse-spec" "\ 148 Browse SPEC definition. 149 150 (fn SPEC)" t) 151 (autoload 'cider-browse-spec-all "cider-browse-spec" "\ 152 Open list of specs in a popup buffer. 153 154 With a prefix argument ARG, prompts for a regexp to filter specs. 155 No filter applied if the regexp is the empty string. 156 157 (fn &optional ARG)" t) 158 (register-definition-prefixes "cider-browse-spec" '("cider-")) 159 160 161 ;;; Generated autoloads from cider-cheatsheet.el 162 163 (autoload 'cider-cheatsheet "cider-cheatsheet" "\ 164 Navigate `cider-cheatsheet-hierarchy' with `completing-read'. 165 166 When you make it to a Clojure var its doc buffer gets displayed." t) 167 (register-definition-prefixes "cider-cheatsheet" '("cider-cheatsheet-")) 168 169 170 ;;; Generated autoloads from cider-classpath.el 171 172 (autoload 'cider-classpath "cider-classpath" "\ 173 List all classpath entries." t) 174 (autoload 'cider-open-classpath-entry "cider-classpath" "\ 175 Open a classpath entry." t) 176 (register-definition-prefixes "cider-classpath" '("cider-classpath-")) 177 178 179 ;;; Generated autoloads from cider-client.el 180 181 (register-definition-prefixes "cider-client" '("cider-")) 182 183 184 ;;; Generated autoloads from cider-clojuredocs.el 185 186 (autoload 'cider-clojuredocs-web "cider-clojuredocs" "\ 187 Open ClojureDocs documentation in the default web browser. 188 189 Prompts for the symbol to use, or uses the symbol at point, depending on 190 the value of `cider-prompt-for-symbol'. With prefix arg ARG, does the 191 opposite of what that option dictates. 192 193 (fn &optional ARG)" t) 194 (autoload 'cider-clojuredocs-refresh-cache "cider-clojuredocs" "\ 195 Refresh the ClojureDocs cache." t) 196 (autoload 'cider-clojuredocs "cider-clojuredocs" "\ 197 Open ClojureDocs documentation in a popup buffer. 198 199 Prompts for the symbol to use, or uses the symbol at point, depending on 200 the value of `cider-prompt-for-symbol'. With prefix arg ARG, does the 201 opposite of what that option dictates. 202 203 (fn &optional ARG)" t) 204 (register-definition-prefixes "cider-clojuredocs" '("cider-")) 205 206 207 ;;; Generated autoloads from cider-common.el 208 209 (register-definition-prefixes "cider-common" '("cider-")) 210 211 212 ;;; Generated autoloads from cider-completion.el 213 214 (register-definition-prefixes "cider-completion" '("cider-")) 215 216 217 ;;; Generated autoloads from cider-connection.el 218 219 (defvar cider-merge-sessions nil "\ 220 Controls session combination behaviour. 221 222 Symbol `host' combines all sessions of a project associated with the same host. 223 Symbol `project' combines all sessions of a project. 224 225 All other values do not combine any sessions.") 226 (custom-autoload 'cider-merge-sessions "cider-connection" t) 227 (put 'cider-merge-sessions 'safe-local-variable #'symbolp) 228 (register-definition-prefixes "cider-connection" '("cider-")) 229 230 231 ;;; Generated autoloads from cider-debug.el 232 233 (autoload 'cider-debug-defun-at-point "cider-debug" "\ 234 Instrument the \"top-level\" expression at point. 235 If it is a defn, dispatch the instrumented definition. Otherwise, 236 immediately evaluate the instrumented expression. 237 238 While debugged code is being evaluated, the user is taken through the 239 source code and displayed the value of various expressions. At each step, 240 a number of keys will be prompted to the user." t) 241 (register-definition-prefixes "cider-debug" '("cider-")) 242 243 244 ;;; Generated autoloads from cider-doc.el 245 246 (register-definition-prefixes "cider-doc" '("cider-")) 247 248 249 ;;; Generated autoloads from cider-eldoc.el 250 251 (register-definition-prefixes "cider-eldoc" '("cider-")) 252 253 254 ;;; Generated autoloads from cider-eval.el 255 256 (register-definition-prefixes "cider-eval" '("cider-")) 257 258 259 ;;; Generated autoloads from cider-find.el 260 261 (autoload 'cider-find-var "cider-find" "\ 262 Find definition for VAR at LINE. 263 Prompt according to prefix ARG and `cider-prompt-for-symbol'. 264 A single or double prefix argument inverts the meaning of 265 `cider-prompt-for-symbol'. A prefix of `-` or a double prefix argument causes 266 the results to be displayed in a different window. The default value is 267 thing at point. 268 269 (fn &optional ARG VAR LINE)" t) 270 (autoload 'cider-find-dwim-at-mouse "cider-find" "\ 271 Find and display variable or resource at mouse EVENT. 272 273 (fn EVENT)" t) 274 (autoload 'cider-find-dwim "cider-find" "\ 275 Find and display the SYMBOL-FILE at point. 276 SYMBOL-FILE could be a var or a resource. If thing at point is empty then 277 show Dired on project. If var is not found, try to jump to resource of the 278 same name. When called interactively, a prompt is given according to the 279 variable `cider-prompt-for-symbol'. A single or double prefix argument 280 inverts the meaning. A prefix of `-' or a double prefix argument causes 281 the results to be displayed in a different window. A default value of thing 282 at point is given when prompted. 283 284 (fn SYMBOL-FILE)" t) 285 (autoload 'cider-find-resource "cider-find" "\ 286 Find the resource at PATH. 287 Prompt for input as indicated by the variable `cider-prompt-for-symbol'. 288 A single or double prefix argument inverts the meaning of 289 `cider-prompt-for-symbol'. A prefix argument of `-` or a double prefix 290 argument causes the results to be displayed in other window. The default 291 value is thing at point. 292 293 (fn PATH)" t) 294 (autoload 'cider-find-ns "cider-find" "\ 295 Find the file containing NS. 296 A prefix ARG of `-` or a double prefix argument causes 297 the results to be displayed in a different window. 298 299 (fn &optional ARG NS)" t) 300 (autoload 'cider-find-keyword "cider-find" "\ 301 Find the namespace of the keyword at point and its first occurrence there. 302 303 For instance - if the keyword at point is \":cider.demo/keyword\", this command 304 would find the namespace \"cider.demo\" and afterwards find the first mention 305 of \"::keyword\" there. 306 307 Prompt according to prefix ARG and `cider-prompt-for-symbol'. 308 A single or double prefix argument inverts the meaning of 309 `cider-prompt-for-symbol'. A prefix of `-` or a double prefix argument causes 310 the results to be displayed in a different window. The default value is 311 thing at point. 312 313 (fn &optional ARG)" t) 314 (register-definition-prefixes "cider-find" '("cider-")) 315 316 317 ;;; Generated autoloads from cider-format.el 318 319 (autoload 'cider-format-region "cider-format" "\ 320 Format the Clojure code in the current region. 321 START and END represent the region's boundaries. 322 323 (fn START END)" t) 324 (autoload 'cider-format-defun "cider-format" "\ 325 Format the code in the current defun." t) 326 (autoload 'cider-format-buffer "cider-format" "\ 327 Format the Clojure code in the current buffer." t) 328 (autoload 'cider-format-edn-buffer "cider-format" "\ 329 Format the EDN data in the current buffer." t) 330 (autoload 'cider-format-edn-region "cider-format" "\ 331 Format the EDN data in the current region. 332 START and END represent the region's boundaries. 333 334 (fn START END)" t) 335 (autoload 'cider-format-edn-last-sexp "cider-format" "\ 336 Format the EDN data of the last sexp." t) 337 (register-definition-prefixes "cider-format" '("cider--format-")) 338 339 340 ;;; Generated autoloads from cider-inspector.el 341 342 (autoload 'cider-inspect-last-sexp "cider-inspector" "\ 343 Inspect the result of the the expression preceding point." t) 344 (autoload 'cider-inspect-defun-at-point "cider-inspector" "\ 345 Inspect the result of the \"top-level\" expression at point." t) 346 (autoload 'cider-inspect-last-result "cider-inspector" "\ 347 Inspect the most recent eval result." t) 348 (autoload 'cider-inspect "cider-inspector" "\ 349 Inspect the result of the preceding sexp. 350 351 With a prefix argument ARG it inspects the result of the \"top-level\" form. 352 With a second prefix argument it prompts for an expression to eval and inspect. 353 354 (fn &optional ARG)" t) 355 (autoload 'cider-inspect-expr "cider-inspector" "\ 356 Evaluate EXPR in NS and inspect its value. 357 Interactively, EXPR is read from the minibuffer, and NS the 358 current buffer's namespace. 359 360 (fn EXPR NS)" t) 361 (register-definition-prefixes "cider-inspector" '("cider-")) 362 363 364 ;;; Generated autoloads from cider-jar.el 365 366 (register-definition-prefixes "cider-jar" '("cider-jar-")) 367 368 369 ;;; Generated autoloads from cider-macroexpansion.el 370 371 (autoload 'cider-macroexpand-1 "cider-macroexpansion" "\ 372 Invoke \\=`macroexpand-1\\=` on the expression preceding point. 373 If invoked with a PREFIX argument, use \\=`macroexpand\\=` instead of 374 \\=`macroexpand-1\\=`. 375 376 (fn &optional PREFIX)" t) 377 (autoload 'cider-macroexpand-all "cider-macroexpansion" "\ 378 Invoke \\=`macroexpand-all\\=` on the expression preceding point." t) 379 (register-definition-prefixes "cider-macroexpansion" '("cider-")) 380 381 382 ;;; Generated autoloads from cider-mode.el 383 384 (defvar cider-mode-line '(:eval (format " cider[%s]" (cider--modeline-info))) "\ 385 Mode line lighter for cider mode. 386 387 The value of this variable is a mode line template as in 388 `mode-line-format'. See Info Node `(elisp)Mode Line Format' for details 389 about mode line templates. 390 391 Customize this variable to change how cider mode displays its status in the 392 mode line. The default value displays the current connection. Set this 393 variable to nil to disable the mode line entirely.") 394 (custom-autoload 'cider-mode-line "cider-mode" t) 395 (with-eval-after-load 'clojure-mode (easy-menu-define cider-clojure-mode-menu-open clojure-mode-map "Menu for Clojure mode. 396 This is displayed in `clojure-mode' buffers, if `cider-mode' is not active." `("CIDER" :visible (not cider-mode) ["Start a Clojure REPL" cider-jack-in-clj :help "Starts an nREPL server and connects a Clojure REPL to it."] ["Connect to a Clojure REPL" cider-connect-clj :help "Connects to a REPL that's already running."] ["Start a ClojureScript REPL" cider-jack-in-cljs :help "Starts an nREPL server and connects a ClojureScript REPL to it."] ["Connect to a ClojureScript REPL" cider-connect-cljs :help "Connects to a ClojureScript REPL that's already running."] ["Start a Clojure REPL, and a ClojureScript REPL" cider-jack-in-clj&cljs :help "Starts an nREPL server, connects a Clojure REPL to it, and then a ClojureScript REPL."] "--" ["View user manual" cider-view-manual]))) 397 (autoload 'cider-mode "cider-mode" "\ 398 Minor mode for REPL interaction from a Clojure buffer. 399 400 \\{cider-mode-map} 401 402 This is a minor mode. If called interactively, toggle the `Cider 403 mode' mode. If the prefix argument is positive, enable the mode, 404 and if it is zero or negative, disable the mode. 405 406 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 407 the mode if ARG is nil, omitted, or is a positive number. 408 Disable the mode if ARG is a negative number. 409 410 To check whether the minor mode is enabled in the current buffer, 411 evaluate `cider-mode'. 412 413 The mode's hook is called both when the mode is enabled and when 414 it is disabled. 415 416 (fn &optional ARG)" t) 417 (register-definition-prefixes "cider-mode" '("cider-")) 418 419 420 ;;; Generated autoloads from cider-ns.el 421 422 (autoload 'cider-ns-reload "cider-ns" "\ 423 Send a (require 'ns :reload) to the REPL. 424 425 With an argument PROMPT, it prompts for a namespace name. This is the 426 Clojure out of the box reloading experience and does not rely on 427 org.clojure/tools.namespace. See Commentary of this file for a longer list 428 of differences. From the Clojure doc: \":reload forces loading of all the 429 identified libs even if they are already loaded\". 430 431 (fn &optional PROMPT)" t) 432 (autoload 'cider-ns-reload-all "cider-ns" "\ 433 Send a (require 'ns :reload-all) to the REPL. 434 435 With an argument PROMPT, it prompts for a namespace name. This is the 436 Clojure out of the box reloading experience and does not rely on 437 org.clojure/tools.namespace. See Commentary of this file for a longer list 438 of differences. From the Clojure doc: \":reload-all implies :reload and 439 also forces loading of all libs that the identified libs directly or 440 indirectly load via require\". 441 442 (fn &optional PROMPT)" t) 443 (autoload 'cider-ns-refresh "cider-ns" "\ 444 Reload modified and unloaded namespaces on the classpath. 445 446 With a single prefix argument, or if MODE is `refresh-all', reload all 447 namespaces on the classpath unconditionally. 448 449 With a double prefix argument, or if MODE is `clear', clear the state of 450 the namespace tracker before reloading. This is useful for recovering from 451 some classes of error (for example, those caused by circular dependencies) 452 that a normal reload would not otherwise recover from. The trade-off of 453 clearing is that stale code from any deleted files may not be completely 454 unloaded. 455 456 With a negative prefix argument, or if MODE is `inhibit-fns', prevent any 457 refresh functions (defined in `cider-ns-refresh-before-fn' and 458 `cider-ns-refresh-after-fn') from being invoked. 459 460 (fn &optional MODE)" t) 461 (register-definition-prefixes "cider-ns" '("cider-ns-")) 462 463 464 ;;; Generated autoloads from cider-overlays.el 465 466 (register-definition-prefixes "cider-overlays" '("cider-")) 467 468 469 ;;; Generated autoloads from cider-popup.el 470 471 (register-definition-prefixes "cider-popup" '("cider-")) 472 473 474 ;;; Generated autoloads from cider-profile.el 475 476 (autoload 'cider-profile-samples "cider-profile" "\ 477 Displays current max-sample-count. 478 If optional QUERY is specified, set max-sample-count and display new value. 479 480 (fn &optional QUERY)" t) 481 (autoload 'cider-profile-var-profiled-p "cider-profile" "\ 482 Displays the profiling status of var under point. 483 Prompts for var if none under point or QUERY is present. 484 485 (fn QUERY)" t) 486 (autoload 'cider-profile-ns-toggle "cider-profile" "\ 487 Toggle profiling for the ns associated with optional QUERY. 488 489 If optional argument QUERY is non-nil, prompt for ns. Otherwise use 490 current ns. 491 492 (fn &optional QUERY)" t) 493 (autoload 'cider-profile-toggle "cider-profile" "\ 494 Toggle profiling for the given QUERY. 495 Defaults to the symbol at point. 496 With prefix arg or no symbol at point, prompts for a var. 497 498 (fn QUERY)" t) 499 (autoload 'cider-profile-summary "cider-profile" "\ 500 Display a summary of currently collected profile data." t) 501 (autoload 'cider-profile-var-summary "cider-profile" "\ 502 Display profile data for var under point QUERY. 503 Defaults to the symbol at point. With prefix arg or no symbol at point, 504 prompts for a var. 505 506 (fn QUERY)" t) 507 (autoload 'cider-profile-clear "cider-profile" "\ 508 Clear any collected profile data." t) 509 (register-definition-prefixes "cider-profile" '("cider-profile-")) 510 511 512 ;;; Generated autoloads from cider-repl.el 513 514 (register-definition-prefixes "cider-repl" '("cider-")) 515 516 517 ;;; Generated autoloads from cider-repl-history.el 518 519 (autoload 'cider-repl-history "cider-repl-history" "\ 520 Display items in the CIDER command history in another buffer." t) 521 (register-definition-prefixes "cider-repl-history" '("cider-repl-history-")) 522 523 524 ;;; Generated autoloads from cider-resolve.el 525 526 (register-definition-prefixes "cider-resolve" '("cider-resolve-")) 527 528 529 ;;; Generated autoloads from cider-scratch.el 530 531 (autoload 'cider-scratch "cider-scratch" "\ 532 Go to the scratch buffer named `cider-scratch-buffer-name'." t) 533 (register-definition-prefixes "cider-scratch" '("cider-")) 534 535 536 ;;; Generated autoloads from cider-selector.el 537 538 (autoload 'cider-selector "cider-selector" "\ 539 Select a new buffer by type, indicated by a single character. 540 The user is prompted for a single character indicating the method by 541 which to choose a new buffer. The `?' character describes the 542 available methods. OTHER-WINDOW provides an optional target. 543 See `def-cider-selector-method' for defining new methods. 544 545 (fn &optional OTHER-WINDOW)" t) 546 (register-definition-prefixes "cider-selector" '("??" "?c" "?d" "?e" "?m" "?p" "?q" "?r" "?s" "?x" "cider-selector-" "def-cider-selector-method")) 547 548 549 ;;; Generated autoloads from cider-stacktrace.el 550 551 (register-definition-prefixes "cider-stacktrace" '("cider-")) 552 553 554 ;;; Generated autoloads from cider-test.el 555 556 (defvar cider-auto-test-mode nil "\ 557 Non-nil if Cider-Auto-Test mode is enabled. 558 See the `cider-auto-test-mode' command 559 for a description of this minor mode. 560 Setting this variable directly does not take effect; 561 either customize it (see the info node `Easy Customization') 562 or call the function `cider-auto-test-mode'.") 563 (custom-autoload 'cider-auto-test-mode "cider-test" nil) 564 (autoload 'cider-auto-test-mode "cider-test" "\ 565 Toggle automatic testing of Clojure files. 566 567 When enabled this reruns tests every time a Clojure file is loaded. 568 Only runs tests corresponding to the loaded file's namespace and does 569 nothing if no tests are defined or if the file failed to load. 570 571 This is a global minor mode. If called interactively, toggle the 572 `Cider-Auto-Test mode' mode. If the prefix argument is positive, 573 enable the mode, and if it is zero or negative, disable the mode. 574 575 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 576 the mode if ARG is nil, omitted, or is a positive number. 577 Disable the mode if ARG is a negative number. 578 579 To check whether the minor mode is enabled in the current buffer, 580 evaluate `(default-value \\='cider-auto-test-mode)'. 581 582 The mode's hook is called both when the mode is enabled and when 583 it is disabled. 584 585 (fn &optional ARG)" t) 586 (register-definition-prefixes "cider-test" '("cider-")) 587 588 589 ;;; Generated autoloads from cider-tracing.el 590 591 (autoload 'cider-toggle-trace-var "cider-tracing" "\ 592 Toggle var tracing. 593 Prompts for the symbol to use, or uses the symbol at point, depending on 594 the value of `cider-prompt-for-symbol'. With prefix arg ARG, does the 595 opposite of what that option dictates. 596 597 (fn ARG)" t) 598 (autoload 'cider-toggle-trace-ns "cider-tracing" "\ 599 Toggle ns tracing. 600 Defaults to the current ns. With prefix arg QUERY, prompts for a ns. 601 602 (fn QUERY)" t) 603 (register-definition-prefixes "cider-tracing" '("cider-")) 604 605 606 ;;; Generated autoloads from cider-util.el 607 608 (autoload 'cider-view-manual "cider-util" "\ 609 View the manual in your default browser." t) 610 (register-definition-prefixes "cider-util" '("cider-")) 611 612 613 ;;; Generated autoloads from cider-xref.el 614 615 (autoload 'cider-xref-fn-refs "cider-xref" "\ 616 Show all functions that reference the var matching NS and SYMBOL. 617 618 (fn &optional NS SYMBOL)" t) 619 (autoload 'cider-xref-fn-deps "cider-xref" "\ 620 Show all functions referenced by the var matching NS and SYMBOL. 621 622 (fn &optional NS SYMBOL)" t) 623 (autoload 'cider-xref-fn-refs-select "cider-xref" "\ 624 Displays the references for NS and SYMBOL using completing read. 625 626 (fn &optional NS SYMBOL)" t) 627 (autoload 'cider-xref-fn-deps-select "cider-xref" "\ 628 Displays the function dependencies for NS and SYMBOL using completing read. 629 630 (fn &optional NS SYMBOL)" t) 631 (register-definition-prefixes "cider-xref" '("cider-")) 632 633 634 ;;; Generated autoloads from nrepl-client.el 635 636 (register-definition-prefixes "nrepl-client" '("cider-" "emacs-bug-46284/when-27.1-windows-nt" "nrepl-")) 637 638 639 ;;; Generated autoloads from nrepl-dict.el 640 641 (register-definition-prefixes "nrepl-dict" '("nrepl-")) 642 643 ;;; End of scraped data 644 645 (provide 'cider-autoloads) 646 647 ;; Local Variables: 648 ;; version-control: never 649 ;; no-byte-compile: t 650 ;; no-update-autoloads: t 651 ;; no-native-compile: t 652 ;; coding: utf-8-emacs-unix 653 ;; End: 654 655 ;;; cider-autoloads.el ends here