From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id C67596DE0F27 for ; Sun, 17 Nov 2019 14:29:46 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.348 X-Spam-Level: X-Spam-Status: No, score=-0.348 tagged_above=-999 required=5 tests=[AWL=-0.148, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9tA_w5rvME99 for ; Sun, 17 Nov 2019 14:29:45 -0800 (PST) Received: from jb55.com (jb55.com [45.79.91.128]) by arlo.cworth.org (Postfix) with ESMTPS id 935FD6DE0EEA for ; Sun, 17 Nov 2019 14:29:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d= jb55.com; h=from:to:subject:date:message-id; s=default; bh=kUZordNCkNeQqJZ2Ue+/19cCm/MQUBhW6Rrt6Ctkmyo=; b=Ag8q2FRPBPIyqLHRZHS+i8naDJeM/PZdiOgzE692jOkXKSuBnkBrD3hmDXjmhFbRl7Eo4InO3rVosd312dHCrYRjN3GG7DefmDGn4UqcRioZ6K169egq/iFTXlIJ1XvXf971KUHGIOkPjd5+3TryhcR0PfJYswFiG1f/+IywwJitP1Jz+Ct9hhQ6Cs2JS3IR2bGxaZ+wF8qy7Nm9fFgxeHo2QuQg1IpuouUoeVAuD/pdIUp9xbUzBNXn5+OOxV4t/fYFbBkz/zQxtE3N8LKfOt/BSu73AkuaMZVFMXTV4ROMhQO/r43XogqzhW1EJJZZV0VYDMUrSDqZxRq9tGMNUg== Received: from jb55.com (S010660e327dca171.vc.shawcable.net [24.84.152.187]) by jb55.com (OpenSMTPD) with ESMTPSA id 8015af2b TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 17 Nov 2019 22:29:44 +0000 (UTC) From: William Casarin To: notmuch@notmuchmail.org Subject: [PATCH 0/7] Port notmuch-show's x/X bindings to notmuch-tree Date: Sun, 17 Nov 2019 14:29:22 -0800 Message-Id: <20191117222929.1064-1-jb55@jb55.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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, 17 Nov 2019 22:29:47 -0000 These patches bring notmuch-tree more in line with the user experience of notmuch-show by adding the x/X bindings. id:20191113225752.26502-1-jb55@jb55.com is also recommended, it adds a bind for opening a thread in notmuch-tree mode. William Casarin (7): emacs/tree: return true if a thread was found in next-thread emacs/tree: add notmuch-tree-goto-matching-message emacs/tree: add notmuch-tree-matching-message emacs/tree: add kill-both prefix argument to notmuch-tree-quit emacs/tree: add notmuch-tree-archive-message-than-next-or-exit emacs/tree: add notmuch-tree-archive-thread-then-exit emacs/tree: add x/X bindings emacs/notmuch-tree.el | 72 +++++++++++++++++++++++++++++++------------ 1 file changed, 52 insertions(+), 20 deletions(-) base-commit: 7ad7cfbff232431377562271901ee00202bf0bd0 -- 2.23.0