From 85400f54f536bd5f89e2bfa81a9cbe3028857b70 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Jan 2000 08:44:26 +0000 Subject: [PATCH] (dired-guess-shell-alist-default): Suggest xloadimage, which is free, not xv, which isn't. --- lisp/dired-x.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 035ca56f368..50cdb493dc1 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -968,7 +968,7 @@ dired." '("\\.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 @@ dired." '("\\.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") -- 2.39.5