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 D5795431FD0 for ; Sun, 25 Dec 2011 20:15:27 -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 0PjFx3Im5EBQ for ; Sun, 25 Dec 2011 20:15:27 -0800 (PST) Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com [209.85.216.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 58B7D431FB6 for ; Sun, 25 Dec 2011 20:15:27 -0800 (PST) Received: by qadc12 with SMTP id c12so7148142qad.5 for ; Sun, 25 Dec 2011 20:15:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=zg2ngbmxm3QQYnz+4kY1l4auo0f0OUaYxi7/wcV2r+Y=; b=WhQnCdY16avK4siypNBjhaP5Rz+iAo+nhCMgm0cMtl6trBvJbfrNR9WpcLH+Bl8yUm vd5E/sDtpCfgb0ABuRnHkLqmrPWOtZCDfki6crapS3L7NGRCncS55+vh3wAuwVl1O5DM l5z02vfAyi0quXX3P6y5RaZMWYfvwYCgRQT8Y= Received: by 10.224.100.129 with SMTP id y1mr16007412qan.28.1324872926850; Sun, 25 Dec 2011 20:15:26 -0800 (PST) Received: from localhost (24-158-179-191.dhcp.jcsn.tn.charter.com. [24.158.179.191]) by mx.google.com with ESMTPS id v5sm41774769qao.21.2011.12.25.20.15.24 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Dec 2011 20:15:25 -0800 (PST) From: Aaron Ecay To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Don't signal an error when reaching the end of the search results. In-Reply-To: <1324370714-28545-1-git-send-email-dme@dme.org> References: <1324370714-28545-1-git-send-email-dme@dme.org> User-Agent: Notmuch/0.10.1+56~gd709fd6 (http://notmuchmail.org) Emacs/24.0.92.3 (i386-apple-darwin10.8.0) Date: Sun, 25 Dec 2011 23:15:21 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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, 26 Dec 2011 04:15:28 -0000 On Tue, 20 Dec 2011 08:45:14 +0000, David Edmondson wrote: > With the default configuration ('space' moves through the messages > matching the search and back to the results index at the end) it's > unnecessary to signal an error when the last message has been read, as > this is the common case. > > Moreover, it's very annoying when `debug-on-error' is t. +1 from me on this change. I had added this to `debug-ignored-errors' long ago, and forgotten how annoying it was. -- Aaron Ecay