Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* GNUS hide group from *Group* buffer when there no unread messages...
@ 2012-08-14  9:17 Oleksandr Gavenko
  2012-08-14  9:26 ` Oleksandr Gavenko
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Oleksandr Gavenko @ 2012-08-14  9:17 UTC (permalink / raw)
  To: info-gnus-english

If I want to post to some group I firstly enter to it and press 'a' in
*Summary* buffer. Why? Just because I simple don't remember full group names.
Only some part of names which I look by C-s in *Group* buffer until not find
desired group...

But GNUS hide groups from *Group* buffer when there no unread messages...

After reading "C-h m" I found command to show it back by:

  A u

but it show all groups (killed, etc)

So I read this file lisp/gnus/gnus-group.el and make such solution:

  (eval-after-load 'gnus-group
    '(progn
       (define-key gnus-group-mode-map (kbd "l")
         (lambda nil (interactive) (gnus-group-list-groups gnus-level-subscribed t)))
       ))

Default key binding "l" make same but invoke:

  (gnus-group-list-groups gnus-level-subscribed nil)

-- 
Best regards!

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

end of thread, other threads:[~2012-09-09 19:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-14  9:17 GNUS hide group from *Group* buffer when there no unread messages Oleksandr Gavenko
2012-08-14  9:26 ` Oleksandr Gavenko
2012-08-14  9:32 ` Adam Sjøgren
2012-08-14 13:13   ` Eric Abrahamsen
2012-08-14 14:44     ` Kevin Brubeck Unhammer
2012-08-15  3:10       ` Eric Abrahamsen
2012-08-15  6:12         ` Kevin Brubeck Unhammer
2012-08-24 14:57     ` Oleksandr Gavenko
2012-08-28 12:01       ` Andy Moreton
2012-08-30 10:12         ` Oleksandr Gavenko
     [not found]         ` <mailman.7811.1346321591.855.info-gnus-english@gnu.org>
2012-09-07 17:27           ` Randal L. Schwartz
2012-09-09 19:04             ` Lars Ingebrigtsen
2012-08-24 17:10   ` Oleksandr Gavenko
2012-08-15  7:03 ` XeCycle

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