On 2009-01-05, Chris Burkhardt <[email protected]> wrote: > Ah, I see. But what I think is still a bug is that after performing a 'Mod1-K > V' > in the other top frame (as in step 5 in my example), then the originally > maximized frame forgets its original height. 'Mod1-TAB'ing to it and trying to > un-maximize it with 'Mod1-K V' has no effect, although even with the intended > per-frame maximize I would expect it to (right?).
The logic is that frames store their size when they're specifically shaded or maximised, and forget the stored size whenever they are otherwise resized -- including resizing is enforced in a tiled layout whenever some other frame is resized. Fixing these annoyances you've pointed out, involves a different kind of logic not based on maximizing individual frames, but altering the entire layout somehow. > Thanks for everything, I hope your PhD defense/preparations went (are going) > well for you. It was on the 22th of December already. -- "[Fashion] is usually a form of ugliness so intolerable that we have to alter it every six months." -- Oscar Wilde "The computer industry is the only industry that is more fashion-driven than women's fashion." -- RMS
