Klimi's new dotfiles with stow.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

526 行
17 KiB

  1. ;;; ess-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "ess" "ess.el" (0 0 0 0))
  7. ;;; Generated autoloads from ess.el
  8. (autoload 'ess-version "ess" "\
  9. Return a string with ESS version information.
  10. \(fn)" t nil)
  11. (autoload 'ess-submit-bug-report "ess" "\
  12. Submit a bug report to the ESS maintainers.
  13. \(fn)" t nil)
  14. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess" '("ess")))
  15. ;;;***
  16. ;;;### (autoloads nil "ess-bugs-d" "ess-bugs-d.el" (0 0 0 0))
  17. ;;; Generated autoloads from ess-bugs-d.el
  18. (autoload 'ess-bugs-mode "ess-bugs-d" "\
  19. Major mode for BUGS.
  20. \(fn)" t nil)
  21. (add-to-list 'auto-mode-alist '("\\.[Bb][Uu][Gg]\\'" . ess-bugs-mode))
  22. (add-to-list 'auto-mode-alist '("\\.[Bb][Oo][Gg]\\'" . ess-bugs-mode))
  23. (add-to-list 'auto-mode-alist '("\\.[Bb][Mm][Dd]\\'" . ess-bugs-mode))
  24. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-bugs-d" '("ess-")))
  25. ;;;***
  26. ;;;### (autoloads nil "ess-bugs-l" "ess-bugs-l.el" (0 0 0 0))
  27. ;;; Generated autoloads from ess-bugs-l.el
  28. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-bugs-l" '("ess-bugs-")))
  29. ;;;***
  30. ;;;### (autoloads nil "ess-custom" "ess-custom.el" (0 0 0 0))
  31. ;;; Generated autoloads from ess-custom.el
  32. (defvar ess-lisp-directory (file-name-directory (or load-file-name buffer-file-name)) "\
  33. Directory containing ess-site.el(c) and other ESS Lisp files.")
  34. (custom-autoload 'ess-lisp-directory "ess-custom" t)
  35. (add-to-list 'load-path ess-lisp-directory)
  36. (add-to-list 'load-path (file-name-as-directory (expand-file-name "obsolete" ess-lisp-directory)))
  37. (put 'ess-indent-offset 'safe-local-variable #'numberp)
  38. (put 'ess-style 'safe-local-variable #'symbolp)
  39. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-custom" '("ess-" "inferior-" "comint-highlight-prompt" "S+" "S-" "R-")))
  40. ;;;***
  41. ;;;### (autoloads nil "ess-gretl" "ess-gretl.el" (0 0 0 0))
  42. ;;; Generated autoloads from ess-gretl.el
  43. (autoload 'ess-gretl-mode "ess-gretl" "\
  44. Major mode for editing gretl source. See `ess-mode' for more help.
  45. \(fn)" t nil)
  46. (autoload 'gretl "ess-gretl" "\
  47. Call 'gretl',
  48. Optional prefix (C-u) allows to set command line arguments, such as
  49. --vsize. This should be OS agnostic.
  50. If you have certain command line arguments that should always be passed
  51. to gretl, put them in the variable `inferior-gretl-args'.
  52. \(fn &optional START-ARGS)" t nil)
  53. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-gretl" '("ess-gretl-" "inferior-gretl-args" "gretl-")))
  54. ;;;***
  55. ;;;### (autoloads nil "ess-help" "ess-help.el" (0 0 0 0))
  56. ;;; Generated autoloads from ess-help.el
  57. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-help" '("ess-")))
  58. ;;;***
  59. ;;;### (autoloads nil "ess-inf" "ess-inf.el" (0 0 0 0))
  60. ;;; Generated autoloads from ess-inf.el
  61. (autoload 'ess-load-file "ess-inf" "\
  62. Load FILENAME into an inferior ESS process.
  63. This handles Tramp when working on a remote.
  64. \(fn &optional FILENAME)" t nil)
  65. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-inf" '("ess-" "inferior-ess" "update-ess-process-name-list" "with-ess-process-buffer")))
  66. ;;;***
  67. ;;;### (autoloads nil "ess-jags-d" "ess-jags-d.el" (0 0 0 0))
  68. ;;; Generated autoloads from ess-jags-d.el
  69. (autoload 'ess-jags-mode "ess-jags-d" "\
  70. Major mode for JAGS.
  71. \(fn)" t nil)
  72. (add-to-list 'auto-mode-alist '("\\.[Jj][Aa][Gg]\\'" . ess-jags-mode))
  73. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-jags-d" '("ess-jags-")))
  74. ;;;***
  75. ;;;### (autoloads nil "ess-julia" "ess-julia.el" (0 0 0 0))
  76. ;;; Generated autoloads from ess-julia.el
  77. (autoload 'ess-julia-mode "ess-julia" "\
  78. Major mode for julia files.
  79. \(fn)" t nil)
  80. (autoload 'run-ess-julia "ess-julia" "\
  81. Start an inferior julia process.
  82. Optional prefix START-ARGS (\\[universal-argument]) allows to set
  83. command line arguments, such as --load=<file>. This should be OS
  84. agnostic. If you have certain command line arguments that should
  85. always be passed to julia, put them in the variable
  86. `inferior-julia-args'.
  87. \(fn &optional START-ARGS)" t nil)
  88. (defalias 'julia #'run-ess-julia)
  89. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-julia" '("ess-" "inferior-" "company-ess-julia-objects" "ac-source-ess-julia-objects")))
  90. ;;;***
  91. ;;;### (autoloads nil "ess-mode" "ess-mode.el" (0 0 0 0))
  92. ;;; Generated autoloads from ess-mode.el
  93. (autoload 'ess-mode "ess-mode" "\
  94. Major mode for editing ESS source.
  95. Optional arg ALIST describes how to customize the editing mode.
  96. Optional arg PROC-NAME is name of associated inferior process.
  97. \\{ess-mode-map}
  98. You can send text to the inferior ESS process from other buffers containing
  99. ESS source.
  100. `ess-eval-region' sends the current region to the ESS process.
  101. `ess-eval-buffer' sends the current buffer to the ESS process.
  102. `ess-eval-function' sends the current function to the ESS process.
  103. `ess-eval-line' sends the current line to the ESS process.
  104. `ess-switch-to-ESS' switches the current buffer to the ESS process buffer.
  105. `ess-switch-to-end-of-ESS' switches the current buffer to the ESS process
  106. buffer and puts point at the end of it.
  107. `ess-eval-region-and-go', `ess-eval-buffer-and-go',
  108. `ess-eval-function-and-go', and `ess-eval-line-and-go' switch to the S
  109. process buffer after sending their text.
  110. `ess-load-file' sources a file of commands to the ESS process.
  111. \\[ess-indent-command] indents for ESS code.
  112. \\[backward-delete-char-untabify] converts tabs to spaces as it moves back.
  113. Comments are indented in a similar way to Emacs-lisp mode:
  114. `###' beginning of line
  115. `##' the same level of indentation as the code
  116. `#' the same column on the right, or to the right of such a
  117. column if that is not possible.(default value 40).
  118. \\[indent-for-comment] command automatically inserts such a
  119. `#' in the right place, or aligns such a comment if it is
  120. already inserted.
  121. \\[ess-indent-exp] command indents each line of the syntactic unit following point.
  122. Variables controlling indentation style:
  123. `ess-indent-offset'
  124. Indentation of ESS statements within surrounding block.
  125. The surrounding block's indentation is the indentation of the line on
  126. which the open-brace appears.
  127. `ess-offset-block'
  128. Indentation of blocks opened with curly braces or anonymous parentheses.
  129. `ess-offset-arguments'
  130. Indentation of function arguments or bracket indices.
  131. `ess-offset-arguments-newline'
  132. Indentation of function arguments or bracket indices when the opening
  133. delimiter is immediately followed by a newline.
  134. `ess-offset-continued'
  135. Indentation style for continued statements.
  136. `ess-align-nested-calls'
  137. Functions whose nested calls should be aligned.
  138. `ess-align-arguments-in-calls'
  139. Calls in which arguments should be aligned.
  140. `ess-align-continuations-in-calls'
  141. Whether ignore indentation after an operator in calls
  142. `ess-align-blocks'
  143. Blocks that should always be aligned vertically.
  144. `ess-indent-from-lhs'
  145. Whether function calls given as argument should be indented from the
  146. parameter name.
  147. `ess-indent-from-chain-start'
  148. Whether to indent arguments from the first of several consecutive calls.
  149. `ess-indent-with-fancy-comments'
  150. Non-nil means distinguish between #, ##, and ### for indentation.
  151. Furthermore, \\[ess-set-style] command enables you to set up predefined ess-mode
  152. indentation style. See `ess-style-alist' for predefined styles.
  153. \(fn)" t nil)
  154. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-mode" '("ess-")))
  155. ;;;***
  156. ;;;### (autoloads nil "ess-r-completion" "ess-r-completion.el" (0
  157. ;;;;;; 0 0 0))
  158. ;;; Generated autoloads from ess-r-completion.el
  159. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-r-completion" '("ess-" "ac-source-R" "company-R-")))
  160. ;;;***
  161. ;;;### (autoloads nil "ess-r-flymake" "ess-r-flymake.el" (0 0 0 0))
  162. ;;; Generated autoloads from ess-r-flymake.el
  163. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-r-flymake" '("ess-r-")))
  164. ;;;***
  165. ;;;### (autoloads nil "ess-r-mode" "ess-r-mode.el" (0 0 0 0))
  166. ;;; Generated autoloads from ess-r-mode.el
  167. (autoload 'run-ess-r "ess-r-mode" "\
  168. Call 'R', the 'GNU S' system from the R Foundation.
  169. Optional prefix (\\[universal-argument]) allows to set command line arguments, such as
  170. --vsize. This should be OS agnostic.
  171. If you have certain command line arguments that should always be passed
  172. to R, put them in the variable `inferior-R-args'.
  173. START-ARGS can be a string representing an argument, a list of
  174. such strings, or any other non-nil value. In the latter case, you
  175. will be prompted to enter arguments interactively.
  176. \(fn &optional START-ARGS)" t nil)
  177. (defalias 'R #'run-ess-r)
  178. (autoload 'ess-r-mode "ess-r-mode" "\
  179. Major mode for editing R source. See `ess-mode' for more help.
  180. \(fn)" t nil)
  181. (defalias 'R-mode 'ess-r-mode)
  182. (defalias 'r-mode 'ess-r-mode)
  183. (add-to-list 'auto-mode-alist '("/R/.*\\.q\\'" . ess-r-mode))
  184. (add-to-list 'auto-mode-alist '("\\.[rR]\\'" . ess-r-mode))
  185. (add-to-list 'auto-mode-alist '("\\.[rR]profile\\'" . ess-r-mode))
  186. (add-to-list 'auto-mode-alist '("NAMESPACE\\'" . ess-r-mode))
  187. (add-to-list 'auto-mode-alist '("CITATION\\'" . ess-r-mode))
  188. (autoload 'ess-r-transcript-mode "ess-r-mode" "\
  189. A Major mode for R transcript files.
  190. \(fn)" t nil)
  191. (add-to-list 'auto-mode-alist '("\\.[Rr]out" . ess-r-transcript-mode))
  192. (add-to-list 'interpreter-mode-alist '("Rscript" . ess-r-mode))
  193. (add-to-list 'interpreter-mode-alist '("r" . ess-r-mode))
  194. (add-to-list 'auto-mode-alist '("/Makevars\\(\\.win\\)?$" . makefile-mode))
  195. (add-to-list 'auto-mode-alist '("DESCRIPTION$" . conf-colon-mode))
  196. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-r-mode" '("ess-" "inferior-ess-r-" "R-" "run-ess-r-newest")))
  197. ;;;***
  198. ;;;### (autoloads nil "ess-r-package" "ess-r-package.el" (0 0 0 0))
  199. ;;; Generated autoloads from ess-r-package.el
  200. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-r-package" '("ess-")))
  201. ;;;***
  202. ;;;### (autoloads nil "ess-r-syntax" "ess-r-syntax.el" (0 0 0 0))
  203. ;;; Generated autoloads from ess-r-syntax.el
  204. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-r-syntax" '("ess-" "backward-ess-r-" "forward-ess-r-")))
  205. ;;;***
  206. ;;;### (autoloads nil "ess-r-xref" "ess-r-xref.el" (0 0 0 0))
  207. ;;; Generated autoloads from ess-r-xref.el
  208. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-r-xref" '("ess-r-xref-")))
  209. ;;;***
  210. ;;;### (autoloads nil "ess-rd" "ess-rd.el" (0 0 0 0))
  211. ;;; Generated autoloads from ess-rd.el
  212. (autoload 'Rd-mode "ess-rd" "\
  213. Major mode for editing R documentation source files.
  214. Type \\[list-abbrevs] to display the built-in abbrevs for Rd
  215. keywords.To automatically turn on the abbrev(iate) features, add
  216. the following to your Emacs configuration file:
  217. (add-hook 'Rd-mode-hook #'abbrev-mode)
  218. \(fn)" t nil)
  219. (add-to-list 'auto-mode-alist '("\\.Rd\\'" . Rd-mode))
  220. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-rd" '("Rd-")))
  221. ;;;***
  222. ;;;### (autoloads nil "ess-rdired" "ess-rdired.el" (0 0 0 0))
  223. ;;; Generated autoloads from ess-rdired.el
  224. (autoload 'ess-rdired "ess-rdired" "\
  225. Show R objects from the global environment in a separate buffer.
  226. You may interact with these objects, see `ess-rdired-mode' for
  227. details.
  228. \(fn)" t nil)
  229. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-rdired" '("ess-rdired-")))
  230. ;;;***
  231. ;;;### (autoloads nil "ess-roxy" "ess-roxy.el" (0 0 0 0))
  232. ;;; Generated autoloads from ess-roxy.el
  233. (autoload 'ess-roxy-mode "ess-roxy" "\
  234. Minor mode for editing ROxygen documentation.
  235. \(fn &optional ARG)" t nil)
  236. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-roxy" '("ess-")))
  237. ;;;***
  238. ;;;### (autoloads nil "ess-s-lang" "ess-s-lang.el" (0 0 0 0))
  239. ;;; Generated autoloads from ess-s-lang.el
  240. (add-to-list 'auto-mode-alist '("\\.[Ss]t\\'" . S-transcript-mode))
  241. (add-to-list 'auto-mode-alist '("\\.Sout" . S-transcript-mode))
  242. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-s-lang" '("s-" "ess-" "inferior-S-language-start")))
  243. ;;;***
  244. ;;;### (autoloads nil "ess-sas-a" "ess-sas-a.el" (0 0 0 0))
  245. ;;; Generated autoloads from ess-sas-a.el
  246. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-sas-a" '("ess-" "sas-program")))
  247. ;;;***
  248. ;;;### (autoloads nil "ess-sas-d" "ess-sas-d.el" (0 0 0 0))
  249. ;;; Generated autoloads from ess-sas-d.el
  250. (autoload 'SAS-mode "ess-sas-d" "\
  251. Major mode for editing SAS source. See `ess-mode' for more help.
  252. \(fn)" t nil)
  253. (add-to-list 'auto-mode-alist '("\\.[Ss][Aa][Ss]\\'" . SAS-mode))
  254. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-sas-d" '("ess-" "SAS" "inferior-SAS-args")))
  255. ;;;***
  256. ;;;### (autoloads nil "ess-sas-l" "ess-sas-l.el" (0 0 0 0))
  257. ;;; Generated autoloads from ess-sas-l.el
  258. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-sas-l" '("ess-" "set-sas-file-" "submit-sas" "switch-to-" "sas-" "beginning-of-sas-" "backward-page-top-of-window" "fix-page-breaks" "forward-page-top-of-window" "next-sas-proc" "indent-sas-statement" "SAS-")))
  259. ;;;***
  260. ;;;### (autoloads nil "ess-sp6-d" "ess-sp6-d.el" (0 0 0 0))
  261. ;;; Generated autoloads from ess-sp6-d.el
  262. (autoload 'S+-mode "ess-sp6-d" "\
  263. Major mode for editing S+ source. See `ess-mode' for more help.
  264. \(fn &optional PROC-NAME)" t nil)
  265. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-sp6-d" '("ess-" "S+")))
  266. ;;;***
  267. ;;;### (autoloads nil "ess-stata-lang" "ess-stata-lang.el" (0 0 0
  268. ;;;;;; 0))
  269. ;;; Generated autoloads from ess-stata-lang.el
  270. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-stata-lang" '("ess-" "stata-" "STA-editing-alist" "ado-set-font-lock-keywords")))
  271. ;;;***
  272. ;;;### (autoloads nil "ess-stata-mode" "ess-stata-mode.el" (0 0 0
  273. ;;;;;; 0))
  274. ;;; Generated autoloads from ess-stata-mode.el
  275. (autoload 'ess-stata-mode "ess-stata-mode" "\
  276. Major mode for editing Stata source.
  277. \(fn)" t nil)
  278. (add-to-list 'auto-mode-alist '("\\.do\\'" . ess-stata-mode))
  279. (add-to-list 'auto-mode-alist '("\\.ado\\'" . ess-stata-mode))
  280. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-stata-mode" '("ess-" "Stata-mode" "STA-" "inferior-ess-stata-mode" "stata")))
  281. ;;;***
  282. ;;;### (autoloads nil "ess-toolbar" "ess-toolbar.el" (0 0 0 0))
  283. ;;; Generated autoloads from ess-toolbar.el
  284. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-toolbar" '("ess-")))
  285. ;;;***
  286. ;;;### (autoloads nil "ess-tracebug" "ess-tracebug.el" (0 0 0 0))
  287. ;;; Generated autoloads from ess-tracebug.el
  288. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-tracebug" '("ess-" "org-" "inferior-ess-")))
  289. ;;;***
  290. ;;;### (autoloads nil "ess-trns" "ess-trns.el" (0 0 0 0))
  291. ;;; Generated autoloads from ess-trns.el
  292. (autoload 'ess-transcript-mode "ess-trns" "\
  293. Major mode for transcript files.
  294. Type \\[ess-transcript-send-command] to send a command in the
  295. transcript to the current inferior process. \\[ess-transcript-copy-command]
  296. copies the command but does not execute it, allowing you to edit it in
  297. the process buffer first.
  298. Type \\[ess-transcript-clean-region] to delete all outputs and prompts
  299. in the region, leaving only the commands.
  300. \(fn)" t nil)
  301. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-trns" '("ess-transcript-")))
  302. ;;;***
  303. ;;;### (autoloads nil "ess-utils" "ess-utils.el" (0 0 0 0))
  304. ;;; Generated autoloads from ess-utils.el
  305. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ess-utils" '("ess-")))
  306. ;;;***
  307. ;;;### (autoloads nil "essd-els" "essd-els.el" (0 0 0 0))
  308. ;;; Generated autoloads from essd-els.el
  309. (autoload 'ess-remote "essd-els" "\
  310. Execute this command from within a buffer running a process.
  311. It runs `ess-add-ess-process' to add the PROC-NAME to
  312. `ess-process-name-alist' and to make it the
  313. `ess-current-process-name'. It then prompts the user for an ESS
  314. language and sets the editing characteristics appropriately.
  315. To use this command, first start a process on a remote computer by
  316. manual use of telnet, rlogin, ssh, or some other protocol. Start the
  317. relevant program (\"S\" or \"R\" or \"sas -stdio\") in that buffer. Once
  318. you are talking to S or R or SAS, then do \\[ess-remote] to make
  319. the current buffer an inferior-ess buffer with the right behavior for
  320. the language you are currently working with. With S and R, use C-c
  321. C-n to send lines over. With SAS, use C-c i
  322. `ess-eval-line-and-step-invisibly' to send lines over invisibly.
  323. DIALECT is the desired ess-dialect. If nil, ask for dialect
  324. \(fn &optional PROC-NAME DIALECT)" t nil)
  325. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "essd-els" '("ess-" "S+elsewhere" "inferior-ess-remote-pager")))
  326. ;;;***
  327. ;;;### (autoloads nil "make-regexp" "make-regexp.el" (0 0 0 0))
  328. ;;; Generated autoloads from make-regexp.el
  329. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "make-regexp" '("make-regexp" "regexp-span")))
  330. ;;;***
  331. ;;;### (autoloads nil nil ("ess-pkg.el" "ess-site.el") (0 0 0 0))
  332. ;;;***
  333. ;; Local Variables:
  334. ;; version-control: never
  335. ;; no-byte-compile: t
  336. ;; no-update-autoloads: t
  337. ;; coding: utf-8
  338. ;; End:
  339. ;;; ess-autoloads.el ends here