unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH v3 00/11] contrib: pick: keybindings
@ 2013-08-22 17:10 Mark Walters
  2013-08-22 17:10 ` [PATCH v3 01/11] contrib: pick: override notmuch-show-get-prop Mark Walters
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Mark Walters @ 2013-08-22 17:10 UTC (permalink / raw)
  To: notmuch

This is v3 of this patch set. v2 is at
id:1376828079-21455-1-git-send-email-markwalters1009@gmail.com

This fixes the problem pointed out by Tomi in
id:m238q294je.fsf@guru.guru-group.fi : by using call-interactively
rather than funcall the prefix argument gets passed on to the called
function so things like ctrl-u m work (ie it prompts for sender)

To answer Tomi's other question: with-current-notmuch-pick-message is
not needed because it is identical to
with-current-notmuch-show-message except it uses
notmuch-pick-get-message-id instead of notmuch-show-get-message-id.
But patch 1 of this series makes the function
notmuch-show-get-message-id work in either show or pick (by doing
slightly different things based on whether the major mode is show or
pick).

(In fact the differentiation occurs slightly lower in
notmuch-show-get-prop which is called by notmuch-show-get-message-id)


Best wishes

Mark



Mark Walters (11):
  contrib: pick: override notmuch-show-get-prop
  contrib: pick: Link in notmuch-show-pipe-message
  contrib: pick: Link in attachment functions straight from
    notmuch-show
  contrib: pick: Link in stash map straight from notmuch-show
  contrib: pick: add in to-message-window function
  contrib: pick: add button press helper
  contrib: pick: pass tab through to the message pane
  contrib: pick: close window function
  contrib: pick: make help close the message pane first
  contrib: pick: add in binding to view raw message
  contrib: pick: use close-message-pane for reply etc

 contrib/notmuch-pick/notmuch-pick.el |  139 +++++++++++++++++-----------------
 1 files changed, 70 insertions(+), 69 deletions(-)

-- 
1.7.9.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-08-22 17:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-22 17:10 [PATCH v3 00/11] contrib: pick: keybindings Mark Walters
2013-08-22 17:10 ` [PATCH v3 01/11] contrib: pick: override notmuch-show-get-prop Mark Walters
2013-08-22 17:10 ` [PATCH v3 02/11] contrib: pick: Link in notmuch-show-pipe-message Mark Walters
2013-08-22 17:10 ` [PATCH v3 03/11] contrib: pick: Link in attachment functions straight from notmuch-show Mark Walters
2013-08-22 17:10 ` [PATCH v3 04/11] contrib: pick: Link in stash map " Mark Walters
2013-08-22 17:10 ` [PATCH v3 05/11] contrib: pick: add in to-message-window function Mark Walters
2013-08-22 17:10 ` [PATCH v3 06/11] contrib: pick: add button press helper Mark Walters
2013-08-22 17:10 ` [PATCH v3 07/11] contrib: pick: pass tab through to the message pane Mark Walters
2013-08-22 17:10 ` [PATCH v3 08/11] contrib: pick: close window function Mark Walters
2013-08-22 17:10 ` [PATCH v3 09/11] contrib: pick: make help close the message pane first Mark Walters
2013-08-22 17:10 ` [PATCH v3 10/11] contrib: pick: add in binding to view raw message Mark Walters
2013-08-22 17:10 ` [PATCH v3 11/11] contrib: pick: use close-message-pane for reply etc Mark Walters
2013-08-22 17:18 ` [PATCH v3 00/11] contrib: pick: keybindings Mark Walters
2013-08-22 17:49   ` Tomi Ollila

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).