Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: Fetching news/mail for one specific level only.
Date: Thu, 02 Aug 2012 14:54:46 +0900	[thread overview]
Message-ID: <b4mpq79zvmh.fsf@jpl.org> (raw)
In-Reply-To: <ik6292qu4q.fsf@news.eternal-september.org>

Richard Riley wrote:
> No doubt its documented but .. ;)

The OP only posted a patch to the codes with no UI:

http://article.gmane.org/gmane.emacs.gnus.general/80457

So, I guessed he possibly binds `g' to his custom function that
uses the revised Gnus code.

[...]

> How do I *only* fetch from level 5 and not the levels lower?

This works, but I'm not sure it's the best:

(defadvice gnus-group-get-new-news (before only-one-level
					   (&optional arg one-level)
					   activate)
  "Make it work for only the specified level."
  (if arg (setq one-level t)))



  reply	other threads:[~2012-08-02  5:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-01 19:39 Richard Riley
2012-08-02  5:54 ` Katsumi Yamaoka [this message]
2012-08-03 11:19   ` Peter Münster

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=b4mpq79zvmh.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.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).