[1506] in SIPB bug reports
[MAILER-DAEMON@ATHENA.MIT.EDU: Returned mail: Remote protocol error]
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Thu Dec 6 15:15:02 1990
Date: Thu, 6 Dec 90 15:14:53 -0500
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: bug-sipb-mtg@bloom-beacon.mit.edu
----- Forwarded message
Date: Thu, 6 Dec 90 02:50:15 EST
From: MAILER-DAEMON@ATHENA.MIT.EDU (Mail Delivery Subsystem)
Subject: Returned mail: Remote protocol error
To: owner-uus@ATHENA.MIT.EDU
----- Transcript of session follows -----
>>> DATA
<<< 500 Command unrecognized
554 bug-sipb-mtg@bloom-beacon.mit.edu... Remote protocol error: Bad file number
----- Unsent message follows -----
Received: from PORTNOY.MIT.EDU by ATHENA.MIT.EDU with SMTP
id AA21262; Thu, 6 Dec 90 02:50:15 EST
Received: by portnoy.MIT.EDU (5.61/4.7) id AA23597; Thu, 6 Dec 90 02:50:13 -0500
Date: Thu, 6 Dec 90 02:50:13 -0500
From: Mark W. Eichin <eichin@ATHENA.MIT.EDU>
Message-Id: <9012060750.AA23597@portnoy.MIT.EDU>
To: bugs@ATHENA.MIT.EDU, bug-sipb@ATHENA.MIT.EDU
Cc: tex-hackers@ATHENA.MIT.EDU
Subject: letter.sty + dvi2ps
A user was using the letter style to produce form letters, with
repeated \begin{letter} \input{letterbody} \end{letter}, and tried to
use dvi2ps to select 10 pages to print them.
Unfortunately, \begin{letter} resets the TeX page number to
\@ne (one, 1) and dvi2ps uses the TeX page count to decide whether to
print a given page. There was no way they could select any individual
sections of the collection - dvi2ps would either output no pages at
all, or all 125 pages.
The possible places that this could be considered "broken":
1) letter.sty should have pagestyle{plain} (?) so that the
numbers don't matter, and thus it need not reset them
2) dvi2ps should have a way of selecting pages in their own
right, instead of as they are "labelled".
3) dvi2ps could also have warned explicitly that no pages were
selected.
_Mark_ <eichin@athena.mit.edu>
----- End of forwarded message