PageRenderTime 26ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/elpa/auctex-11.90.0/auctex-autoloads.el

https://gitlab.com/csagedy/prelude
Emacs Lisp | 374 lines | 199 code | 104 blank | 71 comment | 37 complexity | 6adb958c04f00048193df40fe456efeb MD5 | raw file
  1. ;;; auctex-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
  5. ;;;### (autoloads nil "bib-cite" "bib-cite.el" (22687 28169 0 0))
  6. ;;; Generated autoloads from bib-cite.el
  7. (autoload 'bib-cite-minor-mode "bib-cite" "\
  8. Toggle bib-cite mode.
  9. When bib-cite mode is enabled, citations, labels and refs are highlighted
  10. when the mouse is over them. Clicking on these highlights with [mouse-2]
  11. runs bib-find, and [mouse-3] runs bib-display.
  12. \(fn ARG)" t nil)
  13. (autoload 'turn-on-bib-cite "bib-cite" "\
  14. Unconditionally turn on Bib Cite mode.
  15. \(fn)" nil nil)
  16. ;;;***
  17. ;;;### (autoloads nil "context" "context.el" (22687 28169 0 0))
  18. ;;; Generated autoloads from context.el
  19. (defalias 'ConTeXt-mode 'context-mode)
  20. (autoload 'context-mode "context" "\
  21. Major mode in AUCTeX for editing ConTeXt files.
  22. Special commands:
  23. \\{ConTeXt-mode-map}
  24. Entering `context-mode' calls the value of `text-mode-hook',
  25. then the value of `TeX-mode-hook', and then the value
  26. of ConTeXt-mode-hook.
  27. \(fn)" t nil)
  28. ;;;***
  29. ;;;### (autoloads nil "context-en" "context-en.el" (22687 28169 0
  30. ;;;;;; 0))
  31. ;;; Generated autoloads from context-en.el
  32. (autoload 'context-en-mode "context-en" "\
  33. Major mode for editing files for ConTeXt using its english interface.
  34. Special commands:
  35. \\{ConTeXt-mode-map}
  36. Entering `context-mode' calls the value of `text-mode-hook',
  37. then the value of TeX-mode-hook, and then the value
  38. of context-mode-hook.
  39. \(fn)" t nil)
  40. ;;;***
  41. ;;;### (autoloads nil "context-nl" "context-nl.el" (22687 28169 0
  42. ;;;;;; 0))
  43. ;;; Generated autoloads from context-nl.el
  44. (autoload 'context-nl-mode "context-nl" "\
  45. Major mode for editing files for ConTeXt using its dutch interface.
  46. Special commands:
  47. \\{ConTeXt-mode-map}
  48. Entering `context-mode' calls the value of `text-mode-hook',
  49. then the value of TeX-mode-hook, and then the value
  50. of context-mode-hook.
  51. \(fn)" t nil)
  52. ;;;***
  53. ;;;### (autoloads nil "font-latex" "font-latex.el" (22687 28169 0
  54. ;;;;;; 0))
  55. ;;; Generated autoloads from font-latex.el
  56. (autoload 'font-latex-setup "font-latex" "\
  57. Setup this buffer for LaTeX font-lock. Usually called from a hook.
  58. \(fn)" nil nil)
  59. ;;;***
  60. ;;;### (autoloads nil "latex" "latex.el" (22687 28169 0 0))
  61. ;;; Generated autoloads from latex.el
  62. (autoload 'BibTeX-auto-store "latex" "\
  63. This function should be called from `bibtex-mode-hook'.
  64. It will setup BibTeX to store keys in an auto file.
  65. \(fn)" nil nil)
  66. (add-to-list 'auto-mode-alist '("\\.drv\\'" . latex-mode))
  67. (add-to-list 'auto-mode-alist '("\\.hva\\'" . latex-mode))
  68. (autoload 'TeX-latex-mode "latex" "\
  69. Major mode in AUCTeX for editing LaTeX files.
  70. See info under AUCTeX for full documentation.
  71. Special commands:
  72. \\{LaTeX-mode-map}
  73. Entering LaTeX mode calls the value of `text-mode-hook',
  74. then the value of `TeX-mode-hook', and then the value
  75. of `LaTeX-mode-hook'.
  76. \(fn)" t nil)
  77. (add-to-list 'auto-mode-alist '("\\.dtx\\'" . doctex-mode))
  78. (autoload 'docTeX-mode "latex" "\
  79. Major mode in AUCTeX for editing .dtx files derived from `LaTeX-mode'.
  80. Runs `LaTeX-mode', sets a few variables and
  81. runs the hooks in `docTeX-mode-hook'.
  82. \(fn)" t nil)
  83. (defalias 'TeX-doctex-mode 'docTeX-mode)
  84. ;;;***
  85. ;;;### (autoloads nil "multi-prompt" "multi-prompt.el" (22687 28169
  86. ;;;;;; 0 0))
  87. ;;; Generated autoloads from multi-prompt.el
  88. (autoload 'multi-prompt "multi-prompt" "\
  89. Completing prompt for a list of strings.
  90. The first argument SEPARATOR should be the string (of length 1) to
  91. separate the elements in the list. The second argument UNIQUE should
  92. be non-nil, if each element must be unique. The remaining elements
  93. are the arguments to `completing-read'. See that.
  94. \(fn SEPARATOR UNIQUE PROMPT TABLE &optional MP-PREDICATE REQUIRE-MATCH INITIAL HISTORY)" nil nil)
  95. (autoload 'multi-prompt-key-value "multi-prompt" "\
  96. Read multiple strings, with completion and key=value support.
  97. PROMPT is a string to prompt with, usually ending with a colon
  98. and a space. TABLE is an alist. The car of each element should
  99. be a string representing a key and the optional cdr should be a
  100. list with strings to be used as values for the key.
  101. See the documentation for `completing-read' for details on the
  102. other arguments: PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST,
  103. DEF, and INHERIT-INPUT-METHOD.
  104. The return value is the string as entered in the minibuffer.
  105. \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
  106. ;;;***
  107. ;;;### (autoloads nil "plain-tex" "plain-tex.el" (22687 28169 0 0))
  108. ;;; Generated autoloads from plain-tex.el
  109. (autoload 'TeX-plain-tex-mode "plain-tex" "\
  110. Major mode in AUCTeX for editing plain TeX files.
  111. See info under AUCTeX for documentation.
  112. Special commands:
  113. \\{plain-TeX-mode-map}
  114. Entering `plain-tex-mode' calls the value of `text-mode-hook',
  115. then the value of `TeX-mode-hook', and then the value
  116. of plain-TeX-mode-hook.
  117. \(fn)" t nil)
  118. (autoload 'ams-tex-mode "plain-tex" "\
  119. Major mode in AUCTeX for editing AmS-TeX files.
  120. See info under AUCTeX for documentation.
  121. Special commands:
  122. \\{AmSTeX-mode-map}
  123. Entering AmS-tex-mode calls the value of `text-mode-hook',
  124. then the value of `TeX-mode-hook', and then the value
  125. of `AmS-TeX-mode-hook'.
  126. \(fn)" t nil)
  127. ;;;***
  128. ;;;### (autoloads nil "preview" "preview.el" (22687 28169 0 0))
  129. ;;; Generated autoloads from preview.el
  130. (autoload 'preview-install-styles "preview" "\
  131. Installs the TeX style files into a permanent location.
  132. This must be in the TeX search path. If FORCE-OVERWRITE is greater
  133. than 1, files will get overwritten without query, if it is less
  134. than 1 or nil, the operation will fail. The default of 1 for interactive
  135. use will query.
  136. Similarly FORCE-SAVE can be used for saving
  137. `preview-TeX-style-dir' to record the fact that the uninstalled
  138. files are no longer needed in the search path.
  139. \(fn DIR &optional FORCE-OVERWRITE FORCE-SAVE)" t nil)
  140. (autoload 'LaTeX-preview-setup "preview" "\
  141. Hook function for embedding the preview package into AUCTeX.
  142. This is called by `LaTeX-mode-hook' and changes AUCTeX variables
  143. to add the preview functionality.
  144. \(fn)" nil nil)
  145. (autoload 'preview-report-bug "preview" "\
  146. Report a bug in the preview-latex package.
  147. \(fn)" t nil)
  148. ;;;***
  149. ;;;### (autoloads nil "tex" "tex.el" (22687 28169 0 0))
  150. ;;; Generated autoloads from tex.el
  151. (defalias 'TeX-assoc-string (symbol-function (if (featurep 'xemacs) 'assoc 'assoc-string)))
  152. (autoload 'TeX-tex-mode "tex" "\
  153. Major mode in AUCTeX for editing TeX or LaTeX files.
  154. Tries to guess whether this file is for plain TeX or LaTeX.
  155. The algorithm is as follows:
  156. 1) if the file is empty or `TeX-force-default-mode' is not set to nil,
  157. `TeX-default-mode' is chosen
  158. 2) If \\documentstyle or \\begin{, \\section{, \\part{ or \\chapter{ is
  159. found, `latex-mode' is selected.
  160. 3) Otherwise, use `plain-tex-mode'
  161. \(fn)" t nil)
  162. (autoload 'TeX-auto-generate "tex" "\
  163. Generate style file for TEX and store it in AUTO.
  164. If TEX is a directory, generate style files for all files in the directory.
  165. \(fn TEX AUTO)" t nil)
  166. (autoload 'TeX-auto-generate-global "tex" "\
  167. Create global auto directory for global TeX macro definitions.
  168. \(fn)" t nil)
  169. (autoload 'TeX-submit-bug-report "tex" "\
  170. Submit a bug report on AUCTeX via mail.
  171. Don't hesitate to report any problems or inaccurate documentation.
  172. If you don't have setup sending mail from (X)Emacs, please copy the
  173. output buffer into your mail program, as it gives us important
  174. information about your AUCTeX version and AUCTeX configuration.
  175. \(fn)" t nil)
  176. ;;;***
  177. ;;;### (autoloads nil "tex-bar" "tex-bar.el" (22687 28169 0 0))
  178. ;;; Generated autoloads from tex-bar.el
  179. (autoload 'TeX-install-toolbar "tex-bar" "\
  180. Install toolbar buttons for TeX mode.
  181. \(fn)" t nil)
  182. (autoload 'LaTeX-install-toolbar "tex-bar" "\
  183. Install toolbar buttons for LaTeX mode.
  184. \(fn)" t nil)
  185. ;;;***
  186. ;;;### (autoloads nil "tex-fold" "tex-fold.el" (22687 28169 0 0))
  187. ;;; Generated autoloads from tex-fold.el
  188. (autoload 'TeX-fold-mode "tex-fold" "Minor mode for hiding and revealing macros and environments." t)
  189. (defalias 'tex-fold-mode 'TeX-fold-mode)
  190. ;;;***
  191. ;;;### (autoloads nil "tex-font" "tex-font.el" (22687 28169 0 0))
  192. ;;; Generated autoloads from tex-font.el
  193. (autoload 'tex-font-setup "tex-font" "\
  194. Setup font lock support for TeX.
  195. \(fn)" nil nil)
  196. ;;;***
  197. ;;;### (autoloads nil "tex-info" "tex-info.el" (22687 28169 0 0))
  198. ;;; Generated autoloads from tex-info.el
  199. (defalias 'Texinfo-mode 'texinfo-mode)
  200. (autoload 'TeX-texinfo-mode "tex-info" "\
  201. Major mode in AUCTeX for editing Texinfo files.
  202. Special commands:
  203. \\{Texinfo-mode-map}
  204. Entering Texinfo mode calls the value of `text-mode-hook' and then the
  205. value of `Texinfo-mode-hook'.
  206. \(fn)" t nil)
  207. ;;;***
  208. ;;;### (autoloads nil "tex-jp" "tex-jp.el" (22687 28169 0 0))
  209. ;;; Generated autoloads from tex-jp.el
  210. (autoload 'japanese-plain-tex-mode "tex-jp" "\
  211. Major mode in AUCTeX for editing Japanese plain TeX files.
  212. Set `japanese-TeX-mode' to t, and enter `TeX-plain-tex-mode'.
  213. \(fn)" t nil)
  214. (autoload 'japanese-latex-mode "tex-jp" "\
  215. Major mode in AUCTeX for editing Japanese LaTeX files.
  216. Set `japanese-TeX-mode' to t, and enter `TeX-latex-mode'.
  217. \(fn)" t nil)
  218. ;;;***
  219. ;;;### (autoloads nil "tex-site" "tex-site.el" (22687 28169 0 0))
  220. ;;; Generated autoloads from tex-site.el
  221. (require 'tex-site)
  222. ;;;***
  223. ;;;### (autoloads nil "texmathp" "texmathp.el" (22687 28169 0 0))
  224. ;;; Generated autoloads from texmathp.el
  225. (autoload 'texmathp "texmathp" "\
  226. Determine if point is inside (La)TeX math mode.
  227. Returns t or nil. Additional info is placed into `texmathp-why'.
  228. The functions assumes that you have (almost) syntactically correct (La)TeX in
  229. the buffer.
  230. See the variable `texmathp-tex-commands' about which commands are checked.
  231. \(fn)" t nil)
  232. (autoload 'texmathp-match-switch "texmathp" "\
  233. Search backward for any of the math switches.
  234. Limit searched to BOUND.
  235. \(fn BOUND)" nil nil)
  236. ;;;***
  237. ;;;### (autoloads nil "toolbar-x" "toolbar-x.el" (22687 28169 0 0))
  238. ;;; Generated autoloads from toolbar-x.el
  239. (autoload 'toolbarx-install-toolbar "toolbar-x")
  240. ;;;***
  241. ;;;### (autoloads nil nil ("auctex-pkg.el" "auctex.el" "prv-emacs.el"
  242. ;;;;;; "prv-xemacs.el" "tex-buf.el" "tex-ispell.el" "tex-mik.el"
  243. ;;;;;; "tex-style.el" "tex-wizard.el") (22687 28169 0 0))
  244. ;;;***
  245. ;; Local Variables:
  246. ;; version-control: never
  247. ;; no-byte-compile: t
  248. ;; no-update-autoloads: t
  249. ;; End:
  250. ;;; auctex-autoloads.el ends here