Gnus development mailing list
 help / color / mirror / Atom feed
* Inactive groups got unshown by `l'
@ 2010-09-06  7:55 Katsumi Yamaoka
  2010-09-06 20:26 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 16+ messages in thread
From: Katsumi Yamaoka @ 2010-09-06  7:55 UTC (permalink / raw)
  To: ding

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))))))



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-09-09 13:06 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-06  7:55 Inactive groups got unshown by `l' Katsumi Yamaoka
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

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