Am 21.04.2005 um 12:44 schrieb Mahdi Osman:

I was wondering if someone could give a hint on how to open my pdf files
when I am in "dire" buffer of my emacs.



Once you've customized dired you can simple press "v" to view a file in an external viewer. The other way is to press "!" and spawn a new process. For this you enter the external viewer's name and a RET. Dired will pass the file's name to the viewer process.


'(dired-view-command-alist (quote (("\\.\\(ps\\|ps_pages\\|eps\\)\\'" . "texdoc %s") ("\\.pdf\\'" . "texdoc %s") ("\\.\\(jpe?g\\|gif\\|png\\)\\'" . "xv %s") ("\\.dvi\\'" . "texdoc %s")))) ....

--
Greetings

  Pete

Time flies like an error
but fruitflies like a banana



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to