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:53:11 +0900	[thread overview]
Message-ID: <b4msj4ujy54.fsf@jpl.org> (raw)
In-Reply-To: <b4mliam5xqd.fsf@jpl.org>

Katsumi Yamaoka wrote:
> How is this?

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

The recommended way the Gnus Info manual says seems to be:

--8<---------------cut here---------------start------------->8---
(require 'gnus-win)
(gnus-add-configuration
 '(summary (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---



  parent reply	other threads:[~2013-02-17 23:53 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
2013-02-17 23:53   ` Katsumi Yamaoka [this message]
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=b4msj4ujy54.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).