From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45485 Path: main.gmane.org!not-for-mail From: Boris DAIX Newsgroups: gmane.emacs.gnus.general Subject: Re: [Newbe] Few questions... Date: Tue, 02 Jul 2002 13:14:30 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87ofdqjsa1.fsf@Pulsar.resI.insa-lyon.fr> References: <87it3yh2ek.fsf@Pulsar.resI.insa-lyon.fr> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1025608290 32505 127.0.0.1 (2 Jul 2002 11:11:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 2 Jul 2002 11:11:30 +0000 (UTC) Cc: Boris DAIX , ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17PLZB-0008SA-00 for ; Tue, 02 Jul 2002 13:11:30 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17PLZG-0006lU-00; Tue, 02 Jul 2002 06:11:34 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 02 Jul 2002 06:11:54 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id GAA06662 for ; Tue, 2 Jul 2002 06:11:43 -0500 (CDT) Original-Received: (qmail 10651 invoked by alias); 2 Jul 2002 11:11:17 -0000 Original-Received: (qmail 10646 invoked from network); 2 Jul 2002 11:11:17 -0000 Original-Received: from ifaedi.insa-lyon.fr (134.214.104.16) by gnus.org with SMTP; 2 Jul 2002 11:11:17 -0000 Original-Received: from Pulsar.resI.insa-lyon.fr (I425.resI.insa-lyon.fr [134.214.164.228]) by ifaedi.insa-lyon.fr (Postfix) with ESMTP id 93A0FE016; Tue, 2 Jul 2002 13:06:00 +0200 (CEST) Original-Received: from bdaix by Pulsar.resI.insa-lyon.fr with local (Exim 3.35 #1 (Debian)) id 17PLc6-0000KW-00; Tue, 02 Jul 2002 13:14:30 +0200 Original-To: Niklas Morberg In-Reply-To: (Niklas Morberg's message of "Tue, 02 Jul 2002 12:42:51 +0200") Original-Lines: 66 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45485 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45485 Niklas Morberg writes: > Boris DAIX writes: > >> - How to get T H effect ON when I go in Group and Summary buffers >> without to have to type it once (I'd prefer hiding empty groups >> and threads by default - I use topics in group >> buffer) ? > > Add this to your .gnus.el file: > > (setq gnus-thread-hide-subtree t) So this is for summary buffer. It works, but seams not to be equivalent to 'T H' (or it takes effect only on a part of summary) > To find information about threads, use the built-in info reader > in emacs like this: > > `C-h i m gnus [RET] i thread [RET]' > > (C-h means to press CTRL and h simultaneously.) > > Read more on the subject by pressing [SPACE]. Ok >> - How to get subject and author inversed in summary buffer (my >> gnus-summary-line-format is the default for the moment but it >> doesn't contain what I would like to switch...) ? > > Again, info is your friend: > > `C-h i m gnus [RET] i gnus-summary-line-format [RET] ,' > > (The `,' is used to move between index search results.) > >> - Why drafts shown in my group buffer can't be hidden if I read >> them/mark them expirable and run the expire process on this group >> (the group comes to 0 articles, but if I make g it comes back >> like if there were new drafts) ? > > You can't mark articles in the nndraft group as read, all > articles are permanently unread. Use `B [DEL]' if you want > to delete drafts. This works fine. >> - When I initially launch gnus, how to see all NGs on server (A z, >> A k, A l with n=1,2,3 don't show me anything except new NGs >> (one or two of them) with A z) without to do B nntp >> > Gnus only shows subscribed newsgroups with new messages. To > see all subscribed newsgroups press `L'. Does this do what > you want? No, I'd like to get all available NGs on my default nntp server without to use 'B' in group buffer. I don't know if it's even possible... > > Niklas Boris