[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: extview.el --- open files with external viewer
From: |
spamfilteraccount |
Subject: |
Re: extview.el --- open files with external viewer |
Date: |
4 Apr 2006 05:56:47 -0700 |
User-agent: |
G2/0.2 |
Thanks for the suggestions.
I uploaded a new version to emacs wiki
(http://www.emacswiki.org/cgi-bin/wiki/ExtView) which uses mailcap.
extview-application-associations can be used to override mailcap
handlers (use other application than the one provided by mailcap; do
not use external viewers for certain file types even if mailcap
provides a handler; ask the user when opening a file whether to open it
with emacs or an external viewer).
Note that the format of the handler appication in
extview-application-associations has been changed. It should contain
the file name (symbolized by %s) at a suitable place in the command
line string. There is an example in the comments at the beginning of
the file.
/Tamas