home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / emacs / emacs-19.34-bin / emacs-19 / info / sc-2 (.txt) < prev    next >
GNU Info File  |  1997-09-17  |  50KB  |  851 lines

  1. This is Info file ../info/sc, produced by Makeinfo-1.64 from the input
  2. file sc.texi.
  3.    This document describes the Supercite Version 3.1 package for citing
  4. and attributing the replies for various GNU Emacs mail and news reading
  5. subsystems.
  6.    Copyright (C) 1993 Barry A
  7.  Warsaw
  8.    Permission is granted to make and distribute verbatim copies of this
  9. manual provided the copyright notice and this permission notice are
  10. preserved on all copies.
  11. File: sc,  Node: Attribution Preferences,  Next: Anonymous Attributions,  Prev: Selecting an Attribution,  Up: Selecting an Attribution
  12. Attribution Preferences
  13. =======================
  14.    When you cite an original message, you can tell Supercite which part
  15. of the author's name you would prefer it to use as the attribution.  The
  16. variable `sc-preferred-attribution-list' controls this; it contains
  17. keys which are matched against the attribution alist in the given order.
  18. The first value of a key that produces a non-`nil', non-empty string
  19. match is used as the attribution string, and if no keys match, a
  20. secondary mechanism is used to generate the attribution.  *Note
  21. Anonymous Attributions::.
  22.    The following preferences are always available in the attribution
  23. alist (barring error):
  24. `"emailname"'
  25.      the author's email terminus.
  26. `"initials"'
  27.      the author's initials.
  28. `"firstname"'
  29.      the author's first name.
  30. `"lastname"'
  31.      the author's last name.
  32. `"middlename-1"'
  33.      the author's first middle name.
  34. `"sc-lastchoice"'
  35.      the last attribution string you have selected. This is useful when
  36.      you recite paragraphs in the reply.
  37. `"sc-consult"'
  38.      consults the customizable list `sc-attrib-selection-list' which can
  39.      be used to select special attributions based on the value of any
  40.      info key.  See below for details.
  41. `"x-attribution"'
  42.      the original author's suggestion for attribution string choice.
  43.      See below for details.
  44.    Middle name indexes can be any positive integer greater than zero,
  45. though it is unlikely that many authors will have more than one middle
  46. name, if that many.
  47.    At this point, let me digress into a discussion of etiquette.  It is
  48. my belief that while the style of the citations is a reflection of the
  49. personal tastes of the replier (i.e., you), the attribution selection is
  50. ultimately the personal choice of the original author.  In a sense it is
  51. his or her "net nickname", and therefore the author should have some
  52. say in the selection of attribution string.  Imagine how you would feel
  53. if someone gave you a nickname that you didn't like?
  54.    For this reason, Supercite recognizes a special mail header,
  55. `X-Attribution:', which if present, tells Supercite the attribution
  56. string preferred by the original author.  It is the value of this header
  57. that is associated with the `"x-attribution"' key in the attribution
  58. alist.  Currently, you can override the preference of this key by
  59. changing `sc-preferred-attribution-list', but that isn't polite, and in
  60. the future Supercite may hard-code this.  For now, it is suggested that
  61. if you change the order of the keys in this list, that
  62. `"x-attribution"' always be first, or possible second behind only
  63. `"sc-lastchoice"'.  This latter is the default.
  64.    The value `"sc-consult"' in `sc-preferred-attribution-list' has a
  65. special meaning during attribution selection.  When Supercite
  66. encounters this preference, it begins processing a customizable list of
  67. attributions, contained in the variable `sc-attrib-selection-list'.
  68. Each element in this list contains lists of the following form:
  69.      (INFOKEY ((REGEXP 
  70.  ATTRIBUTION)
  71.               (REGEXP 
  72.  ATTRIBUTION)
  73.               (...)))
  74. where INFOKEY is a key for `sc-mail-field' and REGEXP is a regular
  75. expression to match against the INFOKEY's value. If REGEXP matches the
  76. INFOKEY's value, the ATTRIBUTION is used as the attribution string.
  77. Actually, ATTRIBUTION can be a string or a list; if it is a list, it is
  78. `eval'uated and the return value (which must be a string), is used as
  79. the attribution.
  80.    This can be very useful for when you are replying to net
  81. acquaintances who do not use the `X-Attribution:' mail header.  You may
  82. know what nickname they would prefer to use, and you can set up this
  83. list to match against a specific mail field, e.g., `From:', allowing you
  84. to cite your friend's message with the appropriate attribution.
  85. File: sc,  Node: Anonymous Attributions,  Next: Author Names,  Prev: Attribution Preferences,  Up: Selecting an Attribution
  86. Anonymous Attributions
  87. ======================
  88.    When the author's name cannot be found in the `From:' mail header, a
  89. fallback author name and attribution string must be supplied.  The
  90. fallback author name is contained in the variable
  91. `sc-default-author-name' and the fallback attribution string is
  92. contained in the variable `sc-default-attribution'.  Default values for
  93. these variables are `"Anonymous"' and `"Anon"', respectively. Note that
  94. in most circumstances, getting the default author name or attribution
  95. is a sign that something is set up incorrectly.
  96.    Also, if the preferred attribution, which you specified in your
  97. `sc-preferred-attribution-alist' variable cannot be found, a secondary
  98. method can be employed to find a valid attribution string. The variable
  99. `sc-use-only-preference-p' controls what happens in this case.  If the
  100. variable's value is non-`nil', then `sc-default-author-name' and
  101. `sc-default-attribution' are used, otherwise, the following steps are
  102. taken to find a valid attribution string, and the first step to return
  103. a non-`nil', non-empty string becomes the attribution:
  104.   1. Use the last selected attribution, if there is one.
  105.   2. Use the value of the `"x-attribution"' key.
  106.   3. Use the author's first name.
  107.   4. Use the author's last name.
  108.   5. Use the author's initials.
  109.   6. Find the first non-`nil', non-empty attribution string in the
  110.      attribution alist.
  111.   7. `sc-default-attribution' is used.
  112.    Once the attribution string has been automatically selected, a
  113. number of things can happen. If the variable `sc-confirm-always-p' is
  114. non-`nil', you are queried for confirmation of the chosen attribution
  115. string. The possible values for completion are those strings in the
  116. attribution alist, however you are not limited to these choices.  You
  117. can type any arbitrary string at the confirmation prompt. The string
  118. you enter becomes the value associated with the `"sc-lastchoice"' key
  119. in the attribution alist.
  120.    Once an attribution string has been selected, Supercite will force
  121. the string to lower case if the variable `sc-downcase-p' is non-`nil'.
  122.    Two hook variables provide even greater control of the attribution
  123. selection process.  The hook `sc-attribs-preselect-hook' is run before
  124. any attribution is selected.  Likewise, the hook
  125. `sc-attribs-postselect-hook' is run after the attribution is selected
  126. (and the corresponding citation string is built), but before these
  127. values are committed for use by Supercite.  During the post-selection
  128. hook, the local variables `attribution' and `citation' are bound to the
  129. appropriate strings.  By changing these variables in your hook
  130. functions, you change the attribution and citation strings used by
  131. Supercite.  One possible use of this would be to override any
  132. automatically derived attribution string when it is only one character
  133. long; e.g. you prefer to use `"initials"' but the author only has one
  134. name.
  135. File: sc,  Node: Author Names,  Next: Configuring the Citation Engine,  Prev: Anonymous Attributions,  Up: Selecting an Attribution
  136. Author Names
  137. ============
  138.    Supercite employs a number of heuristics to decipher the author's
  139. name based on value of the `From:' mail field of the original message.
  140. Supercite can recognize almost all of the common `From:' field formats
  141. in use.  If you encounter a `From:' field that Supercite cannot parse,
  142. please report this bug.  *Note The Supercite Mailing List::.
  143.    There are a number of Supercite variables that control how author
  144. names are extracted from the `From:' header.  Some headers may contain a
  145. descriptive title as in:
  146.      From: computer!speedy!doe (John Xavier-Doe -- Decent Hacker)
  147.    Supercite knows which part of the `From:' header is email address
  148. and which part is author name, but in this case the string `"Decent
  149. Hacker"' is not part of the author's name.  You can tell Supercite to
  150. ignore the title, while still recognizing hyphenated names through the
  151. use of a regular expression in the variable `sc-titlecue-regexp'.  This
  152. variable has the default value of `"\\\\s +-+\\\\s +"'.  Any text after
  153. this regexp is encountered is ignored as noise.
  154.    Some `From:' headers may contain extra titles in the name fields not
  155. separated by a title cue, but which are nonetheless not part of the
  156. author's name proper.  Examples include the titles "Dr.", "Mr.", "Ms.",
  157. "Jr.", "Sr.", and "III" (e.g., Thurston Howe, the Third).  Also, some
  158. companies prepend or append the name of the division, organization, or
  159. project on the author's name.  All of these titles are noise which
  160. should be ignored.  The variable `sc-name-filter-alist' is used for
  161. this purpose. As implied by its name, this variable is an association
  162. list, where each element is a cons cell of the form:
  163.      (REGEXP 
  164.  POSITION)
  165. where REGEXP is a regular expression that is matched (using
  166. `string-match') against each element of the `From:' field's author
  167. name.  POSITION is a position indicator, starting at zero.  Thus to
  168. strip out all titles of "Dr.", "Mr.", etc. from the name,
  169. `sc-name-filter-alist' would have an entry such as:
  170.      ("^\\(Mr\\|Mrs\\|Ms\\|Dr\\)[.]?$" 
  171. which only removes them if they appear as the first word in the name.
  172. The position indicator is an integer, or one of the two special symbols
  173. `last' or `any'.  `last' always matches against the last word in the
  174. name field, while `any' matches against every word in the name field.
  175. File: sc,  Node: Configuring the Citation Engine,  Next: Using Regi,  Prev: Author Names,  Up: Top
  176. Configuring the Citation Engine
  177. *******************************
  178.    At the heart of Supercite is a regular expression interpreting engine
  179. called "Regi".  Regi operates by interpreting a data structure called a
  180. Regi-frame (or just "frame"), which is a list of Regi-entries (or just
  181. "entry").  Each entry contains a predicate, typically a regular
  182. expression, which is matched against a line of text in the current
  183. buffer.  If the predicate matches true, an associated expression is
  184. `eval'uated.  In this way, an entire region of text can be transformed
  185. in an *awk*-like manner.  Regi is used throughout Supercite, from mail
  186. header information extraction, to header nuking, to citing text.
  187. * Menu:
  188. * Using Regi::
  189. * Frames You Can Customize::
  190.    While the details of Regi are discussed below (*note Using Regi::.),
  191. only those who wish to customize certain aspects of Supercite need
  192. concern themselves with it.  It is important to understand though, that
  193. any conceivable citation style that can be described by a regular
  194. expression can be recognized by Supercite.  This leads to some
  195. interesting applications.  For example, if you regularly receive email
  196. from a co-worker that uses an uncommon citation style (say one that
  197. employs a `|' or `}' character at the front of the line), it is
  198. possible for Supercite to recognize this and *coerce* the citation to
  199. your preferred style, for consistency.  In theory, it is possible for
  200. Supercite to recognize such things as uuencoded messages or C code and
  201. cite or fill those differently than normal text.  None of this is
  202. currently part of Supercite, but contributions are welcome!
  203. File: sc,  Node: Using Regi,  Next: Frames You Can Customize,  Prev: Configuring the Citation Engine,  Up: Configuring the Citation Engine
  204. Using Regi
  205. ==========
  206.    Regi works by interpreting frames with the function
  207. `regi-interpret'.  A frame is a list of arbitrary size where each
  208. element is a entry of the following form:
  209.      (PRED FUNC [NEGATE-P [CASE-FOLD-SEARCH]])
  210.    Regi starts with the first entry in a frame, evaluating the PRED of
  211. that entry against the beginning of the line that `point' is on.  If
  212. the PRED evaluates to true (or false if the optional NEGATE-P is
  213. non-`nil'), then the FUNC for that entry is `eval'uated.  How
  214. processing continues is determined by the return value for FUNC, and is
  215. described below.  If PRED was false the next entry in the frame is
  216. checked until all entries have been matched against the current line.
  217. If no entry matches, `point' is moved forward one line and the frame is
  218. reset to the first entry.
  219.    PRED can be a string, a variable, a list or one of the following
  220. symbols: `t', `begin', `end', or `every'.  If PRED is a string, or a
  221. variable or list that `eval'uates to a string, it is interpreted as a
  222. regular expression.  This regexp is matched against the current line,
  223. from the beginning, using `looking-at'.  This match folds case if the
  224. optional CASE-FOLD-SEARCH is non-`nil'.  If PRED is not a string, or
  225. does not `eval'uate to a string, it is interpreted as a binary value
  226. (`nil' or non-`nil').
  227.    The four special symbol values for PRED are recognized:
  228.      Always produces a true outcome.
  229. `begin'
  230.      Always executed before the frame is interpreted. This can be used
  231.      to initialize some global variables for example.
  232. `end'
  233.      Always executed after frame interpreting is completed. This can be
  234.      used to perform any necessary post-processing.
  235. `every'
  236.      Executes whenever the frame is reset, usually after the entire
  237.      frame has been matched against the current line.
  238.    Note that NEGATE-P and CASE-FOLD-SEARCH are ignored if PRED is one
  239. of these special symbols.  Only the first occurrence of each symbol in
  240. a frame is used; any duplicates are ignored.  Also note that for
  241. performance reasons, the entries associated with these symbols are
  242. removed from the frame during the main interpreting loop.
  243.    Your FUNC can return certain values which control continued Regi
  244. processing.  By default, if your FUNC returns `nil' (as it should be
  245. careful to do explicitly), Regi will reset the frame to the first
  246. entry, and advance `point' to the beginning of the next line.  If a
  247. list is returned from your function, it can contain any combination of
  248. the following elements:
  249. the symbol `continue'
  250.      This tells Regi to continue processing entries after a match,
  251.      instead of reseting the frame and moving `point'. In this way,
  252.      lines of text can have multiple matches, but you have to be
  253.      careful to avoid entering infinite loops.
  254. the symbol `abort'
  255.      This tells Regi to terminate frame processing. However, any `end'
  256.      entry is still processed.
  257. the list `(frame . NEWFRAME)'
  258.      This tells Regi to substitute NEWFRAME as the frame it is
  259.      interpreting.  In other words, your FUNC can modify the Regi frame
  260.      on the fly.  NEWFRAME can be a variable containing a frame, or it
  261.      can be the frame in-lined.
  262. the list `(step . STEP)'
  263.      Tells Regi to move STEP number of lines forward as it continues
  264.      processing. By default, Regi moves forward one line.  STEP can be
  265.      zero or negative of course, but watch out for infinite loops.
  266.    During execution of your FUNC, the following variables will be
  267. temporarily bound to some useful information:
  268. `curline'
  269.      The current line in the buffer that Regi is `looking-at', as a
  270.      string.
  271. `curframe'
  272.      The current frame being interpreted.
  273. `curentry'
  274.      The current frame entry being interpreted.
  275. File: sc,  Node: Frames You Can Customize,  Next: Post-yank Formatting Commands,  Prev: Using Regi,  Up: Configuring the Citation Engine
  276. Frames You Can Customize
  277. ========================
  278.    As mentioned earlier, Supercite uses various frames to perform
  279. certain jobs such as mail header information extraction and mail header
  280. nuking.  However, these frames are not available for you to customize,
  281. except through abstract interfaces such as `sc-nuke-mail-header', et al.
  282.    However, the citation frames Supercite uses provide a lot of
  283. customizing power and are thus available to you to change to suit your
  284. needs.  The workhorse of citation is the frame contained in the variable
  285. `sc-default-cite-frame'.  This frame recognizes many situations, such
  286. as blank lines, which it interprets as paragraph separators.  It also
  287. recognizes previously cited nested and non-nested citations in the
  288. original message.  By default it will coerce non-nested citations into
  289. your preferred citation style, and it will add a level of citation to
  290. nested citations.  It will also simply cite uncited lines in your
  291. preferred style.
  292.    In a similar vein, there are default frames for "unciting" and
  293. "reciting", contained in the variables `sc-default-uncite-frame' and
  294. `sc-default-recite-frame' respectively.
  295.    As mentioned earlier (*note Recognizing Citations::.), citations are
  296. recognized through the values of the regular expressions
  297. `sc-citation-root-regexp', et al.  To recognize odd styles, you could
  298. modify these variables, or you could modify the default citing frame.
  299. Alternatively, you could set up association lists of frames for
  300. recognizing specific alternative forms.
  301.    For each of the actions - citing, unciting, and reciting - an alist
  302. is consulted to find the frame to use (`sc-cite-frame-alist',
  303. `sc-uncite-frame-alist', and `sc-recite-frame-alist' respectively).
  304. These frames can contain alists of the form:
  305.      ((INFOKEY (REGEXP 
  306.  FRAME) (REGEXP 
  307.  FRAME) ...)
  308.       (INFOKEY (REGEXP 
  309.  FRAME) (REGEXP 
  310.  FRAME) ...)
  311.       (...))
  312.    Where INFOKEY is a key suitable for `sc-mail-field', REGEXP is a
  313. regular expression which is `string-match''d against the value of the
  314. `sc-mail-field' key, and FRAME is the frame to use if a match occurred.
  315. FRAME can be a variable containing a frame or a frame in-lined.
  316.    When Supercite is about to cite, uncite, or recite a region, it
  317. consults the appropriate alist and attempts to find a frame to use.  If
  318. one is not found from the alist, then the appropriate default frame is
  319. used.
  320. File: sc,  Node: Post-yank Formatting Commands,  Next: Citing Commands,  Prev: Frames You Can Customize,  Up: Top
  321. Post-yank Formatting Commands
  322. *****************************
  323.    Once the original message has been yanked into the reply buffer, and
  324. `sc-cite-original' has had a chance to do its thing, a number of useful
  325. Supercite commands will be available to you. Since there is wide
  326. variety in the keymaps that MUAs set up in their reply buffers, it is
  327. next to impossible for Supercite to properly sprinkle its commands into
  328. the existing keymap.  For this reason Supercite places its commands on a
  329. separate keymap, putting this keymap onto a prefix key in the reply
  330. buffer. You can customize the prefix key Supercite uses by changing the
  331. variable `sc-mode-map-prefix'.  By default, the `sc-mode-map-prefix' is
  332. `C-c C-p'; granted, not a great choice, but unfortunately the best
  333. general solution so far.  In the rest of this chapter, we'll assume
  334. you've installed Supercite's keymap on the default prefix.
  335. * Menu:
  336. * Citing Commands::
  337. * Insertion Commands::
  338. * Variable Toggling Shortcuts::
  339. * Mail Field Commands::
  340. * Miscellaneous Commands::
  341. File: sc,  Node: Citing Commands,  Next: Insertion Commands,  Prev: Post-yank Formatting Commands,  Up: Post-yank Formatting Commands
  342. Commands to Manually Cite, Recite, and Uncite
  343. =============================================
  344.    Probably the three most common post-yank formatting operations that
  345. you will perform will be the manual citing, reciting, and unciting of
  346. regions of text in the reply buffer. Often you may want to recite a
  347. paragraph to use a nickname, or manually cite a message when setting
  348. `sc-cite-region-limit' to `nil'.  The following commands perform these
  349. functions on the region of text between `point' and `mark'.  Each of
  350. them sets the "undo boundary" before modifying the region so that the
  351. command can be undone in the standard Emacs way.
  352.    A quick note about Emacs 19.  Unlike in Emacs 18, the region
  353. delimited by `point' and `mark' can have two states.  It can be
  354. "active" or "inactive".  Although Emacs 19 and Lucid Emacs 19 use
  355. different terminology and functions, both employ the same convention
  356. such that when the region is inactive, commands that modify the region
  357. should generate an error.  The user needs to explicitly activate the
  358. region before successfully executing the command.  All Supercite
  359. commands conform to this convention.
  360.    Here is the list of Supercite citing commands:
  361. `sc-cite-region' (`C-c C-p c')
  362.      This command cites each line in the region of text by interpreting
  363.      the selected frame from `sc-cite-frame-alist', or the default
  364.      citing frame `sc-default-cite-frame'.  It runs the hook
  365.      `sc-pre-cite-hook' before interpreting the frame.  With an optional
  366.      universal argument (`C-u'), it temporarily sets
  367.      `sc-confirm-always-p' to `t' so you can confirm the attribution
  368.      string for a single manual citing.  *Note Configuring the Citation
  369.      Engine::.
  370. `sc-uncite-region' (`C-c C-p u')
  371.      This command removes any citation strings from the beginning of
  372.      each cited line in the region by interpreting the selected frame
  373.      from `sc-uncite-frame-alist', or the default unciting frame
  374.      `sc-default-uncite-frame'.  It runs the hook `sc-pre-uncite-hook'
  375.      before interpreting the frame.  *Note Configuring the Citation
  376.      Engine::.
  377. `sc-recite-region' (`C-c C-p r')
  378.      This command recites each line the region by interpreting the
  379.      selected frame from `sc-recite-frame-alist', or the default
  380.      reciting frame `sc-default-recite-frame'. It runs the hook
  381.      `sc-pre-recite-hook' before interpreting the frame.  *Note
  382.      Configuring the Citation Engine::.
  383.      Supercite will always ask you to confirm the attribution when
  384.      reciting a region, regardless of the value of
  385.      `sc-confirm-always-p'.
  386. File: sc,  Node: Insertion Commands,  Next: Variable Toggling Shortcuts,  Prev: Citing Commands,  Up: Post-yank Formatting Commands
  387. Insertion Commands
  388. ==================
  389.    These two functions insert various strings into the reply buffer.
  390. `sc-insert-reference' (`C-c C-p w')
  391.      Inserts a reference header into the reply buffer at `point'.  With
  392.      no arguments, the header indexed by `sc-preferred-header-style' is
  393.      inserted. An optional numeric argument is the index into
  394.      `sc-rewrite-header-list' indicating which reference header to
  395.      write.
  396.      With just the universal argument (`C-u'), electric reference mode
  397.      is entered, regardless of the value of `sc-electric-references-p'.
  398. `sc-insert-citation' (`C-c C-p i')
  399.      Inserts the current citation string at the beginning of the line
  400.      that `point' is on.  If the line is already cited, Supercite will
  401.      issue an error and will not cite the line.
  402. File: sc,  Node: Variable Toggling Shortcuts,  Next: Mail Field Commands,  Prev: Insertion Commands,  Up: Post-yank Formatting Commands
  403. Variable Toggling Shortcuts
  404. ===========================
  405.    Supercite defines a number of commands that make it easier for you to
  406. toggle and set various Supercite variables as you are editing the reply
  407. buffer.  For example, you may want to turn off filling or whitespace
  408. cleanup, but only temporarily.  These toggling shortcut commands make
  409. this easy to do.
  410.    Like Supercite commands in general, the toggling commands are placed
  411. on a keymap prefix within the greater Supercite keymap.  For the default
  412. value of `sc-mode-map-prefix', this will be `C-c C-p C-t'.
  413.    The following commands toggle the value of certain Supercite
  414. variables which take only a binary value:
  415. `C-c C-p C-t b'
  416.      Toggles the variable `sc-mail-nuke-blank-lines-p'.
  417. `C-c C-p C-t c'
  418.      Toggles the variable `sc-confirm-always-p'.
  419. `C-c C-p C-t d'
  420.      Toggles the variable `sc-downcase-p'.
  421. `C-c C-p C-t e'
  422.      Toggles the variable `sc-electric-references-p'.
  423. `C-c C-p C-t f'
  424.      Toggles the variable `sc-auto-fill-region-p'.
  425. `C-c C-p C-t o'
  426.      Toggles the variable `sc-electric-circular-p'.
  427. `C-c C-p C-t s'
  428.      Toggles the variable `sc-nested-citation-p'.
  429. `C-c C-p C-t u'
  430.      Toggles the variable `sc-use-only-preferences-p'.
  431. `C-c C-p C-t w'
  432.      Toggles the variable `sc-fixup-whitespace-p'.
  433.    The following commands let you set the value of multi-value
  434. variables, in the same way that Emacs' `set-variable' does:
  435. `C-c C-p C-t a'
  436.      Sets the value of the variable `sc-preferred-attribution-list'.
  437. `C-c C-p C-t l'
  438.      Sets the value of the variable `sc-cite-region-limit'.
  439. `C-c C-p C-t n'
  440.      Sets the value of the variable `sc-mail-nuke-mail-headers'.
  441. `C-c C-p C-t N'
  442.      Sets the value of the variable `sc-mail-header-nuke-list'.
  443. `C-c C-p C-t p'
  444.      Sets the value of the variable `sc-preferred-header-style'.
  445.    One special command is provided to toggle both
  446. `sc-auto-fill-region-p' and `sc-fixup-whitespace-p' together.  This is
  447. because you typically want to run Supercite with either variable as
  448. `nil' or non-`nil'.  The command to toggle these variables together is
  449. bound on `C-c C-p C-p'.
  450.    Finally, the command `C-c C-p C-t h' (also `C-c C-p C-t ?') brings
  451. up a Help message on the toggling keymap.
  452. File: sc,  Node: Mail Field Commands,  Next: Miscellaneous Commands,  Prev: Variable Toggling Shortcuts,  Up: Post-yank Formatting Commands
  453. Mail Field Commands
  454. ===================
  455.    These commands allow you to view, modify, add, and delete various
  456. bits of information from the info alist.  *Note Information Keys and
  457. the Info Alist::.
  458. `sc-mail-field-query' (`C-c C-p f')
  459.      Allows you to interactively view, modify, add, and delete info
  460.      alist key-value pairs.  With no argument, you are prompted (with
  461.      completion) for a info key.  The value associated with that key is
  462.      displayed in the minibuffer.  With an argument, this command will
  463.      first ask if you want to view, modify, add, or delete an info key.
  464.      Viewing is identical to running the command with no arguments.
  465.      If you want to modify the value of a key, Supercite will first
  466.      prompt you (with completion) for the key of the value you want to
  467.      change.  It will then put you in the minibuffer with the key's
  468.      current value so you can edit the value as you wish.  When you hit
  469.      RET, the key's value is changed.  For those of you running Emacs
  470.      19, minibuffer history is kept for the values.
  471.      If you choose to delete a key-value pair, Supercite will prompt
  472.      you (with completion) for the key to delete.
  473.      If you choose to add a new key-value pair, Supercite firsts
  474.      prompts you for the key to add.  Note that completion is turned on
  475.      for this prompt, but you can type any key name here, even one that
  476.      does not yet exist.  After entering the key, Supercite prompts you
  477.      for the key's value.  It is not an error to enter a key that
  478.      already exists, but the new value will override any old value.  It
  479.      will not replace it though; if you subsequently delete the
  480.      key-value pair, the old value will reappear.
  481. `sc-mail-process-headers' (`C-c C-p g')
  482.      This command lets you re-initialize Supercite's info alist from
  483.      any set of mail headers in the region between `point' and `mark'.
  484.      This function is especially useful for replying to digest messages
  485.      where Supercite will initially set up its information for the
  486.      digest originator, but you want to cite each component article
  487.      with the real message author.  Note that unless an error during
  488.      processing occurs, any old information is lost.
  489. File: sc,  Node: Miscellaneous Commands,  Next: Information Keys and the Info Alist,  Prev: Mail Field Commands,  Up: Post-yank Formatting Commands
  490. Miscellaneous Commands
  491. ======================
  492. `sc-open-line' (`C-c C-p o')
  493.      Similar to Emacs' standard `open-line' commands, but inserts the
  494.      citation string in front of the new line.  As with `open-line', an
  495.      optional numeric argument inserts that many new lines.
  496. `sc-describe' (`C-c C-p h' and `C-c C-p ?')
  497.      This function has been obsoleted by the TeXinfo manual you are now
  498.      reading. It is still provided for compatibility, but it will
  499.      eventually go away.
  500. `sc-version' (`C-c C-p v')
  501.      Echos the version of Supercite you are using.  With the optional
  502.      universal argument (`C-u'), this command inserts the version
  503.      information into the current buffer.
  504. `sc-submit-bug-report' (`C-c C-p C-b')
  505.      If you encounter a bug, or wish to suggest an enhancement, use this
  506.      command to set up an outgoing mail buffer, with the proper address
  507.      to the Supercite maintainer automatically inserted in the `To:'
  508.      field.  This command also inserts information that the Supercite
  509.      maintainer can use to recreate your exact setup, making it easier
  510.      to verify your bug.
  511. File: sc,  Node: Hints to MUA Authors,  Next: Version 3 Changes,  Prev: Electric References,  Up: Top
  512. Hints to MUA Authors
  513. ********************
  514.    In June of 1989, some discussion was held between the various MUA
  515. authors, the Supercite author, and other Supercite users. These
  516. discussions centered around the need for a standard interface between
  517. MUAs and Supercite (or any future Supercite-like packages).  This
  518. interface was formally proposed by Martin Neitzel on Fri, 23 Jun 89, in
  519. a mail message to the Supercite mailing list:
  520.          Martin> Each news/mail-reader should provide a form of
  521.          Martin> mail-yank-original that
  522.      
  523.          Martin> 1: inserts the original message incl. header into the
  524.          Martin>    reply buffer; no indentation/prefixing is done, the header
  525.          Martin>    tends to be a "full blown" version rather than to be
  526.          Martin>    stripped down.
  527.      
  528.          Martin> 2: `point' is at the start of the header, `mark' at the
  529.          Martin>    end of the message body.
  530.      
  531.          Martin> 3: (run-hooks 'mail-yank-hooks)
  532.      
  533.          Martin> [Supercite] should be run as such a hook and merely
  534.          Martin> rewrite the message.  This way it isn't anymore
  535.          Martin> [Supercite]'s job to gather the original from obscure
  536.          Martin> sources. [...]
  537.    This specification was adopted, but with the recent release of Emacs
  538. 19, it has undergone a slight modification.  Instead of the variable
  539. `mail-yank-hooks', the new preferred hook variable that the MUA should
  540. provide is `mail-citation-hook'.  `mail-yank-hooks' can be provided for
  541. backward compatibility, but `mail-citation-hook' should always take
  542. precedence.  Richard Stallman (of the FSF) suggests that the MUAs
  543. should `defvar' `mail-citation-hook' to `nil' and perform some default
  544. citing when that is the case.  Take a look at Emacs 19's `sendmail.el'
  545. file, specifically the `mail-yank-original' defun for details.
  546.    If you are writing a new MUA package, or maintaining an existing MUA
  547. package, you should make it conform to this interface so that your users
  548. will be able to link Supercite easily and seamlessly. To do this, when
  549. setting up a reply or forward buffer, your MUA should follow these
  550. steps:
  551.   1. Insert the original message, including the mail headers into the
  552.      reply buffer. At this point you should not modify the raw text in
  553.      any way, and you should place all the original headers into the
  554.      body of the reply.  This means that many of the mail headers will
  555.      be duplicated, one copy above the `mail-header-separator' line and
  556.      one copy below, however there will probably be more headers below
  557.      this line.
  558.   2. Set `point' to the beginning of the line containing the first mail
  559.      header in the body of the reply. Set `mark' at the end of the
  560.      message text.  It is very important that the region be set around
  561.      the text Supercite is to modify and that the mail headers are
  562.      within this region.  Supercite will not venture outside the region
  563.      for any reason, and anything within the region is fair game, so
  564.      don't put anything that *must* remain unchanged inside the region.
  565.      Further note that for Emacs 19, the region need not be set
  566.      active.  Supercite will work properly when the region is inactive,
  567.      as should any other like-minded package.
  568.   3. Run the hook `mail-citation-hook'. You will probably want to
  569.      provide some kind of default citation functions in cases where the
  570.      user does not have Supercite installed.  By default, your MUA
  571.      should `defvar' `mail-citation-hook' to `nil', and in your yanking
  572.      function, check its value.  If it finds `mail-citation-hook' to be
  573.      `nil', it should perform some default citing behavior.  User who
  574.      want to connect to Supercite then need only add `sc-cite-original'
  575.      to this list of hooks using `add-hook'.
  576.    If you do all this, your users will not need to overload your
  577. routines to use Supercite, and your MUA will join the ranks of those
  578. that conform to this interface "out of the box."
  579. File: sc,  Node: Version 3 Changes,  Next: Thanks and History,  Prev: Hints to MUA Authors,  Up: Top
  580. Version 3 Changes
  581. *****************
  582.    With version 3, Supercite has undergone an almost complete rewrite,
  583. and has hopefully benefited in a number of ways, including vast
  584. improvements in the speed of performance, a big reduction in size of the
  585. code and in the use of Emacs resources, and a much cleaner and flexible
  586. internal architecture.  The central construct of the info alist, and its
  587. role in Supercite has been expanded, and the other central concept, the
  588. general package Regi, was developed to provide a theoretically unlimited
  589. flexibility.
  590.    But most of this work is internal and not of very great importance
  591. to the casual user. There have been some changes at the user-visible
  592. level, but for the most part, the Supercite configuration variables from
  593. version 2 should still be relevant to version 3.  Below, I briefly
  594. outline those user-visible things that have changed since version 2. For
  595. details, look to other sections of this manual.
  596.   1. Supercite proper now comes in a single file, `supercite.el', which
  597.      contains everything except the unsupported noodlings, overloading
  598.      (which should be more or less obsolete with the release of Emacs
  599.      19), and the general lisp packages `reporter.el' and `regi.el'.
  600.      Finally, the TeXinfo manual comes in its own file as well.  In
  601.      particular, the file `sc.el' from the version 2 distribution is
  602.      obsolete, as is the file `sc-elec.el'.
  603.   2. `sc-spacify-name-chars' is gone in version 3.
  604.   3. `sc-nickname-alist' is gone in version 3.  The
  605.      `sc-attrib-selection-list' is a more general construct supporting
  606.      the same basic feature.
  607.   4. The version 2 variable `sc-preferred-attribution' has been changed
  608.      to `sc-preferred-attribution-list', and has been expanded upon to
  609.      allow you to specify an ordered list of preferred attributions.
  610.   5. `sc-mail-fields-list' has been removed, and header nuking in
  611.      general has been greatly improved, giving you wider flexibility in
  612.      specifying which headers to keep and remove while presenting a
  613.      simplified interface to commonly chosen defaults.
  614.   6. Post-yank paragraph filling has been completely removed from
  615.      Supercite, other packages just do it better than Supercite ever
  616.      would.  Supercite will still fill newly cited paragraphs.
  617.   7. The variable `sc-all-but-cite-p' has been replaced by
  618.      `sc-cite-region-limit'.
  619.   8. Keymap hacking in the reply buffer has been greatly simplified,
  620.      with, I believe, little reduction in functionality.
  621.   9. Hacking of the reply buffer's docstring has been completely
  622.      eliminated.
  623. File: sc,  Node: Thanks and History,  Next: The Supercite Mailing List,  Prev: Version 3 Changes,  Up: Top
  624. Thanks and History
  625. ******************
  626.    The Supercite package was derived from its predecessor Superyank 1.11
  627. which was inspired by various bits of code and ideas from Martin Neitzel
  628. and Ashwin Ram. They were the folks who came up with the idea of
  629. non-nested citations and implemented some rough code to provide this
  630. style. Superyank and Supercite version 2 evolved to the point where much
  631. of the attribution selection mechanism was automatic, and features have
  632. been continuously added through the comments and suggestions of the
  633. Supercite mailing list participants.  Supercite version 3 represents a
  634. nearly complete rewrite with many of the algorithms and coding styles
  635. being vastly improved.  Hopefully Supercite version 3 is faster,
  636. smaller, and much more flexible than its predecessors.
  637.    In the version 2 manual I thanked some specific people for their
  638. help in developing Supercite 2.  You folks know who you are and your
  639. continued support is greatly appreciated.  I wish to thank everyone on
  640. the Supercite mailing list, especially the brave alpha testers, who
  641. helped considerably in testing out the concepts and implementation of
  642. Supercite version 3.  Special thanks go out to the MUA and Emacs
  643. authors Kyle Jones, Stephen Gildea, Richard Stallman, and Jamie
  644. Zawinski for coming to a quick agreement on the new
  645. `mail-citation-hook' interface, and for adding the magic lisp to their
  646. code to support this.
  647.    All who have helped and contributed have been greatly appreciated.
  648. File: sc,  Node: The Supercite Mailing List,  Next: Concept Index,  Prev: Thanks and History,  Up: Top
  649. The Supercite Mailing List
  650. **************************
  651.    The author runs a simple mail expanding mailing list for discussion
  652. of issues related to Supercite. This includes enhancement requests, bug
  653. reports, general help questions, etc.  To subscribe or unsubscribe to
  654. the mailing list, send a request to the administrative address:
  655.      Internet: supercite-request@anthem.nlm.nih.gov
  656.          UUCP: uunet!anthem.nlm.nih.gov!supercite-request
  657.    Please be sure to include the most reliable and shortest (preferably
  658. Internet) address back to you.  To post articles to the list, send your
  659. message to this address (you do not need to be a member to post, but be
  660. sure to indicate this in your article or replies may not be CC'd to
  661. you):
  662.      Internet: supercite@anthem.nlm.nih.gov
  663.          UUCP: uunet!anthem.nlm.nih.gov!supercite
  664.    If you are sending bug reports, they should go to the following
  665. address, but *please*! use the command `sc-submit-bug-report' since it
  666. will be much easier for me to duplicate your problem if you do so.  It
  667. will set up a mail buffer automatically with this address on the `To:'
  668. line:
  669.      Internet: supercite-help@anthem.nlm.nih.gov
  670.          UUCP: uunet!anthem.nlm.nih.gov!supercite-help
  671. File: sc,  Node: Concept Index,  Next: Command Index,  Prev: The Supercite Mailing List,  Up: Top
  672. Concept Index
  673. *************
  674. * Menu:
  675. * .emacs file <1>:                      Overloading for Non-conforming MUAs.
  676. * .emacs file <2>:                      Getting Connected.
  677. * .emacs file <3>:                      VM with any Emacsen.
  678. * .emacs file <4>:                      Emacs 19 MUAs.
  679. * .emacs file <5>:                      Emacs 18 MUAs.
  680. * .emacs file:                          MH-E with any Emacsen.
  681. * add-hook substitute:                  Emacs 18 MUAs.
  682. * attribute, attributing:               Usage Overview.
  683. * attribution info field (sc-):         Information Keys and the Info Alist.
  684. * attribution list:                     Selecting an Attribution.
  685. * attribution string:                   Citation Elements.
  686. * author info field (sc-):              Information Keys and the Info Alist.
  687. * author names:                         Author Names.
  688. * autoload:                             Getting Connected.
  689. * citation:                             Citations.
  690. * citation delimiter:                   Citation Elements.
  691. * citation info field (sc-):            Information Keys and the Info Alist.
  692. * citation interface specification:     Getting Connected.
  693. * citation leader:                      Citation Elements.
  694. * citation separator:                   Citation Elements.
  695. * citation string:                      Citation Elements.
  696. * cite, citing:                         Usage Overview.
  697. * electric references:                  Electric References.
  698. * emailname info field (sc-):           Information Keys and the Info Alist.
  699. * entries (Regi):                       Configuring the Citation Engine.
  700. * filladapt <1>:                        What Supercite Does.
  701. * filladapt:                            Filling Cited Text.
  702. * filling paragraphs:                   Filling Cited Text.
  703. * firstname info field (sc-):           Information Keys and the Info Alist.
  704. * frames (Regi):                        Configuring the Citation Engine.
  705. * from-address info field (sc-):        Information Keys and the Info Alist.
  706. * gin-mode <1>:                         What Supercite Does.
  707. * gin-mode:                             Filling Cited Text.
  708. * header rewrite functions:             Reference Headers.
  709. * header rewrite functions, built-in:   The Built-in Header Rewrite Functions.
  710. * Hyperbole:                            Overloading for Non-conforming MUAs.
  711. * Info Alist:                           Information Keys and the Info Alist.
  712. * info alist:                           What Supercite Does.
  713. * information extracted from mail fields: Information Keys and the Info Alist.
  714. * information keys:                     Information Keys and the Info Alist.
  715. * initials info field (sc-):            Information Keys and the Info Alist.
  716. * keymap prefix:                        Reply Buffer Initialization.
  717. * lastname info field (sc-):            Information Keys and the Info Alist.
  718. * mail-citation-hook:                   MH-E with any Emacsen.
  719. * mailing list address:                 The Supercite Mailing List.
  720. * mark:                                 Getting Connected.
  721. * middlename-1 info field (sc-):        Information Keys and the Info Alist.
  722. * modeline <1>:                         Reply Buffer Initialization.
  723. * modeline:                             What Supercite Does.
  724. * MUA:                                  Introduction.
  725. * nested citations:                     Citations.
  726. * non-nested citations:                 Citations.
  727. * NUA:                                  Introduction.
  728. * nuking mail headers:                  What Supercite Does.
  729. * overloading <1>:                      Emacs 18 MUAs.
  730. * overloading:                          Overloading for Non-conforming MUAs.
  731. * point:                                Getting Connected.
  732. * reciting:                             Frames You Can Customize.
  733. * reference header:                     What Supercite Does.
  734. * reference headers:                    Reference Headers.
  735. * Regi:                                 Configuring the Citation Engine.
  736. * regi.el file:                         Version 3 Changes.
  737. * reply-address info field (sc-):       Information Keys and the Info Alist.
  738. * reporter.el file:                     Version 3 Changes.
  739. * sc-attribution info field:            Information Keys and the Info Alist.
  740. * sc-author info field:                 Information Keys and the Info Alist.
  741. * sc-citation info field:               Information Keys and the Info Alist.
  742. * sc-elec.el from version 2:            Version 3 Changes.
  743. * sc-emailname info field:              Information Keys and the Info Alist.
  744. * sc-firstname info field:              Information Keys and the Info Alist.
  745. * sc-from-address info field:           Information Keys and the Info Alist.
  746. * sc-initials info field:               Information Keys and the Info Alist.
  747. * sc-lastname info field:               Information Keys and the Info Alist.
  748. * sc-middlename-1 info field:           Information Keys and the Info Alist.
  749. * sc-oloads.el:                         Overloading for Non-conforming MUAs.
  750. * sc-reply-address info field:          Information Keys and the Info Alist.
  751. * sc-sender-address info field:         Information Keys and the Info Alist.
  752. * sc-unsupp.el file <1>:                Version 3 Changes.
  753. * sc-unsupp.el file:                    Emacs 18 MUAs.
  754. * sc.el from version 2:                 Version 3 Changes.
  755. * sender-address info field (sc-):      Information Keys and the Info Alist.
  756. * sendmail.el:                          Hints to MUA Authors.
  757. * sendmail.el file:                     Emacs 18 MUAs.
  758. * setq as a substitute for add-hook:    Emacs 18 MUAs.
  759. * supercite mailing list address:       The Supercite Mailing List.
  760. * supercite.el file:                    Version 3 Changes.
  761. * toggling variables:                   Variable Toggling Shortcuts.
  762. * unciting:                             Frames You Can Customize.
  763. * undo boundary:                        Reply Buffer Initialization.
  764. * yank:                                 Usage Overview.
  765. File: sc,  Node: Command Index,  Next: Key Index,  Prev: Concept Index,  Up: Top
  766. Command Index
  767. *************
  768.    Since all supercite commands are prepended with the string "`sc-'",
  769. each appears under its `sc-'COMMAND name and its COMMAND name.
  770. * Menu:
  771. * add-hook <1>:                         Emacs 18 MUAs.
  772. * add-hook:                             MH-E with any Emacsen.
  773. * cite-original (sc-) <1>:              Getting Connected.
  774. * cite-original (sc-):                  Reply Buffer Initialization.
  775. * cite-region (sc-):                    Citing Commands.
  776. * defvar:                               Hints to MUA Authors.
  777. * describe (sc-):                       Miscellaneous Commands.
  778. * eref-abort (sc-):                     Electric References.
  779. * eref-exit (sc-):                      Electric References.
  780. * eref-goto (sc-):                      Electric References.
  781. * eref-jump (sc-):                      Electric References.
  782. * eref-next (sc-):                      Electric References.
  783. * eref-prev (sc-):                      Electric References.
  784. * eref-setn (sc-):                      Electric References.
  785. * eval:                                 Using Regi.
  786. * fill-paragraph:                       What Supercite Does.
  787. * header-attributed-writes (sc-):       The Built-in Header Rewrite Functions.
  788. * header-author-writes (sc-):           The Built-in Header Rewrite Functions.
  789. * header-inarticle-writes (sc-):        The Built-in Header Rewrite Functions.
  790. * header-on-said (sc-):                 The Built-in Header Rewrite Functions.
  791. * header-regarding-adds (sc-):          The Built-in Header Rewrite Functions.
  792. * header-verbose (sc-):                 The Built-in Header Rewrite Functions.
  793. * insert-citation (sc-):                Insertion Commands.
  794. * insert-reference (sc-):               Insertion Commands.
  795. * looking-at:                           Using Regi.
  796. * mail-field (sc-) <1>:                 Attribution Preferences.
  797. * mail-field (sc-):                     Information Keys and the Info Alist.
  798. * mail-field-query (sc-):               Mail Field Commands.
  799. * mail-process-headers (sc-):           Mail Field Commands.
  800. * mail-yank-original:                   Hints to MUA Authors.
  801. * no-blank-line-or-header (sc-):        The Built-in Header Rewrite Functions.
  802. * no-header (sc-):                      The Built-in Header Rewrite Functions.
  803. * open-line:                            Miscellaneous Commands.
  804. * open-line (sc-):                      Miscellaneous Commands.
  805. * perform-overloads (sc-):              GNEWS with any Emacsen.
  806. * recite-region (sc-):                  Citing Commands.
  807. * regi-interpret:                       Using Regi.
  808. * sc-cite-original <1>:                 Reply Buffer Initialization.
  809. * sc-cite-original <2>:                 What Supercite Does.
  810. * sc-cite-original:                     Getting Connected.
  811. * sc-cite-region:                       Citing Commands.
  812. * sc-describe:                          Miscellaneous Commands.
  813. * sc-eref-abort:                        Electric References.
  814. * sc-eref-exit:                         Electric References.
  815. * sc-eref-goto:                         Electric References.
  816. * sc-eref-jump:                         Electric References.
  817. * sc-eref-next:                         Electric References.
  818. * sc-eref-prev:                         Electric References.
  819. * sc-eref-setn:                         Electric References.
  820. * sc-header-attributed-writes:          The Built-in Header Rewrite Functions.
  821. * sc-header-author-writes:              The Built-in Header Rewrite Functions.
  822. * sc-header-inarticle-writes:           The Built-in Header Rewrite Functions.
  823. * sc-header-on-said:                    The Built-in Header Rewrite Functions.
  824. * sc-header-regarding-adds:             The Built-in Header Rewrite Functions.
  825. * sc-header-verbose:                    The Built-in Header Rewrite Functions.
  826. * sc-insert-citation:                   Insertion Commands.
  827. * sc-insert-reference:                  Insertion Commands.
  828. * sc-mail-field <1>:                    Information Keys and the Info Alist.
  829. * sc-mail-field:                        Attribution Preferences.
  830. * sc-mail-field-query:                  Mail Field Commands.
  831. * sc-mail-process-headers:              Mail Field Commands.
  832. * sc-no-blank-line-or-header:           The Built-in Header Rewrite Functions.
  833. * sc-no-header:                         The Built-in Header Rewrite Functions.
  834. * sc-open-line:                         Miscellaneous Commands.
  835. * sc-perform-overloads <1>:             Overloading for Non-conforming MUAs.
  836. * sc-perform-overloads:                 GNEWS with any Emacsen.
  837. * sc-recite-region:                     Citing Commands.
  838. * sc-setup-filladapt:                   Filling Cited Text.
  839. * sc-submit-bug-report <1>:             Miscellaneous Commands.
  840. * sc-submit-bug-report:                 Getting Connected.
  841. * sc-uncite-region:                     Citing Commands.
  842. * sc-version:                           Miscellaneous Commands.
  843. * set-variable:                         Variable Toggling Shortcuts.
  844. * setq:                                 Emacs 18 MUAs.
  845. * setup-filladapt (sc-):                Filling Cited Text.
  846. * string-match:                         Frames You Can Customize.
  847. * submit-bug-report (sc-) <1>:          Getting Connected.
  848. * submit-bug-report (sc-):              Miscellaneous Commands.
  849. * uncite-region (sc-):                  Citing Commands.
  850. * version (sc-):                        Miscellaneous Commands.
  851.