Re: [PATCH v3 00/11] contrib: pick: keybindings

Subject: Re: [PATCH v3 00/11] contrib: pick: keybindings

Date: Thu, 22 Aug 2013 20:49:04 +0300

To: Mark Walters, notmuch@notmuchmail.org

Cc:

From: Tomi Ollila


On Thu, Aug 22 2013, Mark Walters <markwalters1009@gmail.com> wrote:

> Here is the diff diff that I should have included in the previous email

LGTM.

> Sorry about that!
>
> Mark

Tomi

>
> diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el
> index 3b86a5a..37dc161 100644
> --- a/contrib/notmuch-pick/notmuch-pick.el
> +++ b/contrib/notmuch-pick/notmuch-pick.el
> @@ -198,7 +198,7 @@ open (if the message pane is closed it does nothing)."
>       (interactive)
>       (when (window-live-p notmuch-pick-message-window)
>         (with-selected-window notmuch-pick-message-window
> -	 (funcall #',func)))))
> +	 (call-interactively #',func)))))
>  
>  (defun notmuch-pick-button-activate (&optional button)
>    "Activate BUTTON or button at point
> @@ -218,7 +218,7 @@ FUNC."
>        ,(concat "(Close message pane and) " (documentation func t))
>       (interactive)
>       (notmuch-pick-close-message-window)
> -     (funcall #',func)))
> +     (call-interactively #',func)))
>  
>  (defvar notmuch-pick-mode-map
>    (let ((map (make-sparse-keymap)))
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

Thread: