all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Dietrich <felix.dietrich@sperrhaken.name>
To: help-gnu-emacs@gnu.org
Subject: Re: gnus
Date: Fri, 19 Dec 2014 10:04:02 +0100	[thread overview]
Message-ID: <87h9ws3ta5.fsf@sperrhaken.name> (raw)
In-Reply-To: mailman.16461.1418950771.1147.help-gnu-emacs@gnu.org

Christopher Reichert <creichert07@gmail.com> writes:

> On Thu, Dec 18 2014, igor denisov <saufesma@gmail.com> wrote:
>> Hi there,
>> I have this error after issuing M-x gnus:
>> nntp (news) open error >>>(error Unknown host "news")
>> native gnus.el is used.
>>
>
> Is the news source a valid nntp source? Can you paste the relevant
> contents of your ~/.gnus?

That would indeed be useful.

> For example, I use:

>     (setq gnus-secondary-select-methods
>         (nntp "news.gmane.org"
>               (nntp-stream ssl)
>               (nntp-server-port 563))))

The example is missing a quote and is closing one more bracket than it
should.  Also I could not find `nntp-stream' and `nntp-server-port' in
(info "gnus"); and in my configuration I actually use `nntp-port-number'
and `nntp-open-connection-function' set to `nntp-open-ssl-stream'.

     (setq gnus-secondary-select-methods
         '(nntp "news.gmane.org"
                (nntp-open-connection-function nntp-open-ssl-stream)
                (nntp-port-number 563)))

--
Felix Dietrich



  parent reply	other threads:[~2014-12-19  9:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-18 17:35 gnus igor denisov
2014-12-19  0:59 ` gnus Christopher Reichert
     [not found] ` <mailman.16461.1418950771.1147.help-gnu-emacs@gnu.org>
2014-12-19  9:04   ` Felix Dietrich [this message]
2014-12-29  3:56     ` gnus Emanuel Berg
2015-01-25  2:17       ` gnus Lars Magne Ingebrigtsen
     [not found] <mailman.16434.1418925226.1147.help-gnu-emacs@gnu.org>
2014-12-29  3:50 ` gnus Emanuel Berg
  -- strict thread matches above, loose matches on Subject: below --
2006-12-29 15:49 gnus Sean Sieger

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=87h9ws3ta5.fsf@sperrhaken.name \
    --to=felix.dietrich@sperrhaken.name \
    --cc=help-gnu-emacs@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.