Gnus development mailing list
 help / color / mirror / Atom feed
From: Gerard Lally <gerard@netmail.ie>
To: myself@netmail.ie
Subject: Window layout: 3-pane horizontal arrangement
Date: Sun, 17 Feb 2013 20:37:13 GMT	[thread overview]
Message-ID: <20130217203711.A902.C7D3E590@netmail.ie> (raw)

Hi,

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))))

How do I achieve the same result in console Emacs?

Thank you

-- 
Gerard Lally <gerard@netmail.ie>




             reply	other threads:[~2013-02-17 20:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-17 20:37 Gerard Lally [this message]
2013-02-17 23:25 ` Katsumi Yamaoka
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=20130217203711.A902.C7D3E590@netmail.ie \
    --to=gerard@netmail.ie \
    --cc=myself@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).