help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to adjust the windows configuration using gnus-carpal, group-car


From: Andreas Politz
Subject: Re: How to adjust the windows configuration using gnus-carpal, group-carpal, and summary-carpal?
Date: Fri, 04 Sep 2009 17:02:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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

>
> -----------------------------------------------------------------------
> |                                   |                                 |
> |                                   |                                 |
> |                                   |                                 |
> |          Group Buffer             |         Summary Buffer          |
> |                                   |                                 |
> |                                   |                                 |
> |                                   |                                 |
> -----------------------------------------------------------------------
> |          Group-carpal             |         Summary-carpal          |
> -----------------------------------------------------------------------
> |                                   |                                 |
> |                                   |                                 |
> |                                   |                                 |
> |                            Article Buffer                           |
> |                                   |                                 |
> |                                   |                                 |
> |                                   |                                 |
> -----------------------------------------------------------------------
> |                            ???????-carpal                           |
> -----------------------------------------------------------------------
>
> Any ideas for where to look for this parameter, or for a functionally
> equivalent alternative?
>
> -- Benjamin L. Russell

I took a look at gnus window-configuration, at least as far as to
produce your above scetch.

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


There appears to be no article-carpal.  At least not in the
`gnus-window-to-buffer' variable, which i believe to be a list of valid
symbols for this kind of buffers.

-ap





reply via email to

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