From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15752 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.gnus.user Subject: Re: GNUS hide group from *Group* buffer when there no unread messages... Date: Tue, 28 Aug 2012 13:01:25 +0100 Message-ID: References: <87obmdkf2q.fsf@gavenkoa.example.com> <87r4r96cq5.fsf@topper.koldfront.dk> <87lihhd3be.fsf@ericabrahamsen.net> <878vd4l4mj.fsf@gavenkoa.example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1346155311 18459 80.91.229.3 (28 Aug 2012 12:01:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Aug 2012 12:01:51 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Aug 28 14:01:53 2012 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T6KUR-0005aM-H7 for gegu-info-gnus-english@m.gmane.org; Tue, 28 Aug 2012 14:01:51 +0200 Original-Received: from localhost ([::1]:40839 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6KUP-00074m-Gb for gegu-info-gnus-english@m.gmane.org; Tue, 28 Aug 2012 08:01:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6KUJ-0006pe-DK for info-gnus-english@gnu.org; Tue, 28 Aug 2012 08:01:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6KUD-000852-Jz for info-gnus-english@gnu.org; Tue, 28 Aug 2012 08:01:43 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:38616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6KUD-00084t-Df for info-gnus-english@gnu.org; Tue, 28 Aug 2012 08:01:37 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T6KUD-0005Ql-1x for info-gnus-english@gnu.org; Tue, 28 Aug 2012 14:01:37 +0200 Original-Received: from uk.solarflare.com ([193.34.186.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Aug 2012 14:01:37 +0200 Original-Received: from andrewjmoreton by uk.solarflare.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Aug 2012 14:01:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: uk.solarflare.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (windows-nt) Cancel-Lock: sha1:bqyN6ubYf2GlYdR5BhqlEwUDuT8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:15752 Archived-At: On Fri 24 Aug 2012, Oleksandr Gavenko wrote: > On 2012-08-14, Eric Abrahamsen wrote: >> And 'j' for `gnus-group-jump-to-group' will find any group, visible or >> not! This is my main method for *Group* buffer navigation, and for your >> exact use-case: 'j' to find a group, then 'C-u a' to compose a message >> to it. >> > Thanks for explaining of your workflow. I try it but seems that I need to use > ido completion or something similar as default completion require entering > many symbols and TAB pressing, for this: > > nntp+news.gmane.org-ephemeral:gmane.emacs.gnus.user > nntp+news.gmane.org:gmane.comp.window-managers.fvwm > nntp+news.gmane.org:gmane.emacs.help > > TAB : TAB e TAB RET > > As I avoid using IDO-mode until have time to learn it dipper I still use such > approach: C-s KEYWORD and C-s C-s ... as many time until find looked group in > *Groups* buffer. > > That's why I look (and still look!!) for way to prevent hiding groups with > zero unread articles. Try this: (setq gnus-permanently-visible-groups ".*") and if you use topics: (setq gnus-topic-display-empty-topics t) HTH AndyM