bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25150: [PATCH] Removing ] from message-cite-prefix-regexp


From: Lars Ingebrigtsen
Subject: bug#25150: [PATCH] Removing ] from message-cite-prefix-regexp
Date: Mon, 23 Sep 2019 12:03:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

nitish chandra <nitishchandrachinta@gmail.com> writes:

> Oh. Cool. Then the code should be changed only in
> sendmail.el. Following is the new patch.

[...]

>  (defcustom mail-citation-prefix-regexp
> -  (purecopy "\\([ \t]*\\(\\w\\|[_.]\\)+>+\\|[ \t]*[]>|]\\)+")
> +  (purecopy "\\([ \t]*\\(\\w\\|[_.]\\)+>+\\|[ \t]*[>|]\\)+")

I think it makes sense to remove the "]" character from the list of
standard citation prefixes -- it's not standard, and it's not used very
much, either.

So I've applied your patch to Emacs 27.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]