Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: Gerard Lally <gerard@netmail.ie>
Cc: ding@gnus.org
Subject: Re: Window layout: 3-pane horizontal arrangement
Date: Mon, 18 Feb 2013 08:25:46 +0900	[thread overview]
Message-ID: <b4mliam5xqd.fsf@jpl.org> (raw)
In-Reply-To: <20130217203711.A902.C7D3E590@netmail.ie>

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.



  reply	other threads:[~2013-02-17 23:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-17 20:37 Gerard Lally
2013-02-17 23:25 ` Katsumi Yamaoka [this message]
2013-02-17 23:35   ` Gerard Lally
2013-02-17 23:53   ` Katsumi Yamaoka
2013-02-18  0:10     ` Gerard Lally

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mliam5xqd.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    --cc=gerard@netmail.ie \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).