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 40E39429E25 for ; Tue, 28 Jun 2011 03:40:18 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 F9nhV9ktyo6h for ; Tue, 28 Jun 2011 03:40:17 -0700 (PDT) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by olra.theworths.org (Postfix) with ESMTP id 7FDE6431FD0 for ; Tue, 28 Jun 2011 03:40:17 -0700 (PDT) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QbVi9-0008Iv-Hw for notmuch@notmuchmail.org; Tue, 28 Jun 2011 12:40:05 +0200 Received: from irdmzpr01-ext.ir.intel.com ([192.198.151.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Jun 2011 12:40:05 +0200 Received: from jani by irdmzpr01-ext.ir.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Jun 2011 12:40:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: notmuch@notmuchmail.org From: Jani Nikula Subject: Re: bug in emacs-ui ? Date: Tue, 28 Jun 2011 10:35:48 +0000 (UTC) Lines: 41 Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 192.198.151.36 (Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0) 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: Tue, 28 Jun 2011 10:40:18 -0000 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. Jani