Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Shell <kshell@gmx.com>
To: ding@gnus.org
Subject: Re: nntp select method syntax
Date: Fri, 18 Sep 2020 18:53:26 +0800	[thread overview]
Message-ID: <874knvpd95.fsf@fedora.osfans.org> (raw)
In-Reply-To: <87zh5nzbbb.fsf@tullinup.koldfront.dk>

Adam Sjøgren <asjo@koldfront.dk> writes:

> Kevin writes:
>
>> What should be used for the second element of nntp select method?
>> If I use (nntp "NAME" '((nntp-address "SERVER.DOMAIN.TLD"))),
>
> You got the syntax wrong. Try removing '( ), i.e.:
>
>   (nntp "NAME" (nntp-address "SERVER.DOMAIN.TLD"))
>
> For example, one of my secondary select methods looks like this:
>
>   (nntp "fb"
>         (nntp-open-connection-function nntp-open-tls-stream)
>         (nntp-port-number 563)
>         (nntp-address "feedbase.org"))
>
>
>   Best regards,
>
>     Adam

Fixed it.
:-) Thanks.
Don't discover the nntp variables are in multiple lists.



  reply	other threads:[~2020-09-18 10:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-18  9:15 Kevin Shell
2020-09-18  9:25 ` Adam Sjøgren
2020-09-18 10:53   ` Kevin Shell [this message]
2020-09-18 10:45 ` 황병희

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=874knvpd95.fsf@fedora.osfans.org \
    --to=kshell@gmx.com \
    --cc=ding@gnus.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).