From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4778 Path: main.gmane.org!not-for-mail From: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) Newsgroups: gmane.emacs.gnus.general Subject: Re: trees are cool, but sometimes they're more cool than other times Date: 17 Jan 1996 20:36:32 +0100 Organization: Dept. of Informatics, University of Oslo, Norway Sender: larsi@ifi.uio.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145477 30779 80.91.224.250 (20 Oct 2002 20:24:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:24:37 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.7.3/8.6.9) with SMTP id MAA05235 for ; Wed, 17 Jan 1996 12:25:40 -0800 Original-Received: from surt.ifi.uio.no (4867@surt.ifi.uio.no [129.240.76.2]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 17 Jan 1996 20:36:34 +0100 Original-Received: (from larsi@localhost) by surt.ifi.uio.no ; Wed, 17 Jan 1996 20:36:33 +0100 Original-To: ding@ifi.uio.no In-Reply-To: gsstark@MIT.EDU's message of 17 Jan 1996 11:11:29 -0500 Original-Lines: 44 Xref: main.gmane.org gmane.emacs.gnus.general:4778 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4778 gsstark@MIT.EDU (Greg Stark) writes: > Hmm, Lars, it would be nice if I could specify that if the tree was just one > or two articles long to just hide the tree buffer. I think that might be even more confusing than it currently is... > Hmm, does anyone have any good way to vary the window configuration based on > the group or other characteristics? Note that I don't think this would be a > good replacement for the above suggestion. I'm thinking I may want only the > tree in some buffers and only the summary in others. You can add random elisp forms to the buffer configuration. This is the default value of the `article' config: (gnus-add-configuration '(article (cond (gnus-use-picons '(frame 1.0 (vertical 1.0 (summary 0.25 point) (if gnus-carpal '(summary-carpal 4)) (article 1.0)) (vertical '((height . 5) (width . 15) (user-position . t) (left . -1) (top . 1)) (picons 1.0)))) (gnus-use-trees '(vertical 1.0 (summary 0.25 point) (tree 0.25) (article 1.0))) (t '(vertical 1.0 (summary 0.25 point) (if gnus-carpal '(summary-carpal 4)) (if gnus-use-trees '(tree 0.25)) (article 1.0))))) Just add checks for group names (or whatever). Go wild. :-) -- Home is where the cat is.