Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: info-gnus-english@gnu.org
Subject: Re: How to use Gnus to read newsgroup like gnu.emacs.gnus?
Date: Wed, 16 Jul 2014 02:31:22 +0200	[thread overview]
Message-ID: <87mwca9mat.fsf@debian.uxu> (raw)
In-Reply-To: <mailman.5470.1405449131.1147.info-gnus-english@gnu.org>

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

> (add-to-list
> 'gnus-secondary-select-methods '(nntp "news.gmane.org")
> (nntp "nntp.aioe.org") '(nntp "news.gnus.org"))
>
> So how can I add it then please?

What? :) Why are you asking me that?

What I can see `add-to-list' doesn't work like that,
for an arbitrary number of elements.

Like: (+ 1 2 3) - that works. But:

(setq         some-list '((1 2)))      ; ((1 2)), but...
(add-to-list 'some-list '(3 4) '(5 6)) ; ... is ((1 2) (3 4)),
                                       ; not ((1 2) (3 4) (5 6))

But OK: I never use those `add-to-list', `add-hook',
etc. - I just `setq' once, plain and simple and much
easier to not get confused, as you only set things
once. If you wish to be careful, check the variable's
value first. If it is empty (as is often the case),
just set it to whatever you want safe and sound. If it
isn't empty, and you deem the contents to be of value,
just include it when you set it yourself.

So for me it looks like this:

(setq gnus-select-method '(nntp "Aioe.org"))

(setq gnus-secondary-select-methods '((nnml "")) )

The first one is for nntp/news/posts/Usenet, the second
is for nnml/mails.

> The other two links work, so why doesn'tthe last one?
> If I use "news.gnus.org" as the url it takes me to a
> index page with a graphic on it of various sites in a
> rather spiffing looking graphic! So I'm puzzled.

You get a new Gnus with a new Emacs. Of course, you can
get the latest source and compile it - but probably it
is better to use your OS's (distro's) package manager
to upgrade Emacs. The improvements are subtle most of
the time, say you have Emacs 24 now, when 25 gets out,
upgrade, something like that is sensible and enough for
almost all users, I'd say.

> My idea was that I would be able to get advance
> information when a new gnus and emacs are released,
> but maybe I could get that information elsewhere?

What about the Emacs and Gnus homepages?

-- 
underground experts united

  parent reply	other threads:[~2014-07-16  0:31 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
     [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 [this message]
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=87mwca9mat.fsf@debian.uxu \
    --to=embe8573@student.uu.se \
    --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).