From: Reiner Steib <reinersteib+gmane@imap.cc>
To: help-gnu-emacs@gnu.org
Subject: Re: How to stop Doc View converting PDF
Date: Thu, 02 Oct 2008 18:35:56 +0200 [thread overview]
Message-ID: <87y717eyz7.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: C92E1D08-7567-4F6F-AAEA-FC69F3A32B2C@Web.DE
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/
next prev parent reply other threads:[~2008-10-02 16:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-02 14:14 How to stop Doc View converting PDF Peter Dyballa
2008-10-02 16:35 ` Reiner Steib [this message]
2008-10-02 18:59 ` Peter Dyballa
2008-10-02 21:37 ` Reiner Steib
2008-10-03 15:17 ` Peter Dyballa
[not found] <mailman.42.1222956937.25473.help-gnu-emacs@gnu.org>
2008-10-02 15:15 ` Andy Stewart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y717eyz7.fsf@marauder.physik.uni-ulm.de \
--to=reinersteib+gmane@imap.cc \
--cc=Reiner.Steib@gmx.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).