[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: View PDF, PS within emacs
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Mon, 25 Feb 2008 12:15:44 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 10032
- References: <87oda5yfij.fsf@localhorst.mine.nu>
>>>>> In [emacs-w3m : No.10031] David Hansen wrote:
> how do I get Emacs-W3m to display .pdf and .ps files within Emacs using
> `doc-view-mode'? Should W3m possibly check for an installed version of
> doc-view and set up `w3m-content-type-alist' to handle these files?
Good idea. Do you have a concrete plan to make emacs-w3m support
`doc-view-mode'? I guess we need a Lisp function that downloads
the contents into a local file and performs `find-file' on it if
`auto-mode-alist' contains the `doc-view-mode' element. But it
might be somewhat troublesome to make emacs-w3m work for a Lisp
function (not an external command) which is specified in
`w3m-content-type-alist'.
Regards,