| www.delorie.com/gnu/docs/emacs/gnus_110.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
If you don't like the normal Gnus summary display, you might try setting
gnus-use-trees to t. This will create (by default) an
additional tree buffer. You can execute all summary mode commands
in the tree buffer.
There are a few variables to customize the tree display, of course:
gnus-tree-mode-hook
gnus-tree-mode-line-format
gnus-selected-tree-face
modeline.
gnus-tree-line-format
Valid specs are:
From header.
See section 8.4 Formatting Variables.
Variables related to the display are:
gnus-tree-brackets
((real-open . real-close)
(sparse-open . sparse-close) (dummy-open . dummy-close)), and the
default is ((?[ . ?]) (?( . ?)) (?{ . ?}) (?< . ?>)).
gnus-tree-parent-child-edges
(?- ?\\ ?|).
gnus-tree-minimize-window
nil, Gnus will try to keep the tree
buffer as small as possible to allow more room for the other Gnus
windows. If this variable is a number, the tree buffer will never be
higher than that number. The default is t. Note that if you
have several windows displayed side-by-side in a frame and the tree
buffer is one of these, minimizing the tree window will also resize all
other windows displayed next to it.
gnus-generate-tree-function
gnus-generate-horizontal-tree and
gnus-generate-vertical-tree (which is the default).
Here's an example from a horizontal tree buffer:
{***}-(***)-[odd]-[Gun]
| \[Jan]
| \[odd]-[Eri]
| \(***)-[Eri]
| \[odd]-[Paa]
\[Bjo]
\[Gun]
\[Gun]-[Jor]
|
Here's the same thread displayed in a vertical tree buffer:
{***}
|--------------------------\-----\-----\
(***) [Bjo] [Gun] [Gun]
|--\-----\-----\ |
[odd] [Jan] [odd] (***) [Jor]
| | |--\
[Gun] [Eri] [Eri] [odd]
|
[Paa]
|
If you're using horizontal trees, it might be nice to display the trees side-by-side with the summary buffer. You could add something like the following to your `.gnus.el' file:
(setq gnus-use-trees t
gnus-generate-tree-function 'gnus-generate-horizontal-tree
gnus-tree-minimize-window nil)
(gnus-add-configuration
'(article
(vertical 1.0
(horizontal 0.25
(summary 0.75 point)
(tree 1.0))
(article 1.0))))
|
See section 8.5 Windows Configuration.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |