all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pascal Bourguignon <pjb@informatimago.com>
Subject: Re: Print Buffer Text Only
Date: Tue, 24 Oct 2006 06:49:51 +0200	[thread overview]
Message-ID: <87psciqpw0.fsf@thalassa.informatimago.com> (raw)
In-Reply-To: mailman.188.1161661298.27805.help-gnu-emacs@gnu.org

Bill <tfc4@cybcon.com> 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!"

       reply	other threads:[~2006-10-24  4:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.188.1161661298.27805.help-gnu-emacs@gnu.org>
2006-10-24  4:49 ` Pascal Bourguignon [this message]
2006-10-25 17:38   ` Print Buffer Text Only bjemacs
     [not found]   ` <mailman.234.1161797915.27805.help-gnu-emacs@gnu.org>
2006-10-25 19:10     ` Pascal Bourguignon
2006-10-24  3:41 Bill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87psciqpw0.fsf@thalassa.informatimago.com \
    --to=pjb@informatimago.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.