info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUS hide group from *Group* buffer when there no unread messages...


From: XeCycle
Subject: Re: GNUS hide group from *Group* buffer when there no unread messages...
Date: Wed, 15 Aug 2012 15:03:14 +0800
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Oleksandr Gavenko <gavenkoa@gmail.com> writes:

> If I want to post to some group I firstly enter to it and press 'a' in
> *Summary* buffer.

You can C-u a on that group, without entering it.

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

-- 
Carl Lei (XeCycle)
Department of Physics, Shanghai Jiao Tong University
OpenPGP public key: 7795E591
Fingerprint: 1FB6 7F1F D45D F681 C845 27F7 8D71 8EC4 7795 E591




reply via email to

[Prev in Thread] Current Thread [Next in Thread]