From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: autoload pr-update-menus Date: Fri, 19 May 2006 10:52:27 -0600 Organization: IHS Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1148057663 6658 80.91.229.2 (19 May 2006 16:54:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 May 2006 16:54:23 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 19 18:54:21 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fh8Eo-00022d-Nl for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 18:54:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fh8Eo-00022N-Mm for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 12:54:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fh8Ec-00022I-TA for emacs-devel@gnu.org; Fri, 19 May 2006 12:53:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fh8Ea-000226-Es for emacs-devel@gnu.org; Fri, 19 May 2006 12:53:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fh8Ea-000223-9U for emacs-devel@gnu.org; Fri, 19 May 2006 12:53:52 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fh8Hv-0001oG-JN for emacs-devel@gnu.org; Fri, 19 May 2006 12:57:19 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fh8EM-0001wI-2o for emacs-devel@gnu.org; Fri, 19 May 2006 18:53:38 +0200 Original-Received: from 207.167.42.206 ([207.167.42.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 May 2006 18:53:38 +0200 Original-Received: from ihs_4664 by 207.167.42.206 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 May 2006 18:53:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.206 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:54821 Archived-At: The "Printing Package" of the Emacs manual says: | To use the Printing package, add `(require 'printing)' to your init | file (*note Init File::), followed by `(pr-update-menus)'. This | function replaces the usual printing commands in the menu bar with a | `Printing' submenu that contains various printing options. You can | also type `M-x pr-interface RET'; this creates a `*Printing Interface*' | buffer, similar to a customization buffer, where you can set the | printing options. After selecting what and how to print, you start the | print job using the `Print' button (click `mouse-2' on it, or move | point over it and type `RET'). For further information on the various | options, use the `Interface Help' button. pr-interface has an autoload cookie, but pr-update-menus doesn't -- shouldn't it? If it did, (require 'printing) wouldn't be necessary and could be deleted from the manual and from the examples in printing.el itself. Thanks, -- Kevin