info-gnus-english
[Top][All Lists]
Advanced

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

Re: How to use Gnus to read newsgroup like gnu.emacs.gnus?


From: Adam Sjøgren
Subject: Re: How to use Gnus to read newsgroup like gnu.emacs.gnus?
Date: Tue, 15 Jul 2014 20:44:27 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3.50 (gnu/linux)

Sharon Kimble <boudiccas@skimble.plus.com> writes:

> I've tried -
> (add-to-list 'gnus-secondary-select-methods
>                        '(nntp "news.gmane.org")
>                        '(nntp "nntp.aioe.org")
>                        '(nntp "news.gnus.org"))
>
> but its failing saying -

Here is the documentation of add-to-list:

,----[ C-h f add-to-list RET ]
| add-to-list is a compiled Lisp function in `subr.el'.
| 
| (add-to-list LIST-VAR ELEMENT &optional APPEND COMPARE-FN)
| 
| This function has a compiler macro.
| 
| Add ELEMENT to the value of LIST-VAR if it isn't there yet.
| The test for presence of ELEMENT is done with `equal',
| or with COMPARE-FN if that's non-nil.
| If ELEMENT is added, it is added at the beginning of the list,
| unless the optional argument APPEND is non-nil, in which case
| ELEMENT is added at the end.
| 
| The return value is the new value of LIST-VAR.
`----

Note what arguments the function takes, and what arguments you are
calling it with.

Then look at the error again:

> ╭────
> │Wrote /home/boudiccas/.gnus.el
> │add-to-list: Invalid function: (nntp "news.gnus.org")
> ╰────

Can you see what might be happening, please?


  Best regards,

    Adam

-- 
 "Fader eg må be om undskyldning                              Adam Sjøgren
  Det er min feil at Tony er pakkt in i presenning"      asjo@koldfront.dk




reply via email to

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