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 B7534429E25 for ; Mon, 19 Dec 2011 09:58:58 -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 7Jcfl2+o2+pc for ; Mon, 19 Dec 2011 09:58:58 -0800 (PST) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5D286431FB6 for ; Mon, 19 Dec 2011 09:58:58 -0800 (PST) Received: by qadb15 with SMTP id b15so4217274qad.5 for ; Mon, 19 Dec 2011 09:58:57 -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:content-transfer-encoding; bh=7PahtzCkCId6MOS7uc823psDXVlgvhamTlM7fsB0uCk=; b=cajjJsy2Zro4ZdCA2HgI+EXJXXxEUwp3sNDEujxC+4/BD2cD5vULAjhwWKmmAamUgv nMdSKpD12IF2Xn3arZn5A1/S3s+y6vvsyb8SSF4mxcNk3zzHefaGpThnSI/tZoxDoogB SS1p7KEfChfVrSkL6aEmIjeEt/NF1O0d8q02w= Received: by 10.224.220.14 with SMTP id hw14mr26391395qab.42.1324317537827; Mon, 19 Dec 2011 09:58:57 -0800 (PST) Received: from localhost (c-68-80-94-73.hsd1.pa.comcast.net. [68.80.94.73]) by mx.google.com with ESMTPS id eb5sm41494093qab.10.2011.12.19.09.58.56 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Dec 2011 09:58:56 -0800 (PST) From: Aaron Ecay To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Add `notmuch-jump-to-recent-buffer'. In-Reply-To: References: <1290426664-15745-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: Mon, 19 Dec 2011 12:58:53 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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, 19 Dec 2011 17:58:58 -0000 (Please excuse the lack of inline comments on the patch =E2=80=93 the origi= nal patch email is so old that I had deleted it from my archives!) progn...set-buffer should be with-current-buffer or...eq...eq... would be cleaner as (memq major-mode '(foo bar baz)) Otherwise, LGTM --=20 Aaron Ecay