[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: pdf links do not open as expected



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.