]> git.eshelyaron.com Git - emacs.git/commit
* bindings.el (completion-ignored-extensions): Remove pdf and dvi
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 17 Oct 2007 21:34:19 +0000 (21:34 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 17 Oct 2007 21:34:19 +0000 (21:34 +0000)
commit640602f766d7431ae40ac5ffa274db405b1c4d7d
tree69fe77c0ddc934d842a20916bf7c5e5b404bd2eb
parent57581fccfe5e3a879853efe9fb685d45b9c5b63b
* 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.
lisp/ChangeLog
lisp/bindings.el
lisp/doc-view.el
lisp/files.el