[PATCH 0/2] Move pick to use prefix-arg rather than Escape
Mark Walters
markwalters1009 at gmail.com
Mon Sep 23 12:52:57 PDT 2013
To try and minimise the impact of pick on the code base some
keybindings which would naturally use a prefix argument were done as a
separate keybinding with "M-". (The reason is that a prefix argument
would have meant modifying the original function whereas the M- could
be bound to a new function in pick)
The first patch is actually all inside pick anyway so can be
changed. The second patch removes a different occurence of the M-
keybinding temporarily: we can add back the prefix-arg version once
pick is in mainline.
I also have some patches to add the prefix-argument (going to pick) to
hello buttons and other search entry points. (I think this is a good
reason to make the change from M- to prefix-arg as it is much easier
to link the prefix-arg into button actions).
Best wishes
Mark
Mark Walters (2):
contrib: pick: move M-RET to prefix-arg RET
contrib: pick: remove temporary keybinding
contrib/notmuch-pick/notmuch-pick.el | 52 +++++++++++++---------------------
1 files changed, 20 insertions(+), 32 deletions(-)
--
1.7.9.1
More information about the notmuch
mailing list