From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Francis III Dannenhoffer" Newsgroups: gmane.emacs.help Subject: two column postscript printing on OSX Leopard Date: Thu, 12 Jun 2008 14:31:33 -0400 Message-ID: <44223619888B784FA7A621427B24888B03D833@SUEXCL-03.ad.syr.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C8CCBA.8A09DC46" X-Trace: ger.gmane.org 1213359745 5303 80.91.229.12 (13 Jun 2008 12:22:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2008 12:22:25 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 13 14:23:09 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K78J5-0004MB-UV for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jun 2008 14:23:04 +0200 Original-Received: from localhost ([127.0.0.1]:40078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K78II-0006Fp-3R for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jun 2008 08:22:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6rvb-0005Eh-8K for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 14:53:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6rva-0005EQ-RB for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 14:53:42 -0400 Original-Received: from [199.232.76.173] (port=42040 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6rva-0005EN-JV for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 14:53:42 -0400 Original-Received: from suexbe-03.ad.syr.edu ([128.230.108.47]:48558 helo=SUEXCL-03.ad.syr.edu) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6rva-00077K-HC for help-gnu-emacs@gnu.org; Thu, 12 Jun 2008 14:53:42 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: two column postscript printing on OSX Leopard Thread-Index: AcjMuonm8m/Rf5bBQsOMh1EAdgugww== X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-Greylist: delayed 1322 seconds by postgrey-1.27 at monty-python; Thu, 12 Jun 2008 14:53:36 EDT X-Mailman-Approved-At: Fri, 13 Jun 2008 08:19:21 -0400 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: news.gmane.org gmane.emacs.help:54786 Archived-At: This is a multi-part message in MIME format. ------_=_NextPart_001_01C8CCBA.8A09DC46 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to print in two columns using GNU emacs version 22.2.1 on = MAC OSX Leopard To the .emacs file, I have added the lines (load "ps-print") =20 (setq ps-landscape-mode t) (setq ps-number-of-columns 2) (setq ps-print-header t) (setq ps-print-color-p nil) If I issue the command "ps-print-buffer", I get a "Print dialog"; either = printing or previewing results in a one column output (in portrait mode) = without a header. Interestingly, the output is in black and white; = removing the last line results in a color output (so it appears that the = .emacs file is getting processed correctly) Any suggestions? ------_=_NextPart_001_01C8CCBA.8A09DC46 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable two column postscript printing on OSX Leopard

I am trying to print in two columns using GNU emacs = version 22.2.1 on MAC OSX Leopard

To the .emacs file, I have added the lines

     (load "ps-print")
    
     (setq = ps-landscape-mode          = t)
     (setq ps-number-of-columns   2)
     (setq = ps-print-header         &nbs= p;        t)
     (setq = ps-print-color-p         &nb= sp;    nil)

If I issue the command "ps-print-buffer", I get a "Print = dialog"; either printing or previewing results in a one column = output (in portrait mode) without a header.  Interestingly, the = output is in black and white; removing the last line results in a color = output (so it appears that the .emacs file is getting processed = correctly)

Any suggestions?


------_=_NextPart_001_01C8CCBA.8A09DC46--