From: David Edmondson <dme@dme.org>
To: Austin Clements <amdragon@MIT.EDU>
Cc: notmuch@notmuchmail.org, Pieter Praet <pieter@praet.org>
Subject: Re: [PATCH v2] emacs: Cycle through notmuch buffers rather than jumping to the last.
Date: Mon, 16 Jan 2012 08:43:15 +0000 [thread overview]
Message-ID: <cunpqek597g.fsf@hotblack-desiato.hh.sledj.net> (raw)
In-Reply-To: <20120116030105.GA16740@mit.edu>
[-- Attachment #1: Type: text/plain, Size: 1728 bytes --]
On Sun, 15 Jan 2012 22:01:05 -0500, Austin Clements <amdragon@MIT.EDU> wrote:
> Quoth David Edmondson on Jan 15 at 11:55 am:
> > On Sat, 14 Jan 2012 10:29:31 +0100, Pieter Praet <pieter@praet.org> wrote:
> > > 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...
> >
> > C-c= globally. That's clobbered in a couple of major modes, but not
> > enough to bother me so far.
>
> 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= 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).
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2012-01-16 8:43 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-27 10:50 [PATCH] emacs: Cycle through notmuch buffers rather than jumping to the last David Edmondson
2011-12-27 11:02 ` David Edmondson
2011-12-27 19:23 ` Jani Nikula
2011-12-28 8:20 ` David Edmondson
2011-12-28 8:29 ` [PATCH v2] " David Edmondson
2012-01-10 16:55 ` David Edmondson
2012-01-10 20:15 ` Jani Nikula
2012-01-14 9:32 ` Pieter Praet
2012-01-14 9:29 ` Pieter Praet
2012-01-15 11:55 ` David Edmondson
2012-01-16 3:01 ` Austin Clements
2012-01-16 8:43 ` David Edmondson [this message]
2012-01-16 10:42 ` [PATCH] [RFC] emacs: merge overhauled `notmuch-cycle-notmuch-buffers' into `notmuch' Pieter Praet
2012-01-16 11:06 ` David Edmondson
2012-01-16 11:28 ` Pieter Praet
2012-01-16 11:32 ` Pieter Praet
2012-01-16 11:47 ` David Edmondson
2012-01-16 16:45 ` Pieter Praet
2012-01-16 16:46 ` [PATCH] v2 " Pieter Praet
2012-01-16 17:03 ` David Edmondson
2012-01-18 10:03 ` Pieter Praet
2012-01-18 10:04 ` [RFC] [PATCH v3] emacs: rewrite `notmuch-cycle-notmuch-buffers' Pieter Praet
2012-01-18 10:13 ` [PATCH] v2 [RFC] emacs: merge overhauled `notmuch-cycle-notmuch-buffers' into `notmuch' David Edmondson
2012-01-18 12:15 ` Pieter Praet
2012-01-18 12:57 ` David Edmondson
[not found] ` <cunboq1mad1.fsf@hotblack-desiato.hh.sledj.net>
2012-01-18 13:48 ` Pieter Praet
2012-01-18 22:18 ` Aaron Ecay
2012-01-19 0:48 ` Austin Clements
2012-01-19 8:19 ` David Edmondson
2012-01-19 19:13 ` Pieter Praet
2012-01-16 21:10 ` Jani Nikula
2012-01-18 10:07 ` Pieter Praet
2012-01-16 2:45 ` [PATCH v2] emacs: Cycle through notmuch buffers rather than jumping to the last David Bremner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cunpqek597g.fsf@hotblack-desiato.hh.sledj.net \
--to=dme@dme.org \
--cc=amdragon@MIT.EDU \
--cc=notmuch@notmuchmail.org \
--cc=pieter@praet.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).