From: Mark Walters <markwalters1009@gmail.com>
To: notmuch@notmuchmail.org
Subject: Re: [PATCH 0/3] Notmuch pick: a threaded view
Date: Wed, 11 Jul 2012 20:06:57 +0100 [thread overview]
Message-ID: <877guajewe.fsf@qmul.ac.uk> (raw)
In-Reply-To: <1342033027-30286-1-git-send-email-markwalters1009@gmail.com>
> The way it works is that notmuch unconditionally calls
> notmuch-pick-init when started: in the default case (the stub file)
> this does nothing, whereas if the user replaces the stub by the full
> file this sets up all the keybinding etc.
In case people are interested the relevant code in the real
notmuch-pick-init function is
(defvar notmuch-pick-initialized nil)
(defun notmuch-pick-init()
(unless notmuch-pick-initialized
(define-key 'notmuch-search-mode-map "z" 'notmuch-pick)
(define-key 'notmuch-search-mode-map "Z" 'notmuch-search-pick-current-query)
(define-key 'notmuch-search-mode-map (kbd "M-RET") 'notmuch-search-pick-thread)
(define-key 'notmuch-hello-mode-map "z" 'notmuch-hello-pick)
(define-key 'notmuch-show-mode-map "z" 'notmuch-pick)
(define-key 'notmuch-show-mode-map "Z" 'notmuch-show-pick-current-query)
(setq notmuch-pick-initialized t)
(message "Initialised notmuch-pick")))
Best wishes
Mark
prev parent reply other threads:[~2012-07-11 19:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-11 18:57 [PATCH 0/3] Notmuch pick: a threaded view Mark Walters
2012-07-11 18:57 ` [PATCH 1/3] emacs: add a stub notmuch-pick.el file Mark Walters
2012-07-11 18:57 ` [PATCH 2/3] emacs: add a stub entry to notmuch-pick in notmuch.el Mark Walters
2012-07-11 18:57 ` [PATCH 3/3] emacs: make notmuch-show return its buffer Mark Walters
2012-07-11 19:06 ` Mark Walters [this message]
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=877guajewe.fsf@qmul.ac.uk \
--to=markwalters1009@gmail.com \
--cc=notmuch@notmuchmail.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).