GNU bug report logs - #11602
"Qualified group name" undefined

Previous Next

Package: gnus;

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

Date: Fri, 1 Jun 2012 18:32:02 UTC

Severity: normal

Tags: wontfix

Found in version 5.130006

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 11602 in the body.
You can then email your comments to 11602 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 bugs <at> gnus.org:
bug#11602; Package gnus. (Fri, 01 Jun 2012 18:32: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. (Fri, 01 Jun 2012 18:32: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: "Qualified group name" undefined
Date: Fri, 01 Jun 2012 14:29:23 -0400
The info manual and docstrings for e.g. gnus-group-line-format both use
the term without defining precisely what it means.

Ma Gnus v0.6
GNU Emacs 24.0.94.1 (x86_64-apple-darwin11.4.0, Carbon Version 1.6.0 AppKit 1138.47)
 of 2012-05-24 on pluto.luannocracy.com
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





Information forwarded to bugs <at> gnus.org:
bug#11602; Package gnus. (Mon, 11 Jun 2012 21:12:01 GMT) Full text and rfc822 format available.

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

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Dave Abrahams <dave <at> boostpro.com>
Cc: 11602 <at> debbugs.gnu.org
Subject: Re: bug#11602: "Qualified group name" undefined
Date: Mon, 11 Jun 2012 23:08:38 +0200
Dave Abrahams <dave <at> boostpro.com> writes:

> The info manual and docstrings for e.g. gnus-group-line-format both use
> the term without defining precisely what it means.

Since the doc string reads:

%G    Group name (string)
%g    Qualified group name (string)

I think it would be superfluous to say much more.  One is longer than
the other.

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




Added tag(s) wontfix. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 11 Jun 2012 21:12:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 11602 <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. (Mon, 11 Jun 2012 21:12:02 GMT) Full text and rfc822 format available.

Information forwarded to bugs <at> gnus.org:
bug#11602; Package gnus. (Tue, 12 Jun 2012 14:57:02 GMT) Full text and rfc822 format available.

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

From: Dave Abrahams <dave <at> boostpro.com>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: 11602 <at> debbugs.gnu.org
Subject: Re: bug#11602: "Qualified group name" undefined
Date: Tue, 12 Jun 2012 10:53:15 -0400
on Mon Jun 11 2012, Lars Magne Ingebrigtsen <larsi-AT-gnus.org> wrote:

> Dave Abrahams <dave <at> boostpro.com> writes:
>
>> The info manual and docstrings for e.g. gnus-group-line-format both use
>> the term without defining precisely what it means.
>
> Since the doc string reads:
>
> %G    Group name (string)
> %g    Qualified group name (string)
>
> I think it would be superfluous to say much more.  One is longer than
> the other.

I think I've not made my point very clearly.  Let me try again.  If I'm
writing some code to work with Gnus, I can almost never tell whether a
Gnus function that takes "a group name" expects a "qualified group name"
or some "unqualified" group name form, nor can I tell precisely what
that distinction means.  Do I have to convert one to the other?  If so,
when and where must that happen?  The fact that one is longer than the
other is not the only interesting feature of qualification.

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




Information forwarded to bugs <at> gnus.org:
bug#11602; Package gnus. (Wed, 20 Jun 2012 17:24:01 GMT) Full text and rfc822 format available.

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

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Dave Abrahams <dave <at> boostpro.com>
Cc: 11602 <at> debbugs.gnu.org
Subject: Re: bug#11602: "Qualified group name" undefined
Date: Wed, 20 Jun 2012 19:20:12 +0200
Dave Abrahams <dave <at> boostpro.com> writes:

> I think I've not made my point very clearly.  Let me try again.  If I'm
> writing some code to work with Gnus, I can almost never tell whether a
> Gnus function that takes "a group name" expects a "qualified group name"
> or some "unqualified" group name form, nor can I tell precisely what
> that distinction means.  Do I have to convert one to the other?  If so,
> when and where must that happen?  The fact that one is longer than the
> other is not the only interesting feature of qualification.

Gnus uses full group names everywhere.  The backends use the group names
that make sense over the wire.  So Gnus uses
"nntp+news.gmane.org:gmane.discuss", while nntp.el uses "gmane.discuss".

-- 
(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. (Thu, 19 Jul 2012 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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