pdf-tools-autoloads.el (19948B)
1 ;;; pdf-tools-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 (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from pdf-annot.el 13 14 (autoload 'pdf-annot-minor-mode "pdf-annot" "\ 15 Support for PDF Annotations. 16 17 \\{pdf-annot-minor-mode-map} 18 19 This is a minor mode. If called interactively, toggle the 20 `Pdf-Annot minor mode' mode. If the prefix argument is 21 positive, enable the mode, and if it is zero or negative, 22 disable the mode. 23 24 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 25 the mode if ARG is nil, omitted, or is a positive number. 26 Disable the mode if ARG is a negative number. 27 28 To check whether the minor mode is enabled in the current buffer, 29 evaluate `pdf-annot-minor-mode'. 30 31 The mode's hook is called both when the mode is enabled and when 32 it is disabled. 33 34 (fn &optional ARG)" t) 35 (register-definition-prefixes "pdf-annot" '("pdf-annot-")) 36 37 38 ;;; Generated autoloads from pdf-cache.el 39 40 (register-definition-prefixes "pdf-cache" '("boundingbox" "define-pdf-cache-function" "page" "pdf-cache-" "textregions")) 41 42 43 ;;; Generated autoloads from pdf-dev.el 44 45 (register-definition-prefixes "pdf-dev" '("pdf-dev-")) 46 47 48 ;;; Generated autoloads from pdf-history.el 49 50 (autoload 'pdf-history-minor-mode "pdf-history" "\ 51 Keep a history of previously visited pages. 52 53 This is a simple stack-based history. Turning the page or 54 following a link pushes the left-behind page on the stack, which 55 may be navigated with the following keys. 56 57 \\{pdf-history-minor-mode-map} 58 59 This is a minor mode. If called interactively, toggle the 60 `Pdf-History minor mode' mode. If the prefix argument is 61 positive, enable the mode, and if it is zero or negative, 62 disable the mode. 63 64 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 65 the mode if ARG is nil, omitted, or is a positive number. 66 Disable the mode if ARG is a negative number. 67 68 To check whether the minor mode is enabled in the current buffer, 69 evaluate `pdf-history-minor-mode'. 70 71 The mode's hook is called both when the mode is enabled and when 72 it is disabled. 73 74 (fn &optional ARG)" t) 75 (register-definition-prefixes "pdf-history" '("pdf-history-")) 76 77 78 ;;; Generated autoloads from pdf-info.el 79 80 (register-definition-prefixes "pdf-info" '("pdf-info-")) 81 82 83 ;;; Generated autoloads from pdf-isearch.el 84 85 (autoload 'pdf-isearch-minor-mode "pdf-isearch" "\ 86 Isearch mode for PDF buffer. 87 88 When this mode is enabled \\[isearch-forward], among other keys, 89 starts an incremental search in this PDF document. Since this mode 90 uses external programs to highlight found matches via 91 image-processing, proceeding to the next match may be slow. 92 93 Therefore two isearch behaviours have been defined: Normal isearch and 94 batch mode. The later one is a minor mode 95 (`pdf-isearch-batch-mode'), which when activated inhibits isearch 96 from stopping at and highlighting every single match, but rather 97 display them batch-wise. Here a batch means a number of matches 98 currently visible in the selected window. 99 100 The kind of highlighting is determined by three faces 101 `pdf-isearch-match' (for the current match), `pdf-isearch-lazy' 102 (for all other matches) and `pdf-isearch-batch' (when in batch 103 mode), which see. 104 105 Colors may also be influenced by the minor-mode 106 `pdf-view-dark-minor-mode'. If this is minor mode enabled, each face's 107 dark colors, are used (see e.g. `frame-background-mode'), instead 108 of the light ones. 109 110 \\{pdf-isearch-minor-mode-map} 111 While in `isearch-mode' the following keys are available. Note 112 that not every isearch command work as expected. 113 114 \\{pdf-isearch-active-mode-map} 115 116 This is a minor mode. If called interactively, toggle the 117 `Pdf-Isearch minor mode' mode. If the prefix argument is 118 positive, enable the mode, and if it is zero or negative, 119 disable the mode. 120 121 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 122 the mode if ARG is nil, omitted, or is a positive number. 123 Disable the mode if ARG is a negative number. 124 125 To check whether the minor mode is enabled in the current buffer, 126 evaluate `pdf-isearch-minor-mode'. 127 128 The mode's hook is called both when the mode is enabled and when 129 it is disabled. 130 131 (fn &optional ARG)" t) 132 (register-definition-prefixes "pdf-isearch" '("pdf-isearch-")) 133 134 135 ;;; Generated autoloads from pdf-links.el 136 137 (autoload 'pdf-links-minor-mode "pdf-links" "\ 138 Handle links in PDF documents.\\<pdf-links-minor-mode-map> 139 140 If this mode is enabled, most links in the document may be 141 activated by clicking on them or by pressing \\[pdf-links-action-perform] and selecting 142 one of the displayed keys, or by using isearch limited to 143 links via \\[pdf-links-isearch-link]. 144 145 \\{pdf-links-minor-mode-map} 146 147 This is a minor mode. If called interactively, toggle the 148 `Pdf-Links minor mode' mode. If the prefix argument is 149 positive, enable the mode, and if it is zero or negative, 150 disable the mode. 151 152 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 153 the mode if ARG is nil, omitted, or is a positive number. 154 Disable the mode if ARG is a negative number. 155 156 To check whether the minor mode is enabled in the current buffer, 157 evaluate `pdf-links-minor-mode'. 158 159 The mode's hook is called both when the mode is enabled and when 160 it is disabled. 161 162 (fn &optional ARG)" t) 163 (autoload 'pdf-links-action-perform "pdf-links" "\ 164 Follow LINK, depending on its type. 165 166 This may turn to another page, switch to another PDF buffer or 167 invoke `pdf-links-browse-uri-function'. 168 169 Interactively, link is read via `pdf-links-read-link-action'. 170 This function displays characters around the links in the current 171 page and starts reading characters (ignoring case). After a 172 sufficient number of characters have been read, the corresponding 173 link's link is invoked. Additionally, SPC may be used to 174 scroll the current page. 175 176 (fn LINK)" t) 177 (register-definition-prefixes "pdf-links" '("pdf-links-")) 178 179 180 ;;; Generated autoloads from pdf-loader.el 181 182 (autoload 'pdf-loader-install "pdf-loader" "\ 183 Prepare Emacs for using PDF Tools. 184 185 This function acts as a replacement for `pdf-tools-install' and 186 makes Emacs load and use PDF Tools as soon as a PDF file is 187 opened, but not sooner. 188 189 The arguments are passed verbatim to `pdf-tools-install', which 190 see. 191 192 (fn &optional NO-QUERY-P SKIP-DEPENDENCIES-P NO-ERROR-P FORCE-DEPENDENCIES-P)") 193 (register-definition-prefixes "pdf-loader" '("pdf-loader--")) 194 195 196 ;;; Generated autoloads from pdf-macs.el 197 198 (register-definition-prefixes "pdf-macs" '("pdf-view-")) 199 200 201 ;;; Generated autoloads from pdf-misc.el 202 203 (autoload 'pdf-misc-minor-mode "pdf-misc" "\ 204 FIXME: Not documented. 205 206 This is a minor mode. If called interactively, toggle the 207 `Pdf-Misc minor mode' mode. If the prefix argument is positive, 208 enable the mode, and if it is zero or negative, disable the 209 mode. 210 211 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 212 the mode if ARG is nil, omitted, or is a positive number. 213 Disable the mode if ARG is a negative number. 214 215 To check whether the minor mode is enabled in the current buffer, 216 evaluate `pdf-misc-minor-mode'. 217 218 The mode's hook is called both when the mode is enabled and when 219 it is disabled. 220 221 \\{pdf-misc-minor-mode-map} 222 223 (fn &optional ARG)" t) 224 (autoload 'pdf-misc-size-indication-minor-mode "pdf-misc" "\ 225 Provide a working size indication in the mode-line. 226 227 This is a minor mode. If called interactively, toggle the 228 `Pdf-Misc-Size-Indication minor mode' mode. If the prefix 229 argument is positive, enable the mode, and if it is zero or 230 negative, disable the mode. 231 232 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 233 the mode if ARG is nil, omitted, or is a positive number. 234 Disable the mode if ARG is a negative number. 235 236 To check whether the minor mode is enabled in the current buffer, 237 evaluate `pdf-misc-size-indication-minor-mode'. 238 239 The mode's hook is called both when the mode is enabled and when 240 it is disabled. 241 242 (fn &optional ARG)" t) 243 (autoload 'pdf-misc-menu-bar-minor-mode "pdf-misc" "\ 244 Display a PDF Tools menu in the menu-bar. 245 246 This is a minor mode. If called interactively, toggle the 247 `Pdf-Misc-Menu-Bar minor mode' mode. If the prefix argument is 248 positive, enable the mode, and if it is zero or negative, 249 disable the mode. 250 251 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 252 the mode if ARG is nil, omitted, or is a positive number. 253 Disable the mode if ARG is a negative number. 254 255 To check whether the minor mode is enabled in the current buffer, 256 evaluate `pdf-misc-menu-bar-minor-mode'. 257 258 The mode's hook is called both when the mode is enabled and when 259 it is disabled. 260 261 \\{pdf-misc-menu-bar-minor-mode-map} 262 263 (fn &optional ARG)" t) 264 (autoload 'pdf-misc-context-menu-minor-mode "pdf-misc" "\ 265 Provide a right-click context menu in PDF buffers. 266 267 \\{pdf-misc-context-menu-minor-mode-map} 268 269 This is a minor mode. If called interactively, toggle the 270 `Pdf-Misc-Context-Menu minor mode' mode. If the prefix argument 271 is positive, enable the mode, and if it is zero or negative, 272 disable the mode. 273 274 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 275 the mode if ARG is nil, omitted, or is a positive number. 276 Disable the mode if ARG is a negative number. 277 278 To check whether the minor mode is enabled in the current buffer, 279 evaluate `pdf-misc-context-menu-minor-mode'. 280 281 The mode's hook is called both when the mode is enabled and when 282 it is disabled. 283 284 (fn &optional ARG)" t) 285 (register-definition-prefixes "pdf-misc" '("pdf-misc-")) 286 287 288 ;;; Generated autoloads from pdf-occur.el 289 290 (autoload 'pdf-occur "pdf-occur" "\ 291 List lines matching STRING or PCRE. 292 293 Interactively search for a regexp. Unless a prefix arg was given, 294 in which case this functions performs a string search. 295 296 If `pdf-occur-prefer-string-search' is non-nil, the meaning of 297 the prefix-arg is inverted. 298 299 (fn STRING &optional REGEXP-P)" t) 300 (autoload 'pdf-occur-multi-command "pdf-occur" "\ 301 Perform `pdf-occur' on multiple buffer. 302 303 For a programmatic search of multiple documents see 304 `pdf-occur-search'." t) 305 (defvar pdf-occur-global-minor-mode nil "\ 306 Non-nil if Pdf-Occur-Global minor mode is enabled. 307 See the `pdf-occur-global-minor-mode' command 308 for a description of this minor mode. 309 Setting this variable directly does not take effect; 310 either customize it (see the info node `Easy Customization') 311 or call the function `pdf-occur-global-minor-mode'.") 312 (custom-autoload 'pdf-occur-global-minor-mode "pdf-occur" nil) 313 (autoload 'pdf-occur-global-minor-mode "pdf-occur" "\ 314 Enable integration of Pdf Occur with other modes. 315 316 This global minor mode enables (or disables) 317 `pdf-occur-ibuffer-minor-mode' and `pdf-occur-dired-minor-mode' 318 in all current and future ibuffer/dired buffer. 319 320 This is a global minor mode. If called interactively, toggle the 321 `Pdf-Occur-Global minor mode' mode. If the prefix argument is 322 positive, enable the mode, and if it is zero or negative, 323 disable the mode. 324 325 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 326 the mode if ARG is nil, omitted, or is a positive number. 327 Disable the mode if ARG is a negative number. 328 329 To check whether the minor mode is enabled in the current buffer, 330 evaluate `(default-value \\='pdf-occur-global-minor-mode)'. 331 332 The mode's hook is called both when the mode is enabled and when 333 it is disabled. 334 335 (fn &optional ARG)" t) 336 (autoload 'pdf-occur-ibuffer-minor-mode "pdf-occur" "\ 337 Hack into ibuffer's do-occur binding. 338 339 This mode remaps `ibuffer-do-occur' to 340 `pdf-occur-ibuffer-do-occur', which will start the PDF Tools 341 version of `occur', if all marked buffer's are in `pdf-view-mode' 342 and otherwise fallback to `ibuffer-do-occur'. 343 344 This is a minor mode. If called interactively, toggle the 345 `Pdf-Occur-Ibuffer minor mode' mode. If the prefix argument is 346 positive, enable the mode, and if it is zero or negative, 347 disable the mode. 348 349 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 350 the mode if ARG is nil, omitted, or is a positive number. 351 Disable the mode if ARG is a negative number. 352 353 To check whether the minor mode is enabled in the current buffer, 354 evaluate `pdf-occur-ibuffer-minor-mode'. 355 356 The mode's hook is called both when the mode is enabled and when 357 it is disabled. 358 359 \\{pdf-occur-ibuffer-minor-mode-map} 360 361 (fn &optional ARG)" t) 362 (autoload 'pdf-occur-dired-minor-mode "pdf-occur" "\ 363 Hack into dired's `dired-do-search' binding. 364 365 This mode remaps `dired-do-search' to 366 `pdf-occur-dired-do-search', which will start the PDF Tools 367 version of `occur', if all marked buffer's are in `pdf-view-mode' 368 and otherwise fallback to `dired-do-search'. 369 370 This is a minor mode. If called interactively, toggle the 371 `Pdf-Occur-Dired minor mode' mode. If the prefix argument is 372 positive, enable the mode, and if it is zero or negative, 373 disable the mode. 374 375 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 376 the mode if ARG is nil, omitted, or is a positive number. 377 Disable the mode if ARG is a negative number. 378 379 To check whether the minor mode is enabled in the current buffer, 380 evaluate `pdf-occur-dired-minor-mode'. 381 382 The mode's hook is called both when the mode is enabled and when 383 it is disabled. 384 385 \\{pdf-occur-dired-minor-mode-map} 386 387 (fn &optional ARG)" t) 388 (register-definition-prefixes "pdf-occur" '("pdf-occur-")) 389 390 391 ;;; Generated autoloads from pdf-outline.el 392 393 (autoload 'pdf-outline-minor-mode "pdf-outline" "\ 394 Display an outline of a PDF document. 395 396 This provides a PDF's outline on the menu bar via imenu. 397 Additionally the same outline may be viewed in a designated 398 buffer. 399 400 \\{pdf-outline-minor-mode-map} 401 402 This is a minor mode. If called interactively, toggle the 403 `Pdf-Outline minor mode' mode. If the prefix argument is 404 positive, enable the mode, and if it is zero or negative, 405 disable the mode. 406 407 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 408 the mode if ARG is nil, omitted, or is a positive number. 409 Disable the mode if ARG is a negative number. 410 411 To check whether the minor mode is enabled in the current buffer, 412 evaluate `pdf-outline-minor-mode'. 413 414 The mode's hook is called both when the mode is enabled and when 415 it is disabled. 416 417 (fn &optional ARG)" t) 418 (autoload 'pdf-outline "pdf-outline" "\ 419 Display an PDF outline of BUFFER. 420 421 BUFFER defaults to the current buffer. Select the outline 422 buffer, unless NO-SELECT-WINDOW-P is non-nil. 423 424 (fn &optional BUFFER NO-SELECT-WINDOW-P)" t) 425 (autoload 'pdf-outline-imenu-enable "pdf-outline" "\ 426 Enable imenu in the current PDF buffer." t) 427 (register-definition-prefixes "pdf-outline" '("pdf-outline")) 428 429 430 ;;; Generated autoloads from pdf-sync.el 431 432 (autoload 'pdf-sync-minor-mode "pdf-sync" "\ 433 Correlate a PDF position with the TeX file. 434 435 \\<pdf-sync-minor-mode-map> 436 This works via SyncTeX, which means the TeX sources need to have 437 been compiled with `--synctex=1'. In AUCTeX this can be done by 438 setting `TeX-source-correlate-method' to `synctex' (before AUCTeX 439 is loaded) and enabling `TeX-source-correlate-mode'. 440 441 Then \\[pdf-sync-backward-search-mouse] in the PDF buffer will 442 open the corresponding TeX location. 443 444 If AUCTeX is your preferred tex-mode, this library arranges to 445 bind `pdf-sync-forward-display-pdf-key' (the default is `C-c C-g') 446 to `pdf-sync-forward-search' in `TeX-source-correlate-map'. This 447 function displays the PDF page corresponding to the current 448 position in the TeX buffer. This function only works together 449 with AUCTeX. 450 451 This is a minor mode. If called interactively, toggle the 452 `Pdf-Sync minor mode' mode. If the prefix argument is positive, 453 enable the mode, and if it is zero or negative, disable the 454 mode. 455 456 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 457 the mode if ARG is nil, omitted, or is a positive number. 458 Disable the mode if ARG is a negative number. 459 460 To check whether the minor mode is enabled in the current buffer, 461 evaluate `pdf-sync-minor-mode'. 462 463 The mode's hook is called both when the mode is enabled and when 464 it is disabled. 465 466 \\{pdf-sync-minor-mode-map} 467 468 (fn &optional ARG)" t) 469 (register-definition-prefixes "pdf-sync" '("pdf-sync-")) 470 471 472 ;;; Generated autoloads from pdf-tools.el 473 474 (defvar pdf-tools-handle-upgrades t "\ 475 Whether PDF Tools should handle upgrading itself.") 476 (custom-autoload 'pdf-tools-handle-upgrades "pdf-tools" t) 477 (autoload 'pdf-tools-install "pdf-tools" "\ 478 Install PDF-Tools in all current and future PDF buffers. 479 480 If the `pdf-info-epdfinfo-program' is not running or does not 481 appear to be working, attempt to rebuild it. If this build 482 succeeded, continue with the activation of the package. 483 Otherwise fail silently, i.e. no error is signaled. 484 485 Build the program (if necessary) without asking first, if 486 NO-QUERY-P is non-nil. 487 488 Don't attempt to install system packages, if SKIP-DEPENDENCIES-P 489 is non-nil. 490 491 Do not signal an error in case the build failed, if NO-ERROR-P is 492 non-nil. 493 494 Attempt to install system packages (even if it is deemed 495 unnecessary), if FORCE-DEPENDENCIES-P is non-nil. 496 497 Note that SKIP-DEPENDENCIES-P and FORCE-DEPENDENCIES-P are 498 mutually exclusive. 499 500 Note further, that you can influence the installation directory 501 by setting `pdf-info-epdfinfo-program' to an appropriate 502 value (e.g. ~/bin/epdfinfo) before calling this function. 503 504 See `pdf-view-mode' and `pdf-tools-enabled-modes'. 505 506 (fn &optional NO-QUERY-P SKIP-DEPENDENCIES-P NO-ERROR-P FORCE-DEPENDENCIES-P)" t) 507 (autoload 'pdf-tools-enable-minor-modes "pdf-tools" "\ 508 Enable MODES in the current buffer. 509 510 MODES defaults to `pdf-tools-enabled-modes'. 511 512 (fn &optional MODES)" t) 513 (autoload 'pdf-tools-help "pdf-tools" "\ 514 Show a Help buffer for `pdf-tools'." t) 515 (register-definition-prefixes "pdf-tools" '("pdf-tools-")) 516 517 518 ;;; Generated autoloads from pdf-util.el 519 520 (register-definition-prefixes "pdf-util" '("display-buffer-split-below-and-attach" "pdf-util-")) 521 522 523 ;;; Generated autoloads from pdf-view.el 524 525 (autoload 'pdf-view-bookmark-jump-handler "pdf-view" "\ 526 The bookmark handler-function interface for bookmark BMK. 527 528 See also `pdf-view-bookmark-make-record'. 529 530 (fn BMK)") 531 (register-definition-prefixes "pdf-view" '("cua-copy-region--pdf-view-advice" "pdf-view-")) 532 533 534 ;;; Generated autoloads from pdf-virtual.el 535 536 (autoload 'pdf-virtual-edit-mode "pdf-virtual" "\ 537 Major mode when editing a virtual PDF buffer. 538 539 (fn)" t) 540 (autoload 'pdf-virtual-view-mode "pdf-virtual" "\ 541 Major mode in virtual PDF buffers. 542 543 (fn)" t) 544 (defvar pdf-virtual-global-minor-mode nil "\ 545 Non-nil if Pdf-Virtual-Global minor mode is enabled. 546 See the `pdf-virtual-global-minor-mode' command 547 for a description of this minor mode. 548 Setting this variable directly does not take effect; 549 either customize it (see the info node `Easy Customization') 550 or call the function `pdf-virtual-global-minor-mode'.") 551 (custom-autoload 'pdf-virtual-global-minor-mode "pdf-virtual" nil) 552 (autoload 'pdf-virtual-global-minor-mode "pdf-virtual" "\ 553 Enable recognition and handling of VPDF files. 554 555 This is a global minor mode. If called interactively, toggle the 556 `Pdf-Virtual-Global minor mode' mode. If the prefix argument is 557 positive, enable the mode, and if it is zero or negative, 558 disable the mode. 559 560 If called from Lisp, toggle the mode if ARG is `toggle'. Enable 561 the mode if ARG is nil, omitted, or is a positive number. 562 Disable the mode if ARG is a negative number. 563 564 To check whether the minor mode is enabled in the current buffer, 565 evaluate `(default-value \\='pdf-virtual-global-minor-mode)'. 566 567 The mode's hook is called both when the mode is enabled and when 568 it is disabled. 569 570 (fn &optional ARG)" t) 571 (autoload 'pdf-virtual-buffer-create "pdf-virtual" "\ 572 573 574 (fn &optional FILENAMES BUFFER-NAME DISPLAY-P)" t) 575 (register-definition-prefixes "pdf-virtual" '("pdf-virtual-")) 576 577 ;;; End of scraped data 578 579 (provide 'pdf-tools-autoloads) 580 581 ;; Local Variables: 582 ;; version-control: never 583 ;; no-byte-compile: t 584 ;; no-update-autoloads: t 585 ;; no-native-compile: t 586 ;; coding: utf-8-emacs-unix 587 ;; End: 588 589 ;;; pdf-tools-autoloads.el ends here