Mercurial > emacs
changeset 27258:5188825710c0
(dired-guess-shell-alist-default):
Suggest xloadimage, which is free, not xv, which isn't.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Jan 2000 08:44:26 +0000 |
parents | 6b68e8616c20 |
children | c41efa6c4be1 |
files | lisp/dired-x.el |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-x.el Mon Jan 10 08:41:22 2000 +0000 +++ b/lisp/dired-x.el Mon Jan 10 08:44:26 2000 +0000 @@ -968,7 +968,7 @@ '("\\.shar.Z$" "zcat * | unshar") '("\\.shar.g?z$" "gunzip -qc * | unshar") - '("\\.e?ps$" "ghostview" "xv" "lpr") + '("\\.e?ps$" "ghostview" "xloadimage" "lpr") (list "\\.e?ps.g?z$" "gunzip -qc * | ghostview -" ;; Optional decompression. '(concat "gunzip" (if dired-guess-shell-gzip-quiet " -q"))) @@ -991,11 +991,11 @@ '("\\.sh$" "sh") ; execute shell scripts '("\\.xbm$" "bitmap") ; view X11 bitmaps '("\\.gp$" "gnuplot") - '("\\.p[bgpn]m$" "xv") - '("\\.gif$" "xv") ; view gif pictures - '("\\.tif$" "xv") - '("\\.png$" "xv") - '("\\.jpg$" "xv") + '("\\.p[bgpn]m$" "xloadimage") + '("\\.gif$" "xloadimage") ; view gif pictures + '("\\.tif$" "xloadimage") + '("\\.png$" "xloadimage") + '("\\.jpg$" "xloadimage") '("\\.fig$" "xfig") ; edit fig pictures '("\\.out$" "xgraph") ; for plotting purposes. '("\\.tex$" "latex" "tex")