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 2B007429E25 for ; Mon, 16 Jan 2012 00:43:21 -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 EERF97et4rem for ; Mon, 16 Jan 2012 00:43:20 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6F267431FC0 for ; Mon, 16 Jan 2012 00:43:20 -0800 (PST) Received: by wibhr12 with SMTP id hr12so2175866wib.26 for ; Mon, 16 Jan 2012 00:43:19 -0800 (PST) Received: by 10.180.80.164 with SMTP id s4mr17992825wix.7.1326703399313; Mon, 16 Jan 2012 00:43:19 -0800 (PST) Received: from hotblack-desiato.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25]) by mx.google.com with ESMTPS id 28sm21371763wby.3.2012.01.16.00.43.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Jan 2012 00:43:18 -0800 (PST) Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) id 158AF9FD88; Mon, 16 Jan 2012 08:43:16 +0000 (GMT) To: Austin Clements Subject: Re: [PATCH v2] emacs: Cycle through notmuch buffers rather than jumping to the last. In-Reply-To: <20120116030105.GA16740@mit.edu> References: <1324983044-29249-1-git-send-email-dme@dme.org> <1325060998-25567-1-git-send-email-dme@dme.org> <87boq6pr7o.fsf@praet.org> <20120116030105.GA16740@mit.edu> User-Agent: Notmuch/0.10.2+186~gd0f7804 (http://notmuchmail.org) Emacs/24.0.92.1 (x86_64-pc-linux-gnu) From: David Edmondson Date: Mon, 16 Jan 2012 08:43:15 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: notmuch@notmuchmail.org, Pieter Praet 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, 16 Jan 2012 08:43:21 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 15 Jan 2012 22:01:05 -0500, Austin Clements wrot= e: > Quoth David Edmondson on Jan 15 at 11:55 am: > > On Sat, 14 Jan 2012 10:29:31 +0100, Pieter Praet wro= te: > > > Might I ask, to what key(chord) have you bound this ? Due to its > > > usefulness, I'm inclined to bind it to [SPC], but on second though, > > > that might be a bit on the intense side... > >=20 > > C-c=3D globally. That's clobbered in a couple of major modes, but not > > enough to bother me so far. >=20 > Might it make sense to bind this across the notmuch mode maps by > default? This would at least make this feature more visible as well > as quite useful to people who dedicate an Emacs instance to notmuch. The elisp manual says: * Don't define `C-c LETTER' as a key in Lisp programs. Sequences consisting of `C-c' and a letter (either upper or lower case) are reserved for users; they are the *only* sequences reserved for users, so do not block them. ... * Sequences consisting of `C-c' followed by a control character or a digit are reserved for major modes. * Sequences consisting of `C-c' followed by `{', `}', `<', `>', `:' or `;' are also reserved for major modes. * Sequences consisting of `C-c' followed by any other punctuation character are allocated for minor modes. Using them in a major mode is not absolutely prohibited, but if you do that, the major mode binding may be shadowed from time to time by minor modes. which I read to mean that C-c=3D is allocated for use by minor modes. I could easily be persuaded to change to C-c; and have that bound in our major modes (and personally bind it globally). --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk8T4yMACgkQaezQq/BJZRa/nACePY7DhWYpOWB96se9gmYhRQeM 1LgAn1JwjLaY3Hq5w7zY54Gs8d9f/9AB =7POX -----END PGP SIGNATURE----- --=-=-=--