[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pdf links do not open as expected
- From: jidanni@xxxxxxxxxxx
- Date: Mon, 07 Sep 2009 09:00:38 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 11051
- References: <b4mk50b4lwa.fsf@xxxxxxx>
KY> (setq auto-mode-alist
KY> (delq (rassq 'doc-view-mode auto-mode-alist) auto-mode-alist))
Sorry, now local documents just show up as raw text files, and even
(add-to-list 'auto-mode-alist '("\\.\\(?:PDF\\|DVI\\|pdf\\|dvi\\)\\'" . w3m-mode))
doesn't make xpdf get called on them.
The only way to get xpdf called on them is via dired-do-shell-command,
which knows about xpdf.