[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Open file with external program
From: |
Peter Dyballa |
Subject: |
Re: Open file with external program |
Date: |
Wed, 21 Apr 2010 09:38:26 +0200 |
Am 21.04.2010 um 06:06 schrieb Zhu Shenli:
So, I guess whether there is any existing tool do that: Ask in mini-
buffer "Do you want to open the file in (a) Emacs (b) program-name-1
(c) ...
No. Either use an old version of GNU Emacs without doc-view-mode or
delete particular file types from its control:
(setq auto-mode-alist (delete '("\\.\\(?:PDF\\|DVI\\|pdf\\|dvi\\)\
\'" . doc-view-mode) auto-mode-alist))
More details in info.
--
Greetings
Pete
Sorry my terrible English, my native language Lisp