The terminology is confusing, especially with me having come from Vim:
"horizontal" in this case means a vertical split, because they are stacked
horizontally.
My previous window layout put the body of the article below the summay,
which left a lot of whitespace to the right of my 272-column terminal. So I
went from
-------------------------
| S | T |
|-----------------------|
| A |
-------------------------
to
-------------------------
| S | |
|-----------| A |
| T | |
-------------------------.
This also lays out nicely with BBDB:
------------------------- -------------------------
| S | T | | S | A |
|-----------------------| => |-----------|-----------|
| A | | T | B |
|-----------------------| -------------------------
| B |
-------------------------
I have been sitting on this for a while (since it is incomplete), but this
is the majority of my Emacs configuration. I have been using Emacs for less
than a year, and have been astounded by the flexibility afforded by its
implementation of most functionality in Lisp.
Plenty more to come.