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 30D1640CAC7 for ; Mon, 9 Apr 2012 11:36:26 -0700 (PDT) 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 gp2uAquMxSOy for ; Mon, 9 Apr 2012 11:36:25 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 7BC1D403E36 for ; Mon, 9 Apr 2012 11:36:25 -0700 (PDT) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id EEB0E66E00D0 for ; Mon, 9 Apr 2012 11:36:22 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from finestructure.net (gwave-225.ligo.caltech.edu [131.215.114.225]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id 2F05D66E00C4 for ; Mon, 9 Apr 2012 11:36:21 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id 0EB86762; Mon, 9 Apr 2012 11:36:21 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: bug fixes to emacs notmuch-tag-completion function Date: Mon, 9 Apr 2012 11:36:15 -0700 Message-Id: <1333996578-24772-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.9.1 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: Mon, 09 Apr 2012 18:36:26 -0000 I had originally included this fixes as part of a more involved series to fix up tagging functions [0]. However, these are actually bug fixes that stand alone and should not be bogged down in a series that's likely going to take a while to come to fruition. The changes here are pretty trivial, so hopefully they can get pushed quickly and I'll rework the rest of tagging fix up series on top of them. jamie. [0] id:"1333354853-25729-1-git-send-email-jrollins@finestructure.net"