Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: asjo@koldfront.dk (Adam Sjøgren)
To: info-gnus-english@gnu.org
Subject: Re: How to use Gnus to read newsgroup like gnu.emacs.gnus?
Date: Tue, 15 Jul 2014 20:44:27 +0200	[thread overview]
Message-ID: <87r41mcvhw.fsf@topper.koldfront.dk> (raw)
In-Reply-To: <87a98atqwa.fsf@skimble.plus.com>

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


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2014-07-15 18:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-14 18:01 tuhdo1710
2014-07-15  8:37 ` David Hume
     [not found]   ` <7z1ttn0znd.fsf@example.com>
2014-07-15 16:10     ` Emanuel Berg
2014-07-15 18:31       ` Sharon Kimble
2014-07-15 18:44         ` Adam Sjøgren [this message]
     [not found]         ` <mailman.5473.1405449894.1147.info-gnus-english@gnu.org>
2014-07-16  0:34           ` Emanuel Berg
2014-07-15 18:39       ` Adam Sjøgren
     [not found]       ` <mailman.5470.1405449131.1147.info-gnus-english@gnu.org>
2014-07-16  0:31         ` Emanuel Berg
2014-07-15 19:01   ` SlackRat

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=87r41mcvhw.fsf@topper.koldfront.dk \
    --to=asjo@koldfront.dk \
    --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).