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 6C83A431FD0 for ; Tue, 10 Jan 2012 12:15:08 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 VAxUAoBhtOGN for ; Tue, 10 Jan 2012 12:15:08 -0800 (PST) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C1C7F431FB6 for ; Tue, 10 Jan 2012 12:15:07 -0800 (PST) Received: by eeke51 with SMTP id e51so605179eek.26 for ; Tue, 10 Jan 2012 12:15:06 -0800 (PST) Received: by 10.14.99.78 with SMTP id w54mr8144346eef.33.1326226506273; Tue, 10 Jan 2012 12:15:06 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id b49sm277267580eec.9.2012.01.10.12.15.03 (version=SSLv3 cipher=OTHER); Tue, 10 Jan 2012 12:15:04 -0800 (PST) From: Jani Nikula To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH v2] emacs: Cycle through notmuch buffers rather than jumping to the last. In-Reply-To: References: <1324983044-29249-1-git-send-email-dme@dme.org> <1325060998-25567-1-git-send-email-dme@dme.org> User-Agent: Notmuch/0.10.2+177~g16db31c (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Tue, 10 Jan 2012 22:15:02 +0200 Message-ID: <87obub9uwp.fsf@nikula.org> 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: Tue, 10 Jan 2012 20:15:08 -0000 On Tue, 10 Jan 2012 16:55:07 +0000, David Edmondson wrote: > On Wed, 28 Dec 2011 08:29:58 +0000, David Edmondson wrote: > > As suggested by j4ni in #notmuch, rename > > `notmuch-jump-to-recent-buffer' as `notmuch-cycle-notmuch-buffers' and > > have it behave accordingly. > > > > Consider `message-mode' buffers to be of interest. > > Any reviewers? I don't feel qualified to review, but the patch works for me. BR, Jani.