unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Tomi Ollila <tomi.ollila@iki.fi>
To: Leo Vivier <leo.vivier+org@gmail.com>, notmuch@notmuchmail.org
Subject: Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region
Date: Mon, 20 May 2019 20:11:27 +0300	[thread overview]
Message-ID: <m2y3316og0.fsf@guru.guru-group.fi> (raw)
In-Reply-To: <87ef4tcnid.fsf@hidden>

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 block of
> Elisp.
>
> Also, could we mark the old function as obsolete?  Some of my commands
> broke after pulling the changes, and that’s what led me to the doc in
> the first place.
>
> I’ve attached a quick patch for marking the old command as obsolete.  I
> don't think the `emacstips' doc is in the repo, so I couldn't fix it.

It is wiki -- look around the web page to see how to update.
>
> Best,
>
> -- 
> Leo Vivier
> From 5481c2fe61d9e776d15166bc46f8dfc6221bf975 Mon Sep 17 00:00:00 2001
> From: Leo Vivier <leo.vivier+org@gmail.com>
> Date: Mon, 20 May 2019 14:21:13 +0200
> Subject: [PATCH] emacs: make old function obsolete
>
> `notmuch-search-interactive-region' was moved to notmuch-lib.el in
> f3cba19f882471a396a6b6175a709ccd1f6f34a0 and renamed to
> `notmuch-interactive-region' without making the old function
> obsolete, thereby breaking user-commands which made use of it.
>
> This patch marks the function as obsolete and makes it an alias for

s/patch/commit/ -- it is no longer patch when applied!

it may be possible that db could amend this...

Tomi

> the new function.
> ---
>  emacs/notmuch-lib.el | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el
> index 7fc342a5..96a1da90 100644
> --- a/emacs/notmuch-lib.el
> +++ b/emacs/notmuch-lib.el
> @@ -1017,6 +1017,11 @@ region if the region is active, or both `point' otherwise."
>        (list (region-beginning) (region-end))
>      (list (point) (point))))
>  
> +(define-obsolete-function-alias
> +    'notmuch-search-interactive-region
> +    'notmuch-interactive-region
> +  "notmuch 0.28.1")
> +
>  (provide 'notmuch-lib)
>  
>  ;; Local Variables:
> -- 
> 2.21.0
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch

  reply	other threads:[~2019-05-20 17:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-09 16:47 [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region Pierre Neidhardt
2019-04-09 16:47 ` [PATCH 2/2] emacs: Allow tagging regions in notmuch-tree Pierre Neidhardt
2019-05-08 11:00   ` David Bremner
2019-05-14 10:40     ` Pierre Neidhardt
2019-05-25 11:13       ` David Bremner
2019-05-25 11:41         ` Pierre Neidhardt
2019-05-25 13:42           ` David Bremner
2019-05-07  9:35 ` [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region David Bremner
2019-05-20 12:35   ` Leo Vivier
2019-05-20 17:11     ` Tomi Ollila [this message]
2019-05-22 14:56       ` Leo Vivier
2019-05-23 11:14         ` David Bremner
2019-05-23 11:19           ` Leo Vivier
2019-05-23 17:07             ` David Bremner

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=m2y3316og0.fsf@guru.guru-group.fi \
    --to=tomi.ollila@iki.fi \
    --cc=leo.vivier+org@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).