all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Harald Weis <hawei@free.fr>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Cannot print with emacs
Date: Fri, 22 Jul 2011 12:08:41 +0200	[thread overview]
Message-ID: <21D450A4-54DC-440C-8630-5A7E125E0C58@Web.DE> (raw)
In-Reply-To: <20110721122807.GA2757@pollux.local.net>


Am 21.07.2011 um 14:28 schrieb Harald Weis:

> What am I doing wrong ?

I think your setup is a bit too complicated, but I'm also no FreeBSD (just Mac OS X, a remote relative) and a PostScript printer user.


Assume you've set up your printing subsystem correctly. Then a default printer is set and it's able to process a few different input formats and send it as PostScript code to the printer – if it's a PS printer. OTOH, GNU Emacs can produce PostScript output directly – see its File menu!

Since GNU Emacs 21 or 22 I am relying on GNU Emacs' built-in knowledge of UNIX printing. So I am setting only variables to beautify the produced PS output, like:

	 '(ps-bottom-margin 36)
	 '(ps-error-handler-message (quote system))
	 '(ps-footer-font-family (quote Palatino))
	 '(ps-header-font-family (quote ZapfChancery-MediumItalic))
	 '(ps-inter-column 25)
	 '(ps-left-margin 36)
	 '(ps-line-number-color "green")
	 '(ps-line-number-font "Courier-Bold")
	 '(ps-paper-type (quote a4))
	 '(ps-print-control-characters nil)
	 '(ps-print-footer t)
	 '(ps-right-margin 27)
	 '(ps-top-margin 28)
	 '(ps-warn-paper-type nil)

Maybe printing works for you as well out-of-the-box... (provided the printing subsystem is set up correctly)

--
Mit friedvollen Grüßen

  Pete

Schön zu können, wenn man muss. 	– Always Ultra




  parent reply	other threads:[~2011-07-22 10:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-21 12:28 Cannot print with emacs Harald Weis
2011-07-22  6:26 ` Rasmus
2011-07-24 19:48   ` Harald Weis
2011-07-31 21:54     ` Rasmus
2011-08-01 21:15       ` Harald Weis
2011-08-03 14:22         ` Rasmus
2011-09-06 21:21           ` Harald Weis
2011-09-06 21:31             ` Rasmus
2011-09-08  9:16               ` Harald Weis
2011-09-08 10:45                 ` Rasmus
2011-09-09 12:54                   ` Harald Weis
2011-07-22 10:08 ` Peter Dyballa [this message]
2011-07-26 14:01   ` Harald Weis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=21D450A4-54DC-440C-8630-5A7E125E0C58@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=hawei@free.fr \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.