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 169196DE0F9C for ; Wed, 13 Nov 2019 01:37:46 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.341 X-Spam-Level: X-Spam-Status: No, score=-0.341 tagged_above=-999 required=5 tests=[AWL=-0.141, 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 9fYRVueUB2HF for ; Wed, 13 Nov 2019 01:37:45 -0800 (PST) Received: from jb55.com (jb55.com [45.79.91.128]) by arlo.cworth.org (Postfix) with ESMTPS id 732E76DE0F98 for ; Wed, 13 Nov 2019 01:37: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=bWp4nrlPbMgHL+2lgYfv8tmmo6ky9rLRJKrWToDwrOc=; b=lM17MK48bcD5wF6V+u5Mfo9kwZvRiTuynnmqWUA80TbhnItZkYoDiA/qsyCXaTjFfkM17y4QzoAOvrBdXOQB4XmGECeBrI1CJMD+sYcNgW/Ai/LXDAFOyxDyzC9UyBcnRMaVWx4so3xwS7rI25xifVMtsbOkAJyvUq04aPgEkspmrnv1zlQisDIlYV96bBlotK8FOdsbSkeyMqbg0qvMVWvG8IpKyfx1MLuN3tBAaInamxJZO2AQ5WqweSMPimgLZIg6rCf7bHXMZCOkTq0H+DOg312LMEmKURlsuVYuoQ8jhieiGlj+C8hu6v/WTZAMVUaXzQdHQbhCAXc5xQrvzA== Received: from jb55.com (S010660e327dca171.vc.shawcable.net [24.84.152.187]) by jb55.com (OpenSMTPD) with ESMTPSA id 52734309 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 13 Nov 2019 09:37:44 +0000 (UTC) From: William Casarin To: David Edmondson , notmuch@notmuchmail.org Cc: Teemu Likonen , Johan Parin Subject: Re: [PATCH] emacs: bind C-u Z to notmuch-tree-from-search-thread In-Reply-To: References: <20191113080004.32214-1-jb55@jb55.com> Date: Wed, 13 Nov 2019 01:37:43 -0800 Message-ID: <877e44unfc.fsf@jb55.com> MIME-Version: 1.0 Content-Type: text/plain 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: Wed, 13 Nov 2019 09:37:46 -0000 David Edmondson writes: > On Wednesday, 2019-11-13 at 00:00:04 -08, William Casarin wrote: > >> This is an unbound function that is quite useful. It opens a selected >> thread in notmuch-tree from the current search query. > > Seems fine to me. Not crazy about the binding, but it will suffice. yeah I use this more than Z, so I would like a single-char binding. I wasn't sure and was hoping someone else had a better idea. Cheers, Will