From: Reiner Steib <reinersteib+gmane@imap.cc>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: emacs-devel@gnu.org
Subject: doc-view.el: Minor corrections
Date: Wed, 17 Oct 2007 19:59:55 +0200 [thread overview]
Message-ID: <v9sl497hb8.fsf@marauder.physik.uni-ulm.de> (raw)
Hi Tassilo,
I'd like to install the following changes unless someone objects:
2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
* doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
(doc-view-ghostscript-options): Fix typo in doc string.
--8<---------------cut here---------------start------------->8---
--- doc-view.el 06 Oct 2007 15:22:17 +0200 1.4
+++ doc-view.el 17 Oct 2007 19:27:42 +0200
@@ -26,8 +26,9 @@
;;; Requirements:
-;; doc-view.el requires GNU Emacs 22.1 or newer. You also need GhostScript,
-;; `dvipdfm' which comes with TeTeX and `pdftotext', which comes with poppler
+;; doc-view.el requires GNU Emacs 22.1 or newer. You also need Ghostscript,
+;; `dvipdfm' which comes with teTeX and `pdftotext', which comes with xpdf
+;; (http://www.foolabs.com/xpdf/) or poppler
;; (http://poppler.freedesktop.org/).
;;; Commentary:
@@ -123,7 +124,7 @@
'("-dNOPAUSE" "-sDEVICE=png16m" "-dTextAlphaBits=4"
"-dBATCH" "-dGraphicsAlphaBits=4" "-dQUIET"
"-r100")
- "A list of options to give to ghostview."
+ "A list of options to give to ghostscript."
:type '(sexp)
:group 'doc-view)
@@ -463,7 +464,7 @@
(if (not (string= (file-name-extension doc) "dvi"))
;; Convert to PNG images.
(doc-view-pdf/ps->png doc png-file)
- ;; DVI files have to be converted to PDF before GhostScript can process
+ ;; DVI files have to be converted to PDF before Ghostscript can process
;; it.
(doc-view-dvi->pdf doc
(concat (file-name-as-directory dir)
--8<---------------cut here---------------end--------------->8---
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
next reply other threads:[~2007-10-17 17:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-17 17:59 Reiner Steib [this message]
2007-10-17 20:10 ` doc-view.el: Minor corrections Tassilo Horn
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=v9sl497hb8.fsf@marauder.physik.uni-ulm.de \
--to=reinersteib+gmane@imap.cc \
--cc=Reiner.Steib@gmx.de \
--cc=emacs-devel@gnu.org \
--cc=tassilo@member.fsf.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.