From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Printing odd/even pages Date: Sat, 29 Jan 2005 14:06:15 -0800 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107037379 22261 80.91.229.6 (29 Jan 2005 22:22:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2005 22:22:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 29 23:22:51 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 1Cv0zS-000622-00 for ; Sat, 29 Jan 2005 23:22:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cv1By-0004Yv-M8 for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Jan 2005 17:35:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cv17Y-0003Az-8d for help-gnu-emacs@gnu.org; Sat, 29 Jan 2005 17:31:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cv17C-00032s-Ap for help-gnu-emacs@gnu.org; Sat, 29 Jan 2005 17:30:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cv17B-00030V-Ja for help-gnu-emacs@gnu.org; Sat, 29 Jan 2005 17:30:49 -0500 Original-Received: from [141.146.126.229] (helo=agminet02.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Cv0jZ-0003yI-5E for help-gnu-emacs@gnu.org; Sat, 29 Jan 2005 17:06:25 -0500 Original-Received: from agminet02.oracle.com (localhost [127.0.0.1]) by agminet02.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0TM6OnN021255; Sat, 29 Jan 2005 14:06:24 -0800 Original-Received: from rgmsgw301.us.oracle.com (rgmsgw301.us.oracle.com [138.1.191.50]) by agminet02.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0TM6MZm021242; Sat, 29 Jan 2005 14:06:23 -0800 Original-Received: from rgmsgw301.us.oracle.com (localhost [127.0.0.1]) by rgmsgw301.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0TM6MAY032156; Sat, 29 Jan 2005 15:06:22 -0700 Original-Received: from dradamslap (dhcp-amer-csvpn-gw2-141-144-72-23.vpn.oracle.com [141.144.72.23]) by rgmsgw301.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id j0TM6LPw032146 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 29 Jan 2005 15:06:21 -0700 Original-To: "Joe Bush" , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 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:23742 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23742 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. Get and use library printing.el, here: http://www.cpqd.com.br/~vinicius/emacs/. It lets you do duplex, odd, or even printing, and much, much more. - Drew