(doc-view-doc->txt, doc-view-open-text)
commit515357c252ac584f16bde96c251c832fe88411ef
authorTassilo Horn <tassilo@member.fsf.org>
Wed, 12 Mar 2008 12:05:30 +0000 (12 12:05 +0000)
committerTassilo Horn <tassilo@member.fsf.org>
Wed, 12 Mar 2008 12:05:30 +0000 (12 12:05 +0000)
tree6f7c45f4f53694b9604a29001746205a9edf9db7
parent85efdcf3408bbf270642f64baa16307ef409b66e
(doc-view-doc->txt, doc-view-open-text)
(doc-view-already-converted-p): New functions.
(doc-view-clear-cache): Don't recreate doc-view-cache-directory.
(doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
(doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
(doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
(doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
(doc-view-convert-current-doc): Don't hardwire the functions the
sentinels call.  Now they're provided by two args CALLBACK and
CB-ARGS to the functions.
(doc-view-search): Use doc-view-doc->txt.
(doc-view-initiate-display): Use doc-view-already-converted-p.
Mention new binding C-c C-t if doc-view-mode doesn't work.
lisp/ChangeLog
lisp/doc-view.el