diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2007-10-17 21:34:19 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2007-10-17 21:34:19 +0000 |
commit | fbf66440740fcc848b4b028ec29f9713edd3d9fe (patch) | |
tree | a8be1e9fe1db526c5a4a4b46050b26640ae38bc8 /lisp/bindings.el | |
parent | 96ef76575aeeed71bcbfa7892be2b2e6d025198f (diff) | |
download | emacs-fbf66440740fcc848b4b028ec29f9713edd3d9fe.tar.gz |
* bindings.el (completion-ignored-extensions): Remove pdf and dvi
extensions since they can be viewed with doc-view.
* files.el (auto-mode-alist): Make doc-view-mode the default mode
for pdf, ps and dvi files.
* doc-view.el: Make doc-view-mode the standard mode for viewing
pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
text and image display. Add binding C-c C-e to switch to an
editing mode.
(doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
avoid security problems when rendering files untrusted sources.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index bab319fa029..5080eb8c3b0 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -536,7 +536,7 @@ is okay. See `mode-line-format'.") '(".elc" ".lof" ".glo" ".idx" ".lot" ;; TeX-related - ".dvi" ".fmt" ".tfm" ".pdf" + ".fmt" ".tfm" ;; Java compiled ".class" ;; CLISP |