A citation is the acknowledgment of the original author of a mail message, in the body of the reply. There are two basic citation styles which supercite supports. The first, called nested citation style is an anonymous form of citation; in other words, an indication is made that the cited line was written by someone other that the current message author (i.e., other than you, composing this reply), but no reference is made as to the identity of the original author. Here's an example of what a message buffer would look like using nested citations after multiple replies:
>> John originally wrote this >> and this as well > Jane said that John didn't know > what he was talking about And that's what I think too.
Note that multiple inclusions of the original messages result in a
nesting of the ">
" characters. This can sometimes be quite
confusing when many levels of citations are included since it may be
difficult or impossible to figure out who actually wrote the first
included message. Also, the multiple nesting of ">
" characters
can sometimes make the message very difficult for the eye to scan.
In non-nested citation style, each cited line begins with an informative string attributing that line to the original author. Only the first level of attribution will be shown; subsequent citations don't nest the citation strings. The above dialog might look like this when non-nested citation style is used:
John> John originally wrote this John> and this as well Jane> Jane said that John didn't know Jane> what he was talking about And that's what I think too.
Notice here that my inclusion of Jane's inclusion of John's original message did not result in a line cited with `Jane>John>'.
The supercite variable sc-nested-citation-p
controls the style of
citations. When nil
(the default), non-nested citations are used.
When non-nil
, nested citations are used.