638 lines
20 KiB
EmacsLisp
638 lines
20 KiB
EmacsLisp
;;; pdf-tools-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
|
||
;;
|
||
;;; Code:
|
||
|
||
(add-to-list 'load-path (directory-file-name
|
||
(or (file-name-directory #$) (car load-path))))
|
||
|
||
|
||
;;;### (autoloads nil "pdf-annot" "pdf-annot.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-annot.el
|
||
|
||
(autoload 'pdf-annot-minor-mode "pdf-annot" "\
|
||
Support for PDF Annotations.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Annot minor mode' mode. If the prefix argument is positive,
|
||
enable the mode, and if it is zero or negative, disable the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-annot-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
\\{pdf-annot-minor-mode-map}
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(register-definition-prefixes "pdf-annot" '("pdf-annot-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-cache" "pdf-cache.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-cache.el
|
||
|
||
(register-definition-prefixes "pdf-cache" '("boundingbox" "define-pdf-cache-function" "page" "pdf-cache-" "textregions"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-dev" "pdf-dev.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-dev.el
|
||
|
||
(register-definition-prefixes "pdf-dev" '("pdf-dev-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-history" "pdf-history.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-history.el
|
||
|
||
(autoload 'pdf-history-minor-mode "pdf-history" "\
|
||
Keep a history of previously visited pages.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-History minor mode' mode. If the prefix argument is
|
||
positive, enable the mode, and if it is zero or negative, disable
|
||
the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-history-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
This is a simple stack-based history. Turning the page or
|
||
following a link pushes the left-behind page on the stack, which
|
||
may be navigated with the following keys.
|
||
|
||
\\{pdf-history-minor-mode-map}
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(register-definition-prefixes "pdf-history" '("pdf-history-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-info" "pdf-info.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-info.el
|
||
|
||
(register-definition-prefixes "pdf-info" '("pdf-info-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-isearch" "pdf-isearch.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-isearch.el
|
||
|
||
(autoload 'pdf-isearch-minor-mode "pdf-isearch" "\
|
||
Isearch mode for PDF buffer.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Isearch minor mode' mode. If the prefix argument is
|
||
positive, enable the mode, and if it is zero or negative, disable
|
||
the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-isearch-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
When this mode is enabled \\[isearch-forward], among other keys,
|
||
starts an incremental search in this PDF document. Since this mode
|
||
uses external programs to highlight found matches via
|
||
image-processing, proceeding to the next match may be slow.
|
||
|
||
Therefore two isearch behaviours have been defined: Normal isearch and
|
||
batch mode. The later one is a minor mode
|
||
\(`pdf-isearch-batch-mode'), which when activated inhibits isearch
|
||
from stopping at and highlighting every single match, but rather
|
||
display them batch-wise. Here a batch means a number of matches
|
||
currently visible in the selected window.
|
||
|
||
The kind of highlighting is determined by three faces
|
||
`pdf-isearch-match' (for the current match), `pdf-isearch-lazy'
|
||
\(for all other matches) and `pdf-isearch-batch' (when in batch
|
||
mode), which see.
|
||
|
||
Colors may also be influenced by the minor-mode
|
||
`pdf-view-dark-minor-mode'. If this is minor mode enabled, each face's
|
||
dark colors, are used (see e.g. `frame-background-mode'), instead
|
||
of the light ones.
|
||
|
||
\\{pdf-isearch-minor-mode-map}
|
||
While in `isearch-mode' the following keys are available. Note
|
||
that not every isearch command work as expected.
|
||
|
||
\\{pdf-isearch-active-mode-map}
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(register-definition-prefixes "pdf-isearch" '("pdf-isearch-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-links" "pdf-links.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-links.el
|
||
|
||
(autoload 'pdf-links-minor-mode "pdf-links" "\
|
||
Handle links in PDF documents.\\<pdf-links-minor-mode-map>
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Links minor mode' mode. If the prefix argument is positive,
|
||
enable the mode, and if it is zero or negative, disable the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-links-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
If this mode is enabled, most links in the document may be
|
||
activated by clicking on them or by pressing \\[pdf-links-action-perform] and selecting
|
||
one of the displayed keys, or by using isearch limited to
|
||
links via \\[pdf-links-isearch-link].
|
||
|
||
\\{pdf-links-minor-mode-map}
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(autoload 'pdf-links-action-perform "pdf-links" "\
|
||
Follow LINK, depending on its type.
|
||
|
||
This may turn to another page, switch to another PDF buffer or
|
||
invoke `pdf-links-browse-uri-function'.
|
||
|
||
Interactively, link is read via `pdf-links-read-link-action'.
|
||
This function displays characters around the links in the current
|
||
page and starts reading characters (ignoring case). After a
|
||
sufficient number of characters have been read, the corresponding
|
||
link's link is invoked. Additionally, SPC may be used to
|
||
scroll the current page.
|
||
|
||
\(fn LINK)" t nil)
|
||
|
||
(register-definition-prefixes "pdf-links" '("pdf-links-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-loader" "pdf-loader.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-loader.el
|
||
|
||
(autoload 'pdf-loader-install "pdf-loader" "\
|
||
Prepare Emacs for using PDF Tools.
|
||
|
||
This function acts as a replacement for `pdf-tools-install' and
|
||
makes Emacs load and use PDF Tools as soon as a PDF file is
|
||
opened, but not sooner.
|
||
|
||
The arguments are passed verbatim to `pdf-tools-install', which
|
||
see.
|
||
|
||
\(fn &optional NO-QUERY-P SKIP-DEPENDENCIES-P NO-ERROR-P FORCE-DEPENDENCIES-P)" nil nil)
|
||
|
||
(register-definition-prefixes "pdf-loader" '("pdf-loader--"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-macs" "pdf-macs.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-macs.el
|
||
|
||
(register-definition-prefixes "pdf-macs" '("pdf-view-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-misc" "pdf-misc.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-misc.el
|
||
|
||
(autoload 'pdf-misc-minor-mode "pdf-misc" "\
|
||
FIXME: Not documented.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Misc minor mode' mode. If the prefix argument is positive,
|
||
enable the mode, and if it is zero or negative, disable the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-misc-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(autoload 'pdf-misc-size-indication-minor-mode "pdf-misc" "\
|
||
Provide a working size indication in the mode-line.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Misc-Size-Indication minor mode' mode. If the prefix
|
||
argument is positive, enable the mode, and if it is zero or
|
||
negative, disable the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-misc-size-indication-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(autoload 'pdf-misc-menu-bar-minor-mode "pdf-misc" "\
|
||
Display a PDF Tools menu in the menu-bar.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Misc-Menu-Bar minor mode' mode. If the prefix argument is
|
||
positive, enable the mode, and if it is zero or negative, disable
|
||
the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-misc-menu-bar-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(autoload 'pdf-misc-context-menu-minor-mode "pdf-misc" "\
|
||
Provide a right-click context menu in PDF buffers.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Misc-Context-Menu minor mode' mode. If the prefix argument
|
||
is positive, enable the mode, and if it is zero or negative,
|
||
disable the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-misc-context-menu-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
\\{pdf-misc-context-menu-minor-mode-map}
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(register-definition-prefixes "pdf-misc" '("pdf-misc-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-occur" "pdf-occur.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-occur.el
|
||
|
||
(autoload 'pdf-occur "pdf-occur" "\
|
||
List lines matching STRING or PCRE.
|
||
|
||
Interactively search for a regexp. Unless a prefix arg was given,
|
||
in which case this functions performs a string search.
|
||
|
||
If `pdf-occur-prefer-string-search' is non-nil, the meaning of
|
||
the prefix-arg is inverted.
|
||
|
||
\(fn STRING &optional REGEXP-P)" t nil)
|
||
|
||
(autoload 'pdf-occur-multi-command "pdf-occur" "\
|
||
Perform `pdf-occur' on multiple buffer.
|
||
|
||
For a programmatic search of multiple documents see
|
||
`pdf-occur-search'." t nil)
|
||
|
||
(defvar pdf-occur-global-minor-mode nil "\
|
||
Non-nil if Pdf-Occur-Global minor mode is enabled.
|
||
See the `pdf-occur-global-minor-mode' command
|
||
for a description of this minor mode.
|
||
Setting this variable directly does not take effect;
|
||
either customize it (see the info node `Easy Customization')
|
||
or call the function `pdf-occur-global-minor-mode'.")
|
||
|
||
(custom-autoload 'pdf-occur-global-minor-mode "pdf-occur" nil)
|
||
|
||
(autoload 'pdf-occur-global-minor-mode "pdf-occur" "\
|
||
Enable integration of Pdf Occur with other modes.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Occur-Global minor mode' mode. If the prefix argument is
|
||
positive, enable the mode, and if it is zero or negative, disable
|
||
the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `(default-value \\='pdf-occur-global-minor-mode)'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
This global minor mode enables (or disables)
|
||
`pdf-occur-ibuffer-minor-mode' and `pdf-occur-dired-minor-mode'
|
||
in all current and future ibuffer/dired buffer.
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(autoload 'pdf-occur-ibuffer-minor-mode "pdf-occur" "\
|
||
Hack into ibuffer's do-occur binding.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Occur-Ibuffer minor mode' mode. If the prefix argument is
|
||
positive, enable the mode, and if it is zero or negative, disable
|
||
the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-occur-ibuffer-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
This mode remaps `ibuffer-do-occur' to
|
||
`pdf-occur-ibuffer-do-occur', which will start the PDF Tools
|
||
version of `occur', if all marked buffer's are in `pdf-view-mode'
|
||
and otherwise fallback to `ibuffer-do-occur'.
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(autoload 'pdf-occur-dired-minor-mode "pdf-occur" "\
|
||
Hack into dired's `dired-do-search' binding.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Occur-Dired minor mode' mode. If the prefix argument is
|
||
positive, enable the mode, and if it is zero or negative, disable
|
||
the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-occur-dired-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
This mode remaps `dired-do-search' to
|
||
`pdf-occur-dired-do-search', which will start the PDF Tools
|
||
version of `occur', if all marked buffer's are in `pdf-view-mode'
|
||
and otherwise fallback to `dired-do-search'.
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(register-definition-prefixes "pdf-occur" '("pdf-occur-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-outline" "pdf-outline.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-outline.el
|
||
|
||
(autoload 'pdf-outline-minor-mode "pdf-outline" "\
|
||
Display an outline of a PDF document.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Outline minor mode' mode. If the prefix argument is
|
||
positive, enable the mode, and if it is zero or negative, disable
|
||
the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-outline-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
This provides a PDF's outline on the menu bar via imenu.
|
||
Additionally the same outline may be viewed in a designated
|
||
buffer.
|
||
|
||
\\{pdf-outline-minor-mode-map}
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(autoload 'pdf-outline "pdf-outline" "\
|
||
Display an PDF outline of BUFFER.
|
||
|
||
BUFFER defaults to the current buffer. Select the outline
|
||
buffer, unless NO-SELECT-WINDOW-P is non-nil.
|
||
|
||
\(fn &optional BUFFER NO-SELECT-WINDOW-P)" t nil)
|
||
|
||
(autoload 'pdf-outline-imenu-enable "pdf-outline" "\
|
||
Enable imenu in the current PDF buffer." t nil)
|
||
|
||
(register-definition-prefixes "pdf-outline" '("pdf-outline"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-sync" "pdf-sync.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-sync.el
|
||
|
||
(autoload 'pdf-sync-minor-mode "pdf-sync" "\
|
||
Correlate a PDF position with the TeX file.
|
||
\\<pdf-sync-minor-mode-map>
|
||
This works via SyncTeX, which means the TeX sources need to have
|
||
been compiled with `--synctex=1'. In AUCTeX this can be done by
|
||
setting `TeX-source-correlate-method' to 'synctex (before AUCTeX
|
||
is loaded) and enabling `TeX-source-correlate-mode'.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Sync minor mode' mode. If the prefix argument is positive,
|
||
enable the mode, and if it is zero or negative, disable the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `pdf-sync-minor-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
Then \\[pdf-sync-backward-search-mouse] in the PDF buffer will open the
|
||
corresponding TeX location.
|
||
|
||
If AUCTeX is your preferred tex-mode, this library arranges to
|
||
bind `pdf-sync-forward-display-pdf-key' (the default is `C-c C-g')
|
||
to `pdf-sync-forward-search' in `TeX-source-correlate-map'. This
|
||
function displays the PDF page corresponding to the current
|
||
position in the TeX buffer. This function only works together
|
||
with AUCTeX.
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(register-definition-prefixes "pdf-sync" '("pdf-sync-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-tools" "pdf-tools.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-tools.el
|
||
|
||
(defvar pdf-tools-handle-upgrades t "\
|
||
Whether PDF Tools should handle upgrading itself.")
|
||
|
||
(custom-autoload 'pdf-tools-handle-upgrades "pdf-tools" t)
|
||
|
||
(autoload 'pdf-tools-install "pdf-tools" "\
|
||
Install PDF-Tools in all current and future PDF buffers.
|
||
|
||
If the `pdf-info-epdfinfo-program' is not running or does not
|
||
appear to be working, attempt to rebuild it. If this build
|
||
succeeded, continue with the activation of the package.
|
||
Otherwise fail silently, i.e. no error is signaled.
|
||
|
||
Build the program (if necessary) without asking first, if
|
||
NO-QUERY-P is non-nil.
|
||
|
||
Don't attempt to install system packages, if SKIP-DEPENDENCIES-P
|
||
is non-nil.
|
||
|
||
Do not signal an error in case the build failed, if NO-ERROR-P is
|
||
non-nil.
|
||
|
||
Attempt to install system packages (even if it is deemed
|
||
unnecessary), if FORCE-DEPENDENCIES-P is non-nil.
|
||
|
||
Note that SKIP-DEPENDENCIES-P and FORCE-DEPENDENCIES-P are
|
||
mutually exclusive.
|
||
|
||
Note further, that you can influence the installation directory
|
||
by setting `pdf-info-epdfinfo-program' to an appropriate
|
||
value (e.g. ~/bin/epdfinfo) before calling this function.
|
||
|
||
See `pdf-view-mode' and `pdf-tools-enabled-modes'.
|
||
|
||
\(fn &optional NO-QUERY-P SKIP-DEPENDENCIES-P NO-ERROR-P FORCE-DEPENDENCIES-P)" t nil)
|
||
|
||
(autoload 'pdf-tools-enable-minor-modes "pdf-tools" "\
|
||
Enable MODES in the current buffer.
|
||
|
||
MODES defaults to `pdf-tools-enabled-modes'.
|
||
|
||
\(fn &optional MODES)" t nil)
|
||
|
||
(autoload 'pdf-tools-help "pdf-tools" "\
|
||
Show a Help buffer for `pdf-tools'." t nil)
|
||
|
||
(register-definition-prefixes "pdf-tools" '("pdf-tools-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-util" "pdf-util.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-util.el
|
||
|
||
(register-definition-prefixes "pdf-util" '("display-buffer-split-below-and-attach" "pdf-util-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-view" "pdf-view.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-view.el
|
||
|
||
(autoload 'pdf-view-bookmark-jump-handler "pdf-view" "\
|
||
The bookmark handler-function interface for bookmark BMK.
|
||
|
||
See also `pdf-view-bookmark-make-record'.
|
||
|
||
\(fn BMK)" nil nil)
|
||
|
||
(register-definition-prefixes "pdf-view" '("pdf-view-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "pdf-virtual" "pdf-virtual.el" (0 0 0 0))
|
||
;;; Generated autoloads from pdf-virtual.el
|
||
|
||
(autoload 'pdf-virtual-edit-mode "pdf-virtual" "\
|
||
Major mode when editing a virtual PDF buffer.
|
||
|
||
\(fn)" t nil)
|
||
|
||
(autoload 'pdf-virtual-view-mode "pdf-virtual" "\
|
||
Major mode in virtual PDF buffers.
|
||
|
||
\(fn)" t nil)
|
||
|
||
(defvar pdf-virtual-global-minor-mode nil "\
|
||
Non-nil if Pdf-Virtual-Global minor mode is enabled.
|
||
See the `pdf-virtual-global-minor-mode' command
|
||
for a description of this minor mode.
|
||
Setting this variable directly does not take effect;
|
||
either customize it (see the info node `Easy Customization')
|
||
or call the function `pdf-virtual-global-minor-mode'.")
|
||
|
||
(custom-autoload 'pdf-virtual-global-minor-mode "pdf-virtual" nil)
|
||
|
||
(autoload 'pdf-virtual-global-minor-mode "pdf-virtual" "\
|
||
Enable recognition and handling of VPDF files.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Pdf-Virtual-Global minor mode' mode. If the prefix argument is
|
||
positive, enable the mode, and if it is zero or negative, disable
|
||
the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `(default-value \\='pdf-virtual-global-minor-mode)'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(autoload 'pdf-virtual-buffer-create "pdf-virtual" "\
|
||
|
||
|
||
\(fn &optional FILENAMES BUFFER-NAME DISPLAY-P)" t nil)
|
||
|
||
(register-definition-prefixes "pdf-virtual" '("pdf-virtual-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil nil ("pdf-tools-pkg.el") (0 0 0 0))
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; coding: utf-8
|
||
;; End:
|
||
;;; pdf-tools-autoloads.el ends here
|