From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rodolfo Medina Newsgroups: gmane.emacs.help Subject: Re: Questions about ps print Date: Wed, 03 Oct 2007 18:09:32 +0200 Message-ID: <87sl4suqmb.fsf@gmail.com> References: <87ejgdiyy8.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191429693 10881 80.91.229.12 (3 Oct 2007 16:41:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2007 16:41:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 03 18:41:30 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 1Id7Hg-0000Fe-Nf for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Oct 2007 18:41:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Id7Hc-0008S7-CZ for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Oct 2007 12:41:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!tiscali!newsfeed1.ip.tiscali.net!news.tiscali.de!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: 217.201.75.219 Original-X-Trace: quimby.gnus.org 1191427634 14575 217.201.75.219 (3 Oct 2007 16:07:14 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 3 Oct 2007 16:07:14 +0000 (UTC) User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:MSdMlP0L212dtqtHtFTOgbvSMs4= Original-Xref: shelby.stanford.edu gnu.emacs.help:152575 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:48083 Archived-At: Am 02.10.2007 um 12:38 schrieb Rodolfo Medina: >> It sometimes happens that in the ps file (that I get with `M-x pr- >> interface') >> a blank page is added, although the bottom margin is set as 0. >> >> Can anybody suggest why this happens and how to avoid it? Peter Dyballa writes: > It might contain all the white space below your black text! You can customise > the fringes to indicate the buffer boundaries and also to indicate the empty > lines at the buffer's end. > > Did you check in GNU Emacs the PS output to see what exactly is printed on > that last empty page? Thanks to Peter for his indications, however the problem seems to be solved decreasing the value of the ps-footer-offset variable; although I can't imagine what the distance between the main text and the footer has to do with outputting a final blank page. Rodolfo