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