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 3F177431FD0 for ; Wed, 21 Dec 2011 14:51:58 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.463 X-Spam-Level: * X-Spam-Status: No, score=1.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] 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 LDP26WTGdmv6 for ; Wed, 21 Dec 2011 14:51:57 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 42272431FB6 for ; Wed, 21 Dec 2011 14:51:57 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 5F6D72C062 for ; Wed, 21 Dec 2011 23:51:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:reply-to:date:message-id:mime-version:content-type; s= postfix; bh=xiQEs346MSagFWvQ7i7A9n/Fd0M=; b=nOj+SLQeKFk4MIqkWEOs gTNltLucdKA7yTr8cqgM6DdMD5PDgXSRs3h5b9twA2i0FiKZhl4S6dk632YZ6Nll Kj8Eg36L6ME/eRybmmLtsxpv6fWPFhM+ueBfb5AGCJXKvbaMrwK9nCePBdKWnMtn oyaRvDFTUQRvHH5jAkDonR0= Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA for ; Wed, 21 Dec 2011 23:51:55 +0100 (CET) From: Xavier Maillard To: notmuch@notmuchmail.org Subject: [BUG?] Pressing SPACEbar is not doing what's expected. User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Thu, 22 Dec 2011 00:08:38 +0100 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 Reply-To: Xavier Maillard 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, 21 Dec 2011 22:51:58 -0000 Hi, I recently upgraded my notmuch installation here (passing from 0.6 or such to latest 0.10.x series). Problem is now, pressing SPACE in a notmuch-show buffer no longer scroll in the message as it used to do. SPC is bound to run command notmuch-show-advance-and-archive and its docstring says: This command is intended to be one of the simplest ways to process a thread of email. It does the following: If the current message in the thread is not yet fully visible, scroll by a near screenful to read more of the message. Otherwise, (the end of the current message is already within the current window), advance to the next open message. Finally, if there is no further message to advance to, and this last message is already read, then archive the entire current thread, (remove the "inbox" tag from each message). Also kill this buffer, and display the next thread from the search from which this thread was originally shown. What happens here is just what is described in paragraph 2. Although I am in situation described in first paragraph, pressing SPC just advance to next message and never scroll to see the next part of the current message. How can I change this behaviour ? Does I need to do something in my .emacs file ? Thank you very much. /Xavier