Excerpts from Grant Hollingworth's message of Thu Nov 29 07:50:36 -0800 2007: > I noticed that you used 'focus_on buf' instead of 'focus_on > @buffers.last'. I assumed that if @buffers.last.force_to_top? was > true, that you'd want to focus on the last buffer instead of the one > just moved to @buffers[-2]. Or do you just want to make sure that the > force_to_top buffer stays at the end of @buffers?
Nope, you're correct. Focus should stay on the force_to_top? buffer, regardless of whether something was deleted underneath it. I had tried a couple different variations and didn't clean up properly. Thanks again! -- William <[EMAIL PROTECTED]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
