From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32735 Path: main.gmane.org!not-for-mail From: Torgny Nyblom Newsgroups: gmane.emacs.gnus.general Subject: Re: Suggestion for a view Date: 04 Oct 2000 07:22:16 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035168968 21449 80.91.224.250 (21 Oct 2002 02:56:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:56:08 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 578D1D051E for ; Wed, 4 Oct 2000 01:36:25 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id AAC00528; Wed, 4 Oct 2000 00:32:52 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 04 Oct 2000 00:32:03 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id AAA25939 for ; Wed, 4 Oct 2000 00:31:52 -0500 (CDT) Original-Received: from angel.algonet.se (angel.algonet.se [194.213.74.112]) by mailhost.sclp.com (Postfix) with SMTP id CDFFFD051E for ; Wed, 4 Oct 2000 01:32:11 -0400 (EDT) Original-Received: (qmail 4220 invoked from network); 4 Oct 2000 07:32:10 +0200 Original-Received: from delenn.tninet.se (HELO algonet.se) (195.100.94.104) by angel.algonet.se with SMTP; 4 Oct 2000 07:32:10 +0200 Original-Received: from nyblom.org.nyblom.org (du165-245.ppp.algonet.se [195.100.245.165]) by delenn.tninet.se (BLUETAIL Mail Robustifier 2.2.1) with ESMTP id 272352.637529.970delenn-s2 ; Wed, 04 Oct 2000 07:32:09 +0200 Original-To: Matti Koskimies In-Reply-To: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Canyonlands) Original-Lines: 62 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32735 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32735 Matti Koskimies writes: > I would like to suggest an additional choice of view to Gnus which I think > would provide a nice hierarchical selection. The view would consist of > three windows, with the following layout: > > _____________________ > | | | > | Headers | Groups | > |__________|__________| > | | > | | > | Selected mail | > | contents | > |_____________________| Try adding this to .gnus. I know there's a bug in this I just don't remember were. ;;:*================================ ;;:* Window layout ;;:*================================ ;;:* Make gnus display it's windows in a Forté Agent ;;:* kind of way: ;;:* --------------------------- ;;:* | G | Summary | ;;:* | r |-----------------| ;;:* | o | | ;;:* | u | Article | ;;:* | p | | ;;:* --------------------------- ;;:*====== ;;:* There is some kind of bug in this.. (setq gnus-use-full-window t) ; Use the entire frame (setq gnus-always-force-window-configuration t) ; Force the window conf I want (gnus-add-configuration '(article ; Forté Agent like window style... (horizontal 0.20 (group 0.25) (vertical 1.0 (summary 0.30 point) (article 1.0)))) ) (gnus-add-configuration '(summary (horizontal 0.20 (group 0.25) (vertical 1.0 (summary 0.30 point) (article 1.0)))) ) (gnus-add-configuration '(group (horizontal 0.20 (group 0.25 point) (vertical 1.0 (summary 0.30) (article 1.0))))) -- Torgny Nyblom | torgny@linux.nu | +46 (0)709 987246