From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sat, 02 Feb 2008 20:31:00 -0800 Subject: [sup-talk] [PATCH] don't try to open the next thread if there isn't one available In-Reply-To: <1201681010-sup-3463@archie> References: <1201681010-sup-3463@archie> Message-ID: <1202012826-sup-1965@south> Reformatted excerpts from its.jeff.balogh's message of 2008-01-30: > When you're on the last thread of a ThreadSet and press ',', > nothing happens, but you can't '.' since @dying == true. This > patch changes :next to :kill if there is no next thread. I made a parallel change to do this: e47f9dabca0349a1fff046232961b38d900d4445. It's all withing ThreadIndexMode#launch_next_thread_after, which I think is a little cleaner. As I mentioned in the previous email, I also just changed these operations so that they don't automatically save state to disk, so as to be consistent with the rest of Sup. -- William