all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Zhu Shenli <zhushenli2@gmail.com>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: Open file with external program
Date: Wed, 21 Apr 2010 09:38:26 +0200	[thread overview]
Message-ID: <816BC80E-285A-43DA-A43F-41CDDD428B95@Web.DE> (raw)
In-Reply-To: <4BCE79BA.9060106@gmail.com>


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





  reply	other threads:[~2010-04-21  7:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-21  4:06 Open file with external program Zhu Shenli
2010-04-21  7:38 ` Peter Dyballa [this message]
2010-04-21  8:29   ` Thierry Volpiatto
2010-04-21  8:59     ` Lennart Borgman
2010-04-21  8:51   ` Zhu Shenli

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=816BC80E-285A-43DA-A43F-41CDDD428B95@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=zhushenli2@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.