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

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

Re: open with from dired


From: snlee
Subject: Re: open with from dired
Date: Mon, 08 May 2006 13:21:21 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Hamster/2.1.0.11

Gary Wessle <phddas@yahoo.com> writes:

> Hi
>
> listed in dired window a pdf file, which I want to view using xpdf,
> how can I do this from the dired buffer?
>
> thanks

(require 'dired-x)
(setq dired-guess-shell-alist-default (cons (list "\\.pdf\\'" "xpdf")
                                             dired-guess-shell-alist-default))


reply via email to

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