GNU bug report logs - #9070
gnus-summary-insert-subject doc needs update

Previous Next

Package: gnus;

Reported by: Dave Abrahams <dave <at> boostpro.com>

Date: Wed, 13 Jul 2011 20:58:02 UTC

Severity: normal

Tags: fixed

Found in version 5.110018

Fixed in version 24.1

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 9070 in the body.
You can then email your comments to 9070 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bugs <at> gnus.org:
bug#9070; Package gnus. (Wed, 13 Jul 2011 20:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dave Abrahams <dave <at> boostpro.com>:
New bug report received and forwarded. Copy sent to bugs <at> gnus.org. (Wed, 13 Jul 2011 20:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dave Abrahams <dave <at> boostpro.com>
To: submit <at> debbugs.gnu.org (The Gnus Bugfixing Girls + Boys)
Subject: gnus-summary-insert-subject doc needs update
Date: Wed, 13 Jul 2011 16:57:37 -0400

  "Find article ID and insert the summary line for that article.
OLD-HEADER can either be a header or a line number to insert
the subject line on."

the `use-old-header' parameter is undocumented and the fact that
OLD-HEADER can be a vector is undocumented


No Gnus v0.18
GNU Emacs 23.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.35)
 of 2011-03-09 on black.porkrind.org
200 news.gmane.org InterNetNews NNRP server INN 2.5.1 ready (posting ok)
101 Capability list:
VERSION 2
IMPLEMENTATION INN 2.5.1
AUTHINFO USER
HDR
LIST ACTIVE ACTIVE.TIMES DISTRIB.PATS HEADERS NEWSGROUPS OVERVIEW.FMT
OVER
POST
READER
STARTTLS
.

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com





Added tag(s) fixed. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 19 Jul 2011 17:38:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 24.1, send any further explanations to 9070 <at> debbugs.gnu.org and Dave Abrahams <dave <at> boostpro.com> Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 19 Jul 2011 17:38:02 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bugs <at> gnus.org:
bug#9070; Package gnus. (Tue, 19 Jul 2011 17:42:04 GMT) Full text and rfc822 format available.

Message #12 received at 9070 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Dave Abrahams <dave <at> boostpro.com>
Cc: 9070 <at> debbugs.gnu.org
Subject: Re: gnus-summary-insert-subject doc needs update
Date: Tue, 19 Jul 2011 19:36:46 +0200
Dave Abrahams <dave <at> boostpro.com> writes:

>   "Find article ID and insert the summary line for that article.
> OLD-HEADER can either be a header or a line number to insert
> the subject line on."
>
> the `use-old-header' parameter is undocumented and the fact that

I've now documented this.

> OLD-HEADER can be a vector is undocumented

HEADER is always a vector.  Well, except in Article and Message buffers,
that is.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Information forwarded to owner <at> debbugs.gnu.org, bugs <at> gnus.org:
bug#9070; Package gnus. (Thu, 21 Jul 2011 22:12:02 GMT) Full text and rfc822 format available.

Message #15 received at 9070 <at> debbugs.gnu.org (full text, mbox):

From: Dave Abrahams <dave <at> boostpro.com>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: 9070 <at> debbugs.gnu.org
Subject: Re: gnus-summary-insert-subject doc needs update
Date: Thu, 21 Jul 2011 18:11:26 -0400
on Tue Jul 19 2011, Lars Magne Ingebrigtsen <larsi-AT-gnus.org> wrote:

> Dave Abrahams <dave <at> boostpro.com> writes:
>
>>   "Find article ID and insert the summary line for that article.
>> OLD-HEADER can either be a header or a line number to insert
>> the subject line on."
>>
>> the `use-old-header' parameter is undocumented 
>
> I've now documented this.

thanks

>> and the fact that OLD-HEADER can be a vector is undocumented
>
> HEADER is always a vector.  

And where is that convention documented?

> Well, except in Article and Message buffers, that is.

And what is HEADER there?  And where is /that/ documented?

Trying not to be too nitpicky while still pushing for grokkable code/doc
relationships.  Thanks for your patience.

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com




Information forwarded to owner <at> debbugs.gnu.org, bugs <at> gnus.org:
bug#9070; Package gnus. (Sun, 31 Jul 2011 15:32:02 GMT) Full text and rfc822 format available.

Message #18 received at 9070 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Dave Abrahams <dave <at> boostpro.com>
Cc: 9070 <at> debbugs.gnu.org
Subject: Re: gnus-summary-insert-subject doc needs update
Date: Sun, 31 Jul 2011 17:30:12 +0200
Dave Abrahams <dave <at> boostpro.com> writes:

>>> and the fact that OLD-HEADER can be a vector is undocumented
>>
>> HEADER is always a vector.  
>
> And where is that convention documented?

In the nnheader.el file.

>> Well, except in Article and Message buffers, that is.
>
> And what is HEADER there?  And where is /that/ documented?

We talk about "message headers" here and there meaning the part of the
message that's not the body.

And it's documented in the RFCs.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 29 Aug 2011 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 302 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.