From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82910 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Window layout: 3-pane horizontal arrangement Date: Mon, 18 Feb 2013 08:25:46 +0900 Organization: Emacsen advocacy group Message-ID: References: <20130217203711.A902.C7D3E590@netmail.ie> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1361143597 17812 80.91.229.3 (17 Feb 2013 23:26:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Feb 2013 23:26:37 +0000 (UTC) Cc: ding@gnus.org To: Gerard Lally Original-X-From: ding-owner+M31176@lists.math.uh.edu Mon Feb 18 00:26:59 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U7DdH-0007OB-Vx for ding-account@gmane.org; Mon, 18 Feb 2013 00:26:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1U7DcT-0006Fk-OP; Sun, 17 Feb 2013 17:26:05 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1U7DcR-0006FW-TP for ding@lists.math.uh.edu; Sun, 17 Feb 2013 17:26:03 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1U7DcQ-00016S-LA for ding@lists.math.uh.edu; Sun, 17 Feb 2013 17:26:03 -0600 Original-Received: from mail-hampton.hostforweb.net ([216.246.13.138] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1U7DcO-0007di-Ny for ding@gnus.org; Mon, 18 Feb 2013 00:26:00 +0100 Original-Received: from localhost ([127.0.0.1]:38092) by hampton.hostforweb.net with smtp (Exim 4.80) (envelope-from ) id 1U7DcG-002Aru-A1; Sun, 17 Feb 2013 17:25:52 -0600 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130006 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.6) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:vynulu5YWZDc3EfMOw3cfNOwomU= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: root X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.8 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.4975 Ham tokens: 0.000-2173--12601h-0s--0d--H*u:Emacs, 0.000-570--3304h-0s--0d--H*u:Gnus, 0.000-175--1012h-0s--0d--H*f:sk:2013021, 0.000-43--248h-0s--1d--emacs, 0.000-2100--12198h-3s--0d--H*M:fsf Spam tokens: 0.992-3114--139h-16921s--0d--H*r:quimby.gnus.org, 0.988-2869--214h-16037s--0d--H*Ad:D*gnus.org, 0.987-3105--244h-17417s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.987-3105--244h-17417s--0d--H*RU:quimby.gnus.org, 0.987-1--0h-1s--0d--H*RU:sk:hampton Autolearn status: ham 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4975] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82910 Archived-At: Gerard Lally wrote: > I would like to have the following arrangement for reading mail and > news: > --------------------------------------- > |GROUP 20% |SUMMARY 40% | ARTICLE 40% | > | | | | > | | | | > --------------------------------------- > I can do this in Windows Emacs with the following: > (gnus-configure-frame > '(horizontal 1.0 > (vertical 0.20 > (group 1.0)) > (vertical 0.40 > (article 1.0)) > (vertical 1.0 > (article 1.0)))) Really you can do it? Maybe what you want to do is to modify the summary window configuration. How is this? --8<---------------cut here---------------start------------->8--- (require 'gnus-win) (setcdr (assq 'summary gnus-buffer-configuration) '((horizontal 1.0 (vertical 0.20 (group 1.0)) (vertical 0.40 (summary 1.0 point)) (vertical 1.0 (article 1.0))))) --8<---------------cut here---------------end--------------->8--- > How do I achieve the same result in console Emacs? The window layout control should work regardless of the console type, I believe.