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