help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus


From: Felix Dietrich
Subject: Re: gnus
Date: Fri, 19 Dec 2014 10:04:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]