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