Gnus development mailing list
 help / color / mirror / Atom feed
From: soyeomul@doraji.xyz (황병희)
To: The Gnus <ding@gnus.org>
Subject: Re: nntp select method syntax
Date: Fri, 18 Sep 2020 19:45:01 +0900	[thread overview]
Message-ID: <yw9j5bmu87.fsf@vtywk.birch.chromebook> (raw)
In-Reply-To: <87wo0rzbqp.fsf@fedora.osfans.org> (Kevin Shell's message of "Fri, 18 Sep 2020 17:15:58 +0800")

Kevin Shell <kshell@gmx.com> writes:

> Hello list.
>
> What should be used for the second element of nntp select method?
> If I use (nntp "NAME" '((nntp-address "SERVER.DOMAIN.TLD"))),
> Gnus can't connect,
> if I use (nntp "SERVER.DOMAIN.TLD" ...),
> Gnus can connect with no problem.
>
> nnimap can use both name and domain with second element.

I don't know Emacs lisp, but following works fine with me.

#+BEGIN_SRC: emacs lisp (~/.gnus)
;;; ^Gmane_^))//
(setq gnus-select-method '(nntp "news.gmane.io"))

;;; Quimby -- Gnus Towers
(setq gnus-secondary-select-methods
      '((nntp "quimby"
	      (nntp-address "quimby.gnus.org"))))

;;; This was the Usenet.
(add-to-list 'gnus-secondary-select-methods
	     '(nntp "september"
		    (nntp-address "news.eternal-september.org")))
#+END_SRC

Sincerely, Gnus fan Byung-Hee

-- 
^고맙습니다 _布德天下_ 감사합니다_^))//


      parent reply	other threads:[~2020-09-18 10:46 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
2020-09-18 10:45 ` 황병희 [this message]

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=yw9j5bmu87.fsf@vtywk.birch.chromebook \
    --to=soyeomul@doraji.xyz \
    --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).