help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to stop Doc View converting PDF


From: Reiner Steib
Subject: Re: How to stop Doc View converting PDF
Date: Thu, 02 Oct 2008 18:35:56 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux)

On Thu, Oct 02 2008, Peter Dyballa wrote:

> In GNU Emacs (23.0.60) I would like to see the PDF code – how can I
> tell Doc View to never convert PDF files (except when I invoke
> doc-view)?

Remove the entry 
 ("\\.\\(?:PDF\\|DVI\\|pdf\\|dvi\\)\\'" . doc-view-mode)
from `auto-mode-alist' (or add one for fundamental mode).

(setq auto-mode-alist
      (delete '("\\.\\(?:PDF\\|DVI\\|pdf\\|dvi\\)\\'" . doc-view-mode)
              auto-mode-alist))

> By changing lisp/ doc-view.el?

Are you kidding?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]