From mboxrd@z Thu Jan 1 00:00:00 1970 From: grant@antiflux.org (Grant Hollingworth) Date: Thu, 29 Nov 2007 10:50:36 -0500 Subject: [sup-talk] [PATCH] mode.focus not called when buffer killed In-Reply-To: <1196270440-sup-7754@south> References: <1196201559-sup-3731@spooky.local> <1196270440-sup-7754@south> Message-ID: <1196351158-sup-2243@spooky.local> Excerpts from William Morgan's message of Wed Nov 28 12:21:59 -0500 2007: > Applied, thanks. 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?