Message from discussion
Printing in OSX
Received: by 10.66.81.98 with SMTP id z2mr2262396pax.19.1350199442857;
Sun, 14 Oct 2012 00:24:02 -0700 (PDT)
Path: s9ni6488pbb.0!nntp.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.glorb.com!usenet.stanford.edu!not-for-mail
From: Neuwirth Erich <erich.neuwi...@univie.ac.at>
Newsgroups: gnu.emacs.help
Subject: Printing in OSX
Date: Sun, 14 Oct 2012 09:23:54 +0200
Lines: 16
Approved: help-gnu-em...@gnu.org
Message-ID: <mailman.10943.1350199441.855.help-gnu-emacs@gnu.org>
NNTP-Posting-Host: lists.gnu.org
Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\))
X-Trace: usenet.stanford.edu 1350199442 447 208.118.235.17 (14 Oct 2012 07:24:02 GMT)
X-Complaints-To: action@cs.stanford.edu
To: "help-gnu-em...@gnu.org" <help-gnu-em...@gnu.org>
Envelope-to: help-gnu-em...@gnu.org
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=univie.ac.at;
s=rev2;
h=Mime-Version:To:Date:Message-Id:Subject:Content-Transfer-Encoding:Content-Type:From;
bh=FcliYnmQIWRIkzC/jOtSCphQNISqG3hLMFqqHVk20H8=;
b=lb8LZLR5fLi1rzdpHUFQ9dR/6z1xE7NSpVPlBC04sKeUdDlJvDTvjmSChyg520r16fwGBi9tcgK+B1yJvA4tufOGJWQlAUf2NjgYZexz1POaA9vE4P8c2Efg1sB1Kx/Wj7wCa2eZDDdi2YPU2BRHKkL7eCchlr7eQ8XBoYcx1pY=;
X-Mailer: Apple Mail (2.1499)
X-Univie-Virus-Scan: scanned by ClamAV on justin.univie.ac.at
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3)
X-Received-From: 131.130.3.115
X-BeenThere: help-gnu-em...@gnu.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs>
List-Post: <mailto:help-gnu-em...@gnu.org>
List-Help: <mailto:help-gnu-emacs-requ...@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
<mailto:help-gnu-emacs-requ...@gnu.org?subject=subscribe>
X-Received-Bytes: 2283
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Emacs 24.2, OSX 10.8.2
My printer has A4 as the default paper format.
But whenever I print for poscript print,
it asks for letter paper and I have to manual override this.
Googling I founr I should do
(setq ps-paper-type 'a4)
but this does not help either.
Is there a way way to get rid of this annoyance?