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

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

Re: Open file with external program


From: Zhu Shenli
Subject: Re: Open file with external program
Date: Wed, 21 Apr 2010 16:51:54 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 04/21/2010 03:38 PM, Peter Dyballa wrote:

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

Hi Pete, thank you!

Dmitri suggested to use dired-x shell command guessing. And it works well both on dired and locate.





reply via email to

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