GNU bug report logs -
#9683
Undefined/undocumented terms
Previous Next
Reported by: Dave Abrahams <dave <at> boostpro.com>
Date: Thu, 6 Oct 2011 13:43: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 9683 in the body.
You can then email your comments to 9683 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bugs <at> gnus.org
:
bug#9683
; Package
gnus
.
(Thu, 06 Oct 2011 13:43: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
.
(Thu, 06 Oct 2011 13:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
In the info manual, the page on Gnus Utility Functions
[[info:gnus#Gnus%20Utility%20Functions]] uses several terms that are
never defined, and other clarifications are in order:
> `gnus-newsgroup-name'
> This variable holds the name of the current newsgroup.
Is that the prefixed or unprefixed name?
> `gnus-get-info'
> Returns the group info list for GROUP.
"group info list" could use a cross-reference to
[[info:gnus#Group%20Info]]
> `gnus-active'
> The active entry for GROUP.
>
> `gnus-set-active'
> Set the active entry for GROUP.
The term "active entry" is undefined.
> `gnus-server-equal'
> Says whether two virtual servers are equal.
Where equality is defined how, for servers?
> `gnus-group-find-parameter'
> Returns the parameter list of GROUP. If given a second parameter,
> returns the value of that parameter for GROUP.
Could use a link to [[info:gnus#Group%20Parameters]]
No Gnus v0.18
GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36)
of 2011-09-12 on pluto.luannocracy.com
200 Leafnode NNTP Daemon, version 1.11.8 running at localhost (my fqdn: pluto.boostpro.com)
500 Unknown command
--
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
.
(Thu, 06 Oct 2011 19:58:02 GMT)
Full text and
rfc822 format available.
bug marked as fixed in version 24.1, send any further explanations to
9683 <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
.
(Thu, 06 Oct 2011 19:58:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bugs <at> gnus.org
:
bug#9683
; Package
gnus
.
(Thu, 06 Oct 2011 20:02:08 GMT)
Full text and
rfc822 format available.
Message #12 received at 9683 <at> debbugs.gnu.org (full text, mbox):
Dave Abrahams <dave <at> boostpro.com> writes:
>> `gnus-newsgroup-name'
>> This variable holds the name of the current newsgroup.
>
> Is that the prefixed or unprefixed name?
Gnus group names are always full (which means prefixed, if prefixation
is required).
>> `gnus-get-info'
>> Returns the group info list for GROUP.
>
> "group info list" could use a cross-reference to
> [[info:gnus#Group%20Info]]
Ok; added.
>> `gnus-active'
>> The active entry for GROUP.
>>
>> `gnus-set-active'
>> Set the active entry for GROUP.
>
> The term "active entry" is undefined.
Defined.
>> `gnus-server-equal'
>> Says whether two virtual servers are equal.
>
> Where equality is defined how, for servers?
Explained.
>> `gnus-group-find-parameter'
>> Returns the parameter list of GROUP. If given a second parameter,
>> returns the value of that parameter for GROUP.
>
> Could use a link to [[info:gnus#Group%20Parameters]]
Added.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Information forwarded
to
bugs <at> gnus.org
:
bug#9683
; Package
gnus
.
(Thu, 06 Oct 2011 21:39:01 GMT)
Full text and
rfc822 format available.
Message #15 received at 9683 <at> debbugs.gnu.org (full text, mbox):
on Thu Oct 06 2011, Lars Magne Ingebrigtsen <larsi-AT-gnus.org> wrote:
> Dave Abrahams <dave <at> boostpro.com> writes:
>
>>> `gnus-newsgroup-name'
>>> This variable holds the name of the current newsgroup.
>>
>> Is that the prefixed or unprefixed name?
>
> Gnus group names are always full (which means prefixed, if prefixation
> is required).
a. That statement is belied (or, at least, beconfused) by the fact that you
specify whether it's prefixed or not for other functions:
,----[ (info "(gnus)Gnus Utility Functions") ]
| `gnus-group-real-name'
| Takes a full (prefixed) Gnus group name, and returns the unprefixed
| name.
|
| `gnus-group-prefixed-name'
| Takes an unprefixed group name and a select method, and returns
| the full (prefixed) Gnus group name.
`----
b. "if prefixation is required" is so vague (to me) that your response
is of no use to me in understanding anything.
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
Information forwarded
to
bugs <at> gnus.org
:
bug#9683
; Package
gnus
.
(Thu, 06 Oct 2011 21:40:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 9683 <at> debbugs.gnu.org (full text, mbox):
Dave Abrahams <dave <at> boostpro.com> writes:
>> Gnus group names are always full (which means prefixed, if prefixation
>> is required).
>
> a. That statement is belied (or, at least, beconfused) by the fact that you
> specify whether it's prefixed or not for other functions:
>
> ,----[ (info "(gnus)Gnus Utility Functions") ]
> | `gnus-group-real-name'
> | Takes a full (prefixed) Gnus group name, and returns the unprefixed
> | name.
> |
> | `gnus-group-prefixed-name'
> | Takes an unprefixed group name and a select method, and returns
> | the full (prefixed) Gnus group name.
> `----
>
> b. "if prefixation is required" is so vague (to me) that your response
> is of no use to me in understanding anything.
I thought "a full Gnus group name" would be a hint. :-)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Information forwarded
to
bugs <at> gnus.org
:
bug#9683
; Package
gnus
.
(Thu, 06 Oct 2011 22:00:02 GMT)
Full text and
rfc822 format available.
Message #21 received at 9683 <at> debbugs.gnu.org (full text, mbox):
on Thu Oct 06 2011, Lars Magne Ingebrigtsen <larsi-AT-gnus.org> wrote:
> Dave Abrahams <dave <at> boostpro.com> writes:
>
>>> Gnus group names are always full (which means prefixed, if prefixation
>>> is required).
>>
>> a. That statement is belied (or, at least, beconfused) by the fact that you
>> specify whether it's prefixed or not for other functions:
>>
>> ,----[ (info "(gnus)Gnus Utility Functions") ]
>> | `gnus-group-real-name'
>> | Takes a full (prefixed) Gnus group name, and returns the unprefixed
>> | name.
>> |
>> | `gnus-group-prefixed-name'
>> | Takes an unprefixed group name and a select method, and returns
>> | the full (prefixed) Gnus group name.
>> `----
>>
>> b. "if prefixation is required" is so vague (to me) that your response
>> is of no use to me in understanding anything.
>
> I thought "a full Gnus group name" would be a hint. :-)
You're just getting cryptic-er and cryptic-er, Doc!
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
Information forwarded
to
bugs <at> gnus.org
:
bug#9683
; Package
gnus
.
(Thu, 06 Oct 2011 22:24:02 GMT)
Full text and
rfc822 format available.
Message #24 received at 9683 <at> debbugs.gnu.org (full text, mbox):
Dave Abrahams <dave <at> boostpro.com> writes:
>>> ,----[ (info "(gnus)Gnus Utility Functions") ]
>>> | `gnus-group-real-name'
>>> | Takes a full (prefixed) Gnus group name, and returns the unprefixed
>>> | name.
>>> |
>>> | `gnus-group-prefixed-name'
>>> | Takes an unprefixed group name and a select method, and returns
>>> | the full (prefixed) Gnus group name.
>>> `----
>>>
>>> b. "if prefixation is required" is so vague (to me) that your response
>>> is of no use to me in understanding anything.
>>
>> I thought "a full Gnus group name" would be a hint. :-)
>
> You're just getting cryptic-er and cryptic-er, Doc!
A Gnus group name is prefixed or not, depending on whether it's a
primary server group or not. But there's no need to repeat that every
time you say "group". They are always that way in Gnus.
These functions convert from Gnus group names to non-Gnus group names,
and vice versa.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Information forwarded
to
bugs <at> gnus.org
:
bug#9683
; Package
gnus
.
(Thu, 06 Oct 2011 23:30:04 GMT)
Full text and
rfc822 format available.
Message #27 received at 9683 <at> debbugs.gnu.org (full text, mbox):
on Thu Oct 06 2011, Lars Magne Ingebrigtsen <larsi-AT-gnus.org> wrote:
> Dave Abrahams <dave <at> boostpro.com> writes:
>
>>>> ,----[ (info "(gnus)Gnus Utility Functions") ]
>>>> | `gnus-group-real-name'
>>>> | Takes a full (prefixed) Gnus group name, and returns the unprefixed
>>>> | name.
>>>> |
>>>> | `gnus-group-prefixed-name'
>>>> | Takes an unprefixed group name and a select method, and returns
>>>> | the full (prefixed) Gnus group name.
>>>> `----
>>>>
>>>> b. "if prefixation is required" is so vague (to me) that your response
>>>> is of no use to me in understanding anything.
>>>
>>> I thought "a full Gnus group name" would be a hint. :-)
>>
>> You're just getting cryptic-er and cryptic-er, Doc!
>
> A Gnus group name is prefixed or not, depending on whether it's a
> primary server group or not.
more like vicey-versy. But I understand your meaning.
> But there's no need to repeat that every time you say "group". They
> are always that way in Gnus.
>
> These functions convert from Gnus group names to non-Gnus group names,
> and vice versa.
I understand you see these functions are different from the others, and
you don't want to be explicit on the other function as a matter of
principle and consistency, but I'm just saying, when they're on the same
page with another function that fails to spell it out, it's confusing to
someone who is just trying to learn Gnus' internals... er, me.
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 04 Nov 2011 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 230 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.