[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 154,128k download!
From: |
Teemu Likonen |
Subject: |
Re: 154,128k download! |
Date: |
Fri, 16 Oct 2015 21:18:47 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5.50 (gnu/linux) |
Sharon Kimble [2015-10-16 19:00:39+01] wrote:
> (add-to-list 'gnus-secondary-select-methods
> '(nntp "news.gmane.org"
> '(nntp "news.gwene.org")
> '(nntp "nntp.aioe.org")
> '(nntp "news.eternal-september.org")
> (nntp-open-connection-function nntp-open-tls-stream)
> (nntp-port-number 563)))
That's so wrong. Here's the same thing indented correctly so you can
probably see what's wrong:
(add-to-list 'gnus-secondary-select-methods
'(nntp "news.gmane.org"
'(nntp "news.gwene.org")
'(nntp "nntp.aioe.org")
'(nntp "news.eternal-september.org")
(nntp-open-connection-function nntp-open-tls-stream)
(nntp-port-number 563)))
I _guess_ you want this:
(add-to-list 'gnus-secondary-select-methods
'(nntp "news.gmane.org"))
(add-to-list 'gnus-secondary-select-methods
'(nntp "news.gwene.org"))
(add-to-list 'gnus-secondary-select-methods
'(nntp "nntp.aioe.org"))
(add-to-list 'gnus-secondary-select-methods
'(nntp "news.eternal-september.org"
(nntp-open-connection-function nntp-open-tls-stream)
(nntp-port-number 563)))
signature.asc
Description: PGP signature