[email protected] (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
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to