Gnus development mailing list
 help / color / mirror / Atom feed
From: Arnd Kohrs <kohrs@acm.org>
Subject: Re: Subscription Question
Date: 09 Aug 2000 14:24:09 +0200	[thread overview]
Message-ID: <xljem3yei6u.fsf@iceberg.i-did-not-set--mail-host-address--so-shoot-me> (raw)
In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Tue, 8 Aug 2000 18:40:44 +0200"

>>>>> "Kai" == Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:

    Kai> On 08 Aug 2000, Arnd Kohrs wrote:
    >>  Hi,
    >> 
    >> while fiddling with a self-made backend, I experience the
    >> following undesired behavior:
    >> 
    >> I have a server which is created in the server buffer and exposes
    >> like the following upon pressing "e":
    >> 
    >> (nntmf "fool.com" (nntmf-address "boards.fool.com"))
    >> 
    >> When I subscribe to a group on this server and edit this group's
    >> select method via "G e" i shows as follows:
    >> 
    >> (nntmf "fool.com" (nntmf-address "boards.fool.com"))
    >> 
    >> But this is undesired (and wrong I believe), and I actually would
    >> be happier with
    >> 
    >> (nntmf "fool.com")
    >> 
    >> (which is now achieved by editing the select method each time I
    >> subscribe to a new group)

    Kai> No, you certainly don't want (nntmf "foo.com").  I think you
    Kai> want "nntmf:fool.com".

Now I figured out why the groups get subscribed with the method instead
of the server-name.

When a group is subscribed to gnus-browse-unsubscribe-group call
gnus-method-simplify to transform the method to a server-name.  However,
this works only for methods listed in gnus-secondary-servers and NOT for
methods created in the server buffer.  Bug or feature?  This question is
beyond me - since there is too much gnus design philosophy involved.

I guess this is a bug and gnus-method-simplify should try to look also
in gnus-opened-servers to find a server-name but that probably creates
some problems for volatile servers.

My resolution for the moment: Define lasting methods in
gnus-secondary-select-methods (not in the server buffer) to avoid
trouble.

Cheers,
Arnd.


-- 
Arnd Kohrs  -  Institut Eurecom - http://www.eurecom.fr/~kohrs
              
The Active WebMuseum: Your personalized access to art paintings.
 Visit now ->  http://www.eurecom.fr/~kohrs/museum.html



  reply	other threads:[~2000-08-09 12:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-08 12:37 Arnd Kohrs
2000-08-08 16:40 ` Kai Großjohann
2000-08-09 12:24   ` Arnd Kohrs [this message]
2000-08-09 13:02     ` 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=xljem3yei6u.fsf@iceberg.i-did-not-set--mail-host-address--so-shoot-me \
    --to=kohrs@acm.org \
    /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).