From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7748 Path: news.gmane.org!not-for-mail From: Hadron Quark Newsgroups: gmane.emacs.gnus.user Subject: Re: subscribed groups Date: Wed, 02 Aug 2006 16:51:13 +0200 Message-ID: <87hd0v2ntq.fsf@mail.com> References: <87irlb2zat.fsf@mail.com> <87zmenmmko.fsf@topper.koldfront.dk> <87ejvzbb55.fsf@mail.com> <877j1rpaw5.fsf@topper.koldfront.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1154533378 20471 80.91.229.2 (2 Aug 2006 15:42:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Aug 2006 15:42:58 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Aug 02 17:42:54 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G8IrB-0001zE-I1 for gegu-info-gnus-english@m.gmane.org; Wed, 02 Aug 2006 17:42:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G8IrB-0005Sx-2W for gegu-info-gnus-english@m.gmane.org; Wed, 02 Aug 2006 11:42:01 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 53 Original-X-Trace: individual.net /LNjuc4F85n1qPqGExYN+g0s357bHFKiZ4bRMmks25PWtUbxrT X-Orig-Path: news.ibm.net!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:AGHc4udRJp+NQNAUesWaLSV1/hA= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77932 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 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: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7748 Archived-At: asjo@koldfront.dk (Adam Sjøgren) writes: > On Wed, 02 Aug 2006 14:00:22 +0200, Hadron wrote: > >>> Press 'L' in your *Group*-buffer? > >> That also shows unsubscribed groups like this: > > Oh, yeah. I didn't think of those. > >>> See "Listing Groups" in the "Group Buffer" part of manual: >>> > >> I want normal "l" mode to show groups with 0 unread. > > So, did you try setting gnus-permanently-visible-groups as indicated > at the bottom of the "Listing Groups"-node? > > I.e. setting: > > (setq gnus-permanently-visible-groups ".*") > > ? Thats the one. I missed it. Sometimes I cant see the wood for the trees because there are too many customisible variables :( > >>>> In addition, how to hilite threads which I have contributed to? > >>> See "Followups To Yourself" in the "Scoring" part of the manual: >>> > >>>> thanks for any pointers, and sorry if the obvious is well documented but >>>> I couldnt find it. > >>> Where did you look? > >> Same place as you. > > So the "Followups To Yourself"-node was what you wanted for the second > question? Thanks for being patient : again, thats the one I hope. (add-hook 'message-sent-hook 'gnus-score-followup-article) (add-hook 'message-sent-hook 'gnus-score-followup-thread) in my .gnus.el cheers.