From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Irving Kimura Newsgroups: gmane.emacs.help Subject: Re: Hardcopy of selected sections Emacs info Date: Mon, 24 May 2004 20:07:44 +0000 (UTC) Organization: (NONE) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085441538 12317 80.91.224.253 (24 May 2004 23:32:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 23:32:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 25 01:32:11 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSOvT-0008Oh-00 for ; Tue, 25 May 2004 01:32:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSLtD-0000dj-FV for geh-help-gnu-emacs@m.gmane.org; Mon, 24 May 2004 16:17:39 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: panix3.panix.com Original-X-Trace: reader2.panix.com 1085429264 5309 166.84.1.3 (24 May 2004 20:07:44 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Mon, 24 May 2004 20:07:44 +0000 (UTC) X-No-Confirm: yes User-Agent: nn/6.6.5 Original-Xref: shelby.stanford.edu gnu.emacs.help:123405 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18710 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18710 In Michael Slass writes: >Irving Kimura writes: >>I'm trying to figure out how to print out selected sections of the >>Emacs documentation (I normally read it via C-h i, etc.) >> >>I can't find any *.texi or *.ps files for the distribution I have. >>Where can I find a printable version of the documentation for v. >>21.3 ? >Does printing from within emacs with File --> Postscript Print Buffer >work for you? Yes and no. It prints the current buffer, but the information is spread over many buffers. I don't want to print the entire info subtree for the section of interest by visiting each node and printing it. This is not only time-inefficient, but space-inefficient as well, since many of these info node buffers contain only one short paragraph. Irv