From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: Printing odd/even pages Date: Sun, 30 Jan 2005 06:34:45 +0200 Message-ID: <01c50685$Blat.v2.4$2bb311e0@zahav.net.il> References: NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1107060378 1889 80.91.229.6 (30 Jan 2005 04:46:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Jan 2005 04:46:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 30 05:46:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cv6yT-0003Fc-00 for ; Sun, 30 Jan 2005 05:46:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cv7B2-0001zJ-WD for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Jan 2005 23:59:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cv7AR-0001uF-MO for help-gnu-emacs@gnu.org; Sat, 29 Jan 2005 23:58:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cv7AK-0001qN-5V for help-gnu-emacs@gnu.org; Sat, 29 Jan 2005 23:58:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cv7AK-0001pX-18 for help-gnu-emacs@gnu.org; Sat, 29 Jan 2005 23:58:28 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cv6rE-0007kb-QJ for help-gnu-emacs@gnu.org; Sat, 29 Jan 2005 23:38:45 -0500 Original-Received: from zaretski (IGLD-83-130-209-29.inter.net.il [83.130.209.29]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id DQN98847 (AUTH halo1); Sun, 30 Jan 2005 06:38:42 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: (message from Joe Bush on Sat, 29 Jan 2005 21:48:42 GMT) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23744 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23744 > From: Joe Bush > Date: Sat, 29 Jan 2005 21:48:42 GMT > > Can anyone advise me how to print consecutive odd and/or even pages in > Postscript and lp? I want to print two sided copies of various > buffers, but my printer doesn't support this in hardware. So I need to > print all the odd pages first, reinsert the pages into the printer, > then print the even pages. > > I haven't found any reference to doing this in any of the docs, but > may have missed it. Type "M-x load-library RET ps-print RET" and then read the doc string of the variable `ps-even-or-odd-pages'. (I wonder how you missed it.)