Re: v3 window splitting: problem

2012-01-01 Thread Sam Steingold
> * Roland Winkler [2012-01-01 02:15:53 -0600]: > > On Sat Dec 31 2011 Sam Steingold wrote: >> > * Roland Winkler [2011-12-31 07:50:14 -0600]: >> That specific patch was trying to address the problem where the >> *BBDB* window was exactly the same size as the *Article* window, >> i.e., it would s

Re: v3 window splitting: problem

2012-01-01 Thread Roland Winkler
On Sat Dec 31 2011 Sam Steingold wrote: > > * Roland Winkler [2011-12-31 07:50:14 -0600]: > That specific patch was trying to address the problem where the > *BBDB* window was exactly the same size as the *Article* window, > i.e., it would split the tallest window in half and take of the > halves.

Re: v3 window splitting: problem

2011-12-31 Thread Sam Steingold
> * Roland Winkler [2011-12-31 07:50:14 -0600]: > > On Fri Dec 30 2011 Sam Steingold wrote: >> In that case you might appreciate my shrink-window-if-larger-than-buffer >> patch: v2 created a fixed height *BBDB* window, v3 creates a *BBDB* >> window half the height of the tallest one. Did you see

Re: v3 window splitting: problem

2011-12-31 Thread Roland Winkler
On Fri Dec 30 2011 Sam Steingold wrote: > In that case you might appreciate my shrink-window-if-larger-than-buffer > patch: v2 created a fixed height *BBDB* window, v3 creates a *BBDB* > window half the height of the tallest one. Did you see the > e-mail? I saw your email. I am simply trying to u

Re: v3 window splitting: problem

2011-12-30 Thread Sam Steingold
> * Roland Winkler [2011-12-30 02:23:37 -0600]: > > On Thu Dec 29 2011 Sam Steingold wrote: >> here is the complete patch: >> basically, I sacrifice the failed attempt to only split the mua windows >> for the sake of robustness. > > The current concept was really taken from BBDB v2. I am not using

Re: v3 window splitting: problem

2011-12-30 Thread Roland Winkler
On Thu Dec 29 2011 Sam Steingold wrote: > here is the complete patch: > basically, I sacrifice the failed attempt to only split the mua windows > for the sake of robustness. The current concept was really taken from BBDB v2. I am not using it. In that sense, I do not have strong feelings / much pe

Re: v3 window splitting: problem

2011-12-29 Thread Sam Steingold
here is the complete patch: basically, I sacrifice the failed attempt to only split the mua windows for the sake of robustness. diff --git a/ChangeLog b/ChangeLog index 6bbbe47..29b211c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-12-29 Sam Steingold + * lisp/bbdb.el (bbd

Re: v3 window splitting: problem

2011-12-29 Thread Sam Steingold
> * Roland Winkler [2011-12-29 04:31:47 -0600]: > > On Wed Dec 28 2011 Sam Steingold wrote: >> > * Sam Steingold [2011-12-28 12:44:25 -0500]: >> > >> > When I use the "tall" display, the *BBDB* window is vertical >> > (i.e., it is split sideways, which is precisely what I want) >> > When I use th

Re: v3 window splitting: problem

2011-12-29 Thread Roland Winkler
On Wed Dec 28 2011 Sam Steingold wrote: > > * Sam Steingold [2011-12-28 12:44:25 -0500]: > > > > When I use the "tall" display, the *BBDB* window is vertical > > (i.e., it is split sideways, which is precisely what I want) > > When I use the "wide" display, the *BBDB* window is horizontal > > (i.e

Re: v3 window splitting: problem

2011-12-28 Thread Sam Steingold
> * Sam Steingold [2011-12-28 12:44:25 -0500]: > > When I use the "tall" display, the *BBDB* window is vertical > (i.e., it is split sideways, which is precisely what I want) > When I use the "wide" display, the *BBDB* window is horizontal > (i.e., it is split on the bottom top of another windows,