Excerpts from Edward Z. Yang's message of Mon Jun 08 22:13:17 -0400 2009: > I am somewhat skeptical of your described change, but I will try it > out and report back. The threaded version would certainly be a nice > thing.
It works, although it acts a bit strangely when there are still threads loading into memory. >From b2518f113118e489e22a1c2085b33a9c18721f97 Mon Sep 17 00:00:00 2001 From: Edward Z. Yang <edwardzy...@thewritingpot.com> Date: Mon, 8 Jun 2009 22:21:01 -0400 Subject: [PATCH] Remove message pre-loading; optimizes for the common case. Signed-off-by: Edward Z. Yang <edwardzy...@thewritingpot.com> --- lib/sup/modes/thread-index-mode.rb | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index 9b44ee3..29de39a 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -103,7 +103,6 @@ EOS t.each_with_index do |(m, *o), i| next unless m BufferManager.say "#{message} (#{i}/#{num})", sid if t.size > 1 - m.load_from_source! end end mode = ThreadViewMode.new t, @hidden_labels, self -- 1.6.0.4 _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk