Variable: gnus-supercite-regexp

gnus-supercite-regexp is a customizable variable defined in gnus-cite.el.gz.

Value

"^\\(\\([       ]*\\(\\w\\|[_.]\\)+>+\\|[    ]*[>|]\\)+\\)? *>>>>> +\"\\([^\"\n]+\\)\" +=="

Documentation

Regexp matching normal Supercite attribution lines.

The first grouping must match prefixes added by other packages.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-cite.el.gz
(defcustom gnus-supercite-regexp
  (concat "^\\(" message-cite-prefix-regexp "\\)? *"
	  ">>>>> +\"\\([^\"\n]+\\)\" +==")
  "Regexp matching normal Supercite attribution lines.
The first grouping must match prefixes added by other packages."
  :type 'regexp)