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