From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30199 Path: main.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.gnus.general Subject: Re: %c in gnus-summary-line-format in nnfolder groups Date: Sat, 22 Apr 2000 16:12:25 GMT Organization: Carnegie Mellon University : KANTOO Project Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166764 7227 80.91.224.250 (21 Oct 2002 02:19:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:19:24 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 90850D051E for ; Sat, 22 Apr 2000 12:13:07 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB01654; Sat, 22 Apr 2000 11:13:06 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 22 Apr 2000 11:12:20 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA20959 for ; Sat, 22 Apr 2000 11:12:10 -0500 (CDT) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by mailhost.sclp.com (Postfix) with SMTP id 9BB98D051E for ; Sat, 22 Apr 2000 12:12:27 -0400 (EDT) Original-Received: (qmail 24815 invoked by uid 509); 22 Apr 2000 16:12:25 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Mail-Copies-To: never Original-Lines: 24 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 Original-NNTP-Posting-Host: 128.2.80.179 Original-X-Trace: twister.sunsite.auc.dk 956419945 128.2.80.179 (Sat, 22 Apr 2000 18:12:25 MET DST) Original-NNTP-Posting-Date: Sat, 22 Apr 2000 18:12:25 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30199 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30199 Lars Magne Ingebrigtsen writes: > Michael Welsh Duggan writes: > > > > > + (- (point-max) (point-min)) > > > > > > I think this will give you the size of the head, not the body of the > > > message. > > > > Perhaps, but the number is consistant with what NNTP NOVs give back, > > which is why I wrote it that way. > > Uhm -- the "char" field from NNTP is the size of the head of the > article? `nnheader-parse-head' is narrowed to the article, not the head of the article, in the instance I was tracing it. (Specifically, when caching an article.) This may not be the case for the test you are using. I make no claims for this patch being the correct thing to do, only for it working for the single instance I needed it for. -- Michael Duggan (md5i@cs.cmu.edu)