Re: [PATCH 1/3] emacs/rstdoc: escape '*'

Subject: Re: [PATCH 1/3] emacs/rstdoc: escape '*'

Date: Sun, 22 Aug 2021 10:19:35 +0300

To: David Bremner, notmuch@notmuchmail.org

Cc:

From: Tomi Ollila


series LGTM.

Tomi

On Sat, Aug 21 2021, David Bremner wrote:

> This is just a regular character in docstrings (as it is fairly often
> used in lisp identifiers and buffer names) but is the start of
> emphasis in rst. This change is needed to quell a noisy warning when
> including notmuch-tree.rsti
> ---
>  emacs/rstdoc.el | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/emacs/rstdoc.el b/emacs/rstdoc.el
> index c7c13015..5b8a9d01 100644
> --- a/emacs/rstdoc.el
> +++ b/emacs/rstdoc.el
> @@ -71,6 +71,7 @@
>       ("`" . "\\\\`")
>       ("\001" . "'")
>       ("\002" . "`")
> +     ("[*]" . "\\\\*")
>       ("^[[:space:]]*$" . "|br|")
>       ("^[[:space:]]" . "|indent| "))
>      "list of (regex . replacement) pairs")
> -- 
> 2.32.0
> _______________________________________________
> notmuch mailing list -- notmuch@notmuchmail.org
> To unsubscribe send an email to notmuch-leave@notmuchmail.org
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: