Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 38925429E5B for ; Tue, 28 Jun 2011 18:53:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.7 X-Spam-Level: * X-Spam-Status: No, score=1.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id stN4C8pZeZIc for ; Tue, 28 Jun 2011 18:53:44 -0700 (PDT) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5B231429E55 for ; Tue, 28 Jun 2011 18:53:44 -0700 (PDT) Received: by bwg12 with SMTP id 12so714496bwg.26 for ; Tue, 28 Jun 2011 18:53:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=6XR8bEB/l39VPp/ejqxNwAcjFrlnVTlSzHw0cuwZn9A=; b=UVe/rFcSYUruNN7GGnE4ILG6vMzcpb3pqxjTuUzpNF37YtC0y/B5d0n0WHOQ52AqAQ GG/EUZHsXfyaK6c4AQL+MDPG7lmufsZiL4faDOEWyf7ZpnErRISrlr8EbD5KUGhCO3qQ TpLkkCGJTaQDwZIT68BsEaTwH2TIzDhFR6WUU= Received: by 10.204.14.18 with SMTP id e18mr165398bka.175.1309312422958; Tue, 28 Jun 2011 18:53:42 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id af13sm686413bkc.19.2011.06.28.18.53.41 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Jun 2011 18:53:42 -0700 (PDT) From: Dmitry Kurochkin To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: bug in emacs-ui ? In-Reply-To: <87y60lyhyu.fsf@gmail.com> References: <8739j5rn2d.fsf@cern.ch> <87pqm8cz4f.fsf@servo.factory.finestructure.net> <87oc1spkkc.fsf@cern.ch> <87mxhccw9v.fsf@servo.factory.finestructure.net> <87hb7kpi7e.fsf@cern.ch> <87fwn4cm9q.fsf@servo.factory.finestructure.net> <87hb7jg2rl.fsf@servo.factory.finestructure.net> <878vsv9eam.fsf@cern.ch> <87oc1qet0v.fsf@yoom.home.cworth.org> <87ei2m8imo.fsf@cern.ch> <87pqm6f059.fsf@yoom.home.cworth.org> <87y60lyhyu.fsf@gmail.com> User-Agent: Notmuch/0.5-294-g3377da4 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Wed, 29 Jun 2011 05:53:37 +0400 Message-ID: <87tyb9wggu.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2011 01:53:45 -0000 On Tue, 28 Jun 2011 21:38:17 +0400, Dmitry Kurochkin wrote: > Hi Jani. > > On Tue, 28 Jun 2011 10:35:48 +0000 (UTC), Jani Nikula wrote: > > Carl Worth writes: > > > > > > > > On Wed, 22 Jun 2011 08:50:23 +0200, Sebastien Binet > > > wrote: > > > > On Tue, 21 Jun 2011 15:09:20 -0700, Carl Worth wrote: > > > > > Perhaps this is an emacs bug? > > > > could be, but, > > > > > > > > > I'm using Debian's emacs 23.3.1 and have not encountered the problem > > > > > described. > > > > I don't see anything related to 'point', 'point-invisible-p' nor > > 'forward-char' in there: > > > > http://patch-tracker.debian.org/package/emacs23/23.3+1-1 > > > > > > Perhaps I was confused. I thought 23.3.1 was a distinct upstream release > > > From 23.3, but maybe not, (emacs version numbers use 1-based indexing > > > perhaps?). > > > > > > > anyways... for the moment I'll just live with it... > > > > > > Sorry about that. > > > > > > > except if somebody has some insights on how to "catch" the 'End of > > > > buffer' error and add some more protective programming around the > > > > 'scroll-up' function ? > > > > > > My emacs lisp skills are primarily restricted to actual > > > experimentation. So if I can replicate the bug, I might be able to find > > > a fix. I'm not very good at doing theoretical fixes with emacs lisp > > > code. > > > > I bisected the problem to commit 95ef8da29439f2e79115c36ab4d2a80aef1a1462 ("Fix > > hiding a message while some citations are shown in notmuch-show view"). > > Reverting that fixes the problem for me. (If you don't want to resolve > > conflicts, also revert 432e091924c1d1d8950a44ca78bc5b9c5ade47e4 first.) I don't > > have the time just now to try to figure out the problem in that, but perhaps > > this will help others go forward. > > > > Thanks for tracking this. I will look into it. > I have posted a patch to fix this bug [1]. Regards, Dmitry [1] id:"1309312132-14564-2-git-send-email-dmitry.kurochkin@gmail.com" > Regards, > Dmitry > > > Jani > > > > > > _______________________________________________ > > notmuch mailing list > > notmuch@notmuchmail.org > > http://notmuchmail.org/mailman/listinfo/notmuch