all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* two column postscript printing on OSX Leopard
@ 2008-06-12 18:31 John Francis III Dannenhoffer
  0 siblings, 0 replies; only message in thread
From: John Francis III Dannenhoffer @ 2008-06-12 18:31 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 699 bytes --]

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                  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?



[-- Attachment #2: Type: text/html, Size: 1510 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-12 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-12 18:31 two column postscript printing on OSX Leopard John Francis III Dannenhoffer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.