comparison lisp/net/eudc-vars.el @ 42552:27d9f14cc4af

(eudc-external-viewers): Do not use xv, it is not free.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 05 Jan 2002 18:43:58 +0000
parents 7a94f1c588c4
children 9fe3cb70632e
comparison
equal deleted inserted replaced
42551:19b398fd9146 42552:27d9f14cc4af
1 ;;; eudc-vars.el --- Emacs Unified Directory Client 1 ;;; eudc-vars.el --- Emacs Unified Directory Client
2 2
3 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
4 4
5 ;; Author: Oscar Figueiredo <oscar@xemacs.org> 5 ;; Author: Oscar Figueiredo <oscar@xemacs.org>
6 ;; Maintainer: Oscar Figueiredo <oscar@xemacs.org> 6 ;; Maintainer: Oscar Figueiredo <oscar@xemacs.org>
7 ;; Keywords: help 7 ;; Keywords: help
8 8
279 :type '(repeat (cons :tag "Attribute" 279 :type '(repeat (cons :tag "Attribute"
280 (symbol :tag "Name") 280 (symbol :tag "Name")
281 (symbol :tag "Display Function"))) 281 (symbol :tag "Display Function")))
282 :group 'eudc) 282 :group 'eudc)
283 283
284 (defcustom eudc-external-viewers '(("XV" "xv" "-") 284 (defcustom eudc-external-viewers '(("ImageMagick" "display" "-")
285 ("ImageMagick" "display" "-")
286 ("ShowAudio" "showaudio")) 285 ("ShowAudio" "showaudio"))
287 "*A list of viewer program specifications. 286 "*A list of viewer program specifications.
288 Viewers are programs which can be piped a directory attribute value for 287 Viewers are programs which can be piped a directory attribute value for
289 display or arbitrary processing. Each specification is a list whose 288 display or arbitrary processing. Each specification is a list whose
290 first element is a string naming the viewer. The second element is the 289 first element is a string naming the viewer. The second element is the