Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region

2019-05-23 Thread Leo Vivier
Hello, David Bremner writes: [...] > I would mention the actual function name in the subject. Done. > I think 0.28.1 should be 0.29, no? Changed it to 0.29. I wasn’t sure whether to use the version number or the commit ID. Best, -- Leo Vivier English Studies & General Linguistics Maste

Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region

2019-05-23 Thread David Bremner
Leo Vivier writes: > Hello, > > David Bremner writes: > > [...] > >> I would mention the actual function name in the subject. > > Done. > >> I think 0.28.1 should be 0.29, no? > > Changed it to 0.29. I wasn’t sure whether to use the version number or > the commit ID. Thanks Leo, I've pushed

Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region

2019-05-23 Thread David Bremner
Leo Vivier writes: > From f7b0390ee411dbeb8c2c6691f717675ab3a723c2 Mon Sep 17 00:00:00 2001 > From: Leo Vivier > Date: Mon, 20 May 2019 14:21:13 +0200 > Subject: [PATCH] emacs: make old function obsolete I would mention the actual function name in the subject. > > +(define-obsolete-function-

Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region

2019-05-22 Thread Leo Vivier
Hello, Sorry for answering late. On Mon, May 20 2019, Tomi Ollila wrote: > It is wiki -- look around the web page to see how to update. Thanks, I didn’t know it was wiki. I’ve pushed the amendment. [...] > s/patch/commit/ -- it is no longer patch when applied! > > it may be possible that db

Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region

2019-05-20 Thread Tomi Ollila
On Mon, May 20 2019, Leo Vivier wrote: > Hello, > > With the patch now in master, the documentation for Emacs (‘Tips and > Tricks for using Notmuch with Emacs’) needs to be updated: > https://notmuchmail.org/emacstips/#index5h2 > > ‘notmuch-search-interactive-region’ is mentioned in the second blo

Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region

2019-05-20 Thread Leo Vivier
Hello, With the patch now in master, the documentation for Emacs (‘Tips and Tricks for using Notmuch with Emacs’) needs to be updated: https://notmuchmail.org/emacstips/#index5h2 ‘notmuch-search-interactive-region’ is mentioned in the second block of Elisp. Also, could we mark the old function a

Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region

2019-05-07 Thread David Bremner
pushed this one patch to master. d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

[PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region

2019-04-09 Thread Pierre Neidhardt
--- emacs/notmuch-lib.el | 9 + emacs/notmuch.el | 17 - 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 546ab6fd..7fc342a5 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -1008,6 +1008,