annotate lisp/packages/supercite.el @ 49:b46643e427ac

Added tag r19-16b90 for changeset 56c54cf7c5b6
author cvs
date Mon, 13 Aug 2007 08:56:06 +0200
parents ec9a17fef872
children 131b0175ea99
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 ;;; supercite.el --- minor mode for citing mail and news replies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 ;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 ;; Maintainer: supercite-help@anthem.nlm.nih.gov
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 ;; Created: February 1993
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 ;; Version: 3.1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 ;; Last Modified: 1993/09/22 18:58:46
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 ;; Keywords: citation attribution mail news article reply followup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 ;; supercite.el revision: 3.54
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 ;; Copyright (C) 1993 Barry A. Warsaw
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 ;; This file is part of XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 ;; XEmacs is free software; you can redistribute it and/or modify it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 ;; under the terms of the GNU General Public License as published by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 ;; the Free Software Foundation; either version 2, or (at your option)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 ;; any later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 ;; XEmacs is distributed in the hope that it will be useful, but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 ;; General Public License for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 ;; You should have received a copy of the GNU General Public License
16
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 0
diff changeset
27 ;; along with XEmacs; see the file COPYING. If not, write to the
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 0
diff changeset
28 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
0293115a14e9 Import from CVS: tag r19-15b91
cvs
parents: 0
diff changeset
29 ;; Boston, MA 02111-1307, USA.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 ;;; Synched up with: FSF 19.28.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 ;; LCD Archive Entry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 ;; supercite|Barry A. Warsaw|supercite-help@anthem.nlm.nih.gov
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 ;; |Mail and news reply citation package
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 ;; |1993/09/22 18:58:46|3.1|
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 ;; Code:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 (require 'regi)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 ;; start user configuration variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 ;; vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 (defvar sc-auto-fill-region-p t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 "*If non-nil, automatically fill each paragraph after it has been cited.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 (defvar sc-blank-lines-after-headers 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 "*Number of blank lines to leave after mail headers have been nuked.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 Set to nil, to use whatever blank lines happen to occur naturally.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 (defvar sc-citation-leader " "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 "*String comprising first part of a citation.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 (defvar sc-citation-delimiter ">"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 "*String comprising third part of a citation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 This string is used in both nested and non-nested citations.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 (defvar sc-citation-separator " "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 "*String comprising fourth and last part of a citation.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 (defvar sc-citation-leader-regexp "[ \t]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 "*Regexp describing citation leader for a cited line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 This should NOT have a leading `^' character.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 ;; Nemacs and Mule users note: please see the texinfo manual for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 ;; suggestions on setting these variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 (defvar sc-citation-root-regexp "[-._a-zA-Z0-9]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 "*Regexp describing variable root part of a citation for a cited line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 This should NOT have a leading `^' character. See also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 `sc-citation-nonnested-root-regexp'.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 (defvar sc-citation-nonnested-root-regexp "[-._a-zA-Z0-9]+"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 "*Regexp describing the variable root part of a nested citation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 This should NOT have a leading `^' character. This variable is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 related to `sc-citation-root-regexp' but where as that varariable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 describes both nested and non-nested citation roots, this variable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 describes only nested citation roots.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 (defvar sc-citation-delimiter-regexp "[>]+"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 "*Regexp describing citation delimiter for a cited line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 This should NOT have a leading `^' character.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 (defvar sc-citation-separator-regexp "[ \t]*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 "*Regexp describing citation separator for a cited line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 This should NOT have a leading `^' character.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 (defvar sc-cite-blank-lines-p nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 "*If non-nil, put a citation on blank lines.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 (defvar sc-cite-frame-alist '()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 "*Alist for frame selection during citing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 Each element of this list has the following form:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 (INFOKEY ((REGEXP . FRAME)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 (REGEXP . FRAME)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 (...)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 Where INFOKEY is a key for `sc-mail-field', REGEXP is a regular
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 expression to match against the INFOKEY's value. FRAME is a citation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 frame, or a variable containing a citation frame.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 (defvar sc-uncite-frame-alist '()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 "*Alist for frame selection during unciting.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 See the variable `sc-cite-frame-alist' for details.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 (defvar sc-recite-frame-alist '()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 "*Alist for frame selection during reciting.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 See the variable `sc-cite-frame-alist' for details.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 (defvar sc-default-cite-frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 '(;; initialize fill state and temporary variables when entering
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 ;; frame. this makes things run much faster
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 (begin (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 (sc-fill-if-different)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 (setq sc-tmp-nested-regexp (sc-cite-regexp "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 sc-tmp-nonnested-regexp (sc-cite-regexp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 sc-tmp-dumb-regexp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 (concat "\\("
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 (sc-cite-regexp "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 "\\)"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 (sc-cite-regexp sc-citation-nonnested-root-regexp))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 ;; blank lines mean paragraph separators, so fill the last cited
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 ;; paragraph, unless sc-cite-blank-lines-p is non-nil, in which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 ;; case we treat blank lines just like any other line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 ("^[ \t]*$" (if sc-cite-blank-lines-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 (sc-cite-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 (sc-fill-if-different "")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 ;; do nothing if looking at a reference tag. make sure that the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 ;; tag string isn't the empty string since this will match every
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 ;; line. it cannot be nil.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 (sc-reference-tag-string (if (string= sc-reference-tag-string "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 (list 'continue)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 ;; this regexp catches nested citations in which the author cited
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 ;; a non-nested citation with a dumb citer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 (sc-tmp-dumb-regexp (sc-cite-coerce-dumb-citer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 ;; if we are looking at a nested citation then add a citation level
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 (sc-tmp-nested-regexp (sc-add-citation-level))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 ;; if we're looking at a non-nested citation, coerce it to our style
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 (sc-tmp-nonnested-regexp (sc-cite-coerce-cited-line))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 ;; we must be looking at an uncited line. if we are in nested
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 ;; citations, just add a citation level
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 (sc-nested-citation-p (sc-add-citation-level))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 ;; we're looking at an uncited line and we are in non-nested
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 ;; citations, so cite it with a non-nested citation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 (t (sc-cite-line))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 ;; be sure when we're done that we fill the last cited paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 (end (sc-fill-if-different ""))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 "*Default REGI frame for citing a region.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 (defvar sc-default-uncite-frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 '(;; do nothing on a blank line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 ("^[ \t]*$" nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 ;; if the line is cited, uncite it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 ((sc-cite-regexp) (sc-uncite-line))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 "*Default REGI frame for unciting a region.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 (defvar sc-default-recite-frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 '(;; initialize fill state when entering frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 (begin (sc-fill-if-different))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 ;; do nothing on a blank line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 ("^[ \t]*$" nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 ;; if we're looking at a cited line, recite it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 ((sc-cite-regexp) (sc-recite-line (sc-cite-regexp)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 ;; otherwise, the line is uncited, so just cite it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 (t (sc-cite-line))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 ;; be sure when we're done that we fill the last cited paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 (end (sc-fill-if-different ""))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 "*Default REGI frame for reciting a region.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 (defvar sc-cite-region-limit t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 "*This variable controls automatic citation of yanked text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 Legal values are:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 non-nil -- cite the entire region, regardless of its size
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 nil -- do not cite the region at all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 <integer> -- a number indicating the threshold for citation. When
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 the number of lines in the region is greater than this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 value, a warning message will be printed and the region
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 will not be cited. Lines in region are counted with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 `count-lines'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 The gathering of attribution information is not affected by the value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 of this variable. The number of lines in the region is calculated
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 *after* all mail headers are removed. This variable is only consulted
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 during the initial citing via `sc-cite-original'.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 (defvar sc-confirm-always-p t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 "*If non-nil, always confirm attribution string before citing text body.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 (defvar sc-default-attribution "Anon"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 "*String used when author's attribution cannot be determined.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 (defvar sc-default-author-name "Anonymous"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 "*String used when author's name cannot be determined.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 (defvar sc-downcase-p nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 "*Non-nil means downcase the attribution and citation strings.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 (defvar sc-electric-circular-p t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 "*If non-nil, treat electric references as circular.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 (defvar sc-electric-mode-hook nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 "*Hook for `sc-electric-mode' electric references mode.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 (defvar sc-electric-references-p nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 "*Use electric references if non-nil.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 (defvar sc-fixup-whitespace-p nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 "*If non-nil, delete all leading white space before citing.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 (defvar sc-load-hook nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 "*Hook which gets run once after Supercite loads.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 (defvar sc-pre-hook nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 "*Hook which gets run before each invocation of `sc-cite-original'.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 (defvar sc-post-hook nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 "*Hook which gets run after each invocation of `sc-cite-original'.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 (defvar sc-mail-warn-if-non-rfc822-p t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 "*Warn if mail headers don't conform to RFC822.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 (defvar sc-mumble ""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 "*Value returned by `sc-mail-field' if field isn't in mail headers.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 (defvar sc-name-filter-alist
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 16
diff changeset
221 '(
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 16
diff changeset
222 ;; This first item removes any [bracketed] multi-word items in names.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 16
diff changeset
223 ;; Each word is already split into a separate string when this filter is
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 16
diff changeset
224 ;; applied, hence the complexity of the expression.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 16
diff changeset
225 ("\\[.*\\]\\|\\[[^\]]*\\|[^\[]*\\]" . any)
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 16
diff changeset
226 ("^\\(Mr\\|Mrs\\|Ms\\|Dr\\)[.]?$" . 0)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 ("^\\(Jr\\|Sr\\)[.]?$" . last)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 ("^ASTS$" . 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 ("^[I]+$" . last))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 "*Name list components which are filtered out as noise.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 This variable contains an association list where each element is of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 the form: (REGEXP . POSITION).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 REGEXP is a regular expression which matches the name list component.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 Match is performed using `string-match'. POSITION is the position in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 the name list which can match the regular expression, starting at zero
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 for the first element. Use `last' to match the last element in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 list and `any' to match all elements.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 (defvar sc-nested-citation-p nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 "*Controls whether to use nested or non-nested citation style.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 Non-nil uses nested citations, nil uses non-nested citations.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 (defvar sc-nuke-mail-headers 'all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 "*Controls mail header nuking.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 Used in conjunction with `sc-nuke-mail-header-list'. Legal values are:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 `all' -- nuke all mail headers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 `none' -- don't nuke any mail headers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 `specified' -- nuke headers specified in `sc-nuke-mail-header-list'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 `keep' -- keep headers specified in `sc-nuke-mail-header-list'")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 (defvar sc-nuke-mail-header-list nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 "*List of mail header regexps to remove or keep in body of reply.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 This list contains regular expressions describing the mail headers to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 keep or nuke, depending on the value of `sc-nuke-mail-headers'.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 (defvar sc-preferred-attribution-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 '("sc-lastchoice" "x-attribution" "firstname" "initials" "lastname")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 "*Specifies what to use as the attribution string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 Supercite creates a list of possible attributions when it scans the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 mail headers from the original message. Each attribution choice is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 associated with a key in an attribution alist. Supercite tries to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 pick a \"preferred\" attribution by matching the attribution alist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 keys against the elements in `sc-preferred-attribution-list' in order.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 The first non-empty string value found is used as the preferred
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 attribution.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 Note that Supercite now honors the X-Attribution: mail field. If
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 present in the original message, the value of this field should always
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 be used to select the most preferred attribution since it reflects how
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 the original author would like to be distinguished. It should be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 considered bad taste to put any attribution preference key before
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 \"x-attribution\" in this list, except perhaps for \"sc-lastchoice\"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 \(see below).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 Supercite remembers the last attribution used when reciting an already
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 cited paragraph. This attribution will always be saved with the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 \"sc-lastchoice\" key, which can be used in this list. Note that the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 last choice is always reset after every call of `sc-cite-original'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 Barring error conditions, the following preferences are always present
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 in the attribution alist:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 \"emailname\" -- email terminus name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 \"initials\" -- initials of author
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 \"firstname\" -- first name of author
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 \"lastname\" -- last name of author
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 \"middlename-1\" -- first middle name of author
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 \"middlename-2\" -- second middle name of author
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 Middle name indexes can be any positive integer greater than 0,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 although it is unlikely that many authors will supply more than one
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 middle name, if that many. The string of all middle names is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 associated with the key \"middlenames\".")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 (defvar sc-attrib-selection-list nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 "*An alist for selecting preferred attribution based on mail headers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 Each element of this list has the following form:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 (INFOKEY ((REGEXP . ATTRIBUTION)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 (REGEXP . ATTRIBUTION)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 (...)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 Where INFOKEY is a key for `sc-mail-field', REGEXP is a regular
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 expression to match against the INFOKEY's value. ATTRIBUTION can be a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 string or a list. If its a string, then it is the attribution that is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 selected by `sc-select-attribution'. If it is a list, it is `eval'd
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 and the return value must be a string, which is used as the selected
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 attribution. Note that the variable `sc-preferred-attribution-list'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 must contain an element of the string \"sc-consult\" for this variable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 to be consulted during attribution selection.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 (defvar sc-attribs-preselect-hook nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 "*Hook to run before selecting an attribution.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 (defvar sc-attribs-postselect-hook nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 "*Hook to run after selecting an attribution, but before confirmation.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 (defvar sc-pre-cite-hook nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 "*Hook to run before citing a region of text.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 (defvar sc-pre-uncite-hook nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 "*Hook to run before unciting a region of text.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 (defvar sc-pre-recite-hook nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 "*Hook to run before reciting a region of text.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 (defvar sc-preferred-header-style 4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 "*Index into `sc-rewrite-header-list' specifying preferred header style.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 Index zero accesses the first function in the list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 (defvar sc-reference-tag-string ">>>>> "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 "*String used at the beginning of built-in reference headers.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 (defvar sc-rewrite-header-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 '((sc-no-header)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 (sc-header-on-said)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 (sc-header-inarticle-writes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 (sc-header-regarding-adds)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 (sc-header-attributed-writes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 (sc-header-author-writes)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 (sc-header-verbose)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 (sc-no-blank-line-or-header)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 "*List of reference header rewrite functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 The variable `sc-preferred-header-style' controls which function in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 this list is chosen for automatic reference header insertions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 Electric reference mode will cycle through this list of functions.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 (defvar sc-titlecue-regexp "\\s +-+\\s +"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 "*Regular expression describing the separator between names and titles.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 Set to nil to treat entire field as a name.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 (defvar sc-use-only-preference-p nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 "*Controls what happens when the preferred attribution cannot be found.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 If non-nil, then `sc-default-attribution' will be used. If nil, then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 some secondary scheme will be employed to find a suitable attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 string.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 ;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 ;; end user configuration variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 (defconst sc-version "3.1"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 "Supercite version number.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 (defconst sc-help-address "supercite-help@anthem.nlm.nih.gov"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 "Address accepting submissions of bug reports.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 (defvar sc-mail-info nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 "Alist of mail header information gleaned from reply buffer.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 (defvar sc-attributions nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 "Alist of attributions for use when citing.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 (defconst sc-emacs-features
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 (let ((version 'v18)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 (flavor 'GNU))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 (if (string= (substring emacs-version 0 2) "19")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 (setq version 'v19))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 (if (string-match "XEmacs" emacs-version)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 (setq flavor 'Lucid))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 ;; cobble up list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 (list version flavor))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 "A list describing what version of Emacs we're running on.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 Known flavors are:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 All GNU18's: (v18 GNU)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 FSF19.x : (v19 GNU)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 Lucid19.x : (v19 Lucid)")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 (defvar sc-tmp-nested-regexp nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 "Temporary regepx describing nested citations.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 (defvar sc-tmp-nonnested-regexp nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 "Temporary regexp describing non-nested citations.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 (defvar sc-tmp-dumb-regexp nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 "Temp regexp describing non-nested citation cited with a nesting citer.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 (defvar sc-minor-mode nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 "Supercite minor mode on flag.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 (defvar sc-mode-string " SC"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 "Supercite minor mode string.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 (make-variable-buffer-local 'sc-mail-info)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 (make-variable-buffer-local 'sc-attributions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 (make-variable-buffer-local 'sc-minor-mode)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 ;; ======================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 ;; supercite keymaps
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 (defvar sc-mode-map-prefix "\C-c\C-p"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 "*Key binding to install Supercite keymap.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 If this is nil, Supercite keymap is not installed.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 (defvar sc-T-keymap ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 "Keymap for sub-keymap of setting and toggling functions.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 (if sc-T-keymap
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 (setq sc-T-keymap (make-sparse-keymap))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 (define-key sc-T-keymap "a" 'sc-S-preferred-attribution-list)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 (define-key sc-T-keymap "b" 'sc-T-mail-nuke-blank-lines)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 (define-key sc-T-keymap "c" 'sc-T-confirm-always)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 (define-key sc-T-keymap "d" 'sc-T-downcase)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 (define-key sc-T-keymap "e" 'sc-T-electric-references)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 (define-key sc-T-keymap "f" 'sc-T-auto-fill-region)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 (define-key sc-T-keymap "h" 'sc-T-describe)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 (define-key sc-T-keymap "l" 'sc-S-cite-region-limit)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 (define-key sc-T-keymap "n" 'sc-S-mail-nuke-mail-headers)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 (define-key sc-T-keymap "N" 'sc-S-mail-header-nuke-list)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428 (define-key sc-T-keymap "o" 'sc-T-electric-circular)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 (define-key sc-T-keymap "p" 'sc-S-preferred-header-style)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 (define-key sc-T-keymap "s" 'sc-T-nested-citation)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 (define-key sc-T-keymap "u" 'sc-T-use-only-preferences)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 (define-key sc-T-keymap "w" 'sc-T-fixup-whitespace)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 (define-key sc-T-keymap "?" 'sc-T-describe)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 (defvar sc-mode-map ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 "Keymap for Supercite quasi-mode.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 (if sc-mode-map
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 (setq sc-mode-map (make-sparse-keymap))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 (define-key sc-mode-map "c" 'sc-cite-region)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 (define-key sc-mode-map "f" 'sc-mail-field-query)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 (define-key sc-mode-map "g" 'sc-mail-process-headers)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 (define-key sc-mode-map "h" 'sc-describe)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 (define-key sc-mode-map "i" 'sc-insert-citation)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 (define-key sc-mode-map "o" 'sc-open-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 (define-key sc-mode-map "r" 'sc-recite-region)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 (define-key sc-mode-map "\C-p" 'sc-raw-mode-toggle)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 (define-key sc-mode-map "u" 'sc-uncite-region)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 (define-key sc-mode-map "v" 'sc-version)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 (define-key sc-mode-map "w" 'sc-insert-reference)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 (define-key sc-mode-map "\C-t" sc-T-keymap)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 (define-key sc-mode-map "\C-b" 'sc-submit-bug-report)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 (define-key sc-mode-map "?" 'sc-describe)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 (defvar sc-electric-mode-map ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 "Keymap for `sc-electric-mode' electric references mode.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 (if sc-electric-mode-map
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 (setq sc-electric-mode-map (make-sparse-keymap))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 (define-key sc-electric-mode-map "p" 'sc-eref-prev)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 (define-key sc-electric-mode-map "n" 'sc-eref-next)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 (define-key sc-electric-mode-map "s" 'sc-eref-setn)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 (define-key sc-electric-mode-map "j" 'sc-eref-jump)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 (define-key sc-electric-mode-map "x" 'sc-eref-abort)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 (define-key sc-electric-mode-map "q" 'sc-eref-abort)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 (define-key sc-electric-mode-map "\r" 'sc-eref-exit)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 (define-key sc-electric-mode-map "\n" 'sc-eref-exit)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 (define-key sc-electric-mode-map "g" 'sc-eref-goto)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 (define-key sc-electric-mode-map "?" 'describe-mode)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 (define-key sc-electric-mode-map "\C-h" 'describe-mode)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 (defvar sc-minibuffer-local-completion-map nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 "Keymap for minibuffer confirmation of attribution strings.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 (if sc-minibuffer-local-completion-map
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 (setq sc-minibuffer-local-completion-map
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 (copy-keymap minibuffer-local-completion-map))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 (define-key sc-minibuffer-local-completion-map "\C-t" 'sc-toggle-fn)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 (define-key sc-minibuffer-local-completion-map " " 'self-insert-command))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 (defvar sc-minibuffer-local-map nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 "Keymap for minibuffer confirmation of attribution strings.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 (if sc-minibuffer-local-map
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 (setq sc-minibuffer-local-map (copy-keymap minibuffer-local-map))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 (define-key sc-minibuffer-local-map "\C-t" 'sc-toggle-fn))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 ;; ======================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 ;; utility functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 (defun sc-completing-read (prompt table &optional predicate require-match
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 initial-contents history)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 "Compatibility between Emacs 18 and 19 `completing-read'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 In version 18, the HISTORY argument is ignored."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 (if (memq 'v19 sc-emacs-features)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 (funcall 'completing-read prompt table predicate require-match
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 initial-contents history)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 (funcall 'completing-read prompt table predicate require-match
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 (or (car-safe initial-contents)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 initial-contents))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 (defun sc-read-string (prompt &optional initial-contents history)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 "Compatibility between Emacs 18 and 19 `read-string'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 In version 18, the HISTORY argument is ignored."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 (if (memq 'v19 sc-emacs-features)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 (funcall 'read-string prompt initial-contents history)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 (funcall 'read-string prompt initial-contents)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 (defun sc-submatch (matchnum &optional string)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 "Returns `match-beginning' and `match-end' sub-expression for MATCHNUM.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 If optional STRING is provided, take sub-expression using `substring'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 of argument, otherwise use `buffer-substring' on current buffer. Note
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 that `match-data' must have already been generated and no error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 checking is performed by this function."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 (if string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 (substring string (match-beginning matchnum) (match-end matchnum))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 (buffer-substring (match-beginning matchnum) (match-end matchnum))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 (defun sc-member (elt list)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 "Like `memq', but uses `equal' instead of `eq'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 Emacs19 has a builtin function `member' which does exactly this."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 (catch 'elt-is-member
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 (while list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 (if (equal elt (car list))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 (throw 'elt-is-member list))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 (setq list (cdr list)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 (and (memq 'v19 sc-emacs-features)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 (fset 'sc-member 'member))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 (defun sc-ask (alist)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 "Ask a question in the minibuffer requiring a single character answer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 This function is kind of an extension of `y-or-n-p' where a single
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 letter is used to answer a question. Question is formed from ALIST
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 which has members of the form: (WORD . LETTER). WORD is the long
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 word form, while LETTER is the letter for selecting that answer. The
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 selected letter is returned, or nil if the question was not answered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 Note that WORD is a string and LETTER is a character. All LETTERs in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 the list should be unique."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 (let* ((prompt (concat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 (mapconcat (function (lambda (elt) (car elt))) alist ", ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 "? ("
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 (mapconcat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547 (function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 (lambda (elt) (char-to-string (cdr elt)))) alist "/")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 ") "))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 (p prompt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 (event
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 (if (memq 'Lucid sc-emacs-features)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 (allocate-event)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 (while (stringp p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 (if (let ((cursor-in-echo-area t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 (inhibit-quit t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 (message "%s" p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 ;; lets be good neighbors and be compatible with all emacsen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 ((memq 'v18 sc-emacs-features)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 (setq event (read-char)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 ((memq 'Lucid sc-emacs-features)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 (next-command-event event))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 (t ; must be FSF19
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 (setq event (read-event))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 (prog1 quit-flag (setq quit-flag nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 (message "%s%s" p (single-key-description event))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 (and (memq 'Lucid sc-emacs-features)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 (deallocate-event event))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 (setq quit-flag nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 (signal 'quit '())))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 (let ((char
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 (if (memq 'Lucid sc-emacs-features)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 (let* ((key (and (key-press-event-p event) (event-key event)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 (char (and key (event-to-character event))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 char)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579 event))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 elt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 (if char (setq char (downcase char)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 ((setq elt (rassq char alist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 (message "%s%s" p (car elt))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 (setq p (cdr elt)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 ((and (memq 'Lucid sc-emacs-features)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 (button-release-event-p event)) ; ignore them
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 (message "%s%s" p (single-key-description event))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 (if (memq 'Lucid sc-emacs-features)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 (ding nil 'y-or-n-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 (ding))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 (discard-input)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 (if (eq p prompt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 (setq p (concat "Try again. " prompt)))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 (and (memq 'Lucid sc-emacs-features)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 (deallocate-event event))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 p))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 (defun sc-scan-info-alist (alist)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602 "Find a match in the info alist that matches a regexp in ALIST."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 (let ((sc-mumble "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 rtnvalue)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 (while alist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 (let* ((elem (car alist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 (infokey (car elem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 (infoval (sc-mail-field infokey))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 (mlist (car (cdr elem))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 (while mlist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 (let* ((ml-elem (car mlist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 (regexp (car ml-elem))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 (thing (cdr ml-elem)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614 (if (string-match regexp infoval)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 ;; we found a match, time to return
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 (setq rtnvalue thing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 mlist nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 alist nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619 ;; else we didn't find a match
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 (setq mlist (cdr mlist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 ))) ;end of mlist loop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 (setq alist (cdr alist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623 )) ;end of alist loop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 rtnvalue))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627 ;; ======================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 ;; extract mail field information from headers in reply buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 ;; holder variables for bc happiness
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631 (defvar sc-mail-headers-start nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 "Start of header fields.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 (defvar sc-mail-headers-end nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 "End of header fields.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 (defvar sc-mail-field-history nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636 "For minibuffer completion on mail field queries.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 (defvar sc-mail-field-modification-history nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638 "For minibuffer completion on mail field modifications.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 (defvar sc-mail-glom-frame
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 '((begin (setq sc-mail-headers-start (point)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 ("^x-attribution:[ \t]+.*$" (sc-mail-fetch-field t) nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 ("^\\S +:.*$" (sc-mail-fetch-field) nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 ("^$" (list 'abort '(step . 0)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 ("^[ \t]+" (sc-mail-append-field))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 (sc-mail-warn-if-non-rfc822-p (sc-mail-error-in-mail-field))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 (end (setq sc-mail-headers-end (point))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647 "Regi frame for glomming mail header information.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 ;; regi functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650 (defun sc-mail-fetch-field (&optional attribs-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 "Insert a key and value into `sc-mail-info' alist.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 If optional ATTRIBS-P is non-nil, the key/value pair is placed in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 `sc-attributions' too."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654 (if (string-match "^\\(\\S *\\)\\s *:\\s +\\(.*\\)$" curline)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 (let* ((key (downcase (sc-submatch 1 curline)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 (val (sc-submatch 2 curline))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657 (keyval (cons key val)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 (setq sc-mail-info (cons keyval sc-mail-info))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659 (if attribs-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 (setq sc-attributions (cons keyval sc-attributions)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 (defun sc-mail-append-field ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 "Append a continuation line onto the last fetched mail field's info."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 (let ((keyval (car sc-mail-info)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 (if (and keyval (string-match "^\\s *\\(.*\\)$" curline))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 (setcdr keyval (concat (cdr keyval) " " (sc-submatch 1 curline)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 (defun sc-mail-error-in-mail-field ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 "Issue warning that mail headers don't conform to RFC 822."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 (let* ((len (min (length curline) 10))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 (ellipsis (if (< len (length curline)) "..." ""))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675 (msg "Mail header \"%s%s\" doesn't conform to RFC 822. skipping..."))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 (message msg (substring curline 0 len) ellipsis))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 (beep)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 (sit-for 2)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 ;; mail header nuking
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 (defvar sc-mail-last-header-nuked-p nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 "True if the last header was nuked.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 (defun sc-mail-nuke-line ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 "Nuke the current mail header line."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 (delete-region (regi-pos 'bol) (regi-pos 'bonl))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 '((step . -1)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 (defun sc-mail-nuke-header-line ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 "Delete current-line and set up for possible continuation."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 (setq sc-mail-last-header-nuked-p t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 (sc-mail-nuke-line))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 (defun sc-mail-nuke-continuation-line ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 "Delete a continuation line if the last header line was deleted."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 (if sc-mail-last-header-nuked-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 (sc-mail-nuke-line)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 (defun sc-mail-cleanup-blank-lines ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 "Leave some blank lines after original mail headers are nuked.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 The number of lines left is specified by `sc-blank-lines-after-headers'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 (if sc-blank-lines-after-headers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 (save-restriction
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 (widen)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 (skip-chars-backward " \t\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 (forward-line 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 (delete-blank-lines)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 (beginning-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 (if (looking-at "[ \t]*$")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 (delete-region (regi-pos 'bol) (regi-pos 'bonl)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 (insert-char ?\n sc-blank-lines-after-headers)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 (defun sc-mail-build-nuke-frame ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
716 "Build the regiframe for nuking mail headers."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717 (let (every-func entry-func nonentry-func)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 ((eq sc-nuke-mail-headers 'all)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 (setq every-func '(progn (forward-line -1) (sc-mail-nuke-line))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 ((eq sc-nuke-mail-headers 'specified)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 (setq entry-func '(sc-mail-nuke-header-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723 nonentry-func '(setq sc-mail-last-header-nuked-p nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 ((eq sc-nuke-mail-headers 'keep)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 (setq entry-func '(setq sc-mail-last-header-nuked-p nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 nonentry-func '(sc-mail-nuke-header-line)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 ;; we never get far enough to interpret a frame if s-n-m-h == 'none
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 ((eq sc-nuke-mail-headers 'none))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 (t (error "Illegal value for sc-nuke-mail-headers: %s"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 sc-nuke-mail-headers))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 ) ; end-cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 (append
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 (and entry-func
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 (regi-mapcar sc-nuke-mail-header-list entry-func nil t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 (and nonentry-func (list (list "^\\S +:.*$" nonentry-func)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 (and (not every-func)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 '(("^[ \t]+" (sc-mail-nuke-continuation-line))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 '((begin (setq sc-mail-last-header-zapped-p nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 '((end (sc-mail-cleanup-blank-lines)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 (and every-func (list (list 'every every-func)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
743 ;; mail processing and zapping. this is the top level entry defun to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 ;; all header processing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745 (defun sc-mail-process-headers (start end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 "Process original mail message's mail headers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747 After processing, mail headers may be nuked. Header information is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
748 stored in `sc-mail-info', and any old information is lost unless an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749 error occurs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 (interactive "r")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 (let ((info (copy-alist sc-mail-info))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 (attribs (copy-alist sc-attributions)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753 (setq sc-mail-info nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 sc-attributions nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 (regi-interpret sc-mail-glom-frame start end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 (if (null sc-mail-info)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758 (message "No mail headers found! Restoring old information.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 (setq sc-mail-info info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 sc-attributions attribs))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 (regi-interpret (sc-mail-build-nuke-frame)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762 sc-mail-headers-start sc-mail-headers-end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766 ;; let the user change mail field information
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 (defun sc-mail-field (field)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 "Return the mail header field value associated with FIELD.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 If there was no mail header with FIELD as its key, return the value of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 `sc-mumble'. FIELD is case insensitive."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771 (or (cdr (assoc (downcase field) sc-mail-info)) sc-mumble))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 (defun sc-mail-field-query (arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774 "View the value of a mail field.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 With `\\[universal-argument]', prompts for action on mail field.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 Action can be one of: View, Modify, Add, or Delete."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777 (interactive "P")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 (let* ((alist '(("view" . ?v) ("modify" . ?m) ("add" . ?a) ("delete" . ?d)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779 (action (if (not arg) ?v (sc-ask alist)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780 key)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781 (if (not action)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 (setq key (sc-completing-read
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 (concat (car (rassq action alist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 " information key: ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 sc-mail-info nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 (if (eq action ?a) nil 'noexit)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788 nil 'sc-mail-field-history))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 ((eq action ?v)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 (message "%s: %s" key (cdr (assoc key sc-mail-info))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 ((eq action ?d)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 (setq sc-mail-info (delq (assoc key sc-mail-info) sc-mail-info)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 ((eq action ?m)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 (let ((keyval (assoc key sc-mail-info)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796 ;; first put initial value onto list if not already there
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 (if (not (sc-member (cdr keyval)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 sc-mail-field-modification-history))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 (setq sc-mail-field-modification-history
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800 (cons (cdr keyval) sc-mail-field-modification-history)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801 (setcdr keyval (sc-read-string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 (concat key ": ") (cdr keyval)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 'sc-mail-field-modification-history))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 ((eq action ?a)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 (setq sc-mail-info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 (cons (cons key
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 (sc-read-string (concat key ": "))) sc-mail-info)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 ))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 ;; ======================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 ;; attributions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 (defvar sc-attribution-confirmation-history nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 "History for confirmation of attribution strings.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816 (defvar sc-citation-confirmation-history nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 "History for confirmation of attribution prefixes.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 (defun sc-attribs-%@-addresses (from &optional delim)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820 "Extract the author's email terminus from email address FROM.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 Match addresses of the style ``name%[stuff].'' when called with DELIM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 of \"%\" and addresses of the style ``[stuff]name@[stuff]'' when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 called with DELIM \"@\". If DELIM is nil or not provided, matches
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 addresses of the style ``name''."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 (and (string-match (concat "[-a-zA-Z0-9_.]+" delim) from 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826 (substring from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 (match-beginning 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828 (- (match-end 0) (if (null delim) 0 1)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830 (defun sc-attribs-!-addresses (from)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 "Extract the author's email terminus from email address FROM.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 Match addresses of the style ``[stuff]![stuff]...!name[stuff].''"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 (let ((eos (length from))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 (mstart (string-match "![-a-zA-Z0-9_.]+\\([^-!a-zA-Z0-9_.]\\|$\\)"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 from 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 (mend (match-end 0)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 (and mstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838 (substring from (1+ mstart) (- mend (if (= mend eos) 0 1)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841 (defun sc-attribs-<>-addresses (from)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 "Extract the author's email terminus from email address FROM.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 Match addresses of the style ``<name[stuff]>.''"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844 (and (string-match "<\\(.*\\)>" from)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 (sc-submatch 1 from)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 (defun sc-get-address (from author)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 "Get the full email address path from FROM.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 AUTHOR is the author's name (which is removed from the address)."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 (let ((eos (length from)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 (if (string-match (concat "\\(^\\|^\"\\)" author
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 "\\(\\s +\\|\"\\s +\\)") from 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853 (let ((address (substring from (match-end 0) eos)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 (if (and (= (aref address 0) ?<)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 (= (aref address (1- (length address))) ?>))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 (substring address 1 (1- (length address)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 address))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858 (if (string-match "[-a-zA-Z0-9!@%._]+" from 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 (sc-submatch 0 from)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860 "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 (defun sc-attribs-emailname (from)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 "Get the email terminus name from FROM."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865 (or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 (sc-attribs-%@-addresses from "%")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867 (sc-attribs-%@-addresses from "@")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 (sc-attribs-!-addresses from)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 (sc-attribs-<>-addresses from)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870 (sc-attribs-%@-addresses from)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871 (substring from 0 10)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 (defun sc-name-substring (string start end extend)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874 "Extract the specified substring of STRING from START to END.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875 EXTEND is the number of characters on each side to extend the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 substring."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877 (and start
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 (let ((sos (+ start extend))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879 (eos (- end extend)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 (substring string sos
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881 (or (string-match sc-titlecue-regexp string sos) eos)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 ))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 (defun sc-attribs-extract-namestring (from)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 "Extract the name string from FROM.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886 This should be the author's full name minus an optional title."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887 (let ((namestring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 (or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889 (sc-name-substring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890 from (string-match "(.*)" from 0) (match-end 0) 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 (sc-name-substring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892 from (string-match "\".*\"" from 0) (match-end 0) 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893 (sc-name-substring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 from (string-match "\\([-.a-zA-Z0-9_]+\\s +\\)+<" from 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895 (match-end 1) 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 (sc-attribs-emailname from))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897 ;; strip off any leading or trailing whitespace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 (if namestring
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
899 (let ((bos 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
900 (eos (1- (length namestring))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
901 (while (and (<= bos eos)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
902 (memq (aref namestring bos) '(32 ?\t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
903 (setq bos (1+ bos)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
904 (while (and (> eos bos)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
905 (memq (aref namestring eos) '(32 ?\t)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
906 (setq eos (1- eos)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907 (substring namestring bos (1+ eos))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
909 (defun sc-attribs-chop-namestring (namestring)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
910 "Convert NAMESTRING to a list of names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 example: (sc-namestring-to-list \"John Xavier Doe\")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912 => (\"John\" \"Xavier\" \"Doe\")"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913 (if (string-match "\\([ \t]*\\)\\([^ \t._]+\\)\\([ \t]*\\)" namestring)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914 (cons (sc-submatch 2 namestring)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 (sc-attribs-chop-namestring (substring namestring (match-end 3)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918 (defun sc-attribs-strip-initials (namelist)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919 "Extract the author's initials from the NAMELIST."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920 (mapconcat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921 (function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922 (lambda (name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923 (if (< 0 (length name))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924 (substring name 0 1))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925 namelist ""))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927 (defun sc-guess-attribution (&optional string)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928 "Guess attribution string on current line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929 If attribution cannot be guessed, nil is returned. Optional STRING if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 supplied, is used instead of the line point is on in the current buffer."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931 (let ((start 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 (string (or string (buffer-substring (regi-pos 'bol) (regi-pos 'eol))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933 attribution)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934 (and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935 (= start (or (string-match sc-citation-leader-regexp string start) -1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 (setq start (match-end 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937 (= start (or (string-match sc-citation-root-regexp string start) 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938 (setq attribution (sc-submatch 0 string)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 start (match-end 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940 (= start (or (string-match sc-citation-delimiter-regexp string start) -1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941 (setq start (match-end 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942 (= start (or (string-match sc-citation-separator-regexp string start) -1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 attribution)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945 (defun sc-attribs-filter-namelist (namelist)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946 "Filter out noise in NAMELIST according to `sc-name-filter-alist'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947 (let ((elements (length namelist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948 (position -1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949 keepers filtered-list)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
950 (mapcar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951 (function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 (lambda (name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953 (setq position (1+ position))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954 (let ((keep-p t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 (mapcar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 (function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957 (lambda (filter)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958 (let ((regexp (car filter))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959 (pos (cdr filter)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 (if (and (string-match regexp name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 (or (and (numberp pos)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 (= pos position))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 (and (eq pos 'last)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964 (= position (1- elements)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965 (eq pos 'any)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966 (setq keep-p nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968 sc-name-filter-alist)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969 (if keep-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970 (setq keepers (cons position keepers)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 namelist)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 (mapcar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974 (function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975 (lambda (position)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976 (setq filtered-list (cons (nth position namelist) filtered-list))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
977 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978 keepers)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
979 filtered-list))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981 (defun sc-attribs-chop-address (from)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
982 "Extract attribution information from FROM.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983 This populates the `sc-attributions' with the list of possible attributions."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984 (if (and (stringp from)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985 (< 0 (length from)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 (let* ((sc-mumble "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 (namestring (sc-attribs-extract-namestring from))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988 (namelist (sc-attribs-filter-namelist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989 (sc-attribs-chop-namestring namestring)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 (revnames (reverse (cdr namelist)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991 (firstname (car namelist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992 (midnames (reverse (cdr revnames)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993 (lastname (car revnames))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994 (initials (sc-attribs-strip-initials namelist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
995 (emailname (sc-attribs-emailname from))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 (n 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
997 author middlenames)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
998
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
999 ;; put basic information
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1000 (setq
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001 ;; put middle names and build sc-author entry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002 middlenames (mapconcat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003 (function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004 (lambda (midname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005 (let ((key-attribs (format "middlename-%d" n))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1006 (key-mail (format "sc-middlename-%d" n)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1007 (setq
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008 sc-attributions (cons (cons key-attribs midname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009 sc-attributions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010 sc-mail-info (cons (cons key-mail midname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1011 sc-mail-info)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012 n (1+ n))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013 midname)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1014 midnames " ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1015
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016 author (concat firstname " " middlenames (and midnames " ") lastname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 sc-attributions (append
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1019 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020 (cons "firstname" firstname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021 (cons "lastname" lastname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022 (cons "emailname" emailname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023 (cons "initials" initials))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024 sc-attributions)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025 sc-mail-info (append
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1026 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1027 (cons "sc-firstname" firstname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1028 (cons "sc-middlenames" middlenames)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1029 (cons "sc-lastname" lastname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1030 (cons "sc-emailname" emailname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1031 (cons "sc-initials" initials)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1032 (cons "sc-author" author)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1033 (cons "sc-from-address" (sc-get-address
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1034 (sc-mail-field "from")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035 namestring))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036 (cons "sc-reply-address" (sc-get-address
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037 (sc-mail-field "reply-to")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1038 namestring))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039 (cons "sc-sender-address" (sc-get-address
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040 (sc-mail-field "sender")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1041 namestring))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1042 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1043 sc-mail-info)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1044 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1045 ;; from string is empty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1046 (setq sc-mail-info (cons (cons "sc-author" sc-default-author-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1047 sc-mail-info))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1048
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1049 (defvar sc-attrib-or-cite nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1050 "Used to toggle between attribution input or citation input.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1051
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1052 (defun sc-toggle-fn ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1053 "Toggle between attribution selection and citation selection.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1054 Only used during confirmation."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1055 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1056 (setq sc-attrib-or-cite (not sc-attrib-or-cite))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1057 (throw 'sc-reconfirm t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1058
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059 (defun sc-select-attribution ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060 "Select an attribution from `sc-attributions'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1061
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1062 Variables involved in selection process include:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1063 `sc-preferred-attribution-list'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1064 `sc-use-only-preference-p'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1065 `sc-confirm-always-p'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1066 `sc-default-attribution'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1067 `sc-attrib-selection-list'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1068
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1069 Runs the hook `sc-attribs-preselect-hook' before selecting an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1070 attribution and the hook `sc-attribs-postselect-hook' after making the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1071 selection but before querying is performed. During
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1072 `sc-attribs-postselect-hook' the variable `citation' is bound to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1073 auto-selected citation string and the variable `attribution' is bound
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1074 to the auto-selected attribution string."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1075 (run-hooks 'sc-attribs-preselect-hook)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1076 (let ((query-p sc-confirm-always-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1077 attribution citation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1078 (attriblist sc-preferred-attribution-list))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1079
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080 ;; first cruise through sc-preferred-attribution-list looking for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1081 ;; a match in either sc-attributions or sc-mail-info. if the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1082 ;; element is "sc-consult", then we have to do the alist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1083 ;; consultation phase
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1084 (while attriblist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1085 (let* ((preferred (car attriblist)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1086 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1087 ((string= preferred "sc-consult")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1088 ;; we've been told to consult the attribution vs. mail
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1089 ;; header key alist. we do this until we find a match in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1090 ;; the sc-attrib-selection-list. if we do not find a match,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1091 ;; we continue scanning attriblist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1092 (let ((attrib (sc-scan-info-alist sc-attrib-selection-list)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1093 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1094 ((not attrib)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1095 (setq attriblist (cdr attriblist)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1096 ((stringp attrib)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1097 (setq attribution attrib
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1098 attriblist nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1099 ((listp attrib)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1100 (setq attribution (eval attrib)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1101 attriblist nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1102 (t (error "%s did not evaluate to a string or list!"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1103 "sc-attrib-selection-list"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1104 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1105 ((setq attribution (cdr (assoc preferred sc-attributions)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106 (setq attriblist nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1107 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1108 (setq attriblist (cdr attriblist)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1109 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1110
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1111 ;; if preference was not found, we may use a secondary method to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1112 ;; find a valid attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1113 (if (and (not attribution)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1114 (not sc-use-only-preference-p))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1115 ;; secondary method tries to find a preference in this order
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1116 ;; 1. sc-lastchoice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1117 ;; 2. x-attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1118 ;; 3. firstname
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1119 ;; 4. lastname
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1120 ;; 5. initials
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1121 ;; 6. first non-empty attribution in alist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1122 (setq attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1123 (or (cdr (assoc "sc-lastchoice" sc-attributions))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1124 (cdr (assoc "x-attribution" sc-attributions))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125 (cdr (assoc "firstname" sc-attributions))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126 (cdr (assoc "lastname" sc-attributions))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1127 (cdr (assoc "initials" sc-attributions))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1128 (cdr (car sc-attributions)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1129
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1130 ;; still couldn't find an attribution. we're now limited to using
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1131 ;; the default attribution, but we'll force a query when this happens
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1132 (if (not attribution)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1133 (setq attribution sc-default-attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1134 query-p t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1135
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136 ;; create the attribution prefix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1137 (setq citation (sc-make-citation attribution))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1138
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1139 ;; run the post selection hook before querying the user
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1140 (run-hooks 'sc-attribs-postselect-hook)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1141
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1142 ;; query for confirmation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1143 (if query-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1144 (let* ((query-alist (mapcar (function (lambda (entry)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1145 (list (cdr entry))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1146 sc-attributions))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1147 (minibuffer-local-completion-map
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1148 sc-minibuffer-local-completion-map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1149 (minibuffer-local-map sc-minibuffer-local-map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1150 (initial attribution)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1151 (completer-disable t) ; in case completer.el is used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1152 choice)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1153 (setq sc-attrib-or-cite nil) ; nil==attribution, t==citation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1154 (while
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1155 (catch 'sc-reconfirm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1156 (string= "" (setq choice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1157 (if sc-attrib-or-cite
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1158 (sc-read-string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1159 "Enter citation prefix: "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1160 citation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1161 'sc-citation-confirmation-history)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1162 (sc-completing-read
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1163 "Complete attribution name: "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1164 query-alist nil nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1165 (cons initial 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1166 'sc-attribution-confirmation-history)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167 )))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1168 (if sc-attrib-or-cite
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1169 ;; since the citation was chosen, we have to guess at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1170 ;; the attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1171 (setq citation choice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1172 attribution (or (sc-guess-attribution citation)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1173 citation))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1174
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1175 (setq citation (sc-make-citation choice)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1176 attribution choice))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1177 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1178
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1179 ;; its possible that the user wants to downcase the citation and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1180 ;; attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1181 (if sc-downcase-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1182 (setq citation (downcase citation)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1183 attribution (downcase attribution)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1184
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1185 ;; set up mail info alist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1186 (let* ((ckey "sc-citation")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1187 (akey "sc-attribution")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1188 (ckeyval (assoc ckey sc-mail-info))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1189 (akeyval (assoc akey sc-mail-info)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1190 (if ckeyval
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1191 (setcdr ckeyval citation)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1192 (setq sc-mail-info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1193 (append (list (cons ckey citation)) sc-mail-info)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1194 (if akeyval
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1195 (setcdr akeyval attribution)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1196 (setq sc-mail-info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1197 (append (list (cons akey attribution)) sc-mail-info))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1198
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1199 ;; set the sc-lastchoice attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1200 (let* ((lkey "sc-lastchoice")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1201 (lastchoice (assoc lkey sc-attributions)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1202 (if lastchoice
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1203 (setcdr lastchoice attribution)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204 (setq sc-attributions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1205 (cons (cons lkey attribution) sc-attributions))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1206 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1207
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1208
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1209 ;; ======================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1210 ;; filladapt hooks for supercite 3.1. you shouldn't need anything
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1211 ;; extra to make gin-mode understand supercited lines. Even this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1212 ;; stuff might not be entirely necessary...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1213
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1214 (defun sc-cite-regexp (&optional root-regexp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1215 "Return a regexp describing a Supercited line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1216 The regexp is the concatenation of `sc-citation-leader-regexp',
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1217 `sc-citation-root-regexp', `sc-citation-delimiter-regexp', and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218 `sc-citation-separator-regexp'. If optional ROOT-REGEXP is supplied,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1219 use it instead of `sc-citation-root-regexp'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1220 (concat sc-citation-leader-regexp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1221 (or root-regexp sc-citation-root-regexp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1222 sc-citation-delimiter-regexp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223 sc-citation-separator-regexp))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1224
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1225 (defun sc-make-citation (attribution)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1226 "Make a non-nested citation from ATTRIBUTION."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1227 (concat sc-citation-leader
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1229 sc-citation-delimiter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1230 sc-citation-separator))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1231
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1232 (defun sc-setup-filladapt ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1233 "Setup `filladapt-prefix-table' to handle Supercited paragraphs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1234 (if (boundp 'filladapt-prefix-table)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1235 (let* ((fa-sc-elt 'filladapt-supercite-included-text)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1236 (elt (rassq fa-sc-elt filladapt-prefix-table)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1237 (if elt (setcar elt (sc-cite-regexp))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1238 (message "Filladapt doesn't seem to know about Supercite.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1239 (beep)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1240
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1241
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1242 ;; ======================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1243 ;; citing and unciting regions of text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1244
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1245 (defvar sc-fill-begin 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1246 "Buffer position to begin filling.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1247 (defvar sc-fill-line-prefix ""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1248 "Fill prefix of previous line")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1249
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1250 ;; filling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1251 (defun sc-fill-if-different (&optional prefix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1252 "Fill the region bounded by `sc-fill-begin' and point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1253 Only fill if optional PREFIX is different than `sc-fill-line-prefix'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1254 If `sc-auto-fill-region-p' is nil, do not fill region. If PREFIX is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1255 not supplied, initialize fill variables. This is useful for a regi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256 `begin' frame-entry."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1257 (if (not prefix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1258 (setq sc-fill-line-prefix ""
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1259 sc-fill-begin (regi-pos 'bol))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1260 (if (and sc-auto-fill-region-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1261 (not (string= prefix sc-fill-line-prefix)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1262 (let ((fill-prefix sc-fill-line-prefix))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1263 (if (not (string= fill-prefix ""))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1264 (fill-region sc-fill-begin (regi-pos 'bol)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1265 (setq sc-fill-line-prefix prefix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1266 sc-fill-begin (regi-pos 'bol))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1267 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1268 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1269
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1270 (defun sc-cite-coerce-cited-line ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1271 "Coerce a Supercited line to look like our style."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1272 (let* ((attribution (sc-guess-attribution))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1273 (regexp (sc-cite-regexp attribution))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1274 (prefix (sc-make-citation attribution)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1275 (if (and attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1276 (looking-at regexp))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1277 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1278 (delete-region
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1279 (match-beginning 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1280 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1281 (goto-char (match-end 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1282 (if (bolp) (forward-char -1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1283 (point)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1284 (insert prefix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1285 (sc-fill-if-different prefix)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1286 nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1287
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1288 (defun sc-cite-coerce-dumb-citer ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1289 "Coerce a non-nested citation that's been cited with a dumb nesting citer."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1290 (delete-region (match-beginning 1) (match-end 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1291 (beginning-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1292 (sc-cite-coerce-cited-line))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1293
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1294 (defun sc-guess-nesting (&optional string)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1295 "Guess the citation nesting on the current line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1296 If nesting cannot be guessed, nil is returned. Optional STRING if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1297 supplied, is used instead of the line point is on in the current
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1298 buffer."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1299 (let ((start 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1300 (string (or string (buffer-substring (regi-pos 'bol) (regi-pos 'eol))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1301 nesting)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1302 (and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1303 (= start (or (string-match sc-citation-leader-regexp string start) -1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1304 (setq start (match-end 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1305 (= start (or (string-match sc-citation-delimiter-regexp string start) -1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1306 (setq nesting (sc-submatch 0 string)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1307 start (match-end 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1308 (= start (or (string-match sc-citation-separator-regexp string start) -1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1309 nesting)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1310
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1311 (defun sc-add-citation-level ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1312 "Add a citation level for nested citation style w/ coersion."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1313 (let* ((nesting (sc-guess-nesting))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1314 (citation (make-string (1+ (length nesting))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1315 (string-to-char sc-citation-delimiter)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1316 (prefix (concat sc-citation-leader citation sc-citation-separator)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1317 (if (looking-at (sc-cite-regexp ""))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1318 (delete-region (match-beginning 0) (match-end 0)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1319 (insert prefix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1320 (sc-fill-if-different prefix)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1321
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1322 (defun sc-cite-line (&optional citation)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1323 "Cite a single line of uncited text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1324 Optional CITATION overrides any citation automatically selected."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1325 (if sc-fixup-whitespace-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1326 (fixup-whitespace))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1327 (let ((prefix (or citation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1328 (cdr (assoc "sc-citation" sc-mail-info))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1329 sc-default-attribution)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1330 (insert prefix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1331 (sc-fill-if-different prefix))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1332 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1333
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1334 (defun sc-uncite-line ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1335 "Remove citation from current line."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1336 (let ((cited (looking-at (sc-cite-regexp))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1337 (if cited
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1338 (delete-region (match-beginning 0) (match-end 0))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1339 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1340
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1341 (defun sc-recite-line (regexp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1342 "Remove citation matching REGEXP from current line and recite line."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1343 (let ((cited (looking-at (concat "^" regexp)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1344 (prefix (cdr (assoc "sc-citation" sc-mail-info))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1345 (if cited
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1346 (delete-region (match-beginning 0) (match-end 0)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1347 (insert (or prefix sc-default-attribution))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1348 (sc-fill-if-different prefix))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1349 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1350
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1351 ;; interactive functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1352 (defun sc-cite-region (start end &optional confirm-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1353 "Cite a region delineated by START and END.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1354 If optional CONFIRM-P is non-nil, the attribution is confirmed before
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1355 its use in the citation string. This function first runs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1356 `sc-pre-cite-hook'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1357 (interactive "r\nP")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1358 (undo-boundary)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1359 (let ((frame (or (sc-scan-info-alist sc-cite-frame-alist)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1360 sc-default-cite-frame))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1361 (sc-confirm-always-p (if confirm-p t sc-confirm-always-p)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1362 (run-hooks 'sc-pre-cite-hook)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1363 (if (interactive-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1364 (sc-select-attribution))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1365 (regi-interpret frame start end)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1366
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1367 (defun sc-uncite-region (start end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1368 "Uncite a region delineated by START and END.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1369 First runs `sc-pre-uncite-hook'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1370 (interactive "r")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1371 (undo-boundary)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1372 (let ((frame (or (sc-scan-info-alist sc-uncite-frame-alist)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1373 sc-default-uncite-frame)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1374 (run-hooks 'sc-pre-uncite-hook)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1375 (regi-interpret frame start end)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1376
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1377 (defun sc-recite-region (start end)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1378 "Recite a region delineated by START and END.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1379 First runs `sc-pre-recite-hook'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1380 (interactive "r")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1381 (let ((sc-confirm-always-p t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1382 (sc-select-attribution))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1383 (undo-boundary)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1384 (let ((frame (or (sc-scan-info-alist sc-recite-frame-alist)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1385 sc-default-recite-frame)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1386 (run-hooks 'sc-pre-recite-hook)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1387 (regi-interpret frame start end)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1389
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1390 ;; ======================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1391 ;; building headers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1392
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1393 (defun sc-hdr (prefix field &optional sep return-nil-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1394 "Returns a concatenation of PREFIX and FIELD.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1395 If FIELD is not a string or is the empty string, the empty string will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1396 be returned. Optional third argument SEP is concatenated on the end if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1397 it is a string. Returns empty string, unless optional RETURN-NIL-P is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1398 non-nil."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1399 (if (and (stringp field)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1400 (not (string= field "")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1401 (concat prefix field (or sep ""))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1402 (and (not return-nil-p) "")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1403
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1404 (defun sc-whofrom ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1405 "Return the value of (sc-mail-field \"from\") or nil."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1406 (let ((sc-mumble nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1407 (sc-mail-field "from")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1408
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1409 (defun sc-no-header ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1410 "Does nothing. Use this instead of nil to get a blank header."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1411 ())
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1413 (defun sc-no-blank-line-or-header()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1414 "Similar to `sc-no-header' except it removes the preceeding blank line."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1415 (if (not (bobp))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1416 (if (and (eolp)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1417 (progn (forward-line -1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1418 (or (looking-at mail-header-separator)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1419 (and (eq major-mode 'mh-letter-mode)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1420 (mh-in-header-p)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1421 (progn (forward-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1422 (let ((kill-lines-magic t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1423 (kill-line))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1424
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1425 (defun sc-header-on-said ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1426 "\"On <date>, <from> said:\" unless:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1427 1. the \"from\" field cannot be found, in which case nothing is inserted;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1428 2. the \"date\" field is missing in which case only the from part is printed."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1429 (let ((sc-mumble "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1430 (whofrom (sc-whofrom)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1431 (if whofrom
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1432 (insert sc-reference-tag-string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1433 (sc-hdr "On " (sc-mail-field "date") ", ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1434 whofrom " said:\n"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1435
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1436 (defun sc-header-inarticle-writes ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1437 "\"In article <message-id>, <from> writes:\"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1438 Treats \"message-id\" and \"from\" fields similar to `sc-header-on-said'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1439 (let ((sc-mumble "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1440 (whofrom (sc-mail-field "from")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1441 (if whofrom
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1442 (insert sc-reference-tag-string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1443 (sc-hdr "In article " (sc-mail-field "message-id") ", ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1444 whofrom " writes:\n"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1445
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1446 (defun sc-header-regarding-adds ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1447 "\"Regarding <subject>; <from> adds:\"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1448 Treats \"subject\" and \"from\" fields similar to `sc-header-on-said'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1449 (let ((sc-mumble "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1450 (whofrom (sc-whofrom)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1451 (if whofrom
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1452 (insert sc-reference-tag-string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1453 (sc-hdr "Regarding " (sc-mail-field "subject") "; ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1454 whofrom " adds:\n"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1455
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1456 (defun sc-header-attributed-writes ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1457 "\"<sc-attribution>\" == <sc-author> <address> writes:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1458 Treats these fields in a similar manner to `sc-header-on-said'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1459 (let ((sc-mumble "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1460 (whofrom (sc-whofrom)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1461 (if whofrom
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1462 (insert sc-reference-tag-string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1463 (sc-hdr "\"" (sc-mail-field "sc-attribution") "\" == ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1464 (sc-hdr "" (sc-mail-field "sc-author") " ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1465 (or (sc-hdr "<" (sc-mail-field "sc-from-address") ">" t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1466 (sc-hdr "<" (sc-mail-field "sc-reply-address") ">" t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1467 "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1468 " writes:\n"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1469
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1470 (defun sc-header-author-writes ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1471 "<sc-author> writes:"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1472 (let ((sc-mumble "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1473 (whofrom (sc-whofrom)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1474 (if whofrom
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1475 (insert sc-reference-tag-string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1476 (sc-hdr "" (sc-mail-field "sc-author"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1477 " writes:\n"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1478
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1479 (defun sc-header-verbose ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1480 "Very verbose, some say gross."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1481 (let ((sc-mumble "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1482 (whofrom (sc-whofrom))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1483 (tag sc-reference-tag-string))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1484 (if whofrom
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1485 (insert (sc-hdr (concat tag "On ") (sc-mail-field "date") ",\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1486 (or (sc-hdr tag (sc-mail-field "sc-author") "\n" t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1487 (concat tag whofrom "\n"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1488 (sc-hdr (concat tag "from the organization of ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1489 (sc-mail-field "organization") "\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1490 (let ((rtag (concat tag "who can be reached at: ")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1491 (or (sc-hdr rtag (sc-mail-field "sc-from-address") "\n" t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1492 (sc-hdr rtag (sc-mail-field "sc-reply-address") "\n" t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1493 ""))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1494 (sc-hdr
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1495 (concat tag "(whose comments are cited below with \"")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1496 (sc-mail-field "sc-citation") "\"),\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1497 (sc-hdr (concat tag "had this to say in article ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1498 (sc-mail-field "message-id") "\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1499 (sc-hdr (concat tag "in newsgroups ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1500 (sc-mail-field "newsgroups") "\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1501 (sc-hdr (concat tag "concerning the subject of ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1502 (sc-mail-field "subject") "\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1503 (sc-hdr (concat tag "(see ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1504 (sc-mail-field "references")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1505 " for more details)\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1506 ))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1507
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1508
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1509 ;; ======================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1510 ;; header rewrites
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1511
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1512 (defconst sc-electric-bufname " *sc-erefs* "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1513 "Supercite electric reference mode's buffer name.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1514 (defvar sc-eref-style 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1515 "Current electric reference style.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1516
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1517 (defun sc-valid-index-p (index)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1518 "Returns INDEX if it is a valid index into `sc-rewrite-header-list'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1519 Otherwise returns nil."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1520 ;; a number, and greater than or equal to zero
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1521 ;; less than or equal to the last index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1522 (and (natnump index)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1523 (< index (length sc-rewrite-header-list))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1524 index))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1525
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1526 (defun sc-eref-insert-selected (&optional nomsg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1527 "Insert the selected reference header in the current buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1528 Optional NOMSG, if non-nil, inhibits printing messages, unless an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1529 error occurs."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1530 (let ((ref (nth sc-eref-style sc-rewrite-header-list)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1531 (condition-case err
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1532 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1533 (eval ref)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1534 (let ((lines (count-lines (point-min) (point-max))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1535 (or nomsg (message "Ref header %d [%d line%s]: %s"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1536 sc-eref-style lines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1537 (if (= lines 1) "" "s")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1538 ref))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1539 (void-function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1540 (progn (message
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1541 "Symbol's function definition is void: %s (Header %d)"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1542 (car (cdr err)) sc-eref-style)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1543 (beep)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1544 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1545 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1546
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1547 (defun sc-electric-mode (&optional arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1548 "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1549 Mode for viewing Supercite reference headers. Commands are:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1550 \n\\{sc-electric-mode-map}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1551
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1552 `sc-electric-mode' is not intended to be run interactively, but rather
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1553 accessed through Supercite's electric reference feature. See
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1554 `sc-insert-reference' for more details. Optional ARG is the initial
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1555 header style to use, unless not supplied or invalid, in which case
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1556 `sc-preferred-header-style' is used."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1557
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1558 (let ((info sc-mail-info))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1559
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1560 (setq sc-eref-style
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1561 (or (sc-valid-index-p arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1562 (sc-valid-index-p sc-preferred-header-style)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1563 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1564
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1565 (get-buffer-create sc-electric-bufname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1566 ;; set up buffer and enter command loop
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1567 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1568 (save-window-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1569 (pop-to-buffer sc-electric-bufname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1570 (kill-all-local-variables)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1571 (let ((sc-mail-info info)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1572 (buffer-read-only t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1573 (mode-name "SC Electric Refs")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1574 (major-mode 'sc-electric-mode))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1575 (use-local-map sc-electric-mode-map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1576 (sc-eref-show sc-eref-style)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1577 (run-hooks 'sc-electric-mode-hook)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1578 (recursive-edit)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1579 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1580
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1581 (and sc-eref-style
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1582 (sc-eref-insert-selected))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1583 (kill-buffer sc-electric-bufname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1584 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1585
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1586 ;; functions for electric reference mode
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1587 (defun sc-eref-show (index)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1588 "Show reference INDEX in `sc-rewrite-header-list'."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1589 (let ((msg "No %ing reference headers in list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1590 (last (length sc-rewrite-header-list)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1591 (setq sc-eref-style
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1592 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1593 ((sc-valid-index-p index) index)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1594 ((< index 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1595 (if sc-electric-circular-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1596 (1- last)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1597 (progn (error msg "preced") 0)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1598 ((>= index last)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1599 (if sc-electric-circular-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1600 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1601 (progn (error msg "follow") (1- last))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1602 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1603 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1604 (set-buffer sc-electric-bufname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1605 (let ((buffer-read-only nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1606 (erase-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1607 (goto-char (point-min))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1608 (sc-eref-insert-selected)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1609 ;; now shrink the window to just contain the electric reference
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1610 ;; header.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1611 (let ((hdrlines (count-lines (point-min) (point-max)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1612 (winlines (1- (window-height))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1613 (if (/= hdrlines winlines)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1614 (if (> hdrlines winlines)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1615 ;; we have to enlarge the window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1616 (enlarge-window (- hdrlines winlines))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1617 ;; we have to shrink the window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1618 (shrink-window (- winlines (max hdrlines window-min-height)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1619 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1620 ))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1621
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1622 (defun sc-eref-next ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1623 "Display next reference in other buffer."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1624 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1625 (sc-eref-show (1+ sc-eref-style)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1626
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1627 (defun sc-eref-prev ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1628 "Display previous reference in other buffer."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1629 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1630 (sc-eref-show (1- sc-eref-style)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1631
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1632 (defun sc-eref-setn ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1633 "Set reference header selected as preferred."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1634 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1635 (setq sc-preferred-header-style sc-eref-style)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1636 (message "Preferred reference style set to header %d." sc-eref-style))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1637
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1638 (defun sc-eref-goto (refnum)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1639 "Show reference style indexed by REFNUM.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1640 If REFNUM is an invalid index, don't go to that reference and return
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1641 nil."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1642 (interactive "NGoto Reference: ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1643 (if (sc-valid-index-p refnum)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1644 (sc-eref-show refnum)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1645 (error "Invalid reference: %d. (Range: [%d .. %d])"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1646 refnum 0 (1- (length sc-rewrite-header-list)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1647 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1648
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1649 (defun sc-eref-jump ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1650 "Set reference header to preferred header."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1651 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1652 (sc-eref-show sc-preferred-header-style))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1653
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1654 (defun sc-eref-abort ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1655 "Exit from electric reference mode without inserting reference."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1656 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1657 (setq sc-eref-style nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1658 (exit-recursive-edit))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1659
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1660 (defun sc-eref-exit ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1661 "Exit from electric reference mode and insert selected reference."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1662 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1663 (exit-recursive-edit))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1664
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1665 (defun sc-insert-reference (arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1666 "Insert, at point, a reference header in the body of the reply.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1667 Numeric ARG indicates which header style from `sc-rewrite-header-list'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1668 to use when rewriting the header. No supplied ARG indicates use of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1669 `sc-preferred-header-style'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1670
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1671 With just `\\[universal-argument]', electric reference insert mode is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1672 entered, regardless of the value of `sc-electric-references-p'. See
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1673 `sc-electric-mode' for more information."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1674 (interactive "P")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1675 (if (consp arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1676 (sc-electric-mode)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1677 (let ((preference (or (sc-valid-index-p arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1678 (sc-valid-index-p sc-preferred-header-style)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1679 sc-preferred-header-style
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1680 0)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1681 (if sc-electric-references-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1682 (sc-electric-mode preference)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1683 (sc-eref-insert-selected t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1684 ))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1685
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1686
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1687 ;; ======================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1688 ;; variable toggling
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1689
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1690 (defun sc-raw-mode-toggle ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1691 "Toggle, in one fell swoop, two important SC variables:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1692 `sc-fixup-whitespace-p' and `sc-auto-fill-region-p'"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1693 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1694 (setq sc-fixup-whitespace-p (not sc-fixup-whitespace-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1695 sc-auto-fill-region-p (not sc-auto-fill-region-p))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1696 (sc-set-mode-string)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1697 (set-buffer-modified-p (buffer-modified-p)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1698
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1699 (defun sc-toggle-var (variable)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1700 "Boolean toggle VARIABLE's value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1701 VARIABLE must be a bound symbol. Nil values change to t, non-nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1702 values are changed to nil."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1703 (message "%s changed from %s to %s"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1704 variable (symbol-value variable)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1705 (set-variable variable (not (eval-expression variable))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1706 (sc-set-mode-string))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1707
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1708 (defun sc-set-variable (var)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1709 "Set the Supercite VARIABLE.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1710 This function mimics `set-variable', except that the variable to set
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1711 is determined non-interactively. The value is queried for in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1712 minibuffer exactly the same way that `set-variable' does it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1713
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1714 You can see the current value of the variable when the minibuffer is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1715 querying you by typing `C-h'. Note that the format is changed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1716 slightly from that used by `set-variable' -- the current value is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1717 printed just after the variable's name instead of at the bottom of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1718 help window."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1719 (let* ((minibuffer-help-form
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1720 '(funcall myhelp))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1721 (myhelp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1722 (function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1723 (lambda ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1724 (with-output-to-temp-buffer "*Help*"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1725 (prin1 var)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1726 (if (boundp var)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1727 (let ((print-length 20))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1728 (princ "\t(Current value: ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1729 (prin1 (symbol-value var))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1730 (princ ")")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1731 (princ "\n\nDocumentation:\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1732 (princ (substring (documentation-property
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1733 var
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1734 'variable-documentation)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1735 1))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1736 nil)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1737 (set var (eval-minibuffer (format "Set %s to value: " var))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1738 (sc-set-mode-string))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1739
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1740 (defmacro sc-toggle-symbol (rootname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1741 (list 'defun (intern (concat "sc-T-" rootname)) '()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1742 (list 'interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1743 (list 'sc-toggle-var
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1744 (list 'quote (intern (concat "sc-" rootname "-p"))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1745
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1746 (defmacro sc-setvar-symbol (rootname)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1747 (list 'defun (intern (concat "sc-S-" rootname)) '()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1748 (list 'interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1749 (list 'sc-set-variable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1750 (list 'quote (intern (concat "sc-" rootname))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1751
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1752 (sc-toggle-symbol "confirm-always")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1753 (sc-toggle-symbol "downcase")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1754 (sc-toggle-symbol "electric-references")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1755 (sc-toggle-symbol "auto-fill-region")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1756 (sc-toggle-symbol "mail-nuke-blank-lines")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1757 (sc-toggle-symbol "nested-citation")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1758 (sc-toggle-symbol "electric-circular")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1759 (sc-toggle-symbol "use-only-preferences")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1760 (sc-toggle-symbol "fixup-whitespace")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1761
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1762 (sc-setvar-symbol "preferred-attribution-list")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1763 (sc-setvar-symbol "preferred-header-style")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1764 (sc-setvar-symbol "mail-nuke-mail-headers")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1765 (sc-setvar-symbol "mail-header-nuke-list")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1766 (sc-setvar-symbol "cite-region-limit")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1767
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1768 (defun sc-T-describe ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1769 "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1770
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1771 Supercite provides a number of key bindings which simplify the process
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1772 of setting or toggling certain variables controlling its operation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1773
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1774 Note on function names in this list: all functions of the form
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1775 `sc-S-<name>' actually call `sc-set-variable' on the corresponding
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1776 `sc-<name>' variable. All functions of the form `sc-T-<name>' call
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1777 `sc-toggle-var' on the corresponding `sc-<name>-p' variable.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1778
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1779 \\{sc-T-keymap}"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1780 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1781 (describe-function 'sc-T-describe))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1782
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1783 (defun sc-set-mode-string ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1784 "Update the minor mode string to show state of Supercite."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1785 (setq sc-mode-string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1786 (concat " SC"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1787 (if (or sc-auto-fill-region-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1788 sc-fixup-whitespace-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1789 ":" "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1790 (if sc-auto-fill-region-p "f" "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1791 (if sc-fixup-whitespace-p "w" "")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1792 )))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1793
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1794
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1795 ;; ======================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1796 ;; published interface to mail and news readers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1797
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1798 (defun sc-cite-original ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1799 "Workhorse citing function which performs the initial citation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1800 This is callable from the various mail and news readers' reply
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1801 function according to the agreed upon standard. See `\\[sc-describe]'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1802 for more details. `sc-cite-original' does not do any yanking of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1803 original message but it does require a few things:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1804
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1805 1) The reply buffer is the current buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1806
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1807 2) The original message has been yanked and inserted into the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1808 reply buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1809
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1810 3) Verbose mail headers from the original message have been
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1811 inserted into the reply buffer directly before the text of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1812 original message.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1813
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1814 4) Point is at the beginning of the verbose headers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1815
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1816 5) Mark is at the end of the body of text to be cited.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1817
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1818 For Emacs 19's, the region need not be active (and typically isn't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1819 when this function is called. Also, the hook `sc-pre-hook' is run
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1820 before, and `sc-post-hook' is run after the guts of this function."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1821 (run-hooks 'sc-pre-hook)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1822
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1823 ;; before we do anything, we want to insert the supercite keymap so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1824 ;; we can proceed from here
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1825 (and sc-mode-map-prefix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1826 (local-set-key sc-mode-map-prefix sc-mode-map))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1827
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1828 ;; hack onto the minor mode alist, if it hasn't been done before,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1829 ;; then turn on the minor mode. also, set the minor mode string with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1830 ;; the values of fill and fixup whitespace variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1831 (if (not (get 'minor-mode-alist 'sc-minor-mode))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1832 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1833 (put 'minor-mode-alist 'sc-minor-mode 'sc-minor-mode)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1834 (setq minor-mode-alist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1835 (cons '(sc-minor-mode sc-mode-string) minor-mode-alist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1836 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1837 (setq sc-minor-mode t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1838 (sc-set-mode-string)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1839
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1840 (undo-boundary)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1841
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1842 ;; grab point and mark since the region is probably not active when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1843 ;; this function gets automatically called. we want point to be a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1844 ;; mark so any deleting before point works properly
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1845 (let* ((zmacs-regions nil) ; for XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1846 (mark-active t) ; for FSFmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1847 (point (point-marker))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1848 (mark (copy-marker (mark-marker))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1849
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1850 ;; make sure point comes before mark, not all functions are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1851 ;; interactive "r"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1852 (if (< mark point)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1853 (let ((tmp point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1854 (setq point mark
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1855 mark tmp)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1856
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1857 ;; first process mail headers, and populate sc-mail-info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1858 (sc-mail-process-headers point mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1859
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1860 ;; now get possible attributions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1861 (sc-attribs-chop-address (or (sc-mail-field "from")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1862 (sc-mail-field "reply")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1863 (sc-mail-field "reply-to")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1864 (sc-mail-field "sender")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1865 ;; select the attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1866 (sc-select-attribution)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1867
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1868 ;; cite the region, but first check the value of sc-cite-region-limit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1869 (let ((linecnt (count-lines point mark)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1870 (and sc-cite-region-limit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1871 (if (or (not (numberp sc-cite-region-limit))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1872 (<= linecnt sc-cite-region-limit))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1873 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1874 ;; cite the region and insert the header rewrite
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1875 (sc-cite-region point mark)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1876 (goto-char point)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1877 (let ((sc-eref-style (or sc-preferred-header-style 0)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1878 (if sc-electric-references-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1879 (sc-electric-mode sc-eref-style)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1880 (sc-eref-insert-selected t))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1881 (beep)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1882 (message
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1883 "Region not cited. %d lines exceeds sc-cite-region-limit: %d"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1884 linecnt sc-cite-region-limit))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1885
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1886 ;; finally, free the point-marker
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1887 (set-marker point nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1888 (set-marker mark nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1889 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1890 (run-hooks 'sc-post-hook)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1891 ;; post hook could have changed the variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1892 (sc-set-mode-string))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1893
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1894
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1895 ;; ======================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1896 ;; bug reporting and miscellaneous commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1897
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1898 (defun sc-open-line (arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1899 "Like `open-line', but insert the citation prefix at the front of the line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1900 With numeric ARG, inserts that many new lines."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1901 (interactive "p")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1902 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1903 (let ((start (point))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1904 (prefix (or (progn (beginning-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1905 (if (looking-at (sc-cite-regexp))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1906 (sc-submatch 0)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1907 "")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1908 (goto-char start)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1909 (open-line arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1910 (forward-line 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1911 (while (< 0 arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1912 (insert prefix)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1913 (forward-line 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1914 (setq arg (1- arg))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1915 ))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1916
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1917 (defun sc-insert-citation (arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1918 "Insert citation string at beginning of current line if not already cited.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1919 With `\\[universal-argument]' insert citation even if line is already
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1920 cited."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1921 (interactive "P")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1922 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1923 (beginning-of-line)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1924 (if (or (not (looking-at (sc-cite-regexp)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1925 (looking-at "^[ \t]*$")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1926 (consp arg))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1927 (insert (sc-mail-field "sc-citation"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1928 (error "Line is already cited."))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1929
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1930 (defun sc-version (arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1931 "Echo the current version of Supercite in the minibuffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1932 With \\[universal-argument] (universal-argument), or if run non-interactively,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1933 inserts the version string in the current buffer instead."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1934 (interactive "P")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1935 (let ((verstr (format "Using Supercite.el %s" sc-version)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1936 (if (or (consp arg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1937 (not (interactive-p)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1938 (insert "`sc-version' says: " verstr)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1939 (message verstr))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1940
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1941 (defun sc-describe ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1942 "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1943 Supercite is a package which provides a flexible mechanism for citing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1944 email and news replies. Please see the associated texinfo file for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1945 more information."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1946 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1947 (describe-function 'sc-describe))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1948
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1949 (defun sc-submit-bug-report ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1950 "Submit a bug report on Supercite via mail."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1951 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1952 (require 'reporter)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1953 (and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1954 (y-or-n-p "Do you want to submit a report on Supercite? ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1955 (reporter-submit-bug-report
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1956 sc-help-address
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1957 (concat "Supercite version " sc-version)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1958 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1959 'sc-attrib-selection-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1960 'sc-auto-fill-region-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1961 'sc-blank-lines-after-headers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1962 'sc-citation-leader
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1963 'sc-citation-delimiter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1964 'sc-citation-separator
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1965 'sc-citation-leader-regexp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1966 'sc-citation-root-regexp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1967 'sc-citation-nonnested-root-regexp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1968 'sc-citation-delimiter-regexp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1969 'sc-citation-separator-regexp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1970 'sc-cite-region-limit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1971 'sc-confirm-always-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1972 'sc-default-attribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1973 'sc-default-author-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1974 'sc-downcase-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1975 'sc-electric-circular-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1976 'sc-electric-references-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1977 'sc-fixup-whitespace-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1978 'sc-mail-warn-if-non-rfc822-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1979 'sc-mumble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1980 'sc-name-filter-alist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1981 'sc-nested-citation-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1982 'sc-nuke-mail-headers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1983 'sc-nuke-mail-header-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1984 'sc-preferred-attribution-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1985 'sc-preferred-header-style
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1986 'sc-reference-tag-string
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1987 'sc-rewrite-header-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1988 'sc-titlecue-regexp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1989 'sc-use-only-preference-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1990 ))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1991
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1992
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1993 ;; useful stuff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1994 (provide 'supercite)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1995 (run-hooks 'sc-load-hook)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1996
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1997 ;;; supercite.el ends here