From 35a7d1a49d78510bed7c1ff2417d2e947c2a989d Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Thu, 16 Nov 2000 21:08:25 +0000 Subject: [PATCH] 2000-11-16 Justin Sheehy * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items. 2000-11-16 17:00 ShengHuo ZHU * message.el (message-cite-prefix-regexp): Prefix should not end at space. --- lisp/ChangeLog | 9 +++++++++ lisp/gnus-sum.el | 4 ++-- lisp/message.el | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba45b06af..2fd403d05 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2000-11-16 Justin Sheehy + + * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items. + +2000-11-16 17:00 ShengHuo ZHU + + * message.el (message-cite-prefix-regexp): Prefix should not end + at space. + 2000-11-15 18:09 ShengHuo ZHU * message.el (message-mode-syntax-table): Add - as a word diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 6edb40857..0d8701a82 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -1717,8 +1717,8 @@ increase the score of each group you read." ["QP" gnus-article-de-quoted-unreadable t] ["Base64" gnus-article-de-base64-unreadable t] ["View all" gnus-mime-view-all-parts t] - ["Verify and Decrypt" gnus-summary-force-verify-and-decrypt] - ["Encrypt body" gnus-article-encrypt-body]) + ["Verify and Decrypt" gnus-summary-force-verify-and-decrypt t] + ["Encrypt body" gnus-article-encrypt-body t]) ("Date" ["Local" gnus-article-date-local t] ["ISO8601" gnus-article-date-iso8601 t] diff --git a/lisp/message.el b/lisp/message.el index 8eed3fe23..f7a32fe02 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -333,7 +333,7 @@ The provided functions are: (defcustom message-cite-prefix-regexp ;; ?-, ?_ or ?. MUST NOT be in syntax entry w. - "[ \t]*\\(\\(\\w\\|[-_.]\\)+>+[ \t]*\\|[]>»|:}+][ \t]*\\)+" + "\\([ \t]*\\(\\w\\|[-_.]\\)+>+\\|[ \t]*[]>»|:}+]\\)+" "*Regexp matching the longest possible citation prefix on a line." :group 'message-insertion :type 'regexp) -- 2.25.1