aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2000-01-10 08:44:26 +0000
committerRichard M. Stallman <[email protected]>2000-01-10 08:44:26 +0000
commit85400f54f536bd5f89e2bfa81a9cbe3028857b70 (patch)
tree256edcf26c5fc239564e1ca18a4a76e28c271bf4 /lisp
parent4357341d9ec66eb7258b2c749b84ef35faaab39f (diff)
(dired-guess-shell-alist-default):
Suggest xloadimage, which is free, not xv, which isn't.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dired-x.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index 035ca56f36..50cdb493dc 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")