Variable: sc-citation-nonnested-root-regexp

sc-citation-nonnested-root-regexp is a customizable variable defined in supercite.el.gz.

Value

"[-._[:alnum:]]+"

Documentation

Regexp describing the variable root part of a nested citation.

This should NOT have a leading ^ character. This variable is related to sc-citation-root-regexp but whereas that variable describes both nested and non-nested citation roots, this variable describes only nested citation roots.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-citation-nonnested-root-regexp "[-._[:alnum:]]+"
  "Regexp describing the variable root part of a nested citation.
This should NOT have a leading `^' character.  This variable is
related to `sc-citation-root-regexp' but whereas that variable
describes both nested and non-nested citation roots, this variable
describes only nested citation roots."
  :type 'regexp
  :group 'supercite-cite)