Gnus development mailing list
 help / color / mirror / Atom feed
From: Gerard Lally <gerard@netmail.ie>
To: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: Window layout: 3-pane horizontal arrangement
Date: Sun, 17 Feb 2013 23:35:59 GMT	[thread overview]
Message-ID: <20130217233555.A914.C7D3E590@netmail.ie> (raw)
In-Reply-To: <b4mliam5xqd.fsf@jpl.org>

On Mon, 18 Feb 2013 08:25:46 +0900
Katsumi Yamaoka <yamaoka@jpl.org> wrote:
> 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.

Thank you, thank you, thank you!

:)

-- 
Gerard Lally <gerard@netmail.ie>




  reply	other threads:[~2013-02-17 23:35 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
2013-02-17 23:35   ` Gerard Lally [this message]
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=20130217233555.A914.C7D3E590@netmail.ie \
    --to=gerard@netmail.ie \
    --cc=ding@gnus.org \
    --cc=yamaoka@jpl.org \
    /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).