From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bjemacs Newsgroups: gmane.emacs.help Subject: Re: Print Buffer Text Only Date: Wed, 25 Oct 2006 10:38:29 -0700 (PDT) Message-ID: <6996763.post@talk.nabble.com> References: <20061024034120.GE4590@bill.local> <87psciqpw0.fsf@thalassa.informatimago.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161797936 26399 80.91.229.2 (25 Oct 2006 17:38:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Oct 2006 17:38:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 25 19:38:51 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GcmiG-0004jT-Ty for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Oct 2006 19:38:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcmiG-00010l-Fz for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Oct 2006 13:38:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gcmi1-0000yJ-F1 for help-gnu-emacs@gnu.org; Wed, 25 Oct 2006 13:38:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gcmhz-0000t3-0p for Help-gnu-emacs@gnu.org; Wed, 25 Oct 2006 13:38:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gcmhy-0000ss-IP for Help-gnu-emacs@gnu.org; Wed, 25 Oct 2006 13:38:30 -0400 Original-Received: from [72.21.53.35] (helo=talk.nabble.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gcmhy-0007Rd-FN for Help-gnu-emacs@gnu.org; Wed, 25 Oct 2006 13:38:30 -0400 Original-Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Gcmhx-000867-4w for Help-gnu-emacs@gnu.org; Wed, 25 Oct 2006 10:38:29 -0700 Original-To: Help-gnu-emacs@gnu.org In-Reply-To: <87psciqpw0.fsf@thalassa.informatimago.com> X-Nabble-From: tfc4@cybcon.com 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:38280 Archived-At: Thanks Pascal: Sorry I should have been more explicit. That works well for a postscript printer, but I need to use 'print-buffer' not 'ps-print-buffer'. Any suggestions? Bill ___________________________________________________________ Pascal Bourguignon wrote: > > Bill writes: > >> How does one go about printing a buffer in such a way that no extra >> lines appear with the buffer text? Lines such as the name of the >> file, the date it was printed, so forth ... >> >> In short, printing the buffer text itself and nothing else. > > M-x customize-group RET printing RET > > or: > > (custom-set-variables > '(ps-header-lines 0) > '(ps-left-header nil) > '(ps-paper-type (quote a4) t) > '(ps-print-header nil) > '(ps-print-header-frame nil) > '(ps-printer-name "lp") > '(ps-right-header nil) > '(ps-show-n-of-n nil)) > > Then: > > M-x ps-print-buffer RET > > > > > -- > __Pascal Bourguignon__ http://www.informatimago.com/ > > "Specifications are for the weak and timid!" > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs > > -- View this message in context: http://www.nabble.com/Print-Buffer-Text-Only-tf2499136.html#a6996763 Sent from the Emacs - Help mailing list archive at Nabble.com.