Re: v3 window splitting: problem

2012-01-01 Thread Roland Winkler
On Sat Dec 31 2011 Sam Steingold wrote: * Roland Winkler jvax...@tah.bet [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

Re: v3 window splitting: problem

2012-01-01 Thread Sam Steingold
* Roland Winkler jvax...@tah.bet [2012-01-01 02:15:53 -0600]: On Sat Dec 31 2011 Sam Steingold wrote: * Roland Winkler jvax...@tah.bet [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*

Re: v3 window splitting: problem

2011-12-31 Thread Sam Steingold
* Roland Winkler jvax...@tah.bet [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

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

Re: v3 window splitting: problem

2011-12-30 Thread Sam Steingold
* Roland Winkler jvax...@tah.bet [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

Re: v3 window splitting: problem

2011-12-29 Thread Roland Winkler
On Wed Dec 28 2011 Sam Steingold wrote: * Sam Steingold f...@tah.bet [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-29 Thread Sam Steingold
* Roland Winkler jvax...@tah.bet [2011-12-29 04:31:47 -0600]: On Wed Dec 28 2011 Sam Steingold wrote: * Sam Steingold f...@tah.bet [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

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 s...@gnu.org + *

v3 window splitting: problem

2011-12-28 Thread Sam Steingold
Hi, I have the following problem: I want the *BBDB* window to be split horizontally, so I set bbdb-message-pop-up to 'horiz. Alas, sometimes is works, sometimes it does not. Specifically, I have two displays: wide (X: 1366x768, Emacs frame: 221x54) tall (X: 1200x1920, Emacs frame: 193x143) When I