From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Printing on emacs Date: 28 Jul 2003 08:02:51 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1059368530 18050 80.91.224.249 (28 Jul 2003 05:02:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2003 05:02:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 28 07:02:08 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19h09A-0004h0-00 for ; Mon, 28 Jul 2003 07:02:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19h08f-0004oa-8n for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jul 2003 01:01:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19h08L-0004Q9-Kz for help-gnu-emacs@gnu.org; Mon, 28 Jul 2003 01:01:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19h08I-0004Id-N0 for help-gnu-emacs@gnu.org; Mon, 28 Jul 2003 01:01:15 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.20) id 19h08B-0003xY-K8 for help-gnu-emacs@gnu.org; Mon, 28 Jul 2003 01:01:08 -0400 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Kevin Agbakpem on Sun, 27 Jul 2003 20:31:13 -0400 (EDT)) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11405 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11405 > Date: Sun, 27 Jul 2003 20:31:13 -0400 (EDT) > From: Kevin Agbakpem > > Does anybody know how can i configure emacs in order to set the default > printer to "someprinter". The variable `printer-name' is what you want, I think. However, I'd expect that a Unix or GNU/Linux system should already know what's its default printer, and in particular, the printer spooler program such as `lpr' or `lp' is expected to send the stuff to that default printer without your having to care about it. So I'm unsure why do you need to set up Emacs for a specific printer.