Gnus development mailing list
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Subject: Re: Strange server names confusion
Date: Sun, 02 Sep 2001 00:54:50 -0400	[thread overview]
Message-ID: <m3ofounqdr.fsf@multivac.cwru.edu> (raw)
In-Reply-To: <vafwv3ishck.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de> (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Sat, 01 Sep 2001 23:59:07 +0200")

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) wrote:
> Simon Josefsson <jas@extundo.com> writes:
>> Foreign groups are identified by the name of the server (car of each
>> entry in `gnus-server-alist').
> 
> And secondary groups are identified in some other way?

Here's the story AIUI.  Every select method has a first element (the
backend) and a second element (which you and I might have thought of
as the "name" but which Gnus calls the "address").  Some select
methods (the primary and foreign ones) also have "server names".  The
primary select method's name is "native", and a foreign method's name
is its key in gnus-server-alist.  Secondary select methods do not have
"server names".

gnus-server-to-method maps strings to select methods.  It accepts two
kinds of strings: server names, for methods that have them, and
"backend:address", for all methods.

gnus-method-to-server-name, despite the name, does not map methods to
server names.  It maps methods to server identifications as they would
appear in fully qualified group names - either "backend", if the
address is "", or "backend+address".

> Does this mean I can have two secondary servers with the same name (as
> long as the backend is different), but not two foreign servers with
> the same name?

You can have two servers of any kind with the same "address" if they
have different backends.  You cannot have two servers of any kind with
the same "name".  I think.

> Well, I tried to enter "nntp:quimby" (with quotes) after `G e' on the
> group, then I tried to enter the group -- no dice.  But with "quimby"
> (with quotes), it worked.

I think "nntp:quimby.gnus.org" would work, assuming "quimby.gnus.org"
is the second element of your select method.


paul


  reply	other threads:[~2001-09-02  4:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-01 19:06 Kai Großjohann
2001-09-01 19:39 ` Simon Josefsson
2001-09-01 21:59   ` Kai Großjohann
2001-09-02  4:54     ` Paul Jarc [this message]
2001-09-02 10:44       ` Kai Großjohann
2001-09-02 23:13         ` Paul Jarc
2001-09-03  8:23           ` Simon Josefsson
2001-09-03 14:17             ` Kai Großjohann
2001-09-03 23:04               ` Paul Jarc
2001-09-04 13:44                 ` Kai Großjohann
2001-09-05  0:55                   ` Paul Jarc
2001-09-04  0:05             ` Paul Jarc
2001-09-03 10:21           ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3ofounqdr.fsf@multivac.cwru.edu \
    --to=prj@po.cwru.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).