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 0374D431FC4 for ; Sat, 27 Oct 2012 08:18:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 fEXtBsIdTCNH for ; Sat, 27 Oct 2012 08:18:46 -0700 (PDT) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 4A8B2431FAF for ; Sat, 27 Oct 2012 08:18:46 -0700 (PDT) Received: by mail-vc0-f181.google.com with SMTP id n11so4161168vch.26 for ; Sat, 27 Oct 2012 08:18:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=Yh9nNIWHcvWpxOZdCuGOXKPFnJFFRVpuEDmIk8u3NCo=; b=iXSc6EHQLHoGsM/Z5r+komgBdCpGjWndbcdGJBIZDgtjjoha8Sg6rcdhECbSQEr1HA aN/oUJbJa5VL6VGSVEu9QYx4nbDPyqC/WNDPypR4oHMWckwdJY+0dKxHwcBYE3cVjlaV Nu+qdzFG0cO810GxVcUcig04lfQipRzpRO7Ea0vMQqywPK2PJX82IYLqDwkK9U+BoZCE jxfGwdTpB/3voMIVlI1Df9i82PByNB5HoLN67XIuClsYBps01epujI1cuoBGcCa0B7b3 mbzafLXNLE/IkDroyiOJAUMDUTz6EAtnlCz08h/C7x0rnO3FwRQKvAQiAU2L6jRS8jdi vLmA== Received: by 10.52.89.132 with SMTP id bo4mr33303699vdb.80.1351351124482; Sat, 27 Oct 2012 08:18:44 -0700 (PDT) Received: from smtp.gmail.com (cpe-74-70-7-64.nycap.res.rr.com. [74.70.7.64]) by mx.google.com with ESMTPS id zz18sm2348071veb.4.2012.10.27.08.18.42 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 27 Oct 2012 08:18:43 -0700 (PDT) From: Ethan Glasser-Camp To: Tomi Ollila , Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH 1/3] emacs: Introduce generic boolean term escaping function In-Reply-To: References: <1351282692-11455-1-git-send-email-amdragon@mit.edu> User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Sat, 27 Oct 2012 11:18:41 -0400 Message-ID: <87y5isgcz2.fsf@betacantrips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sat, 27 Oct 2012 15:18:47 -0000 Tomi Ollila writes: > These 3 patches LGTM. Me too. But I wouldn't be averse to some tests :) Ethan