From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 86309431FB6 for ; Sun, 30 Jan 2011 13:14:06 -0800 (PST) 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 RWRfic7bM1EB for ; Sun, 30 Jan 2011 13:14:04 -0800 (PST) Received: from ipex4.johnshopkins.edu (ipex4.johnshopkins.edu [128.220.161.141]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A746B431FB5 for ; Sun, 30 Jan 2011 13:14:04 -0800 (PST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAGdjRU0KoSAO/2dsb2JhbAClZ69/iGiFTgSFE4cO X-IronPort-AV: E=Sophos;i="4.60,401,1291611600"; d="scan'208";a="43875477" Received: from watt.hwcampus.jhu.edu ([10.161.32.14]) by ipex4.johnshopkins.edu with ESMTP/TLS/ADH-AES256-SHA; 30 Jan 2011 16:14:03 -0500 Received: by watt.hwcampus.jhu.edu (Postfix, from userid 502) id 75D96796E12; Sun, 30 Jan 2011 16:14:03 -0500 (EST) From: Jesse Rosenthal To: Thomas Schwinge , notmuch@notmuchmail.org Subject: Re: [BUG] Emacs UI dropping every 25th line, roughly In-Reply-To: <87tygqm7g4.fsf@kepler.schwinge.homeip.net> References: <87tygqm7g4.fsf@kepler.schwinge.homeip.net> User-Agent: Notmuch/0.5-56-g74cb76a (http://notmuchmail.org) Emacs/23.2.1 (x86_64-apple-darwin) Date: Sun, 30 Jan 2011 16:14:03 -0500 Message-ID: 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: Sun, 30 Jan 2011 21:14:06 -0000 Hi Thomas, On Sun, 30 Jan 2011 22:02:03 +0100, Thomas Schwinge wrote: > Hallo! > > I noticed this one on a system with my work emails (which is what I > recently reported on the IRC channel), but can reproduce it on another > system, too. :-/ I notice this as well, reliably, when I pipe it through a shell script (to use it over ssh) -- except in my case it's every 10 or so. When I tell the shell to sleep 0.02 between each message it's fine. 0.01 doesn't quite do it -- whatever "it" is. Not that that's a solution (more like throwing darts blindfolded) but it might help point someone in the right direction. By the way, as I mentioned on IRC a while back, when I was playing around with this, I discovered that I could get the emacs UI to skip every nth message just by having "notmuch search" cat a text file of search results. That could make testing easier. Best, Jesse