info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to adjust the windows configuration?


From: Dimitri Fontaine
Subject: Re: How to adjust the windows configuration?
Date: Mon, 31 Aug 2009 15:29:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin)

DekuDekuplex@Yahoo.com (Benjamin L. Russell) writes:

> Could somebody please describe how to customize the windows
> configuration to a three-panel layout with the group buffer on the
> *upper*-left, the summary buffer on the top-right, and the article
> buffer on the *bottom*, given the following code?

Here's what I have, not sure it is even adapted from the manual:

(gnus-add-configuration
 '(article
   (vertical 1.0
             (horizontal 8
                         (group 50)
                         (summary 1.0 point) )
             (horizontal 1.0
                         (article 1.0)))))

(gnus-add-configuration
 '(summary
   (vertical 1.0
             (horizontal 1.0
                         (group 50)
                         (summary 1.0 point) 
                         (if gnus-carpal
                             '(summary-carpal 4))))))

Regards,
-- 
dim


reply via email to

[Prev in Thread] Current Thread [Next in Thread]