From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill Newsgroups: gmane.emacs.help Subject: Emacs Printer Issues Date: Wed, 31 Jan 2007 15:51:25 -0800 Message-ID: <20070131235125.GG348@bill.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170341542 29857 80.91.229.12 (1 Feb 2007 14:52:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Feb 2007 14:52:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 01 15:52:05 2007 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 1HCdHw-0000hl-9y for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Feb 2007 15:51:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCdHv-0008F2-SO for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Feb 2007 09:51:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCdHh-0008DH-4c for help-gnu-emacs@gnu.org; Thu, 01 Feb 2007 09:51:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCdHf-0008BS-EH for help-gnu-emacs@gnu.org; Thu, 01 Feb 2007 09:51:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCdHe-0008Af-Ck for help-gnu-emacs@gnu.org; Thu, 01 Feb 2007 09:51:30 -0500 Original-Received: from c-24-20-51-17.hsd1.mn.comcast.net ([24.20.51.17] helo=bill.tualatinfoursquare.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HCdHd-0006dn-1P for help-gnu-emacs@gnu.org; Thu, 01 Feb 2007 09:51:30 -0500 Original-Received: by bill.tualatinfoursquare.org (Postfix, from userid 501) id EA79B57CA2; Wed, 31 Jan 2007 15:51:25 -0800 (PST) Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-detected-kernel: FreeBSD 6.x (2) 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:40823 Archived-At: I'm running Emacs GNU 22.0.50.1 on OS X. I'm wondering how I can tell Emacs to print to a particular printer. I have to following in .emacs: (ps-print-header t) ' (ps-print-header-frame nil) (ps-printer-name "HP_1022") But this doesn't not automatically send my Emacs print jobs to the HP-1022 printer. Instead, I have to 'tell' Emacs which printer to use by printing something from another application. Any insight into this would be appreciated. Bill J.