Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Inactive groups got unshown by `l'
Date: Mon, 06 Sep 2010 16:55:22 +0900	[thread overview]
Message-ID: <b4mpqwrl311.fsf@jpl.org> (raw)

Hi,

I use the group level 1, 2 and 3 for the mail groups, the interesting
nntp groups, and the other nntp groups respectively.  Furthermore,
I use the level 4 for some foreign groups that take time to open.
I usually start Gnus as `C-u 2 M-x gnus', i.e., I usually read only
the mail groups and some news groups.  But when I want to read one
of the level 4 groups, I used to type `l' in the group buffer and
find it.  Now it doesn't work although the level is less than
`gnus-group-default-list-level'.  The server for those groups is not
shown in the server buffer.  I can use `L' instead of `l', or
the following advice.  But it's a bit inconvenient for me. :<

(defadvice gnus-group-prepare-flat (before list-all-groups activate)
  "Force list all groups."
  (unless (ad-get-arg 1)
    (ad-set-arg
     1
     (lambda (info)
       (<= (gnus-info-level info) (ad-get-arg 0))))))



             reply	other threads:[~2010-09-06  7:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-06  7:55 Katsumi Yamaoka [this message]
2010-09-06 20:26 ` Lars Magne Ingebrigtsen
2010-09-07  4:25   ` Katsumi Yamaoka
2010-09-07  5:07     ` Katsumi Yamaoka
2010-09-07 16:25       ` Lars Magne Ingebrigtsen
2010-09-07  5:48     ` Katsumi Yamaoka
2010-09-07  6:39       ` Katsumi Yamaoka
2010-09-07  7:09         ` Katsumi Yamaoka
2010-09-07  8:48           ` Lawrence Mitchell
2010-09-07 23:18             ` Katsumi Yamaoka
2010-09-07 16:26           ` Lars Magne Ingebrigtsen
2010-09-07 23:08             ` Katsumi Yamaoka
2010-09-09  6:10               ` Katsumi Yamaoka
2010-09-09 13:06                 ` Lars Magne Ingebrigtsen
2010-09-07 23:31         ` Katsumi Yamaoka
2010-09-07 16:24     ` Lars Magne Ingebrigtsen

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=b4mpqwrl311.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).