From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Scaglioni Newsgroups: gmane.emacs.help Subject: Re: print as opposed to ps-print Date: Fri, 14 Feb 2003 13:48:20 +0000 (GMT) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030214.134820.63114833.fgs@epulse.net> References: <3E4BDA46.6010108@ihs.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1045230502 11539 80.91.224.249 (14 Feb 2003 13:48:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2003 13:48:22 +0000 (UTC) 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 18jg8U-0002lK-00 for ; Fri, 14 Feb 2003 14:44:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18jgAg-0004ed-01 for gnu-help-gnu-emacs@m.gmane.org; Fri, 14 Feb 2003 08:46:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18jgAM-0004NM-00 for help-gnu-emacs@gnu.org; Fri, 14 Feb 2003 08:46:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18jgAI-0004HJ-00 for help-gnu-emacs@gnu.org; Fri, 14 Feb 2003 08:46:06 -0500 Original-Received: from mail4.nhs.uk ([194.72.23.241]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18jgA4-0003Po-00 for help-gnu-emacs@gnu.org; Fri, 14 Feb 2003 08:45:57 -0500 Original-Received: from hn-ext by mail4.nhs.uk (Sendmail 8.8.8) with esmtp id 18jg9s-0005g3-00; Fri, 14 Feb 2003 13:45:40 +0000 Original-Received: from relay.nhs.uk (194.62.42.141) by relayint2.nhs.uk (Syntegra-I2 6.5.016) id 3E3C73FD00272875 for help-gnu-emacs@gnu.org; Fri, 14 Feb 2003 13:45:40 +0000 Original-Received: from localhost (194.155.32.248) by relay.nhs.uk (Syntegra-1 6.5.026) id 3E437E590020785A for help-gnu-emacs@gnu.org; Fri, 14 Feb 2003 13:49:27 +0000 Original-To: help-gnu-emacs@gnu.org In-Reply-To: <3E4BDA46.6010108@ihs.com> X-Mailer: Mew version 3.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6688 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6688 From: Kevin Rodgers > > For some reason ps-print works fine but when I try plain print I get > > an message of: > > > > spooling with options -H > > > Use the source (lpr.el). That suggests you have lpr-headers-switches set, > and it specifies "-H". THe problem seems to have been the -H, it should have been -h (man lpr solved that, don't know where the -H came from though). Only problem remaining now is how to increase font size for M-x print buffer - on which matter any suggestions most welcome. TIA Francesco