delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2004/12/22/07:26:28

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
To: cygwin AT cygwin DOT com
Subject: Re: Tetex-2.0.2-13: texdoc bug/suggestion
References: <Pine DOT GSO DOT 4 DOT 61 DOT 0412201243520 DOT 28221 AT slinky DOT cs DOT nyu DOT edu> <873by0alo5 DOT fsf AT peder DOT flower> <Pine DOT GSO DOT 4 DOT 61 DOT 0412210951480 DOT 28221 AT slinky DOT cs DOT nyu DOT edu> <87ekhjiqmw DOT fsf AT peder DOT flower> <Pine DOT GSO DOT 4 DOT 61 DOT 0412211106340 DOT 28221 AT slinky DOT cs DOT nyu DOT edu>
From: "Dr. Volker Zell" <Dr DOT Volker DOT Zell AT oracle DOT com>
Date: Wed, 22 Dec 2004 12:45:59 +0100
In-Reply-To: <Pine.GSO.4.61.0412211106340.28221@slinky.cs.nyu.edu> (Igor Pechtchanski's message of "Tue, 21 Dec 2004 12:46:56 -0500 (EST)")
Message-ID: <87mzw6r1xk.fsf@vzell-de.de.oracle.com>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, cygwin32)
MIME-Version: 1.0
X-IsSubscribed: yes

>>>>> Igor Pechtchanski writes:

    > This won't fix the _ps and _pdf cases.  I still think that fixing texdoc
    > itself is the right way (as the user's environment sometimes gets
    > truncated), however, you're the maintainer.  If you decide to set them in
    > /etc/profile.d/tetex.sh, please also set TEXDOCVIEW_ps and TEXDOCVIEW_pdf
    > to the same value.

The current version seems to have the following entries:

: ${TEXDOCVIEW_dvi='xdvi %s &'}
: ${TEXDOCVIEW_pdf='acroread %s &'}
: ${TEXDOCVIEW_ps='ghostview %s &'}
: ${TEXDOCVIEW_html='netscape -remote openURL'"'(%s)'"' 2>/dev/null || netscape %s &'}
: ${TEXDOCVIEW_txt="${PAGER-more} %s"}
: ${TEXDOCVIEW_="${PAGER-more} %s"} # no extension, default to pager

I would at least patch it for cygwin to read:

: ${TEXDOCVIEW_dvi='xdvi %s &'}
: ${TEXDOCVIEW_pdf='xpdf %s &'}
: ${TEXDOCVIEW_ps='gv %s &'}
: ${TEXDOCVIEW_html='netscape -remote openURL'"'(%s)'"' 2>/dev/null || netscape %s &'}
: ${TEXDOCVIEW_txt="${PAGER-more} %s"}
: ${TEXDOCVIEW_="${PAGER-more} %s"} # no extension, default to pager

We already have xpdf and gv in the distro. Maybe netscape/mozilla gets
ported one day.

Ciao
  Volker


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019