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 C48A1431FBC for ; Thu, 21 Jan 2010 07:35:47 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.001 X-Spam-Level: X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 tests=[BAYES_50=0.001] autolearn=ham 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 E276-Q-u5X9t for ; Thu, 21 Jan 2010 07:35:47 -0800 (PST) X-Greylist: delayed 14910 seconds by postgrey-1.32 at olra; Thu, 21 Jan 2010 07:35:47 PST Received: from batman.acm.jhu.edu (batman.acm.jhu.edu [128.220.251.35]) by olra.theworths.org (Postfix) with ESMTP id 16AA0431FAE for ; Thu, 21 Jan 2010 07:35:47 -0800 (PST) Received: from batman.acm.jhu.edu (localhost.localdomain [127.0.0.1]) by batman.acm.jhu.edu (Postfix) with ESMTP id F41E5CED81; Thu, 21 Jan 2010 10:35:44 -0500 (EST) Received: by batman.acm.jhu.edu (Postfix, from userid 99) id BB516CEE4E; Thu, 21 Jan 2010 10:35:44 -0500 (EST) Received: from lucky (c-69-255-36-229.hsd1.md.comcast.net [69.255.36.229]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by batman.acm.jhu.edu (Postfix) with ESMTPSA id 1C2D9CED81; Thu, 21 Jan 2010 10:35:41 -0500 (EST) Received: by lucky (Postfix, from userid 1000) id 2CF5633475F; Thu, 21 Jan 2010 10:35:35 -0500 (EST) From: Jesse Rosenthal To: notmuch@notmuchmail.org In-Reply-To: <20100121152324.GY8342@finestructure.net> References: <20100121152324.GY8342@finestructure.net> Date: Thu, 21 Jan 2010 10:35:34 -0500 Message-ID: <87d413zd15.fsf@jhu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [notmuch] [PATCH] notmuch.el: add functionality to add or remove tags by region. 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: Thu, 21 Jan 2010 15:35:48 -0000 On Thu, 21 Jan 2010 10:23:24 -0500, Jameson Rollins wrote: Hi Jamie, > Hi, Jesse. Can you explain what exactly a "region" is? It's not > clear from your log message or the patch itself. Region is emacs-speak for selected area (either click-and-drag or C-SPC and then motion commands). Basically, this was meant to be an emacsy-way of tagging a bunch of messages in a buffer at once. Best, Jesse