comparison lisp/dired-x.el @ 34915:68da3eeeab96

(dired-guess-shell-alist-default): Use xpdf instead of acroread.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Dec 2000 18:01:33 +0000
parents b54fc217c5c8
children d8d44de5a247
comparison
equal deleted inserted replaced
34914:753fec5bba1a 34915:68da3eeeab96
998 '("\\.jpg$" "xloadimage") 998 '("\\.jpg$" "xloadimage")
999 '("\\.fig$" "xfig") ; edit fig pictures 999 '("\\.fig$" "xfig") ; edit fig pictures
1000 '("\\.out$" "xgraph") ; for plotting purposes. 1000 '("\\.out$" "xgraph") ; for plotting purposes.
1001 '("\\.tex$" "latex" "tex") 1001 '("\\.tex$" "latex" "tex")
1002 '("\\.texi\\(nfo\\)?$" "makeinfo" "texi2dvi") 1002 '("\\.texi\\(nfo\\)?$" "makeinfo" "texi2dvi")
1003 '("\\.pdf$" "acroread") ; edit PDF files 1003 '("\\.pdf$" "xpdf") ; edit PDF files
1004 1004
1005 ;; Some other popular archivers. 1005 ;; Some other popular archivers.
1006 '("\\.zoo$" "zoo x//") 1006 '("\\.zoo$" "zoo x//")
1007 '("\\.zip$" "unzip") 1007 '("\\.zip$" "unzip")
1008 '("\\.lzh$" "lharc x") 1008 '("\\.lzh$" "lharc x")