Remove remaining @refills from doc/*/*.texi files
[bpt/emacs.git] / doc / misc / sc.texi
CommitLineData
4009494e
GM
1\input texinfo @comment -*-texinfo-*-
2@comment 3.48
3@comment %**start of header (This is for running Texinfo on a region.)
db78a8cb 4@setfilename ../../info/sc
52151df0 5@settitle Supercite User's Manual
4009494e
GM
6@iftex
7@finalout
8@end iftex
9
9360256a 10@c @setchapternewpage odd % For book style double sided manual.
4009494e
GM
11@comment %**end of header (This is for running Texinfo on a region.)
12
13@copying
52151df0
GM
14This document describes Supercite, an Emacs package for citing and
15attributing replies to mail and news messages.
4009494e 16
ab422c4d 17Copyright @copyright{} 1993, 2001--2013 Free Software Foundation, Inc.
4009494e
GM
18
19@quotation
20Permission is granted to copy, distribute and/or modify this document
6a2c4aec 21under the terms of the GNU Free Documentation License, Version 1.3 or
4009494e 22any later version published by the Free Software Foundation; with no
debf4439
GM
23Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
24and with the Back-Cover Texts as in (a) below. A copy of the license
25is included in the section entitled ``GNU Free Documentation License''.
4009494e 26
6f093307 27(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
6bf430d1 28modify this GNU manual.''
4009494e
GM
29@end quotation
30@end copying
31
32@c @smallbook
33
0c973505 34@dircategory Emacs network features
4009494e 35@direntry
9360256a
GM
36* SC: (sc). Supercite lets you cite parts of messages
37 you're replying to, in flexible ways.
4009494e
GM
38@end direntry
39
40@titlepage
52151df0
GM
41@title Supercite User's Manual
42@subtitle cite and attribute mail and
43@subtitle news, in flexible ways
44
4009494e
GM
45@page
46@vskip 0pt plus 1filll
47@insertcopying
48@end titlepage
49
5dc584b5
KB
50@summarycontents
51@contents
52
4009494e 53@ifnottex
16af873e 54@node Top
8a36c07f 55@top Supercite
4009494e 56
91af3942 57@insertcopying
5dc584b5
KB
58
59The manual is divided
52151df0 60into the following chapters.
4009494e
GM
61
62@menu
63* Introduction::
64* Citations::
16af873e
GM
65* Information Keys and the Info Alist::
66* Reference Headers::
4009494e
GM
67* Getting Connected::
68* Replying and Yanking::
69* Selecting an Attribution::
70* Configuring the Citation Engine::
71* Post-yank Formatting Commands::
4009494e 72* Hints to MUA Authors::
4009494e 73* Thanks and History::
4009494e
GM
74
75* GNU Free Documentation License::
76* Concept Index::
77* Command Index::
78* Key Index::
79* Variable Index::
80@end menu
81@end ifnottex
82
83
16af873e 84@node Introduction
4009494e 85@chapter Introduction
4009494e 86
998ad848
XF
87@cindex MUA
88@cindex NUA
89Supercite is a GNU Emacs package written entirely in Emacs Lisp. It
52151df0 90interfaces to most of the commonly used Emacs mail user agents
4009494e
GM
91(@dfn{MUAs}) and news user agents (@dfn{NUAs}), and provides
92sophisticated facilities for the citing and attributing of message
998ad848
XF
93replies. Supercite has a very specific and limited role in the
94process of composing replies to both USENET network news and
95electronic mail.
4009494e
GM
96
97The preferred way to spell Supercite is with a capital @samp{S},
52151df0 98lowercase @samp{upercite}.
4009494e 99
4009494e
GM
100@menu
101* Usage Overview::
102* What Supercite Does Not Do::
103* What Supercite Does::
104@end menu
4009494e 105
998ad848 106@c FIXME: move it above the menu? --xfq
4009494e 107Supercite is only useful in conjunction with MUAs and NUAs such as VM,
52151df0
GM
108Gnus, RMAIL, MH-E, etc. Supercite is typically called by the MUA after a
109reply buffer has been setup. Thereafter, Supercite's many commands and
110formatting styles are available in that reply buffer until the reply is
111sent. Supercite is re-initialized in each new reply buffer.
4009494e
GM
112
113
16af873e
GM
114@node Usage Overview
115@section Usage Overview
4009494e
GM
116@kindex r
117@kindex f
118@kindex C-c C-y
119@cindex yank
120@cindex cite, citing
121@cindex attribute, attributing
4009494e 122
998ad848
XF
123Typical usage is as follows. You want to reply or followup to a
124message in your MUA@. You will probably hit @kbd{r} (i.e., ``reply'')
125or @kbd{f} (i.e., ``forward'') to begin composing the reply. In
126response, the MUA will create a reply buffer and initialize the
127outgoing mail headers appropriately. The body of the reply will
128usually be empty at this point. You now decide that you would like to
129include part of the original message in your reply. To do this, you
130@dfn{yank} the original message into the reply buffer, typically with
131a key stroke such as @kbd{C-c C-y}. This sequence will invoke an
132MUA-specific function which fills the body of the reply with the
133original message and then @dfn{attributes} this text to its author.
134This is called @dfn{citing} and its effect is to prefix every line
135from the original message with a special text tag. Most MUAs provide
136some default style of citing; by using Supercite you gain a wider
137flexibility in the look and style of citations. Supercite's only job
138is to cite the original message.
4009494e 139
16af873e 140@node What Supercite Does Not Do
4009494e 141@section What Supercite Doesn't Do
4009494e 142
4009494e
GM
143Because of this clear division of labor, there are useful features which
144are the sole responsibility of the MUA, even though it might seem that
145Supercite should provide them. For example, many people would like to
146be able to yank (and cite) only a portion of the original message.
147Since Supercite only modifies the text it finds in the reply buffer as
148set up by the MUA, it is the MUA's responsibility to do partial yanking.
76f1a3c3 149@xref{Reply Buffer Initialization}.
4009494e
GM
150
151@vindex mail-header-separator
4009494e
GM
152Another potentially useful thing would be for Supercite to set up the
153outgoing mail headers with information it gleans from the reply buffer.
154But by previously agreed upon convention, any text above the
155@code{mail-header-separator} which separates mail headers from message
156bodies cannot be modified by Supercite. Supercite, in fact, doesn't
157know anything about the meaning of these headers, and never ventures
158outside the designated region. @xref{Hints to MUA Authors}, for more
76f1a3c3 159details.
4009494e 160
16af873e 161@node What Supercite Does
4009494e 162@section What Supercite Does
16af873e 163@findex sc-cite-original
4009494e 164
4009494e
GM
165Supercite is invoked for the first time on a reply buffer via your MUA's
166reply or forward command. This command will actually perform citations
167by calling a hook variable to which Supercite's top-level function
168@code{sc-cite-original} has been added. When @code{sc-cite-original} is
169executed, the original message must be set up in a very specific way,
1df7defd 170but this is handled automatically by the MUA@. @xref{Hints to MUA
76f1a3c3 171Authors}.
4009494e
GM
172
173@cindex info alist
174The first thing Supercite does, via @code{sc-cite-original}, is to parse
175through the original message's mail headers. It saves this data in an
176@dfn{information association list}, or @dfn{info alist}. The information
177in this list is used in a number of places throughout Supercite.
76f1a3c3 178@xref{Information Keys and the Info Alist}.
4009494e
GM
179
180@cindex nuking mail headers
181@cindex reference header
182After the mail header info is extracted, the headers are optionally
183removed (@dfn{nuked}) from the reply. Supercite then writes a
184@dfn{reference header} into the buffer. This reference header is a
185string carrying details about the citation it is about to perform.
186
187@cindex modeline
188Next, Supercite visits each line in the reply, transforming the line
03300a14 189according to a customizable ``script''. Lines which were not previously
4009494e
GM
190cited in the original message are given a citation, while already cited
191lines remain untouched, or are coerced to your preferred style.
192Finally, Supercite installs a keymap into the reply buffer so that you
193have access to Supercite's post-yank formatting and reciting commands as
194you subsequently edit your reply. You can tell that Supercite has been
195installed into the reply buffer because that buffer's modeline will
196display the minor mode string @samp{SC}.
197
198@cindex filladapt
199@cindex gin-mode
200@vindex fill-prefix
201@findex fill-paragraph
4009494e
GM
202When the original message is cited by @code{sc-cite-original}, it will
203(optionally) be filled by Supercite. However, if you manually edit the
204cited text and want to re-fill it, you must use an add-on package such
205as @cite{filladapt} or @cite{gin-mode}. These packages can recognize
44e97401 206Supercited text and will fill them appropriately. Emacs's built-in
1df7defd 207filling routines, e.g., @code{fill-paragraph}, do not recognize cited
4009494e
GM
208text and will not re-fill them properly because it cannot guess the
209@code{fill-prefix} being used.
76f1a3c3 210@xref{Post-yank Formatting Commands}, for details.
4009494e
GM
211
212As mentioned above, Supercite provides commands to recite or uncite
213regions of text in the reply buffer, and commands to perform other
214beautifications on the cited original text, maintaining consistent and
215informative citations throughout. Supercite tries to be as configurable
216as possible to allow for a wide range of personalized citation styles,
217but it is also immediately useful with the default configuration, once
1df7defd 218it has been properly connected to your MUA@. @xref{Getting Connected},
76f1a3c3 219for more details.
4009494e 220
16af873e
GM
221@node Citations
222@chapter Citations
4009494e
GM
223@cindex nested citations
224@cindex citation
4009494e 225
09ae5da1 226A @dfn{citation} is the acknowledgment of the original author of a mail
4009494e
GM
227message in the body of the reply. There are two basic citation styles
228which Supercite supports. The first, called @dfn{nested citations} is
229an anonymous form of citation; in other words, an indication is made
230that the cited line was written by someone @emph{other} that the current
231message author (i.e., other than you, the person composing the reply),
232but no reference is made as to the identity of the original author.
233This style should look familiar since its use on the net is widespread.
234Here's an example of what a message buffer would look like using nested
235citations after multiple replies:
236
237@example
238>> John originally wrote this
239>> and this as well
240> Jane said that John didn't know
241> what he was talking about
242And that's what I think too.
243@end example
244
4009494e
GM
245@menu
246* Citation Elements::
247* Recognizing Citations::
248@end menu
4009494e
GM
249
250Note that multiple inclusions of the original messages result in a
251nesting of the @samp{@code{>}} characters. This can sometimes be quite
252confusing when many levels of citations are included since it may be
253difficult or impossible to figure out who actually participated in the
254thread, and multiple nesting of @samp{@code{>}} characters can sometimes
255make the message very difficult for the eye to scan.
256
257@cindex non-nested citations
258In @dfn{non-nested citations}, each cited line begins with an
998ad848
XF
259informative string attributing that line to the original author. Only
260the first level of attribution will be shown; subsequent citations
261don't nest the citation strings. The above dialog might look like
262this when non-nested citations are used:
4009494e
GM
263
264@example
265John> John originally wrote this
266John> and this as well
267Jane> Jane said that John didn't know
268Jane> what he was talking about
269And that's what I think too.
270@end example
271
272Notice here that my inclusion of Jane's inclusion of John's original
273message did not result in a line cited with @samp{Jane>John>}.
274
275@vindex sc-nested-citation-p
276@vindex nested-citation-p (sc-)
277Supercite supports both styles of citation, and the variable
998ad848
XF
278@code{sc-nested-citation-p} controls which style it will use when
279citing previously uncited text. When this variable is @code{nil} (the
280default), non-nested citations are used. When non-@code{nil}, nested
281citations are used.
4009494e
GM
282
283
16af873e 284@node Citation Elements
4009494e 285@section Citation Elements
16af873e 286@cindex citation string
4009494e 287
998ad848
XF
288@dfn{Citation strings} are composed of one or more elements.
289Non-nested citations are composed of four elements, three of which are
290directly user definable. The elements are concatenated together, in
291this order:
4009494e
GM
292
293@cindex citation leader
294@vindex citation-leader (sc-)
295@vindex sc-citation-leader
296@enumerate
297@item
298The @dfn{citation leader}. The citation leader is contained in the
299variable @code{sc-citation-leader}, and has the default value of a
300string containing four spaces.
301
302@cindex attribution string
303@item
304The @dfn{attribution string}. This element is supplied automatically by
305Supercite, based on your preferences and the original message's mail
306headers, though you may be asked to confirm Supercite's choice.
76f1a3c3 307@xref{Selecting an Attribution}, for more details.
4009494e
GM
308
309@cindex citation delimiter
310@vindex sc-citation-delimiter
311@vindex citation-delimiter (sc-)
312@item
313The @dfn{citation delimiter}. This string, contained in the variable
314@code{sc-citation-delimiter} visually separates the citation from the
315text of the line. This variable has a default value of @code{">"} and
316for best results, the string should consist of only a single character.
317
318@cindex citation separator
319@vindex citation-separator (sc-)
320@vindex sc-citation-separator
321@item
322The @dfn{citation separator}. The citation separator is contained in
323the variable @code{sc-citation-separator}, and has the default value of
324a string containing a single space.
325@end enumerate
326
327For example, suppose you were using the default values for the above
328variables, and Supercite provided the attribution string @samp{Jane}.
329In this case, the composed, non-nested citation string used might be
330something like
331@code{@asis{" Jane> "}}.
332This citation string will be inserted in front of
76f1a3c3 333every line in the original message that is not already cited.
4009494e
GM
334
335Nested citations, being simpler than non-nested citations, are composed
336of the same elements, sans the attribution string. Supercite is smart
337enough to not put additional spaces between citation delimiters for
338multi-level nested citations.
339
16af873e 340@node Recognizing Citations
4009494e 341@section Recognizing Citations
4009494e 342
4009494e 343Supercite also recognizes citations in the original article, and can
998ad848 344transform these already cited lines in a number of ways. This is how
4009494e 345Supercite suppresses the multiple citing of non-nested citations.
998ad848
XF
346Recognition of cited lines is controlled by variables analogous to
347those that make up the citation string as mentioned previously.
4009494e
GM
348
349@vindex sc-citation-leader-regexp
350@vindex citation-leader-regexp (sc-)
351@vindex sc-citation-delimiter-regexp
352@vindex citation-delimiter-regexp (sc-)
353@vindex sc-citation-separator-regexp
354@vindex citation-separator-regexp (sc-)
355@vindex sc-citation-root-regexp
356@vindex citation-root-regexp (sc-)
357@vindex sc-citation-nonnested-root-regexp
358@vindex citation-nonnested-root-regexp (sc-)
359
360The variable @code{sc-citation-leader-regexp} describes how citation
361leaders can look, by default it matches any number of spaces or tabs.
362Note that since the lisp function @code{looking-at} is used to do the
363matching, if you change this variable it need not start with a leading
364@code{"^"}.
365
366Similarly, the variables @code{sc-citation-delimiter-regexp} and
367@code{sc-citation-separator-regexp} respectively describe how citation
368delimiters and separators can look. They follow the same rule as
369@code{sc-citation-leader-regexp} above.
370
371When Supercite composes a citation string, it provides the attribution
372automatically. The analogous variable which handles recognition of the
373attribution part of citation strings is @code{sc-citation-root-regexp}.
374This variable describes the attribution root for both nested and
375non-nested citations. By default it can match zero-to-many alphanumeric
376characters (also ``.'', ``-'', and ``_''). But in some situations,
377Supercite has to determine whether it is looking at a nested or
378non-nested citation. Thus the variable
379@code{sc-citation-nonnested-root-regexp} is used to describe only
380non-nested citation roots. It is important to remember that if you
381change @code{sc-citation-root-regexp} you should always also change
76f1a3c3 382@code{sc-citation-nonnested-root-regexp}.
4009494e 383
16af873e
GM
384@node Information Keys and the Info Alist
385@chapter Information Keys and the Info Alist
4009494e
GM
386@cindex information keys
387@cindex Info Alist
388@cindex information extracted from mail fields
389@findex sc-mail-field
390@findex mail-field (sc-)
4009494e 391
4009494e
GM
392@dfn{Mail header information keys} are nuggets of information that
393Supercite extracts from the various mail headers of the original
998ad848
XF
394message, placed in the reply buffer by the MUA@. Information is kept
395in the @dfn{Info Alist} as key-value pairs, and can be retrieved for
396use in various places within Supercite, such as in header rewrite
397functions and attribution selection. Other bits of data, composed and
398created by Supercite, are also kept as key-value pairs in this alist.
399In the case of mail fields, the key is the name of the field, omitting
400the trailing colon. Info keys are always case insensitive (as are
401mail headers), and the value for a corresponding key can be retrieved
402from the alist with the @code{sc-mail-field} function. Thus, if the
76f1a3c3 403following fields were present in the original article:
4009494e
GM
404
405@example
406Date:@: 08 April 1991, 17:32:09 EST
407Subject:@: Better get out your asbestos suit
408@end example
409
410@vindex sc-mumble
411@vindex mumble (sc-)
412@noindent
413then, the following lisp constructs return:
414
415@example
416(sc-mail-field "date")
417==> "08 April 1991, 17:32:09 EST"
418
419(sc-mail-field "subject")
420==> "Better get out your asbestos suit"
421@end example
422
423Since the argument to @code{sc-mail-field} can be any string, it is
424possible that the mail field will not be present on the info alist
425(possibly because the mail header was not present in the original
998ad848 426message). In this case, @code{sc-mail-field} will return the value of
4009494e
GM
427the variable @code{sc-mumble}.
428
429Supercite always places all mail fields found in the yanked original
430article into the info alist. If possible, Supercite will also places
431the following keys into the info alist:
432
433@table @code
434@cindex sc-attribution info field
435@cindex attribution info field (sc-)
436@item "sc-attribution"
437the selected attribution string.
438
439@cindex sc-citation info field
440@cindex citation info field (sc-)
441@item "sc-citation"
442the non-nested citation string.
443
444@cindex sc-from-address info field
445@cindex from-address info field (sc-)
446@item "sc-from-address"
447email address extracted from the @samp{From:@:} field.
448
449@cindex sc-reply-address info field
450@cindex reply-address info field (sc-)
451@item "sc-reply-address"
452email address extracted from the @samp{Reply-To:@:} field.
453
454@cindex sc-sender-address info field
455@cindex sender-address info field (sc-)
456@item "sc-sender-address"
457email address extracted from the @samp{Sender:@:} field.
458
459@cindex sc-emailname info field
460@cindex emailname info field (sc-)
461@item "sc-emailname"
462email terminus extracted from the @samp{From:@:} field.
463
464@cindex sc-initials info field
465@cindex initials info field (sc-)
466@item "sc-initials"
467the author's initials.
468
469@cindex sc-author info field
470@cindex author info field (sc-)
471@item "sc-author"
472the author's full name.
473
474@cindex sc-firstname info field
475@cindex firstname info field (sc-)
476@item "sc-firstname"
477the author's first name.
478
479@cindex sc-lastname info field
480@cindex lastname info field (sc-)
481@item "sc-lastname"
482the author's last name.
483
484@cindex sc-middlename-1 info field
485@cindex middlename-1 info field (sc-)
486@item "sc-middlename-1"
487the author's first middle name.
488@end table
489
490If the author's name has more than one middle name, they will appear as
491info keys with the appropriate index (e.g., @code{"sc-middlename-2"},
76f1a3c3 492@dots{}). @xref{Selecting an Attribution}.
4009494e 493
16af873e 494@node Reference Headers
4009494e 495@chapter Reference Headers
16af873e 496@cindex reference headers
4009494e 497
4009494e
GM
498Supercite will insert an informative @dfn{reference header} at the
499beginning of the cited body of text, which display more detail about the
500original article and provides the mapping between the attribution and
501the original author in non-nested citations. Whereas the citation
502string usually only contains a portion of the original author's name,
503the reference header can contain such information as the author's full
504name, email address, the original article's subject, etc. In fact any
505information contained in the info alist can be inserted into a reference
506header.
507
4009494e
GM
508@menu
509* The Built-in Header Rewrite Functions::
510* Electric References::
511@end menu
4009494e
GM
512
513@cindex header rewrite functions
514@vindex sc-rewrite-header-list
515@vindex rewrite-header-list (sc-)
516There are a number of built-in @dfn{header rewrite functions} supplied
998ad848
XF
517by Supercite, but you can write your own custom header rewrite
518functions (perhaps using the built-in ones as examples). The variable
4009494e
GM
519@code{sc-rewrite-header-list} contains the list of such header rewrite
520functions. This list is consulted both when inserting the initial
521reference header, and when displaying @dfn{electric references}.
522@xref{Electric References}.
523
524@vindex sc-preferred-header-style
525@vindex preferred-header-style (sc-)
526When Supercite is initially run on a reply buffer (via
527@code{sc-cite-original}), it will automatically call one of these
998ad848 528functions. The one it uses is defined in the variable
4009494e
GM
529@code{sc-preferred-header-style}. The value of this variable is an
530integer which is an index into the @code{sc-rewrite-header-list},
531beginning at zero.
532
16af873e 533@node The Built-in Header Rewrite Functions
4009494e 534@section The Built-in Header Rewrite Functions
16af873e 535@cindex header rewrite functions, built-in
4009494e 536
4009494e 537Below are examples of the various built-in header rewrite functions.
1df7defd 538Please note the following: first, the text which appears in the
4009494e
GM
539examples below as @var{infokey} indicates that the corresponding value
540of the info key from the info alist will be inserted there.
541(@pxref{Information Keys and the Info Alist}). For example, in @code{sc-header-on-said}
542below, @var{date} and @var{from} correspond to the values of the
76f1a3c3 543@samp{Date:@:} and @samp{From:@:} mail headers respectively.
4009494e
GM
544
545@vindex sc-reference-tag-string
546@vindex reference-tag-string (sc-)
547Also, the string @code{">>>>>"} below is really the value of the
548variable @code{sc-reference-tag-string}. This variable is used in all
549built-in header rewrite functions, and you can customize its value to
550change the tag string globally.
551
552Finally, the references headers actually written may omit certain parts
553of the header if the info key associated with @var{infokey} is not
554present in the info alist. In fact, for all built-in headers, if the
555@samp{From:@:} field is not present in the mail headers, the entire
556reference header will be omitted (but this usually signals a serious
557problem either in your MUA or in Supercite's installation).
558
559@table @code
560@findex sc-no-header
561@findex no-header (sc-)
562@item sc-no-header
998ad848
XF
563This function produces no header. It should be used instead of
564@code{nil} to produce a blank header. This header can possibly
565contain a blank line after the @code{mail-header-separator} line.
4009494e
GM
566
567@item sc-no-blank-line-or-header
568@findex sc-no-blank-line-or-header
569@findex no-blank-line-or-header (sc-)
570This function is similar to @code{sc-no-header} except that any blank
571line after the @code{mail-header-separator} line will be removed.
572
573@item sc-header-on-said
574@findex sc-header-on-said
575@findex header-on-said (sc-)
576@code{>>>>> On @var{date}, @var{from} said:}
577
578@item sc-header-inarticle-writes
579@findex sc-header-inarticle-writes
580@findex header-inarticle-writes (sc-)
581@code{>>>>> In article @var{message-id}, @var{from} writes:}
582
583@item sc-header-regarding-adds
584@findex sc-header-regarding-adds
585@findex header-regarding-adds (sc-)
586@code{>>>>> Regarding @var{subject}; @var{from} adds:}
587
588@item sc-header-attributed-writes
589@findex sc-header-attributed-writes
590@findex header-attributed-writes (sc-)
591@code{>>>>> "@var{sc-attribution}" == @var{sc-author} <@var{sc-reply-address}> writes:}
592
593@item sc-header-author-writes
594@findex sc-header-author-writes
595@findex header-author-writes (sc-)
596@code{>>>>> @var{sc-author} writes:}
597
598@item sc-header-verbose
599@findex sc-header-verbose
600@findex header-verbose (sc-)
601@code{>>>>> On @var{date},}@*
602@code{>>>>> @var{sc-author}}@*
603@code{>>>>> from the organization of @var{organization}}@*
604@code{>>>>> who can be reached at:@: @var{sc-reply-address}}@*
605@code{>>>>> (whose comments are cited below with:@: "@var{sc-cite}")}@*
606@code{>>>>> had this to say in article @var{message-id}}@*
607@code{>>>>> in newsgroups @var{newsgroups}}@*
608@code{>>>>> concerning the subject of @var{subject}}@*
609@code{>>>>> see @var{references} for more details}
610@end table
611
16af873e 612@node Electric References
4009494e 613@section Electric References
16af873e 614@cindex electric references
4009494e 615
4009494e
GM
616By default, when Supercite cites the original message for the first
617time, it just goes ahead and inserts the reference header indexed by
618@code{sc-preferred-header-style}. However, you may want to select
998ad848
XF
619different reference headers based on the type of reply or forwarding
620you are doing. You may also want to preview the reference header
621before deciding whether to insert it into the reply buffer or
622not. Supercite provides an optional @dfn{electric reference} mode
623which you can drop into to give you this functionality.
4009494e
GM
624
625@vindex sc-electric-references-p
626@vindex electric-references-p (sc-)
627If the variable @code{sc-electric-references-p} is non-@code{nil},
628Supercite will bring up an electric reference mode buffer and place you
629into a recursive edit. The electric reference buffer is read-only, so
630you cannot directly modify the reference text until you exit electric
631references and insert the text into the reply buffer. But you can cycle
632through all the reference header rewrite functions in your
633@code{sc-rewrite-header-list}.
634
635You can also set a new preferred header style, jump to any header, or
998ad848 636jump to the preferred header. The header will be shown in the electric
4009494e
GM
637reference buffer and the header index and function name will appear in
638the echo area.
639
640The following commands are available while in electric reference mode
641(shown here with their default key bindings):
642
643@table @asis
644@item @code{sc-eref-next} (@kbd{n})
645@findex sc-eref-next
646@findex eref-next (sc-)
647@kindex n
648@vindex sc-electric-circular-p
649@vindex electric-circular-p (sc-)
998ad848 650Displays the next reference header in the electric reference buffer. If
4009494e
GM
651the variable @code{sc-electric-circular-p} is non-@code{nil}, invoking
652@code{sc-eref-next} while viewing the last reference header in the list
76f1a3c3 653will wrap around to the first header.
4009494e
GM
654
655@item @code{sc-eref-prev} (@kbd{p})
656@findex sc-eref-prev
657@findex eref-prev (sc-)
658@kindex p
659Displays the previous reference header in the electric reference buffer.
660If the variable @code{sc-electric-circular-p} is non-@code{nil},
76f1a3c3 661invoking @code{sc-eref-prev} will wrap around to the last header.
4009494e
GM
662
663@item @code{sc-eref-goto} (@kbd{g})
664@findex sc-eref-goto
665@findex eref-goto (sc-)
666@kindex g
667Goes to a specified reference header. The index (into the
668@code{sc-rewrite-header-list}) can be specified as a numeric argument to
669the command. Otherwise, Supercite will query you for the index in the
76f1a3c3 670minibuffer.
4009494e
GM
671
672@item @code{sc-eref-jump} (@kbd{j})
673@findex sc-eref-jump
674@findex eref-jump (sc-)
675@kindex j
676Display the preferred reference header, i.e., the one indexed by the current
677value of @code{sc-preferred-header-style}.
678
679@item @code{sc-eref-setn} (@kbd{s})
680@findex sc-eref-setn
681@findex eref-setn (sc-)
682@kindex s
683Set the preferred reference header (i.e.,
76f1a3c3 684@code{sc-preferred-header-style}) to the currently displayed header.
4009494e
GM
685
686@item @code{sc-eref-exit} (@kbd{C-j}, @key{RET}, and @key{ESC C-c})
687@kindex RET
688@kindex C-j
689@kindex q
690@findex sc-eref-exit
691@findex eref-exit (sc-)
692Exit from electric reference mode and insert the current header into the
76f1a3c3 693reply buffer.
4009494e
GM
694
695@item @code{sc-eref-abort} (@kbd{q}, @kbd{x})
696@findex sc-eref-abort
697@findex eref-abort (sc-)
698@kindex x
699Exit from electric reference mode without inserting the current header.
700@end table
701
702@vindex sc-electric-mode-hook
703@vindex electric-mode-hook (sc-)
704@noindent
705Supercite will execute the hook @code{sc-electric-mode-hook} before
706entering electric reference mode.
707
16af873e 708@node Getting Connected
4009494e 709@chapter Getting Connected
16af873e 710@cindex citation interface specification
52151df0
GM
711
712@vindex mail-citation-hook
713@cindex .emacs file
714In most cases, all that is necessary to begin using Supercite is to add
715the following to @file{~.emacs}:
716
717@example
718(add-hook 'mail-citation-hook 'sc-cite-original)
719@end example
720
721@noindent For more details of the process, read on@dots{}
722
4009494e
GM
723Hitting @kbd{C-c C-y} in your MUA's reply buffer yanks and cites the
724original message into the reply buffer. In reality, the citation of the
725original message is performed via a call through a configurable hook
726variable. The name of this variable has been agreed to in advance as
727part of the @dfn{citation interface specification}. By default this
728hook variable has a @code{nil} value, which the MUA recognizes to mean,
729``use your default citation function.'' When you add Supercite's
730citation function to the hook, thereby giving the variable a
731non-@code{nil} value, it tells the MUA to run the hook via
76f1a3c3 732@code{run-hooks} instead of using the default citation.
4009494e 733
4009494e
GM
734Early in Supercite's development, the Supercite author, a few MUA
735authors, and some early Supercite users got together and agreed upon a
736standard interface between MUAs and citation packages (of which
52151df0
GM
737Supercite is currently the only known add-on @t{:-)}. Supercite can
738probably be used with most Emacs MUAs, with a greater or lesser degree
739of effort.
4009494e
GM
740
741To learn exactly how to connect Supercite to the software systems you
742are using, read the appropriate following sections. For details on the
743interface specifications, or if you are writing or maintaining an MUA,
744@pxref{Hints to MUA Authors}.
745
746@cindex autoload
747@cindex .emacs file
748@findex sc-cite-original
749@findex cite-original (sc-)
4009494e
GM
750The first thing that everyone should do, regardless of the MUA you are
751using is to set up Emacs so it will load Supercite at the appropriate
52151df0
GM
752time. This happens automatically if Supercite is distributed with your
753Emacs version. If not, you can set up an @dfn{autoload} for Supercite.
754
755To do the latter, put the following in your @file{.emacs} file:
4009494e
GM
756
757@example
52151df0 758(autoload 'sc-cite-original "supercite" nil t)
4009494e
GM
759@end example
760
761@cindex point
762@cindex mark
763The function @code{sc-cite-original} is the top-level Supercite function
764designed to be run from the citation hook. It expects
765@samp{point} and @samp{mark} to be set around the region to cite, and it
766expects the original article's mail headers to be present within this
767region. Note that Supercite @emph{never} touches any text outside this
52151df0 768region. Note further that the region need not be active
4009494e 769for @code{sc-cite-original} to do its job.
76f1a3c3 770@xref{Hints to MUA Authors}.
4009494e
GM
771
772The other step in the getting connected process is to make sure your
773MUA calls @code{sc-cite-original} at the right time. As mentioned
774above, some MUAs handle this differently. Read the sections that follow
775pertaining to the MUAs you are using.
776
777@vindex sc-load-hook
778@vindex load-hook (sc-)
779@vindex sc-pre-hook
780@vindex pre-hook (sc-)
781One final note. After Supercite is loaded into your Emacs session, it
782runs the hook @code{sc-load-hook}. You can put any customizations into
783this hook since it is only run once. This will not work, however, if
44e97401 784your Emacs maintainer has put Supercite into your dumped Emacs image.
4009494e
GM
785In that case, you can use the @code{sc-pre-hook} variable, but this will
786get executed every time @code{sc-cite-original} is called. @xref{Reply
76f1a3c3 787Buffer Initialization}.
4009494e 788
16af873e 789@node Replying and Yanking
4009494e 790@chapter Replying and Yanking
4009494e
GM
791
792This chapter explains what happens when you reply and yank an original
793message from an MUA.
794
795@menu
796* Reply Buffer Initialization::
797* Filling Cited Text::
798@end menu
c342cead 799
16af873e
GM
800@node Reply Buffer Initialization
801@section Reply Buffer Initialization
4009494e
GM
802@findex sc-cite-original
803@findex cite-original (sc-)
4009494e 804
4009494e
GM
805Executing @code{sc-cite-original} performs the following steps as it
806initializes the reply buffer:
807
808@enumerate
809@item
810@vindex sc-pre-hook
811@vindex pre-hook (sc-)
812@emph{Runs @code{sc-pre-hook}.}
813This hook variable is run before @code{sc-cite-original} does any other
814work. You could conceivably use this hook to set certain Supercite
815variables based on the reply buffer's mode or name (i.e., to do
816something different based on whether you are replying or following up to
76f1a3c3 817an article).
4009494e
GM
818
819@item
820@emph{Inserts Supercite's keymap.}
821@vindex sc-mode-map-prefix
822@vindex mode-map-prefix (sc-)
823@kindex C-c C-p
824@cindex keymap prefix
825Supercite provides a number of commands for performing post-yank
826modifications to the reply buffer. These commands are installed on
827Supercite's top-level keymap. Since Supercite has to interface with a
828wide variety of MUAs, it does not install all of its commands directly
829into the reply buffer's keymap. Instead, it puts its commands on a
830keymap prefix, then installs this prefix onto the buffer's keymap. What
831this means is that you typically have to type more characters to invoke
832a Supercite command, but Supercite's key bindings can be made much more
833consistent across MUAs.
834
835You can control what key Supercite uses as its keymap prefix by changing
836the variable @code{sc-mode-map-prefix}. By default, this variable is
837set to @code{C-c C-p}; a finger twister perhaps, but unfortunately the
838best default due to the scarcity of available key bindings in many MUAs.
839
840@item
841@emph{Turns on Supercite minor mode.}
842@cindex modeline
843The modeline of the reply buffer should indicate that Supercite is
844active in that buffer by displaying the string @samp{SC}.
845
846@item
847@emph{Sets the ``Undo Boundary.''}
848@cindex undo boundary
849Supercite sets an undo boundary before it begins to modify the original
850yanked text. This allows you to easily undo Supercite's changes to
851affect alternative citing styles.
852
853@item
854@emph{Processes the mail headers.}
855@vindex sc-confirm-always-p
856@vindex confirm-always-p (sc-)
857@vindex sc-mail-warn-if-non-rfc822-p
858@vindex mail-warn-if-non-rfc822-p (sc-)
859All previously retrieved info key-value pairs are deleted from the info
860alist, then the mail headers in the body of the yanked message are
998ad848 861scanned. Info key-value pairs are created for each header found. Also,
4009494e
GM
862such useful information as the author's name and email address are
863extracted. If the variable @code{sc-mail-warn-if-non-rfc822-p} is
864non-@code{nil}, then Supercite will warn you if it finds a mail header
865that does not conform to RFC822. This is rare and indicates a problem
866either with your MUA or the original author's MUA, or some MTA (mail
867transport agent) along the way.
868
869@vindex sc-nuke-mail-headers
870@vindex sc-nuke-mail-header-list
871@vindex nuke-mail-headers (sc-)
872@vindex nuke-mail-header-list (sc-)
873Once the info keys have been extracted from the mail headers, the
874headers are nuked from the reply buffer. You can control exactly which
875headers are removed or kept, but by default, all headers are removed.
876
877There are two variables which control mail header nuking. The variable
878@code{sc-nuke-mail-headers} controls the overall behavior of the header
879nuking routines. By setting this variable to @code{'all}, you
880automatically nuke all mail headers. Likewise, setting this variable to
881@code{'none} inhibits nuking of any mail headers. In between these
882extremes, you can tell Supercite to nuke only a specified list of mail
883headers by setting this variable to @code{'specified}, or to keep only a
884specified list of headers by setting it to @code{'keep}.
885
886If @code{sc-nuke-mail-headers} is set to @code{'specified} or
887@code{'keep}, then the variable @code{sc-nuke-mail-header-list} is
888consulted for the list of headers to nuke or keep. This variable
889contains a list of regular expressions. If the mail header line matches
890a regular expression in this list, the header will be nuked or kept.
891The line is matched against the regexp using @code{looking-at} rooted at
892the beginning of the line.
893
894@vindex sc-blank-lines-after-headers
895@vindex blank-lines-after-headers (sc-)
896If the variable @code{sc-blank-lines-after-headers} is non-@code{nil},
897it contains the number of blank lines remaining in the buffer after mail
898headers are nuked. By default, only one blank line is left in the buffer.
899
900@item
901@emph{Selects the attribution and citation strings.}
902Once the mail headers have been processed, Supercite selects a
903attribution string and a citation string which it will use to cite the
904original message. @xref{Selecting an Attribution}, for details.
905
906@item
907@emph{Cites the message body.}
908@vindex sc-cite-region-limit
909@vindex cite-region-limit (sc-)b
910After the selection of the attribution and citation strings, Supercite
911cites the original message by inserting the citation string prefix in
912front of every uncited line. You may not want Supercite to
913automatically cite very long messages however. For example, some email
914could contain a smaller header section followed by a huge uuencoded
915message. It wouldn't make sense to cite the uuencoded message part when
916responding to the original author's short preface. For this reason,
917Supercite provides a variable which limits the automatic citation of
918long messages to a certain maximum number of lines. The variable is
919called @code{sc-cite-region-limit}. If this variable contains an
920integer, messages with more lines that this will not be cited at all,
921and a warning message will be displayed. Supercite has performed
922everything necessary, though, for you to manually cite only the small
923portion of the original message that you want to use.
924
925If @code{sc-cite-region-limit} contains a non-@code{nil} value, the
926original message will always be cited, regardless of its size. If the
927variable contains the value @code{nil}, the region will never be cited
928automatically. Use this if you always want to be able to edit and cite
929the message manually.
930
931@vindex sc-cite-blank-lines-p
932@vindex cite-blank-lines-p (sc-)
933The variable @code{sc-cite-blank-lines-p} controls whether blank lines
934in the original message should be cited or not. If this variable is
935non-@code{nil}, blank lines will be cited just like non-blank lines.
936Otherwise, blank lines will be treated as paragraph separators.
937
998ad848 938Citing of the original message is highly configurable. Supercite's
4009494e
GM
939default setup does a pretty good job of citing many common forms of
940previously cited messages. But there are as many citation styles out
941there as people on the net, or just about! It would be impossible for
942Supercite to anticipate every style in existence, and you probably
943wouldn't encounter them all anyway. But you can configure Supercite to
944recognize those styles you see often.
76f1a3c3 945@xref{Configuring the Citation Engine}, for details.
4009494e
GM
946
947@item
948@emph{Runs @code{sc-post-hook}.}
949@vindex sc-post-hook
950@vindex post-hook (sc-)
951This variable is very similar to @code{sc-pre-hook}, except that it runs
998ad848
XF
952after @code{sc-cite-original} is finished. This hook is provided mostly
953for completeness and backward compatibility. Perhaps it could be used to
76f1a3c3 954reset certain variables set in @code{sc-pre-hook}.
4009494e
GM
955@end enumerate
956
16af873e
GM
957@node Filling Cited Text
958@section Filling Cited Text
4009494e
GM
959@cindex filling paragraphs
960@vindex sc-auto-fill-region-p
961@vindex auto-fill-region-p (sc-)
962@cindex filladapt
963@cindex gin-mode
964@findex sc-setup-filladapt
965@findex setup-filladapt (sc-)
966@vindex sc-load-hook
967@vindex load-hook (sc-)
4009494e 968
4009494e
GM
969Supercite will automatically fill newly cited text from the original
970message unless the variable @code{sc-auto-fill-region-p} has a
971@code{nil} value. Supercite will also re-fill paragraphs when you
972manually cite or re-cite text.
973
974However, during normal editing, Supercite itself cannot be used to fill
975paragraphs. This is a change from version 2. There are other add-on
976lisp packages which do filling much better than Supercite ever did. The
977two best known are @dfn{filladapt} and @dfn{gin-mode}. Both work well
978with Supercite and both are available at the normal Emacs Lisp archive
979sites. @dfn{gin-mode} works pretty well out of the box, but if you use
980@dfn{filladapt}, you may want to run the function
981@code{sc-setup-filladapt} from your @code{sc-load-hook}. This simply
982makes @dfn{filladapt} a little more Supercite savvy than its default
983setup.
984
985@vindex sc-fixup-whitespace-p
986@vindex fixup-whitespace-p (sc-)
987Also, Supercite will collapse leading whitespace between the citation
988string and the text on a line when the variable
989@code{sc-fixup-whitespace-p} is non-@code{nil}. The default value for
76f1a3c3 990this variable is @code{nil}.
4009494e
GM
991
992@vindex fill-prefix
993Its important to understand that Supercite's automatic filling (during
994the initial citation of the reply) is very fragile. That is because
995figuring out the @code{fill-prefix} for a particular paragraph is a
996really hard thing to do automatically. This is especially the case when
997the original message contains code or some other text where leading
998whitespace is important to preserve. For this reason, many Supercite
999users typically run with @code{sc-auto-fill-region-p} (and possibly also
1000@code{sc-fixup-whitespace-p}) set to @code{nil}. They then manually
1001fill each cited paragraph in the reply buffer.
1002
1003I usually run with both these variables containing their default values.
1004When Supercite's automatic filling breaks on a particular message, I
44e97401 1005will use Emacs's undo feature to undo back before the citation was
4009494e
GM
1006applied to the original message. Then I'll toggle the variables and
1007manually cite those paragraphs that I don't want to fill or collapse
76f1a3c3 1008whitespace on. @xref{Variable Toggling Shortcuts}.
4009494e
GM
1009
1010@kindex C-c C-p C-p
1011If you find that Supercite's automatic filling is just too fragile for
1012your tastes, you might consider one of these alternate approaches.
1013Also, to make life easier, a shortcut function to toggle the state of
1014both of these variables is provided on the key binding
1015@kbd{C-c C-p C-p} (with the default value of @code{sc-mode-map-prefix};
76f1a3c3 1016@pxref{Post-yank Formatting Commands}).
4009494e
GM
1017
1018You will noticed that the minor mode string will
998ad848 1019show the state of these variables as qualifier characters. When both
4009494e
GM
1020variables are @code{nil}, the Supercite minor mode string will display
1021@samp{SC}. When just @code{sc-auto-fill-region-p} is non-@code{nil}, the
1022string will display @samp{SC:f}, and when just
1023@code{sc-fixup-whitespace-p} is non-@code{nil}, the string will display
1024@samp{SC:w}. When both variables are non-@code{nil}, the string will
1025display @samp{SC:fw}. Note that the qualifiers chosen are mnemonics for
1026the default bindings of the toggling function for each respective
1027variable.
76f1a3c3 1028@xref{Variable Toggling Shortcuts}.
4009494e
GM
1029
1030Why are these variables not set to @code{nil} by default? It is because
1031many users won't manually fill paragraphs that are Supercited, and there
1032have been widespread complaints on the net about mail and news messages
1033containing lines greater than about 72 characters. So the default is to
1034fill cited text.
1035
16af873e
GM
1036@node Selecting an Attribution
1037@chapter Selecting an Attribution
4009494e
GM
1038@cindex attribution list
1039@vindex sc-preferred-attribution-list
1040@vindex preferred-attribution-list (sc-)
4009494e 1041
4009494e 1042As you know, the attribution string is the part of the author's name
998ad848 1043that will be used to composed a non-nested citation string. Supercite
4009494e
GM
1044scans the various mail headers present in the original article and uses
1045a number of heuristics to extract strings which it puts into the
998ad848
XF
1046@dfn{attribution association list} or @dfn{attribution alist}. This is
1047analogous, but different than, the info alist previously mentioned. Each
4009494e
GM
1048element in the attribution alist is a key-value pair containing such
1049information as the author's first name, middle names, and last name, the
1050author's initials, and the author's email terminus.
1051
4009494e
GM
1052@menu
1053* Attribution Preferences::
1054* Anonymous Attributions::
1055* Author Names::
1056@end menu
4009494e 1057
16af873e 1058@node Attribution Preferences
4009494e 1059@section Attribution Preferences
4009494e 1060
4009494e
GM
1061When you cite an original message, you can tell Supercite which part of
1062the author's name you would prefer it to use as the attribution. The
1063variable @code{sc-preferred-attribution-list} controls this; it contains
1064keys which are matched against the attribution alist in the given order.
1065The first value of a key that produces a non-@code{nil}, non-empty
1066string match is used as the attribution string, and if no keys match, a
1067secondary mechanism is used to generate the attribution.
1068@xref{Anonymous Attributions}.
1069
1070The following preferences are always available in the attribution alist
1071(barring error):
1072
1073@table @code
1074@item "emailname"
1075the author's email terminus.
1076
1077@item "initials"
1078the author's initials.
1079
1080@item "firstname"
1081the author's first name.
1082
1083@item "lastname"
1084the author's last name.
1085
1086@item "middlename-1"
1087the author's first middle name.
1088
1089@item "sc-lastchoice"
998ad848 1090the last attribution string you have selected. This is useful when you
76f1a3c3 1091recite paragraphs in the reply.
4009494e
GM
1092
1093@item "sc-consult"
1094@vindex sc-attrib-selection-list
1095@vindex attrib-selection-list (sc-)
1096consults the customizable list @code{sc-attrib-selection-list} which can
1097be used to select special attributions based on the value of any info
1098key. See below for details.
1099
1100@item "x-attribution"
998ad848 1101the original author's suggestion for attribution string choice. See below
76f1a3c3 1102for details.
4009494e
GM
1103@end table
1104
1105Middle name indexes can be any positive integer greater than zero,
1106though it is unlikely that many authors will have more than one middle
1107name, if that many.
1108
1109At this point, let me digress into a discussion of etiquette. It is my
1110belief that while the style of the citations is a reflection of the
1111personal tastes of the replier (i.e., you), the attribution selection is
1112ultimately the personal choice of the original author. In a sense it is
1113his or her ``net nickname'', and therefore the author should have some
1114say in the selection of attribution string. Imagine how you would feel
1115if someone gave you a nickname that you didn't like?
1116
1117For this reason, Supercite recognizes a special mail header,
1118@samp{X-Attribution:}, which if present, tells Supercite the attribution
1119string preferred by the original author. It is the value of this header
1120that is associated with the @code{"x-attribution"} key in the
1121attribution alist. Currently, you can override the preference of this
1122key by changing @code{sc-preferred-attribution-list}, but that isn't
1123polite, and in the future Supercite may hard-code this. For now, it is
1124suggested that if you change the order of the keys in this list, that
1125@code{"x-attribution"} always be first, or possible second behind only
1126@code{"sc-lastchoice"}. This latter is the default.
1127
1128@vindex sc-attrib-selection-list
1129@vindex attrib-selection-list (sc-)
1130The value @code{"sc-consult"} in @code{sc-preferred-attribution-list}
1131has a special meaning during attribution selection. When Supercite
1132encounters this preference, it begins processing a customizable list of
1133attributions, contained in the variable @code{sc-attrib-selection-list}.
1134Each element in this list contains lists of the following form:
1135
1136@example
1137@group
1df7defd
PE
1138(@var{infokey} ((@var{regexp} . @var{attribution})
1139 (@var{regexp} . @var{attribution})
4009494e
GM
1140 (@dots{})))
1141@end group
1142@end example
1143
1144@noindent
1145@findex sc-mail-field
1146@findex mail-field (sc-)
1147where @var{infokey} is a key for @code{sc-mail-field} and @var{regexp}
998ad848 1148is a regular expression to match against the @var{infokey}'s value. If
4009494e
GM
1149@var{regexp} matches the @var{infokey}'s value, the @var{attribution} is
1150used as the attribution string. Actually, @var{attribution} can be a
1151string or a list; if it is a list, it is @code{eval}uated and the return
1152value (which must be a string), is used as the attribution.
1153
1154This can be very useful for when you are replying to net acquaintances
1155who do not use the @samp{X-Attribution:@:} mail header. You may know
1156what nickname they would prefer to use, and you can set up this list to
1157match against a specific mail field, e.g., @samp{From:@:}, allowing you
1158to cite your friend's message with the appropriate attribution.
1159
16af873e
GM
1160@node Anonymous Attributions
1161@section Anonymous Attributions
4009494e
GM
1162@vindex sc-default-author-name
1163@vindex default-author-name (sc-)
1164@vindex sc-default-attribution
1165@vindex default-attribution (sc-)
4009494e 1166
4009494e
GM
1167When the author's name cannot be found in the @samp{From:@:} mail
1168header, a fallback author name and attribution string must be supplied.
1169The fallback author name is contained in the variable
1170@code{sc-default-author-name} and the fallback attribution string is
1171contained in the variable @code{sc-default-attribution}. Default values
1172for these variables are @code{"Anonymous"} and @code{"Anon"},
998ad848 1173respectively. Note that in most circumstances, getting the default
4009494e
GM
1174author name or attribution is a sign that something is set up
1175incorrectly.
1176
1177@vindex sc-use-only-preference-p
1178@vindex use-only-preference-p (sc-)
1179Also, if the preferred attribution, which you specified in your
1180@code{sc-preferred-attribution-list} variable cannot be found, a
998ad848 1181secondary method can be employed to find a valid attribution string. The
4009494e
GM
1182variable @code{sc-use-only-preference-p} controls what happens in this
1183case. If the variable's value is non-@code{nil}, then
1184@code{sc-default-author-name} and @code{sc-default-attribution} are
1185used, otherwise, the following steps are taken to find a valid
1186attribution string, and the first step to return a non-@code{nil},
76f1a3c3 1187non-empty string becomes the attribution:
4009494e
GM
1188
1189@enumerate
1190@item
1191Use the last selected attribution, if there is one.
1192
1193@item
1194Use the value of the @code{"x-attribution"} key.
1195
1196@item
1197Use the author's first name.
1198
1199@item
1200Use the author's last name.
1201
1202@item
1203Use the author's initials.
1204
1205@item
1206Find the first non-@code{nil}, non-empty attribution string in the
1207attribution alist.
1208
1209@item
1210@code{sc-default-attribution} is used.
1211@end enumerate
1212
1213@vindex sc-confirm-always-p
1214@vindex confirm-always-p (sc-)
1215Once the attribution string has been automatically selected, a number of
998ad848 1216things can happen. If the variable @code{sc-confirm-always-p} is
4009494e 1217non-@code{nil}, you are queried for confirmation of the chosen
998ad848 1218attribution string. The possible values for completion are those strings
4009494e 1219in the attribution alist, however you are not limited to these choices.
998ad848 1220You can type any arbitrary string at the confirmation prompt. The string
4009494e
GM
1221you enter becomes the value associated with the @code{"sc-lastchoice"}
1222key in the attribution alist.
1223
1224@vindex sc-downcase-p
1225@vindex downcase-p (sc-)
1226Once an attribution string has been selected, Supercite will force the
1227string to lower case if the variable @code{sc-downcase-p} is
1228non-@code{nil}.
1229
1230@vindex sc-attribs-preselect-hook
1231@vindex attribs-preselect-hook (sc-)
1232@vindex sc-attribs-postselect-hook
1233@vindex attribs-postselect-hook (sc-)
1234
1235Two hook variables provide even greater control of the attribution
1236selection process. The hook @code{sc-attribs-preselect-hook} is run
1237before any attribution is selected. Likewise, the hook
1238@code{sc-attribs-postselect-hook} is run after the attribution is
1239selected (and the corresponding citation string is built), but before
1240these values are committed for use by Supercite. During the
1241post-selection hook, the local variables @code{attribution} and
1242@code{citation} are bound to the appropriate strings. By changing these
1243variables in your hook functions, you change the attribution and
1244citation strings used by Supercite. One possible use of this would be
1245to override any automatically derived attribution string when it is only
1df7defd 1246one character long; e.g., you prefer to use @code{"initials"} but the
76f1a3c3 1247author only has one name.
4009494e 1248
16af873e 1249@node Author Names
4009494e 1250@section Author Names
16af873e 1251@cindex author names
4009494e 1252
4009494e
GM
1253Supercite employs a number of heuristics to decipher the author's name
1254based on value of the @samp{From:@:} mail field of the original message.
1255Supercite can recognize almost all of the common @samp{From:@:} field
1256formats in use. If you encounter a @samp{From:@:} field that Supercite
52151df0 1257cannot parse, please report this bug using @kbd{M-x report-emacs-bug}.
4009494e
GM
1258
1259@vindex sc-titlecue-regexp
1260@vindex titlecue-regexp (sc-)
1261There are a number of Supercite variables that control how author names
1262are extracted from the @samp{From:@:} header. Some headers may contain a
1263descriptive title as in:
1264
1265@example
1266From:@: computer!speedy!doe (John Xavier-Doe -- Decent Hacker)
1267@end example
1268
1269Supercite knows which part of the @samp{From:@:} header is email address
1270and which part is author name, but in this case the string @code{"Decent
1271Hacker"} is not part of the author's name. You can tell Supercite to
1272ignore the title, while still recognizing hyphenated names through the
1273use of a regular expression in the variable @code{sc-titlecue-regexp}.
1274This variable has the default value of @code{"\\\\s +-+\\\\s +"}. Any
1275text after this regexp is encountered is ignored as noise.
1276
1277@vindex sc-name-filter-alist
1278@vindex name-filter-alist (sc-)
1279Some @samp{From:@:} headers may contain extra titles in the name fields
1280not separated by a title cue, but which are nonetheless not part of the
1281author's name proper. Examples include the titles ``Dr.'', ``Mr.'',
1282``Ms.'', ``Jr.'', ``Sr.'', and ``III'' (e.g., Thurston Howe, the Third).
1283Also, some companies prepend or append the name of the division,
1284organization, or project on the author's name. All of these titles are
1285noise which should be ignored. The variable @code{sc-name-filter-alist}
998ad848 1286is used for this purpose. As implied by its name, this variable is an
4009494e
GM
1287association list, where each element is a cons cell of the form:
1288
1289@example
1df7defd 1290(@var{regexp} . @var{position})
4009494e
GM
1291@end example
1292
1293@noindent
1294where @var{regexp} is a regular expression that is matched (using
1295@code{string-match}) against each element of the @samp{From:@:} field's
1296author name. @var{position} is a position indicator, starting at zero.
998ad848 1297Thus to strip out all titles of ``Dr.'', ``Mr.'', etc. from the name,
4009494e
GM
1298@code{sc-name-filter-alist} would have an entry such as:
1299
1300@example
1df7defd 1301("^\\(Mr\\|Mrs\\|Ms\\|Dr\\)[.]?$" . 0)
4009494e
GM
1302@end example
1303
1304@noindent
1305which only removes them if they appear as the first word in the name.
1306The position indicator is an integer, or one of the two special symbols
1307@code{last} or @code{any}. @code{last} always matches against the last
1308word in the name field, while @code{any} matches against every word in
1309the name field.
1310
16af873e
GM
1311@node Configuring the Citation Engine
1312@chapter Configuring the Citation Engine
4009494e
GM
1313@cindex Regi
1314@cindex frames (Regi)
1315@cindex entries (Regi)
4009494e 1316
4009494e
GM
1317At the heart of Supercite is a regular expression interpreting engine
1318called @dfn{Regi}. Regi operates by interpreting a data structure
1319called a Regi-frame (or just @dfn{frame}), which is a list of
1320Regi-entries (or just @dfn{entry}). Each entry contains a predicate,
1321typically a regular expression, which is matched against a line of text
1322in the current buffer. If the predicate matches true, an associated
1323expression is @code{eval}uated. In this way, an entire region of text
1324can be transformed in an @emph{awk}-like manner. Regi is used
1325throughout Supercite, from mail header information extraction, to header
1326nuking, to citing text.
1327
4009494e
GM
1328@menu
1329* Using Regi::
1330* Frames You Can Customize::
1331@end menu
4009494e
GM
1332
1333While the details of Regi are discussed below (@pxref{Using Regi}), only
1334those who wish to customize certain aspects of Supercite need concern
1335themselves with it. It is important to understand though, that any
1336conceivable citation style that can be described by a regular expression
1337can be recognized by Supercite. This leads to some interesting
1338applications. For example, if you regularly receive email from a
1339co-worker that uses an uncommon citation style (say one that employs a
1340@samp{|} or @samp{@}} character at the front of the line), it is
1341possible for Supercite to recognize this and @emph{coerce} the citation
1342to your preferred style, for consistency. In theory, it is possible for
1343Supercite to recognize such things as uuencoded messages or C code and
1344cite or fill those differently than normal text. None of this is
1345currently part of Supercite, but contributions are welcome!
1346
16af873e
GM
1347@node Using Regi
1348@section Using Regi
4009494e
GM
1349@findex regi-interpret
1350@findex eval
1351@findex looking-at
4009494e 1352
4009494e
GM
1353Regi works by interpreting frames with the function
1354@code{regi-interpret}. A frame is a list of arbitrary size where each
1355element is a entry of the following form:
1356
1357@example
1358(@var{pred} @var{func} [@var{negate-p} [@var{case-fold-search}]])
1359@end example
1360
1361Regi starts with the first entry in a frame, evaluating the @var{pred}
1362of that entry against the beginning of the line that @samp{point} is on.
1363If the @var{pred} evaluates to true (or false if the optional
1364@var{negate-p} is non-@code{nil}), then the @var{func} for that entry is
1365@code{eval}uated. How processing continues is determined by the return
1366value for @var{func}, and is described below. If @var{pred} was false
1367the next entry in the frame is checked until all entries have been
1368matched against the current line. If no entry matches, @samp{point} is
1369moved forward one line and the frame is reset to the first entry.
1370
1371@var{pred} can be a string, a variable, a list or one of the following
1372symbols: @code{t}, @code{begin}, @code{end}, or @code{every}. If
1373@var{pred} is a string, or a variable or list that @code{eval}uates to a
1374string, it is interpreted as a regular expression. This regexp is
1375matched against the current line, from the beginning, using
1376@code{looking-at}. This match folds case if the optional
1377@var{case-fold-search} is non-@code{nil}. If @var{pred} is not a
1378string, or does not @code{eval}uate to a string, it is interpreted as a
76f1a3c3 1379binary value (@code{nil} or non-@code{nil}).
4009494e
GM
1380
1381The four special symbol values for @var{pred} are recognized:
1382
1383@table @code
1384@item t
1385Always produces a true outcome.
1386@item begin
998ad848 1387Always executed before the frame is interpreted. This can be used to
4009494e
GM
1388initialize some global variables for example.
1389@item end
998ad848 1390Always executed after frame interpreting is completed. This can be used
4009494e
GM
1391to perform any necessary post-processing.
1392@item every
1393Executes whenever the frame is reset, usually after the entire frame has
1394been matched against the current line.
1395@end table
1396
1397Note that @var{negate-p} and @var{case-fold-search} are ignored if
1398@var{pred} is one of these special symbols. Only the first occurrence of
1399each symbol in a frame is used; any duplicates are ignored. Also
1400note that for performance reasons, the entries associated with these
1401symbols are removed from the frame during the main interpreting loop.
1402
1403Your @var{func} can return certain values which control continued Regi
1404processing. By default, if your @var{func} returns @code{nil} (as it
1405should be careful to do explicitly), Regi will reset the frame to the
1406first entry, and advance @samp{point} to the beginning of the next line.
1407If a list is returned from your function, it can contain any combination
76f1a3c3 1408of the following elements:
4009494e
GM
1409
1410@table @asis
1411@item the symbol @code{continue}
1412This tells Regi to continue processing entries after a match, instead of
998ad848 1413resetting the frame and moving @samp{point}. In this way, lines of text
4009494e
GM
1414can have multiple matches, but you have to be careful to avoid entering
1415infinite loops.
1416
1417@item the symbol @code{abort}
998ad848 1418This tells Regi to terminate frame processing. However, any @code{end}
4009494e
GM
1419entry is still processed.
1420
1421@item the list @code{(frame . @var{newframe})}
1422This tells Regi to substitute @var{newframe} as the frame it is
1423interpreting. In other words, your @var{func} can modify the Regi frame
1424on the fly. @var{newframe} can be a variable containing a frame, or it
76f1a3c3 1425can be the frame in-lined.
4009494e
GM
1426
1427@item the list @code{(step . @var{step})}
1428Tells Regi to move @var{step} number of lines forward as it continues
998ad848 1429processing. By default, Regi moves forward one line. @var{step} can be
76f1a3c3 1430zero or negative of course, but watch out for infinite loops.
4009494e
GM
1431@end table
1432
1433During execution of your @var{func}, the following variables will be
76f1a3c3 1434temporarily bound to some useful information:
4009494e
GM
1435
1436@table @code
1437@item curline
1438The current line in the buffer that Regi is @code{looking-at}, as a string.
1439@item curframe
1440The current frame being interpreted.
1441@item curentry
1442The current frame entry being interpreted.
1443@end table
1444
16af873e 1445@node Frames You Can Customize
4009494e 1446@section Frames You Can Customize
16af873e 1447@vindex sc-nuke-mail-header
4009494e 1448
4009494e
GM
1449As mentioned earlier, Supercite uses various frames to perform
1450certain jobs such as mail header information extraction and mail header
1451nuking. However, these frames are not available for you to customize,
1452except through abstract interfaces such as @code{sc-nuke-mail-header},
1453et al.
1454
1455@vindex sc-default-cite-frame
1456However, the citation frames Supercite uses provide a lot of customizing
1457power and are thus available to you to change to suit your needs. The
1458workhorse of citation is the frame contained in the variable
1459@code{sc-default-cite-frame}. This frame recognizes many situations,
1460such as blank lines, which it interprets as paragraph separators. It
1461also recognizes previously cited nested and non-nested citations in the
1462original message. By default it will coerce non-nested citations into
1463your preferred citation style, and it will add a level of citation to
1464nested citations. It will also simply cite uncited lines in your
1465preferred style.
1466
1467@cindex unciting
1468@cindex reciting
1469@vindex sc-default-uncite-frame
1470@vindex sc-default-recite-frame
1471In a similar vein, there are default frames for @dfn{unciting} and
1472@dfn{reciting}, contained in the variables
1473@code{sc-default-uncite-frame} and @code{sc-default-recite-frame}
76f1a3c3 1474respectively.
4009494e
GM
1475
1476As mentioned earlier (@pxref{Recognizing Citations}), citations are
1477recognized through the values of the regular expressions
1478@code{sc-citation-root-regexp}, et al. To recognize odd styles, you
1479could modify these variables, or you could modify the default citing
1480frame. Alternatively, you could set up association lists of frames for
1481recognizing specific alternative forms.
1482
1483@vindex sc-cite-frame-alist
1484@vindex sc-uncite-frame-alist
1485@vindex sc-recite-frame-alist
f99f1641 1486For each of the actions---citing, unciting, and reciting---an alist is
4009494e
GM
1487consulted to find the frame to use (@code{sc-cite-frame-alist},
1488@code{sc-uncite-frame-alist}, and @code{sc-recite-frame-alist}
1489respectively). These frames can contain alists of the form:
1490
1491@example
1df7defd
PE
1492((@var{infokey} (@var{regexp} . @var{frame}) (@var{regexp} . @var{frame}) @dots{})
1493 (@var{infokey} (@var{regexp} . @var{frame}) (@var{regexp} . @var{frame}) @dots{})
4009494e
GM
1494 (@dots{}))
1495@end example
1496
1497@vindex sc-mail-field
1498@findex string-match
1499Where @var{infokey} is a key suitable for @code{sc-mail-field},
1500@var{regexp} is a regular expression which is @code{string-match}'d
1501against the value of the @code{sc-mail-field} key, and @var{frame} is
1502the frame to use if a match occurred. @var{frame} can be a variable
76f1a3c3 1503containing a frame or a frame in-lined.
4009494e
GM
1504
1505When Supercite is about to cite, uncite, or recite a region, it consults
1506the appropriate alist and attempts to find a frame to use. If one
1507is not found from the alist, then the appropriate default frame is used.
1508
16af873e
GM
1509@node Post-yank Formatting Commands
1510@chapter Post-yank Formatting Commands
4009494e
GM
1511@vindex sc-mode-map-prefix
1512@vindex mode-map-prefix (sc-)
1513@kindex C-c C-p
4009494e 1514
4009494e
GM
1515Once the original message has been yanked into the reply buffer, and
1516@code{sc-cite-original} has had a chance to do its thing, a number of
998ad848 1517useful Supercite commands will be available to you. Since there is wide
4009494e
GM
1518variety in the keymaps that MUAs set up in their reply buffers, it is
1519next to impossible for Supercite to properly sprinkle its commands into
1520the existing keymap. For this reason Supercite places its commands on a
1521separate keymap, putting this keymap onto a prefix key in the reply
998ad848 1522buffer. You can customize the prefix key Supercite uses by changing the
4009494e
GM
1523variable @code{sc-mode-map-prefix}. By default, the
1524@code{sc-mode-map-prefix} is @kbd{C-c C-p}; granted, not a great choice,
1525but unfortunately the best general solution so far. In the rest of this
1526chapter, we'll assume you've installed Supercite's keymap on the default
76f1a3c3 1527prefix.
4009494e 1528
4009494e
GM
1529@menu
1530* Citing Commands::
1531* Insertion Commands::
1532* Variable Toggling Shortcuts::
1533* Mail Field Commands::
1534* Miscellaneous Commands::
1535@end menu
4009494e 1536
16af873e 1537@node Citing Commands
4009494e 1538@section Commands to Manually Cite, Recite, and Uncite
16af873e 1539@vindex sc-cite-region-limit
4009494e 1540
4009494e
GM
1541Probably the three most common post-yank formatting operations that you
1542will perform will be the manual citing, reciting, and unciting of
998ad848 1543regions of text in the reply buffer. Often you may want to recite a
4009494e
GM
1544paragraph to use a nickname, or manually cite a message when setting
1545@code{sc-cite-region-limit} to @code{nil}. The following commands
1546perform these functions on the region of text between @samp{point} and
1547@samp{mark}. Each of them sets the @dfn{undo boundary} before modifying
1548the region so that the command can be undone in the standard Emacs
76f1a3c3 1549way.
4009494e 1550
4009494e
GM
1551Here is the list of Supercite citing commands:
1552
1553@table @asis
1554@findex sc-cite-region
1555@findex cite-region (sc-)
1556@kindex C-c C-p c
1557@vindex sc-pre-cite-hook
1558@vindex pre-cite-hook (sc-)
1559@vindex sc-confirm-always-p
1560@vindex confirm-always-p
1561@kindex C-u
1562@item @code{sc-cite-region} (@kbd{C-c C-p c})
4009494e
GM
1563This command cites each line in the region of text by interpreting the
1564selected frame from @code{sc-cite-frame-alist}, or the default citing
1565frame @code{sc-default-cite-frame}. It runs the hook
1566@code{sc-pre-cite-hook} before interpreting the frame. With an optional
1567universal argument (@kbd{C-u}), it temporarily sets
1568@code{sc-confirm-always-p} to @code{t} so you can confirm the
1569attribution string for a single manual citing.
76f1a3c3 1570@xref{Configuring the Citation Engine}.
4009494e
GM
1571
1572@findex sc-uncite-region
1573@findex uncite-region (sc-)
1574@kindex C-c C-p u
1575@item @code{sc-uncite-region} (@kbd{C-c C-p u})
4009494e
GM
1576This command removes any citation strings from the beginning of each
1577cited line in the region by interpreting the selected frame from
1578@code{sc-uncite-frame-alist}, or the default unciting frame
1579@code{sc-default-uncite-frame}. It runs the hook
1580@code{sc-pre-uncite-hook} before interpreting the frame.
76f1a3c3 1581@xref{Configuring the Citation Engine}.
4009494e
GM
1582
1583@findex sc-recite-region
1584@findex recite-region (sc-)
1585@kindex C-c C-p r
1586@item @code{sc-recite-region} (@kbd{C-c C-p r})
4009494e
GM
1587This command recites each line the region by interpreting the selected
1588frame from @code{sc-recite-frame-alist}, or the default reciting frame
998ad848 1589@code{sc-default-recite-frame}. It runs the hook
4009494e 1590@code{sc-pre-recite-hook} before interpreting the frame.
76f1a3c3 1591@xref{Configuring the Citation Engine}.
4009494e
GM
1592
1593@vindex sc-confirm-always-p
1594@vindex confirm-always-p (sc-)
1595Supercite will always ask you to confirm the attribution when reciting a
1596region, regardless of the value of @code{sc-confirm-always-p}.
1597@end table
1598
16af873e 1599@node Insertion Commands
4009494e 1600@section Insertion Commands
4009494e 1601
4009494e
GM
1602These two functions insert various strings into the reply buffer.
1603
1604@table @asis
1605@findex sc-insert-reference
1606@findex insert-reference (sc-)
1607@kindex C-c C-p w
1608@item @code{sc-insert-reference} (@kbd{C-c C-p w})
4009494e
GM
1609@vindex sc-preferred-header-style
1610@vindex preferred-header-style (sc-)
1611Inserts a reference header into the reply buffer at @samp{point}. With
1612no arguments, the header indexed by @code{sc-preferred-header-style} is
998ad848 1613inserted. An optional numeric argument is the index into
4009494e 1614@code{sc-rewrite-header-list} indicating which reference header to
76f1a3c3 1615write.
4009494e
GM
1616
1617With just the universal argument (@kbd{C-u}), electric reference mode is
1618entered, regardless of the value of @code{sc-electric-references-p}.
1619
1620@findex sc-insert-citation
1621@findex insert-citation (sc-)
1622@kindex C-c C-p i
1623@item @code{sc-insert-citation} (@kbd{C-c C-p i})
4009494e
GM
1624Inserts the current citation string at the beginning of the line that
1625@samp{point} is on. If the line is already cited, Supercite will issue
1626an error and will not cite the line.
1627@end table
1628
16af873e 1629@node Variable Toggling Shortcuts
4009494e 1630@section Variable Toggling Shortcuts
16af873e 1631@cindex toggling variables
4009494e 1632
4009494e
GM
1633Supercite defines a number of commands that make it easier for you to
1634toggle and set various Supercite variables as you are editing the reply
1635buffer. For example, you may want to turn off filling or whitespace
1636cleanup, but only temporarily. These toggling shortcut commands make
1637this easy to do.
1638
1639@kindex C-c C-p C-t
1640Like Supercite commands in general, the toggling commands are placed on
1641a keymap prefix within the greater Supercite keymap. For the default
1642value of @code{sc-mode-map-prefix}, this will be
76f1a3c3 1643@kbd{C-c C-p C-t}.
4009494e
GM
1644
1645The following commands toggle the value of certain Supercite variables
1646which take only a binary value:
1647
1648@table @kbd
1649@item C-c C-p C-t b
1650Toggles the variable @code{sc-mail-nuke-blank-lines-p}.
1651
1652@item C-c C-p C-t c
1653Toggles the variable @code{sc-confirm-always-p}.
1654
1655@item C-c C-p C-t d
1656Toggles the variable @code{sc-downcase-p}.
1657
1658@item C-c C-p C-t e
1659Toggles the variable @code{sc-electric-references-p}.
1660
1661@item C-c C-p C-t f
1662Toggles the variable @code{sc-auto-fill-region-p}.
1663
1664@item C-c C-p C-t o
1665Toggles the variable @code{sc-electric-circular-p}.
1666
1667@item C-c C-p C-t s
1668Toggles the variable @code{sc-nested-citation-p}.
1669
1670@item C-c C-p C-t u
1671Toggles the variable @code{sc-use-only-preferences-p}.
1672
1673@item C-c C-p C-t w
1674Toggles the variable @code{sc-fixup-whitespace-p}.
1675@end table
1676
1677@findex set-variable
1678The following commands let you set the value of multi-value variables,
44e97401 1679in the same way that Emacs's @code{set-variable} does:
4009494e
GM
1680
1681@table @kbd
1682@item C-c C-p C-t a
1683Sets the value of the variable @code{sc-preferred-attribution-list}.
1684
1685@item C-c C-p C-t l
1686Sets the value of the variable @code{sc-cite-region-limit}.
1687
1688@item C-c C-p C-t n
1689Sets the value of the variable @code{sc-mail-nuke-mail-headers}.
1690
1691@item C-c C-p C-t N
1692Sets the value of the variable @code{sc-mail-header-nuke-list}.
1693
1694@item C-c C-p C-t p
1695Sets the value of the variable @code{sc-preferred-header-style}.
1696@end table
1697
1698@kindex C-c C-p C-p
1699One special command is provided to toggle both
1700@code{sc-auto-fill-region-p} and @code{sc-fixup-whitespace-p} together.
1701This is because you typically want to run Supercite with either variable
1702as @code{nil} or non-@code{nil}. The command to toggle these variables
76f1a3c3 1703together is bound on @kbd{C-c C-p C-p}.
4009494e
GM
1704
1705Finally, the command @kbd{C-c C-p C-t h} (also @kbd{C-c C-p C-t ?})
1706brings up a Help message on the toggling keymap.
1707
1708
16af873e 1709@node Mail Field Commands
4009494e 1710@section Mail Field Commands
4009494e 1711
4009494e
GM
1712These commands allow you to view, modify, add, and delete various bits
1713of information from the info alist.
76f1a3c3 1714@xref{Information Keys and the Info Alist}.
4009494e
GM
1715
1716@table @asis
1717@kindex C-c C-p f
1718@findex sc-mail-field-query
1719@findex mail-field-query (sc-)
1720@kindex C-c C-p f
1721@item @code{sc-mail-field-query} (@kbd{C-c C-p f})
4009494e
GM
1722Allows you to interactively view, modify, add, and delete info alist
1723key-value pairs. With no argument, you are prompted (with completion)
1724for a info key. The value associated with that key is displayed in the
1725minibuffer. With an argument, this command will first ask if you want
998ad848 1726to view, modify, add, or delete an info key. Viewing is identical to
4009494e
GM
1727running the command with no arguments.
1728
1729If you want to modify the value of a key, Supercite will first prompt
1730you (with completion) for the key of the value you want to change. It
1731will then put you in the minibuffer with the key's current value so you
1732can edit the value as you wish. When you hit @key{RET}, the key's value
52151df0 1733is changed. Minibuffer history is kept for the values.
4009494e
GM
1734
1735If you choose to delete a key-value pair, Supercite will prompt you (with
1736completion) for the key to delete.
1737
1738If you choose to add a new key-value pair, Supercite firsts prompts you
1739for the key to add. Note that completion is turned on for this prompt,
1740but you can type any key name here, even one that does not yet exist.
1741After entering the key, Supercite prompts you for the key's value. It
1742is not an error to enter a key that already exists, but the new value
1743will override any old value. It will not replace it though; if you
1744subsequently delete the key-value pair, the old value will reappear.
1745
1746@findex sc-mail-process-headers
1747@findex mail-process-headers (sc-)
1748@kindex C-c C-p g
1749@item @code{sc-mail-process-headers} (@kbd{C-c C-p g})
4009494e
GM
1750This command lets you re-initialize Supercite's info alist from any set
1751of mail headers in the region between @samp{point} and @samp{mark}.
1752This function is especially useful for replying to digest messages where
1753Supercite will initially set up its information for the digest
1754originator, but you want to cite each component article with the real
1755message author. Note that unless an error during processing occurs, any
76f1a3c3 1756old information is lost.
4009494e
GM
1757@end table
1758
16af873e 1759@node Miscellaneous Commands
4009494e 1760@section Miscellaneous Commands
4009494e 1761
4009494e
GM
1762@table @asis
1763@findex sc-open-line
1764@findex open-line (sc-)
1765@findex open-line
1766@kindex C-c C-p o
1767@item @code{sc-open-line} (@kbd{C-c C-p o})
44e97401 1768Similar to Emacs's standard @code{open-line} commands, but inserts the
4009494e 1769citation string in front of the new line. As with @code{open-line},
76f1a3c3 1770an optional numeric argument inserts that many new lines.
4009494e
GM
1771@end table
1772
16af873e 1773@node Hints to MUA Authors
4009494e 1774@chapter Hints to MUA Authors
4009494e 1775
4009494e 1776In June of 1989, some discussion was held between the various MUA
998ad848 1777authors, the Supercite author, and other Supercite users. These
4009494e
GM
1778discussions centered around the need for a standard interface between
1779MUAs and Supercite (or any future Supercite-like packages). This
1780interface was formally proposed by Martin Neitzel on Fri, 23 Jun 89, in
1781a mail message to the Supercite mailing list:
1782
1783@example
53507b2c
GM
1784 Martin> Each news/mail-reader should provide a form of
1785 Martin> mail-yank-original that
4009494e 1786
53507b2c
GM
1787 Martin> 1: inserts the original message incl. header into the
1788 Martin> reply buffer; no indentation/prefixing is done, the header
1789 Martin> tends to be a "full blown" version rather than to be
1790 Martin> stripped down.
4009494e 1791
53507b2c
GM
1792 Martin> 2: `point' is at the start of the header, `mark' at the
1793 Martin> end of the message body.
4009494e 1794
53507b2c 1795 Martin> 3: (run-hooks 'mail-yank-hooks)
4009494e 1796
53507b2c
GM
1797 Martin> [Supercite] should be run as such a hook and merely
1798 Martin> rewrite the message. This way it isn't anymore
1799 Martin> [Supercite]'s job to gather the original from obscure
1800 Martin> sources. [@dots{}]
4009494e
GM
1801@end example
1802
1803@vindex mail-citation-hook
1804@vindex mail-yank-hooks
1805@cindex sendmail.el
1806@findex mail-yank-original
1807@findex defvar
52151df0
GM
1808This specification was adopted, but underwent a slight modification with
1809the release of Emacs 19. Instead of the variable
1810@code{mail-yank-hooks}, the hook variable that the MUA should provide is
1811@code{mail-citation-hook}. Richard Stallman suggests that the MUAs
1812should @code{defvar} @code{mail-citation-hook} to @code{nil} and perform
76f1a3c3 1813some default citing when that is the case.
4009494e
GM
1814
1815If you are writing a new MUA package, or maintaining an existing MUA
1816package, you should make it conform to this interface so that your users
998ad848 1817will be able to link Supercite easily and seamlessly. To do this, when
4009494e
GM
1818setting up a reply or forward buffer, your MUA should follow these
1819steps:
1820
1821@enumerate
1822@item
1823Insert the original message, including the mail headers into the reply
998ad848 1824buffer. At this point you should not modify the raw text in any way
1df7defd 1825(except for any necessary decoding, e.g., of quoted-printable text), and
4009494e
GM
1826you should place all the original headers into the body of the reply.
1827This means that many of the mail headers will be duplicated, one copy
693737cd 1828above the @code{mail-header-separator} line and one copy below, however
76f1a3c3 1829there will probably be more headers below this line.
4009494e
GM
1830
1831@item
1832Set @samp{point} to the beginning of the line containing the first mail
998ad848 1833header in the body of the reply. Set @samp{mark} at the end of the
4009494e
GM
1834message text. It is very important that the region be set around the
1835text Supercite is to modify and that the mail headers are within this
1836region. Supercite will not venture outside the region for any reason,
1837and anything within the region is fair game, so don't put anything that
76f1a3c3 1838@strong{must} remain unchanged inside the region.
4009494e
GM
1839
1840@item
998ad848 1841Run the hook @code{mail-citation-hook}. You will probably want to
4009494e
GM
1842provide some kind of default citation functions in cases where the user
1843does not have Supercite installed. By default, your MUA should
1844@code{defvar} @code{mail-citation-hook} to @code{nil}, and in your
1845yanking function, check its value. If it finds
1846@code{mail-citation-hook} to be @code{nil}, it should perform some
1847default citing behavior. User who want to connect to Supercite then
1848need only add @code{sc-cite-original} to this list of hooks using
76f1a3c3 1849@code{add-hook}.
4009494e
GM
1850@end enumerate
1851
52151df0
GM
1852If you do all this your MUA will join the ranks of those that conform to
1853this interface ``out of the box.''
4009494e 1854
16af873e 1855@node Thanks and History
4009494e 1856@chapter Thanks and History
4009494e 1857
4009494e
GM
1858The Supercite package was derived from its predecessor Superyank 1.11
1859which was inspired by various bits of code and ideas from Martin Neitzel
998ad848 1860and Ashwin Ram. They were the folks who came up with the idea of
4009494e 1861non-nested citations and implemented some rough code to provide this
998ad848 1862style. Superyank and Supercite version 2 evolved to the point where much
4009494e
GM
1863of the attribution selection mechanism was automatic, and features have
1864been continuously added through the comments and suggestions of the
52151df0
GM
1865Supercite mailing list participants.
1866
1867With version 3, Supercite underwent an almost complete rewrite,
91af3942 1868benefiting in a number of ways, including vast improvements in the
52151df0
GM
1869speed of performance, a big reduction in size of the code and in the use
1870of Emacs resources, and a much cleaner and flexible internal
1871architecture. Most of this work was internal and not of very great
1872importance to the casual user. There were some changes at the
1873user-visible level, but for the most part, the Supercite configuration
1874variables from version 2 should still be relevant to version 3.
1875Hopefully Supercite version 3 is faster, smaller, and much more flexible
1876than its predecessors.
4009494e
GM
1877
1878In the version 2 manual I thanked some specific people for their help in
1879developing Supercite 2. You folks know who you are and your continued
1880support is greatly appreciated. I wish to thank everyone on the
1881Supercite mailing list, especially the brave alpha testers, who helped
1882considerably in testing out the concepts and implementation of Supercite
1883version 3. Special thanks go out to the MUA and Emacs authors Kyle
1884Jones, Stephen Gildea, Richard Stallman, and Jamie Zawinski for coming
1885to a quick agreement on the new @code{mail-citation-hook} interface, and
1886for adding the magic lisp to their code to support this.
1887
1888All who have helped and contributed have been greatly appreciated.
1889
52151df0 1890Supercite was written by Barry Warsaw.
4009494e 1891
16af873e 1892@node GNU Free Documentation License
4009494e
GM
1893@appendix GNU Free Documentation License
1894@include doclicense.texi
1895
16af873e 1896@node Concept Index
4009494e
GM
1897@unnumbered Concept Index
1898@printindex cp
1899
16af873e 1900@node Command Index
4009494e 1901@unnumbered Command Index
4009494e 1902
4009494e
GM
1903Since all supercite commands are prepended with the string
1904``@code{sc-}'', each appears under its @code{sc-}@var{command} name and
1905its @var{command} name.
1906@iftex
1907@sp 2
1908@end iftex
1909@printindex fn
1910
16af873e 1911@node Key Index
4009494e
GM
1912@unnumbered Key Index
1913@printindex ky
1914
16af873e 1915@node Variable Index
4009494e 1916@unnumbered Variable Index
4009494e 1917
4009494e
GM
1918Since all supercite variables are prepended with the string
1919``@code{sc-}'', each appears under its @code{sc-}@var{variable} name and
1920its @var{variable} name.
1921@iftex
1922@sp 2
1923@end iftex
1924@printindex vr
4009494e 1925@bye