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 DF185431FD0 for ; Thu, 10 Nov 2011 11:22:34 -0800 (PST) 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 vtbTBAR7++3p for ; Thu, 10 Nov 2011 11:22:34 -0800 (PST) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3CFB6431FB6 for ; Thu, 10 Nov 2011 11:22:34 -0800 (PST) Received: by eyx24 with SMTP id 24so3496678eyx.26 for ; Thu, 10 Nov 2011 11:22:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=WbIjs1mrzWN6HXmdj95EBd/aI6ni+nOs435bhtC/JF0=; b=X9iQZ0z7tBXsaegrrG0fNDONWhdBPZraLDEH6UmXtChGQw7cCxmWOI5gLgXDlOGexz P7+0EGLc9b+aTl4F0oW42Hrn97c+LH8JNSOKNu8p3fyISeqLaLWKqZ4H/Pwv7AObPOKf 1pZkcNwxmjhYCpzUjQtM5G9L9TTxUOPIIMhiA= MIME-Version: 1.0 Received: by 10.68.17.7 with SMTP id k7mr17008242pbd.20.1320952950601; Thu, 10 Nov 2011 11:22:30 -0800 (PST) Received: by 10.68.43.129 with HTTP; Thu, 10 Nov 2011 11:22:30 -0800 (PST) In-Reply-To: <877h382jax.fsf@SSpaeth.de> References: <1320807328-13728-1-git-send-email-amdragon@mit.edu> <877h382jax.fsf@SSpaeth.de> Date: Thu, 10 Nov 2011 14:22:30 -0500 Message-ID: Subject: Re: [PATCH] emacs: Use a single buffer invisibility spec to fix quadratic search cost. From: servilio To: Sebastian Spaeth Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: notmuch@notmuchmail.org 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, 10 Nov 2011 19:22:35 -0000 On 10 November 2011 08:33, Sebastian Spaeth wrote: > On Tue, =C2=A08 Nov 2011 21:55:28 -0500, Austin Clements wrote: >> =C2=A0emacs/notmuch.el | =C2=A0 11 +++-------- >> =C2=A01 files changed, 3 insertions(+), 8 deletions(-) > > > Tested and works great here! +1 for quick inclusion. I join the petition, I have been using for a couple of days and the difference is noticeable. Servilio