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

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

Re: [h-e-w] Customizing run-shell-command


From: Robert Marshall
Subject: Re: [h-e-w] Customizing run-shell-command
Date: Thu, 16 Dec 2004 10:25:24 +0000

On Thu, 16 Dec 2004, Henrik Andersson wrote:

> How can I change run-shell-command (X in Dired) to run acrord32 instead 
> of xpdf on .pdf for instance 

You need to set

(setq dired-guess-shell-alist-user
      (list 
       '("\\.pdf$" "acroread")
;; etc
))


> or even better the program which is associated with the extension in
> windows?

Some playing around with

"open" in that alist

Robert
-- 
Links and things http://rmstar.blogspot.com/
Robert Marshall




reply via email to

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