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