]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-guess-shell-alist-default):
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Jan 2000 08:44:26 +0000 (08:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Jan 2000 08:44:26 +0000 (08:44 +0000)
Suggest xloadimage, which is free, not xv, which isn't.

lisp/dired-x.el

index 035ca56f3687bca670e34e4e85c2f42e6d062324..50cdb493dc165fbded892f611a1eee40706bfbc2 100644 (file)
@@ -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")