Klimi's new dotfiles with stow.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

430 líneas
13 KiB

hace 4 años
  1. ;;; pdf-tools-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 "pdf-annot" "pdf-annot.el" (0 0 0 0))
  7. ;;; Generated autoloads from pdf-annot.el
  8. (autoload 'pdf-annot-minor-mode "pdf-annot" "\
  9. Support for PDF Annotations.
  10. \\{pdf-annot-minor-mode-map}
  11. \(fn &optional ARG)" t nil)
  12. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-annot" '("pdf-annot-")))
  13. ;;;***
  14. ;;;### (autoloads nil "pdf-cache" "pdf-cache.el" (0 0 0 0))
  15. ;;; Generated autoloads from pdf-cache.el
  16. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-cache" '("page" "pdf-cache-" "textregions" "boundingbox" "define-pdf-cache-function")))
  17. ;;;***
  18. ;;;### (autoloads nil "pdf-dev" "pdf-dev.el" (0 0 0 0))
  19. ;;; Generated autoloads from pdf-dev.el
  20. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-dev" '("pdf-dev-")))
  21. ;;;***
  22. ;;;### (autoloads nil "pdf-history" "pdf-history.el" (0 0 0 0))
  23. ;;; Generated autoloads from pdf-history.el
  24. (autoload 'pdf-history-minor-mode "pdf-history" "\
  25. Keep a history of previously visited pages.
  26. This is a simple stack-based history. Turning the page or
  27. following a link pushes the left-behind page on the stack, which
  28. may be navigated with the following keys.
  29. \\{pdf-history-minor-mode-map}
  30. \(fn &optional ARG)" t nil)
  31. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-history" '("pdf-history-")))
  32. ;;;***
  33. ;;;### (autoloads nil "pdf-info" "pdf-info.el" (0 0 0 0))
  34. ;;; Generated autoloads from pdf-info.el
  35. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-info" '("pdf-info-")))
  36. ;;;***
  37. ;;;### (autoloads nil "pdf-isearch" "pdf-isearch.el" (0 0 0 0))
  38. ;;; Generated autoloads from pdf-isearch.el
  39. (autoload 'pdf-isearch-minor-mode "pdf-isearch" "\
  40. Isearch mode for PDF buffer.
  41. When this mode is enabled \\[isearch-forward], among other keys,
  42. starts an incremental search in this PDF document. Since this mode
  43. uses external programs to highlight found matches via
  44. image-processing, proceeding to the next match may be slow.
  45. Therefore two isearch behaviours have been defined: Normal isearch and
  46. batch mode. The later one is a minor mode
  47. \(`pdf-isearch-batch-mode'), which when activated inhibits isearch
  48. from stopping at and highlighting every single match, but rather
  49. display them batch-wise. Here a batch means a number of matches
  50. currently visible in the selected window.
  51. The kind of highlighting is determined by three faces
  52. `pdf-isearch-match' (for the current match), `pdf-isearch-lazy'
  53. \(for all other matches) and `pdf-isearch-batch' (when in batch
  54. mode), which see.
  55. Colors may also be influenced by the minor-mode
  56. `pdf-view-dark-minor-mode'. If this is minor mode enabled, each face's
  57. dark colors, are used (see e.g. `frame-background-mode'), instead
  58. of the light ones.
  59. \\{pdf-isearch-minor-mode-map}
  60. While in `isearch-mode' the following keys are available. Note
  61. that not every isearch command work as expected.
  62. \\{pdf-isearch-active-mode-map}
  63. \(fn &optional ARG)" t nil)
  64. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-isearch" '("pdf-isearch-")))
  65. ;;;***
  66. ;;;### (autoloads nil "pdf-links" "pdf-links.el" (0 0 0 0))
  67. ;;; Generated autoloads from pdf-links.el
  68. (autoload 'pdf-links-minor-mode "pdf-links" "\
  69. Handle links in PDF documents.\\<pdf-links-minor-mode-map>
  70. If this mode is enabled, most links in the document may be
  71. activated by clicking on them or by pressing \\[pdf-links-action-perform] and selecting
  72. one of the displayed keys, or by using isearch limited to
  73. links via \\[pdf-links-isearch-link].
  74. \\{pdf-links-minor-mode-map}
  75. \(fn &optional ARG)" t nil)
  76. (autoload 'pdf-links-action-perform "pdf-links" "\
  77. Follow LINK, depending on its type.
  78. This may turn to another page, switch to another PDF buffer or
  79. invoke `pdf-links-browse-uri-function'.
  80. Interactively, link is read via `pdf-links-read-link-action'.
  81. This function displays characters around the links in the current
  82. page and starts reading characters (ignoring case). After a
  83. sufficient number of characters have been read, the corresponding
  84. link's link is invoked. Additionally, SPC may be used to
  85. scroll the current page.
  86. \(fn LINK)" t nil)
  87. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-links" '("pdf-links-")))
  88. ;;;***
  89. ;;;### (autoloads nil "pdf-loader" "pdf-loader.el" (0 0 0 0))
  90. ;;; Generated autoloads from pdf-loader.el
  91. (autoload 'pdf-loader-install "pdf-loader" "\
  92. Prepare Emacs for using PDF Tools.
  93. This function acts as a replacement for `pdf-tools-install' and
  94. makes Emacs load and use PDF Tools as soon as a PDF file is
  95. opened, but not sooner.
  96. The arguments are passed verbatim to `pdf-tools-install', which
  97. see.
  98. \(fn &optional NO-QUERY-P SKIP-DEPENDENCIES-P NO-ERROR-P FORCE-DEPENDENCIES-P)" nil nil)
  99. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-loader" '("pdf-loader--")))
  100. ;;;***
  101. ;;;### (autoloads nil "pdf-misc" "pdf-misc.el" (0 0 0 0))
  102. ;;; Generated autoloads from pdf-misc.el
  103. (autoload 'pdf-misc-minor-mode "pdf-misc" "\
  104. FIXME: Not documented.
  105. \(fn &optional ARG)" t nil)
  106. (autoload 'pdf-misc-size-indication-minor-mode "pdf-misc" "\
  107. Provide a working size indication in the mode-line.
  108. \(fn &optional ARG)" t nil)
  109. (autoload 'pdf-misc-menu-bar-minor-mode "pdf-misc" "\
  110. Display a PDF Tools menu in the menu-bar.
  111. \(fn &optional ARG)" t nil)
  112. (autoload 'pdf-misc-context-menu-minor-mode "pdf-misc" "\
  113. Provide a right-click context menu in PDF buffers.
  114. \\{pdf-misc-context-menu-minor-mode-map}
  115. \(fn &optional ARG)" t nil)
  116. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-misc" '("pdf-misc-")))
  117. ;;;***
  118. ;;;### (autoloads nil "pdf-occur" "pdf-occur.el" (0 0 0 0))
  119. ;;; Generated autoloads from pdf-occur.el
  120. (autoload 'pdf-occur "pdf-occur" "\
  121. List lines matching STRING or PCRE.
  122. Interactively search for a regexp. Unless a prefix arg was given,
  123. in which case this functions performs a string search.
  124. If `pdf-occur-prefer-string-search' is non-nil, the meaning of
  125. the prefix-arg is inverted.
  126. \(fn STRING &optional REGEXP-P)" t nil)
  127. (autoload 'pdf-occur-multi-command "pdf-occur" "\
  128. Perform `pdf-occur' on multiple buffer.
  129. For a programmatic search of multiple documents see
  130. `pdf-occur-search'.
  131. \(fn)" t nil)
  132. (defvar pdf-occur-global-minor-mode nil "\
  133. Non-nil if Pdf-Occur-Global minor mode is enabled.
  134. See the `pdf-occur-global-minor-mode' command
  135. for a description of this minor mode.
  136. Setting this variable directly does not take effect;
  137. either customize it (see the info node `Easy Customization')
  138. or call the function `pdf-occur-global-minor-mode'.")
  139. (custom-autoload 'pdf-occur-global-minor-mode "pdf-occur" nil)
  140. (autoload 'pdf-occur-global-minor-mode "pdf-occur" "\
  141. Enable integration of Pdf Occur with other modes.
  142. This global minor mode enables (or disables)
  143. `pdf-occur-ibuffer-minor-mode' and `pdf-occur-dired-minor-mode'
  144. in all current and future ibuffer/dired buffer.
  145. \(fn &optional ARG)" t nil)
  146. (autoload 'pdf-occur-ibuffer-minor-mode "pdf-occur" "\
  147. Hack into ibuffer's do-occur binding.
  148. This mode remaps `ibuffer-do-occur' to
  149. `pdf-occur-ibuffer-do-occur', which will start the PDF Tools
  150. version of `occur', if all marked buffer's are in `pdf-view-mode'
  151. and otherwise fallback to `ibuffer-do-occur'.
  152. \(fn &optional ARG)" t nil)
  153. (autoload 'pdf-occur-dired-minor-mode "pdf-occur" "\
  154. Hack into dired's `dired-do-search' binding.
  155. This mode remaps `dired-do-search' to
  156. `pdf-occur-dired-do-search', which will start the PDF Tools
  157. version of `occur', if all marked buffer's are in `pdf-view-mode'
  158. and otherwise fallback to `dired-do-search'.
  159. \(fn &optional ARG)" t nil)
  160. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-occur" '("pdf-occur-")))
  161. ;;;***
  162. ;;;### (autoloads nil "pdf-outline" "pdf-outline.el" (0 0 0 0))
  163. ;;; Generated autoloads from pdf-outline.el
  164. (autoload 'pdf-outline-minor-mode "pdf-outline" "\
  165. Display an outline of a PDF document.
  166. This provides a PDF's outline on the menu bar via imenu.
  167. Additionally the same outline may be viewed in a designated
  168. buffer.
  169. \\{pdf-outline-minor-mode-map}
  170. \(fn &optional ARG)" t nil)
  171. (autoload 'pdf-outline "pdf-outline" "\
  172. Display an PDF outline of BUFFER.
  173. BUFFER defaults to the current buffer. Select the outline
  174. buffer, unless NO-SELECT-WINDOW-P is non-nil.
  175. \(fn &optional BUFFER NO-SELECT-WINDOW-P)" t nil)
  176. (autoload 'pdf-outline-imenu-enable "pdf-outline" "\
  177. Enable imenu in the current PDF buffer.
  178. \(fn)" t nil)
  179. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-outline" '("pdf-outline")))
  180. ;;;***
  181. ;;;### (autoloads nil "pdf-sync" "pdf-sync.el" (0 0 0 0))
  182. ;;; Generated autoloads from pdf-sync.el
  183. (autoload 'pdf-sync-minor-mode "pdf-sync" "\
  184. Correlate a PDF position with the TeX file.
  185. \\<pdf-sync-minor-mode-map>
  186. This works via SyncTeX, which means the TeX sources need to have
  187. been compiled with `--synctex=1'. In AUCTeX this can be done by
  188. setting `TeX-source-correlate-method' to 'synctex (before AUCTeX
  189. is loaded) and enabling `TeX-source-correlate-mode'.
  190. Then \\[pdf-sync-backward-search-mouse] in the PDF buffer will open the
  191. corresponding TeX location.
  192. If AUCTeX is your preferred tex-mode, this library arranges to
  193. bind `pdf-sync-forward-display-pdf-key' (the default is `C-c C-g')
  194. to `pdf-sync-forward-search' in `TeX-source-correlate-map'. This
  195. function displays the PDF page corresponding to the current
  196. position in the TeX buffer. This function only works together
  197. with AUCTeX.
  198. \(fn &optional ARG)" t nil)
  199. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-sync" '("pdf-sync-")))
  200. ;;;***
  201. ;;;### (autoloads nil "pdf-tools" "pdf-tools.el" (0 0 0 0))
  202. ;;; Generated autoloads from pdf-tools.el
  203. (defvar pdf-tools-handle-upgrades t "\
  204. Whether PDF Tools should handle upgrading itself.")
  205. (custom-autoload 'pdf-tools-handle-upgrades "pdf-tools" t)
  206. (autoload 'pdf-tools-install "pdf-tools" "\
  207. Install PDF-Tools in all current and future PDF buffers.
  208. If the `pdf-info-epdfinfo-program' is not running or does not
  209. appear to be working, attempt to rebuild it. If this build
  210. succeeded, continue with the activation of the package.
  211. Otherwise fail silently, i.e. no error is signaled.
  212. Build the program (if necessary) without asking first, if
  213. NO-QUERY-P is non-nil.
  214. Don't attempt to install system packages, if SKIP-DEPENDENCIES-P
  215. is non-nil.
  216. Do not signal an error in case the build failed, if NO-ERROR-P is
  217. non-nil.
  218. Attempt to install system packages (even if it is deemed
  219. unnecessary), if FORCE-DEPENDENCIES-P is non-nil.
  220. Note that SKIP-DEPENDENCIES-P and FORCE-DEPENDENCIES-P are
  221. mutually exclusive.
  222. Note further, that you can influence the installation directory
  223. by setting `pdf-info-epdfinfo-program' to an appropriate
  224. value (e.g. ~/bin/epdfinfo) before calling this function.
  225. See `pdf-view-mode' and `pdf-tools-enabled-modes'.
  226. \(fn &optional NO-QUERY-P SKIP-DEPENDENCIES-P NO-ERROR-P FORCE-DEPENDENCIES-P)" t nil)
  227. (autoload 'pdf-tools-enable-minor-modes "pdf-tools" "\
  228. Enable MODES in the current buffer.
  229. MODES defaults to `pdf-tools-enabled-modes'.
  230. \(fn &optional MODES)" t nil)
  231. (autoload 'pdf-tools-help "pdf-tools" "\
  232. \(fn)" t nil)
  233. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-tools" '("pdf-tools-")))
  234. ;;;***
  235. ;;;### (autoloads nil "pdf-util" "pdf-util.el" (0 0 0 0))
  236. ;;; Generated autoloads from pdf-util.el
  237. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-util" '("pdf-util-" "display-buffer-split-below-and-attach")))
  238. ;;;***
  239. ;;;### (autoloads nil "pdf-view" "pdf-view.el" (0 0 0 0))
  240. ;;; Generated autoloads from pdf-view.el
  241. (autoload 'pdf-view-bookmark-jump-handler "pdf-view" "\
  242. The bookmark handler-function interface for bookmark BMK.
  243. See also `pdf-view-bookmark-make-record'.
  244. \(fn BMK)" nil nil)
  245. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-view" '("pdf-view-")))
  246. ;;;***
  247. ;;;### (autoloads nil "pdf-virtual" "pdf-virtual.el" (0 0 0 0))
  248. ;;; Generated autoloads from pdf-virtual.el
  249. (autoload 'pdf-virtual-edit-mode "pdf-virtual" "\
  250. Major mode when editing a virtual PDF buffer.
  251. \(fn)" t nil)
  252. (autoload 'pdf-virtual-view-mode "pdf-virtual" "\
  253. Major mode in virtual PDF buffers.
  254. \(fn)" t nil)
  255. (defvar pdf-virtual-global-minor-mode nil "\
  256. Non-nil if Pdf-Virtual-Global minor mode is enabled.
  257. See the `pdf-virtual-global-minor-mode' command
  258. for a description of this minor mode.
  259. Setting this variable directly does not take effect;
  260. either customize it (see the info node `Easy Customization')
  261. or call the function `pdf-virtual-global-minor-mode'.")
  262. (custom-autoload 'pdf-virtual-global-minor-mode "pdf-virtual" nil)
  263. (autoload 'pdf-virtual-global-minor-mode "pdf-virtual" "\
  264. Enable recognition and handling of VPDF files.
  265. \(fn &optional ARG)" t nil)
  266. (autoload 'pdf-virtual-buffer-create "pdf-virtual" "\
  267. \(fn &optional FILENAMES BUFFER-NAME DISPLAY-P)" t nil)
  268. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pdf-virtual" '("pdf-virtual-")))
  269. ;;;***
  270. ;;;### (autoloads nil nil ("pdf-tools-pkg.el") (0 0 0 0))
  271. ;;;***
  272. ;; Local Variables:
  273. ;; version-control: never
  274. ;; no-byte-compile: t
  275. ;; no-update-autoloads: t
  276. ;; coding: utf-8
  277. ;; End:
  278. ;;; pdf-tools-autoloads.el ends here