all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* open with from dired
@ 2006-05-08  5:09 Gary Wessle
  2006-05-08  5:21 ` snlee
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gary Wessle @ 2006-05-08  5:09 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: open with from dired
  2006-05-08  5:09 open with from dired Gary Wessle
@ 2006-05-08  5:21 ` snlee
  2006-05-08  6:12 ` Mathias Dahl
  2006-05-08 15:38 ` roodwriter
  2 siblings, 0 replies; 4+ messages in thread
From: snlee @ 2006-05-08  5:21 UTC (permalink / raw)


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))

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: open with from dired
  2006-05-08  5:09 open with from dired Gary Wessle
  2006-05-08  5:21 ` snlee
@ 2006-05-08  6:12 ` Mathias Dahl
  2006-05-08 15:38 ` roodwriter
  2 siblings, 0 replies; 4+ messages in thread
From: Mathias Dahl @ 2006-05-08  6:12 UTC (permalink / raw)


Gary Wessle <phddas@yahoo.com> writes:

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

! xpdf * RET

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: open with from dired
  2006-05-08  5:09 open with from dired Gary Wessle
  2006-05-08  5:21 ` snlee
  2006-05-08  6:12 ` Mathias Dahl
@ 2006-05-08 15:38 ` roodwriter
  2 siblings, 0 replies; 4+ messages in thread
From: roodwriter @ 2006-05-08 15:38 UTC (permalink / raw)


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

On top of the traditional ways, there's also an add-on called Extview
which opens files using outside programs, such as XPDF, based on their
extension. It does this both from Dired and with find-file. One
advantage is that using the traditional ! switch with dired locks up
Emacs until you close the other program. Extview does not and leaves
Emacs free for continued used.

If you need to open a file in Emacs that has an extension that Extview
will open in another viewer, like HTML, you use M-x
find-file-literally to open it in Emacs. 

--Rod
______________________
Author of "Linux for Non-Geeks--Clear-eyed Answers for Practical
Consumers" and "Boring Stories from Uncle Rod." To reply by e-mail
take the second "o" out of the e-mail address.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-08 15:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-08  5:09 open with from dired Gary Wessle
2006-05-08  5:21 ` snlee
2006-05-08  6:12 ` Mathias Dahl
2006-05-08 15:38 ` roodwriter

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.