From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.117.16 with SMTP id p16cs357118agc; Mon, 12 Oct 2009 12:23:59 -0700 (PDT) Received: by 10.224.53.101 with SMTP id l37mr5075147qag.367.1255375438477; Mon, 12 Oct 2009 12:23:58 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 30si4608076qyk.76.2009.10.12.12.23.58; Mon, 12 Oct 2009 12:23:58 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 3D7401218277; Mon, 12 Oct 2009 15:23:58 -0400 (EDT) Received: from peer.zerties.org (peer.zerties.org [188.40.33.175]) by rubyforge.org (Postfix) with ESMTP id 7DC381D7882B for ; Mon, 12 Oct 2009 15:23:49 -0400 (EDT) Received: from stettberger by peer.zerties.org with local (Exim 4.69) (envelope-from ) id 1MxQUm-0003kd-OS for sup-talk@rubyforge.org; Mon, 12 Oct 2009 21:23:48 +0200 From: Christian Dietrich To: sup-talk In-reply-to: <1255331296-sup-5993@peer.zerties.org> References: <1254247706-sup-2745@peer.zerties.org> <1254334371-sup-5145@masanjin.net> <1254516195-sup-4619@peer.zerties.org> <1254985425-sup-2303@peer.zerties.org> <1255005056-sup-7120@thinkpad-ubuntu> <1255005777-sup-7020@thinkpad-ubuntu> <1255026503-sup-3624@peer.zerties.org> <1255030392-sup-1135@thinkpad-ubuntu> <1255031039-sup-4070@qwerzila> <1255032615-sup-8961@qwerzila> <1255034958-sup-5628@peer.zerties.org> <1255073126-sup-6984@qwerzila> <1255074206-sup-7503@peer.zerties.org> <1255081131-sup-7915@qwerzila> <1255083021-sup-226@qwerzila> <1255084730-sup-671@peer.zerties.org> <1255085867-sup-8410@qwerzila> <1255331296-sup-5993@peer.zerties.org> Date: Mon, 12 Oct 2009 21:23:48 +0200 Message-Id: <1255375298-sup-2024@peer.zerties.org> User-Agent: Sup/git Subject: Re: [sup-talk] Feature Request: Collecting Lines in Index Mode X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Christian Dietrich's message of Mo Okt 12 09:11:35 +0200 2009: > Excerpts from Gaute Hope's message of Fr Okt 09 13:00:19 +0200 2009: > > Or the thread count isn't aware of the Today mark and still thinks line > > 2 is thread 2? Don't really know anything about the implementation. > > > > When it happens it doesn't dissapear before I do a M or there is a pull > > that redraws the screen.. just pressing Ctrl+L or opening/closing a > > thread doesn't remove it. > > > > As said earlier it only seems to affect the top two threads. > > Hi, > i also experienced now this Problem, but can't see were this problem > is located, because i don't touch the internal states of the > threads. There must be one @thread[curpos] left, which causes this > Problem. > > greetz didi Hi, i think i've fixed the problem now, it was a wrong mapping in update_text_for_line, now the situation that caused the error before succeeds. There was a misguiding declaration of @size_widgets in the init function. @size_widgets isn't a Hash, mapping line numbers to a size_widget, it is the same index as in @threads for the specific thread. greetz didi PS: please pull :-) -- No documentation is better than bad documentation -- Das Ausdrucken dieser Mail wird urheberrechtlich verfolgt. _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk