Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tassilo Horn <tsdh@gnu.org>
To: info-gnus-english@gnu.org
Subject: Re: Sometimes problem when posting to aioe
Date: Thu, 25 Oct 2012 17:13:57 +0200	[thread overview]
Message-ID: <87ehkm8tze.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: <87bofqkdw7.fsf@Compaq.site>

Cecil Westerhof <Cecil@decebal.nl> writes:

> I use the aioe newsserver. Sometimes I get:
>     nntp (news.aioe.org) open error: ''.  Continue? (y or n)
>
> The only way to keep reading and sending news is to change:
>     (setq gnus-select-method '(nntp "news.aioe.org"))
> to:
>     (setq gnus-select-method '(nntp "nntp.aioe.org"))

So news.aioe.org redirects to nntp.aioe.org, but that's sometimes
broken?

> This works with one very important hitch: I lose all my marks.

You should have separated the server name from its address:

  (setq gnus-select-method '(nntp "aioe.org"
                              (nntp-address "news.aioe.org")))

Then the server name was aioe.org (and that's important for marks and
stuff), and you could always change the nntp-address.  It'll still be
the same server, and all marks would still work.

But thinking about it, you should be able to use

    (setq gnus-select-method '(nntp "news.aioe.org"
                                (nntp-address "nntp.aioe.org")))

Then your server's still called news.aioe.org, but the address is the
(hopefully) reliable nntp.aioe.org.

Bye,
Tassilo

  parent reply	other threads:[~2012-10-25 15:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-25 11:08 Cecil Westerhof
2012-10-25 11:26 ` Cecil Westerhof
2012-10-25 15:13 ` Tassilo Horn [this message]
     [not found] ` <mailman.11688.1351178072.855.info-gnus-english@gnu.org>
2012-10-25 15:30   ` John Hasler
2012-10-25 21:07   ` Cecil Westerhof
2012-10-26  4:25     ` William Gardella
2012-11-03 20:14 ` Winston
2012-11-04 19:28   ` Winston

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=87ehkm8tze.fsf@thinkpad.tsdh.de \
    --to=tsdh@gnu.org \
    --cc=info-gnus-english@gnu.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).