Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: Gnus issues
Date: Fri, 01 Oct 2004 11:14:56 +0200	[thread overview]
Message-ID: <iluis9ukdf3.fsf@latte.josefsson.org> (raw)
In-Reply-To: <microsoft-free.871xgjgtmn.fsf@youngs.au.com>

Steve Youngs <steve@youngs.au.com> writes:

> * Simon Josefsson <jas@extundo.com> writes:
>
>   > I've removed acroread, and added gpdf (GNOME PDF Viewer), in Gnus
>   > CVS
>
> Just curious as to why you chose gpdf instead of xpdf?  I would have
> thought the latter was still more common (says he who doesn't have
> gpdf). 

xpdf was already present.  Below are all pdf entries.  Btw, would it
make things more reliable if the test predicate also include a
(excutable-find "xpdf") etc?  Perhaps the code already do that test
elsewhere, though.

     ("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")
      ("print" . ,(concat "pdftops %s - | " mailcap-print-command))
      ("copiousoutput"))




  parent reply	other threads:[~2004-10-01  9:14 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <rzqmzzbv1y2.fsf@albion.dl.ac.uk>
2004-09-29 21:52 ` Reiner Steib
2004-09-30  3:33   ` Katsumi Yamaoka
2004-10-08 17:03     ` Dave Love
2004-10-08 17:31       ` Jesper Harder
2004-10-08 21:59         ` Reiner Steib
2004-09-30 22:07   ` Dave Love
2004-09-30 22:51     ` Simon Josefsson
2004-10-01  0:38       ` Steve Youngs
2004-10-01  2:02         ` Edward O'Connor
2004-10-01  9:14         ` Simon Josefsson [this message]
2004-10-01 13:26         ` Miles Bader
2004-10-03 14:33       ` Richard Stallman
2004-10-01  6:36     ` Katsumi Yamaoka
2004-10-02 19:09     ` Reiner Steib
2004-10-08 17:09       ` Dave Love
2004-10-10 17:50   ` Reiner Steib
2004-10-14 21:33     ` Dave Love
2004-10-14 22:46       ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=iluis9ukdf3.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).