emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/mailcap.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mailcap.el
Date: Fri, 01 Oct 2004 02:47:28 -0400

Index: emacs/lisp/gnus/mailcap.el
diff -c emacs/lisp/gnus/mailcap.el:1.10 emacs/lisp/gnus/mailcap.el:1.11
*** emacs/lisp/gnus/mailcap.el:1.10     Sat Sep  4 13:13:43 2004
--- emacs/lisp/gnus/mailcap.el  Fri Oct  1 06:40:26 2004
***************
*** 1,5 ****
  ;;; mailcap.el --- MIME media types configuration
! ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
  ;;       Free Software Foundation, Inc.
  
  ;; Author: William M. Perry <address@hidden>
--- 1,5 ----
  ;;; mailcap.el --- MIME media types configuration
! ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
  ;;       Free Software Foundation, Inc.
  
  ;; Author: William M. Perry <address@hidden>
***************
*** 135,157 ****
        (non-viewer . t)
        (type   . "application/zip")
        ("copiousoutput"))
-      ;; Prefer free viewers.
       ("pdf"
        (viewer . "gv -safer %s")
        (type . "application/pdf")
        (test . window-system)
        ("print" . ,(concat "pdf2ps %s - | " mailcap-print-command)))
       ("pdf"
!       (viewer . "xpdf %s")
        (type . "application/pdf")
        ("print" . ,(concat "pdftops %s - | " mailcap-print-command))
        (test . (eq window-system 'x)))
       ("pdf"
!       (viewer . "acroread %s")
!       (type   . "application/pdf")
!       ("print" . ,(concat "cat %s | acroread -toPostScript | "
!                         mailcap-print-command))
!       (test . window-system))
       ("pdf"
        (viewer . ,(concat "pdftotext %s -"))
        (type   . "application/pdf")
--- 135,155 ----
        (non-viewer . t)
        (type   . "application/zip")
        ("copiousoutput"))
       ("pdf"
        (viewer . "gv -safer %s")
        (type . "application/pdf")
        (test . window-system)
        ("print" . ,(concat "pdf2ps %s - | " mailcap-print-command)))
       ("pdf"
!       (viewer . "gpdf %s")
        (type . "application/pdf")
        ("print" . ,(concat "pdftops %s - | " mailcap-print-command))
        (test . (eq window-system 'x)))
       ("pdf"
!       (viewer . "xpdf %s")
!       (type . "application/pdf")
!       ("print" . ,(concat "pdftops %s - | " mailcap-print-command))
!       (test . (eq window-system 'x)))
       ("pdf"
        (viewer . ,(concat "pdftotext %s -"))
        (type   . "application/pdf")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]