Gnus development mailing list
 help / color / mirror / Atom feed
* Window layout: 3-pane horizontal arrangement
@ 2013-02-17 20:37 Gerard Lally
  2013-02-17 23:25 ` Katsumi Yamaoka
  0 siblings, 1 reply; 5+ messages in thread
From: Gerard Lally @ 2013-02-17 20:37 UTC (permalink / raw)
  To: myself

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>




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-18  0:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-17 20:37 Window layout: 3-pane horizontal arrangement Gerard Lally
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

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