From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55561 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: A P documentation could be enhanced Date: Sat, 03 Jan 2004 23:31:02 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: <878ykoy89l.fsf@emptyhost.emptydomain.de> References: <87k749gd3v.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073169093 25843 80.91.224.253 (3 Jan 2004 22:31:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Jan 2004 22:31:33 +0000 (UTC) Original-X-From: ding-owner+M4101@lists.math.uh.edu Sat Jan 03 23:31:31 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AcuIt-0006mA-00 for ; Sat, 03 Jan 2004 23:31:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AcuIT-0004Bn-00; Sat, 03 Jan 2004 16:31:05 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AcuIL-0004Bh-00 for ding@lists.math.uh.edu; Sat, 03 Jan 2004 16:30:57 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 1A45B3A0026 for ; Sat, 3 Jan 2004 16:30:57 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1AcuIK-00071a-00 for ; Sat, 03 Jan 2004 23:30:56 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 21 Original-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de Original-X-Trace: quimby.gnus.org 1073169055 26767 213.203.244.156 (3 Jan 2004 22:30:55 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 3 Jan 2004 22:30:55 +0000 (UTC) User-Agent: Gnus/5.1004 (Gnus v5.10.4) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:wOAKnpfzeZak2IpBlQdPPVU/38Y= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55561 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55561 Lars Magne Ingebrigtsen writes: > Looking at the code, it doesn't really look like it does anything > with process-marked articles: > > (interactive (list (ps-print-preprint current-prefix-arg))) > > (Unless the `ps-print-preprint' function does some magic here; I > haven't looked at it.) Indeed, it is unlikely that ps-print-preprint is doing Gnus magic. In that case, I think the docstring is confusingly worded. (At least it confused this lowly poster.) It talks at length about the N arg, and only mentions the FILENAME arg in passing. Even though it was not stated explicitly, I thought that N was the prefix arg. (And the part that says if N is nil and some articles are process-marked, print those instead, is probably wrong.) Kai, who should be fixing instead of complaining