From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47208 Path: main.gmane.org!not-for-mail From: Sriram Karra Newsgroups: gmane.emacs.gnus.general Subject: Re: % mark in summary line not documented Date: Wed, 16 Oct 2002 16:52:34 +0530 Sender: owner-ding@hpc.uh.edu Message-ID: <878z0yy6f9.fsf@shakti.homelinux.net> References: <87ptuag86x.fsf@crybaby.cs.uni-dortmund.de> <87elaqy7r1.fsf@shakti.homelinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034767357 16750 80.91.224.249 (16 Oct 2002 11:22:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 16 Oct 2002 11:22:37 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 181mG4-0004Ly-00 for ; Wed, 16 Oct 2002 13:22:36 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 181mGK-0001NW-00; Wed, 16 Oct 2002 06:22:52 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 16 Oct 2002 06:23:34 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id GAA04655 for ; Wed, 16 Oct 2002 06:23:21 -0500 (CDT) Original-Received: (qmail 23720 invoked by alias); 16 Oct 2002 11:22:35 -0000 Original-Received: (qmail 23715 invoked from network); 16 Oct 2002 11:22:34 -0000 Original-Received: from desh.cisco.com (HELO cisco.com) (192.122.173.43) by gnus.org with SMTP; 16 Oct 2002 11:22:34 -0000 Original-Received: from skarra-w2k ([10.77.140.72]) by cisco.com (8.8.8/2.6/Cisco List Logging/8.8.8) with ESMTP id QAA13337; Wed, 16 Oct 2002 16:51:37 +0530 (IST) Original-Received: from karra by skarra-w2k with local (Exim 3.35 #1 (Debian)) id 181mG2-0000Ml-00; Wed, 16 Oct 2002 16:52:34 +0530 Original-To: dme@dme.org X-Attribution: karra Mail-Followup-To: dme@dme.org, ding@gnus.org In-Reply-To: (dme@dme.org's message of "Wed, 16 Oct 2002 12:00:05 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47208 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47208 dme@dme.org writes: > * karra@shakti.homelinux.net [2002-10-16 11:53:54] > > Could this: > >> -This manual corresponds to Oort Gnus v0.07. >> +This manual corresponds to Oort Gnus v0.08. > > Be replaced with: > >> -This manual corresponds to Oort Gnus v0.07. >> +This manual corresponds to \gnusversionname. > > ? No. It is not possible because the \newcommand thingy is a raw tex command and is included in a @iftex region, meaning that the command is available only while generating PS and other printed copies... >> +@item >> +@vindex gnus-undownloaded-mark >> +When using the Gnus agent@xref{Agent Basics}, all articles might be >> +downloaded. > > It seems that this should be "might _not_ be downloaded". > You are right. That was a typo. Here are the new diffs: Index: gnus.texi =================================================================== RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v retrieving revision 6.332 diff -u -r6.332 gnus.texi --- gnus.texi 2002/10/11 12:14:56 6.332 +++ gnus.texi 2002/10/16 12:11:25 @@ -33,7 +33,7 @@ \makeindex \begin{document} -\newcommand{\gnusversionname}{Oort Gnus v0.07} +\newcommand{\gnusversionname}{Oort Gnus v0.08} \newcommand{\gnuschaptername}{} \newcommand{\gnussectionname}{} @@ -383,7 +383,8 @@ spool or your mbox file. All at the same time, if you want to push your luck. -This manual corresponds to Oort Gnus v0.07. +This manual corresponds to +\gnusversionname @end ifinfo @@ -5674,6 +5675,20 @@ Articles that haven't been seen before in Gnus by the user are marked with a @samp{.} in the second column (@code{gnus-unseen-mark}). Compare with @code{gnus-recent-mark}. + +@item +@vindex gnus-undownloaded-mark +When using the Gnus agent@xref{Agent Basics}, all articles might not +be downloaded. Such articles cannot be viewed while you are +``offline'' and can be identified by this mark in the summary buffer. +This could happen, for example, if an article is very big. + +@item +@vindex gnus-downloadable-mark +When using the Gnus agent @xref{Agent Basics}, you can specifically +mark some articles to be downloaded. You might want to do this, for +example, with articles that were not fetched automatically by Gnus and +are marked with the gnus-undownloaded-mark. @item @vindex gnus-not-empty-thread-mark -- Well, all's well that ends.