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