all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: nitish chandra <nitishchandrachinta@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 25150@debbugs.gnu.org
Subject: bug#25150: [PATCH] Removing ] from message-cite-prefix-regexp
Date: Tue, 20 Dec 2016 10:34:40 +0530	[thread overview]
Message-ID: <CAK88tCEw4o6adQ=FRRWwAwUE+-Xq5eVG=d3NE3UnNQuqAH85Rg@mail.gmail.com> (raw)
In-Reply-To: <83eg134scr.fsf@gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 671 bytes --]

On 20 Dec 2016 1:14 am, "Eli Zaretskii" <eliz@gnu.org> wrote:
>
> > From: nitish chandra <nitishchandrachinta@gmail.com>
> > Date: Tue, 20 Dec 2016 00:52:27 +0530
> >
> > I've a question about the code though. Why is the same variable defined
in both lisp/ldefs-boot.el and
> > lisp/mail/sendmail.el? I changed the default variable value in both the
places.
>
> Auto-loaded symbols appear in loaddefs.el as well.  ldefs-boot.el is
> the version of loaddefs.el needed for bootstrapping Emacs (loaddefs.el
> is a generated file, but you need Emacs to generate it).

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


Thanks
Nitish

[-- Attachment #1.2: Type: text/html, Size: 997 bytes --]

[-- Attachment #2: 0001-Fix-Bug-25150.patch --]
[-- Type: text/x-patch, Size: 862 bytes --]

From 1de7da4495f2e544cf100515d9c052808d115815 Mon Sep 17 00:00:00 2001
From: nitishch <nitishchandrachinta@gmail.com>
Date: Tue, 20 Dec 2016 10:17:42 +0530
Subject: [PATCH] Fix Bug#25150

---
 lisp/mail/sendmail.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 3d22209..b8cf632 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -273,7 +273,7 @@ mail-citation-header
 
 ;;;###autoload
 (defcustom mail-citation-prefix-regexp
-  (purecopy "\\([ \t]*\\(\\w\\|[_.]\\)+>+\\|[ \t]*[]>|]\\)+")
+  (purecopy "\\([ \t]*\\(\\w\\|[_.]\\)+>+\\|[ \t]*[>|]\\)+")
   "Regular expression to match a citation prefix plus whitespace.
 It should match whatever sort of citation prefixes you want to handle,
 with whitespace before and after; it should also match just whitespace.
-- 
2.9.0


  reply	other threads:[~2016-12-20  5:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-09 20:18 bug#25150: 26.0.50; sexp motion commands don't work reliably in message-mode Sean McAfee
2016-12-10 11:25 ` bug#25150: nitish chandra
2016-12-16 20:08 ` bug#25150: Possible reason for this bug nitish chandra
2016-12-18 14:23   ` npostavs
2016-12-18  8:58 ` bug#25150: Why is ] included in message-cite-prefix-regexp? nitish chandra
2016-12-19 19:22 ` bug#25150: [PATCH] Removing ] from message-cite-prefix-regexp nitish chandra
2016-12-19 19:43   ` Eli Zaretskii
2016-12-20  5:04     ` nitish chandra [this message]
2019-09-23 10:03       ` Lars Ingebrigtsen
2017-01-02 16:02 ` bug#25150: Patch review nitish chandra

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAK88tCEw4o6adQ=FRRWwAwUE+-Xq5eVG=d3NE3UnNQuqAH85Rg@mail.gmail.com' \
    --to=nitishchandrachinta@gmail.com \
    --cc=25150@debbugs.gnu.org \
    --cc=eliz@gnu.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.