From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: printing info pages Date: Sat, 16 Feb 2008 17:59:52 +0100 Message-ID: <87skzszvjr.fsf@member.fsf.org> References: <47B6F1E0.8040101@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203181254 2740 80.91.229.12 (16 Feb 2008 17:00:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Feb 2008 17:00:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 16 18:01:16 2008 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 1JQQPb-0006V4-Jf for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Feb 2008 18:01:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQQP7-0000qE-2c for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Feb 2008 12:00:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQQOU-0000q3-Hn for help-gnu-emacs@gnu.org; Sat, 16 Feb 2008 12:00:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQQOS-0000pU-L2 for help-gnu-emacs@gnu.org; Sat, 16 Feb 2008 12:00:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQQOS-0000pR-2l for help-gnu-emacs@gnu.org; Sat, 16 Feb 2008 12:00:04 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JQQOR-0002Gy-JA for help-gnu-emacs@gnu.org; Sat, 16 Feb 2008 12:00:03 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JQQOO-0006QD-N0 for help-gnu-emacs@gnu.org; Sat, 16 Feb 2008 17:00:00 +0000 Original-Received: from dslb-084-063-002-048.pools.arcor-ip.net ([84.63.2.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Feb 2008 17:00:00 +0000 Original-Received: from tassilo by dslb-084-063-002-048.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Feb 2008 17:00:00 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 47 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-084-063-002-048.pools.arcor-ip.net User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:6mt1o+mCuFoZnFQ+46htEExUtw0= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:51594 Archived-At: "geodasge@gmail.com" writes: Hi, > I started using ECB and use th einfo pages to read the > documentation. Is it possible to convert these info pages into a > printable document? Sure. Use `ps-print-buffer' or `ps-print-buffer-with-faces'. ,----[ C-h f ps-print-buffer RET ] | ps-print-buffer is an interactive compiled Lisp function in `ps-print.el'. | | It is bound to . | | (ps-print-buffer &optional filename) | | Generate and print a PostScript image of the buffer. | | Interactively, when you use a prefix argument (C-u), the command prompts the | user for a file name, and saves the PostScript image in that file instead of | sending it to the printer. | | Noninteractively, the argument filename is treated as follows: if it is nil, | send the image to the printer. If filename is a string, save the PostScript | image in a file with that name. `---- ,----[ C-h f ps-print-buffer-with-faces RET ] | ps-print-buffer-with-faces is an interactive compiled Lisp function in | `ps-print.el'. | | It is bound to . | | (ps-print-buffer-with-faces &optional filename) | | Generate and print a PostScript image of the buffer. | Like `ps-print-buffer', but includes font, color, and underline information in | the generated image. This command works only if you are using a window system, | so it has a way to determine color values. `---- Bye, Tassilo -- Richard Stallman spends his leasure time playing Duke Nukem Forever on GNU Hurd.