(message-self-insert-commands): Doc fix.
[gnus] / lisp / gnus-art.el
1 ;;; gnus-art.el --- article mode commands for Gnus
2
3 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 ;;   2005, 2006 Free Software Foundation, Inc.
5
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
7 ;; Keywords: news
8
9 ;; This file is part of GNU Emacs.
10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 ;; GNU General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02110-1301, USA.
25
26 ;;; Commentary:
27
28 ;;; Code:
29
30 (eval-when-compile
31   (require 'cl)
32   (defvar tool-bar-map)
33   (defvar w3m-minor-mode-map))
34
35 (require 'gnus)
36 ;; Avoid the "Recursive load suspected" error in Emacs 21.1.
37 (eval-and-compile
38   (let ((recursive-load-depth-limit 100))
39     (require 'gnus-sum)))
40 (require 'gnus-spec)
41 (require 'gnus-int)
42 (require 'gnus-win)
43 (require 'mm-bodies)
44 (require 'mail-parse)
45 (require 'mm-decode)
46 (require 'mm-view)
47 (require 'wid-edit)
48 (require 'mm-uu)
49 (require 'message)
50
51 (autoload 'gnus-msg-mail "gnus-msg" nil t)
52 (autoload 'gnus-button-mailto "gnus-msg")
53 (autoload 'gnus-button-reply "gnus-msg" nil t)
54 (autoload 'parse-time-string "parse-time" nil nil)
55 (autoload 'ansi-color-apply-on-region "ansi-color")
56 (autoload 'mm-url-insert-file-contents-external "mm-url")
57 (autoload 'mm-extern-cache-contents "mm-extern")
58
59 (defgroup gnus-article nil
60   "Article display."
61   :link '(custom-manual "(gnus)Article Buffer")
62   :group 'gnus)
63
64 (defgroup gnus-article-treat nil
65   "Treating article parts."
66   :link '(custom-manual "(gnus)Article Hiding")
67   :group 'gnus-article)
68
69 (defgroup gnus-article-hiding nil
70   "Hiding article parts."
71   :link '(custom-manual "(gnus)Article Hiding")
72   :group 'gnus-article)
73
74 (defgroup gnus-article-highlight nil
75   "Article highlighting."
76   :link '(custom-manual "(gnus)Article Highlighting")
77   :group 'gnus-article
78   :group 'gnus-visual)
79
80 (defgroup gnus-article-signature nil
81   "Article signatures."
82   :link '(custom-manual "(gnus)Article Signature")
83   :group 'gnus-article)
84
85 (defgroup gnus-article-headers nil
86   "Article headers."
87   :link '(custom-manual "(gnus)Hiding Headers")
88   :group 'gnus-article)
89
90 (defgroup gnus-article-washing nil
91   "Special commands on articles."
92   :link '(custom-manual "(gnus)Article Washing")
93   :group 'gnus-article)
94
95 (defgroup gnus-article-emphasis nil
96   "Fontisizing articles."
97   :link '(custom-manual "(gnus)Article Fontisizing")
98   :group 'gnus-article)
99
100 (defgroup gnus-article-saving nil
101   "Saving articles."
102   :link '(custom-manual "(gnus)Saving Articles")
103   :group 'gnus-article)
104
105 (defgroup gnus-article-mime nil
106   "Worshiping the MIME wonder."
107   :link '(custom-manual "(gnus)Using MIME")
108   :group 'gnus-article)
109
110 (defgroup gnus-article-buttons nil
111   "Pushable buttons in the article buffer."
112   :link '(custom-manual "(gnus)Article Buttons")
113   :group 'gnus-article)
114
115 (defgroup gnus-article-various nil
116   "Other article options."
117   :link '(custom-manual "(gnus)Misc Article")
118   :group 'gnus-article)
119
120 (defcustom gnus-ignored-headers
121   (mapcar
122    (lambda (header)
123      (concat "^" header ":"))
124    '("Path" "Expires" "Date-Received" "References" "Xref" "Lines"
125      "Relay-Version" "Message-ID" "Approved" "Sender" "Received"
126      "X-UIDL" "MIME-Version" "Return-Path" "In-Reply-To"
127      "Content-Type" "Content-Transfer-Encoding" "X-WebTV-Signature"
128      "X-MimeOLE" "X-MSMail-Priority" "X-Priority" "X-Loop"
129      "X-Authentication-Warning" "X-MIME-Autoconverted" "X-Face"
130      "X-Attribution" "X-Originating-IP" "Delivered-To"
131      "NNTP-[-A-Za-z]+" "Distribution" "X-no-archive" "X-Trace"
132      "X-Complaints-To" "X-NNTP-Posting-Host" "X-Orig.*"
133      "Abuse-Reports-To" "Cache-Post-Path" "X-Article-Creation-Date"
134      "X-Poster" "X-Mail2News-Path" "X-Server-Date" "X-Cache"
135      "Originator" "X-Problems-To" "X-Auth-User" "X-Post-Time"
136      "X-Admin" "X-UID" "Resent-[-A-Za-z]+" "X-Mailing-List"
137      "Precedence" "Original-[-A-Za-z]+" "X-filename" "X-Orcpt"
138      "Old-Received" "X-Pgp" "X-Auth" "X-From-Line"
139      "X-Gnus-Article-Number" "X-Majordomo" "X-Url" "X-Sender"
140      "MBOX-Line" "Priority" "X400-[-A-Za-z]+"
141      "Status" "X-Gnus-Mail-Source" "Cancel-Lock"
142      "X-FTN" "X-EXP32-SerialNo" "Encoding" "Importance"
143      "Autoforwarded" "Original-Encoded-Information-Types" "X-Ya-Pop3"
144      "X-Face-Version" "X-Vms-To" "X-ML-NAME" "X-ML-COUNT"
145      "Mailing-List" "X-finfo" "X-md5sum" "X-md5sum-Origin"
146      "X-Sun-Charset" "X-Accept-Language" "X-Envelope-Sender"
147      "List-[A-Za-z]+" "X-Listprocessor-Version"
148      "X-Received" "X-Distribute" "X-Sequence" "X-Juno-Line-Breaks"
149      "X-Notes-Item" "X-MS-TNEF-Correlator" "x-uunet-gateway"
150      "X-Received" "Content-length" "X-precedence"
151      "X-Authenticated-User" "X-Comment" "X-Report" "X-Abuse-Info"
152      "X-HTTP-Proxy" "X-Mydeja-Info" "X-Copyright" "X-No-Markup"
153      "X-Abuse-Info" "X-From_" "X-Accept-Language" "Errors-To"
154      "X-BeenThere" "X-Mailman-Version" "List-Help" "List-Post"
155      "List-Subscribe" "List-Id" "List-Unsubscribe" "List-Archive"
156      "X-Content-length" "X-Posting-Agent" "Original-Received"
157      "X-Request-PGP" "X-Fingerprint" "X-WRIEnvto" "X-WRIEnvfrom"
158      "X-Virus-Scanned" "X-Delivery-Agent" "Posted-Date" "X-Gateway"
159      "X-Local-Origin" "X-Local-Destination" "X-UserInfo1"
160      "X-Received-Date" "X-Hashcash" "Face" "X-DMCA-Notifications"
161      "X-Abuse-and-DMCA-Info" "X-Postfilter" "X-Gpg-.*" "X-Disclaimer"
162      "Envelope-To" "X-Spam-Score" "System-Type" "X-Injected-Via-Gmane"
163      "X-Gmane-NNTP-Posting-Host" "Jabber-ID" "Archived-At"
164      "Envelope-Sender" "Envelope-Recipients"))
165   "*All headers that start with this regexp will be hidden.
166 This variable can also be a list of regexps of headers to be ignored.
167 If `gnus-visible-headers' is non-nil, this variable will be ignored."
168   :type '(choice :custom-show nil
169                  regexp
170                  (repeat regexp))
171   :group 'gnus-article-hiding)
172
173 (defcustom gnus-visible-headers
174   "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^[BGF]?Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Mail-Followup-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-From:\\|^X-Sent:"
175   "*All headers that do not match this regexp will be hidden.
176 This variable can also be a list of regexp of headers to remain visible.
177 If this variable is non-nil, `gnus-ignored-headers' will be ignored."
178   :type '(repeat :value-to-internal (lambda (widget value)
179                                       (custom-split-regexp-maybe value))
180                  :match (lambda (widget value)
181                           (or (stringp value)
182                               (widget-editable-list-match widget value)))
183                  regexp)
184   :group 'gnus-article-hiding)
185
186 (defcustom gnus-sorted-header-list
187   '("^From:" "^Subject:" "^Summary:" "^Keywords:" "^Newsgroups:"
188     "^Followup-To:" "^To:" "^Cc:" "^Date:" "^Organization:")
189   "*This variable is a list of regular expressions.
190 If it is non-nil, headers that match the regular expressions will
191 be placed first in the article buffer in the sequence specified by
192 this list."
193   :type '(repeat regexp)
194   :group 'gnus-article-hiding)
195
196 (defcustom gnus-boring-article-headers '(empty followup-to reply-to)
197   "Headers that are only to be displayed if they have interesting data.
198 Possible values in this list are:
199
200   'empty       Headers with no content.
201   'newsgroups  Newsgroup identical to Gnus group.
202   'to-address  To identical to To-address.
203   'to-list     To identical to To-list.
204   'cc-list     CC identical to To-list.
205   'followup-to Followup-to identical to Newsgroups.
206   'reply-to    Reply-to identical to From.
207   'date        Date less than four days old.
208   'long-to     To and/or Cc longer than 1024 characters.
209   'many-to     Multiple To and/or Cc."
210   :type '(set (const :tag "Headers with no content." empty)
211               (const :tag "Newsgroups identical to Gnus group." newsgroups)
212               (const :tag "To identical to To-address." to-address)
213               (const :tag "To identical to To-list." to-list)
214               (const :tag "CC identical to To-list." cc-list)
215               (const :tag "Followup-to identical to Newsgroups." followup-to)
216               (const :tag "Reply-to identical to From." reply-to)
217               (const :tag "Date less than four days old." date)
218               (const :tag "To and/or Cc longer than 1024 characters." long-to)
219               (const :tag "Multiple To and/or Cc headers." many-to))
220   :group 'gnus-article-hiding)
221
222 (defcustom gnus-article-skip-boring nil
223   "Skip over text that is not worth reading.
224 By default, if you set this t, then Gnus will display citations and
225 signatures, but will never scroll down to show you a page consisting
226 only of boring text.  Boring text is controlled by
227 `gnus-article-boring-faces'."
228   :version "22.1"
229   :type 'boolean
230   :group 'gnus-article-hiding)
231
232 (defcustom gnus-signature-separator '("^-- $" "^-- *$")
233   "Regexp matching signature separator.
234 This can also be a list of regexps.  In that case, it will be checked
235 from head to tail looking for a separator.  Searches will be done from
236 the end of the buffer."
237   :type '(choice :format "%{%t%}: %[Value Menu%]\n%v"
238                  (regexp)
239                  (repeat :tag "List of regexp" regexp))
240   :group 'gnus-article-signature)
241
242 (defcustom gnus-signature-limit nil
243   "Provide a limit to what is considered a signature.
244 If it is a number, no signature may not be longer (in characters) than
245 that number.  If it is a floating point number, no signature may be
246 longer (in lines) than that number.  If it is a function, the function
247 will be called without any parameters, and if it returns nil, there is
248 no signature in the buffer.  If it is a string, it will be used as a
249 regexp.  If it matches, the text in question is not a signature.
250
251 This can also be a list of the above values."
252   :type '(choice (const nil)
253                  (integer :value 200)
254                  (number :value 4.0)
255                  (function :value fun)
256                  (regexp :value ".*"))
257   :group 'gnus-article-signature)
258
259 (defcustom gnus-hidden-properties '(invisible t intangible t)
260   "Property list to use for hiding text."
261   :type 'sexp
262   :group 'gnus-article-hiding)
263
264 ;; Fixme: This isn't the right thing for mixed graphical and non-graphical
265 ;; frames in a session.
266 (defcustom gnus-article-x-face-command
267   (if (featurep 'xemacs)
268       (if (or (gnus-image-type-available-p 'xface)
269               (gnus-image-type-available-p 'pbm))
270           'gnus-display-x-face-in-from
271         "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | ee -")
272     (if (gnus-image-type-available-p 'pbm)
273         'gnus-display-x-face-in-from
274       "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | \
275 display -"))
276   "*String or function to be executed to display an X-Face header.
277 If it is a string, the command will be executed in a sub-shell
278 asynchronously.  The compressed face will be piped to this command."
279   :type `(choice string
280                  (function-item gnus-display-x-face-in-from)
281                  function)
282   :version "21.1"
283   :group 'gnus-picon
284   :group 'gnus-article-washing)
285
286 (defcustom gnus-article-x-face-too-ugly nil
287   "Regexp matching posters whose face shouldn't be shown automatically."
288   :type '(choice regexp (const nil))
289   :group 'gnus-article-washing)
290
291 (defcustom gnus-article-banner-alist nil
292   "Banner alist for stripping.
293 For example,
294      ((egroups . \"^[ \\t\\n]*-------------------+\\\\( \\\\(e\\\\|Yahoo! \\\\)Groups Sponsor -+\\\\)?....\\n\\\\(.+\\n\\\\)+\"))"
295   :version "21.1"
296   :type '(repeat (cons symbol regexp))
297   :group 'gnus-article-washing)
298
299 (gnus-define-group-parameter
300  banner
301  :variable-document
302  "Alist of regexps (to match group names) and banner."
303  :variable-group gnus-article-washing
304  :parameter-type
305  '(choice :tag "Banner"
306           :value nil
307           (const :tag "Remove signature" signature)
308           (symbol :tag "Item in `gnus-article-banner-alist'" none)
309           regexp
310           (const :tag "None" nil))
311  :parameter-document
312  "If non-nil, specify how to remove `banners' from articles.
313
314 Symbol `signature' means to remove signatures delimited by
315 `gnus-signature-separator'.  Any other symbol is used to look up a
316 regular expression to match the banner in `gnus-article-banner-alist'.
317 A string is used as a regular expression to match the banner
318 directly.")
319
320 (defcustom gnus-article-address-banner-alist nil
321   "Alist of mail addresses and banners.
322 Each element has the form (ADDRESS . BANNER), where ADDRESS is a regexp
323 to match a mail address in the From: header, BANNER is one of a symbol
324 `signature', an item in `gnus-article-banner-alist', a regexp and nil.
325 If ADDRESS matches author's mail address, it will remove things like
326 advertisements.  For example:
327
328 \((\"@yoo-hoo\\\\.co\\\\.jp\\\\'\" . \"\\n_+\\nDo You Yoo-hoo!\\\\?\\n.*\\n.*\\n\"))
329 "
330   :type '(repeat
331           (cons
332            (regexp :tag "Address")
333            (choice :tag "Banner" :value nil
334                    (const :tag "Remove signature" signature)
335                    (symbol :tag "Item in `gnus-article-banner-alist'" none)
336                    regexp
337                    (const :tag "None" nil))))
338   :version "22.1"
339   :group 'gnus-article-washing)
340
341 (defmacro gnus-emphasis-custom-with-format (&rest body)
342   `(let ((format "\
343 \\(\\s-\\|^\\|\\=\\|[-\"]\\|\\s(\\)\\(%s\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)%s\\)\
344 \\(\\([-,.;:!?\"]\\|\\s)\\)+\\s-\\|[?!.]\\s-\\|\\s)\\|\\s-\\)"))
345      ,@body))
346
347 (defun gnus-emphasis-custom-value-to-external (value)
348   (gnus-emphasis-custom-with-format
349    (if (consp (car value))
350        (list (format format (car (car value)) (cdr (car value)))
351              2
352              (if (nth 1 value) 2 3)
353              (nth 2 value))
354      value)))
355
356 (defun gnus-emphasis-custom-value-to-internal (value)
357   (gnus-emphasis-custom-with-format
358    (let ((regexp (concat "\\`"
359                          (format (regexp-quote format)
360                                  "\\([^()]+\\)" "\\([^()]+\\)")
361                          "\\'"))
362          pattern)
363      (if (string-match regexp (setq pattern (car value)))
364          (list (cons (match-string 1 pattern) (match-string 2 pattern))
365                (= (nth 2 value) 2)
366                (nth 3 value))
367        value))))
368
369 (defcustom gnus-emphasis-alist
370   (let ((types
371          '(("\\*" "\\*" bold nil 2)
372            ("_" "_" underline)
373            ("/" "/" italic)
374            ("_/" "/_" underline-italic)
375            ("_\\*" "\\*_" underline-bold)
376            ("\\*/" "/\\*" bold-italic)
377            ("_\\*/" "/\\*_" underline-bold-italic))))
378     (nconc
379      (gnus-emphasis-custom-with-format
380       (mapcar (lambda (spec)
381                 (list (format format (car spec) (cadr spec))
382                       (or (nth 3 spec) 2)
383                       (or (nth 4 spec) 3)
384                       (intern (format "gnus-emphasis-%s" (nth 2 spec)))))
385               types))
386      '(;; I've never seen anyone use this strikethru convention whereas I've
387        ;; several times seen it triggered by normal text.  --Stef
388        ;; Miles suggests that this form is sometimes used but for italics,
389        ;; so maybe we should map it to `italic'.
390        ;; ("\\(\\s-\\|^\\)\\(-\\(\\(\\w\\|-[^-]\\)+\\)-\\)\\(\\s-\\|[?!.,;]\\)"
391        ;; 2 3 gnus-emphasis-strikethru)
392        ("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)"
393         2 3 gnus-emphasis-underline))))
394   "*Alist that says how to fontify certain phrases.
395 Each item looks like this:
396
397   (\"_\\\\(\\\\w+\\\\)_\" 0 1 'underline)
398
399 The first element is a regular expression to be matched.  The second
400 is a number that says what regular expression grouping used to find
401 the entire emphasized word.  The third is a number that says what
402 regexp grouping should be displayed and highlighted.  The fourth
403 is the face used for highlighting."
404   :type
405   '(repeat
406     (menu-choice
407      :format "%[Customizing Style%]\n%v"
408      :indent 2
409      (group :tag "Default"
410             :value ("" 0 0 default)
411             :value-create
412             (lambda (widget)
413               (let ((value (widget-get
414                             (cadr (widget-get (widget-get widget :parent)
415                                               :args))
416                             :value)))
417                 (if (not (eq (nth 2 value) 'default))
418                     (widget-put
419                      widget
420                      :value
421                      (gnus-emphasis-custom-value-to-external value))))
422               (widget-group-value-create widget))
423             regexp
424             (integer :format "Match group: %v")
425             (integer :format "Emphasize group: %v")
426             face)
427      (group :tag "Simple"
428             :value (("_" . "_") nil default)
429             (cons :format "%v"
430                   (regexp :format "Start regexp: %v")
431                   (regexp :format "End regexp: %v"))
432             (boolean :format "Show start and end patterns: %[%v%]\n"
433                      :on " On " :off " Off ")
434             face)))
435   :get (lambda (symbol)
436          (mapcar 'gnus-emphasis-custom-value-to-internal
437                  (default-value symbol)))
438   :set (lambda (symbol value)
439          (set-default symbol (mapcar 'gnus-emphasis-custom-value-to-external
440                                      value)))
441   :group 'gnus-article-emphasis)
442
443 (defcustom gnus-emphasize-whitespace-regexp "^[ \t]+\\|[ \t]*\n"
444   "A regexp to describe whitespace which should not be emphasized.
445 Typical values are \"^[ \\t]+\\\\|[ \\t]*\\n\" and \"[ \\t]+\\\\|[ \\t]*\\n\".
446 The former avoids underlining of leading and trailing whitespace,
447 and the latter avoids underlining any whitespace at all."
448   :version "21.1"
449   :group 'gnus-article-emphasis
450   :type 'regexp)
451
452 (defface gnus-emphasis-bold '((t (:bold t)))
453   "Face used for displaying strong emphasized text (*word*)."
454   :group 'gnus-article-emphasis)
455
456 (defface gnus-emphasis-italic '((t (:italic t)))
457   "Face used for displaying italic emphasized text (/word/)."
458   :group 'gnus-article-emphasis)
459
460 (defface gnus-emphasis-underline '((t (:underline t)))
461   "Face used for displaying underlined emphasized text (_word_)."
462   :group 'gnus-article-emphasis)
463
464 (defface gnus-emphasis-underline-bold '((t (:bold t :underline t)))
465   "Face used for displaying underlined bold emphasized text (_*word*_)."
466   :group 'gnus-article-emphasis)
467
468 (defface gnus-emphasis-underline-italic '((t (:italic t :underline t)))
469   "Face used for displaying underlined italic emphasized text (_/word/_)."
470   :group 'gnus-article-emphasis)
471
472 (defface gnus-emphasis-bold-italic '((t (:bold t :italic t)))
473   "Face used for displaying bold italic emphasized text (/*word*/)."
474   :group 'gnus-article-emphasis)
475
476 (defface gnus-emphasis-underline-bold-italic
477   '((t (:bold t :italic t :underline t)))
478   "Face used for displaying underlined bold italic emphasized text.
479 Example: (_/*word*/_)."
480   :group 'gnus-article-emphasis)
481
482 (defface gnus-emphasis-strikethru (if (featurep 'xemacs)
483                                       '((t (:strikethru t)))
484                                     '((t (:strike-through t))))
485   "Face used for displaying strike-through text (-word-)."
486   :group 'gnus-article-emphasis)
487
488 (defface gnus-emphasis-highlight-words
489   '((t (:background "black" :foreground "yellow")))
490   "Face used for displaying highlighted words."
491   :group 'gnus-article-emphasis)
492
493 (defcustom gnus-article-time-format "%a, %d %b %Y %T %Z"
494   "Format for display of Date headers in article bodies.
495 See `format-time-string' for the possible values.
496
497 The variable can also be function, which should return a complete Date
498 header.  The function is called with one argument, the time, which can
499 be fed to `format-time-string'."
500   :type '(choice string function)
501   :link '(custom-manual "(gnus)Article Date")
502   :group 'gnus-article-washing)
503
504 (defcustom gnus-save-all-headers t
505   "*If non-nil, don't remove any headers before saving."
506   :group 'gnus-article-saving
507   :type 'boolean)
508
509 (defcustom gnus-prompt-before-saving 'always
510   "*This variable says how much prompting is to be done when saving articles.
511 If it is nil, no prompting will be done, and the articles will be
512 saved to the default files.  If this variable is `always', each and
513 every article that is saved will be preceded by a prompt, even when
514 saving large batches of articles.  If this variable is neither nil not
515 `always', there the user will be prompted once for a file name for
516 each invocation of the saving commands."
517   :group 'gnus-article-saving
518   :type '(choice (item always)
519                  (item :tag "never" nil)
520                  (sexp :tag "once" :format "%t\n" :value t)))
521
522 (defcustom gnus-saved-headers gnus-visible-headers
523   "Headers to keep if `gnus-save-all-headers' is nil.
524 If `gnus-save-all-headers' is non-nil, this variable will be ignored.
525 If that variable is nil, however, all headers that match this regexp
526 will be kept while the rest will be deleted before saving."
527   :group 'gnus-article-saving
528   :type 'regexp)
529
530 (defcustom gnus-default-article-saver 'gnus-summary-save-in-rmail
531   "A function to save articles in your favourite format.
532 The function must be interactively callable (in other words, it must
533 be an Emacs command).
534
535 Gnus provides the following functions:
536
537 * gnus-summary-save-in-rmail (Rmail format)
538 * gnus-summary-save-in-mail (Unix mail format)
539 * gnus-summary-save-in-folder (MH folder)
540 * gnus-summary-save-in-file (article format)
541 * gnus-summary-save-body-in-file (article body)
542 * gnus-summary-save-in-vm (use VM's folder format)
543 * gnus-summary-write-to-file (article format -- overwrite)."
544   :group 'gnus-article-saving
545   :type '(radio (function-item gnus-summary-save-in-rmail)
546                 (function-item gnus-summary-save-in-mail)
547                 (function-item gnus-summary-save-in-folder)
548                 (function-item gnus-summary-save-in-file)
549                 (function-item gnus-summary-save-body-in-file)
550                 (function-item gnus-summary-save-in-vm)
551                 (function-item gnus-summary-write-to-file)
552                 (function)))
553
554 (defcustom gnus-rmail-save-name 'gnus-plain-save-name
555   "A function generating a file name to save articles in Rmail format.
556 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
557   :group 'gnus-article-saving
558   :type 'function)
559
560 (defcustom gnus-mail-save-name 'gnus-plain-save-name
561   "A function generating a file name to save articles in Unix mail format.
562 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
563   :group 'gnus-article-saving
564   :type 'function)
565
566 (defcustom gnus-folder-save-name 'gnus-folder-save-name
567   "A function generating a file name to save articles in MH folder.
568 The function is called with NEWSGROUP, HEADERS, and optional LAST-FOLDER."
569   :group 'gnus-article-saving
570   :type 'function)
571
572 (defcustom gnus-file-save-name 'gnus-numeric-save-name
573   "A function generating a file name to save articles in article format.
574 The function is called with NEWSGROUP, HEADERS, and optional
575 LAST-FILE."
576   :group 'gnus-article-saving
577   :type 'function)
578
579 (defcustom gnus-split-methods
580   '((gnus-article-archive-name)
581     (gnus-article-nndoc-name))
582   "*Variable used to suggest where articles are to be saved.
583 For instance, if you would like to save articles related to Gnus in
584 the file \"gnus-stuff\", and articles related to VM in \"vm-stuff\",
585 you could set this variable to something like:
586
587  '((\"^Subject:.*gnus\\|^Newsgroups:.*gnus\" \"gnus-stuff\")
588    (\"^Subject:.*vm\\|^Xref:.*vm\" \"vm-stuff\"))
589
590 This variable is an alist where the key is the match and the
591 value is a list of possible files to save in if the match is
592 non-nil.
593
594 If the match is a string, it is used as a regexp match on the
595 article.  If the match is a symbol, that symbol will be funcalled
596 from the buffer of the article to be saved with the newsgroup as
597 the parameter.  If it is a list, it will be evaled in the same
598 buffer.
599
600 If this form or function returns a string, this string will be
601 used as a possible file name; and if it returns a non-nil list,
602 that list will be used as possible file names."
603   :group 'gnus-article-saving
604   :type '(repeat (choice (list :value (fun) function)
605                          (cons :value ("" "") regexp (repeat string))
606                          (sexp :value nil))))
607
608 (defcustom gnus-page-delimiter "^\^L"
609   "*Regexp describing what to use as article page delimiters.
610 The default value is \"^\^L\", which is a form linefeed at the
611 beginning of a line."
612   :type 'regexp
613   :group 'gnus-article-various)
614
615 (defcustom gnus-article-mode-line-format "Gnus: %g [%w] %S%m"
616   "*The format specification for the article mode line.
617 See `gnus-summary-mode-line-format' for a closer description.
618
619 The following additional specs are available:
620
621 %w  The article washing status.
622 %m  The number of MIME parts in the article."
623   :type 'string
624   :group 'gnus-article-various)
625
626 (defcustom gnus-article-mode-hook nil
627   "*A hook for Gnus article mode."
628   :type 'hook
629   :group 'gnus-article-various)
630
631 (when (featurep 'xemacs)
632   ;; Extracted from gnus-xmas-define in order to preserve user settings
633   (when (fboundp 'turn-off-scroll-in-place)
634     (add-hook 'gnus-article-mode-hook 'turn-off-scroll-in-place))
635   ;; Extracted from gnus-xmas-redefine in order to preserve user settings
636   (add-hook 'gnus-article-mode-hook 'gnus-xmas-article-menu-add))
637
638 (defcustom gnus-article-menu-hook nil
639   "*Hook run after the creation of the article mode menu."
640   :type 'hook
641   :group 'gnus-article-various)
642
643 (defcustom gnus-article-prepare-hook nil
644   "*A hook called after an article has been prepared in the article buffer."
645   :type 'hook
646   :group 'gnus-article-various)
647
648 (defcustom gnus-copy-article-ignored-headers nil
649   "List of headers to be removed when copying an article.
650 Each element is a regular expression."
651   :version "23.0" ;; No Gnus
652   :type '(repeat regexp)
653   :group 'gnus-article-various)
654
655 (make-obsolete-variable 'gnus-article-hide-pgp-hook
656                         "This variable is obsolete in Gnus 5.10.")
657
658 (defface gnus-button
659   '((t (:weight bold)))
660   "Face used for highlighting a button in the article buffer."
661   :group 'gnus-article-buttons)
662
663 (defcustom gnus-article-button-face 'gnus-button
664   "Face used for highlighting buttons in the article buffer.
665
666 An article button is a piece of text that you can activate by pressing
667 `RET' or `mouse-2' above it."
668   :type 'face
669   :group 'gnus-article-buttons)
670
671 (defcustom gnus-article-mouse-face 'highlight
672   "Face used for mouse highlighting in the article buffer.
673
674 Article buttons will be displayed in this face when the cursor is
675 above them."
676   :type 'face
677   :group 'gnus-article-buttons)
678
679 (defcustom gnus-signature-face 'gnus-signature
680   "Face used for highlighting a signature in the article buffer.
681 Obsolete; use the face `gnus-signature' for customizations instead."
682   :type 'face
683   :group 'gnus-article-highlight
684   :group 'gnus-article-signature)
685
686 (defface gnus-signature
687   '((t
688      (:italic t)))
689   "Face used for highlighting a signature in the article buffer."
690   :group 'gnus-article-highlight
691   :group 'gnus-article-signature)
692 ;; backward-compatibility alias
693 (put 'gnus-signature-face 'face-alias 'gnus-signature)
694
695 (defface gnus-header-from
696   '((((class color)
697       (background dark))
698      (:foreground "spring green"))
699     (((class color)
700       (background light))
701      (:foreground "red3"))
702     (t
703      (:italic t)))
704   "Face used for displaying from headers."
705   :group 'gnus-article-headers
706   :group 'gnus-article-highlight)
707 ;; backward-compatibility alias
708 (put 'gnus-header-from-face 'face-alias 'gnus-header-from)
709
710 (defface gnus-header-subject
711   '((((class color)
712       (background dark))
713      (:foreground "SeaGreen3"))
714     (((class color)
715       (background light))
716      (:foreground "red4"))
717     (t
718      (:bold t :italic t)))
719   "Face used for displaying subject headers."
720   :group 'gnus-article-headers
721   :group 'gnus-article-highlight)
722 ;; backward-compatibility alias
723 (put 'gnus-header-subject-face 'face-alias 'gnus-header-subject)
724
725 (defface gnus-header-newsgroups
726   '((((class color)
727       (background dark))
728      (:foreground "yellow" :italic t))
729     (((class color)
730       (background light))
731      (:foreground "MidnightBlue" :italic t))
732     (t
733      (:italic t)))
734   "Face used for displaying newsgroups headers.
735 In the default setup this face is only used for crossposted
736 articles."
737   :group 'gnus-article-headers
738   :group 'gnus-article-highlight)
739 ;; backward-compatibility alias
740 (put 'gnus-header-newsgroups-face 'face-alias 'gnus-header-newsgroups)
741
742 (defface gnus-header-name
743   '((((class color)
744       (background dark))
745      (:foreground "SeaGreen"))
746     (((class color)
747       (background light))
748      (:foreground "maroon"))
749     (t
750      (:bold t)))
751   "Face used for displaying header names."
752   :group 'gnus-article-headers
753   :group 'gnus-article-highlight)
754 ;; backward-compatibility alias
755 (put 'gnus-header-name-face 'face-alias 'gnus-header-name)
756
757 (defface gnus-header-content
758   '((((class color)
759       (background dark))
760      (:foreground "forest green" :italic t))
761     (((class color)
762       (background light))
763      (:foreground "indianred4" :italic t))
764     (t
765      (:italic t)))  "Face used for displaying header content."
766   :group 'gnus-article-headers
767   :group 'gnus-article-highlight)
768 ;; backward-compatibility alias
769 (put 'gnus-header-content-face 'face-alias 'gnus-header-content)
770
771 (defcustom gnus-header-face-alist
772   '(("From" nil gnus-header-from)
773     ("Subject" nil gnus-header-subject)
774     ("Newsgroups:.*," nil gnus-header-newsgroups)
775     ("" gnus-header-name gnus-header-content))
776   "*Controls highlighting of article headers.
777
778 An alist of the form (HEADER NAME CONTENT).
779
780 HEADER is a regular expression which should match the name of a
781 header and NAME and CONTENT are either face names or nil.
782
783 The name of each header field will be displayed using the face
784 specified by the first element in the list where HEADER matches
785 the header name and NAME is non-nil.  Similarly, the content will
786 be displayed by the first non-nil matching CONTENT face."
787   :group 'gnus-article-headers
788   :group 'gnus-article-highlight
789   :type '(repeat (list (regexp :tag "Header")
790                        (choice :tag "Name"
791                                (item :tag "skip" nil)
792                                (face :value default))
793                        (choice :tag "Content"
794                                (item :tag "skip" nil)
795                                (face :value default)))))
796
797 (defcustom gnus-face-properties-alist (if (featurep 'xemacs)
798                                           '((xface . (:face gnus-x-face)))
799                                         '((pbm . (:face gnus-x-face))
800                                           (png . nil)))
801   "Alist of image types and properties applied to Face and X-Face images.
802 Here are examples:
803
804 ;; Specify the altitude of Face images in the From header.
805 \(setq gnus-face-properties-alist
806       '((pbm . (:face gnus-x-face :ascent 80))
807         (png . (:ascent 80))))
808
809 ;; Show Face images as pressed buttons.
810 \(setq gnus-face-properties-alist
811       '((pbm . (:face gnus-x-face :relief -2))
812         (png . (:relief -2))))
813
814 See the manual for the valid properties for various image types.
815 Currently, `pbm' is used for X-Face images and `png' is used for Face
816 images in Emacs.  Only the `:face' property is effective on the `xface'
817 image type in XEmacs if it is built with the libcompface library."
818   :version "23.0" ;; No Gnus
819   :group 'gnus-article-headers
820   :type '(repeat (cons :format "%v" (symbol :tag "Image type") plist)))
821
822 (defcustom gnus-article-decode-hook
823   '(article-decode-charset article-decode-encoded-words
824                            article-decode-group-name article-decode-idna-rhs)
825   "*Hook run to decode charsets in articles."
826   :group 'gnus-article-headers
827   :type 'hook)
828
829 (defcustom gnus-display-mime-function 'gnus-display-mime
830   "Function to display MIME articles."
831   :group 'gnus-article-mime
832   :type 'function)
833
834 (defvar gnus-decode-header-function 'mail-decode-encoded-word-region
835   "Function used to decode headers.")
836
837 (defvar gnus-article-dumbquotes-map
838   '(("\200" "EUR")
839     ("\202" ",")
840     ("\203" "f")
841     ("\204" ",,")
842     ("\205" "...")
843     ("\213" "<")
844     ("\214" "OE")
845     ("\221" "`")
846     ("\222" "'")
847     ("\223" "``")
848     ("\224" "\"")
849     ("\225" "*")
850     ("\226" "-")
851     ("\227" "--")
852     ("\230" "~")
853     ("\231" "(TM)")
854     ("\233" ">")
855     ("\234" "oe")
856     ("\264" "'"))
857   "Table for MS-to-Latin1 translation.")
858
859 (defcustom gnus-ignored-mime-types nil
860   "List of MIME types that should be ignored by Gnus."
861   :version "21.1"
862   :group 'gnus-article-mime
863   :type '(repeat regexp))
864
865 (defcustom gnus-unbuttonized-mime-types '(".*/.*")
866   "List of MIME types that should not be given buttons when rendered inline.
867 See also `gnus-buttonized-mime-types' which may override this variable.
868 This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
869   :version "21.1"
870   :group 'gnus-article-mime
871   :type '(repeat regexp))
872
873 (defcustom gnus-buttonized-mime-types nil
874   "List of MIME types that should be given buttons when rendered inline.
875 If set, this variable overrides `gnus-unbuttonized-mime-types'.
876 To see e.g. security buttons you could set this to
877 `(\"multipart/signed\")'.  You could also add \"multipart/alternative\" to
878 this list to display radio buttons that allow you to choose one of two
879 media types those mails include.  See also `mm-discouraged-alternatives'.
880 This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
881   :version "22.1"
882   :group 'gnus-article-mime
883   :type '(repeat regexp))
884
885 (defcustom gnus-inhibit-mime-unbuttonizing nil
886   "If non-nil, all MIME parts get buttons.
887 When nil (the default value), then some MIME parts do not get buttons,
888 as described by the variables `gnus-buttonized-mime-types' and
889 `gnus-unbuttonized-mime-types'."
890   :version "22.1"
891   :group 'gnus-article-mime
892   :type 'boolean)
893
894 (defcustom gnus-body-boundary-delimiter "_"
895   "String used to delimit header and body.
896 This variable is used by `gnus-article-treat-body-boundary' which can
897 be controlled by `gnus-treat-body-boundary'."
898   :version "22.1"
899   :group 'gnus-article-various
900   :type '(choice (item :tag "None" :value nil)
901                  string))
902
903 (defcustom gnus-picon-databases '("/usr/lib/picon" "/usr/local/faces"
904                                   "/usr/share/picons")
905   "Defines the location of the faces database.
906 For information on obtaining this database of pretty pictures, please
907 see http://www.cs.indiana.edu/picons/ftp/index.html"
908   :version "22.1"
909   :type '(repeat directory)
910   :link '(url-link :tag "download"
911                    "http://www.cs.indiana.edu/picons/ftp/index.html")
912   :link '(custom-manual "(gnus)Picons")
913   :group 'gnus-picon)
914
915 (defun gnus-picons-installed-p ()
916   "Say whether picons are installed on your machine."
917   (let ((installed nil))
918     (dolist (database gnus-picon-databases)
919       (when (file-exists-p database)
920         (setq installed t)))
921     installed))
922
923 (defcustom gnus-article-mime-part-function nil
924   "Function called with a MIME handle as the argument.
925 This is meant for people who want to do something automatic based
926 on parts -- for instance, adding Vcard info to a database."
927   :group 'gnus-article-mime
928   :type '(choice (const nil)
929                  function))
930
931 (defcustom gnus-mime-multipart-functions nil
932   "An alist of MIME types to functions to display them."
933   :version "21.1"
934   :group 'gnus-article-mime
935   :type '(repeat (cons :format "%v" (string :tag "MIME type") function)))
936
937 (defcustom gnus-article-date-lapsed-new-header nil
938   "Whether the X-Sent and Date headers can coexist.
939 When using `gnus-treat-date-lapsed', the \"X-Sent:\" header will
940 either replace the old \"Date:\" header (if this variable is nil), or
941 be added below it (otherwise)."
942   :version "21.1"
943   :group 'gnus-article-headers
944   :type 'boolean)
945
946 (defcustom gnus-article-mime-match-handle-function 'undisplayed-alternative
947   "Function called with a MIME handle as the argument.
948 This is meant for people who want to view first matched part.
949 For `undisplayed-alternative' (default), the first undisplayed
950 part or alternative part is used.  For `undisplayed', the first
951 undisplayed part is used.  For a function, the first part which
952 the function return t is used.  For nil, the first part is
953 used."
954   :version "21.1"
955   :group 'gnus-article-mime
956   :type '(choice
957           (item :tag "first" :value nil)
958           (item :tag "undisplayed" :value undisplayed)
959           (item :tag "undisplayed or alternative"
960                 :value undisplayed-alternative)
961           (function)))
962
963 (defcustom gnus-mime-action-alist
964   '(("save to file" . gnus-mime-save-part)
965     ("save and strip" . gnus-mime-save-part-and-strip)
966     ("replace with file" . gnus-mime-replace-part)
967     ("delete part" . gnus-mime-delete-part)
968     ("display as text" . gnus-mime-inline-part)
969     ("view the part" . gnus-mime-view-part)
970     ("pipe to command" . gnus-mime-pipe-part)
971     ("toggle display" . gnus-article-press-button)
972     ("toggle display" . gnus-article-view-part-as-charset)
973     ("view as type" . gnus-mime-view-part-as-type)
974     ("view internally" . gnus-mime-view-part-internally)
975     ("view externally" . gnus-mime-view-part-externally))
976   "An alist of actions that run on the MIME attachment."
977   :group 'gnus-article-mime
978   :type '(repeat (cons (string :tag "name")
979                        (function))))
980
981 (defcustom gnus-auto-select-part 1
982   "Advance to next MIME part when deleting or stripping parts.
983
984 When 0, point will be placed on the same part as before.  When
985 positive (negative), move point forward (backwards) this many
986 parts.  When nil, redisplay article."
987   :version "23.0" ;; No Gnus
988   :group 'gnus-article-mime
989   :type '(choice (const nil :tag "Redisplay article.")
990                  (const 1 :tag "Next part.")
991                  (const 0 :tag "Current part.")
992                  integer))
993
994 ;;;
995 ;;; The treatment variables
996 ;;;
997
998 (defvar gnus-part-display-hook nil
999   "Hook called on parts that are to receive treatment.")
1000
1001 (defvar gnus-article-treat-custom
1002   '(choice (const :tag "Off" nil)
1003            (const :tag "On" t)
1004            (const :tag "Header" head)
1005            (const :tag "First" first)
1006            (const :tag "Last" last)
1007            (integer :tag "Less")
1008            (repeat :tag "Groups" regexp)
1009            (sexp :tag "Predicate")))
1010
1011 (defvar gnus-article-treat-head-custom
1012   '(choice (const :tag "Off" nil)
1013            (const :tag "Header" head)))
1014
1015 (defvar gnus-article-treat-types '("text/plain" "text/x-verbatim"
1016                                    "text/x-patch")
1017   "Parts to treat.")
1018
1019 (defvar gnus-inhibit-treatment nil
1020   "Whether to inhibit treatment.")
1021
1022 (defcustom gnus-treat-highlight-signature '(or t (typep "text/x-vcard"))
1023   "Highlight the signature.
1024 Valid values are nil, t, `head', `first', `last', an integer or a
1025 predicate.  See Info node `(gnus)Customizing Articles'."
1026   :group 'gnus-article-treat
1027   :link '(custom-manual "(gnus)Customizing Articles")
1028   :type gnus-article-treat-custom)
1029 (put 'gnus-treat-highlight-signature 'highlight t)
1030
1031 (defcustom gnus-treat-buttonize 100000
1032   "Add buttons.
1033 Valid values are nil, t, `head', `first', `last', an integer or a
1034 predicate.  See Info node `(gnus)Customizing Articles'."
1035   :group 'gnus-article-treat
1036   :link '(custom-manual "(gnus)Customizing Articles")
1037   :type gnus-article-treat-custom)
1038 (put 'gnus-treat-buttonize 'highlight t)
1039
1040 (defcustom gnus-treat-buttonize-head 'head
1041   "Add buttons to the head.
1042 Valid values are nil, t, `head', `first', `last', an integer or a
1043 predicate.  See Info node `(gnus)Customizing Articles'."
1044   :group 'gnus-article-treat
1045   :link '(custom-manual "(gnus)Customizing Articles")
1046   :type gnus-article-treat-head-custom)
1047 (put 'gnus-treat-buttonize-head 'highlight t)
1048
1049 (defcustom gnus-treat-emphasize
1050   (and (or window-system
1051            (featurep 'xemacs))
1052        50000)
1053   "Emphasize text.
1054 Valid values are nil, t, `head', `first', `last', an integer or a
1055 predicate.  See Info node `(gnus)Customizing Articles'."
1056   :group 'gnus-article-treat
1057   :link '(custom-manual "(gnus)Customizing Articles")
1058   :type gnus-article-treat-custom)
1059 (put 'gnus-treat-emphasize 'highlight t)
1060
1061 (defcustom gnus-treat-strip-cr nil
1062   "Remove carriage returns.
1063 Valid values are nil, t, `head', `first', `last', an integer or a
1064 predicate.  See Info node `(gnus)Customizing Articles'."
1065   :version "22.1"
1066   :group 'gnus-article-treat
1067   :link '(custom-manual "(gnus)Customizing Articles")
1068   :type gnus-article-treat-custom)
1069
1070 (defcustom gnus-treat-unsplit-urls nil
1071   "Remove newlines from within URLs.
1072 Valid values are nil, t, `head', `first', `last', an integer or a
1073 predicate.  See Info node `(gnus)Customizing Articles'."
1074   :version "22.1"
1075   :group 'gnus-article-treat
1076   :link '(custom-manual "(gnus)Customizing Articles")
1077   :type gnus-article-treat-custom)
1078
1079 (defcustom gnus-treat-leading-whitespace nil
1080   "Remove leading whitespace in headers.
1081 Valid values are nil, t, `head', `first', `last', an integer or a
1082 predicate.  See Info node `(gnus)Customizing Articles'."
1083   :version "22.1"
1084   :group 'gnus-article-treat
1085   :link '(custom-manual "(gnus)Customizing Articles")
1086   :type gnus-article-treat-custom)
1087
1088 (defcustom gnus-treat-hide-headers 'head
1089   "Hide headers.
1090 Valid values are nil, t, `head', `first', `last', an integer or a
1091 predicate.  See Info node `(gnus)Customizing Articles'."
1092   :group 'gnus-article-treat
1093   :link '(custom-manual "(gnus)Customizing Articles")
1094   :type gnus-article-treat-head-custom)
1095
1096 (defcustom gnus-treat-hide-boring-headers nil
1097   "Hide boring headers.
1098 Valid values are nil, t, `head', `first', `last', an integer or a
1099 predicate.  See Info node `(gnus)Customizing Articles'."
1100   :group 'gnus-article-treat
1101   :link '(custom-manual "(gnus)Customizing Articles")
1102   :type gnus-article-treat-head-custom)
1103
1104 (defcustom gnus-treat-hide-signature nil
1105   "Hide the signature.
1106 Valid values are nil, t, `head', `first', `last', an integer or a
1107 predicate.  See Info node `(gnus)Customizing Articles'."
1108   :group 'gnus-article-treat
1109   :link '(custom-manual "(gnus)Customizing Articles")
1110   :type gnus-article-treat-custom)
1111
1112 (defcustom gnus-treat-fill-article nil
1113   "Fill the article.
1114 Valid values are nil, t, `head', `first', `last', an integer or a
1115 predicate.  See Info node `(gnus)Customizing Articles'."
1116   :group 'gnus-article-treat
1117   :link '(custom-manual "(gnus)Customizing Articles")
1118   :type gnus-article-treat-custom)
1119
1120 (defcustom gnus-treat-hide-citation nil
1121   "Hide cited text.
1122 Valid values are nil, t, `head', `first', `last', an integer or a
1123 predicate.  See Info node `(gnus)Customizing Articles'."
1124   :group 'gnus-article-treat
1125   :link '(custom-manual "(gnus)Customizing Articles")
1126   :type gnus-article-treat-custom)
1127
1128 (defcustom gnus-treat-hide-citation-maybe nil
1129   "Hide cited text.
1130 Valid values are nil, t, `head', `first', `last', an integer or a
1131 predicate.  See Info node `(gnus)Customizing Articles'."
1132   :group 'gnus-article-treat
1133   :link '(custom-manual "(gnus)Customizing Articles")
1134   :type gnus-article-treat-custom)
1135
1136 (defcustom gnus-treat-strip-list-identifiers 'head
1137   "Strip list identifiers from `gnus-list-identifiers`.
1138 Valid values are nil, t, `head', `first', `last', an integer or a
1139 predicate.  See Info node `(gnus)Customizing Articles'."
1140   :version "21.1"
1141   :group 'gnus-article-treat
1142   :link '(custom-manual "(gnus)Customizing Articles")
1143   :type gnus-article-treat-custom)
1144
1145 (make-obsolete-variable 'gnus-treat-strip-pgp
1146                         "This option is obsolete in Gnus 5.10.")
1147
1148 (defcustom gnus-treat-strip-pem nil
1149   "Strip PEM signatures.
1150 Valid values are nil, t, `head', `first', `last', an integer or a
1151 predicate.  See Info node `(gnus)Customizing Articles'."
1152   :group 'gnus-article-treat
1153   :link '(custom-manual "(gnus)Customizing Articles")
1154   :type gnus-article-treat-custom)
1155
1156 (defcustom gnus-treat-strip-banner t
1157   "Strip banners from articles.
1158 The banner to be stripped is specified in the `banner' group parameter.
1159 Valid values are nil, t, `head', `first', `last', an integer or a
1160 predicate.  See Info node `(gnus)Customizing Articles'."
1161   :group 'gnus-article-treat
1162   :link '(custom-manual "(gnus)Customizing Articles")
1163   :type gnus-article-treat-custom)
1164
1165 (defcustom gnus-treat-highlight-headers 'head
1166   "Highlight the headers.
1167 Valid values are nil, t, `head', `first', `last', an integer or a
1168 predicate.  See Info node `(gnus)Customizing Articles'."
1169   :group 'gnus-article-treat
1170   :link '(custom-manual "(gnus)Customizing Articles")
1171   :type gnus-article-treat-head-custom)
1172 (put 'gnus-treat-highlight-headers 'highlight t)
1173
1174 (defcustom gnus-treat-highlight-citation t
1175   "Highlight cited text.
1176 Valid values are nil, t, `head', `first', `last', an integer or a
1177 predicate.  See Info node `(gnus)Customizing Articles'."
1178   :group 'gnus-article-treat
1179   :link '(custom-manual "(gnus)Customizing Articles")
1180   :type gnus-article-treat-custom)
1181 (put 'gnus-treat-highlight-citation 'highlight t)
1182
1183 (defcustom gnus-treat-date-ut nil
1184   "Display the Date in UT (GMT).
1185 Valid values are nil, t, `head', `first', `last', an integer or a
1186 predicate.  See Info node `(gnus)Customizing Articles'."
1187   :group 'gnus-article-treat
1188   :link '(custom-manual "(gnus)Customizing Articles")
1189   :type gnus-article-treat-head-custom)
1190
1191 (defcustom gnus-treat-date-local nil
1192   "Display the Date in the local timezone.
1193 Valid values are nil, t, `head', `first', `last', an integer or a
1194 predicate.  See Info node `(gnus)Customizing Articles'."
1195   :group 'gnus-article-treat
1196   :link '(custom-manual "(gnus)Customizing Articles")
1197   :type gnus-article-treat-head-custom)
1198
1199 (defcustom gnus-treat-date-english nil
1200   "Display the Date in a format that can be read aloud in English.
1201 Valid values are nil, t, `head', `first', `last', an integer or a
1202 predicate.  See Info node `(gnus)Customizing Articles'."
1203   :version "22.1"
1204   :group 'gnus-article-treat
1205   :link '(custom-manual "(gnus)Customizing Articles")
1206   :type gnus-article-treat-head-custom)
1207
1208 (defcustom gnus-treat-date-lapsed nil
1209   "Display the Date header in a way that says how much time has elapsed.
1210 Valid values are nil, t, `head', `first', `last', an integer or a
1211 predicate.  See Info node `(gnus)Customizing Articles'."
1212   :group 'gnus-article-treat
1213   :link '(custom-manual "(gnus)Customizing Articles")
1214   :type gnus-article-treat-head-custom)
1215
1216 (defcustom gnus-treat-date-original nil
1217   "Display the date in the original timezone.
1218 Valid values are nil, t, `head', `first', `last', an integer or a
1219 predicate.  See Info node `(gnus)Customizing Articles'."
1220   :group 'gnus-article-treat
1221   :link '(custom-manual "(gnus)Customizing Articles")
1222   :type gnus-article-treat-head-custom)
1223
1224 (defcustom gnus-treat-date-iso8601 nil
1225   "Display the date in the ISO8601 format.
1226 Valid values are nil, t, `head', `first', `last', an integer or a
1227 predicate.  See Info node `(gnus)Customizing Articles'."
1228   :version "21.1"
1229   :group 'gnus-article-treat
1230   :link '(custom-manual "(gnus)Customizing Articles")
1231   :type gnus-article-treat-head-custom)
1232
1233 (defcustom gnus-treat-date-user-defined nil
1234   "Display the date in a user-defined format.
1235 The format is defined by the `gnus-article-time-format' variable.
1236 Valid values are nil, t, `head', `first', `last', an integer or a
1237 predicate.  See Info node `(gnus)Customizing Articles'."
1238   :group 'gnus-article-treat
1239   :link '(custom-manual "(gnus)Customizing Articles")
1240   :type gnus-article-treat-head-custom)
1241
1242 (defcustom gnus-treat-strip-headers-in-body t
1243   "Strip the X-No-Archive header line from the beginning of the body.
1244 Valid values are nil, t, `head', `first', `last', an integer or a
1245 predicate.  See Info node `(gnus)Customizing Articles'."
1246   :version "21.1"
1247   :group 'gnus-article-treat
1248   :link '(custom-manual "(gnus)Customizing Articles")
1249   :type gnus-article-treat-custom)
1250
1251 (defcustom gnus-treat-strip-trailing-blank-lines nil
1252   "Strip trailing blank lines.
1253 Valid values are nil, t, `head', `first', `last', an integer or a
1254 predicate.  See Info node `(gnus)Customizing Articles'.
1255
1256 When set to t, it also strips trailing blanks in all MIME parts.
1257 Consider to use `last' instead."
1258   :group 'gnus-article-treat
1259   :link '(custom-manual "(gnus)Customizing Articles")
1260   :type gnus-article-treat-custom)
1261
1262 (defcustom gnus-treat-strip-leading-blank-lines nil
1263   "Strip leading blank lines.
1264 Valid values are nil, t, `head', `first', `last', an integer or a
1265 predicate.  See Info node `(gnus)Customizing Articles'.
1266
1267 When set to t, it also strips trailing blanks in all MIME parts."
1268   :group 'gnus-article-treat
1269   :link '(custom-manual "(gnus)Customizing Articles")
1270   :type gnus-article-treat-custom)
1271
1272 (defcustom gnus-treat-strip-multiple-blank-lines nil
1273   "Strip multiple blank lines.
1274 Valid values are nil, t, `head', `first', `last', an integer or a
1275 predicate.  See Info node `(gnus)Customizing Articles'."
1276   :group 'gnus-article-treat
1277   :link '(custom-manual "(gnus)Customizing Articles")
1278   :type gnus-article-treat-custom)
1279
1280 (defcustom gnus-treat-unfold-headers 'head
1281   "Unfold folded header lines.
1282 Valid values are nil, t, `head', `first', `last', an integer or a
1283 predicate.  See Info node `(gnus)Customizing Articles'."
1284   :version "22.1"
1285   :group 'gnus-article-treat
1286   :link '(custom-manual "(gnus)Customizing Articles")
1287   :type gnus-article-treat-custom)
1288
1289 (defcustom gnus-treat-fold-headers nil
1290   "Fold headers.
1291 Valid values are nil, t, `head', `first', `last', an integer or a
1292 predicate.  See Info node `(gnus)Customizing Articles'."
1293   :version "22.1"
1294   :group 'gnus-article-treat
1295   :link '(custom-manual "(gnus)Customizing Articles")
1296   :type gnus-article-treat-custom)
1297
1298 (defcustom gnus-treat-fold-newsgroups 'head
1299   "Fold the Newsgroups and Followup-To headers.
1300 Valid values are nil, t, `head', `first', `last', an integer or a
1301 predicate.  See Info node `(gnus)Customizing Articles'."
1302   :version "22.1"
1303   :group 'gnus-article-treat
1304   :link '(custom-manual "(gnus)Customizing Articles")
1305   :type gnus-article-treat-custom)
1306
1307 (defcustom gnus-treat-overstrike t
1308   "Treat overstrike highlighting.
1309 Valid values are nil, t, `head', `first', `last', an integer or a
1310 predicate.  See Info node `(gnus)Customizing Articles'."
1311   :group 'gnus-article-treat
1312   :link '(custom-manual "(gnus)Customizing Articles")
1313   :type gnus-article-treat-custom)
1314 (put 'gnus-treat-overstrike 'highlight t)
1315
1316 (defcustom gnus-treat-ansi-sequences (if (locate-library "ansi-color") t)
1317   "Treat ANSI SGR control sequences.
1318 Valid values are nil, t, `head', `first', `last', an integer or a
1319 predicate.  See Info node `(gnus)Customizing Articles'."
1320   :group 'gnus-article-treat
1321   :link '(custom-manual "(gnus)Customizing Articles")
1322   :type gnus-article-treat-custom)
1323
1324 (make-obsolete-variable 'gnus-treat-display-xface
1325                         'gnus-treat-display-x-face)
1326
1327 (defcustom gnus-treat-display-x-face
1328   (and (not noninteractive)
1329        (or (and (fboundp 'image-type-available-p)
1330                 (image-type-available-p 'xbm)
1331                 (string-match "^0x" (shell-command-to-string "uncompface"))
1332                 (executable-find "icontopbm"))
1333            (and (featurep 'xemacs)
1334                 (featurep 'xface)))
1335        'head)
1336   "Display X-Face headers.
1337 Valid values are nil, t, `head', `first', `last', an integer or a
1338 predicate.  See Info node `(gnus)Customizing Articles' and Info
1339 node `(gnus)X-Face' for details."
1340   :group 'gnus-article-treat
1341   :version "21.1"
1342   :link '(custom-manual "(gnus)Customizing Articles")
1343   :link '(custom-manual "(gnus)X-Face")
1344   :type gnus-article-treat-head-custom
1345   :set (lambda (symbol value)
1346          (set-default
1347           symbol
1348           (cond ((or (boundp symbol) (get symbol 'saved-value))
1349                  value)
1350                 ((boundp 'gnus-treat-display-xface)
1351                  (message "\
1352 ** gnus-treat-display-xface is an obsolete variable;\
1353  use gnus-treat-display-x-face instead")
1354                  (default-value 'gnus-treat-display-xface))
1355                 ((get 'gnus-treat-display-xface 'saved-value)
1356                  (message "\
1357 ** gnus-treat-display-xface is an obsolete variable;\
1358  use gnus-treat-display-x-face instead")
1359                  (eval (car (get 'gnus-treat-display-xface 'saved-value))))
1360                 (t
1361                  value)))))
1362 (put 'gnus-treat-display-x-face 'highlight t)
1363
1364 (defcustom gnus-treat-display-face
1365   (and (not noninteractive)
1366        (or (and (fboundp 'image-type-available-p)
1367                 (image-type-available-p 'png))
1368            (and (featurep 'xemacs)
1369                 (featurep 'png)))
1370        'head)
1371   "Display Face headers.
1372 Valid values are nil, t, `head', `first', `last', an integer or a
1373 predicate.  See Info node `(gnus)Customizing Articles' and Info
1374 node `(gnus)X-Face' for details."
1375   :group 'gnus-article-treat
1376   :version "22.1"
1377   :link '(custom-manual "(gnus)Customizing Articles")
1378   :link '(custom-manual "(gnus)X-Face")
1379   :type gnus-article-treat-head-custom)
1380 (put 'gnus-treat-display-face 'highlight t)
1381
1382 (defcustom gnus-treat-display-smileys
1383   (if (or (and (featurep 'xemacs)
1384                (featurep 'xpm))
1385           (and (fboundp 'image-type-available-p)
1386                (image-type-available-p 'pbm)))
1387       t nil)
1388   "Display smileys.
1389 Valid values are nil, t, `head', `first', `last', an integer or a
1390 predicate.  See Info node `(gnus)Customizing Articles' and Info
1391 node `(gnus)Smileys' for details."
1392   :group 'gnus-article-treat
1393   :version "21.1"
1394   :link '(custom-manual "(gnus)Customizing Articles")
1395   :link '(custom-manual "(gnus)Smileys")
1396   :type gnus-article-treat-custom)
1397 (put 'gnus-treat-display-smileys 'highlight t)
1398
1399 (defcustom gnus-treat-from-picon
1400   (if (and (gnus-image-type-available-p 'xpm)
1401            (gnus-picons-installed-p))
1402       'head nil)
1403   "Display picons in the From header.
1404 Valid values are nil, t, `head', `first', `last', an integer or a
1405 predicate.  See Info node `(gnus)Customizing Articles' and Info
1406 node `(gnus)Picons' for details."
1407   :version "22.1"
1408   :group 'gnus-article-treat
1409   :group 'gnus-picon
1410   :link '(custom-manual "(gnus)Customizing Articles")
1411   :link '(custom-manual "(gnus)Picons")
1412   :type gnus-article-treat-head-custom)
1413 (put 'gnus-treat-from-picon 'highlight t)
1414
1415 (defcustom gnus-treat-mail-picon
1416   (if (and (gnus-image-type-available-p 'xpm)
1417            (gnus-picons-installed-p))
1418       'head nil)
1419   "Display picons in To and Cc headers.
1420 Valid values are nil, t, `head', `first', `last', an integer or a
1421 predicate.  See Info node `(gnus)Customizing Articles' and Info
1422 node `(gnus)Picons' for details."
1423   :version "22.1"
1424   :group 'gnus-article-treat
1425   :group 'gnus-picon
1426   :link '(custom-manual "(gnus)Customizing Articles")
1427   :link '(custom-manual "(gnus)Picons")
1428   :type gnus-article-treat-head-custom)
1429 (put 'gnus-treat-mail-picon 'highlight t)
1430
1431 (defcustom gnus-treat-newsgroups-picon
1432   (if (and (gnus-image-type-available-p 'xpm)
1433            (gnus-picons-installed-p))
1434       'head nil)
1435   "Display picons in the Newsgroups and Followup-To headers.
1436 Valid values are nil, t, `head', `first', `last', an integer or a
1437 predicate.  See Info node `(gnus)Customizing Articles' and Info
1438 node `(gnus)Picons' for details."
1439   :version "22.1"
1440   :group 'gnus-article-treat
1441   :group 'gnus-picon
1442   :link '(custom-manual "(gnus)Customizing Articles")
1443   :link '(custom-manual "(gnus)Picons")
1444   :type gnus-article-treat-head-custom)
1445 (put 'gnus-treat-newsgroups-picon 'highlight t)
1446
1447 (defcustom gnus-treat-body-boundary
1448   (if (and (eq window-system 'x)
1449            (or gnus-treat-newsgroups-picon
1450                gnus-treat-mail-picon
1451                gnus-treat-from-picon))
1452       'head nil)
1453   "Draw a boundary at the end of the headers.
1454 Valid values are nil and `head'.
1455 See Info node `(gnus)Customizing Articles' for details."
1456   :version "22.1"
1457   :group 'gnus-article-treat
1458   :link '(custom-manual "(gnus)Customizing Articles")
1459   :type gnus-article-treat-head-custom)
1460
1461 (defcustom gnus-treat-capitalize-sentences nil
1462   "Capitalize sentence-starting words.
1463 Valid values are nil, t, `head', `first', `last', an integer or a
1464 predicate.  See Info node `(gnus)Customizing Articles'."
1465   :version "21.1"
1466   :group 'gnus-article-treat
1467   :link '(custom-manual "(gnus)Customizing Articles")
1468   :type gnus-article-treat-custom)
1469
1470 (defcustom gnus-treat-wash-html nil
1471   "Format as HTML.
1472 Valid values are nil, t, `head', `first', `last', an integer or a
1473 predicate.  See Info node `(gnus)Customizing Articles'."
1474   :version "22.1"
1475   :group 'gnus-article-treat
1476   :link '(custom-manual "(gnus)Customizing Articles")
1477   :type gnus-article-treat-custom)
1478
1479 (defcustom gnus-treat-fill-long-lines nil
1480   "Fill long lines.
1481 Valid values are nil, t, `head', `first', `last', an integer or a
1482 predicate.  See Info node `(gnus)Customizing Articles'."
1483   :group 'gnus-article-treat
1484   :link '(custom-manual "(gnus)Customizing Articles")
1485   :type gnus-article-treat-custom)
1486
1487 (defcustom gnus-treat-play-sounds nil
1488   "Play sounds.
1489 Valid values are nil, t, `head', `first', `last', an integer or a
1490 predicate.  See Info node `(gnus)Customizing Articles'."
1491   :version "21.1"
1492   :group 'gnus-article-treat
1493   :link '(custom-manual "(gnus)Customizing Articles")
1494   :type gnus-article-treat-custom)
1495
1496 (defcustom gnus-treat-translate nil
1497   "Translate articles from one language to another.
1498 Valid values are nil, t, `head', `first', `last', an integer or a
1499 predicate.  See Info node `(gnus)Customizing Articles'."
1500   :version "21.1"
1501   :group 'gnus-article-treat
1502   :link '(custom-manual "(gnus)Customizing Articles")
1503   :type gnus-article-treat-custom)
1504
1505 (defcustom gnus-treat-x-pgp-sig nil
1506   "Verify X-PGP-Sig.
1507 To automatically treat X-PGP-Sig, set it to head.
1508 Valid values are nil, t, `head', `first', `last', an integer or a
1509 predicate.  See Info node `(gnus)Customizing Articles'."
1510   :version "22.1"
1511   :group 'gnus-article-treat
1512   :group 'mime-security
1513   :link '(custom-manual "(gnus)Customizing Articles")
1514   :type gnus-article-treat-custom)
1515
1516 (defvar gnus-article-encrypt-protocol-alist
1517   '(("PGP" . mml2015-self-encrypt)))
1518
1519 ;; Set to nil if more than one protocol added to
1520 ;; gnus-article-encrypt-protocol-alist.
1521 (defcustom gnus-article-encrypt-protocol "PGP"
1522   "The protocol used for encrypt articles.
1523 It is a string, such as \"PGP\". If nil, ask user."
1524   :version "22.1"
1525   :type 'string
1526   :group 'mime-security)
1527
1528 (defvar gnus-article-wash-function nil
1529   "Function used for converting HTML into text.")
1530
1531 (defcustom gnus-use-idna (and (condition-case nil (require 'idna) (file-error))
1532                               (mm-coding-system-p 'utf-8)
1533                               (executable-find idna-program))
1534   "Whether IDNA decoding of headers is used when viewing messages.
1535 This requires GNU Libidn, and by default only enabled if it is found."
1536   :version "22.1"
1537   :group 'gnus-article-headers
1538   :type 'boolean)
1539
1540 (defcustom gnus-article-over-scroll nil
1541   "If non-nil, allow scrolling the article buffer even when there no more text."
1542   :version "22.1"
1543   :group 'gnus-article
1544   :type 'boolean)
1545
1546 ;;; Internal variables
1547
1548 (defvar gnus-english-month-names
1549   '("January" "February" "March" "April" "May" "June" "July" "August"
1550     "September" "October" "November" "December"))
1551
1552 (defvar gnus-button-regexp nil)
1553 (defvar gnus-button-marker-list nil)
1554 ;; Regexp matching any of the regexps from `gnus-button-alist'.
1555
1556 (defvar gnus-button-last nil)
1557 ;; The value of `gnus-button-alist' when `gnus-button-regexp' was build.
1558
1559 (defvar article-goto-body-goes-to-point-min-p nil)
1560 (defvar gnus-article-wash-types nil)
1561 (defvar gnus-article-emphasis-alist nil)
1562 (defvar gnus-article-image-alist nil)
1563
1564 (defvar gnus-article-mime-handle-alist-1 nil)
1565 (defvar gnus-treatment-function-alist
1566   '((gnus-treat-x-pgp-sig gnus-article-verify-x-pgp-sig)
1567     (gnus-treat-strip-banner gnus-article-strip-banner)
1568     (gnus-treat-strip-headers-in-body gnus-article-strip-headers-in-body)
1569     (gnus-treat-highlight-signature gnus-article-highlight-signature)
1570     (gnus-treat-buttonize gnus-article-add-buttons)
1571     (gnus-treat-fill-article gnus-article-fill-cited-article)
1572     (gnus-treat-fill-long-lines gnus-article-fill-long-lines)
1573     (gnus-treat-strip-cr gnus-article-remove-cr)
1574     (gnus-treat-unsplit-urls gnus-article-unsplit-urls)
1575     (gnus-treat-date-ut gnus-article-date-ut)
1576     (gnus-treat-date-local gnus-article-date-local)
1577     (gnus-treat-date-english gnus-article-date-english)
1578     (gnus-treat-date-original gnus-article-date-original)
1579     (gnus-treat-date-user-defined gnus-article-date-user)
1580     (gnus-treat-date-iso8601 gnus-article-date-iso8601)
1581     (gnus-treat-date-lapsed gnus-article-date-lapsed)
1582     (gnus-treat-display-x-face gnus-article-display-x-face)
1583     (gnus-treat-display-face gnus-article-display-face)
1584     (gnus-treat-hide-headers gnus-article-maybe-hide-headers)
1585     (gnus-treat-hide-boring-headers gnus-article-hide-boring-headers)
1586     (gnus-treat-hide-signature gnus-article-hide-signature)
1587     (gnus-treat-strip-list-identifiers gnus-article-hide-list-identifiers)
1588     (gnus-treat-leading-whitespace gnus-article-remove-leading-whitespace)
1589     (gnus-treat-strip-pem gnus-article-hide-pem)
1590     (gnus-treat-from-picon gnus-treat-from-picon)
1591     (gnus-treat-mail-picon gnus-treat-mail-picon)
1592     (gnus-treat-newsgroups-picon gnus-treat-newsgroups-picon)
1593     (gnus-treat-highlight-headers gnus-article-highlight-headers)
1594     (gnus-treat-highlight-signature gnus-article-highlight-signature)
1595     (gnus-treat-strip-trailing-blank-lines
1596      gnus-article-remove-trailing-blank-lines)
1597     (gnus-treat-strip-leading-blank-lines
1598      gnus-article-strip-leading-blank-lines)
1599     (gnus-treat-strip-multiple-blank-lines
1600      gnus-article-strip-multiple-blank-lines)
1601     (gnus-treat-overstrike gnus-article-treat-overstrike)
1602     (gnus-treat-ansi-sequences gnus-article-treat-ansi-sequences)
1603     (gnus-treat-unfold-headers gnus-article-treat-unfold-headers)
1604     (gnus-treat-fold-newsgroups gnus-article-treat-fold-newsgroups)
1605     (gnus-treat-fold-headers gnus-article-treat-fold-headers)
1606     (gnus-treat-buttonize-head gnus-article-add-buttons-to-head)
1607     (gnus-treat-display-smileys gnus-treat-smiley)
1608     (gnus-treat-capitalize-sentences gnus-article-capitalize-sentences)
1609     (gnus-treat-wash-html gnus-article-wash-html)
1610     (gnus-treat-emphasize gnus-article-emphasize)
1611     (gnus-treat-hide-citation gnus-article-hide-citation)
1612     (gnus-treat-hide-citation-maybe gnus-article-hide-citation-maybe)
1613     (gnus-treat-highlight-citation gnus-article-highlight-citation)
1614     (gnus-treat-body-boundary gnus-article-treat-body-boundary)
1615     (gnus-treat-play-sounds gnus-earcon-display)))
1616
1617 (defvar gnus-article-mime-handle-alist nil)
1618 (defvar article-lapsed-timer nil)
1619 (defvar gnus-article-current-summary nil)
1620
1621 (defvar gnus-article-mode-syntax-table
1622   (let ((table (copy-syntax-table text-mode-syntax-table)))
1623     ;; This causes the citation match run O(2^n).
1624     ;; (modify-syntax-entry ?- "w" table)
1625     (modify-syntax-entry ?> ")<" table)
1626     (modify-syntax-entry ?< "(>" table)
1627     ;; make M-. in article buffers work for `foo' strings
1628     (modify-syntax-entry ?' " " table)
1629     (modify-syntax-entry ?` " " table)
1630     table)
1631   "Syntax table used in article mode buffers.
1632 Initialized from `text-mode-syntax-table.")
1633
1634 (defvar gnus-save-article-buffer nil)
1635
1636 (defvar gnus-article-mode-line-format-alist
1637   (nconc '((?w (gnus-article-wash-status) ?s)
1638            (?m (gnus-article-mime-part-status) ?s))
1639          gnus-summary-mode-line-format-alist))
1640
1641 (defvar gnus-number-of-articles-to-be-saved nil)
1642
1643 (defvar gnus-inhibit-hiding nil)
1644
1645 (defvar gnus-article-edit-mode nil)
1646
1647 ;;; Macros for dealing with the article buffer.
1648
1649 (defmacro gnus-with-article-headers (&rest forms)
1650   `(save-excursion
1651      (set-buffer gnus-article-buffer)
1652      (save-restriction
1653        (let ((inhibit-read-only t)
1654              (inhibit-point-motion-hooks t)
1655              (case-fold-search t))
1656          (article-narrow-to-head)
1657          ,@forms))))
1658
1659 (put 'gnus-with-article-headers 'lisp-indent-function 0)
1660 (put 'gnus-with-article-headers 'edebug-form-spec '(body))
1661
1662 (defmacro gnus-with-article-buffer (&rest forms)
1663   `(save-excursion
1664      (set-buffer gnus-article-buffer)
1665      (let ((inhibit-read-only t))
1666        ,@forms)))
1667
1668 (put 'gnus-with-article-buffer 'lisp-indent-function 0)
1669 (put 'gnus-with-article-buffer 'edebug-form-spec '(body))
1670
1671 (defun gnus-article-goto-header (header)
1672   "Go to HEADER, which is a regular expression."
1673   (re-search-forward (concat "^\\(" header "\\):") nil t))
1674
1675 (defsubst gnus-article-hide-text (b e props)
1676   "Set text PROPS on the B to E region, extending `intangible' 1 past B."
1677   (gnus-add-text-properties-when 'article-type nil b e props)
1678   (when (memq 'intangible props)
1679     (put-text-property
1680      (max (1- b) (point-min))
1681      b 'intangible (cddr (memq 'intangible props)))))
1682
1683 (defsubst gnus-article-unhide-text (b e)
1684   "Remove hidden text properties from region between B and E."
1685   (remove-text-properties b e gnus-hidden-properties)
1686   (when (memq 'intangible gnus-hidden-properties)
1687     (put-text-property (max (1- b) (point-min))
1688                        b 'intangible nil)))
1689
1690 (defun gnus-article-hide-text-type (b e type)
1691   "Hide text of TYPE between B and E."
1692   (gnus-add-wash-type type)
1693   (gnus-article-hide-text
1694    b e (cons 'article-type (cons type gnus-hidden-properties))))
1695
1696 (defun gnus-article-unhide-text-type (b e type)
1697   "Unhide text of TYPE between B and E."
1698   (gnus-delete-wash-type type)
1699   (remove-text-properties
1700    b e (cons 'article-type (cons type gnus-hidden-properties)))
1701   (when (memq 'intangible gnus-hidden-properties)
1702     (put-text-property (max (1- b) (point-min))
1703                        b 'intangible nil)))
1704
1705 (defun gnus-article-hide-text-of-type (type)
1706   "Hide text of TYPE in the current buffer."
1707   (save-excursion
1708     (let ((b (point-min))
1709           (e (point-max)))
1710       (while (setq b (text-property-any b e 'article-type type))
1711         (add-text-properties b (incf b) gnus-hidden-properties)))))
1712
1713 (defun gnus-article-delete-text-of-type (type)
1714   "Delete text of TYPE in the current buffer."
1715   (save-excursion
1716     (let ((b (point-min)))
1717       (if (eq type 'multipart)
1718           ;; Remove MIME buttons associated with multipart/alternative parts.
1719           (progn
1720             (goto-char b)
1721             (while (if (get-text-property (point) 'gnus-part)
1722                        (setq b (point))
1723                      (when (setq b (next-single-property-change (point)
1724                                                                 'gnus-part))
1725                        (goto-char b)
1726                        t))
1727               (end-of-line)
1728               (skip-chars-forward "\n")
1729               (when (eq (get-text-property b 'article-type) 'multipart)
1730                 (delete-region b (point)))))
1731         (while (setq b (text-property-any b (point-max) 'article-type type))
1732           (delete-region
1733            b (or (text-property-not-all b (point-max) 'article-type type)
1734                  (point-max))))))))
1735
1736 (defun gnus-article-delete-invisible-text ()
1737   "Delete all invisible text in the current buffer."
1738   (save-excursion
1739     (let ((b (point-min)))
1740       (while (setq b (text-property-any b (point-max) 'invisible t))
1741         (delete-region
1742          b (or (text-property-not-all b (point-max) 'invisible t)
1743                (point-max)))))))
1744
1745 (defun gnus-article-text-type-exists-p (type)
1746   "Say whether any text of type TYPE exists in the buffer."
1747   (text-property-any (point-min) (point-max) 'article-type type))
1748
1749 (defsubst gnus-article-header-rank ()
1750   "Give the rank of the string HEADER as given by `gnus-sorted-header-list'."
1751   (let ((list gnus-sorted-header-list)
1752         (i 1))
1753     (while list
1754       (if (looking-at (car list))
1755           (setq list nil)
1756         (setq list (cdr list))
1757         (incf i)))
1758       i))
1759
1760 (defun article-hide-headers (&optional arg delete)
1761   "Hide unwanted headers and possibly sort them as well."
1762   (interactive)
1763   ;; This function might be inhibited.
1764   (unless gnus-inhibit-hiding
1765     (let ((inhibit-read-only nil)
1766           (case-fold-search t)
1767           (max (1+ (length gnus-sorted-header-list)))
1768           (inhibit-point-motion-hooks t)
1769           (cur (current-buffer))
1770           ignored visible beg)
1771       (save-excursion
1772         ;; `gnus-ignored-headers' and `gnus-visible-headers' may be
1773         ;; group parameters, so we should go to the summary buffer.
1774         (when (prog1
1775                   (condition-case nil
1776                       (progn (set-buffer gnus-summary-buffer) t)
1777                     (error nil))
1778                 (setq ignored (when (not gnus-visible-headers)
1779                                 (cond ((stringp gnus-ignored-headers)
1780                                        gnus-ignored-headers)
1781                                       ((listp gnus-ignored-headers)
1782                                        (mapconcat 'identity
1783                                                   gnus-ignored-headers
1784                                                   "\\|"))))
1785                       visible (cond ((stringp gnus-visible-headers)
1786                                      gnus-visible-headers)
1787                                     ((and gnus-visible-headers
1788                                           (listp gnus-visible-headers))
1789                                      (mapconcat 'identity
1790                                                 gnus-visible-headers
1791                                                 "\\|")))))
1792           (set-buffer cur))
1793         (save-restriction
1794           ;; First we narrow to just the headers.
1795           (article-narrow-to-head)
1796           ;; Hide any "From " lines at the beginning of (mail) articles.
1797           (while (looking-at "From ")
1798             (forward-line 1))
1799           (unless (bobp)
1800             (delete-region (point-min) (point)))
1801           ;; Then treat the rest of the header lines.
1802           ;; Then we use the two regular expressions
1803           ;; `gnus-ignored-headers' and `gnus-visible-headers' to
1804           ;; select which header lines is to remain visible in the
1805           ;; article buffer.
1806           (while (re-search-forward "^[^ \t:]*:" nil t)
1807             (beginning-of-line)
1808             ;; Mark the rank of the header.
1809             (put-text-property
1810              (point) (1+ (point)) 'message-rank
1811              (if (or (and visible (looking-at visible))
1812                      (and ignored
1813                           (not (looking-at ignored))))
1814                  (gnus-article-header-rank)
1815                (+ 2 max)))
1816             (forward-line 1))
1817           (message-sort-headers-1)
1818           (when (setq beg (text-property-any
1819                            (point-min) (point-max) 'message-rank (+ 2 max)))
1820             ;; We delete the unwanted headers.
1821             (gnus-add-wash-type 'headers)
1822             (add-text-properties (point-min) (+ 5 (point-min))
1823                                  '(article-type headers dummy-invisible t))
1824             (delete-region beg (point-max))))))))
1825
1826 (defun article-hide-boring-headers (&optional arg)
1827   "Toggle hiding of headers that aren't very interesting.
1828 If given a negative prefix, always show; if given a positive prefix,
1829 always hide."
1830   (interactive (gnus-article-hidden-arg))
1831   (when (and (not (gnus-article-check-hidden-text 'boring-headers arg))
1832              (not gnus-show-all-headers))
1833     (save-excursion
1834       (save-restriction
1835         (let ((inhibit-read-only t)
1836               (inhibit-point-motion-hooks t))
1837           (article-narrow-to-head)
1838           (dolist (elem gnus-boring-article-headers)
1839             (goto-char (point-min))
1840             (cond
1841              ;; Hide empty headers.
1842              ((eq elem 'empty)
1843               (while (re-search-forward "^[^: \t]+:[ \t]*\n[^ \t]" nil t)
1844                 (forward-line -1)
1845                 (gnus-article-hide-text-type
1846                  (point-at-bol)
1847                  (progn
1848                    (end-of-line)
1849                    (if (re-search-forward "^[^ \t]" nil t)
1850                        (match-beginning 0)
1851                      (point-max)))
1852                  'boring-headers)))
1853              ;; Hide boring Newsgroups header.
1854              ((eq elem 'newsgroups)
1855               (when (gnus-string-equal
1856                      (gnus-fetch-field "newsgroups")
1857                      (gnus-group-real-name
1858                       (if (boundp 'gnus-newsgroup-name)
1859                           gnus-newsgroup-name
1860                         "")))
1861                 (gnus-article-hide-header "newsgroups")))
1862              ((eq elem 'to-address)
1863               (let ((to (message-fetch-field "to"))
1864                     (to-address
1865                      (gnus-parameter-to-address
1866                       (if (boundp 'gnus-newsgroup-name)
1867                           gnus-newsgroup-name ""))))
1868                 (when (and to to-address
1869                            (ignore-errors
1870                              (gnus-string-equal
1871                               ;; only one address in To
1872                               (nth 1 (mail-extract-address-components to))
1873                               to-address)))
1874                   (gnus-article-hide-header "to"))))
1875              ((eq elem 'to-list)
1876               (let ((to (message-fetch-field "to"))
1877                     (to-list
1878                      (gnus-parameter-to-list
1879                       (if (boundp 'gnus-newsgroup-name)
1880                           gnus-newsgroup-name ""))))
1881                 (when (and to to-list
1882                            (ignore-errors
1883                              (gnus-string-equal
1884                               ;; only one address in To
1885                               (nth 1 (mail-extract-address-components to))
1886                               to-list)))
1887                   (gnus-article-hide-header "to"))))
1888              ((eq elem 'cc-list)
1889               (let ((cc (message-fetch-field "cc"))
1890                     (to-list
1891                      (gnus-parameter-to-list
1892                       (if (boundp 'gnus-newsgroup-name)
1893                           gnus-newsgroup-name ""))))
1894                 (when (and cc to-list
1895                            (ignore-errors
1896                              (gnus-string-equal
1897                               ;; only one address in CC
1898                               (nth 1 (mail-extract-address-components cc))
1899                               to-list)))
1900                   (gnus-article-hide-header "cc"))))
1901              ((eq elem 'followup-to)
1902               (when (gnus-string-equal
1903                      (message-fetch-field "followup-to")
1904                      (message-fetch-field "newsgroups"))
1905                 (gnus-article-hide-header "followup-to")))
1906              ((eq elem 'reply-to)
1907               (if (gnus-group-find-parameter
1908                    gnus-newsgroup-name 'broken-reply-to)
1909                   (gnus-article-hide-header "reply-to")
1910                 (let ((from (message-fetch-field "from"))
1911                       (reply-to (message-fetch-field "reply-to")))
1912                   (when
1913                       (and
1914                        from reply-to
1915                        (ignore-errors
1916                          (equal
1917                           (sort (mapcar
1918                                  (lambda (x) (downcase (cadr x)))
1919                                  (mail-extract-address-components from t))
1920                                 'string<)
1921                           (sort (mapcar
1922                                  (lambda (x) (downcase (cadr x)))
1923                                  (mail-extract-address-components reply-to t))
1924                                 'string<))))
1925                     (gnus-article-hide-header "reply-to")))))
1926              ((eq elem 'date)
1927               (let ((date (message-fetch-field "date")))
1928                 (when (and date
1929                            (< (days-between (current-time-string) date)
1930                               4))
1931                   (gnus-article-hide-header "date"))))
1932              ((eq elem 'long-to)
1933               (let ((to (message-fetch-field "to"))
1934                     (cc (message-fetch-field "cc")))
1935                 (when (> (length to) 1024)
1936                   (gnus-article-hide-header "to"))
1937                 (when (> (length cc) 1024)
1938                   (gnus-article-hide-header "cc"))))
1939              ((eq elem 'many-to)
1940               (let ((to-count 0)
1941                     (cc-count 0))
1942                 (goto-char (point-min))
1943                 (while (re-search-forward "^to:" nil t)
1944                   (setq to-count (1+ to-count)))
1945                 (when (> to-count 1)
1946                   (while (> to-count 0)
1947                     (goto-char (point-min))
1948                     (save-restriction
1949                       (re-search-forward "^to:" nil nil to-count)
1950                       (forward-line -1)
1951                       (narrow-to-region (point) (point-max))
1952                       (gnus-article-hide-header "to"))
1953                     (setq to-count (1- to-count))))
1954                 (goto-char (point-min))
1955                 (while (re-search-forward "^cc:" nil t)
1956                   (setq cc-count (1+ cc-count)))
1957                 (when (> cc-count 1)
1958                   (while (> cc-count 0)
1959                     (goto-char (point-min))
1960                     (save-restriction
1961                       (re-search-forward "^cc:" nil nil cc-count)
1962                       (forward-line -1)
1963                       (narrow-to-region (point) (point-max))
1964                       (gnus-article-hide-header "cc"))
1965                     (setq cc-count (1- cc-count)))))))))))))
1966
1967 (defun gnus-article-hide-header (header)
1968   (save-excursion
1969     (goto-char (point-min))
1970     (when (re-search-forward (concat "^" header ":") nil t)
1971       (gnus-article-hide-text-type
1972        (point-at-bol)
1973        (progn
1974          (end-of-line)
1975          (if (re-search-forward "^[^ \t]" nil t)
1976              (match-beginning 0)
1977            (point-max)))
1978        'boring-headers))))
1979
1980 (defvar gnus-article-normalized-header-length 40
1981   "Length of normalized headers.")
1982
1983 (defun article-normalize-headers ()
1984   "Make all header lines 40 characters long."
1985   (interactive)
1986   (let ((inhibit-read-only t)
1987         column)
1988     (save-excursion
1989       (save-restriction
1990         (article-narrow-to-head)
1991         (while (not (eobp))
1992           (cond
1993            ((< (setq column (- (point-at-eol) (point)))
1994                gnus-article-normalized-header-length)
1995             (end-of-line)
1996             (insert (make-string
1997                      (- gnus-article-normalized-header-length column)
1998                      ? )))
1999            ((> column gnus-article-normalized-header-length)
2000             (gnus-put-text-property
2001              (progn
2002                (forward-char gnus-article-normalized-header-length)
2003                (point))
2004              (point-at-eol)
2005              'invisible t))
2006            (t
2007             ;; Do nothing.
2008             ))
2009           (forward-line 1))))))
2010
2011 (defun article-treat-dumbquotes ()
2012   "Translate M****s*** sm*rtq**t*s and other symbols into proper text.
2013 Note that this function guesses whether a character is a sm*rtq**t* or
2014 not, so it should only be used interactively.
2015
2016 Sm*rtq**t*s are M****s***'s unilateral extension to the
2017 iso-8859-1 character map in an attempt to provide more quoting
2018 characters.  If you see something like \\222 or \\264 where
2019 you're expecting some kind of apostrophe or quotation mark, then
2020 try this wash."
2021   (interactive)
2022   (article-translate-strings gnus-article-dumbquotes-map))
2023
2024 (defun article-translate-characters (from to)
2025   "Translate all characters in the body of the article according to FROM and TO.
2026 FROM is a string of characters to translate from; to is a string of
2027 characters to translate to."
2028   (save-excursion
2029     (when (article-goto-body)
2030       (let ((inhibit-read-only t)
2031             (x (make-string 225 ?x))
2032             (i -1))
2033         (while (< (incf i) (length x))
2034           (aset x i i))
2035         (setq i 0)
2036         (while (< i (length from))
2037           (aset x (aref from i) (aref to i))
2038           (incf i))
2039         (translate-region (point) (point-max) x)))))
2040
2041 (defun article-translate-strings (map)
2042   "Translate all string in the body of the article according to MAP.
2043 MAP is an alist where the elements are on the form (\"from\" \"to\")."
2044   (save-excursion
2045     (when (article-goto-body)
2046       (let ((inhibit-read-only t))
2047         (dolist (elem map)
2048           (save-excursion
2049             (while (search-forward (car elem) nil t)
2050               (replace-match (cadr elem)))))))))
2051
2052 (defun article-treat-overstrike ()
2053   "Translate overstrikes into bold text."
2054   (interactive)
2055   (save-excursion
2056     (when (article-goto-body)
2057       (let ((inhibit-read-only t))
2058         (while (search-forward "\b" nil t)
2059           (let ((next (char-after))
2060                 (previous (char-after (- (point) 2))))
2061             ;; We do the boldification/underlining by hiding the
2062             ;; overstrikes and putting the proper text property
2063             ;; on the letters.
2064             (cond
2065              ((eq next previous)
2066               (gnus-article-hide-text-type (- (point) 2) (point) 'overstrike)
2067               (put-text-property (point) (1+ (point)) 'face 'bold))
2068              ((eq next ?_)
2069               (gnus-article-hide-text-type
2070                (1- (point)) (1+ (point)) 'overstrike)
2071               (put-text-property
2072                (- (point) 2) (1- (point)) 'face 'underline))
2073              ((eq previous ?_)
2074               (gnus-article-hide-text-type (- (point) 2) (point) 'overstrike)
2075               (put-text-property
2076                (point) (1+ (point)) 'face 'underline)))))))))
2077
2078 (defun article-treat-ansi-sequences ()
2079   "Translate ANSI SGR control sequences into overlays or extents."
2080   (interactive)
2081   (save-excursion
2082     (when (article-goto-body)
2083       (let ((inhibit-read-only t))
2084         (ansi-color-apply-on-region (point) (point-max))))))
2085
2086 (defun gnus-article-treat-unfold-headers ()
2087   "Unfold folded message headers.
2088 Only the headers that fit into the current window width will be
2089 unfolded."
2090   (interactive)
2091   (gnus-with-article-headers
2092     (let (length)
2093       (while (not (eobp))
2094         (save-restriction
2095           (mail-header-narrow-to-field)
2096           (let ((header (buffer-string)))
2097             (with-temp-buffer
2098               (insert header)
2099               (goto-char (point-min))
2100               (while (re-search-forward "\n[\t ]" nil t)
2101                 (replace-match " " t t)))
2102             (setq length (- (point-max) (point-min) 1)))
2103           (when (< length (window-width))
2104             (while (re-search-forward "\n[\t ]" nil t)
2105               (replace-match " " t t)))
2106           (goto-char (point-max)))))))
2107
2108 (defun gnus-article-treat-fold-headers ()
2109   "Fold message headers."
2110   (interactive)
2111   (gnus-with-article-headers
2112     (while (not (eobp))
2113       (save-restriction
2114         (mail-header-narrow-to-field)
2115         (mail-header-fold-field)
2116         (goto-char (point-max))))))
2117
2118 (defun gnus-treat-smiley ()
2119   "Toggle display of textual emoticons (\"smileys\") as small graphical icons."
2120   (interactive)
2121   (gnus-with-article-buffer
2122     (if (memq 'smiley gnus-article-wash-types)
2123         (gnus-delete-images 'smiley)
2124       (article-goto-body)
2125       (let ((images (smiley-region (point) (point-max))))
2126         (when images
2127           (gnus-add-wash-type 'smiley)
2128           (dolist (image images)
2129             (gnus-add-image 'smiley image)))))))
2130
2131 (defun gnus-article-remove-images ()
2132   "Remove all images from the article buffer."
2133   (interactive)
2134   (gnus-with-article-buffer
2135     (dolist (elem gnus-article-image-alist)
2136       (gnus-delete-images (car elem)))))
2137
2138 (defun gnus-article-treat-fold-newsgroups ()
2139   "Unfold folded message headers.
2140 Only the headers that fit into the current window width will be
2141 unfolded."
2142   (interactive)
2143   (gnus-with-article-headers
2144     (while (gnus-article-goto-header "newsgroups\\|followup-to")
2145       (save-restriction
2146         (mail-header-narrow-to-field)
2147         (while (re-search-forward ", *" nil t)
2148           (replace-match ", " t t))
2149         (mail-header-fold-field)
2150         (goto-char (point-max))))))
2151
2152 (defun gnus-article-treat-body-boundary ()
2153   "Place a boundary line at the end of the headers."
2154   (interactive)
2155   (when (and gnus-body-boundary-delimiter
2156              (> (length gnus-body-boundary-delimiter) 0))
2157     (gnus-with-article-headers
2158       (goto-char (point-max))
2159       (let ((start (point)))
2160         (insert "X-Boundary: ")
2161         (gnus-add-text-properties start (point) '(invisible t intangible t))
2162         (insert (let (str)
2163                   (while (>= (1- (window-width)) (length str))
2164                     (setq str (concat str gnus-body-boundary-delimiter)))
2165                   (substring str 0 (1- (window-width))))
2166                 "\n")
2167         (gnus-put-text-property start (point) 'gnus-decoration 'header)))))
2168
2169 (defun article-fill-long-lines ()
2170   "Fill lines that are wider than the window width."
2171   (interactive)
2172   (save-excursion
2173     (let ((inhibit-read-only t)
2174           (width (window-width (get-buffer-window (current-buffer)))))
2175       (save-restriction
2176         (article-goto-body)
2177         (let ((adaptive-fill-mode nil)) ;Why?  -sm
2178           (while (not (eobp))
2179             (end-of-line)
2180             (when (>= (current-column) (min fill-column width))
2181               (narrow-to-region (min (1+ (point)) (point-max))
2182                                 (point-at-bol))
2183               (let ((goback (point-marker)))
2184                 (fill-paragraph nil)
2185                 (goto-char (marker-position goback)))
2186               (widen))
2187             (forward-line 1)))))))
2188
2189 (defun article-capitalize-sentences ()
2190   "Capitalize the first word in each sentence."
2191   (interactive)
2192   (save-excursion
2193     (let ((inhibit-read-only t)
2194           (paragraph-start "^[\n\^L]"))
2195       (article-goto-body)
2196       (while (not (eobp))
2197         (capitalize-word 1)
2198         (forward-sentence)))))
2199
2200 (defun article-remove-cr ()
2201   "Remove trailing CRs and then translate remaining CRs into LFs."
2202   (interactive)
2203   (save-excursion
2204     (let ((inhibit-read-only t))
2205       (goto-char (point-min))
2206       (while (re-search-forward "\r+$" nil t)
2207         (replace-match "" t t))
2208       (goto-char (point-min))
2209       (while (search-forward "\r" nil t)
2210         (replace-match "\n" t t)))))
2211
2212 (defun article-remove-trailing-blank-lines ()
2213   "Remove all trailing blank lines from the article."
2214   (interactive)
2215   (save-excursion
2216     (let ((inhibit-read-only t))
2217       (goto-char (point-max))
2218       (delete-region
2219        (point)
2220        (progn
2221          (while (and (not (bobp))
2222                      (looking-at "^[ \t]*$")
2223                      (not (gnus-annotation-in-region-p
2224                            (point) (point-at-eol))))
2225            (forward-line -1))
2226          (forward-line 1)
2227          (point))))))
2228
2229 (eval-when-compile
2230   (defvar gnus-face-properties-alist))
2231
2232 (defun article-display-face ()
2233   "Display any Face headers in the header."
2234   (interactive)
2235   (let ((wash-face-p buffer-read-only))
2236     (gnus-with-article-headers
2237       ;; When displaying parts, this function can be called several times on
2238       ;; the same article, without any intended toggle semantic (as typing `W
2239       ;; D d' would have). So face deletion must occur only when we come from
2240       ;; an interactive command, that is when the *Article* buffer is
2241       ;; read-only.
2242       (if (and wash-face-p (memq 'face gnus-article-wash-types))
2243           (gnus-delete-images 'face)
2244         (let (face faces from)
2245           (save-current-buffer
2246             (when (and wash-face-p
2247                        (gnus-buffer-live-p gnus-original-article-buffer)
2248                        (not (re-search-forward "^Face:[\t ]*" nil t)))
2249               (set-buffer gnus-original-article-buffer))
2250             (save-restriction
2251               (mail-narrow-to-head)
2252               (while (gnus-article-goto-header "Face")
2253                 (push (mail-header-field-value) faces))))
2254           (when faces
2255             (goto-char (point-min))
2256             (let ((from (gnus-article-goto-header "from"))
2257                   png image)
2258               (unless from
2259                 (insert "From:")
2260                 (setq from (point))
2261                 (insert "[no `from' set]\n"))
2262               (while faces
2263                 (when (setq png (gnus-convert-face-to-png (pop faces)))
2264                   (setq image
2265                         (apply 'gnus-create-image png 'png t
2266                                (cdr (assq 'png gnus-face-properties-alist))))
2267                   (goto-char from)
2268                   (gnus-add-wash-type 'face)
2269                   (gnus-add-image 'face image)
2270                   (gnus-put-image image nil 'face))))))))))
2271
2272 (defun article-display-x-face (&optional force)
2273   "Look for an X-Face header and display it if present."
2274   (interactive (list 'force))
2275   (let ((wash-face-p buffer-read-only)) ;; When type `W f'
2276     (gnus-with-article-headers
2277       ;; Delete the old process, if any.
2278       (when (process-status "article-x-face")
2279         (delete-process "article-x-face"))
2280       ;; See the comment in `article-display-face'.
2281       (if (and wash-face-p (memq 'xface gnus-article-wash-types))
2282           ;; We have already displayed X-Faces, so we remove them
2283           ;; instead.
2284           (gnus-delete-images 'xface)
2285         ;; Display X-Faces.
2286         (let (x-faces from face)
2287           (save-current-buffer
2288             (when (and wash-face-p
2289                        (gnus-buffer-live-p gnus-original-article-buffer)
2290                        (not (re-search-forward "^X-Face:[\t ]*" nil t)))
2291               ;; If type `W f', use gnus-original-article-buffer,
2292               ;; otherwise use the current buffer because displaying
2293               ;; RFC822 parts calls this function too.
2294               (set-buffer gnus-original-article-buffer))
2295             (save-restriction
2296               (mail-narrow-to-head)
2297               (while (gnus-article-goto-header "X-Face")
2298                 (push (mail-header-field-value) x-faces))
2299               (setq from (message-fetch-field "from"))))
2300           ;; Sending multiple EOFs to xv doesn't work, so we only do a
2301           ;; single external face.
2302           (when (stringp gnus-article-x-face-command)
2303             (setq x-faces (list (car x-faces))))
2304           (when (and x-faces
2305                      gnus-article-x-face-command
2306                      (or force
2307                          ;; Check whether this face is censored.
2308                          (not gnus-article-x-face-too-ugly)
2309                          (and from
2310                               (not (string-match gnus-article-x-face-too-ugly
2311                                                  from)))))
2312             (while (setq face (pop x-faces))
2313               ;; We display the face.
2314               (cond ((stringp gnus-article-x-face-command)
2315                      ;; The command is a string, so we interpret the command
2316                      ;; as a, well, command, and fork it off.
2317                      (let ((process-connection-type nil))
2318                        (gnus-set-process-query-on-exit-flag
2319                         (start-process
2320                          "article-x-face" nil shell-file-name
2321                          shell-command-switch gnus-article-x-face-command)
2322                         nil)
2323                        (with-temp-buffer
2324                          (insert face)
2325                          (process-send-region "article-x-face"
2326                                               (point-min) (point-max)))
2327                        (process-send-eof "article-x-face")))
2328                     ((functionp gnus-article-x-face-command)
2329                      ;; The command is a lisp function, so we call it.
2330                      (funcall gnus-article-x-face-command face))
2331                     (t
2332                      (error "%s is not a function"
2333                             gnus-article-x-face-command))))))))))
2334
2335 (defun article-decode-mime-words ()
2336   "Decode all MIME-encoded words in the article."
2337   (interactive)
2338   (gnus-with-article-buffer
2339     (let ((inhibit-point-motion-hooks t)
2340           (mail-parse-charset gnus-newsgroup-charset)
2341           (mail-parse-ignored-charsets
2342            (with-current-buffer gnus-summary-buffer
2343              gnus-newsgroup-ignored-charsets)))
2344       (mail-decode-encoded-word-region (point-min) (point-max)))))
2345
2346 (defun article-decode-charset (&optional prompt)
2347   "Decode charset-encoded text in the article.
2348 If PROMPT (the prefix), prompt for a coding system to use."
2349   (interactive "P")
2350   (let ((inhibit-point-motion-hooks t) (case-fold-search t)
2351         (inhibit-read-only t)
2352         (mail-parse-charset gnus-newsgroup-charset)
2353         (mail-parse-ignored-charsets
2354          (save-excursion (condition-case nil
2355                              (set-buffer gnus-summary-buffer)
2356                            (error))
2357                          gnus-newsgroup-ignored-charsets))
2358         ct cte ctl charset format)
2359     (save-excursion
2360       (save-restriction
2361         (article-narrow-to-head)
2362         (setq ct (message-fetch-field "Content-Type" t)
2363               cte (message-fetch-field "Content-Transfer-Encoding" t)
2364               ctl (and ct (mail-header-parse-content-type ct))
2365               charset (cond
2366                        (prompt
2367                         (mm-read-coding-system "Charset to decode: "))
2368                        (ctl
2369                         (mail-content-type-get ctl 'charset)))
2370               format (and ctl (mail-content-type-get ctl 'format)))
2371         (when cte
2372           (setq cte (mail-header-strip cte)))
2373         (if (and ctl (not (string-match "/" (car ctl))))
2374             (setq ctl nil))
2375         (goto-char (point-max)))
2376       (forward-line 1)
2377       (save-restriction
2378         (narrow-to-region (point) (point-max))
2379         (when (and (eq mail-parse-charset 'gnus-decoded)
2380                    (eq (mm-body-7-or-8) '8bit))
2381           ;; The text code could have been decoded.
2382           (setq charset mail-parse-charset))
2383         (when (and (or (not ctl)
2384                        (equal (car ctl) "text/plain"))
2385                    (not format)) ;; article with format will decode later.
2386           (mm-decode-body
2387            charset (and cte (intern (downcase
2388                                      (gnus-strip-whitespace cte))))
2389            (car ctl)))))))
2390
2391 (defun article-decode-encoded-words ()
2392   "Remove encoded-word encoding from headers."
2393   (let ((inhibit-point-motion-hooks t)
2394         (mail-parse-charset gnus-newsgroup-charset)
2395         (mail-parse-ignored-charsets
2396          (save-excursion (condition-case nil
2397                              (set-buffer gnus-summary-buffer)
2398                            (error))
2399                          gnus-newsgroup-ignored-charsets))
2400         (inhibit-read-only t))
2401     (save-restriction
2402       (article-narrow-to-head)
2403       (funcall gnus-decode-header-function (point-min) (point-max)))))
2404
2405 (defun article-decode-group-name ()
2406   "Decode group names in `Newsgroups:'."
2407   (let ((inhibit-point-motion-hooks t)
2408         (inhibit-read-only t)
2409         (method (gnus-find-method-for-group gnus-newsgroup-name)))
2410     (when (and (or gnus-group-name-charset-method-alist
2411                    gnus-group-name-charset-group-alist)
2412                (gnus-buffer-live-p gnus-original-article-buffer))
2413       (save-restriction
2414         (article-narrow-to-head)
2415         (with-current-buffer gnus-original-article-buffer
2416           (goto-char (point-min)))
2417         (while (re-search-forward
2418                 "^Newsgroups:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]" nil t)
2419           (replace-match (save-match-data
2420                            (gnus-decode-newsgroups
2421                             ;; XXX how to use data in article buffer?
2422                             (with-current-buffer gnus-original-article-buffer
2423                               (re-search-forward
2424                                "^Newsgroups:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]"
2425                                nil t)
2426                               (match-string 1))
2427                             gnus-newsgroup-name method))
2428                          t t nil 1))
2429         (goto-char (point-min))
2430         (with-current-buffer gnus-original-article-buffer
2431           (goto-char (point-min)))
2432         (while (re-search-forward
2433                 "^Followup-To:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]" nil t)
2434           (replace-match (save-match-data
2435                            (gnus-decode-newsgroups
2436                             ;; XXX how to use data in article buffer?
2437                             (with-current-buffer gnus-original-article-buffer
2438                               (re-search-forward
2439                                "^Followup-To:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]"
2440                                nil t)
2441                               (match-string 1))
2442                             gnus-newsgroup-name method))
2443                          t t nil 1))))))
2444
2445 (autoload 'idna-to-unicode "idna")
2446
2447 (defun article-decode-idna-rhs ()
2448   "Decode IDNA strings in RHS in various headers in current buffer.
2449 The following headers are decoded: From:, To:, Cc:, Reply-To:,
2450 Mail-Reply-To: and Mail-Followup-To:."
2451   (when gnus-use-idna
2452     (save-restriction
2453       (let ((inhibit-point-motion-hooks t)
2454             (inhibit-read-only t))
2455         (article-narrow-to-head)
2456         (goto-char (point-min))
2457         (while (re-search-forward "@[^ \t\n\r,>]*\\(xn--[-A-Za-z0-9.]*\\)[ \t\n\r,>]" nil t)
2458           (let (ace unicode)
2459             (when (save-match-data
2460                     (and (setq ace (match-string 1))
2461                          (save-excursion
2462                            (and (re-search-backward "^[^ \t]" nil t)
2463                                 (looking-at "From\\|To\\|Cc\\|Reply-To\\|Mail-Reply-To\\|Mail-Followup-To")))
2464                          (setq unicode (idna-to-unicode ace))))
2465               (unless (string= ace unicode)
2466                 (replace-match unicode nil nil nil 1)))))))))
2467
2468 (defun article-de-quoted-unreadable (&optional force read-charset)
2469   "Translate a quoted-printable-encoded article.
2470 If FORCE, decode the article whether it is marked as quoted-printable
2471 or not.
2472 If READ-CHARSET, ask for a coding system."
2473   (interactive (list 'force current-prefix-arg))
2474   (save-excursion
2475     (let ((inhibit-read-only t) type charset)
2476       (if (gnus-buffer-live-p gnus-original-article-buffer)
2477           (with-current-buffer gnus-original-article-buffer
2478             (setq type
2479                   (gnus-fetch-field "content-transfer-encoding"))
2480             (let* ((ct (gnus-fetch-field "content-type"))
2481                    (ctl (and ct (mail-header-parse-content-type ct))))
2482               (setq charset (and ctl
2483                                  (mail-content-type-get ctl 'charset)))
2484               (if (stringp charset)
2485                   (setq charset (intern (downcase charset)))))))
2486       (if read-charset
2487           (setq charset (mm-read-coding-system "Charset: " charset)))
2488       (unless charset
2489         (setq charset gnus-newsgroup-charset))
2490       (when (or force
2491                 (and type (let ((case-fold-search t))
2492                             (string-match "quoted-printable" type))))
2493         (article-goto-body)
2494         (quoted-printable-decode-region
2495          (point) (point-max) (mm-charset-to-coding-system charset))))))
2496
2497 (defun article-de-base64-unreadable (&optional force read-charset)
2498   "Translate a base64 article.
2499 If FORCE, decode the article whether it is marked as base64 not.
2500 If READ-CHARSET, ask for a coding system."
2501   (interactive (list 'force current-prefix-arg))
2502   (save-excursion
2503     (let ((inhibit-read-only t) type charset)
2504       (if (gnus-buffer-live-p gnus-original-article-buffer)
2505           (with-current-buffer gnus-original-article-buffer
2506             (setq type
2507                   (gnus-fetch-field "content-transfer-encoding"))
2508             (let* ((ct (gnus-fetch-field "content-type"))
2509                    (ctl (and ct (mail-header-parse-content-type ct))))
2510               (setq charset (and ctl
2511                                  (mail-content-type-get ctl 'charset)))
2512               (if (stringp charset)
2513                   (setq charset (intern (downcase charset)))))))
2514       (if read-charset
2515           (setq charset (mm-read-coding-system "Charset: " charset)))
2516       (unless charset
2517         (setq charset gnus-newsgroup-charset))
2518       (when (or force
2519                 (and type (let ((case-fold-search t))
2520                             (string-match "base64" type))))
2521         (article-goto-body)
2522         (save-restriction
2523           (narrow-to-region (point) (point-max))
2524           (base64-decode-region (point-min) (point-max))
2525           (mm-decode-coding-region
2526            (point-min) (point-max) (mm-charset-to-coding-system charset)))))))
2527
2528 (eval-when-compile
2529   (require 'rfc1843))
2530
2531 (defun article-decode-HZ ()
2532   "Translate a HZ-encoded article."
2533   (interactive)
2534   (require 'rfc1843)
2535   (save-excursion
2536     (let ((inhibit-read-only t))
2537       (rfc1843-decode-region (point-min) (point-max)))))
2538
2539 (defun article-unsplit-urls ()
2540   "Remove the newlines that some other mailers insert into URLs."
2541   (interactive)
2542   (save-excursion
2543     (let ((inhibit-read-only t))
2544       (goto-char (point-min))
2545       (while (re-search-forward
2546               "\\(\\(https?\\|ftp\\)://\\S-+\\) *\n\\(\\S-+\\)" nil t)
2547         (replace-match "\\1\\3" t)))
2548     (when (interactive-p)
2549       (gnus-treat-article nil))))
2550
2551
2552 (defun article-wash-html (&optional read-charset)
2553   "Format an HTML article.
2554 If READ-CHARSET, ask for a coding system.  If it is a number, the
2555 charset defined in `gnus-summary-show-article-charset-alist' is used."
2556   (interactive "P")
2557   (save-excursion
2558     (let ((inhibit-read-only t)
2559           charset)
2560       (if read-charset
2561           (if (or (and (numberp read-charset)
2562                        (setq charset
2563                              (cdr
2564                               (assq read-charset
2565                                     gnus-summary-show-article-charset-alist))))
2566                   (setq charset (mm-read-coding-system "Charset: ")))
2567               (let ((gnus-summary-show-article-charset-alist
2568                      (list (cons 1 charset))))
2569                 (with-current-buffer gnus-summary-buffer
2570                   (gnus-summary-show-article 1)))
2571             (error "No charset is given"))
2572         (when (gnus-buffer-live-p gnus-original-article-buffer)
2573           (with-current-buffer gnus-original-article-buffer
2574             (let* ((ct (gnus-fetch-field "content-type"))
2575                    (ctl (and ct (mail-header-parse-content-type ct))))
2576               (setq charset (and ctl
2577                                  (mail-content-type-get ctl 'charset)))
2578               (when (stringp charset)
2579                 (setq charset (intern (downcase charset)))))))
2580         (unless charset
2581           (setq charset gnus-newsgroup-charset)))
2582       (article-goto-body)
2583       (save-window-excursion
2584         (save-restriction
2585           (narrow-to-region (point) (point-max))
2586           (let* ((func (or gnus-article-wash-function mm-text-html-renderer))
2587                  (entry (assq func mm-text-html-washer-alist)))
2588             (when entry
2589               (setq func (cdr entry)))
2590             (cond
2591              ((functionp func)
2592               (funcall func))
2593              (t
2594               (apply (car func) (cdr func))))))))))
2595
2596 (defun gnus-article-wash-html-with-w3 ()
2597   "Wash the current buffer with w3."
2598   (mm-setup-w3)
2599   (let ((w3-strict-width (window-width))
2600         (url-standalone-mode t)
2601         (url-gateway-unplugged t)
2602         (w3-honor-stylesheets nil))
2603     (condition-case ()
2604         (w3-region (point-min) (point-max))
2605       (error))))
2606
2607 (defun gnus-article-wash-html-with-w3m ()
2608   "Wash the current buffer with emacs-w3m."
2609   (mm-setup-w3m)
2610   (let ((w3m-safe-url-regexp mm-w3m-safe-url-regexp)
2611         w3m-force-redisplay)
2612     (w3m-region (point-min) (point-max)))
2613   (when (and mm-inline-text-html-with-w3m-keymap
2614              (boundp 'w3m-minor-mode-map)
2615              w3m-minor-mode-map)
2616     (add-text-properties
2617      (point-min) (point-max)
2618      (list 'keymap w3m-minor-mode-map
2619            ;; Put the mark meaning this part was rendered by emacs-w3m.
2620            'mm-inline-text-html-with-w3m t))))
2621
2622 (eval-when-compile (defvar charset)) ;; Bound by `article-wash-html'.
2623
2624 (defun gnus-article-wash-html-with-w3m-standalone ()
2625   "Wash the current buffer with w3m."
2626   (if (mm-w3m-standalone-supports-m17n-p)
2627       (progn
2628         (unless (mm-coding-system-p charset) ;; Bound by `article-wash-html'.
2629           ;; The default.
2630           (setq charset 'iso-8859-1))
2631         (let ((coding-system-for-write charset)
2632               (coding-system-for-read charset))
2633           (call-process-region
2634            (point-min) (point-max)
2635            "w3m" t t nil "-dump" "-T" "text/html"
2636            "-I" (symbol-name charset) "-O" (symbol-name charset))))
2637     (mm-inline-wash-with-stdin nil "w3m" "-dump" "-T" "text/html")))
2638
2639 (defvar gnus-article-browse-html-temp-list nil
2640   "List of temporary files created by `gnus-article-browse-html-parts'.
2641 Internal variable.")
2642
2643 (defcustom gnus-article-browse-delete-temp 'ask
2644   "What to do with temporary files from `gnus-article-browse-html-parts'.
2645 If nil, don't delete temporary files.  If it is t, delete them on
2646 exit from the summary buffer.  If it is the symbol `file', query
2647 on each file, if it is `ask' ask once when exiting from the
2648 summary buffer."
2649   :group 'gnus-article
2650   :version "23.0" ;; No Gnus
2651   :type '(choice (const :tag "Don't delete" nil)
2652                  (const :tag "Don't ask" t)
2653                  (const :tag "Ask" ask)
2654                  (const :tag "Ask for each file" file)))
2655
2656 ;; Cf. mm-postponed-undisplay-list / mm-destroy-postponed-undisplay-list.
2657
2658 (defun gnus-article-browse-delete-temp-files (&optional how)
2659   "Delete temp-files created by `gnus-article-browse-html-parts'."
2660   (when (and gnus-article-browse-html-temp-list
2661              (or how
2662                  (setq how gnus-article-browse-delete-temp)))
2663     (when (and (eq how 'ask)
2664                (y-or-n-p (format
2665                           "Delete all %s temporary HTML file(s)? "
2666                           (length gnus-article-browse-html-temp-list)))
2667                (setq how t)))
2668     (dolist (file gnus-article-browse-html-temp-list)
2669       (when (and (file-exists-p file)
2670                  (or (eq how t)
2671                      ;; `how' is neither `nil', `ask' nor `t' (i.e. `file'):
2672                      (gnus-y-or-n-p
2673                       (format "Delete temporary HTML file `%s'? " file))))
2674         (delete-file file)))
2675     ;; Also remove file from the list when not deleted or if file doesn't
2676     ;; exist anymore.
2677     (setq gnus-article-browse-html-temp-list nil))
2678   gnus-article-browse-html-temp-list)
2679
2680 (defun gnus-article-browse-html-parts (list)
2681   "View all \"text/html\" parts from LIST.
2682 Recurse into multiparts."
2683   ;; Internal function used by `gnus-article-browse-html-article'.
2684   (let ((showed))
2685     ;; Find and show the html-parts.
2686     (dolist (handle list)
2687       ;; If HTML, show it:
2688       (when (listp handle)
2689         (cond ((and (bufferp (car handle))
2690                     (string-match "text/html" (car (mm-handle-type handle))))
2691                (let ((tmp-file (mm-make-temp-file
2692                                 ;; Do we need to care for 8.3 filenames?
2693                                 "mm-" nil ".html")))
2694                  (mm-save-part-to-file handle tmp-file)
2695                  (add-to-list 'gnus-article-browse-html-temp-list tmp-file)
2696                  (add-hook 'gnus-summary-prepare-exit-hook
2697                            'gnus-article-browse-delete-temp-files)
2698                  (add-hook 'gnus-exit-gnus-hook
2699                            (lambda  ()
2700                              (gnus-article-browse-delete-temp-files t)))
2701                  (browse-url tmp-file)
2702                  (setq showed t)))
2703               ;; If multipart, recurse
2704               ((and (stringp (car handle))
2705                     (string-match "^multipart/" (car handle))
2706                     (setq showed
2707                           (or showed
2708                               (gnus-article-browse-html-parts handle))))))))
2709     showed))
2710
2711 ;; TODO: Key binding
2712 (defun gnus-article-browse-html-article ()
2713   "View \"text/html\" parts of the current article with a WWW browser."
2714   (interactive)
2715   (save-window-excursion
2716     ;; Open raw article and select the buffer
2717     (gnus-summary-show-article t)
2718     (gnus-summary-select-article-buffer)
2719     (let ((parts (mm-dissect-buffer t t)))
2720       ;; If singlepart, enforce a list.
2721       (when (and (bufferp (car parts))
2722                  (stringp (car (mm-handle-type parts))))
2723         (setq parts (list parts)))
2724       ;; Process the list
2725       (unless (gnus-article-browse-html-parts parts)
2726         (gnus-error 3 "Mail doesn't contain a \"text/html\" part!"))
2727       (gnus-summary-show-article))))
2728
2729 (defun article-hide-list-identifiers ()
2730   "Remove list identifies from the Subject header.
2731 The `gnus-list-identifiers' variable specifies what to do."
2732   (interactive)
2733   (let ((inhibit-point-motion-hooks t)
2734         (regexp (if (consp gnus-list-identifiers)
2735                     (mapconcat 'identity gnus-list-identifiers " *\\|")
2736                   gnus-list-identifiers))
2737         (inhibit-read-only t))
2738     (when regexp
2739       (save-excursion
2740         (save-restriction
2741           (article-narrow-to-head)
2742           (goto-char (point-min))
2743           (while (re-search-forward
2744                   (concat "^Subject: +\\(R[Ee]: +\\)*\\(" regexp " *\\)")
2745                   nil t)
2746             (delete-region (match-beginning 2) (match-end 0))
2747             (beginning-of-line))
2748           (when (re-search-forward
2749                  "^Subject: +\\(\\(R[Ee]: +\\)+\\)R[Ee]: +" nil t)
2750             (delete-region (match-beginning 1) (match-end 1))))))))
2751
2752 (defun article-hide-pem (&optional arg)
2753   "Toggle hiding of any PEM headers and signatures in the current article.
2754 If given a negative prefix, always show; if given a positive prefix,
2755 always hide."
2756   (interactive (gnus-article-hidden-arg))
2757   (unless (gnus-article-check-hidden-text 'pem arg)
2758     (save-excursion
2759       (let ((inhibit-read-only t) end)
2760         (goto-char (point-min))
2761         ;; Hide the horrendously ugly "header".
2762         (when (and (search-forward
2763                     "\n-----BEGIN PRIVACY-ENHANCED MESSAGE-----\n"
2764                     nil t)
2765                    (setq end (1+ (match-beginning 0))))
2766           (gnus-add-wash-type 'pem)
2767           (gnus-article-hide-text-type
2768            end
2769            (if (search-forward "\n\n" nil t)
2770                (match-end 0)
2771              (point-max))
2772            'pem)
2773           ;; Hide the trailer as well
2774           (when (search-forward "\n-----END PRIVACY-ENHANCED MESSAGE-----\n"
2775                                 nil t)
2776             (gnus-article-hide-text-type
2777              (match-beginning 0) (match-end 0) 'pem)))))))
2778
2779 (defun article-strip-banner ()
2780   "Strip the banners specified by the `banner' group parameter and by
2781 `gnus-article-address-banner-alist'."
2782   (interactive)
2783   (save-excursion
2784     (save-restriction
2785       (let ((inhibit-point-motion-hooks t))
2786         (when (gnus-parameter-banner gnus-newsgroup-name)
2787           (article-really-strip-banner
2788            (gnus-parameter-banner gnus-newsgroup-name)))
2789         (when gnus-article-address-banner-alist
2790           ;; Note that the From header is decoded here, so it is
2791           ;; required that the *-extract-address-components function
2792           ;; supports non-ASCII text.
2793           (let ((from (save-restriction
2794                         (widen)
2795                         (article-narrow-to-head)
2796                         (mail-fetch-field "from"))))
2797             (when (and from
2798                        (setq from
2799                              (cadr (funcall gnus-extract-address-components
2800                                             from))))
2801               (catch 'found
2802                 (dolist (pair gnus-article-address-banner-alist)
2803                   (when (string-match (car pair) from)
2804                     (throw 'found
2805                            (article-really-strip-banner (cdr pair)))))))))))))
2806
2807 (defun article-really-strip-banner (banner)
2808   "Strip the banner specified by the argument."
2809   (save-excursion
2810     (save-restriction
2811       (let ((inhibit-point-motion-hooks t)
2812             (gnus-signature-limit nil)
2813             (inhibit-read-only t))
2814         (article-goto-body)
2815         (cond
2816          ((eq banner 'signature)
2817           (when (gnus-article-narrow-to-signature)
2818             (widen)
2819             (forward-line -1)
2820             (delete-region (point) (point-max))))
2821          ((symbolp banner)
2822           (if (setq banner (cdr (assq banner gnus-article-banner-alist)))
2823               (while (re-search-forward banner nil t)
2824                 (delete-region (match-beginning 0) (match-end 0)))))
2825          ((stringp banner)
2826           (while (re-search-forward banner nil t)
2827             (delete-region (match-beginning 0) (match-end 0)))))))))
2828
2829 (defun article-babel ()
2830   "Translate article using an online translation service."
2831   (interactive)
2832   (require 'babel)
2833   (gnus-with-article-buffer
2834     (when (article-goto-body)
2835       (let* ((start (point))
2836              (end (point-max))
2837              (orig (buffer-substring start end))
2838              (trans (babel-as-string orig)))
2839         (save-restriction
2840           (narrow-to-region start end)
2841           (delete-region start end)
2842           (insert trans))))))
2843
2844 (defun article-hide-signature (&optional arg)
2845   "Hide the signature in the current article.
2846 If given a negative prefix, always show; if given a positive prefix,
2847 always hide."
2848   (interactive (gnus-article-hidden-arg))
2849   (unless (gnus-article-check-hidden-text 'signature arg)
2850     (save-excursion
2851       (save-restriction
2852         (let ((inhibit-read-only t))
2853           (when (gnus-article-narrow-to-signature)
2854             (gnus-article-hide-text-type
2855              (point-min) (point-max) 'signature))))))
2856   (gnus-set-mode-line 'article))
2857
2858 (defun article-strip-headers-in-body ()
2859   "Strip offensive headers from bodies."
2860   (interactive)
2861   (save-excursion
2862     (article-goto-body)
2863     (let ((case-fold-search t))
2864       (when (looking-at "x-no-archive:")
2865         (gnus-delete-line)))))
2866
2867 (defun article-strip-leading-blank-lines ()
2868   "Remove all blank lines from the beginning of the article."
2869   (interactive)
2870   (save-excursion
2871     (let ((inhibit-point-motion-hooks t)
2872           (inhibit-read-only t))
2873       (when (article-goto-body)
2874         (while (and (not (eobp))
2875                     (looking-at "[ \t]*$"))
2876           (gnus-delete-line))))))
2877
2878 (defun article-narrow-to-head ()
2879   "Narrow the buffer to the head of the message.
2880 Point is left at the beginning of the narrowed-to region."
2881   (narrow-to-region
2882    (goto-char (point-min))
2883    (if (search-forward "\n\n" nil 1)
2884        (1- (point))
2885      (point-max)))
2886   (goto-char (point-min)))
2887
2888 (defun article-goto-body ()
2889   "Place point at the start of the body."
2890   (goto-char (point-min))
2891   (cond
2892    ;; This variable is only bound when dealing with separate
2893    ;; MIME body parts.
2894    (article-goto-body-goes-to-point-min-p
2895     t)
2896    ((search-forward "\n\n" nil t)
2897     t)
2898    (t
2899     (goto-char (point-max))
2900     nil)))
2901
2902 (defun article-strip-multiple-blank-lines ()
2903   "Replace consecutive blank lines with one empty line."
2904   (interactive)
2905   (save-excursion
2906     (let ((inhibit-point-motion-hooks t)
2907           (inhibit-read-only t))
2908       ;; First make all blank lines empty.
2909       (article-goto-body)
2910       (while (re-search-forward "^[ \t]+$" nil t)
2911         (unless (gnus-annotation-in-region-p
2912                  (match-beginning 0) (match-end 0))
2913           (replace-match "" nil t)))
2914       ;; Then replace multiple empty lines with a single empty line.
2915       (article-goto-body)
2916       (while (re-search-forward "\n\n\\(\n+\\)" nil t)
2917         (unless (gnus-annotation-in-region-p
2918                  (match-beginning 0) (match-end 0))
2919           (delete-region (match-beginning 1) (match-end 1)))))))
2920
2921 (defun article-strip-leading-space ()
2922   "Remove all white space from the beginning of the lines in the article."
2923   (interactive)
2924   (save-excursion
2925     (let ((inhibit-point-motion-hooks t)
2926           (inhibit-read-only t))
2927       (article-goto-body)
2928       (while (re-search-forward "^[ \t]+" nil t)
2929         (replace-match "" t t)))))
2930
2931 (defun article-strip-trailing-space ()
2932   "Remove all white space from the end of the lines in the article."
2933   (interactive)
2934   (save-excursion
2935     (let ((inhibit-point-motion-hooks t)
2936           (inhibit-read-only t))
2937       (article-goto-body)
2938       (while (re-search-forward "[ \t]+$" nil t)
2939         (replace-match "" t t)))))
2940
2941 (defun article-strip-blank-lines ()
2942   "Strip leading, trailing and multiple blank lines."
2943   (interactive)
2944   (article-strip-leading-blank-lines)
2945   (article-remove-trailing-blank-lines)
2946   (article-strip-multiple-blank-lines))
2947
2948 (defun article-strip-all-blank-lines ()
2949   "Strip all blank lines."
2950   (interactive)
2951   (save-excursion
2952     (let ((inhibit-point-motion-hooks t)
2953           (inhibit-read-only t))
2954       (article-goto-body)
2955       (while (re-search-forward "^[ \t]*\n" nil t)
2956         (replace-match "" t t)))))
2957
2958 (defun gnus-article-narrow-to-signature ()
2959   "Narrow to the signature; return t if a signature is found, else nil."
2960   (let ((inhibit-point-motion-hooks t))
2961     (when (gnus-article-search-signature)
2962       (forward-line 1)
2963       ;; Check whether we have some limits to what we consider
2964       ;; to be a signature.
2965       (let ((limits (if (listp gnus-signature-limit) gnus-signature-limit
2966                       (list gnus-signature-limit)))
2967             limit limited)
2968         (while (setq limit (pop limits))
2969           (if (or (and (integerp limit)
2970                        (< (- (point-max) (point)) limit))
2971                   (and (floatp limit)
2972                        (< (count-lines (point) (point-max)) limit))
2973                   (and (functionp limit)
2974                        (funcall limit))
2975                   (and (stringp limit)
2976                        (not (re-search-forward limit nil t))))
2977               ()                        ; This limit did not succeed.
2978             (setq limited t
2979                   limits nil)))
2980         (unless limited
2981           (narrow-to-region (point) (point-max))
2982           t)))))
2983
2984 (defun gnus-article-search-signature ()
2985   "Search the current buffer for the signature separator.
2986 Put point at the beginning of the signature separator."
2987   (let ((cur (point)))
2988     (goto-char (point-max))
2989     (if (if (stringp gnus-signature-separator)
2990             (re-search-backward gnus-signature-separator nil t)
2991           (let ((seps gnus-signature-separator))
2992             (while (and seps
2993                         (not (re-search-backward (car seps) nil t)))
2994               (pop seps))
2995             seps))
2996         t
2997       (goto-char cur)
2998       nil)))
2999
3000 (defun gnus-article-hidden-arg ()
3001   "Return the current prefix arg as a number, or 0 if no prefix."
3002   (list (if current-prefix-arg
3003             (prefix-numeric-value current-prefix-arg)
3004           0)))
3005
3006 (defun gnus-article-check-hidden-text (type arg)
3007   "Return nil if hiding is necessary.
3008 Arg can be nil or a number.  nil and positive means hide, negative
3009 means show, 0 means toggle."
3010   (save-excursion
3011     (save-restriction
3012       (let ((hide (gnus-article-hidden-text-p type)))
3013         (cond
3014          ((or (null arg)
3015               (> arg 0))
3016           nil)
3017          ((< arg 0)
3018           (gnus-article-show-hidden-text type)
3019           t)
3020          (t
3021           (if (eq hide 'hidden)
3022               (progn
3023                 (gnus-article-show-hidden-text type)
3024                 t)
3025             nil)))))))
3026
3027 (defun gnus-article-hidden-text-p (type)
3028   "Say whether the current buffer contains hidden text of type TYPE."
3029   (let ((pos (text-property-any (point-min) (point-max) 'article-type type)))
3030     (while (and pos
3031                 (not (get-text-property pos 'invisible))
3032                 (not (get-text-property pos 'dummy-invisible)))
3033       (setq pos
3034             (text-property-any (1+ pos) (point-max) 'article-type type)))
3035     (if pos
3036         'hidden
3037       nil)))
3038
3039 (defun gnus-article-show-hidden-text (type &optional dummy)
3040   "Show all hidden text of type TYPE.
3041 Originally it is hide instead of DUMMY."
3042   (let ((inhibit-read-only t)
3043         (inhibit-point-motion-hooks t))
3044     (gnus-remove-text-properties-when
3045      'article-type type
3046      (point-min) (point-max)
3047      (cons 'article-type (cons type
3048                                gnus-hidden-properties)))
3049     (gnus-delete-wash-type type)))
3050
3051 (defconst article-time-units
3052   `((year . ,(* 365.25 24 60 60))
3053     (week . ,(* 7 24 60 60))
3054     (day . ,(* 24 60 60))
3055     (hour . ,(* 60 60))
3056     (minute . 60)
3057     (second . 1))
3058   "Mapping from time units to seconds.")
3059
3060 (defun gnus-article-forward-header ()
3061   "Move point to the start of the next header.
3062 If the current header is a continuation header, this can be several
3063 lines forward."
3064   (let ((ended nil))
3065     (while (not ended)
3066       (forward-line 1)
3067       (if (looking-at "[ \t]+[^ \t]")
3068           (forward-line 1)
3069         (setq ended t)))))
3070
3071 (defun article-date-ut (&optional type highlight)
3072   "Convert DATE date to universal time in the current article.
3073 If TYPE is `local', convert to local time; if it is `lapsed', output
3074 how much time has lapsed since DATE.  For `lapsed', the value of
3075 `gnus-article-date-lapsed-new-header' says whether the \"X-Sent:\" header
3076 should replace the \"Date:\" one, or should be added below it."
3077   (interactive (list 'ut t))
3078   (let* ((tdate-regexp "^Date:[ \t]\\|^X-Sent:[ \t]")
3079          (date-regexp (cond ((not gnus-article-date-lapsed-new-header)
3080                              tdate-regexp)
3081                             ((eq type 'lapsed)
3082                              "^X-Sent:[ \t]")
3083                             (article-lapsed-timer
3084                              "^Date:[ \t]")
3085                             (t
3086                              tdate-regexp)))
3087          (case-fold-search t)
3088          (inhibit-read-only t)
3089          (inhibit-point-motion-hooks t)
3090          pos date bface eface)
3091     (save-excursion
3092       (save-restriction
3093         (widen)
3094         (goto-char (point-min))
3095         (while (or (setq date (get-text-property (setq pos (point))
3096                                                  'original-date))
3097                    (when (setq pos (next-single-property-change
3098                                     (point) 'original-date))
3099                      (setq date (get-text-property pos 'original-date))
3100                      t))
3101           (narrow-to-region pos (or (text-property-any pos (point-max)
3102                                                        'original-date nil)
3103                                     (point-max)))
3104           (goto-char (point-min))
3105           (when (re-search-forward tdate-regexp nil t)
3106             (setq bface (get-text-property (point-at-bol) 'face)
3107                   eface (get-text-property (1- (point-at-eol)) 'face)))
3108           (goto-char (point-min))
3109           (setq pos nil)
3110           ;; Delete any old Date headers.
3111           (while (re-search-forward date-regexp nil t)
3112             (if pos
3113                 (delete-region (point-at-bol) (progn
3114                                                 (gnus-article-forward-header)
3115                                                 (point)))
3116               (delete-region (point-at-bol) (progn
3117                                               (gnus-article-forward-header)
3118                                               (forward-char -1)
3119                                               (point)))
3120               (setq pos (point))))
3121           (when (and (not pos)
3122                      (re-search-forward tdate-regexp nil t))
3123             (forward-line 1))
3124           (gnus-goto-char pos)
3125           (insert (article-make-date-line date (or type 'ut)))
3126           (unless pos
3127             (insert "\n")
3128             (forward-line -1))
3129           ;; Do highlighting.
3130           (beginning-of-line)
3131           (when (looking-at "\\([^:]+\\): *\\(.*\\)$")
3132             (put-text-property (match-beginning 1) (1+ (match-end 1))
3133                                'face bface)
3134             (put-text-property (match-beginning 2) (match-end 2)
3135                                'face eface))
3136           (put-text-property (point-min) (1- (point-max)) 'original-date date)
3137           (goto-char (point-max))
3138           (widen))))))
3139
3140 (defun article-make-date-line (date type)
3141   "Return a DATE line of TYPE."
3142   (unless (memq type '(local ut original user iso8601 lapsed english))
3143     (error "Unknown conversion type: %s" type))
3144   (condition-case ()
3145       (let ((time (date-to-time date)))
3146         (cond
3147          ;; Convert to the local timezone.
3148          ((eq type 'local)
3149           (concat "Date: " (message-make-date time)))
3150          ;; Convert to Universal Time.
3151          ((eq type 'ut)
3152           (concat "Date: "
3153                   (substring
3154                    (message-make-date
3155                     (let* ((e (parse-time-string date))
3156                            (tm (apply 'encode-time e))
3157                            (ms (car tm))
3158                            (ls (- (cadr tm) (car (current-time-zone time)))))
3159                       (cond ((< ls 0) (list (1- ms) (+ ls 65536)))
3160                             ((> ls 65535) (list (1+ ms) (- ls 65536)))
3161                             (t (list ms ls)))))
3162                    0 -5)
3163                   "UT"))
3164          ;; Get the original date from the article.
3165          ((eq type 'original)
3166           (concat "Date: " (if (string-match "\n+$" date)
3167                                (substring date 0 (match-beginning 0))
3168                              date)))
3169          ;; Let the user define the format.
3170          ((eq type 'user)
3171           (let ((format (or (condition-case nil
3172                                 (with-current-buffer gnus-summary-buffer
3173                                   gnus-article-time-format)
3174                               (error nil))
3175                             gnus-article-time-format)))
3176             (if (functionp format)
3177                 (funcall format time)
3178               (concat "Date: " (format-time-string format time)))))
3179          ;; ISO 8601.
3180          ((eq type 'iso8601)
3181           (let ((tz (car (current-time-zone time))))
3182             (concat
3183              "Date: "
3184              (format-time-string "%Y%m%dT%H%M%S" time)
3185              (format "%s%02d%02d"
3186                      (if (> tz 0) "+" "-") (/ (abs tz) 3600)
3187                      (/ (% (abs tz) 3600) 60)))))
3188          ;; Do an X-Sent lapsed format.
3189          ((eq type 'lapsed)
3190           ;; If the date is seriously mangled, the timezone functions are
3191           ;; liable to bug out, so we ignore all errors.
3192           (let* ((now (current-time))
3193                  (real-time (subtract-time now time))
3194                  (real-sec (and real-time
3195                                 (+ (* (float (car real-time)) 65536)
3196                                    (cadr real-time))))
3197                  (sec (and real-time (abs real-sec)))
3198                  num prev)
3199             (cond
3200              ((null real-time)
3201               "X-Sent: Unknown")
3202              ((zerop sec)
3203               "X-Sent: Now")
3204              (t
3205               (concat
3206                "X-Sent: "
3207                ;; This is a bit convoluted, but basically we go
3208                ;; through the time units for years, weeks, etc,
3209                ;; and divide things to see whether that results
3210                ;; in positive answers.
3211                (mapconcat
3212                 (lambda (unit)
3213                   (if (zerop (setq num (ffloor (/ sec (cdr unit)))))
3214                       ;; The (remaining) seconds are too few to
3215                       ;; be divided into this time unit.
3216                       ""
3217                     ;; It's big enough, so we output it.
3218                     (setq sec (- sec (* num (cdr unit))))
3219                     (prog1
3220                         (concat (if prev ", " "") (int-to-string
3221                                                    (floor num))
3222                                 " " (symbol-name (car unit))
3223                                 (if (> num 1) "s" ""))
3224                       (setq prev t))))
3225                 article-time-units "")
3226                ;; If dates are odd, then it might appear like the
3227                ;; article was sent in the future.
3228                (if (> real-sec 0)
3229                    " ago"
3230                  " in the future"))))))
3231          ;; Display the date in proper English
3232          ((eq type 'english)
3233           (let ((dtime (decode-time time)))
3234             (concat
3235              "Date: the "
3236              (number-to-string (nth 3 dtime))
3237              (let ((digit (% (nth 3 dtime) 10)))
3238                (cond
3239                 ((memq (nth 3 dtime) '(11 12 13)) "th")
3240                 ((= digit 1) "st")
3241                 ((= digit 2) "nd")
3242                 ((= digit 3) "rd")
3243                 (t "th")))
3244              " of "
3245              (nth (1- (nth 4 dtime)) gnus-english-month-names)
3246              " "
3247              (number-to-string (nth 5 dtime))
3248              " at "
3249              (format "%02d" (nth 2 dtime))
3250              ":"
3251              (format "%02d" (nth 1 dtime)))))))
3252     (error
3253      (format "Date: %s (from Gnus)" date))))
3254
3255 (defun article-date-local (&optional highlight)
3256   "Convert the current article date to the local timezone."
3257   (interactive (list t))
3258   (article-date-ut 'local highlight))
3259
3260 (defun article-date-english (&optional highlight)
3261   "Convert the current article date to something that is proper English."
3262   (interactive (list t))
3263   (article-date-ut 'english highlight))
3264
3265 (defun article-date-original (&optional highlight)
3266   "Convert the current article date to what it was originally.
3267 This is only useful if you have used some other date conversion
3268 function and want to see what the date was before converting."
3269   (interactive (list t))
3270   (article-date-ut 'original highlight))
3271
3272 (defun article-date-lapsed (&optional highlight)
3273   "Convert the current article date to time lapsed since it was sent."
3274   (interactive (list t))
3275   (article-date-ut 'lapsed highlight))
3276
3277 (defun article-update-date-lapsed ()
3278   "Function to be run from a timer to update the lapsed time line."
3279   (save-match-data
3280     (let (deactivate-mark)
3281       (save-excursion
3282         (ignore-errors
3283          (walk-windows
3284           (lambda (w)
3285             (set-buffer (window-buffer w))
3286             (when (eq major-mode 'gnus-article-mode)
3287               (let ((mark (point-marker)))
3288                 (goto-char (point-min))
3289                 (when (re-search-forward "^X-Sent:" nil t)
3290                   (article-date-lapsed t))
3291                 (goto-char (marker-position mark))
3292                 (move-marker mark nil))))
3293           nil 'visible))))))
3294
3295 (defun gnus-start-date-timer (&optional n)
3296   "Start a timer to update the X-Sent header in the article buffers.
3297 The numerical prefix says how frequently (in seconds) the function
3298 is to run."
3299   (interactive "p")
3300   (unless n
3301     (setq n 1))
3302   (gnus-stop-date-timer)
3303   (setq article-lapsed-timer
3304         (run-at-time 1 n 'article-update-date-lapsed)))
3305
3306 (defun gnus-stop-date-timer ()
3307   "Stop the X-Sent timer."
3308   (interactive)
3309   (when article-lapsed-timer
3310     (nnheader-cancel-timer article-lapsed-timer)
3311     (setq article-lapsed-timer nil)))
3312
3313 (defun article-date-user (&optional highlight)
3314   "Convert the current article date to the user-defined format.
3315 This format is defined by the `gnus-article-time-format' variable."
3316   (interactive (list t))
3317   (article-date-ut 'user highlight))
3318
3319 (defun article-date-iso8601 (&optional highlight)
3320   "Convert the current article date to ISO8601."
3321   (interactive (list t))
3322   (article-date-ut 'iso8601 highlight))
3323
3324 (defmacro gnus-article-save-original-date (&rest forms)
3325   "Save the original date as a text property and evaluate FORMS."
3326   `(let* ((case-fold-search t)
3327           (start (progn
3328                    (goto-char (point-min))
3329                    (when (and (re-search-forward "^date:[\t\n ]+" nil t)
3330                               (not (bolp)))
3331                      (match-end 0))))
3332           (date (when (and start
3333                            (re-search-forward "[\t ]*\n\\(?:[^\t ]\\|\\'\\)"
3334                                               nil t))
3335                   (buffer-substring-no-properties start
3336                                                   (match-beginning 0)))))
3337      (goto-char (point-max))
3338      (skip-chars-backward "\n")
3339      (put-text-property (point-min) (point) 'original-date date)
3340      ,@forms
3341      (goto-char (point-max))
3342      (skip-chars-backward "\n")
3343      (put-text-property (point-min) (point) 'original-date date)))
3344
3345 ;; (defun article-show-all ()
3346 ;;   "Show all hidden text in the article buffer."
3347 ;;   (interactive)
3348 ;;   (save-excursion
3349 ;;     (let ((inhibit-read-only t))
3350 ;;       (gnus-article-unhide-text (point-min) (point-max)))))
3351
3352 (defun article-remove-leading-whitespace ()
3353   "Remove excessive whitespace from all headers."
3354   (interactive)
3355   (save-excursion
3356     (save-restriction
3357       (let ((inhibit-read-only t))
3358         (article-narrow-to-head)
3359         (goto-char (point-min))
3360         (while (re-search-forward "^[^ :]+: \\([ \t]+\\)" nil t)
3361           (delete-region (match-beginning 1) (match-end 1)))))))
3362
3363 (defun article-emphasize (&optional arg)
3364   "Emphasize text according to `gnus-emphasis-alist'."
3365   (interactive (gnus-article-hidden-arg))
3366   (unless (gnus-article-check-hidden-text 'emphasis arg)
3367     (save-excursion
3368       (let ((alist (or
3369                     (condition-case nil
3370                         (with-current-buffer gnus-summary-buffer
3371                           gnus-article-emphasis-alist)
3372                       (error))
3373                     gnus-emphasis-alist))
3374             (inhibit-read-only t)
3375             (props (append '(article-type emphasis)
3376                            gnus-hidden-properties))
3377             regexp elem beg invisible visible face)
3378         (article-goto-body)
3379         (setq beg (point))
3380         (while (setq elem (pop alist))
3381           (goto-char beg)
3382           (setq regexp (car elem)
3383                 invisible (nth 1 elem)
3384                 visible (nth 2 elem)
3385                 face (nth 3 elem))
3386           (while (re-search-forward regexp nil t)
3387             (when (and (match-beginning visible) (match-beginning invisible))
3388               (gnus-article-hide-text
3389                (match-beginning invisible) (match-end invisible) props)
3390               (gnus-article-unhide-text-type
3391                (match-beginning visible) (match-end visible) 'emphasis)
3392               (gnus-put-overlay-excluding-newlines
3393                (match-beginning visible) (match-end visible) 'face face)
3394               (gnus-add-wash-type 'emphasis)
3395               (goto-char (match-end invisible)))))))))
3396
3397 (defun gnus-article-setup-highlight-words (&optional highlight-words)
3398   "Setup newsgroup emphasis alist."
3399   (unless gnus-article-emphasis-alist
3400     (let ((name (and gnus-newsgroup-name
3401                      (gnus-group-real-name gnus-newsgroup-name))))
3402       (make-local-variable 'gnus-article-emphasis-alist)
3403       (setq gnus-article-emphasis-alist
3404             (nconc
3405              (let ((alist gnus-group-highlight-words-alist) elem highlight)
3406                (while (setq elem (pop alist))
3407                  (when (and name (string-match (car elem) name))
3408                    (setq alist nil
3409                          highlight (copy-sequence (cdr elem)))))
3410                highlight)
3411              (copy-sequence highlight-words)
3412              (if gnus-newsgroup-name
3413                  (copy-sequence (gnus-group-find-parameter
3414                                  gnus-newsgroup-name 'highlight-words t)))
3415              gnus-emphasis-alist)))))
3416
3417 (eval-when-compile
3418   (defvar gnus-summary-article-menu)
3419   (defvar gnus-summary-post-menu))
3420
3421 ;;; Saving functions.
3422
3423 (defun gnus-article-save (save-buffer file &optional num)
3424   "Save the currently selected article."
3425   (unless gnus-save-all-headers
3426     ;; Remove headers according to `gnus-saved-headers'.
3427     (let ((gnus-visible-headers
3428            (or gnus-saved-headers gnus-visible-headers))
3429           (gnus-article-buffer save-buffer))
3430       (save-excursion
3431         (set-buffer save-buffer)
3432         (article-hide-headers 1 t))))
3433   (save-window-excursion
3434     (if (not gnus-default-article-saver)
3435         (error "No default saver is defined")
3436       ;; !!! Magic!  The saving functions all save
3437       ;; `gnus-save-article-buffer' (or so they think), but we
3438       ;; bind that variable to our save-buffer.
3439       (set-buffer gnus-article-buffer)
3440       (let* ((gnus-save-article-buffer save-buffer)
3441              (filename
3442               (cond
3443                ((not gnus-prompt-before-saving) 'default)
3444                ((eq gnus-prompt-before-saving 'always) nil)
3445                (t file)))
3446              (gnus-number-of-articles-to-be-saved
3447               (when (eq gnus-prompt-before-saving t)
3448                 num)))                  ; Magic
3449         (set-buffer gnus-article-current-summary)
3450         (funcall gnus-default-article-saver filename)))))
3451
3452 (defun gnus-read-save-file-name (prompt &optional filename
3453                                         function group headers variable)
3454   (let ((default-name
3455           (funcall function group headers (symbol-value variable)))
3456         result)
3457     (setq result
3458           (expand-file-name
3459            (cond
3460             ((eq filename 'default)
3461              default-name)
3462             ((eq filename t)
3463              default-name)
3464             (filename filename)
3465             (t
3466              (let* ((split-name (gnus-get-split-value gnus-split-methods))
3467                     (prompt
3468                      (format prompt
3469                              (if (and gnus-number-of-articles-to-be-saved
3470                                       (> gnus-number-of-articles-to-be-saved 1))
3471                                  (format "these %d articles"
3472                                          gnus-number-of-articles-to-be-saved)
3473                                "this article")))
3474                     (file
3475                      ;; Let the split methods have their say.
3476                      (cond
3477                       ;; No split name was found.
3478                       ((null split-name)
3479                        (read-file-name
3480                         (concat prompt " (default "
3481                                 (file-name-nondirectory default-name) "): ")
3482                         (file-name-directory default-name)
3483                         default-name))
3484                       ;; A single group name is returned.
3485                       ((stringp split-name)
3486                        (setq default-name
3487                              (funcall function split-name headers
3488                                       (symbol-value variable)))
3489                        (read-file-name
3490                         (concat prompt " (default "
3491                                 (file-name-nondirectory default-name) "): ")
3492                         (file-name-directory default-name)
3493                         default-name))
3494                       ;; A single split name was found
3495                       ((= 1 (length split-name))
3496                        (let* ((name (expand-file-name
3497                                      (car split-name)
3498                                      gnus-article-save-directory))
3499                               (dir (cond ((file-directory-p name)
3500                                           (file-name-as-directory name))
3501                                          ((file-exists-p name) name)
3502                                          (t gnus-article-save-directory))))
3503                          (read-file-name
3504                           (concat prompt " (default " name "): ")
3505                           dir name)))
3506                       ;; A list of splits was found.
3507                       (t
3508                        (setq split-name (nreverse split-name))
3509                        (let (result)
3510                          (let ((file-name-history
3511                                 (nconc split-name file-name-history)))
3512                            (setq result
3513                                  (expand-file-name
3514                                   (read-file-name
3515                                    (concat prompt " (`M-p' for defaults): ")
3516                                    gnus-article-save-directory
3517                                    (car split-name))
3518                                   gnus-article-save-directory)))
3519                          (car (push result file-name-history)))))))
3520                ;; Create the directory.
3521                (gnus-make-directory (file-name-directory file))
3522                ;; If we have read a directory, we append the default file name.
3523                (when (file-directory-p file)
3524                  (setq file (expand-file-name (file-name-nondirectory
3525                                                default-name)
3526                                               (file-name-as-directory file))))
3527                ;; Possibly translate some characters.
3528                (nnheader-translate-file-chars file))))))
3529     (gnus-make-directory (file-name-directory result))
3530     (set variable result)))
3531
3532 (defun gnus-article-archive-name (group)
3533   "Return the first instance of an \"Archive-name\" in the current buffer."
3534   (let ((case-fold-search t))
3535     (when (re-search-forward "archive-name: *\\([^ \n\t]+\\)[ \t]*$" nil t)
3536       (nnheader-concat gnus-article-save-directory
3537                        (match-string 1)))))
3538
3539 (defun gnus-article-nndoc-name (group)
3540   "If GROUP is an nndoc group, return the name of the parent group."
3541   (when (eq (car (gnus-find-method-for-group group)) 'nndoc)
3542     (gnus-group-get-parameter group 'save-article-group)))
3543
3544 (defun gnus-summary-save-in-rmail (&optional filename)
3545   "Append this article to Rmail file.
3546 Optional argument FILENAME specifies file name.
3547 Directory to save to is default to `gnus-article-save-directory'."
3548   (setq filename (gnus-read-save-file-name
3549                   "Save %s in rmail file" filename
3550                   gnus-rmail-save-name gnus-newsgroup-name
3551                   gnus-current-headers 'gnus-newsgroup-last-rmail))
3552   (gnus-eval-in-buffer-window gnus-save-article-buffer
3553     (save-excursion
3554       (save-restriction
3555         (widen)
3556         (gnus-output-to-rmail filename))))
3557   filename)
3558
3559 (defun gnus-summary-save-in-mail (&optional filename)
3560   "Append this article to Unix mail file.
3561 Optional argument FILENAME specifies file name.
3562 Directory to save to is default to `gnus-article-save-directory'."
3563   (setq filename (gnus-read-save-file-name
3564                   "Save %s in Unix mail file" filename
3565                   gnus-mail-save-name gnus-newsgroup-name
3566                   gnus-current-headers 'gnus-newsgroup-last-mail))
3567   (gnus-eval-in-buffer-window gnus-save-article-buffer
3568     (save-excursion
3569       (save-restriction
3570         (widen)
3571         (if (and (file-readable-p filename)
3572                  (file-regular-p filename)
3573                  (mail-file-babyl-p filename))
3574             (rmail-output-to-rmail-file filename t)
3575           (gnus-output-to-mail filename)))))
3576   filename)
3577
3578 (defun gnus-summary-save-in-file (&optional filename overwrite)
3579   "Append this article to file.
3580 Optional argument FILENAME specifies file name.
3581 Directory to save to is default to `gnus-article-save-directory'."
3582   (setq filename (gnus-read-save-file-name
3583                   "Save %s in file" filename
3584                   gnus-file-save-name gnus-newsgroup-name
3585                   gnus-current-headers 'gnus-newsgroup-last-file))
3586   (gnus-eval-in-buffer-window gnus-save-article-buffer
3587     (save-excursion
3588       (save-restriction
3589         (widen)
3590         (when (and overwrite
3591                    (file-exists-p filename))
3592           (delete-file filename))
3593         (gnus-output-to-file filename))))
3594   filename)
3595
3596 (defun gnus-summary-write-to-file (&optional filename)
3597   "Write this article to a file, overwriting it if the file exists.
3598 Optional argument FILENAME specifies file name.
3599 The directory to save in defaults to `gnus-article-save-directory'."
3600   (gnus-summary-save-in-file nil t))
3601
3602 (defun gnus-summary-save-body-in-file (&optional filename)
3603   "Append this article body to a file.
3604 Optional argument FILENAME specifies file name.
3605 The directory to save in defaults to `gnus-article-save-directory'."
3606   (setq filename (gnus-read-save-file-name
3607                   "Save %s body in file" filename
3608                   gnus-file-save-name gnus-newsgroup-name
3609                   gnus-current-headers 'gnus-newsgroup-last-file))
3610   (gnus-eval-in-buffer-window gnus-save-article-buffer
3611     (save-excursion
3612       (save-restriction
3613         (widen)
3614         (when (article-goto-body)
3615           (narrow-to-region (point) (point-max)))
3616         (gnus-output-to-file filename))))
3617   filename)
3618
3619 (defun gnus-summary-save-in-pipe (&optional command)
3620   "Pipe this article to subprocess."
3621   (setq command
3622         (cond ((and (eq command 'default)
3623                     gnus-last-shell-command)
3624                gnus-last-shell-command)
3625               ((stringp command)
3626                command)
3627               (t (read-string
3628                   (format
3629                    "Shell command on %s: "
3630                    (if (and gnus-number-of-articles-to-be-saved
3631                             (> gnus-number-of-articles-to-be-saved 1))
3632                        (format "these %d articles"
3633                                gnus-number-of-articles-to-be-saved)
3634                      "this article"))
3635                   gnus-last-shell-command))))
3636   (when (string-equal command "")
3637     (if gnus-last-shell-command
3638         (setq command gnus-last-shell-command)
3639       (error "A command is required")))
3640   (gnus-eval-in-buffer-window gnus-article-buffer
3641     (save-restriction
3642       (widen)
3643       (shell-command-on-region (point-min) (point-max) command nil)))
3644   (setq gnus-last-shell-command command))
3645
3646 (defun gnus-summary-pipe-to-muttprint (&optional command)
3647   "Pipe this article to muttprint."
3648   (setq command (read-string
3649                  "Print using command: " gnus-summary-muttprint-program
3650                  nil gnus-summary-muttprint-program))
3651   (gnus-summary-save-in-pipe command))
3652
3653 ;;; Article file names when saving.
3654
3655 (defun gnus-capitalize-newsgroup (newsgroup)
3656   "Capitalize NEWSGROUP name."
3657   (when (not (zerop (length newsgroup)))
3658     (concat (char-to-string (upcase (aref newsgroup 0)))
3659             (substring newsgroup 1))))
3660
3661 (defun gnus-Numeric-save-name (newsgroup headers &optional last-file)
3662   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
3663 If variable `gnus-use-long-file-name' is non-nil, it is ~/News/News.group/num.
3664 Otherwise, it is like ~/News/news/group/num."
3665   (let ((default
3666           (expand-file-name
3667            (concat (if (gnus-use-long-file-name 'not-save)
3668                        (gnus-capitalize-newsgroup newsgroup)
3669                      (gnus-newsgroup-directory-form newsgroup))
3670                    "/" (int-to-string (mail-header-number headers)))
3671            gnus-article-save-directory)))
3672     (if (and last-file
3673              (string-equal (file-name-directory default)
3674                            (file-name-directory last-file))
3675              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
3676         default
3677       (or last-file default))))
3678
3679 (defun gnus-numeric-save-name (newsgroup headers &optional last-file)
3680   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
3681 If variable `gnus-use-long-file-name' is non-nil, it is
3682 ~/News/news.group/num.  Otherwise, it is like ~/News/news/group/num."
3683   (let ((default
3684           (expand-file-name
3685            (concat (if (gnus-use-long-file-name 'not-save)
3686                        newsgroup
3687                      (gnus-newsgroup-directory-form newsgroup))
3688                    "/" (int-to-string (mail-header-number headers)))
3689            gnus-article-save-directory)))
3690     (if (and last-file
3691              (string-equal (file-name-directory default)
3692                            (file-name-directory last-file))
3693              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
3694         default
3695       (or last-file default))))
3696
3697 (defun gnus-plain-save-name (newsgroup headers &optional last-file)
3698   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
3699 If variable `gnus-use-long-file-name' is non-nil, it is
3700 ~/News/news.group.  Otherwise, it is like ~/News/news/group/news."
3701   (or last-file
3702       (expand-file-name
3703        (if (gnus-use-long-file-name 'not-save)
3704            newsgroup
3705          (file-relative-name
3706           (expand-file-name "news" (gnus-newsgroup-directory-form newsgroup))
3707           default-directory))
3708        gnus-article-save-directory)))
3709
3710 (defun gnus-sender-save-name (newsgroup headers &optional last-file)
3711   "Generate file name from sender."
3712   (let ((from (mail-header-from headers)))
3713     (expand-file-name
3714      (if (and from (string-match "\\([^ <]+\\)@" from))
3715          (match-string 1 from)
3716        "nobody")
3717      gnus-article-save-directory)))
3718
3719 (defun article-verify-x-pgp-sig ()
3720   "Verify X-PGP-Sig."
3721   (interactive)
3722   (if (gnus-buffer-live-p gnus-original-article-buffer)
3723       (let ((sig (with-current-buffer gnus-original-article-buffer
3724                    (gnus-fetch-field "X-PGP-Sig")))
3725             items info headers)
3726         (when (and sig
3727                    mml2015-use
3728                    (mml2015-clear-verify-function))
3729           (with-temp-buffer
3730             (insert-buffer-substring gnus-original-article-buffer)
3731             (setq items (split-string sig))
3732             (message-narrow-to-head)
3733             (let ((inhibit-point-motion-hooks t)
3734                   (case-fold-search t))
3735               ;; Don't verify multiple headers.
3736               (setq headers (mapconcat (lambda (header)
3737                                          (concat header ": "
3738                                                  (mail-fetch-field header)
3739                                                  "\n"))
3740                                        (split-string (nth 1 items) ",") "")))
3741             (delete-region (point-min) (point-max))
3742             (insert "-----BEGIN PGP SIGNED MESSAGE-----\n\n")
3743             (insert "X-Signed-Headers: " (nth 1 items) "\n")
3744             (insert headers)
3745             (widen)
3746             (forward-line)
3747             (while (not (eobp))
3748               (if (looking-at "^-")
3749                   (insert "- "))
3750               (forward-line))
3751             (insert "\n-----BEGIN PGP SIGNATURE-----\n")
3752             (insert "Version: " (car items) "\n\n")
3753             (insert (mapconcat 'identity (cddr items) "\n"))
3754             (insert "\n-----END PGP SIGNATURE-----\n")
3755             (let ((mm-security-handle (list (format "multipart/signed"))))
3756               (mml2015-clean-buffer)
3757               (let ((coding-system-for-write (or gnus-newsgroup-charset
3758                                                  'iso-8859-1)))
3759                 (funcall (mml2015-clear-verify-function)))
3760               (setq info
3761                     (or (mm-handle-multipart-ctl-parameter
3762                          mm-security-handle 'gnus-details)
3763                         (mm-handle-multipart-ctl-parameter
3764                          mm-security-handle 'gnus-info)))))
3765           (when info
3766             (let ((inhibit-read-only t) bface eface)
3767               (save-restriction
3768                 (message-narrow-to-head)
3769                 (goto-char (point-max))
3770                 (forward-line -1)
3771                 (setq bface (get-text-property (point-at-bol) 'face)
3772                       eface (get-text-property (1- (point-at-eol)) 'face))
3773                 (message-remove-header "X-Gnus-PGP-Verify")
3774                 (if (re-search-forward "^X-PGP-Sig:" nil t)
3775                     (forward-line)
3776                   (goto-char (point-max)))
3777                 (narrow-to-region (point) (point))
3778                 (insert "X-Gnus-PGP-Verify: " info "\n")
3779                 (goto-char (point-min))
3780                 (forward-line)
3781                 (while (not (eobp))
3782                   (if (not (looking-at "^[ \t]"))
3783                       (insert " "))
3784                   (forward-line))
3785                 ;; Do highlighting.
3786                 (goto-char (point-min))
3787                 (when (looking-at "\\([^:]+\\): *")
3788                   (put-text-property (match-beginning 1) (1+ (match-end 1))
3789                                      'face bface)
3790                   (put-text-property (match-end 0) (point-max)
3791                                      'face eface)))))))))
3792
3793 (defun article-verify-cancel-lock ()
3794   "Verify Cancel-Lock header."
3795   (interactive)
3796   (if (gnus-buffer-live-p gnus-original-article-buffer)
3797       (canlock-verify gnus-original-article-buffer)))
3798
3799 (eval-and-compile
3800   (mapcar
3801    (lambda (func)
3802      (let (afunc gfunc)
3803        (if (consp func)
3804            (setq afunc (car func)
3805                  gfunc (cdr func))
3806          (setq afunc func
3807                gfunc (intern (format "gnus-%s" func))))
3808        (defalias gfunc
3809          (when (fboundp afunc)
3810            `(lambda (&optional interactive &rest args)
3811               ,(documentation afunc t)
3812               (interactive (list t))
3813               (save-excursion
3814                 (set-buffer gnus-article-buffer)
3815                 (if interactive
3816                     (call-interactively ',afunc)
3817                   (apply ',afunc args))))))))
3818    '(article-hide-headers
3819      article-verify-x-pgp-sig
3820      article-verify-cancel-lock
3821      article-hide-boring-headers
3822      article-treat-overstrike
3823      article-treat-ansi-sequences
3824      article-fill-long-lines
3825      article-capitalize-sentences
3826      article-remove-cr
3827      article-remove-leading-whitespace
3828      article-display-x-face
3829      article-display-face
3830      article-de-quoted-unreadable
3831      article-de-base64-unreadable
3832      article-decode-HZ
3833      article-wash-html
3834      article-unsplit-urls
3835      article-hide-list-identifiers
3836      article-strip-banner
3837      article-babel
3838      article-hide-pem
3839      article-hide-signature
3840      article-strip-headers-in-body
3841      article-remove-trailing-blank-lines
3842      article-strip-leading-blank-lines
3843      article-strip-multiple-blank-lines
3844      article-strip-leading-space
3845      article-strip-trailing-space
3846      article-strip-blank-lines
3847      article-strip-all-blank-lines
3848      article-date-local
3849      article-date-english
3850      article-date-iso8601
3851      article-date-original
3852      article-date-ut
3853      article-decode-mime-words
3854      article-decode-charset
3855      article-decode-encoded-words
3856      article-date-user
3857      article-date-lapsed
3858      article-emphasize
3859      article-treat-dumbquotes
3860      article-normalize-headers
3861 ;;     (article-show-all . gnus-article-show-all-headers)
3862      )))
3863 \f
3864 ;;;
3865 ;;; Gnus article mode
3866 ;;;
3867
3868 (put 'gnus-article-mode 'mode-class 'special)
3869
3870 (set-keymap-parent gnus-article-mode-map widget-keymap)
3871
3872 (gnus-define-keys gnus-article-mode-map
3873   " " gnus-article-goto-next-page
3874   "\177" gnus-article-goto-prev-page
3875   [delete] gnus-article-goto-prev-page
3876   [backspace] gnus-article-goto-prev-page
3877   "\C-c^" gnus-article-refer-article
3878   "h" gnus-article-show-summary
3879   "s" gnus-article-show-summary
3880   "\C-c\C-m" gnus-article-mail
3881   "?" gnus-article-describe-briefly
3882   "e" gnus-summary-edit-article
3883   "<" beginning-of-buffer
3884   ">" end-of-buffer
3885   "\C-c\C-i" gnus-info-find-node
3886   "\C-c\C-b" gnus-bug
3887   "R" gnus-article-reply-with-original
3888   "F" gnus-article-followup-with-original
3889   "\C-hk" gnus-article-describe-key
3890   "\C-hc" gnus-article-describe-key-briefly
3891
3892   "\C-d" gnus-article-read-summary-keys
3893   "\M-*" gnus-article-read-summary-keys
3894   "\M-#" gnus-article-read-summary-keys
3895   "\M-^" gnus-article-read-summary-keys
3896   "\M-g" gnus-article-read-summary-keys)
3897
3898 (substitute-key-definition
3899  'undefined 'gnus-article-read-summary-keys gnus-article-mode-map)
3900
3901 (defun gnus-article-make-menu-bar ()
3902   (unless (boundp 'gnus-article-commands-menu)
3903     (gnus-summary-make-menu-bar))
3904   (gnus-turn-off-edit-menu 'article)
3905   (unless (boundp 'gnus-article-article-menu)
3906     (easy-menu-define
3907      gnus-article-article-menu gnus-article-mode-map ""
3908      '("Article"
3909        ["Scroll forwards" gnus-article-goto-next-page t]
3910        ["Scroll backwards" gnus-article-goto-prev-page t]
3911        ["Show summary" gnus-article-show-summary t]
3912        ["Fetch Message-ID at point" gnus-article-refer-article t]
3913        ["Mail to address at point" gnus-article-mail t]
3914        ["Send a bug report" gnus-bug t]))
3915
3916     (easy-menu-define
3917      gnus-article-treatment-menu gnus-article-mode-map ""
3918      ;; Fixme: this should use :active (and maybe :visible).
3919      '("Treatment"
3920        ["Hide headers" gnus-article-hide-headers t]
3921        ["Hide signature" gnus-article-hide-signature t]
3922        ["Hide citation" gnus-article-hide-citation t]
3923        ["Treat overstrike" gnus-article-treat-overstrike t]
3924        ["Treat ANSI sequences" gnus-article-treat-ansi-sequences t]
3925        ["Remove carriage return" gnus-article-remove-cr t]
3926        ["Remove leading whitespace" gnus-article-remove-leading-whitespace t]
3927        ["Remove quoted-unreadable" gnus-article-de-quoted-unreadable t]
3928        ["Remove base64" gnus-article-de-base64-unreadable t]
3929        ["Treat html" gnus-article-wash-html t]
3930        ["Remove newlines from within URLs" gnus-article-unsplit-urls t]
3931        ["Decode HZ" gnus-article-decode-HZ t]))
3932
3933     ;; Note "Commands" menu is defined in gnus-sum.el for consistency
3934
3935     ;; Note "Post" menu is defined in gnus-sum.el for consistency
3936
3937     (gnus-run-hooks 'gnus-article-menu-hook)))
3938
3939 (defun gnus-article-mode ()
3940   "Major mode for displaying an article.
3941
3942 All normal editing commands are switched off.
3943
3944 The following commands are available in addition to all summary mode
3945 commands:
3946 \\<gnus-article-mode-map>
3947 \\[gnus-article-next-page]\t Scroll the article one page forwards
3948 \\[gnus-article-prev-page]\t Scroll the article one page backwards
3949 \\[gnus-article-refer-article]\t Go to the article referred to by an article id near point
3950 \\[gnus-article-show-summary]\t Display the summary buffer
3951 \\[gnus-article-mail]\t Send a reply to the address near point
3952 \\[gnus-article-describe-briefly]\t Describe the current mode briefly
3953 \\[gnus-info-find-node]\t Go to the Gnus info node"
3954   (interactive)
3955   (kill-all-local-variables)
3956   (gnus-simplify-mode-line)
3957   (setq mode-name "Article")
3958   (setq major-mode 'gnus-article-mode)
3959   (make-local-variable 'minor-mode-alist)
3960   (use-local-map gnus-article-mode-map)
3961   (when (gnus-visual-p 'article-menu 'menu)
3962     (gnus-article-make-menu-bar)
3963     (when gnus-summary-tool-bar-map
3964       (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map)))
3965   (gnus-update-format-specifications nil 'article-mode)
3966   (set (make-local-variable 'page-delimiter) gnus-page-delimiter)
3967   (set (make-local-variable 'gnus-page-broken) nil)
3968   (make-local-variable 'gnus-button-marker-list)
3969   (make-local-variable 'gnus-article-current-summary)
3970   (make-local-variable 'gnus-article-mime-handles)
3971   (make-local-variable 'gnus-article-decoded-p)
3972   (make-local-variable 'gnus-article-mime-handle-alist)
3973   (make-local-variable 'gnus-article-wash-types)
3974   (make-local-variable 'gnus-article-image-alist)
3975   (make-local-variable 'gnus-article-charset)
3976   (make-local-variable 'gnus-article-ignored-charsets)
3977   ;; Prevent recent Emacsen from displaying non-break space as "\ ".
3978   (set (make-local-variable 'nobreak-char-display) nil)
3979   (setq cursor-in-non-selected-windows nil)
3980   (gnus-set-default-directory)
3981   (buffer-disable-undo)
3982   (setq buffer-read-only t
3983         show-trailing-whitespace nil)
3984   (set-syntax-table gnus-article-mode-syntax-table)
3985   (mm-enable-multibyte)
3986   (gnus-run-mode-hooks 'gnus-article-mode-hook))
3987
3988 (defun gnus-article-setup-buffer ()
3989   "Initialize the article buffer."
3990   (let* ((name (if gnus-single-article-buffer "*Article*"
3991                  (concat "*Article " gnus-newsgroup-name "*")))
3992          (original
3993           (progn (string-match "\\*Article" name)
3994                  (concat " *Original Article"
3995                          (substring name (match-end 0))))))
3996     (setq gnus-article-buffer name)
3997     (setq gnus-original-article-buffer original)
3998     (setq gnus-article-mime-handle-alist nil)
3999     ;; This might be a variable local to the summary buffer.
4000     (unless gnus-single-article-buffer
4001       (save-excursion
4002         (set-buffer gnus-summary-buffer)
4003         (setq gnus-article-buffer name)
4004         (setq gnus-original-article-buffer original)
4005         (gnus-set-global-variables)))
4006     (gnus-article-setup-highlight-words)
4007     ;; Init original article buffer.
4008     (save-excursion
4009       (set-buffer (gnus-get-buffer-create gnus-original-article-buffer))
4010       (mm-enable-multibyte)
4011       (setq major-mode 'gnus-original-article-mode)
4012       (make-local-variable 'gnus-original-article))
4013     (if (and (get-buffer name)
4014              (with-current-buffer name
4015                (if gnus-article-edit-mode
4016                    (if (y-or-n-p "Article mode edit in progress; discard? ")
4017                        (progn
4018                          (set-buffer-modified-p nil)
4019                          (gnus-kill-buffer name)
4020                          (message "")
4021                          nil)
4022                      (error "Action aborted"))
4023                  t)))
4024         (save-excursion
4025           (set-buffer name)
4026           (set (make-local-variable 'gnus-article-edit-mode) nil)
4027           (when gnus-article-mime-handles
4028             (mm-destroy-parts gnus-article-mime-handles)
4029             (setq gnus-article-mime-handles nil))
4030           ;; Set it to nil in article-buffer!
4031           (setq gnus-article-mime-handle-alist nil)
4032           (buffer-disable-undo)
4033           (setq buffer-read-only t)
4034           ;; This list just keeps growing if we don't reset it.
4035           (setq gnus-button-marker-list nil)
4036           (unless (eq major-mode 'gnus-article-mode)
4037             (gnus-article-mode))
4038           (current-buffer))
4039       (save-excursion
4040         (set-buffer (gnus-get-buffer-create name))
4041         (gnus-article-mode)
4042         (make-local-variable 'gnus-summary-buffer)
4043         (gnus-summary-set-local-parameters gnus-newsgroup-name)
4044         (current-buffer)))))
4045
4046 ;; Set article window start at LINE, where LINE is the number of lines
4047 ;; from the head of the article.
4048 (defun gnus-article-set-window-start (&optional line)
4049   (set-window-start
4050    (gnus-get-buffer-window gnus-article-buffer t)
4051    (save-excursion
4052      (set-buffer gnus-article-buffer)
4053      (goto-char (point-min))
4054      (if (not line)
4055          (point-min)
4056        (gnus-message 6 "Moved to bookmark")
4057        (search-forward "\n\n" nil t)
4058        (forward-line line)
4059        (point)))))
4060
4061 (defun gnus-article-prepare (article &optional all-headers header)
4062   "Prepare ARTICLE in article mode buffer.
4063 ARTICLE should either be an article number or a Message-ID.
4064 If ARTICLE is an id, HEADER should be the article headers.
4065 If ALL-HEADERS is non-nil, no headers are hidden."
4066   (save-excursion
4067     ;; Make sure we start in a summary buffer.
4068     (unless (eq major-mode 'gnus-summary-mode)
4069       (set-buffer gnus-summary-buffer))
4070     (setq gnus-summary-buffer (current-buffer))
4071     (let* ((gnus-article (if header (mail-header-number header) article))
4072            (summary-buffer (current-buffer))
4073            (gnus-tmp-internal-hook gnus-article-internal-prepare-hook)
4074            (group gnus-newsgroup-name)
4075            result)
4076       (save-excursion
4077         (gnus-article-setup-buffer)
4078         (set-buffer gnus-article-buffer)
4079         ;; Deactivate active regions.
4080         (when (and (boundp 'transient-mark-mode)
4081                    transient-mark-mode)
4082           (setq mark-active nil))
4083         (if (not (setq result (let ((inhibit-read-only t))
4084                                 (gnus-request-article-this-buffer
4085                                  article group))))
4086             ;; There is no such article.
4087             (save-excursion
4088               (when (and (numberp article)
4089                          (not (memq article gnus-newsgroup-sparse)))
4090                 (setq gnus-article-current
4091                       (cons gnus-newsgroup-name article))
4092                 (set-buffer gnus-summary-buffer)
4093                 (setq gnus-current-article article)
4094                 (if (and (memq article gnus-newsgroup-undownloaded)
4095                          (not (gnus-online (gnus-find-method-for-group
4096                                             gnus-newsgroup-name))))
4097                     (progn
4098                       (gnus-summary-set-agent-mark article)
4099                       (message "Message marked for downloading"))
4100                   (gnus-summary-mark-article article gnus-canceled-mark)
4101                   (unless (memq article gnus-newsgroup-sparse)
4102                     (gnus-error 1 "No such article (may have expired or been canceled)")))))
4103           (if (or (eq result 'pseudo)
4104                   (eq result 'nneething))
4105               (progn
4106                 (save-excursion
4107                   (set-buffer summary-buffer)
4108                   (push article gnus-newsgroup-history)
4109                   (setq gnus-last-article gnus-current-article
4110                         gnus-current-article 0
4111                         gnus-current-headers nil
4112                         gnus-article-current nil)
4113                   (if (eq result 'nneething)
4114                       (gnus-configure-windows 'summary)
4115                     (gnus-configure-windows 'article))
4116                   (gnus-set-global-variables))
4117                 (let ((gnus-article-mime-handle-alist-1
4118                        gnus-article-mime-handle-alist))
4119                   (gnus-set-mode-line 'article)))
4120             ;; The result from the `request' was an actual article -
4121             ;; or at least some text that is now displayed in the
4122             ;; article buffer.
4123             (when (and (numberp article)
4124                        (not (eq article gnus-current-article)))
4125               ;; Seems like a new article has been selected.
4126               ;; `gnus-current-article' must be an article number.
4127               (save-excursion
4128                 (set-buffer summary-buffer)
4129                 (push article gnus-newsgroup-history)
4130                 (setq gnus-last-article gnus-current-article
4131                       gnus-current-article article
4132                       gnus-current-headers
4133                       (gnus-summary-article-header gnus-current-article)
4134                       gnus-article-current
4135                       (cons gnus-newsgroup-name gnus-current-article))
4136                 (unless (vectorp gnus-current-headers)
4137                   (setq gnus-current-headers nil))
4138                 (gnus-summary-goto-subject gnus-current-article)
4139                 (when (gnus-summary-show-thread)
4140                   ;; If the summary buffer really was folded, the
4141                   ;; previous goto may not actually have gone to
4142                   ;; the right article, but the thread root instead.
4143                   ;; So we go again.
4144                   (gnus-summary-goto-subject gnus-current-article))
4145                 (gnus-run-hooks 'gnus-mark-article-hook)
4146                 (gnus-set-mode-line 'summary)
4147                 (when (gnus-visual-p 'article-highlight 'highlight)
4148                   (gnus-run-hooks 'gnus-visual-mark-article-hook))
4149                 ;; Set the global newsgroup variables here.
4150                 (gnus-set-global-variables)
4151                 (setq gnus-have-all-headers
4152                       (or all-headers gnus-show-all-headers))))
4153             (save-excursion
4154               (gnus-configure-windows 'article))
4155             (when (or (numberp article)
4156                       (stringp article))
4157               (gnus-article-prepare-display)
4158               ;; Do page break.
4159               (goto-char (point-min))
4160               (when gnus-break-pages
4161                 (gnus-narrow-to-page)))
4162             (let ((gnus-article-mime-handle-alist-1
4163                    gnus-article-mime-handle-alist))
4164               (gnus-set-mode-line 'article))
4165             (article-goto-body)
4166             (unless (bobp)
4167               (forward-line -1))
4168             (set-window-point (get-buffer-window (current-buffer)) (point))
4169             (gnus-configure-windows 'article)
4170             t))))))
4171
4172 ;;;###autoload
4173 (defun gnus-article-prepare-display ()
4174   "Make the current buffer look like a nice article."
4175   ;; Hooks for getting information from the article.
4176   ;; This hook must be called before being narrowed.
4177   (let ((gnus-article-buffer (current-buffer))
4178         buffer-read-only
4179         (inhibit-read-only t))
4180     (unless (eq major-mode 'gnus-article-mode)
4181       (gnus-article-mode))
4182     (setq buffer-read-only nil
4183           gnus-article-wash-types nil
4184           gnus-article-image-alist nil)
4185     (gnus-run-hooks 'gnus-tmp-internal-hook)
4186     (when gnus-display-mime-function
4187       (funcall gnus-display-mime-function))
4188     (gnus-run-hooks 'gnus-article-prepare-hook)))
4189
4190 ;;;
4191 ;;; Gnus MIME viewing functions
4192 ;;;
4193
4194 (defvar gnus-mime-button-line-format "%{%([%p. %d%T]%)%}%e\n"
4195   "Format of the MIME buttons.
4196
4197 Valid specifiers include:
4198 %t  The MIME type
4199 %T  MIME type, along with additional info
4200 %n  The `name' parameter
4201 %d  The description, if any
4202 %l  The length of the encoded part
4203 %p  The part identifier number
4204 %e  Dots if the part isn't displayed
4205
4206 General format specifiers can also be used.  See Info node
4207 `(gnus)Formatting Variables'.")
4208
4209 (defvar gnus-mime-button-line-format-alist
4210   '((?t gnus-tmp-type ?s)
4211     (?T gnus-tmp-type-long ?s)
4212     (?n gnus-tmp-name ?s)
4213     (?d gnus-tmp-description ?s)
4214     (?p gnus-tmp-id ?s)
4215     (?l gnus-tmp-length ?d)
4216     (?e gnus-tmp-dots ?s)))
4217
4218 (defvar gnus-mime-button-commands
4219   '((gnus-article-press-button "\r" "Toggle Display")
4220     (gnus-mime-view-part "v" "View Interactively...")
4221     (gnus-mime-view-part-as-type "t" "View As Type...")
4222     (gnus-mime-view-part-as-charset "C" "View As charset...")
4223     (gnus-mime-save-part "o" "Save...")
4224     (gnus-mime-save-part-and-strip "\C-o" "Save and Strip")
4225     (gnus-mime-replace-part "r" "Replace part")
4226     (gnus-mime-delete-part "d" "Delete part")
4227     (gnus-mime-copy-part "c" "View As Text, In Other Buffer")
4228     (gnus-mime-inline-part "i" "View As Text, In This Buffer")
4229     (gnus-mime-view-part-internally "E" "View Internally") ;; Why `E'?
4230     (gnus-mime-view-part-externally "e" "View Externally")
4231     (gnus-mime-print-part "p" "Print")
4232     (gnus-mime-pipe-part "|" "Pipe To Command...")
4233     (gnus-mime-action-on-part "." "Take action on the part...")))
4234
4235 (defun gnus-article-mime-part-status ()
4236   (if gnus-article-mime-handle-alist-1
4237       (if (eq 1 (length gnus-article-mime-handle-alist-1))
4238           " (1 part)"
4239         (format " (%d parts)" (length gnus-article-mime-handle-alist-1)))
4240     ""))
4241
4242 (defvar gnus-mime-button-map
4243   (let ((map (make-sparse-keymap)))
4244     (define-key map gnus-mouse-2 'gnus-article-push-button)
4245     (define-key map gnus-down-mouse-3 'gnus-mime-button-menu)
4246     (dolist (c gnus-mime-button-commands)
4247       (define-key map (cadr c) (car c)))
4248     map))
4249
4250 (easy-menu-define
4251   gnus-mime-button-menu gnus-mime-button-map "MIME button menu."
4252   `("MIME Part"
4253     ,@(mapcar (lambda (c)
4254                 (vector (caddr c) (car c) :enable t))
4255               gnus-mime-button-commands)))
4256
4257 (defun gnus-mime-button-menu (event prefix)
4258  "Construct a context-sensitive menu of MIME commands."
4259  (interactive "e\nP")
4260  (save-window-excursion
4261    (let ((pos (event-start event)))
4262      (select-window (posn-window pos))
4263      (goto-char (posn-point pos))
4264      (gnus-article-check-buffer)
4265      (popup-menu gnus-mime-button-menu nil prefix))))
4266
4267 (defun gnus-mime-view-all-parts (&optional handles)
4268   "View all the MIME parts."
4269   (interactive)
4270   (with-current-buffer gnus-article-buffer
4271     (let ((handles (or handles gnus-article-mime-handles))
4272           (mail-parse-charset gnus-newsgroup-charset)
4273           (mail-parse-ignored-charsets
4274            (with-current-buffer gnus-summary-buffer
4275              gnus-newsgroup-ignored-charsets)))
4276       (when handles
4277         (mm-remove-parts handles)
4278         (goto-char (point-min))
4279         (or (search-forward "\n\n") (goto-char (point-max)))
4280         (let ((inhibit-read-only t))
4281           (delete-region (point) (point-max))
4282           (mm-display-parts handles))))))
4283
4284 (defun gnus-article-jump-to-part (n)
4285   "Jump to MIME part N."
4286   (interactive "P")
4287   (pop-to-buffer gnus-article-buffer)
4288   ;; FIXME: why is it necessary?
4289   (sit-for 0)
4290   (let ((parts (length gnus-article-mime-handle-alist)))
4291     (or n (setq n
4292                 (string-to-number
4293                  (read-string ;; Emacs 21 doesn't have `read-number'.
4294                   (format "Jump to part (2..%s): " parts)))))
4295     (unless (and (integerp n) (<= n parts) (>= n 1))
4296       (setq n
4297             (progn
4298               (gnus-message 7 "Invalid part `%s', using %s instead."
4299                             n parts)
4300               parts)))
4301     (gnus-message 9 "Jumping to part %s." n)
4302     (cond ((>= gnus-auto-select-part 1)
4303            (while (and (<= n parts)
4304                        (not (gnus-article-goto-part n)))
4305              (setq n (1+ n))))
4306           ((< gnus-auto-select-part 0)
4307            (while (and (>= n 1)
4308                        (not (gnus-article-goto-part n)))
4309              (setq n (1- n))))
4310           (t
4311            (gnus-article-goto-part n)))))
4312
4313 (eval-when-compile
4314   (defsubst gnus-article-edit-part (handles &optional current-id)
4315     "Edit an article in order to delete a mime part.
4316 This function is exclusively used by `gnus-mime-save-part-and-strip'
4317 and `gnus-mime-delete-part', and not provided at run-time normally."
4318     (gnus-article-edit-article
4319      `(lambda ()
4320         (buffer-disable-undo)
4321         (erase-buffer)
4322         (let ((mail-parse-charset (or gnus-article-charset
4323                                       ',gnus-newsgroup-charset))
4324               (mail-parse-ignored-charsets
4325                (or gnus-article-ignored-charsets
4326                    ',gnus-newsgroup-ignored-charsets))
4327               (mbl mml-buffer-list))
4328           (setq mml-buffer-list nil)
4329           (insert-buffer-substring gnus-original-article-buffer)
4330           (mime-to-mml ',handles)
4331           (setq gnus-article-mime-handles nil)
4332           (let ((mbl1 mml-buffer-list))
4333             (setq mml-buffer-list mbl)
4334             (set (make-local-variable 'mml-buffer-list) mbl1))
4335           (gnus-make-local-hook 'kill-buffer-hook)
4336           (add-hook 'kill-buffer-hook 'mml-destroy-buffers t t)))
4337      `(lambda (no-highlight)
4338         (let ((mail-parse-charset (or gnus-article-charset
4339                                       ',gnus-newsgroup-charset))
4340               (message-options message-options)
4341               (message-options-set-recipient)
4342               (mail-parse-ignored-charsets
4343                (or gnus-article-ignored-charsets
4344                    ',gnus-newsgroup-ignored-charsets)))
4345           (mml-to-mime)
4346           (mml-destroy-buffers)
4347           (remove-hook 'kill-buffer-hook
4348                        'mml-destroy-buffers t)
4349           (kill-local-variable 'mml-buffer-list))
4350         (gnus-summary-edit-article-done
4351          ,(or (mail-header-references gnus-current-headers) "")
4352          ,(gnus-group-read-only-p)
4353          ,gnus-summary-buffer no-highlight))
4354      t)
4355     (gnus-article-edit-done)
4356     (gnus-summary-expand-window)
4357     (gnus-summary-show-article)
4358     (when (and current-id (integerp gnus-auto-select-part))
4359       (gnus-article-jump-to-part
4360        (+ current-id gnus-auto-select-part)))))
4361
4362 (defun gnus-mime-replace-part (file)
4363   "Replace MIME part under point with an external body."
4364   ;; Useful if file has already been saved to disk
4365   (interactive
4366    (list
4367     (mm-with-multibyte
4368       (read-file-name "Replace MIME part with file: "
4369                       (or mm-default-directory default-directory)
4370                       nil nil))))
4371   (gnus-mime-save-part-and-strip file))
4372
4373 (defun gnus-mime-save-part-and-strip (&optional file)
4374   "Save the MIME part under point then replace it with an external body.
4375 If FILE is given, use it for the external part."
4376   (interactive)
4377   (gnus-article-check-buffer)
4378   (when (gnus-group-read-only-p)
4379     (error "The current group does not support deleting of parts"))
4380   (when (mm-complicated-handles gnus-article-mime-handles)
4381     (error "\
4382 The current article has a complicated MIME structure, giving up..."))
4383   (let* ((data (get-text-property (point) 'gnus-data))
4384          (id (get-text-property (point) 'gnus-part))
4385          param
4386          (handles gnus-article-mime-handles))
4387     (unless file
4388       (setq file
4389             (and data (mm-save-part data "Delete MIME part and save to: "))))
4390     (when file
4391       (with-current-buffer (mm-handle-buffer data)
4392         (erase-buffer)
4393         (insert "Content-Type: " (mm-handle-media-type data))
4394         (mml-insert-parameter-string (cdr (mm-handle-type data))
4395                                      '(charset))
4396         ;; Add a filename for the sake of saving the part again.
4397         (mml-insert-parameter
4398          (mail-header-encode-parameter "name" (file-name-nondirectory file)))
4399         (insert "\n")
4400         (insert "Content-ID: " (message-make-message-id) "\n")
4401         (insert "Content-Transfer-Encoding: binary\n")
4402         (insert "\n"))
4403       (setcdr data
4404               (cdr (mm-make-handle nil
4405                                    `("message/external-body"
4406                                      (access-type . "LOCAL-FILE")
4407                                      (name . ,file)))))
4408       ;; (set-buffer gnus-summary-buffer)
4409       (gnus-article-edit-part handles id))))
4410
4411 ;; A function like `gnus-summary-save-parts' (`X m', `<MIME> <Extract all
4412 ;; parts...>') but with stripping would be nice.
4413
4414 (defun gnus-mime-delete-part ()
4415   "Delete the MIME part under point.
4416 Replace it with some information about the removed part."
4417   (interactive)
4418   (gnus-article-check-buffer)
4419   (when (gnus-group-read-only-p)
4420     (error "The current group does not support deleting of parts"))
4421   (when (mm-complicated-handles gnus-article-mime-handles)
4422     (error "\
4423 The current article has a complicated MIME structure, giving up..."))
4424   (when (or gnus-expert-user
4425             (gnus-yes-or-no-p "\
4426 Deleting parts may malfunction or destroy the article; continue? "))
4427     (let* ((data (get-text-property (point) 'gnus-data))
4428            (id (get-text-property (point) 'gnus-part))
4429            (handles gnus-article-mime-handles)
4430            (none "(none)")
4431            (description
4432             (or
4433              (mail-decode-encoded-word-string (or (mm-handle-description data)
4434                                                   none))))
4435            (filename
4436             (or (mail-content-type-get (mm-handle-disposition data) 'filename)
4437                 none))
4438            (type (mm-handle-media-type data)))
4439       (unless data
4440         (error "No MIME part under point"))
4441       (with-current-buffer (mm-handle-buffer data)
4442         (let ((bsize (format "%s" (buffer-size))))
4443           (erase-buffer)
4444           (insert
4445            (concat
4446             ",----\n"
4447             "| The following attachment has been deleted:\n"
4448             "|\n"
4449             "| Type:           " type "\n"
4450             "| Filename:       " filename "\n"
4451             "| Size (encoded): " bsize " Byte\n"
4452             "| Description:    " description "\n"
4453             "`----\n"))
4454           (setcdr data
4455                   (cdr (mm-make-handle
4456                         nil `("text/plain") nil nil
4457                         (list "attachment")
4458                         (format "Deleted attachment (%s bytes)" bsize))))))
4459       ;; (set-buffer gnus-summary-buffer)
4460       (gnus-article-edit-part handles id))))
4461
4462 (defun gnus-mime-save-part ()
4463   "Save the MIME part under point."
4464   (interactive)
4465   (gnus-article-check-buffer)
4466   (let ((data (get-text-property (point) 'gnus-data)))
4467     (when data
4468       (mm-save-part data))))
4469
4470 (defun gnus-mime-pipe-part ()
4471   "Pipe the MIME part under point to a process."
4472   (interactive)
4473   (gnus-article-check-buffer)
4474   (let ((data (get-text-property (point) 'gnus-data)))
4475     (when data
4476       (mm-pipe-part data))))
4477
4478 (defun gnus-mime-view-part ()
4479   "Interactively choose a viewing method for the MIME part under point."
4480   (interactive)
4481   (gnus-article-check-buffer)
4482   (let ((data (get-text-property (point) 'gnus-data)))
4483     (when data
4484       (setq gnus-article-mime-handles
4485             (mm-merge-handles
4486              gnus-article-mime-handles (setq data (copy-sequence data))))
4487       (mm-interactively-view-part data))))
4488
4489 (defun gnus-mime-view-part-as-type-internal ()
4490   (gnus-article-check-buffer)
4491   (let* ((handle (get-text-property (point) 'gnus-data))
4492          (name (or
4493                 ;; Content-Type: foo/bar; name=...
4494                 (mail-content-type-get (mm-handle-type handle) 'name)
4495                 ;; Content-Disposition: attachment; filename=...
4496                 (cdr (assq 'filename (cdr (mm-handle-disposition handle))))))
4497          (def-type (and name (mm-default-file-encoding name))))
4498     (and def-type (cons def-type 0))))
4499
4500 (defun gnus-mime-view-part-as-type (&optional mime-type)
4501   "Choose a MIME media type, and view the part as such."
4502   (interactive)
4503   (unless mime-type
4504     (setq mime-type
4505           (let ((default (gnus-mime-view-part-as-type-internal)))
4506             (completing-read
4507              (format "View as MIME type (default %s): "
4508                      (car default))
4509              (mapcar #'list (mailcap-mime-types))
4510              nil nil nil nil
4511              (car default)))))
4512   (gnus-article-check-buffer)
4513   (let ((handle (get-text-property (point) 'gnus-data)))
4514     (when handle
4515       (when (equal (mm-handle-media-type handle) "message/external-body")
4516         (unless (mm-handle-cache handle)
4517           (mm-extern-cache-contents handle))
4518         (setq handle (mm-handle-cache handle)))
4519       (setq handle
4520             (mm-make-handle (mm-handle-buffer handle)
4521                             (cons mime-type (cdr (mm-handle-type handle)))
4522                             (mm-handle-encoding handle)
4523                             (mm-handle-undisplayer handle)
4524                             (mm-handle-disposition handle)
4525                             (mm-handle-description handle)
4526                             nil
4527                             (mm-handle-id handle)))
4528       (setq gnus-article-mime-handles
4529             (mm-merge-handles gnus-article-mime-handles handle))
4530       (gnus-mm-display-part handle))))
4531
4532 (defun gnus-mime-copy-part (&optional handle arg)
4533   "Put the MIME part under point into a new buffer.
4534 If `auto-compression-mode' is enabled, compressed files like .gz and .bz2
4535 are decompressed."
4536   (interactive (list nil current-prefix-arg))
4537   (gnus-article-check-buffer)
4538   (unless handle
4539     (setq handle (get-text-property (point) 'gnus-data)))
4540   (when handle
4541     (let ((filename (or (mail-content-type-get (mm-handle-type handle)
4542                                                'name)
4543                         (mail-content-type-get (mm-handle-disposition handle)
4544                                                'filename)))
4545           contents dont-decode charset coding-system)
4546       (mm-with-unibyte-buffer
4547         (mm-insert-part handle)
4548         (setq contents (or (condition-case nil
4549                                (mm-decompress-buffer filename nil 'sig)
4550                              (error
4551                               (setq dont-decode t)
4552                               nil))
4553                            (buffer-string))))
4554       (setq filename (cond (filename (file-name-nondirectory filename))
4555                            (dont-decode "*raw data*")
4556                            (t "*decoded*")))
4557       (cond
4558        (dont-decode)
4559        ((not arg)
4560         (unless (setq charset (mail-content-type-get
4561                                (mm-handle-type handle) 'charset))
4562           (unless (setq coding-system (mm-with-unibyte-buffer
4563                                         (insert contents)
4564                                         (mm-find-buffer-file-coding-system)))
4565             (setq charset gnus-newsgroup-charset))))
4566        ((numberp arg)
4567         (setq charset (or (cdr (assq arg
4568                                      gnus-summary-show-article-charset-alist))
4569                           (mm-read-coding-system "Charset: ")))))
4570       (switch-to-buffer (generate-new-buffer filename))
4571       (if (or coding-system
4572               (and charset
4573                    (setq coding-system (mm-charset-to-coding-system charset))
4574                    (not (eq charset 'ascii))))
4575           (progn
4576             (mm-enable-multibyte)
4577             (insert (mm-decode-coding-string contents coding-system))
4578             (setq buffer-file-coding-system
4579                   (if (boundp 'last-coding-system-used)
4580                       (symbol-value 'last-coding-system-used)
4581                     coding-system)))
4582         (mm-disable-multibyte)
4583         (insert contents)
4584         (setq buffer-file-coding-system mm-binary-coding-system))
4585       ;; We do it this way to make `normal-mode' set the appropriate mode.
4586       (unwind-protect
4587           (progn
4588             (setq buffer-file-name (expand-file-name filename))
4589             (normal-mode))
4590         (setq buffer-file-name nil))
4591       (goto-char (point-min)))))
4592
4593 (defun gnus-mime-print-part (&optional handle filename)
4594   "Print the MIME part under point."
4595   (interactive (list nil (ps-print-preprint current-prefix-arg)))
4596   (gnus-article-check-buffer)
4597   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4598          (contents (and handle (mm-get-part handle)))
4599          (file (mm-make-temp-file (expand-file-name "mm." mm-tmp-directory)))
4600          (printer (mailcap-mime-info (mm-handle-media-type handle) "print")))
4601     (when contents
4602         (if printer
4603             (unwind-protect
4604                 (progn
4605                   (mm-save-part-to-file handle file)
4606                   (call-process shell-file-name nil
4607                                 (generate-new-buffer " *mm*")
4608                                 nil
4609                                 shell-command-switch
4610                                 (mm-mailcap-command
4611                                  printer file (mm-handle-type handle))))
4612               (delete-file file))
4613           (with-temp-buffer
4614             (insert contents)
4615             (gnus-print-buffer))
4616           (ps-despool filename)))))
4617
4618 (defun gnus-mime-inline-part (&optional handle arg)
4619   "Insert the MIME part under point into the current buffer.
4620 Compressed files like .gz and .bz2 are decompressed."
4621   (interactive (list nil current-prefix-arg))
4622   (gnus-article-check-buffer)
4623   (unless handle
4624     (setq handle (get-text-property (point) 'gnus-data)))
4625   (when handle
4626     (let ((b (point))
4627           (inhibit-read-only t)
4628           contents charset coding-system)
4629       (if (and (not arg) (mm-handle-undisplayer handle))
4630           (mm-remove-part handle)
4631         (mm-with-unibyte-buffer
4632           (mm-insert-part handle)
4633           (setq contents
4634                 (or (mm-decompress-buffer
4635                      (or (mail-content-type-get (mm-handle-type handle)
4636                                                 'name)
4637                          (mail-content-type-get (mm-handle-disposition handle)
4638                                                 'filename))
4639                      nil t)
4640                     (buffer-string))))
4641         (cond
4642          ((not arg)
4643           (unless (setq charset (mail-content-type-get
4644                                  (mm-handle-type handle) 'charset))
4645             (unless (setq coding-system
4646                           (mm-with-unibyte-buffer
4647                             (insert contents)
4648                             (mm-find-buffer-file-coding-system)))
4649               (setq charset gnus-newsgroup-charset))))
4650          ((numberp arg)
4651           (if (mm-handle-undisplayer handle)
4652               (mm-remove-part handle))
4653           (setq charset
4654                 (or (cdr (assq arg
4655                                gnus-summary-show-article-charset-alist))
4656                     (mm-read-coding-system "Charset: "))))
4657          (t
4658           (if (mm-handle-undisplayer handle)
4659               (mm-remove-part handle))))
4660         (forward-line 2)
4661         (mm-insert-inline
4662          handle
4663          (if (or coding-system
4664                  (and charset
4665                       (setq coding-system
4666                             (mm-charset-to-coding-system charset))
4667                       (not (eq coding-system 'ascii))))
4668              (mm-decode-coding-string contents coding-system)
4669            (mm-string-to-multibyte contents)))
4670         (goto-char b)))))
4671
4672 (defun gnus-mime-view-part-as-charset (&optional handle arg)
4673   "Insert the MIME part under point into the current buffer using the
4674 specified charset."
4675   (interactive (list nil current-prefix-arg))
4676   (gnus-article-check-buffer)
4677   (let ((handle (or handle (get-text-property (point) 'gnus-data)))
4678         (fun (get-text-property (point) 'gnus-callback))
4679         (gnus-newsgroup-ignored-charsets 'gnus-all)
4680         gnus-newsgroup-charset type charset)
4681     (when handle
4682       (if (mm-handle-undisplayer handle)
4683           (mm-remove-part handle))
4684       (when fun
4685         (setq gnus-newsgroup-charset
4686               (or (cdr (assq arg gnus-summary-show-article-charset-alist))
4687                   (mm-read-coding-system "Charset: ")))
4688         ;; Strip the charset parameter from `handle'.
4689         (setq type (mm-handle-type
4690                     (if (equal (mm-handle-media-type handle)
4691                                "message/external-body")
4692                         (progn
4693                           (unless (mm-handle-cache handle)
4694                             (mm-extern-cache-contents handle))
4695                           (mm-handle-cache handle))
4696                       handle))
4697               charset (assq 'charset (cdr type)))
4698         (delq charset type)
4699         (funcall fun handle)))))
4700
4701 (defun gnus-mime-view-part-externally (&optional handle)
4702   "View the MIME part under point with an external viewer."
4703   (interactive)
4704   (gnus-article-check-buffer)
4705   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4706          (mm-user-display-methods nil)
4707          (mm-inlined-types nil)
4708          (mail-parse-charset gnus-newsgroup-charset)
4709          (mail-parse-ignored-charsets
4710           (with-current-buffer gnus-summary-buffer
4711             gnus-newsgroup-ignored-charsets)))
4712     (when handle
4713       (if (mm-handle-undisplayer handle)
4714           (mm-remove-part handle)
4715         (mm-display-part handle)))))
4716
4717 (defun gnus-mime-view-part-internally (&optional handle)
4718   "View the MIME part under point with an internal viewer.
4719 If no internal viewer is available, use an external viewer."
4720   (interactive)
4721   (gnus-article-check-buffer)
4722   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4723          (mm-inlined-types '(".*"))
4724          (mm-inline-large-images t)
4725          (mail-parse-charset gnus-newsgroup-charset)
4726          (mail-parse-ignored-charsets
4727           (with-current-buffer gnus-summary-buffer
4728             gnus-newsgroup-ignored-charsets))
4729          (inhibit-read-only t))
4730     (when handle
4731       (if (mm-handle-undisplayer handle)
4732           (mm-remove-part handle)
4733         (mm-display-part handle)))))
4734
4735 (defun gnus-mime-action-on-part (&optional action)
4736   "Do something with the MIME attachment at \(point\)."
4737   (interactive
4738    (list (completing-read "Action: " gnus-mime-action-alist nil t)))
4739   (gnus-article-check-buffer)
4740   (let ((action-pair (assoc action gnus-mime-action-alist)))
4741     (if action-pair
4742         (funcall (cdr action-pair)))))
4743
4744 (defun gnus-article-part-wrapper (n function &optional no-handle interactive)
4745   "Call FUNCTION on MIME part N.
4746 Unless NO-HANDLE, call FUNCTION with N-th MIME handle as it's only argument.
4747 If INTERACTIVE, call FUNCTION interactivly."
4748   (let (window frame)
4749     ;; Check whether the article is displayed.
4750     (unless (and (gnus-buffer-live-p gnus-article-buffer)
4751                  (setq window (get-buffer-window gnus-article-buffer t))
4752                  (frame-visible-p (setq frame (window-frame window))))
4753       (error "No article is displayed"))
4754     (with-current-buffer gnus-article-buffer
4755       ;; Check whether the article displays the right contents.
4756       (unless (with-current-buffer gnus-summary-buffer
4757                 (eq gnus-current-article (gnus-summary-article-number)))
4758         (error "You should select the right article first"))
4759       ;; Check whether the specified part exists.
4760       (when (> n (length gnus-article-mime-handle-alist))
4761         (error "No such part")))
4762     (unless
4763         (progn
4764           ;; To select the window is needed so that the cursor
4765           ;; might be visible on the MIME button.
4766           (select-window (prog1
4767                              window
4768                            (setq window (selected-window))
4769                            ;; Article may be displayed in the other frame.
4770                            (gnus-select-frame-set-input-focus
4771                             (prog1
4772                                 frame
4773                               (setq frame (selected-frame))))))
4774           (when (gnus-article-goto-part n)
4775             ;; We point the cursor and the arrow at the MIME button
4776             ;; when the `function' prompt the user for something.
4777             (let ((cursor-in-non-selected-windows t)
4778                   (overlay-arrow-string "=>")
4779                   (overlay-arrow-position (point-marker)))
4780               (unwind-protect
4781                   (cond
4782                    ((and no-handle interactive)
4783                     (call-interactively function))
4784                    (no-handle
4785                     (funcall function))
4786                    (interactive
4787                     (call-interactively
4788                      function
4789                      (cdr (assq n gnus-article-mime-handle-alist))))
4790                    (t
4791                     (funcall function
4792                              (cdr (assq n gnus-article-mime-handle-alist)))))
4793                 (set-marker overlay-arrow-position nil)
4794                 (unless gnus-auto-select-part
4795                   (gnus-select-frame-set-input-focus frame)
4796                   (select-window window))))
4797             t))
4798       (if gnus-inhibit-mime-unbuttonizing
4799           ;; This is the default though the program shouldn't reach here.
4800           (error "No such part")
4801         ;; The part which doesn't have the MIME button is selected.
4802         ;; So, we display all the buttons and redo it.
4803         (let ((gnus-inhibit-mime-unbuttonizing t))
4804           (gnus-summary-show-article)
4805           (gnus-article-part-wrapper n function no-handle))))))
4806
4807 (defun gnus-article-pipe-part (n)
4808   "Pipe MIME part N, which is the numerical prefix."
4809   (interactive "p")
4810   (gnus-article-part-wrapper n 'mm-pipe-part))
4811
4812 (defun gnus-article-save-part (n)
4813   "Save MIME part N, which is the numerical prefix."
4814   (interactive "p")
4815   (gnus-article-part-wrapper n 'mm-save-part))
4816
4817 (defun gnus-article-interactively-view-part (n)
4818   "View MIME part N interactively, which is the numerical prefix."
4819   (interactive "p")
4820   (gnus-article-part-wrapper n 'mm-interactively-view-part))
4821
4822 (defun gnus-article-copy-part (n)
4823   "Copy MIME part N, which is the numerical prefix."
4824   (interactive "p")
4825   (gnus-article-part-wrapper n 'gnus-mime-copy-part))
4826
4827 (defun gnus-article-view-part-as-charset (n)
4828   "View MIME part N using a specified charset.
4829 N is the numerical prefix."
4830   (interactive "p")
4831   (gnus-article-part-wrapper n 'gnus-mime-view-part-as-charset))
4832
4833 (defun gnus-article-view-part-externally (n)
4834   "View MIME part N externally, which is the numerical prefix."
4835   (interactive "p")
4836   (gnus-article-part-wrapper n 'gnus-mime-view-part-externally))
4837
4838 (defun gnus-article-inline-part (n)
4839   "Inline MIME part N, which is the numerical prefix."
4840   (interactive "p")
4841   (gnus-article-part-wrapper n 'gnus-mime-inline-part))
4842
4843 (defun gnus-article-save-part-and-strip (n)
4844   "Save MIME part N and replace it with an external body.
4845 N is the numerical prefix."
4846   (interactive "p")
4847   (gnus-article-part-wrapper n 'gnus-mime-save-part-and-strip t))
4848
4849 (defun gnus-article-replace-part (n)
4850   "Replace MIME part N with an external body.
4851 N is the numerical prefix."
4852   (interactive "p")
4853   (gnus-article-part-wrapper n 'gnus-mime-replace-part t t))
4854
4855 (defun gnus-article-delete-part (n)
4856   "Delete MIME part N and add some information about the removed part.
4857 N is the numerical prefix."
4858   (interactive "p")
4859   (gnus-article-part-wrapper n 'gnus-mime-delete-part t))
4860
4861 (defun gnus-article-mime-match-handle-first (condition)
4862   (if condition
4863       (let (n)
4864         (dolist (ihandle gnus-article-mime-handle-alist)
4865           (if (and (cond
4866                     ((functionp condition)
4867                      (funcall condition (cdr ihandle)))
4868                     ((eq condition 'undisplayed)
4869                      (not (or (mm-handle-undisplayer (cdr ihandle))
4870                               (equal (mm-handle-media-type (cdr ihandle))
4871                                      "multipart/alternative"))))
4872                     ((eq condition 'undisplayed-alternative)
4873                      (not (mm-handle-undisplayer (cdr ihandle))))
4874                     (t t))
4875                    (gnus-article-goto-part (car ihandle))
4876                    (or (not n) (< (car ihandle) n)))
4877               (setq n (car ihandle))))
4878         (or n 1))
4879     1))
4880
4881 (defun gnus-article-view-part (&optional n)
4882   "View MIME part N, which is the numerical prefix."
4883   (interactive "P")
4884   (with-current-buffer gnus-article-buffer
4885     (or (numberp n) (setq n (gnus-article-mime-match-handle-first
4886                              gnus-article-mime-match-handle-function)))
4887     (when (> n (length gnus-article-mime-handle-alist))
4888       (error "No such part"))
4889     (let ((handle (cdr (assq n gnus-article-mime-handle-alist))))
4890       (when (gnus-article-goto-part n)
4891         (if (equal (car handle) "multipart/alternative")
4892             (gnus-article-press-button)
4893           (when (eq (gnus-mm-display-part handle) 'internal)
4894             (gnus-set-window-start)))))))
4895
4896 (defsubst gnus-article-mime-total-parts ()
4897   (if (bufferp (car gnus-article-mime-handles))
4898       1 ;; single part
4899     (1- (length gnus-article-mime-handles))))
4900
4901 (defun gnus-mm-display-part (handle)
4902   "Display HANDLE and fix MIME button."
4903   (let ((id (get-text-property (point) 'gnus-part))
4904         (point (point))
4905         (inhibit-read-only t))
4906     (forward-line 1)
4907     (prog1
4908         (let ((window (selected-window))
4909               (mail-parse-charset gnus-newsgroup-charset)
4910               (mail-parse-ignored-charsets
4911                (if (gnus-buffer-live-p gnus-summary-buffer)
4912                    (with-current-buffer gnus-summary-buffer
4913                      gnus-newsgroup-ignored-charsets)
4914                  nil)))
4915           (save-excursion
4916             (unwind-protect
4917                 (let ((win (gnus-get-buffer-window (current-buffer) t))
4918                       (beg (point)))
4919                   (when win
4920                     (select-window win))
4921                   (goto-char point)
4922                   (forward-line)
4923                   (if (mm-handle-displayed-p handle)
4924                       ;; This will remove the part.
4925                       (mm-display-part handle)
4926                     (save-restriction
4927                       (narrow-to-region (point)
4928                                         (if (eobp) (point) (1+ (point))))
4929                       (mm-display-part handle)
4930                       ;; We narrow to the part itself and
4931                       ;; then call the treatment functions.
4932                       (goto-char (point-min))
4933                       (forward-line 1)
4934                       (narrow-to-region (point) (point-max))
4935                       (gnus-treat-article
4936                        nil id
4937                        (gnus-article-mime-total-parts)
4938                        (mm-handle-media-type handle)))))
4939               (if (window-live-p window)
4940                   (select-window window)))))
4941       (goto-char point)
4942       (gnus-delete-line)
4943       (gnus-insert-mime-button
4944        handle id (list (mm-handle-displayed-p handle)))
4945       (goto-char point))))
4946
4947 (defun gnus-article-goto-part (n)
4948   "Go to MIME part N."
4949   (gnus-goto-char (text-property-any (point-min) (point-max) 'gnus-part n)))
4950
4951 (defun gnus-insert-mime-button (handle gnus-tmp-id &optional displayed)
4952   (let ((gnus-tmp-name
4953          (or (mail-content-type-get (mm-handle-type handle) 'name)
4954              (mail-content-type-get (mm-handle-disposition handle) 'filename)
4955              (mail-content-type-get (mm-handle-type handle) 'url)
4956              ""))
4957         (gnus-tmp-type (mm-handle-media-type handle))
4958         (gnus-tmp-description
4959          (mail-decode-encoded-word-string (or (mm-handle-description handle)
4960                                               "")))
4961         (gnus-tmp-dots
4962          (if (if displayed (car displayed)
4963                (mm-handle-displayed-p handle))
4964              "" "..."))
4965         (gnus-tmp-length (with-current-buffer (mm-handle-buffer handle)
4966                            (buffer-size)))
4967         gnus-tmp-type-long b e)
4968     (when (string-match ".*/" gnus-tmp-name)
4969       (setq gnus-tmp-name (replace-match "" t t gnus-tmp-name)))
4970     (setq gnus-tmp-type-long (concat gnus-tmp-type
4971                                      (and (not (equal gnus-tmp-name ""))
4972                                           (concat "; " gnus-tmp-name))))
4973     (unless (equal gnus-tmp-description "")
4974       (setq gnus-tmp-type-long (concat " --- " gnus-tmp-type-long)))
4975     (unless (bolp)
4976       (insert "\n"))
4977     (setq b (point))
4978     (gnus-eval-format
4979      gnus-mime-button-line-format gnus-mime-button-line-format-alist
4980      `(keymap ,gnus-mime-button-map
4981               gnus-callback gnus-mm-display-part
4982               gnus-part ,gnus-tmp-id
4983               article-type annotation
4984               gnus-data ,handle))
4985     (setq e (if (bolp)
4986                 ;; Exclude a newline.
4987                 (1- (point))
4988               (point)))
4989     (widget-convert-button
4990      'link b e
4991      :mime-handle handle
4992      :action 'gnus-widget-press-button
4993      :button-keymap gnus-mime-button-map
4994      :help-echo
4995      (lambda (widget/window &optional overlay pos)
4996        ;; Needed to properly clear the message due to a bug in
4997        ;; wid-edit (XEmacs only).
4998        (if (boundp 'help-echo-owns-message)
4999            (setq help-echo-owns-message t))
5000        (format
5001         "%S: %s the MIME part; %S: more options"
5002         (aref gnus-mouse-2 0)
5003         ;; XEmacs will get a single widget arg; Emacs 21 will get
5004         ;; window, overlay, position.
5005         (if (mm-handle-displayed-p
5006              (if overlay
5007                  (with-current-buffer (gnus-overlay-buffer overlay)
5008                    (widget-get (widget-at (gnus-overlay-start overlay))
5009                                :mime-handle))
5010                (widget-get widget/window :mime-handle)))
5011             "hide" "show")
5012         (aref gnus-down-mouse-3 0))))))
5013
5014 (defun gnus-widget-press-button (elems el)
5015   (goto-char (widget-get elems :from))
5016   (gnus-article-press-button))
5017
5018 (defvar gnus-displaying-mime nil)
5019
5020 (defun gnus-display-mime (&optional ihandles)
5021   "Display the MIME parts."
5022   (save-excursion
5023     (save-selected-window
5024       (let ((window (get-buffer-window gnus-article-buffer))
5025             (point (point)))
5026         (when window
5027           (select-window window)
5028           ;; We have to do this since selecting the window
5029           ;; may change the point.  So we set the window point.
5030           (set-window-point window point)))
5031       (let ((handles ihandles)
5032             (inhibit-read-only t)
5033             handle)
5034         (cond (handles)
5035               ((setq handles (mm-dissect-buffer nil gnus-article-loose-mime))
5036                (when gnus-article-emulate-mime
5037                  (mm-uu-dissect-text-parts handles)))
5038               (gnus-article-emulate-mime
5039                (setq handles (mm-uu-dissect))))
5040         (when (and (not ihandles)
5041                    (not gnus-displaying-mime))
5042           ;; Top-level call; we clean up.
5043           (when gnus-article-mime-handles
5044             (mm-destroy-parts gnus-article-mime-handles)
5045             (setq gnus-article-mime-handle-alist nil));; A trick.
5046           (setq gnus-article-mime-handles handles)
5047           ;; We allow users to glean info from the handles.
5048           (when gnus-article-mime-part-function
5049             (gnus-mime-part-function handles)))
5050         (if (and handles
5051                  (or (not (stringp (car handles)))
5052                      (cdr handles)))
5053             (progn
5054               (when (and (not ihandles)
5055                          (not gnus-displaying-mime))
5056                 ;; Clean up for mime parts.
5057                 (article-goto-body)
5058                 (delete-region (point) (point-max)))
5059               (let ((gnus-displaying-mime t))
5060                 (gnus-mime-display-part handles)))
5061           (save-restriction
5062             (article-goto-body)
5063             (narrow-to-region (point) (point-max))
5064             (gnus-treat-article nil 1 1)
5065             (widen)))
5066         (unless ihandles
5067           ;; Highlight the headers.
5068           (save-excursion
5069             (save-restriction
5070               (article-goto-body)
5071               (narrow-to-region (point-min) (point))
5072               (gnus-article-save-original-date
5073                (gnus-treat-article 'head)))))))))
5074
5075 (defcustom gnus-mime-display-multipart-as-mixed nil
5076   "Display \"multipart\" parts as  \"multipart/mixed\".
5077
5078 If t, it overrides nil values of
5079 `gnus-mime-display-multipart-alternative-as-mixed' and
5080 `gnus-mime-display-multipart-related-as-mixed'."
5081   :group 'gnus-article-mime
5082   :type 'boolean)
5083
5084 (defcustom gnus-mime-display-multipart-alternative-as-mixed nil
5085   "Display \"multipart/alternative\" parts as  \"multipart/mixed\"."
5086   :version "22.1"
5087   :group 'gnus-article-mime
5088   :type 'boolean)
5089
5090 (defcustom gnus-mime-display-multipart-related-as-mixed nil
5091   "Display \"multipart/related\" parts as  \"multipart/mixed\".
5092
5093 If displaying \"text/html\" is discouraged \(see
5094 `mm-discouraged-alternatives'\) images or other material inside a
5095 \"multipart/related\" part might be overlooked when this variable is nil."
5096   :version "22.1"
5097   :group 'gnus-article-mime
5098   :type 'boolean)
5099
5100 (defun gnus-mime-display-part (handle)
5101   (cond
5102    ;; Maybe a broken MIME message.
5103    ((null handle))
5104    ;; Single part.
5105    ((not (stringp (car handle)))
5106     (gnus-mime-display-single handle))
5107    ;; User-defined multipart
5108    ((cdr (assoc (car handle) gnus-mime-multipart-functions))
5109     (funcall (cdr (assoc (car handle) gnus-mime-multipart-functions))
5110              handle))
5111    ;; multipart/alternative
5112    ((and (equal (car handle) "multipart/alternative")
5113          (not (or gnus-mime-display-multipart-as-mixed
5114                   gnus-mime-display-multipart-alternative-as-mixed)))
5115     (let ((id (1+ (length gnus-article-mime-handle-alist))))
5116       (push (cons id handle) gnus-article-mime-handle-alist)
5117       (gnus-mime-display-alternative (cdr handle) nil nil id)))
5118    ;; multipart/related
5119    ((and (equal (car handle) "multipart/related")
5120          (not (or gnus-mime-display-multipart-as-mixed
5121                   gnus-mime-display-multipart-related-as-mixed)))
5122     ;;;!!!We should find the start part, but we just default
5123     ;;;!!!to the first part.
5124     ;;(gnus-mime-display-part (cadr handle))
5125     ;;;!!! Most multipart/related is an HTML message plus images.
5126     ;;;!!! Unfortunately we are unable to let W3 display those
5127     ;;;!!! included images, so we just display it as a mixed multipart.
5128     ;;(gnus-mime-display-mixed (cdr handle))
5129     ;;;!!! No, w3 can display everything just fine.
5130     (gnus-mime-display-part (cadr handle)))
5131    ((equal (car handle) "multipart/signed")
5132     (gnus-add-wash-type 'signed)
5133     (gnus-mime-display-security handle))
5134    ((equal (car handle) "multipart/encrypted")
5135     (gnus-add-wash-type 'encrypted)
5136     (gnus-mime-display-security handle))
5137    ;; Other multiparts are handled like multipart/mixed.
5138    (t
5139     (gnus-mime-display-mixed (cdr handle)))))
5140
5141 (defun gnus-mime-part-function (handles)
5142   (if (stringp (car handles))
5143       (mapcar 'gnus-mime-part-function (cdr handles))
5144     (funcall gnus-article-mime-part-function handles)))
5145
5146 (defun gnus-mime-display-mixed (handles)
5147   (mapcar 'gnus-mime-display-part handles))
5148
5149 (defun gnus-mime-display-single (handle)
5150   (let ((type (mm-handle-media-type handle))
5151         (ignored gnus-ignored-mime-types)
5152         (not-attachment t)
5153         (move nil)
5154         display text)
5155     (catch 'ignored
5156       (progn
5157         (while ignored
5158           (when (string-match (pop ignored) type)
5159             (throw 'ignored nil)))
5160         (if (and (setq not-attachment
5161                        (and (not (mm-inline-override-p handle))
5162                             (or (not (mm-handle-disposition handle))
5163                                 (equal (car (mm-handle-disposition handle))
5164                                        "inline")
5165                                 (mm-attachment-override-p handle))))
5166                  (mm-automatic-display-p handle)
5167                  (or (and
5168                       (mm-inlinable-p handle)
5169                       (mm-inlined-p handle))
5170                      (mm-automatic-external-display-p type)))
5171             (setq display t)
5172           (when (equal (mm-handle-media-supertype handle) "text")
5173             (setq text t)))
5174         (let ((id (1+ (length gnus-article-mime-handle-alist)))
5175               beg)
5176           (push (cons id handle) gnus-article-mime-handle-alist)
5177           (when (and display
5178                      (equal (mm-handle-media-supertype handle) "message"))
5179             (insert-char
5180              ?\n
5181              (cond ((not (bolp)) 2)
5182                    ((or (bobp) (eq (char-before (1- (point))) ?\n)) 0)
5183                    (t 1))))
5184           (when (or (not display)
5185                     (not (gnus-unbuttonized-mime-type-p type)))
5186             (gnus-insert-mime-button
5187              handle id (list (or display (and not-attachment text))))
5188             (gnus-article-insert-newline)
5189             ;; Remember modify the number of forward lines.
5190             (setq move t))
5191           (setq beg (point))
5192           (cond
5193            (display
5194             (when move
5195               (forward-line -1)
5196               (setq beg (point)))
5197             (let ((mail-parse-charset gnus-newsgroup-charset)
5198                   (mail-parse-ignored-charsets
5199                    (save-excursion (condition-case ()
5200                                        (set-buffer gnus-summary-buffer)
5201                                      (error))
5202                                    gnus-newsgroup-ignored-charsets)))
5203               (mm-display-part handle t))
5204             (goto-char (point-max)))
5205            ((and text not-attachment)
5206             (when move
5207               (forward-line -1)
5208               (setq beg (point)))
5209             (gnus-article-insert-newline)
5210             (mm-insert-inline
5211              handle
5212              (let ((charset (mail-content-type-get (mm-handle-type handle)
5213                                                    'charset)))
5214                (cond ((not charset)
5215                       (mm-string-as-multibyte (mm-get-part handle)))
5216                      ((eq charset 'gnus-decoded)
5217                       (with-current-buffer (mm-handle-buffer handle)
5218                         (buffer-string)))
5219                      (t
5220                       (mm-decode-string (mm-get-part handle) charset)))))
5221             (goto-char (point-max))))
5222           ;; Do highlighting.
5223           (save-excursion
5224             (save-restriction
5225               (narrow-to-region beg (point))
5226               (gnus-treat-article
5227                nil id
5228                (gnus-article-mime-total-parts)
5229                (mm-handle-media-type handle)))))))))
5230
5231 (defun gnus-unbuttonized-mime-type-p (type)
5232   "Say whether TYPE is to be unbuttonized."
5233   (unless gnus-inhibit-mime-unbuttonizing
5234     (when (catch 'found
5235             (let ((types gnus-unbuttonized-mime-types))
5236               (while types
5237                 (when (string-match (pop types) type)
5238                   (throw 'found t)))))
5239       (not (catch 'found
5240              (let ((types gnus-buttonized-mime-types))
5241                (while types
5242                  (when (string-match (pop types) type)
5243                    (throw 'found t)))))))))
5244
5245 (defun gnus-article-insert-newline ()
5246   "Insert a newline, but mark it as undeletable."
5247   (gnus-put-text-property
5248    (point) (progn (insert "\n") (point)) 'gnus-undeletable t))
5249
5250 (defun gnus-mime-display-alternative (handles &optional preferred ibegend id)
5251   (let* ((preferred (or preferred (mm-preferred-alternative handles)))
5252          (ihandles handles)
5253          (point (point))
5254          handle (inhibit-read-only t) from props begend not-pref)
5255     (save-window-excursion
5256       (save-restriction
5257         (when ibegend
5258           (narrow-to-region (car ibegend)
5259                             (or (cdr ibegend)
5260                                 (progn
5261                                   (goto-char (car ibegend))
5262                                   (forward-line 2)
5263                                   (point))))
5264           (delete-region (point-min) (point-max))
5265           (mm-remove-parts handles))
5266         (setq begend (list (point-marker)))
5267         ;; Do the toggle.
5268         (unless (setq not-pref (cadr (member preferred ihandles)))
5269           (setq not-pref (car ihandles)))
5270         (when (or ibegend
5271                   (not preferred)
5272                   (not (gnus-unbuttonized-mime-type-p
5273                         "multipart/alternative")))
5274           (gnus-add-text-properties
5275            (setq from (point))
5276            (progn
5277              (insert (format "%d.  " id))
5278              (point))
5279            `(gnus-callback
5280              (lambda (handles)
5281                (unless ,(not ibegend)
5282                  (setq gnus-article-mime-handle-alist
5283                        ',gnus-article-mime-handle-alist))
5284                (gnus-mime-display-alternative
5285                 ',ihandles ',not-pref ',begend ,id))
5286              keymap ,gnus-mime-button-map
5287              ,gnus-mouse-face-prop ,gnus-article-mouse-face
5288              face ,gnus-article-button-face
5289              gnus-part ,id
5290              article-type multipart))
5291           (widget-convert-button 'link from (point)
5292                                  :action 'gnus-widget-press-button
5293                                  :button-keymap gnus-widget-button-keymap)
5294           ;; Do the handles
5295           (while (setq handle (pop handles))
5296             (gnus-add-text-properties
5297              (setq from (point))
5298              (progn
5299                (insert (format "(%c) %-18s"
5300                                (if (equal handle preferred) ?* ? )
5301                                (mm-handle-media-type handle)))
5302                (point))
5303              `(gnus-callback
5304                (lambda (handles)
5305                  (unless ,(not ibegend)
5306                    (setq gnus-article-mime-handle-alist
5307                          ',gnus-article-mime-handle-alist))
5308                  (gnus-mime-display-alternative
5309                   ',ihandles ',handle ',begend ,id))
5310                keymap ,gnus-mime-button-map
5311                ,gnus-mouse-face-prop ,gnus-article-mouse-face
5312                face ,gnus-article-button-face
5313                gnus-part ,id
5314                gnus-data ,handle))
5315             (widget-convert-button 'link from (point)
5316                                    :action 'gnus-widget-press-button
5317                                    :button-keymap gnus-widget-button-keymap)
5318             (insert "  "))
5319           (insert "\n\n"))
5320         (when preferred
5321           (if (stringp (car preferred))
5322               (gnus-display-mime preferred)
5323             (let ((mail-parse-charset gnus-newsgroup-charset)
5324                   (mail-parse-ignored-charsets
5325                    (with-current-buffer gnus-summary-buffer
5326                      gnus-newsgroup-ignored-charsets)))
5327               (mm-display-part preferred)
5328               ;; Do highlighting.
5329               (save-excursion
5330                 (save-restriction
5331                   (narrow-to-region (car begend) (point-max))
5332                   (gnus-treat-article
5333                    nil (length gnus-article-mime-handle-alist)
5334                    (gnus-article-mime-total-parts)
5335                    (mm-handle-media-type handle))))))
5336           (goto-char (point-max))
5337           (setcdr begend (point-marker)))))
5338     (when ibegend
5339       (goto-char point))))
5340
5341 (defconst gnus-article-wash-status-strings
5342   (let ((alist '((cite "c" "Possible hidden citation text"
5343                        " " "All citation text visible")
5344                  (headers "h" "Hidden headers"
5345                           " " "All headers visible.")
5346                  (pgp "p" "Encrypted or signed message status hidden"
5347                       " " "No hidden encryption nor digital signature status")
5348                  (signature "s" "Signature has been hidden"
5349                             " " "Signature is visible")
5350                  (overstrike "o" "Overstrike (^H) characters applied"
5351                              " " "No overstrike characters applied")
5352                  (emphasis "e" "/*_Emphasis_*/ characters applied"
5353                            " " "No /*_emphasis_*/ characters applied")))
5354         result)
5355     (dolist (entry alist result)
5356       (let ((key (nth 0 entry))
5357             (on (copy-sequence (nth 1 entry)))
5358             (on-help (nth 2 entry))
5359             (off (copy-sequence (nth 3 entry)))
5360             (off-help (nth 4 entry)))
5361         (put-text-property 0 1 'help-echo on-help on)
5362         (put-text-property 0 1 'help-echo off-help off)
5363         (push (list key on off) result))))
5364   "Alist of strings describing wash status in the mode line.
5365 Each entry has the form (KEY ON OF), where the KEY is a symbol
5366 representing the particular washing function, ON is the string to use
5367 in the article mode line when the washing function is active, and OFF
5368 is the string to use when it is inactive.")
5369
5370 (defun gnus-article-wash-status-entry (key value)
5371   (let ((entry (assoc key gnus-article-wash-status-strings)))
5372     (if value (nth 1 entry) (nth 2 entry))))
5373
5374 (defun gnus-article-wash-status ()
5375   "Return a string which display status of article washing."
5376   (with-current-buffer gnus-article-buffer
5377     (let ((cite (memq 'cite gnus-article-wash-types))
5378           (headers (memq 'headers gnus-article-wash-types))
5379           (boring (memq 'boring-headers gnus-article-wash-types))
5380           (pgp (memq 'pgp gnus-article-wash-types))
5381           (pem (memq 'pem gnus-article-wash-types))
5382           (signed (memq 'signed gnus-article-wash-types))
5383           (encrypted (memq 'encrypted gnus-article-wash-types))
5384           (signature (memq 'signature gnus-article-wash-types))
5385           (overstrike (memq 'overstrike gnus-article-wash-types))
5386           (emphasis (memq 'emphasis gnus-article-wash-types)))
5387       (concat
5388        (gnus-article-wash-status-entry 'cite cite)
5389        (gnus-article-wash-status-entry 'headers (or headers boring))
5390        (gnus-article-wash-status-entry 'pgp (or pgp pem signed encrypted))
5391        (gnus-article-wash-status-entry 'signature signature)
5392        (gnus-article-wash-status-entry 'overstrike overstrike)
5393        (gnus-article-wash-status-entry 'emphasis emphasis)))))
5394
5395 (defun gnus-add-wash-type (type)
5396   "Add a washing of TYPE to the current status."
5397   (add-to-list 'gnus-article-wash-types type))
5398
5399 (defun gnus-delete-wash-type (type)
5400   "Add a washing of TYPE to the current status."
5401   (setq gnus-article-wash-types (delq type gnus-article-wash-types)))
5402
5403 (defun gnus-add-image (category image)
5404   "Add IMAGE of CATEGORY to the list of displayed images."
5405   (let ((entry (assq category gnus-article-image-alist)))
5406     (unless entry
5407       (setq entry (list category))
5408       (push entry gnus-article-image-alist))
5409     (nconc entry (list image))))
5410
5411 (defun gnus-delete-images (category)
5412   "Delete all images in CATEGORY."
5413   (let ((entry (assq category gnus-article-image-alist)))
5414     (dolist (image (cdr entry))
5415       (gnus-remove-image image category))
5416     (setq gnus-article-image-alist (delq entry gnus-article-image-alist))
5417     (gnus-delete-wash-type category)))
5418
5419 (defalias 'gnus-article-hide-headers-if-wanted 'gnus-article-maybe-hide-headers)
5420
5421 (defun gnus-article-maybe-hide-headers ()
5422   "Hide unwanted headers if `gnus-have-all-headers' is nil.
5423 Provided for backwards compatibility."
5424   (when (and (or (not (gnus-buffer-live-p gnus-summary-buffer))
5425                  (not (with-current-buffer gnus-summary-buffer
5426                         gnus-have-all-headers)))
5427              (not gnus-inhibit-hiding))
5428     (gnus-article-hide-headers)))
5429
5430 ;;; Article savers.
5431
5432 (defun gnus-output-to-file (file-name)
5433   "Append the current article to a file named FILE-NAME."
5434   (let ((artbuf (current-buffer)))
5435     (with-temp-buffer
5436       (insert-buffer-substring artbuf)
5437       ;; Append newline at end of the buffer as separator, and then
5438       ;; save it to file.
5439       (goto-char (point-max))
5440       (insert "\n")
5441       (let ((file-name-coding-system nnmail-pathname-coding-system))
5442         (mm-append-to-file (point-min) (point-max) file-name))
5443       t)))
5444
5445 (defun gnus-narrow-to-page (&optional arg)
5446   "Narrow the article buffer to a page.
5447 If given a numerical ARG, move forward ARG pages."
5448   (interactive "P")
5449   (setq arg (if arg (prefix-numeric-value arg) 0))
5450   (save-excursion
5451     (set-buffer gnus-article-buffer)
5452     (goto-char (point-min))
5453     (widen)
5454     ;; Remove any old next/prev buttons.
5455     (when (gnus-visual-p 'page-marker)
5456       (let ((inhibit-read-only t))
5457         (gnus-remove-text-with-property 'gnus-prev)
5458         (gnus-remove-text-with-property 'gnus-next)))
5459     (if
5460         (cond ((< arg 0)
5461                (re-search-backward page-delimiter nil 'move (1+ (abs arg))))
5462               ((> arg 0)
5463                (re-search-forward page-delimiter nil 'move arg)))
5464         (goto-char (match-end 0))
5465       (save-excursion
5466         (goto-char (point-min))
5467         (setq gnus-page-broken
5468               (and (re-search-forward page-delimiter nil t) t))))
5469     (when gnus-page-broken
5470       (narrow-to-region
5471        (point)
5472        (if (re-search-forward page-delimiter nil 'move)
5473            (match-beginning 0)
5474          (point)))
5475       (when (and (gnus-visual-p 'page-marker)
5476                  (> (point-min) (save-restriction (widen) (point-min))))
5477         (save-excursion
5478           (goto-char (point-min))
5479           (gnus-insert-prev-page-button)))
5480       (when (and (gnus-visual-p 'page-marker)
5481                  (< (point-max) (save-restriction (widen) (point-max))))
5482         (save-excursion
5483           (goto-char (point-max))
5484           (gnus-insert-next-page-button))))))
5485
5486 ;; Article mode commands
5487
5488 (defun gnus-article-goto-next-page ()
5489   "Show the next page of the article."
5490   (interactive)
5491   (when (gnus-article-next-page)
5492     (goto-char (point-min))
5493     (gnus-article-read-summary-keys nil (gnus-character-to-event ?n))))
5494
5495
5496 (defun gnus-article-goto-prev-page ()
5497   "Show the previous page of the article."
5498   (interactive)
5499   (if (bobp)
5500       (gnus-article-read-summary-keys nil (gnus-character-to-event ?p))
5501     (gnus-article-prev-page nil)))
5502
5503 ;; This is cleaner but currently breaks `gnus-pick-mode':
5504 ;;
5505 ;; (defun gnus-article-goto-next-page ()
5506 ;;   "Show the next page of the article."
5507 ;;   (interactive)
5508 ;;   (gnus-eval-in-buffer-window gnus-summary-buffer
5509 ;;     (gnus-summary-next-page)))
5510 ;;
5511 ;; (defun gnus-article-goto-prev-page ()
5512 ;;   "Show the next page of the article."
5513 ;;   (interactive)
5514 ;;   (gnus-eval-in-buffer-window gnus-summary-buffer
5515 ;;     (gnus-summary-prev-page)))
5516
5517 (defun gnus-article-next-page (&optional lines)
5518   "Show the next page of the current article.
5519 If end of article, return non-nil.  Otherwise return nil.
5520 Argument LINES specifies lines to be scrolled up."
5521   (interactive "p")
5522   (move-to-window-line -1)
5523   (if (save-excursion
5524         (end-of-line)
5525         (and (pos-visible-in-window-p)  ;Not continuation line.
5526              (>= (1+ (point)) (point-max)))) ;Allow for trailing newline.
5527       ;; Nothing in this page.
5528       (if (or (not gnus-page-broken)
5529               (save-excursion
5530                 (save-restriction
5531                   (widen)
5532                   (forward-line)
5533                   (eobp)))) ;Real end-of-buffer?
5534           (progn
5535             (when gnus-article-over-scroll
5536               (gnus-article-next-page-1 lines))
5537             t)                  ;Nothing more.
5538         (gnus-narrow-to-page 1)         ;Go to next page.
5539         nil)
5540     ;; More in this page.
5541     (gnus-article-next-page-1 lines)
5542     nil))
5543
5544 (defmacro gnus-article-beginning-of-window ()
5545   "Move point to the beginning of the window.
5546 In Emacs, the point is placed at the line number which `scroll-margin'
5547 specifies."
5548   (if (featurep 'xemacs)
5549       '(move-to-window-line 0)
5550     '(move-to-window-line
5551       (min (max 0 scroll-margin)
5552            (max 1 (- (window-height)
5553                      (if mode-line-format 1 0)
5554                      (if header-line-format 1 0)))))))
5555
5556 (defun gnus-article-next-page-1 (lines)
5557   (when (and (not (featurep 'xemacs))
5558              (numberp lines)
5559              (> lines 0)
5560              (numberp (symbol-value 'scroll-margin))
5561              (> (symbol-value 'scroll-margin) 0))
5562     ;; Protect against the bug that Emacs 21.x hangs up when scrolling up for
5563     ;; too many number of lines if `scroll-margin' is set as two or greater.
5564     (setq lines (min lines
5565                      (max 0 (- (count-lines (window-start) (point-max))
5566                                (symbol-value 'scroll-margin))))))
5567   (condition-case ()
5568       (let ((scroll-in-place nil))
5569         (scroll-up lines))
5570     (end-of-buffer
5571      ;; Long lines may cause an end-of-buffer error.
5572      (goto-char (point-max))))
5573   (gnus-article-beginning-of-window))
5574
5575 (defun gnus-article-prev-page (&optional lines)
5576   "Show previous page of current article.
5577 Argument LINES specifies lines to be scrolled down."
5578   (interactive "p")
5579   (move-to-window-line 0)
5580   (if (and gnus-page-broken
5581            (bobp)
5582            (not (save-restriction (widen) (bobp)))) ;Real beginning-of-buffer?
5583       (progn
5584         (gnus-narrow-to-page -1)        ;Go to previous page.
5585         (goto-char (point-max))
5586         (recenter -1))
5587     (prog1
5588         (condition-case ()
5589             (let ((scroll-in-place nil))
5590               (scroll-down lines))
5591           (beginning-of-buffer
5592            (goto-char (point-min))))
5593       (gnus-article-beginning-of-window))))
5594
5595 (defun gnus-article-only-boring-p ()
5596   "Decide whether there is only boring text remaining in the article.
5597 Something \"interesting\" is a word of at least two letters that does
5598 not have a face in `gnus-article-boring-faces'."
5599   (when (and gnus-article-skip-boring
5600              (boundp 'gnus-article-boring-faces)
5601              (symbol-value 'gnus-article-boring-faces))
5602     (save-excursion
5603       (let ((inhibit-point-motion-hooks t))
5604         (catch 'only-boring
5605           (while (re-search-forward "\\b\\w\\w" nil t)
5606             (forward-char -1)
5607             (when (not (gnus-intersection
5608                         (gnus-faces-at (point))
5609                         (symbol-value 'gnus-article-boring-faces)))
5610               (throw 'only-boring nil)))
5611           (throw 'only-boring t))))))
5612
5613 (defun gnus-article-refer-article ()
5614   "Read article specified by message-id around point."
5615   (interactive)
5616   (save-excursion
5617     (re-search-backward "[ \t]\\|^" (point-at-bol) t)
5618     (re-search-forward "<?news:<?\\|<" (point-at-eol) t)
5619     (if (re-search-forward "[^@ ]+@[^ \t>]+" (point-at-eol) t)
5620         (let ((msg-id (concat "<" (match-string 0) ">")))
5621           (set-buffer gnus-summary-buffer)
5622           (gnus-summary-refer-article msg-id))
5623       (error "No references around point"))))
5624
5625 (defun gnus-article-show-summary ()
5626   "Reconfigure windows to show summary buffer."
5627   (interactive)
5628   (if (not (gnus-buffer-live-p gnus-summary-buffer))
5629       (error "There is no summary buffer for this article buffer")
5630     (gnus-article-set-globals)
5631     (gnus-configure-windows 'article)
5632     (gnus-summary-goto-subject gnus-current-article)
5633     (gnus-summary-position-point)))
5634
5635 (defun gnus-article-describe-briefly ()
5636   "Describe article mode commands briefly."
5637   (interactive)
5638   (gnus-message 6 (substitute-command-keys "\\<gnus-article-mode-map>\\[gnus-article-goto-next-page]:Next page   \\[gnus-article-goto-prev-page]:Prev page  \\[gnus-article-show-summary]:Show summary  \\[gnus-info-find-node]:Run Info  \\[gnus-article-describe-briefly]:This help")))
5639
5640 (defun gnus-article-summary-command ()
5641   "Execute the last keystroke in the summary buffer."
5642   (interactive)
5643   (let ((obuf (current-buffer))
5644         (owin (current-window-configuration))
5645         func)
5646     (switch-to-buffer gnus-article-current-summary 'norecord)
5647     (setq func (lookup-key (current-local-map) (this-command-keys)))
5648     (call-interactively func)
5649     (set-buffer obuf)
5650     (set-window-configuration owin)
5651     (set-window-point (get-buffer-window (current-buffer)) (point))))
5652
5653 (defun gnus-article-summary-command-nosave ()
5654   "Execute the last keystroke in the summary buffer."
5655   (interactive)
5656   (let (func)
5657     (pop-to-buffer gnus-article-current-summary 'norecord)
5658     (setq func (lookup-key (current-local-map) (this-command-keys)))
5659     (call-interactively func)))
5660
5661 (defun gnus-article-check-buffer ()
5662   "Beep if not in an article buffer."
5663   (unless (equal major-mode 'gnus-article-mode)
5664     (error "Command invoked outside of a Gnus article buffer")))
5665
5666 (defun gnus-article-read-summary-keys (&optional arg key not-restore-window)
5667   "Read a summary buffer key sequence and execute it from the article buffer."
5668   (interactive "P")
5669   (gnus-article-check-buffer)
5670   (let ((nosaves
5671          '("q" "Q"  "c" "r" "\C-c\C-f" "m"  "a" "f"
5672            "Zc" "ZC" "ZE" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP"
5673            "=" "^" "\M-^" "|"))
5674         (nosave-but-article
5675          '("A\r"))
5676         (nosave-in-article
5677          '("\C-d"))
5678         (up-to-top
5679          '("n" "Gn" "p" "Gp"))
5680         keys new-sum-point)
5681     (save-excursion
5682       (set-buffer gnus-article-current-summary)
5683       (let (gnus-pick-mode)
5684         (push (or key last-command-event) unread-command-events)
5685         (setq keys (if (featurep 'xemacs)
5686                        (events-to-keys (read-key-sequence nil))
5687                      (read-key-sequence nil)))))
5688
5689     (message "")
5690
5691     (if (or (member keys nosaves)
5692             (member keys nosave-but-article)
5693             (member keys nosave-in-article))
5694         (let (func)
5695           (save-window-excursion
5696             (pop-to-buffer gnus-article-current-summary 'norecord)
5697             ;; We disable the pick minor mode commands.
5698             (let (gnus-pick-mode)
5699               (setq func (lookup-key (current-local-map) keys))))
5700           (if (or (not func)
5701                   (numberp func))
5702               (ding)
5703             (unless (member keys nosave-in-article)
5704               (set-buffer gnus-article-current-summary))
5705             (call-interactively func)
5706             (setq new-sum-point (point)))
5707           (when (member keys nosave-but-article)
5708             (pop-to-buffer gnus-article-buffer 'norecord)))
5709       ;; These commands should restore window configuration.
5710       (let ((obuf (current-buffer))
5711             (owin (current-window-configuration))
5712             (opoint (point))
5713             win func in-buffer selected new-sum-start new-sum-hscroll)
5714         (cond (not-restore-window
5715                (pop-to-buffer gnus-article-current-summary 'norecord))
5716               ((setq win (get-buffer-window gnus-article-current-summary))
5717                (select-window win))
5718               (t
5719                (switch-to-buffer gnus-article-current-summary 'norecord)))
5720         (setq in-buffer (current-buffer))
5721         ;; We disable the pick minor mode commands.
5722         (if (and (setq func (let (gnus-pick-mode)
5723                               (lookup-key (current-local-map) keys)))
5724                  (functionp func))
5725             (progn
5726               (call-interactively func)
5727               (when (eq win (selected-window))
5728                 (setq new-sum-point (point)
5729                       new-sum-start (window-start win)
5730                       new-sum-hscroll (window-hscroll win)))
5731               (when (eq in-buffer (current-buffer))
5732                 (setq selected (gnus-summary-select-article))
5733                 (set-buffer obuf)
5734                 (unless not-restore-window
5735                   (set-window-configuration owin))
5736                 (when (eq selected 'old)
5737                   (article-goto-body)
5738                   (set-window-start (get-buffer-window (current-buffer))
5739                                     1)
5740                   (set-window-point (get-buffer-window (current-buffer))
5741                                     (point)))
5742                 (when (and (not not-restore-window)
5743                            new-sum-point)
5744                   (set-window-point win new-sum-point)
5745                   (set-window-start win new-sum-start)
5746                   (set-window-hscroll win new-sum-hscroll))))
5747           (set-window-configuration owin)
5748           (ding))))))
5749
5750 (defun gnus-article-describe-key (key)
5751   "Display documentation of the function invoked by KEY.  KEY is a string."
5752   (interactive "kDescribe key: ")
5753   (gnus-article-check-buffer)
5754   (if (eq (key-binding key) 'gnus-article-read-summary-keys)
5755       (save-excursion
5756         (set-buffer gnus-article-current-summary)
5757         (let (gnus-pick-mode)
5758           (if (featurep 'xemacs)
5759               (progn
5760                 (push (elt key 0) unread-command-events)
5761                 (setq key (events-to-keys
5762                            (read-key-sequence "Describe key: "))))
5763             (setq unread-command-events
5764                   (mapcar
5765                    (lambda (x) (if (>= x 128) (list 'meta (- x 128)) x))
5766                    (string-to-list key)))
5767             (setq key (read-key-sequence "Describe key: "))))
5768         (describe-key key))
5769     (describe-key key)))
5770
5771 (defun gnus-article-describe-key-briefly (key &optional insert)
5772   "Display documentation of the function invoked by KEY.  KEY is a string."
5773   (interactive "kDescribe key: \nP")
5774   (gnus-article-check-buffer)
5775   (if (eq (key-binding key) 'gnus-article-read-summary-keys)
5776       (save-excursion
5777         (set-buffer gnus-article-current-summary)
5778         (let (gnus-pick-mode)
5779           (if (featurep 'xemacs)
5780               (progn
5781                 (push (elt key 0) unread-command-events)
5782                 (setq key (events-to-keys
5783                            (read-key-sequence "Describe key: "))))
5784             (setq unread-command-events
5785                   (mapcar
5786                    (lambda (x) (if (>= x 128) (list 'meta (- x 128)) x))
5787                    (string-to-list key)))
5788             (setq key (read-key-sequence "Describe key: "))))
5789         (describe-key-briefly key insert))
5790     (describe-key-briefly key insert)))
5791
5792 (defun gnus-article-reply-with-original (&optional wide)
5793   "Start composing a reply mail to the current message.
5794 The text in the region will be yanked.  If the region isn't active,
5795 the entire article will be yanked."
5796   (interactive "P")
5797   (let ((article (cdr gnus-article-current))
5798         contents)
5799     (if (not (gnus-region-active-p))
5800         (with-current-buffer gnus-summary-buffer
5801           (gnus-summary-reply (list (list article)) wide))
5802       (setq contents (buffer-substring (point) (mark t)))
5803       ;; Deactivate active regions.
5804       (when (and (boundp 'transient-mark-mode)
5805                  transient-mark-mode)
5806         (setq mark-active nil))
5807       (with-current-buffer gnus-summary-buffer
5808         (gnus-summary-reply
5809          (list (list article contents)) wide)))))
5810
5811 (defun gnus-article-followup-with-original ()
5812   "Compose a followup to the current article.
5813 The text in the region will be yanked.  If the region isn't active,
5814 the entire article will be yanked."
5815   (interactive)
5816   (let ((article (cdr gnus-article-current))
5817         contents)
5818       (if (not (gnus-region-active-p))
5819           (with-current-buffer gnus-summary-buffer
5820             (gnus-summary-followup (list (list article))))
5821         (setq contents (buffer-substring (point) (mark t)))
5822         ;; Deactivate active regions.
5823         (when (and (boundp 'transient-mark-mode)
5824                    transient-mark-mode)
5825           (setq mark-active nil))
5826         (with-current-buffer gnus-summary-buffer
5827           (gnus-summary-followup
5828            (list (list article contents)))))))
5829
5830 (defun gnus-article-hide (&optional arg force)
5831   "Hide all the gruft in the current article.
5832 This means that signatures, cited text and (some) headers will be
5833 hidden.
5834 If given a prefix, show the hidden text instead."
5835   (interactive (append (gnus-article-hidden-arg) (list 'force)))
5836   (gnus-article-hide-headers arg)
5837   (gnus-article-hide-list-identifiers arg)
5838   (gnus-article-hide-citation-maybe arg force)
5839   (gnus-article-hide-signature arg))
5840
5841 (defun gnus-article-maybe-highlight ()
5842   "Do some article highlighting if article highlighting is requested."
5843   (when (gnus-visual-p 'article-highlight 'highlight)
5844     (gnus-article-highlight-some)))
5845
5846 (defun gnus-check-group-server ()
5847   ;; Make sure the connection to the server is alive.
5848   (unless (gnus-server-opened
5849            (gnus-find-method-for-group gnus-newsgroup-name))
5850     (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
5851     (gnus-request-group gnus-newsgroup-name t)))
5852
5853 (eval-when-compile
5854   (autoload 'nneething-get-file-name "nneething"))
5855
5856 (defun gnus-request-article-this-buffer (article group)
5857   "Get an article and insert it into this buffer."
5858   (let (do-update-line sparse-header)
5859     (prog1
5860         (save-excursion
5861           (erase-buffer)
5862           (gnus-kill-all-overlays)
5863           (setq group (or group gnus-newsgroup-name))
5864
5865           ;; Using `gnus-request-article' directly will insert the article into
5866           ;; `nntp-server-buffer' - so we'll save some time by not having to
5867           ;; copy it from the server buffer into the article buffer.
5868
5869           ;; We only request an article by message-id when we do not have the
5870           ;; headers for it, so we'll have to get those.
5871           (when (stringp article)
5872             (gnus-read-header article))
5873
5874           ;; If the article number is negative, that means that this article
5875           ;; doesn't belong in this newsgroup (possibly), so we find its
5876           ;; message-id and request it by id instead of number.
5877           (when (and (numberp article)
5878                      gnus-summary-buffer
5879                      (get-buffer gnus-summary-buffer)
5880                      (gnus-buffer-exists-p gnus-summary-buffer))
5881             (save-excursion
5882               (set-buffer gnus-summary-buffer)
5883               (let ((header (gnus-summary-article-header article)))
5884                 (when (< article 0)
5885                   (cond
5886                    ((memq article gnus-newsgroup-sparse)
5887                     ;; This is a sparse gap article.
5888                     (setq do-update-line article)
5889                     (setq article (mail-header-id header))
5890                     (setq sparse-header (gnus-read-header article))
5891                     (setq gnus-newsgroup-sparse
5892                           (delq article gnus-newsgroup-sparse)))
5893                    ((vectorp header)
5894                     ;; It's a real article.
5895                     (setq article (mail-header-id header)))
5896                    (t
5897                     ;; It is an extracted pseudo-article.
5898                     (setq article 'pseudo)
5899                     (gnus-request-pseudo-article header))))
5900
5901                 (let ((method (gnus-find-method-for-group
5902                                gnus-newsgroup-name)))
5903                   (when (and (eq (car method) 'nneething)
5904                              (vectorp header))
5905                     (let ((dir (nneething-get-file-name
5906                                 (mail-header-id header))))
5907                       (when (and (stringp dir)
5908                                  (file-directory-p dir))
5909                         (setq article 'nneething)
5910                         (gnus-group-enter-directory dir))))))))
5911
5912           (cond
5913            ;; Refuse to select canceled articles.
5914            ((and (numberp article)
5915                  gnus-summary-buffer
5916                  (get-buffer gnus-summary-buffer)
5917                  (gnus-buffer-exists-p gnus-summary-buffer)
5918                  (eq (cdr (with-current-buffer gnus-summary-buffer
5919                             (assq article gnus-newsgroup-reads)))
5920                      gnus-canceled-mark))
5921             nil)
5922            ;; We first check `gnus-original-article-buffer'.
5923            ((and (get-buffer gnus-original-article-buffer)
5924                  (numberp article)
5925                  (with-current-buffer gnus-original-article-buffer
5926                    (and (equal (car gnus-original-article) group)
5927                         (eq (cdr gnus-original-article) article))))
5928             (insert-buffer-substring gnus-original-article-buffer)
5929             'article)
5930            ;; Check the backlog.
5931            ((and gnus-keep-backlog
5932                  (gnus-backlog-request-article group article (current-buffer)))
5933             'article)
5934            ;; Check asynchronous pre-fetch.
5935            ((gnus-async-request-fetched-article group article (current-buffer))
5936             (gnus-async-prefetch-next group article gnus-summary-buffer)
5937             (when (and (numberp article) gnus-keep-backlog)
5938               (gnus-backlog-enter-article group article (current-buffer)))
5939             'article)
5940            ;; Check the cache.
5941            ((and gnus-use-cache
5942                  (numberp article)
5943                  (gnus-cache-request-article article group))
5944             'article)
5945            ;; Check the agent cache.
5946            ((gnus-agent-request-article article group)
5947             'article)
5948            ;; Get the article and put into the article buffer.
5949            ((or (stringp article)
5950                 (numberp article))
5951             (let ((gnus-override-method gnus-override-method)
5952                   (methods (and (stringp article)
5953                                 gnus-refer-article-method))
5954                   (backend (car (gnus-find-method-for-group
5955                                  gnus-newsgroup-name)))
5956                   result
5957                   (inhibit-read-only t))
5958               (if (or (not (listp methods))
5959                       (and (symbolp (car methods))
5960                            (assq (car methods) nnoo-definition-alist)))
5961                   (setq methods (list methods)))
5962               (when (and (null gnus-override-method)
5963                          methods)
5964                 (setq gnus-override-method (pop methods)))
5965               (while (not result)
5966                 (when (eq gnus-override-method 'current)
5967                   (setq gnus-override-method
5968                         (with-current-buffer gnus-summary-buffer
5969                           gnus-current-select-method)))
5970                 (erase-buffer)
5971                 (gnus-kill-all-overlays)
5972                 (let ((gnus-newsgroup-name group))
5973                   (gnus-check-group-server))
5974                 (cond
5975                  ((gnus-request-article article group (current-buffer))
5976                   (when (numberp article)
5977                     (gnus-async-prefetch-next group article
5978                                               gnus-summary-buffer)
5979                     (when gnus-keep-backlog
5980                       (gnus-backlog-enter-article
5981                        group article (current-buffer))))
5982                   (setq result 'article))
5983                  (methods
5984                   (setq gnus-override-method (pop methods)))
5985                  ((not (string-match "^400 "
5986                                      (nnheader-get-report backend)))
5987                   ;; If we get 400 server disconnect, reconnect and
5988                   ;; retry; otherwise, assume the article has expired.
5989                   (setq result 'done))))
5990               (and (eq result 'article) 'article)))
5991            ;; It was a pseudo.
5992            (t article)))
5993
5994       ;; Associate this article with the current summary buffer.
5995       (setq gnus-article-current-summary gnus-summary-buffer)
5996
5997       ;; Take the article from the original article buffer
5998       ;; and place it in the buffer it's supposed to be in.
5999       (when (and (get-buffer gnus-article-buffer)
6000                  (equal (buffer-name (current-buffer))
6001                         (buffer-name (get-buffer gnus-article-buffer))))
6002         (save-excursion
6003           (if (get-buffer gnus-original-article-buffer)
6004               (set-buffer gnus-original-article-buffer)
6005             (set-buffer (gnus-get-buffer-create gnus-original-article-buffer))
6006             (buffer-disable-undo)
6007             (setq major-mode 'gnus-original-article-mode)
6008             (setq buffer-read-only t))
6009           (let ((inhibit-read-only t))
6010             (erase-buffer)
6011             (insert-buffer-substring gnus-article-buffer))
6012           (setq gnus-original-article (cons group article)))
6013
6014         ;; Decode charsets.
6015         (run-hooks 'gnus-article-decode-hook)
6016         ;; Mark article as decoded or not.
6017         (setq gnus-article-decoded-p gnus-article-decode-hook))
6018
6019       ;; Update sparse articles.
6020       (when (and do-update-line
6021                  (or (numberp article)
6022                      (stringp article)))
6023         (let ((buf (current-buffer)))
6024           (set-buffer gnus-summary-buffer)
6025           (gnus-summary-update-article do-update-line sparse-header)
6026           (gnus-summary-goto-subject do-update-line nil t)
6027           (set-window-point (gnus-get-buffer-window (current-buffer) t)
6028                             (point))
6029           (set-buffer buf))))))
6030
6031 ;;;
6032 ;;; Article editing
6033 ;;;
6034
6035 (defcustom gnus-article-edit-mode-hook nil
6036   "Hook run in article edit mode buffers."
6037   :group 'gnus-article-various
6038   :type 'hook)
6039
6040 (defvar gnus-article-edit-done-function nil)
6041
6042 (defvar gnus-article-edit-mode-map nil)
6043
6044 ;; Should we be using derived.el for this?
6045 (unless gnus-article-edit-mode-map
6046   (setq gnus-article-edit-mode-map (make-keymap))
6047   (set-keymap-parent gnus-article-edit-mode-map text-mode-map)
6048
6049   (gnus-define-keys gnus-article-edit-mode-map
6050     "\C-c?"    describe-mode
6051     "\C-c\C-c" gnus-article-edit-done
6052     "\C-c\C-k" gnus-article-edit-exit
6053     "\C-c\C-f\C-t" message-goto-to
6054     "\C-c\C-f\C-o" message-goto-from
6055     "\C-c\C-f\C-b" message-goto-bcc
6056     ;;"\C-c\C-f\C-w" message-goto-fcc
6057     "\C-c\C-f\C-c" message-goto-cc
6058     "\C-c\C-f\C-s" message-goto-subject
6059     "\C-c\C-f\C-r" message-goto-reply-to
6060     "\C-c\C-f\C-n" message-goto-newsgroups
6061     "\C-c\C-f\C-d" message-goto-distribution
6062     "\C-c\C-f\C-f" message-goto-followup-to
6063     "\C-c\C-f\C-m" message-goto-mail-followup-to
6064     "\C-c\C-f\C-k" message-goto-keywords
6065     "\C-c\C-f\C-u" message-goto-summary
6066     "\C-c\C-f\C-i" message-insert-or-toggle-importance
6067     "\C-c\C-f\C-a" message-generate-unsubscribed-mail-followup-to
6068     "\C-c\C-b" message-goto-body
6069     "\C-c\C-i" message-goto-signature
6070
6071     "\C-c\C-t" message-insert-to
6072     "\C-c\C-n" message-insert-newsgroups
6073     "\C-c\C-o" message-sort-headers
6074     "\C-c\C-e" message-elide-region
6075     "\C-c\C-v" message-delete-not-region
6076     "\C-c\C-z" message-kill-to-signature
6077     "\M-\r" message-newline-and-reformat
6078     "\C-c\C-a" mml-attach-file
6079     "\C-a" message-beginning-of-line
6080     "\t" message-tab
6081     "\M-;" comment-region)
6082
6083   (gnus-define-keys (gnus-article-edit-wash-map
6084                      "\C-c\C-w" gnus-article-edit-mode-map)
6085     "f" gnus-article-edit-full-stops))
6086
6087 (easy-menu-define
6088   gnus-article-edit-mode-field-menu gnus-article-edit-mode-map ""
6089   '("Field"
6090     ["Fetch To" message-insert-to t]
6091     ["Fetch Newsgroups" message-insert-newsgroups t]
6092     "----"
6093     ["To" message-goto-to t]
6094     ["From" message-goto-from t]
6095     ["Subject" message-goto-subject t]
6096     ["Cc" message-goto-cc t]
6097     ["Reply-To" message-goto-reply-to t]
6098     ["Summary" message-goto-summary t]
6099     ["Keywords" message-goto-keywords t]
6100     ["Newsgroups" message-goto-newsgroups t]
6101     ["Followup-To" message-goto-followup-to t]
6102     ["Mail-Followup-To" message-goto-mail-followup-to t]
6103     ["Distribution" message-goto-distribution t]
6104     ["Body" message-goto-body t]
6105     ["Signature" message-goto-signature t]))
6106
6107 (define-derived-mode gnus-article-edit-mode message-mode "Article Edit"
6108   "Major mode for editing articles.
6109 This is an extended text-mode.
6110
6111 \\{gnus-article-edit-mode-map}"
6112   (make-local-variable 'gnus-article-edit-done-function)
6113   (make-local-variable 'gnus-prev-winconf)
6114   (set (make-local-variable 'font-lock-defaults)
6115        '(message-font-lock-keywords t))
6116   (set (make-local-variable 'mail-header-separator) "")
6117   (set (make-local-variable 'gnus-article-edit-mode) t)
6118   (easy-menu-add message-mode-field-menu message-mode-map)
6119   (mml-mode)
6120   (setq buffer-read-only nil)
6121   (buffer-enable-undo)
6122   (widen))
6123
6124 (defun gnus-article-edit (&optional force)
6125   "Edit the current article.
6126 This will have permanent effect only in mail groups.
6127 If FORCE is non-nil, allow editing of articles even in read-only
6128 groups."
6129   (interactive "P")
6130   (when (and (not force)
6131              (gnus-group-read-only-p))
6132     (error "The current newsgroup does not support article editing"))
6133   (gnus-article-date-original)
6134   (gnus-article-edit-article
6135    'ignore
6136    `(lambda (no-highlight)
6137       'ignore
6138       (gnus-summary-edit-article-done
6139        ,(or (mail-header-references gnus-current-headers) "")
6140        ,(gnus-group-read-only-p) ,gnus-summary-buffer no-highlight))))
6141
6142 (defun gnus-article-edit-article (start-func exit-func &optional quiet)
6143   "Start editing the contents of the current article buffer."
6144   (let ((winconf (current-window-configuration)))
6145     (set-buffer gnus-article-buffer)
6146     (let ((message-auto-save-directory
6147            ;; Don't associate the article buffer with a draft file.
6148            nil))
6149       (gnus-article-edit-mode))
6150     (funcall start-func)
6151     (set-buffer-modified-p nil)
6152     (gnus-configure-windows 'edit-article)
6153     (setq gnus-article-edit-done-function exit-func)
6154     (setq gnus-prev-winconf winconf)
6155     (unless quiet
6156       (gnus-message 6 "C-c C-c to end edits"))))
6157
6158 (defun gnus-article-edit-done (&optional arg)
6159   "Update the article edits and exit."
6160   (interactive "P")
6161   (let ((func gnus-article-edit-done-function)
6162         (buf (current-buffer))
6163         (start (window-start))
6164         (p (point))
6165         (winconf gnus-prev-winconf))
6166     (widen) ;; Widen it in case that users narrowed the buffer.
6167     (funcall func arg)
6168     (set-buffer buf)
6169     ;; The cache and backlog have to be flushed somewhat.
6170     (when gnus-keep-backlog
6171       (gnus-backlog-remove-article
6172        (car gnus-article-current) (cdr gnus-article-current)))
6173     ;; Flush original article as well.
6174     (save-excursion
6175       (when (get-buffer gnus-original-article-buffer)
6176         (set-buffer gnus-original-article-buffer)
6177         (setq gnus-original-article nil)))
6178     (when gnus-use-cache
6179       (gnus-cache-update-article
6180        (car gnus-article-current) (cdr gnus-article-current)))
6181     ;; We remove all text props from the article buffer.
6182     (kill-all-local-variables)
6183     (set-text-properties (point-min) (point-max) nil)
6184     (gnus-article-mode)
6185     (set-window-configuration winconf)
6186     (set-buffer buf)
6187     (set-window-start (get-buffer-window buf) start)
6188     (set-window-point (get-buffer-window buf) (point)))
6189   (gnus-summary-show-article))
6190
6191 (defun gnus-article-edit-exit ()
6192   "Exit the article editing without updating."
6193   (interactive)
6194   (when (or (not (buffer-modified-p))
6195             (yes-or-no-p "Article modified; kill anyway? "))
6196     (let ((curbuf (current-buffer))
6197           (p (point))
6198           (window-start (window-start)))
6199       (erase-buffer)
6200       (if (gnus-buffer-live-p gnus-original-article-buffer)
6201           (insert-buffer-substring gnus-original-article-buffer))
6202       (let ((winconf gnus-prev-winconf))
6203         (kill-all-local-variables)
6204         (gnus-article-mode)
6205         (set-window-configuration winconf)
6206         ;; Tippy-toe some to make sure that point remains where it was.
6207         (save-current-buffer
6208           (set-buffer curbuf)
6209           (set-window-start (get-buffer-window (current-buffer)) window-start)
6210           (goto-char p))))
6211     (gnus-summary-show-article)))
6212
6213 (defun gnus-article-edit-full-stops ()
6214   "Interactively repair spacing at end of sentences."
6215   (interactive)
6216   (save-excursion
6217     (goto-char (point-min))
6218     (search-forward-regexp "^$" nil t)
6219     (let ((case-fold-search nil))
6220       (query-replace-regexp "\\([.!?][])}]* \\)\\([[({A-Z]\\)" "\\1 \\2"))))
6221
6222 ;;;
6223 ;;; Article highlights
6224 ;;;
6225
6226 ;; Written by Per Abrahamsen <abraham@iesd.auc.dk>.
6227
6228 ;;; Internal Variables:
6229
6230 (defcustom gnus-button-url-regexp
6231   (if (string-match "[[:digit:]]" "1") ;; support POSIX?
6232       "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|nntp\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-z0-9_.]+:[0-9]*\\)?[-a-z0-9_=!?#$@~%&*+\\/:;.,[:word:]]+[-a-z0-9_=#$@~%&*+\\/[:word:]]\\)"
6233     "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|nntp\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-z0-9_.]+:[0-9]*\\)?\\([-a-z0-9_=!?#$@~%&*+\\/:;.,]\\|\\w\\)+\\([-a-z0-9_=#$@~%&*+\\/]\\|\\w\\)\\)")
6234   "Regular expression that matches URLs."
6235   :group 'gnus-article-buttons
6236   :type 'regexp)
6237
6238 (defcustom gnus-button-valid-fqdn-regexp
6239   message-valid-fqdn-regexp
6240   "Regular expression that matches a valid FQDN."
6241   :version "22.1"
6242   :group 'gnus-article-buttons
6243   :type 'regexp)
6244
6245 ;; Regexp suggested by Felix Wiemann in <87oeuomcz9.fsf@news2.ososo.de>
6246 (defcustom gnus-button-valid-localpart-regexp
6247   "[a-z0-9$%(*-=?[_][^<>\")!;:,{}\n\t @]*"
6248   "Regular expression that matches a localpart of mail addresses or MIDs."
6249   :version "22.1"
6250   :group 'gnus-article-buttons
6251   :type 'regexp)
6252
6253 (defcustom gnus-button-man-handler 'manual-entry
6254   "Function to use for displaying man pages.
6255 The function must take at least one argument with a string naming the
6256 man page."
6257   :version "22.1"
6258   :type '(choice (function-item :tag "Man" manual-entry)
6259                  (function-item :tag "Woman" woman)
6260                  (function :tag "Other"))
6261   :group 'gnus-article-buttons)
6262
6263 (defcustom gnus-ctan-url "http://tug.ctan.org/tex-archive/"
6264   "Top directory of a CTAN \(Comprehensive TeX Archive Network\) archive.
6265 If the default site is too slow, try to find a CTAN mirror, see
6266 <URL:http://tug.ctan.org/tex-archive/CTAN.sites?action=/index.html>.  See also
6267 the variable `gnus-button-handle-ctan'."
6268   :version "22.1"
6269   :group 'gnus-article-buttons
6270   :link '(custom-manual "(gnus)Group Parameters")
6271   :type '(choice (const "http://www.tex.ac.uk/tex-archive/")
6272                  (const "http://tug.ctan.org/tex-archive/")
6273                  (const "http://www.dante.de/CTAN/")
6274                  (string :tag "Other")))
6275
6276 (defcustom gnus-button-ctan-handler 'browse-url
6277   "Function to use for displaying CTAN links.
6278 The function must take one argument, the string naming the URL."
6279   :version "22.1"
6280   :type '(choice (function-item :tag "Browse Url" browse-url)
6281                  (function :tag "Other"))
6282   :group 'gnus-article-buttons)
6283
6284 (defcustom gnus-button-handle-ctan-bogus-regexp "^/?tex-archive/\\|^/"
6285   "Bogus strings removed from CTAN URLs."
6286   :version "22.1"
6287   :group 'gnus-article-buttons
6288   :type '(choice (const "^/?tex-archive/\\|/")
6289                  (regexp :tag "Other")))
6290
6291 (defcustom gnus-button-ctan-directory-regexp
6292   (regexp-opt
6293    (list "archive-tools" "biblio" "bibliography" "digests" "documentation"
6294          "dviware" "fonts" "graphics" "help" "indexing" "info" "language"
6295          "languages" "macros" "nonfree" "obsolete" "support" "systems"
6296          "tds" "tools" "usergrps" "web") t)
6297   "Regular expression for ctan directories.
6298 It should match all directories in the top level of `gnus-ctan-url'."
6299   :version "22.1"
6300   :group 'gnus-article-buttons
6301   :type 'regexp)
6302
6303 (defcustom gnus-button-mid-or-mail-regexp
6304   (concat "\\b\\(<?" gnus-button-valid-localpart-regexp "@"
6305           gnus-button-valid-fqdn-regexp
6306           ">?\\)\\b")
6307   "Regular expression that matches a message ID or a mail address."
6308   :version "22.1"
6309   :group 'gnus-article-buttons
6310   :type 'regexp)
6311
6312 (defcustom gnus-button-prefer-mid-or-mail 'gnus-button-mid-or-mail-heuristic
6313   "What to do when the button on a string as \"foo123@bar.invalid\" is pushed.
6314 Strings like this can be either a message ID or a mail address.  If it is one
6315 of the symbols `mid' or `mail', Gnus will always assume that the string is a
6316 message ID or a mail address, respectively.  If this variable is set to the
6317 symbol `ask', always query the user what do do.  If it is a function, this
6318 function will be called with the string as it's only argument.  The function
6319 must return `mid', `mail', `invalid' or `ask'."
6320   :version "22.1"
6321   :group 'gnus-article-buttons
6322   :type '(choice (function-item :tag "Heuristic function"
6323                                 gnus-button-mid-or-mail-heuristic)
6324                  (const ask)
6325                  (const mid)
6326                  (const mail)))
6327
6328 (defcustom gnus-button-mid-or-mail-heuristic-alist
6329   '((-10.0 . ".+\\$.+@")
6330     (-10.0 . "#")
6331     (-10.0 . "\\*")
6332     (-5.0  . "\\+[^+]*\\+.*@") ;; # two plus signs
6333     (-5.0  . "@[Nn][Ee][Ww][Ss]") ;; /\@news/i
6334     (-5.0  . "@.*[Dd][Ii][Aa][Ll][Uu][Pp]") ;; /\@.*dialup/i;
6335     (-1.0  . "^[^a-z]+@")
6336     ;;
6337     (-5.0  . "\\.[0-9][0-9]+.*@") ;; "\.[0-9]{2,}.*\@"
6338     (-5.0  . "[a-z].*[A-Z].*[a-z].*[A-Z].*@") ;; "([a-z].*[A-Z].*){2,}\@"
6339     (-3.0  . "[A-Z][A-Z][a-z][a-z].*@")
6340     (-5.0  . "\\...?.?@") ;; (-5.0 . "\..{1,3}\@")
6341     ;;
6342     (-2.0  . "^[0-9]")
6343     (-1.0  . "^[0-9][0-9]")
6344     ;;
6345     ;; -3.0 /^[0-9][0-9a-fA-F]{2,2}/;
6346     (-3.0  . "^[0-9][0-9a-fA-F][0-9a-fA-F][^0-9a-fA-F]")
6347     ;; -5.0 /^[0-9][0-9a-fA-F]{3,3}/;
6348     (-5.0  . "^[0-9][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][^0-9a-fA-F]")
6349     ;;
6350     (-3.0  .  "[0-9][0-9][0-9][0-9][0-9][^0-9].*@") ;; "[0-9]{5,}.*\@"
6351     (-3.0  .  "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][^0-9].*@")
6352     ;;       "[0-9]{8,}.*\@"
6353     (-3.0
6354      . "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].*@")
6355     ;; "[0-9]{12,}.*\@"
6356     ;; compensation for TDMA dated mail addresses:
6357     (25.0  . "-dated-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]+.*@")
6358     ;;
6359     (-20.0 . "\\.fsf@") ;; Gnus
6360     (-20.0 . "^slrn")
6361     (-20.0 . "^Pine")
6362     (-20.0 . "_-_") ;; Subject change in thread
6363     ;;
6364     (-20.0 . "\\.ln@") ;; leafnode
6365     (-30.0 . "@ID-[0-9]+\\.[a-zA-Z]+\\.dfncis\\.de")
6366     (-30.0 . "@4[Aa][Xx]\\.com") ;; Forte Agent
6367     ;;
6368     ;; (5.0 . "") ;; $local_part_len <= 7
6369     (10.0  . "^[^0-9]+@")
6370     (3.0   . "^[^0-9]+[0-9][0-9]?[0-9]?@")
6371     ;;      ^[^0-9]+[0-9]{1,3}\@ digits only at end of local part
6372     (3.0   . "\@stud")
6373     ;;
6374     (2.0   . "[a-z][a-z][._-][A-Z][a-z].*@")
6375     ;;
6376     (0.5   . "^[A-Z][a-z]")
6377     (0.5   . "^[A-Z][a-z][a-z]")
6378     (1.5   . "^[A-Z][a-z][A-Z][a-z][^a-z]") ;; ^[A-Z][a-z]{3,3}
6379     (2.0   . "^[A-Z][a-z][A-Z][a-z][a-z][^a-z]")) ;; ^[A-Z][a-z]{4,4}
6380   "An alist of \(RATE . REGEXP\) pairs for `gnus-button-mid-or-mail-heuristic'.
6381
6382 A negative RATE indicates a message IDs, whereas a positive indicates a mail
6383 address.  The REGEXP is processed with `case-fold-search' set to nil."
6384   :version "22.1"
6385   :group 'gnus-article-buttons
6386   :type '(repeat (cons (number :tag "Rate")
6387                        (regexp :tag "Regexp"))))
6388
6389 (defun gnus-button-mid-or-mail-heuristic (mid-or-mail)
6390   "Guess whether MID-OR-MAIL is a message ID or a mail address.
6391 Returns `mid' if MID-OR-MAIL is a message IDs, `mail' if it's a mail
6392 address, `ask' if unsure and `invalid' if the string is invalid."
6393   (let ((case-fold-search nil)
6394         (list gnus-button-mid-or-mail-heuristic-alist)
6395         (result 0) rate regexp lpartlen elem)
6396     (setq lpartlen
6397           (length (gnus-replace-in-string mid-or-mail "^\\(.*\\)@.*$" "\\1")))
6398     (gnus-message 8 "`%s', length of local part=`%s'." mid-or-mail lpartlen)
6399     ;; Certain special cases...
6400     (when (string-match
6401            (concat
6402             "^0[0-9]+-[0-9][0-9][0-9][0-9]@t-online\\.de$\\|"
6403             "^[0-9]+\\.[0-9]+@compuserve\\|"
6404             "@public\\.gmane\\.org")
6405            mid-or-mail)
6406       (gnus-message 8 "`%s' is a known mail address." mid-or-mail)
6407       (setq result 'mail))
6408     (when (string-match "@.*@\\| " mid-or-mail)
6409       (gnus-message 8 "`%s' is invalid." mid-or-mail)
6410       (setq result 'invalid))
6411     ;; Nothing more to do, if result is not a number here...
6412     (when (numberp result)
6413       (while list
6414         (setq elem (car list)
6415               rate (car elem)
6416               regexp (cdr elem)
6417               list (cdr list))
6418         (when (string-match regexp mid-or-mail)
6419           (setq result (+ result rate))
6420           (gnus-message
6421            9 "`%s' matched `%s', rate `%s', result `%s'."
6422            mid-or-mail regexp rate result)))
6423       (when (<= lpartlen 7)
6424         (setq result (+ result 5.0))
6425         (gnus-message 9 "`%s' matched (<= lpartlen 7), result `%s'."
6426                       mid-or-mail result))
6427       (when (>= lpartlen 12)
6428         (gnus-message 9 "`%s' matched (>= lpartlen 12)" mid-or-mail)
6429         (cond
6430          ((string-match "[0-9][^0-9]+[0-9].*@" mid-or-mail)
6431           ;; Long local part should contain realname if e-mail address,
6432           ;; too many digits: message-id.
6433           ;; $score -= 5.0 + 0.1 * $local_part_len;
6434           (setq rate (* -1.0 (+ 5.0 (* 0.1 lpartlen))))
6435           (setq result (+ result rate))
6436           (gnus-message
6437            9 "Many digits in `%s', rate `%s', result `%s'."
6438            mid-or-mail rate result))
6439          ((string-match "[^aeiouy][^aeiouy][^aeiouy][^aeiouy]+.*\@"
6440                         mid-or-mail)
6441           ;; Too few vowels [^aeiouy]{4,}.*\@
6442           (setq result (+ result -5.0))
6443           (gnus-message
6444            9 "Few vowels in `%s', rate `%s', result `%s'."
6445            mid-or-mail -5.0 result))
6446          (t
6447           (setq result (+ result 5.0))
6448           (gnus-message
6449            9 "`%s', rate `%s', result `%s'." mid-or-mail 5.0 result)))))
6450     (gnus-message 8 "`%s': Final rate is `%s'." mid-or-mail result)
6451     ;; Maybe we should make this a customizable alist: (condition . 'result)
6452     (cond
6453      ((symbolp result) result)
6454      ;; Now convert number into proper results:
6455      ((< result -10.0) 'mid)
6456      ((> result  10.0) 'mail)
6457      (t 'ask))))
6458
6459 (defun gnus-button-handle-mid-or-mail (mid-or-mail)
6460   (let* ((pref gnus-button-prefer-mid-or-mail) guessed
6461          (url-mid (concat "news" ":" mid-or-mail))
6462          (url-mailto (concat "mailto" ":" mid-or-mail)))
6463     (gnus-message 9 "mid-or-mail=%s" mid-or-mail)
6464     (when (fboundp pref)
6465       (setq guessed
6466             ;; get rid of surrounding angles...
6467             (funcall pref
6468                      (gnus-replace-in-string mid-or-mail "^<\\|>$" "")))
6469       (if (or (eq 'mid guessed) (eq 'mail guessed))
6470           (setq pref guessed)
6471         (setq pref 'ask)))
6472     (if (eq pref 'ask)
6473         (save-window-excursion
6474           (if (y-or-n-p (concat "Is <" mid-or-mail "> a mail address? "))
6475               (setq pref 'mail)
6476             (setq pref 'mid))))
6477     (cond ((eq pref 'mid)
6478            (gnus-message 8 "calling `gnus-button-handle-news' %s" url-mid)
6479            (gnus-button-handle-news url-mid))
6480           ((eq pref 'mail)
6481            (gnus-message 8 "calling `gnus-url-mailto'  %s" url-mailto)
6482            (gnus-url-mailto url-mailto))
6483           (t (gnus-message 3 "Invalid string.")))))
6484
6485 (defun gnus-button-handle-custom (fun arg)
6486   "Call function FUN on argument ARG.
6487 Both FUN and ARG are supposed to be strings.  ARG will be passed
6488 as a symbol to FUN."
6489   (funcall (intern fun) (intern arg)))
6490
6491 (defvar gnus-button-handle-describe-prefix "^\\(C-h\\|<?[Ff]1>?\\)")
6492
6493 ;; FIXME: Maybe we should merge some of the functions that do quite similar
6494 ;; stuff?
6495
6496 (defun gnus-button-handle-describe-function (url)
6497   "Call `describe-function' when pushing the corresponding URL button."
6498   (describe-function
6499    (intern
6500     (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))))
6501
6502 (defun gnus-button-handle-describe-variable (url)
6503   "Call `describe-variable' when pushing the corresponding URL button."
6504   (describe-variable
6505    (intern
6506     (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))))
6507
6508 (defun gnus-button-handle-symbol (url)
6509 "Display help on variable or function.
6510 Calls `describe-variable' or `describe-function'."
6511   (let ((sym (intern url)))
6512     (cond
6513      ((fboundp sym) (describe-function sym))
6514      ((boundp sym) (describe-variable sym))
6515      (t (gnus-message 3 "`%s' is not a known function of variable." url)))))
6516
6517 (defun gnus-button-handle-describe-key (url)
6518   "Call `describe-key' when pushing the corresponding URL button."
6519   (let* ((key-string
6520           (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))
6521          (keys (ignore-errors (eval `(kbd ,key-string)))))
6522     (if keys
6523         (describe-key keys)
6524       (gnus-message 3 "Invalid key sequence in button: %s" key-string))))
6525
6526 (defun gnus-button-handle-apropos (url)
6527   "Call `apropos' when pushing the corresponding URL button."
6528   (apropos (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6529
6530 (defun gnus-button-handle-apropos-command (url)
6531   "Call `apropos' when pushing the corresponding URL button."
6532   (apropos-command
6533    (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6534
6535 (defun gnus-button-handle-apropos-variable (url)
6536   "Call `apropos' when pushing the corresponding URL button."
6537   (funcall
6538    (if (fboundp 'apropos-variable) 'apropos-variable 'apropos)
6539    (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6540
6541 (defun gnus-button-handle-apropos-documentation (url)
6542   "Call `apropos' when pushing the corresponding URL button."
6543   (funcall
6544    (if (fboundp 'apropos-documentation) 'apropos-documentation 'apropos)
6545    (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6546
6547 (defun gnus-button-handle-library (url)
6548   "Call `locate-library' when pushing the corresponding URL button."
6549   (gnus-message 9 "url=`%s'" url)
6550   (let* ((lib (locate-library url))
6551          (file (gnus-replace-in-string (or lib "") "\.elc" ".el")))
6552     (if (not lib)
6553         (gnus-message 1 "Cannot locale library `%s'." url)
6554       (find-file-read-only file))))
6555
6556 (defun gnus-button-handle-ctan (url)
6557   "Call `browse-url' when pushing a CTAN URL button."
6558   (funcall
6559    gnus-button-ctan-handler
6560    (concat
6561     gnus-ctan-url
6562     (gnus-replace-in-string url gnus-button-handle-ctan-bogus-regexp ""))))
6563
6564 (defcustom gnus-button-tex-level 5
6565   "*Integer that says how many TeX-related buttons Gnus will show.
6566 The higher the number, the more buttons will appear and the more false
6567 positives are possible.  Note that you can set this variable local to
6568 specific groups.  Setting it higher in TeX groups is probably a good idea.
6569 See Info node `(gnus)Group Parameters' and the variable `gnus-parameters' on
6570 how to set variables in specific groups."
6571   :version "22.1"
6572   :group 'gnus-article-buttons
6573   :link '(custom-manual "(gnus)Group Parameters")
6574   :type 'integer)
6575
6576 (defcustom gnus-button-man-level 5
6577   "*Integer that says how many man-related buttons Gnus will show.
6578 The higher the number, the more buttons will appear and the more false
6579 positives are possible.  Note that you can set this variable local to
6580 specific groups.  Setting it higher in Unix groups is probably a good idea.
6581 See Info node `(gnus)Group Parameters' and the variable `gnus-parameters' on
6582 how to set variables in specific groups."
6583   :version "22.1"
6584   :group 'gnus-article-buttons
6585   :link '(custom-manual "(gnus)Group Parameters")
6586   :type 'integer)
6587
6588 (defcustom gnus-button-emacs-level 5
6589   "*Integer that says how many emacs-related buttons Gnus will show.
6590 The higher the number, the more buttons will appear and the more false
6591 positives are possible.  Note that you can set this variable local to
6592 specific groups.  Setting it higher in Emacs or Gnus related groups is
6593 probably a good idea.  See Info node `(gnus)Group Parameters' and the variable
6594 `gnus-parameters' on how to set variables in specific groups."
6595   :version "22.1"
6596   :group 'gnus-article-buttons
6597   :link '(custom-manual "(gnus)Group Parameters")
6598   :type 'integer)
6599
6600 (defcustom gnus-button-message-level 5
6601   "*Integer that says how many buttons for news or mail messages will appear.
6602 The higher the number, the more buttons will appear and the more false
6603 positives are possible."
6604   ;; mail addresses, MIDs, URLs for news, ...
6605   :version "22.1"
6606   :group 'gnus-article-buttons
6607   :type 'integer)
6608
6609 (defcustom gnus-button-browse-level 5
6610   "*Integer that says how many buttons for browsing will appear.
6611 The higher the number, the more buttons will appear and the more false
6612 positives are possible."
6613   ;; stuff handled by `browse-url' or `gnus-button-embedded-url'
6614   :version "22.1"
6615   :group 'gnus-article-buttons
6616   :type 'integer)
6617
6618 (defcustom gnus-button-alist
6619   '(("<\\(url:[>\n\t ]*?\\)?\\(nntp\\|news\\):[>\n\t ]*\\([^>\n\t ]*@[^>\n\t ]*\\)>"
6620      0 (>= gnus-button-message-level 0) gnus-button-handle-news 3)
6621     ((concat "\\b\\(nntp\\|news\\):\\("
6622              gnus-button-valid-localpart-regexp "@[a-z0-9.-]+[a-z]\\)")
6623      0 t gnus-button-handle-news 2)
6624     ("\\(\\b<\\(url:[>\n\t ]*\\)?\\(nntp\\|news\\):[>\n\t ]*\\(//\\)?\\([^>\n\t ]*\\)>\\)"
6625      1 (>= gnus-button-message-level 0) gnus-button-fetch-group 5)
6626     ("\\b\\(nntp\\|news\\):\\(//\\)?\\([^'\">\n\t ]+\\)"
6627      0 (>= gnus-button-message-level 0) gnus-button-fetch-group 3)
6628     ;; RFC 2392 (Don't allow `/' in domain part --> CID)
6629     ("\\bmid:\\(//\\)?\\([^'\">\n\t ]+@[^'\">\n\t /]+\\)"
6630      0 (>= gnus-button-message-level 0) gnus-button-message-id 2)
6631     ("\\bin\\( +article\\| +message\\)? +\\(<\\([^\n @<>]+@[^\n @<>]+\\)>\\)"
6632      2 (>= gnus-button-message-level 0) gnus-button-message-id 3)
6633     ("\\(<URL: *\\)mailto: *\\([^> \n\t]+\\)>"
6634      0 (>= gnus-button-message-level 0) gnus-url-mailto 2)
6635     ;; RFC 2368 (The mailto URL scheme)
6636     ("\\bmailto:\\([-a-z.@_+0-9%=?&/]+\\)"
6637      0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
6638     ("\\bmailto:\\([^ \n\t]+\\)"
6639      0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
6640     ;; CTAN
6641     ((concat "\\bCTAN:[ \t\n]?[^>)!;:,'\n\t ]*\\("
6642              gnus-button-ctan-directory-regexp
6643              "[^][>)!;:,'\n\t ]+\\)")
6644      0 (>= gnus-button-tex-level 1) gnus-button-handle-ctan 1)
6645     ((concat "\\btex-archive/\\("
6646              gnus-button-ctan-directory-regexp
6647              "/[-_.a-z0-9/]+[-_./a-z0-9]+[/a-z0-9]\\)")
6648      1 (>= gnus-button-tex-level 6) gnus-button-handle-ctan 1)
6649     ((concat
6650       "\\b\\("
6651       gnus-button-ctan-directory-regexp
6652       "/[-_.a-z0-9]+/[-_./a-z0-9]+[/a-z0-9]\\)")
6653      1 (>= gnus-button-tex-level 8) gnus-button-handle-ctan 1)
6654     ;; This is info (home-grown style) <info://foo/bar+baz>
6655     ("\\binfo://\\([^'\">\n\t ]+\\)"
6656      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 1)
6657     ;; Info GNOME style <info:foo#bar_baz>
6658     ("\\binfo:\\([^('\n\t\r \"><][^'\n\t\r \"><]*\\)"
6659      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url-gnome 1)
6660     ;; Info KDE style <info:(foo)bar baz>
6661     ("<\\(info:\\(([^)]+)[^>\n\r]*\\)\\)>"
6662      1 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url-kde 2)
6663     ("\\((Info-goto-node\\|(info\\)[ \t\n]*\\(\"[^\"]*\"\\))" 0
6664      (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 2)
6665     ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+i[ \t\n]+d?[ \t\n]?m[ \t\n]+\\([^ ]+ ?[^ ]+\\)[ \t\n]+RET"
6666      ;; Info links like `C-h i d m CC Mode RET'
6667      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-keystrokes 2)
6668     ;; This is custom
6669     ("M-x[ \t\n]\\(customize-[^ ]+\\)[ \t\n]RET[ \t\n]\\([^ ]+\\)[ \t\n]RET" 0
6670      (>= gnus-button-emacs-level 1) gnus-button-handle-custom 1 2)
6671     ;; Emacs help commands
6672     ("M-x[ \t\n]+apropos[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6673      ;; regexp doesn't match arguments containing ` '.
6674      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos 1)
6675     ("M-x[ \t\n]+apropos-command[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6676      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-command 1)
6677     ("M-x[ \t\n]+apropos-variable[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6678      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-variable 1)
6679     ("M-x[ \t\n]+apropos-documentation[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6680      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-documentation 1)
6681     ;; The following entries may lead to many false positives so don't enable
6682     ;; them by default (use a high button level).
6683     ("/\\([a-z][-a-z0-9]+\\.el\\)\\>[^.?]"
6684      ;; Exclude [.?] for URLs in gmane.emacs.cvs
6685      1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1)
6686     ("`\\([a-z][-a-z0-9]+\\.el\\)'"
6687      1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1)
6688     ("`\\([a-z][a-z0-9]+-[a-z]+-[-a-z]+\\|\\(gnus\\|message\\)-[-a-z]+\\)'"
6689      0 (>= gnus-button-emacs-level 8) gnus-button-handle-symbol 1)
6690     ("`\\([a-z][a-z0-9]+-[a-z]+\\)'"
6691      0 (>= gnus-button-emacs-level 9) gnus-button-handle-symbol 1)
6692     ("(setq[ \t\n]+\\([a-z][a-z0-9]+-[-a-z0-9]+\\)[ \t\n]+.+)"
6693      1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-variable 1)
6694     ("\\bM-x[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6695      1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-function 1)
6696     ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+f[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6697      0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-function 2)
6698     ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+v[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6699      0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-variable 2)
6700     ("`\\(\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+k[ \t\n]+\\([^']+\\)\\)'"
6701      ;; Unlike the other regexps we really have to require quoting
6702      ;; here to determine where it ends.
6703      1 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-key 3)
6704     ;; This is how URLs _should_ be embedded in text (RFC 1738, RFC 2396)...
6705     ("<URL: *\\([^<>]*\\)>"
6706      1 (>= gnus-button-browse-level 0) gnus-button-embedded-url 1)
6707     ;; RFC 2396 (2.4.3., delims) ...
6708     ("\"URL: *\\([^\"]*\\)\""
6709      1 (>= gnus-button-browse-level 0) gnus-button-embedded-url 1)
6710     ;; RFC 2396 (2.4.3., delims) ...
6711     ("\"URL: *\\([^\"]*\\)\""
6712      1 (>= gnus-button-browse-level 0) gnus-button-embedded-url 1)
6713     ;; Raw URLs.
6714     (gnus-button-url-regexp
6715      0 (>= gnus-button-browse-level 0) browse-url 0)
6716     ;; man pages
6717     ("\\b\\([a-z][a-z]+([1-9])\\)\\W"
6718      0 (and (>= gnus-button-man-level 1) (< gnus-button-man-level 3))
6719      gnus-button-handle-man 1)
6720     ;; more man pages: resolv.conf(5), iso_8859-1(7), xterm(1x)
6721     ("\\b\\([a-z][-_.a-z0-9]+([1-9])\\)\\W"
6722      0 (and (>= gnus-button-man-level 3) (< gnus-button-man-level 5))
6723      gnus-button-handle-man 1)
6724     ;; even more: Apache::PerlRun(3pm), PDL::IO::FastRaw(3pm),
6725     ;; SoWWWAnchor(3iv), XSelectInput(3X11), X(1), X(7)
6726     ("\\b\\(\\(?:[a-z][-+_.:a-z0-9]+([1-9][X1a-z]*)\\)\\|\\b\\(?:X([1-9])\\)\\)\\W"
6727      0 (>= gnus-button-man-level 5) gnus-button-handle-man 1)
6728     ;; Recognizing patches to .el files.  This is somewhat obscure,
6729     ;; but considering the percentage of Gnus users who hack Emacs
6730     ;; Lisp files...
6731     ("^--- \\([^ .]+\\.el\\).*\n.*\n@@ -?\\([0-9]+\\)" 1
6732      (>= gnus-button-message-level 4) gnus-button-patch 1 2)
6733     ("^\\*\\*\\* \\([^ .]+\\.el\\).*\n.*\n\\*+\n\\*\\*\\* \\([0-9]+\\)" 1
6734      (>= gnus-button-message-level 4) gnus-button-patch 1 2)
6735     ;; MID or mail: To avoid too many false positives we don't try to catch
6736     ;; all kind of allowed MIDs or mail addresses.  Domain part must contain
6737     ;; at least one dot.  TLD must contain two or three chars or be a know TLD
6738     ;; (info|name|...).  Put this entry near the _end_ of `gnus-button-alist'
6739     ;; so that non-ambiguous entries (see above) match first.
6740     (gnus-button-mid-or-mail-regexp
6741      0 (>= gnus-button-message-level 5) gnus-button-handle-mid-or-mail 1))
6742   "*Alist of regexps matching buttons in article bodies.
6743
6744 Each entry has the form (REGEXP BUTTON FORM CALLBACK PAR...), where
6745 REGEXP: is the string (case insensitive) matching text around the button (can
6746 also be Lisp expression evaluating to a string),
6747 BUTTON: is the number of the regexp grouping actually matching the button,
6748 FORM: is a Lisp expression which must eval to true for the button to
6749 be added,
6750 CALLBACK: is the function to call when the user push this button, and each
6751 PAR: is a number of a regexp grouping whose text will be passed to CALLBACK.
6752
6753 CALLBACK can also be a variable, in that case the value of that
6754 variable it the real callback function."
6755   :group 'gnus-article-buttons
6756   :type '(repeat (list (choice regexp variable sexp)
6757                        (integer :tag "Button")
6758                        (sexp :tag "Form")
6759                        (function :tag "Callback")
6760                        (repeat :tag "Par"
6761                                :inline t
6762                                (integer :tag "Regexp group")))))
6763
6764 (defcustom gnus-header-button-alist
6765   '(("^\\(References\\|Message-I[Dd]\\|^In-Reply-To\\):" "<[^<>]+>"
6766      0 (>= gnus-button-message-level 0) gnus-button-message-id 0)
6767     ("^\\(From\\|Reply-To\\):" ": *\\(.+\\)$"
6768      1 (>= gnus-button-message-level 0) gnus-button-reply 1)
6769     ("^\\(Cc\\|To\\):" "[^ \t\n<>,()\"]+@[^ \t\n<>,()\"]+"
6770      0 (>= gnus-button-message-level 0) gnus-msg-mail 0)
6771     ("^X-[Uu][Rr][Ll]:" gnus-button-url-regexp
6772      0 (>= gnus-button-browse-level 0) browse-url 0)
6773     ("^Subject:" gnus-button-url-regexp
6774      0 (>= gnus-button-browse-level 0) browse-url 0)
6775     ("^[^:]+:" gnus-button-url-regexp
6776      0 (>= gnus-button-browse-level 0) browse-url 0)
6777     ("^OpenPGP:.*url=" gnus-button-url-regexp
6778      0 (>= gnus-button-browse-level 0) gnus-button-openpgp 0)
6779     ("^[^:]+:" "\\bmailto:\\([-a-z.@_+0-9%=?&/]+\\)"
6780      0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
6781     ("^[^:]+:" "\\(<\\(url: \\)?\\(nntp\\|news\\):\\([^>\n ]*\\)>\\)"
6782      1 (>= gnus-button-message-level 0) gnus-button-message-id 4))
6783   "*Alist of headers and regexps to match buttons in article heads.
6784
6785 This alist is very similar to `gnus-button-alist', except that each
6786 alist has an additional HEADER element first in each entry:
6787
6788 \(HEADER REGEXP BUTTON FORM CALLBACK PAR)
6789
6790 HEADER is a regexp to match a header.  For a fuller explanation, see
6791 `gnus-button-alist'."
6792   :group 'gnus-article-buttons
6793   :group 'gnus-article-headers
6794   :type '(repeat (list (regexp :tag "Header")
6795                        (choice regexp variable)
6796                        (integer :tag "Button")
6797                        (sexp :tag "Form")
6798                        (function :tag "Callback")
6799                        (repeat :tag "Par"
6800                                :inline t
6801                                (integer :tag "Regexp group")))))
6802
6803 ;;; Commands:
6804
6805 (defun gnus-article-push-button (event)
6806   "Check text under the mouse pointer for a callback function.
6807 If the text under the mouse pointer has a `gnus-callback' property,
6808 call it with the value of the `gnus-data' text property."
6809   (interactive "e")
6810   (set-buffer (window-buffer (posn-window (event-start event))))
6811   (let* ((pos (posn-point (event-start event)))
6812          (data (get-text-property pos 'gnus-data))
6813          (fun (get-text-property pos 'gnus-callback)))
6814     (goto-char pos)
6815     (when fun
6816       (funcall fun data))))
6817
6818 (defun gnus-article-press-button ()
6819   "Check text at point for a callback function.
6820 If the text at point has a `gnus-callback' property,
6821 call it with the value of the `gnus-data' text property."
6822   (interactive)
6823   (let ((data (get-text-property (point) 'gnus-data))
6824         (fun (get-text-property (point) 'gnus-callback)))
6825     (when fun
6826       (funcall fun data))))
6827
6828 (defun gnus-article-highlight (&optional force)
6829   "Highlight current article.
6830 This function calls `gnus-article-highlight-headers',
6831 `gnus-article-highlight-citation',
6832 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
6833 do the highlighting.  See the documentation for those functions."
6834   (interactive (list 'force))
6835   (gnus-article-highlight-headers)
6836   (gnus-article-highlight-citation force)
6837   (gnus-article-highlight-signature)
6838   (gnus-article-add-buttons force)
6839   (gnus-article-add-buttons-to-head))
6840
6841 (defun gnus-article-highlight-some (&optional force)
6842   "Highlight current article.
6843 This function calls `gnus-article-highlight-headers',
6844 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
6845 do the highlighting.  See the documentation for those functions."
6846   (interactive (list 'force))
6847   (gnus-article-highlight-headers)
6848   (gnus-article-highlight-signature)
6849   (gnus-article-add-buttons))
6850
6851 (defun gnus-article-highlight-headers ()
6852   "Highlight article headers as specified by `gnus-header-face-alist'."
6853   (interactive)
6854   (gnus-with-article-headers
6855     (let (regexp header-face field-face from hpoints fpoints)
6856       (dolist (entry gnus-header-face-alist)
6857         (goto-char (point-min))
6858         (setq regexp (concat "^\\("
6859                              (if (string-equal "" (nth 0 entry))
6860                                  "[^\t ]"
6861                                (nth 0 entry))
6862                              "\\)")
6863               header-face (nth 1 entry)
6864               field-face (nth 2 entry))
6865         (while (and (re-search-forward regexp nil t)
6866                     (not (eobp)))
6867           (beginning-of-line)
6868           (setq from (point))
6869           (unless (search-forward ":" nil t)
6870             (forward-char 1))
6871           (when (and header-face
6872                      (not (memq (point) hpoints)))
6873             (push (point) hpoints)
6874             (gnus-put-text-property from (point) 'face header-face))
6875           (when (and field-face
6876                      (not (memq (setq from (point)) fpoints)))
6877             (push from fpoints)
6878             (if (re-search-forward "^[^ \t]" nil t)
6879                 (forward-char -2)
6880               (goto-char (point-max)))
6881             (gnus-put-text-property from (point) 'face field-face)))))))
6882
6883 (defun gnus-article-highlight-signature ()
6884   "Highlight the signature in an article.
6885 It does this by highlighting everything after
6886 `gnus-signature-separator' using the face `gnus-signature'."
6887   (interactive)
6888   (gnus-with-article-buffer
6889     (let ((inhibit-point-motion-hooks t))
6890       (save-restriction
6891         (when (and gnus-signature-face
6892                    (gnus-article-narrow-to-signature))
6893           (gnus-overlay-put (gnus-make-overlay (point-min) (point-max))
6894                             'face gnus-signature-face)
6895           (widen)
6896           (gnus-article-search-signature)
6897           (let ((start (match-beginning 0))
6898                 (end (set-marker (make-marker) (1+ (match-end 0)))))
6899             (gnus-article-add-button start (1- end) 'gnus-signature-toggle
6900                                      end)))))))
6901
6902 (defun gnus-button-in-region-p (b e prop)
6903   "Say whether PROP exists in the region."
6904   (text-property-not-all b e prop nil))
6905
6906 (defun gnus-article-add-buttons (&optional force)
6907   "Find external references in the article and make buttons of them.
6908 \"External references\" are things like Message-IDs and URLs, as
6909 specified by `gnus-button-alist'."
6910   (interactive (list 'force))
6911   (gnus-with-article-buffer
6912     (let ((inhibit-point-motion-hooks t)
6913           (case-fold-search t)
6914           (alist gnus-button-alist)
6915           beg entry regexp)
6916       ;; Remove all old markers.
6917       (let (marker entry new-list)
6918         (while (setq marker (pop gnus-button-marker-list))
6919           (if (or (< marker (point-min)) (>= marker (point-max)))
6920               (push marker new-list)
6921             (goto-char marker)
6922             (when (setq entry (gnus-button-entry))
6923               (put-text-property (match-beginning (nth 1 entry))
6924                                  (match-end (nth 1 entry))
6925                                  'gnus-callback nil))
6926             (set-marker marker nil)))
6927         (setq gnus-button-marker-list new-list))
6928       ;; We skip the headers.
6929       (article-goto-body)
6930       (setq beg (point))
6931       (while (setq entry (pop alist))
6932         (setq regexp (eval (car entry)))
6933         (goto-char beg)
6934         (while (re-search-forward regexp nil t)
6935           (let* ((start (and entry (match-beginning (nth 1 entry))))
6936                  (end (and entry (match-end (nth 1 entry))))
6937                  (from (match-beginning 0)))
6938             (when (and (or (eq t (nth 2 entry))
6939                            (eval (nth 2 entry)))
6940                        (not (gnus-button-in-region-p
6941                              start end 'gnus-callback)))
6942               ;; That optional form returned non-nil, so we add the
6943               ;; button.
6944               (gnus-article-add-button
6945                start end 'gnus-button-push
6946                (car (push (set-marker (make-marker) from)
6947                           gnus-button-marker-list))))))))))
6948
6949 ;; Add buttons to the head of an article.
6950 (defun gnus-article-add-buttons-to-head ()
6951   "Add buttons to the head of the article."
6952   (interactive)
6953   (gnus-with-article-headers
6954     (let (beg end)
6955       (dolist (entry gnus-header-button-alist)
6956         ;; Each alist entry.
6957         (goto-char (point-min))
6958         (while (re-search-forward (car entry) nil t)
6959           ;; Each header matching the entry.
6960           (setq beg (match-beginning 0))
6961           (setq end (or (and (re-search-forward "^[^ \t]" nil t)
6962                              (match-beginning 0))
6963                         (point-max)))
6964           (goto-char beg)
6965           (while (re-search-forward (eval (nth 1 entry)) end t)
6966             ;; Each match within a header.
6967             (let* ((entry (cdr entry))
6968                    (start (match-beginning (nth 1 entry)))
6969                    (end (match-end (nth 1 entry)))
6970                    (form (nth 2 entry)))
6971               (goto-char (match-end 0))
6972               (when (eval form)
6973                 (gnus-article-add-button
6974                  start end (nth 3 entry)
6975                  (buffer-substring (match-beginning (nth 4 entry))
6976                                    (match-end (nth 4 entry)))))))
6977           (goto-char end))))))
6978
6979 ;;; External functions:
6980
6981 (defun gnus-article-add-button (from to fun &optional data)
6982   "Create a button between FROM and TO with callback FUN and data DATA."
6983   (when gnus-article-button-face
6984     (gnus-overlay-put (gnus-make-overlay from to)
6985                       'face gnus-article-button-face))
6986   (gnus-add-text-properties
6987    from to
6988    (nconc (and gnus-article-mouse-face
6989                (list gnus-mouse-face-prop gnus-article-mouse-face))
6990           (list 'gnus-callback fun)
6991           (and data (list 'gnus-data data))))
6992   (widget-convert-button 'link from to :action 'gnus-widget-press-button
6993                          :button-keymap gnus-widget-button-keymap))
6994
6995 ;;; Internal functions:
6996
6997 (defun gnus-article-set-globals ()
6998   (with-current-buffer gnus-summary-buffer
6999     (gnus-set-global-variables)))
7000
7001 (defun gnus-signature-toggle (end)
7002   (gnus-with-article-buffer
7003     (let ((inhibit-point-motion-hooks t))
7004       (if (text-property-any end (point-max) 'article-type 'signature)
7005           (progn
7006             (gnus-delete-wash-type 'signature)
7007             (gnus-remove-text-properties-when
7008              'article-type 'signature end (point-max)
7009              (cons 'article-type (cons 'signature
7010                                        gnus-hidden-properties))))
7011         (gnus-add-wash-type 'signature)
7012         (gnus-add-text-properties-when
7013          'article-type nil end (point-max)
7014          (cons 'article-type (cons 'signature
7015                                    gnus-hidden-properties)))))
7016     (let ((gnus-article-mime-handle-alist-1 gnus-article-mime-handle-alist))
7017       (gnus-set-mode-line 'article))))
7018
7019 (defun gnus-button-entry ()
7020   ;; Return the first entry in `gnus-button-alist' matching this place.
7021   (let ((alist gnus-button-alist)
7022         (entry nil))
7023     (while alist
7024       (setq entry (pop alist))
7025       (if (looking-at (eval (car entry)))
7026           (setq alist nil)
7027         (setq entry nil)))
7028     entry))
7029
7030 (defun gnus-button-push (marker)
7031   ;; Push button starting at MARKER.
7032   (save-excursion
7033     (goto-char marker)
7034     (let* ((entry (gnus-button-entry))
7035            (inhibit-point-motion-hooks t)
7036            (fun (nth 3 entry))
7037            (args (mapcar (lambda (group)
7038                            (let ((string (match-string group)))
7039                              (set-text-properties
7040                               0 (length string) nil string)
7041                              string))
7042                          (nthcdr 4 entry))))
7043       (cond
7044        ((fboundp fun)
7045         (apply fun args))
7046        ((and (boundp fun)
7047              (fboundp (symbol-value fun)))
7048         (apply (symbol-value fun) args))
7049        (t
7050         (gnus-message 1 "You must define `%S' to use this button"
7051                       (cons fun args)))))))
7052
7053 (defun gnus-parse-news-url (url)
7054   (let (scheme server port group message-id articles)
7055     (with-temp-buffer
7056       (insert url)
7057       (goto-char (point-min))
7058       (when (looking-at "\\([A-Za-z]+\\):")
7059         (setq scheme (match-string 1))
7060         (goto-char (match-end 0)))
7061       (when (looking-at "//\\([^:/]+\\)\\(:?\\)\\([0-9]+\\)?/")
7062         (setq server (match-string 1))
7063         (setq port (if (stringp (match-string 3))
7064                        (string-to-number (match-string 3))
7065                      (match-string 3)))
7066         (goto-char (match-end 0)))
7067
7068       (cond
7069        ((looking-at "\\(.*@.*\\)")
7070         (setq message-id (match-string 1)))
7071        ((looking-at "\\([^/]+\\)/\\([-0-9]+\\)")
7072         (setq group (match-string 1)
7073               articles (split-string (match-string 2) "-")))
7074        ((looking-at "\\([^/]+\\)/?")
7075         (setq group (match-string 1)))
7076        (t
7077         (error "Unknown news URL syntax"))))
7078     (list scheme server port group message-id articles)))
7079
7080 (defun gnus-button-handle-news (url)
7081   "Fetch a news URL."
7082   (destructuring-bind (scheme server port group message-id articles)
7083       (gnus-parse-news-url url)
7084     (cond
7085      (message-id
7086       (save-excursion
7087         (set-buffer gnus-summary-buffer)
7088         (if server
7089             (let ((gnus-refer-article-method
7090                    (nconc (list (list 'nntp server))
7091                           gnus-refer-article-method))
7092                   (nntp-port-number (or port "nntp")))
7093               (gnus-message 7 "Fetching %s with %s"
7094                             message-id gnus-refer-article-method)
7095               (gnus-summary-refer-article message-id))
7096           (gnus-summary-refer-article message-id))))
7097      (group
7098       (gnus-button-fetch-group url)))))
7099
7100 (defun gnus-button-patch (library line)
7101   "Visit an Emacs Lisp library LIBRARY on line LINE."
7102   (interactive)
7103   (let ((file (locate-library (file-name-nondirectory library))))
7104     (unless file
7105       (error "Couldn't find library %s" library))
7106     (find-file file)
7107     (goto-line (string-to-number line))))
7108
7109 (defun gnus-button-handle-man (url)
7110   "Fetch a man page."
7111   (gnus-message 9 "`%s' `%s'" gnus-button-man-handler url)
7112   (when (eq gnus-button-man-handler 'woman)
7113     (setq url (gnus-replace-in-string url "([1-9][X1a-z]*).*\\'" "")))
7114   (gnus-message 9 "`%s' `%s'" gnus-button-man-handler url)
7115   (funcall gnus-button-man-handler url))
7116
7117 (defun gnus-button-handle-info-url (url)
7118   "Fetch an info URL."
7119   (setq url (mm-subst-char-in-string ?+ ?\  url))
7120   (cond
7121    ((string-match "^\\([^:/]+\\)?/\\(.*\\)" url)
7122     (gnus-info-find-node
7123      (concat "(" (or (gnus-url-unhex-string (match-string 1 url))
7124                      "Gnus")
7125              ")" (gnus-url-unhex-string (match-string 2 url)))))
7126    ((string-match "([^)\"]+)[^\"]+" url)
7127     (setq url
7128           (gnus-replace-in-string
7129            (gnus-replace-in-string url "[\n\t ]+" " ") "\"" ""))
7130     (gnus-info-find-node url))
7131    (t (error "Can't parse %s" url))))
7132
7133 (defun gnus-button-handle-info-url-gnome (url)
7134   "Fetch GNOME style info URL."
7135   (setq url (mm-subst-char-in-string ?_ ?\  url))
7136   (if (string-match "\\([^#]+\\)#?\\(.*\\)" url)
7137       (gnus-info-find-node
7138        (concat "("
7139                (gnus-url-unhex-string
7140                  (match-string 1 url))
7141                ")"
7142                (or (gnus-url-unhex-string
7143                     (match-string 2 url))
7144                    "Top")))
7145     (error "Can't parse %s" url)))
7146
7147 (defun gnus-button-handle-info-url-kde (url)
7148   "Fetch KDE style info URL."
7149   (gnus-info-find-node (gnus-url-unhex-string url)))
7150
7151 (defun gnus-button-handle-info-keystrokes (url)
7152   "Call `info' when pushing the corresponding URL button."
7153   ;; For links like `C-h i d m gnus RET', `C-h i d m CC Mode RET'.
7154   (info)
7155   (Info-directory)
7156   (Info-menu url))
7157
7158 (defun gnus-button-openpgp (url)
7159   "Retrieve and add an OpenPGP key given URL from an OpenPGP header."
7160   (with-temp-buffer
7161     (mm-url-insert-file-contents-external url)
7162     (pgg-snarf-keys-region (point-min) (point-max))
7163     (pgg-display-output-buffer nil nil nil)))
7164
7165 (defun gnus-button-message-id (message-id)
7166   "Fetch MESSAGE-ID."
7167   (with-current-buffer gnus-summary-buffer
7168     (gnus-summary-refer-article message-id)))
7169
7170 (defun gnus-button-fetch-group (address)
7171   "Fetch GROUP specified by ADDRESS."
7172   (if (not (string-match "[:/]" address))
7173       ;; This is just a simple group url.
7174       (gnus-group-read-ephemeral-group address gnus-select-method)
7175     (if (not
7176          (string-match
7177           "^\\([^:/]+\\)\\(:\\([^/]+\\)\\)?/\\([^/]+\\)\\(/\\([0-9]+\\)\\)?"
7178           address))
7179         (error "Can't parse %s" address)
7180       (gnus-group-read-ephemeral-group
7181        (match-string 4 address)
7182        `(nntp ,(match-string 1 address)
7183               (nntp-address ,(match-string 1 address))
7184               (nntp-port-number ,(if (match-end 3)
7185                                      (match-string 3 address)
7186                                    "nntp")))
7187        nil nil nil
7188        (and (match-end 6) (list (string-to-number (match-string 6 address))))))))
7189
7190 (defun gnus-url-parse-query-string (query &optional downcase)
7191   (let (retval pairs cur key val)
7192     (setq pairs (split-string query "&"))
7193     (while pairs
7194       (setq cur (car pairs)
7195             pairs (cdr pairs))
7196       (if (not (string-match "=" cur))
7197           nil                           ; Grace
7198         (setq key (gnus-url-unhex-string (substring cur 0 (match-beginning 0)))
7199               val (gnus-url-unhex-string (substring cur (match-end 0) nil) t))
7200         (if downcase
7201             (setq key (downcase key)))
7202         (setq cur (assoc key retval))
7203         (if cur
7204             (setcdr cur (cons val (cdr cur)))
7205           (setq retval (cons (list key val) retval)))))
7206     retval))
7207
7208 (defun gnus-url-mailto (url)
7209   ;; Send mail to someone
7210   (when (string-match "mailto:/*\\(.*\\)" url)
7211     (setq url (substring url (match-beginning 1) nil)))
7212   (let (to args subject func)
7213     (setq args (gnus-url-parse-query-string
7214                 (if (string-match "^\\?" url)
7215                     (substring url 1)
7216                   (if (string-match "^\\([^?]+\\)\\?\\(.*\\)" url)
7217                       (concat "to=" (match-string 1 url) "&"
7218                               (match-string 2 url))
7219                     (concat "to=" url)))
7220                 t)
7221           subject (cdr-safe (assoc "subject" args)))
7222     (gnus-msg-mail)
7223     (while args
7224       (setq func (intern-soft (concat "message-goto-" (downcase (caar args)))))
7225       (if (fboundp func)
7226           (funcall func)
7227         (message-position-on-field (caar args)))
7228       (insert (gnus-replace-in-string
7229                (mapconcat 'identity (reverse (cdar args)) ", ")
7230                "\r\n" "\n" t))
7231       (setq args (cdr args)))
7232     (if subject
7233         (message-goto-body)
7234       (message-goto-subject))))
7235
7236 (defun gnus-button-embedded-url (address)
7237   "Activate ADDRESS with `browse-url'."
7238   (browse-url (gnus-strip-whitespace address)))
7239
7240 ;;; Next/prev buttons in the article buffer.
7241
7242 (defvar gnus-next-page-line-format "%{%(Next page...%)%}\n")
7243 (defvar gnus-prev-page-line-format "%{%(Previous page...%)%}\n")
7244
7245 (defvar gnus-prev-page-map
7246   (let ((map (make-sparse-keymap)))
7247     (define-key map gnus-mouse-2 'gnus-button-prev-page)
7248     (define-key map "\r" 'gnus-button-prev-page)
7249     map))
7250
7251 (defvar gnus-next-page-map
7252   (let ((map (make-sparse-keymap)))
7253     (unless (>= emacs-major-version 21)
7254       ;; XEmacs doesn't care.
7255       (set-keymap-parent map gnus-article-mode-map))
7256     (define-key map gnus-mouse-2 'gnus-button-next-page)
7257     (define-key map "\r" 'gnus-button-next-page)
7258     map))
7259
7260 (defun gnus-insert-prev-page-button ()
7261   (let ((b (point))
7262         (inhibit-read-only t))
7263     (gnus-eval-format
7264      gnus-prev-page-line-format nil
7265      `(keymap ,gnus-prev-page-map
7266          gnus-prev t
7267          gnus-callback gnus-article-button-prev-page
7268          article-type annotation))
7269     (widget-convert-button
7270      'link b (if (bolp)
7271                  ;; Exclude a newline.
7272                  (1- (point))
7273                (point))
7274      :action 'gnus-button-prev-page
7275      :button-keymap gnus-prev-page-map)))
7276
7277 (defun gnus-button-next-page (&optional args more-args)
7278   "Go to the next page."
7279   (interactive)
7280   (let ((win (selected-window)))
7281     (select-window (gnus-get-buffer-window gnus-article-buffer t))
7282     (gnus-article-next-page)
7283     (select-window win)))
7284
7285 (defun gnus-button-prev-page (&optional args more-args)
7286   "Go to the prev page."
7287   (interactive)
7288   (let ((win (selected-window)))
7289     (select-window (gnus-get-buffer-window gnus-article-buffer t))
7290     (gnus-article-prev-page)
7291     (select-window win)))
7292
7293 (defun gnus-insert-next-page-button ()
7294   (let ((b (point))
7295         (inhibit-read-only t))
7296     (gnus-eval-format gnus-next-page-line-format nil
7297                       `(keymap ,gnus-next-page-map
7298                           gnus-next t
7299                           gnus-callback gnus-article-button-next-page
7300                           article-type annotation))
7301     (widget-convert-button
7302      'link b (if (bolp)
7303                  ;; Exclude a newline.
7304                  (1- (point))
7305                (point))
7306      :action 'gnus-button-next-page
7307      :button-keymap gnus-next-page-map)))
7308
7309 (defun gnus-article-button-next-page (arg)
7310   "Go to the next page."
7311   (interactive "P")
7312   (let ((win (selected-window)))
7313     (select-window (gnus-get-buffer-window gnus-article-buffer t))
7314     (gnus-article-next-page)
7315     (select-window win)))
7316
7317 (defun gnus-article-button-prev-page (arg)
7318   "Go to the prev page."
7319   (interactive "P")
7320   (let ((win (selected-window)))
7321     (select-window (gnus-get-buffer-window gnus-article-buffer t))
7322     (gnus-article-prev-page)
7323     (select-window win)))
7324
7325 (defvar gnus-decode-header-methods
7326   '(mail-decode-encoded-word-region)
7327   "List of methods used to decode headers.
7328
7329 This variable is a list of FUNCTION or (REGEXP . FUNCTION).  If item
7330 is FUNCTION, FUNCTION will be applied to all newsgroups.  If item is a
7331 \(REGEXP . FUNCTION), FUNCTION will be only apply to the newsgroups
7332 whose names match REGEXP.
7333
7334 For example:
7335 \((\"chinese\" . gnus-decode-encoded-word-region-by-guess)
7336  mail-decode-encoded-word-region
7337  (\"chinese\" . rfc1843-decode-region))
7338 ")
7339
7340 (defvar gnus-decode-header-methods-cache nil)
7341
7342 (defun gnus-multi-decode-header (start end)
7343   "Apply the functions from `gnus-encoded-word-methods' that match."
7344   (unless (and gnus-decode-header-methods-cache
7345                (eq gnus-newsgroup-name
7346                    (car gnus-decode-header-methods-cache)))
7347     (setq gnus-decode-header-methods-cache (list gnus-newsgroup-name))
7348     (mapcar (lambda (x)
7349               (if (symbolp x)
7350                   (nconc gnus-decode-header-methods-cache (list x))
7351                 (if (and gnus-newsgroup-name
7352                          (string-match (car x) gnus-newsgroup-name))
7353                     (nconc gnus-decode-header-methods-cache
7354                            (list (cdr x))))))
7355           gnus-decode-header-methods))
7356   (let ((xlist gnus-decode-header-methods-cache))
7357     (pop xlist)
7358     (save-restriction
7359       (narrow-to-region start end)
7360       (while xlist
7361         (funcall (pop xlist) (point-min) (point-max))))))
7362
7363 ;;;
7364 ;;; Treatment top-level handling.
7365 ;;;
7366
7367 (defun gnus-treat-article (condition &optional part-number total-parts type)
7368   (let ((length (- (point-max) (point-min)))
7369         (alist gnus-treatment-function-alist)
7370         (article-goto-body-goes-to-point-min-p t)
7371         (treated-type
7372          (or (not type)
7373              (catch 'found
7374                (let ((list gnus-article-treat-types))
7375                  (while list
7376                    (when (string-match (pop list) type)
7377                      (throw 'found t)))))))
7378         (highlightp (gnus-visual-p 'article-highlight 'highlight))
7379         val elem)
7380     (gnus-run-hooks 'gnus-part-display-hook)
7381     (dolist (elem alist)
7382       (setq val
7383             (save-excursion
7384               (when (gnus-buffer-live-p gnus-summary-buffer)
7385                 (set-buffer gnus-summary-buffer))
7386               (symbol-value (car elem))))
7387       (when (and (or (consp val)
7388                      treated-type)
7389                  (gnus-treat-predicate val)
7390                  (or (not (get (car elem) 'highlight))
7391                      highlightp))
7392         (save-restriction
7393           (funcall (cadr elem)))))))
7394
7395 ;; Dynamic variables.
7396 (eval-when-compile
7397   (defvar part-number)
7398   (defvar total-parts)
7399   (defvar type)
7400   (defvar condition)
7401   (defvar length))
7402
7403 (defun gnus-treat-predicate (val)
7404   (cond
7405    ((null val)
7406     nil)
7407    (condition
7408     (eq condition val))
7409    ((and (listp val)
7410          (stringp (car val)))
7411     (apply 'gnus-or (mapcar `(lambda (s)
7412                                (string-match s ,(or gnus-newsgroup-name "")))
7413                             val)))
7414    ((listp val)
7415     (let ((pred (pop val)))
7416       (cond
7417        ((eq pred 'or)
7418         (apply 'gnus-or (mapcar 'gnus-treat-predicate val)))
7419        ((eq pred 'and)
7420         (apply 'gnus-and (mapcar 'gnus-treat-predicate val)))
7421        ((eq pred 'not)
7422         (not (gnus-treat-predicate (car val))))
7423        ((eq pred 'typep)
7424         (equal (car val) type))
7425        (t
7426         (error "%S is not a valid predicate" pred)))))
7427    ((eq val t)
7428     t)
7429    ((eq val 'head)
7430     nil)
7431    ((eq val 'first)
7432     (eq part-number 1))
7433    ((eq val 'last)
7434     (eq part-number total-parts))
7435    ((numberp val)
7436     (< length val))
7437    (t
7438     (error "%S is not a valid value" val))))
7439
7440 (defun gnus-article-encrypt-body (protocol &optional n)
7441   "Encrypt the article body."
7442   (interactive
7443    (list
7444     (or gnus-article-encrypt-protocol
7445         (completing-read "Encrypt protocol: "
7446                          gnus-article-encrypt-protocol-alist
7447                          nil t))
7448     current-prefix-arg))
7449   (let ((func (cdr (assoc protocol gnus-article-encrypt-protocol-alist))))
7450     (unless func
7451       (error "Can't find the encrypt protocol %s" protocol))
7452     (if (member gnus-newsgroup-name '("nndraft:delayed"
7453                                       "nndraft:drafts"
7454                                       "nndraft:queue"))
7455         (error "Can't encrypt the article in group %s"
7456                gnus-newsgroup-name))
7457     (gnus-summary-iterate n
7458       (save-excursion
7459         (set-buffer gnus-summary-buffer)
7460         (let ((mail-parse-charset gnus-newsgroup-charset)
7461               (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets)
7462               (summary-buffer gnus-summary-buffer)
7463               references point)
7464           (gnus-set-global-variables)
7465           (when (gnus-group-read-only-p)
7466             (error "The current newsgroup does not support article encrypt"))
7467           (gnus-summary-show-article t)
7468           (setq references
7469               (or (mail-header-references gnus-current-headers) ""))
7470           (set-buffer gnus-article-buffer)
7471           (let* ((inhibit-read-only t)
7472                  (headers
7473                   (mapcar (lambda (field)
7474                             (and (save-restriction
7475                                    (message-narrow-to-head)
7476                                    (goto-char (point-min))
7477                                    (search-forward field nil t))
7478                                  (prog2
7479                                      (message-narrow-to-field)
7480                                      (buffer-string)
7481                                    (delete-region (point-min) (point-max))
7482                                    (widen))))
7483                           '("Content-Type:" "Content-Transfer-Encoding:"
7484                             "Content-Disposition:"))))
7485             (message-narrow-to-head)
7486             (message-remove-header "MIME-Version")
7487             (goto-char (point-max))
7488             (setq point (point))
7489             (insert (apply 'concat headers))
7490             (widen)
7491             (narrow-to-region point (point-max))
7492             (let ((message-options message-options))
7493               (message-options-set 'message-sender user-mail-address)
7494               (message-options-set 'message-recipients user-mail-address)
7495               (message-options-set 'message-sign-encrypt 'not)
7496               (funcall func))
7497             (goto-char (point-min))
7498             (insert "MIME-Version: 1.0\n")
7499             (widen)
7500             (gnus-summary-edit-article-done
7501              references nil summary-buffer t))
7502           (when gnus-keep-backlog
7503             (gnus-backlog-remove-article
7504              (car gnus-article-current) (cdr gnus-article-current)))
7505           (save-excursion
7506             (when (get-buffer gnus-original-article-buffer)
7507               (set-buffer gnus-original-article-buffer)
7508               (setq gnus-original-article nil)))
7509           (when gnus-use-cache
7510             (gnus-cache-update-article
7511              (car gnus-article-current) (cdr gnus-article-current))))))))
7512
7513 (defvar gnus-mime-security-button-line-format "%{%([[%t:%i]%D]%)%}\n"
7514   "The following specs can be used:
7515 %t  The security MIME type
7516 %i  Additional info
7517 %d  Details
7518 %D  Details if button is pressed")
7519
7520 (defvar gnus-mime-security-button-end-line-format "%{%([[End of %t]%D]%)%}\n"
7521   "The following specs can be used:
7522 %t  The security MIME type
7523 %i  Additional info
7524 %d  Details
7525 %D  Details if button is pressed")
7526
7527 (defvar gnus-mime-security-button-line-format-alist
7528   '((?t gnus-tmp-type ?s)
7529     (?i gnus-tmp-info ?s)
7530     (?d gnus-tmp-details ?s)
7531     (?D gnus-tmp-pressed-details ?s)))
7532
7533 (defvar gnus-mime-security-button-commands
7534   '((gnus-article-press-button "\r" "Show Detail")
7535     (undefined "v")
7536     (undefined "t")
7537     (undefined "C")
7538     (gnus-mime-security-save-part "o" "Save...")
7539     (undefined "\C-o")
7540     (undefined "r")
7541     (undefined "d")
7542     (undefined "c")
7543     (undefined "i")
7544     (undefined "E")
7545     (undefined "e")
7546     (undefined "p")
7547     (gnus-mime-security-pipe-part "|" "Pipe To Command...")
7548     (undefined ".")))
7549
7550 (defvar gnus-mime-security-button-map
7551   (let ((map (make-sparse-keymap)))
7552     (define-key map gnus-mouse-2 'gnus-article-push-button)
7553     (define-key map gnus-down-mouse-3 'gnus-mime-security-button-menu)
7554     (dolist (c gnus-mime-security-button-commands)
7555       (define-key map (cadr c) (car c)))
7556     map))
7557
7558 (easy-menu-define
7559   gnus-mime-security-button-menu gnus-mime-security-button-map
7560   "Security button menu."
7561   `("Security Part"
7562     ,@(delq nil
7563             (mapcar (lambda (c)
7564                       (unless (eq (car c) 'undefined)
7565                         (vector (caddr c) (car c) :enable t)))
7566                     gnus-mime-security-button-commands))))
7567
7568 (defun gnus-mime-security-button-menu (event prefix)
7569   "Construct a context-sensitive menu of security commands."
7570   (interactive "e\nP")
7571   (save-window-excursion
7572     (let ((pos (event-start event)))
7573       (select-window (posn-window pos))
7574       (goto-char (posn-point pos))
7575       (gnus-article-check-buffer)
7576       (popup-menu gnus-mime-security-button-menu nil prefix))))
7577
7578 (defvar gnus-mime-security-details-buffer nil)
7579
7580 (defvar gnus-mime-security-button-pressed nil)
7581
7582 (defvar gnus-mime-security-show-details-inline t
7583   "If non-nil, show details in the article buffer.")
7584
7585 (defun gnus-mime-security-verify-or-decrypt (handle)
7586   (mm-remove-parts (cdr handle))
7587   (let ((region (mm-handle-multipart-ctl-parameter handle 'gnus-region))
7588         point (inhibit-read-only t))
7589     (if region
7590         (goto-char (car region)))
7591     (save-restriction
7592       (narrow-to-region (point) (point))
7593       (with-current-buffer (mm-handle-multipart-original-buffer handle)
7594         (let* ((mm-verify-option 'known)
7595                (mm-decrypt-option 'known)
7596                (nparts (mm-possibly-verify-or-decrypt (cdr handle) handle)))
7597           (unless (eq nparts (cdr handle))
7598             (mm-destroy-parts (cdr handle))
7599             (setcdr handle nparts))))
7600       (setq point (point))
7601       (gnus-mime-display-security handle)
7602       (goto-char (point-max)))
7603     (when region
7604       (delete-region (point) (cdr region))
7605       (set-marker (car region) nil)
7606       (set-marker (cdr region) nil))
7607     (goto-char point)))
7608
7609 (defun gnus-mime-security-show-details (handle)
7610   (let ((details (mm-handle-multipart-ctl-parameter handle 'gnus-details)))
7611     (if (not details)
7612         (gnus-message 5 "No details.")
7613       (if gnus-mime-security-show-details-inline
7614           (let ((gnus-mime-security-button-pressed
7615                  (not (get-text-property (point) 'gnus-mime-details)))
7616                 (gnus-mime-security-button-line-format
7617                  (get-text-property (point) 'gnus-line-format))
7618                 (inhibit-read-only t))
7619             (forward-char -1)
7620             (while (eq (get-text-property (point) 'gnus-line-format)
7621                        gnus-mime-security-button-line-format)
7622               (forward-char -1))
7623             (forward-char)
7624             (save-restriction
7625               (narrow-to-region (point) (point))
7626               (gnus-insert-mime-security-button handle))
7627             (delete-region (point)
7628                            (or (text-property-not-all
7629                                 (point) (point-max)
7630                                 'gnus-line-format
7631                                 gnus-mime-security-button-line-format)
7632                                (point-max))))
7633         ;; Not inlined.
7634         (if (gnus-buffer-live-p gnus-mime-security-details-buffer)
7635             (with-current-buffer gnus-mime-security-details-buffer
7636               (erase-buffer)
7637               t)
7638           (setq gnus-mime-security-details-buffer
7639                 (gnus-get-buffer-create "*MIME Security Details*")))
7640         (with-current-buffer gnus-mime-security-details-buffer
7641           (insert details)
7642           (goto-char (point-min)))
7643         (pop-to-buffer gnus-mime-security-details-buffer)))))
7644
7645 (defun gnus-mime-security-press-button (handle)
7646   (save-excursion
7647     (if (mm-handle-multipart-ctl-parameter handle 'gnus-info)
7648         (gnus-mime-security-show-details handle)
7649       (gnus-mime-security-verify-or-decrypt handle))))
7650
7651 (defun gnus-insert-mime-security-button (handle &optional displayed)
7652   (let* ((protocol (mm-handle-multipart-ctl-parameter handle 'protocol))
7653          (gnus-tmp-type
7654           (concat
7655            (or (nth 2 (assoc protocol mm-verify-function-alist))
7656                (nth 2 (assoc protocol mm-decrypt-function-alist))
7657                "Unknown")
7658            (if (equal (car handle) "multipart/signed")
7659                " Signed" " Encrypted")
7660            " Part"))
7661          (gnus-tmp-info
7662           (or (mm-handle-multipart-ctl-parameter handle 'gnus-info)
7663               "Undecided"))
7664          (gnus-tmp-details
7665           (mm-handle-multipart-ctl-parameter handle 'gnus-details))
7666          gnus-tmp-pressed-details
7667          b e)
7668     (setq gnus-tmp-details
7669           (if gnus-tmp-details
7670               (concat "\n" gnus-tmp-details)
7671             ""))
7672     (setq gnus-tmp-pressed-details
7673           (if gnus-mime-security-button-pressed gnus-tmp-details ""))
7674     (unless (bolp)
7675       (insert "\n"))
7676     (setq b (point))
7677     (gnus-eval-format
7678      gnus-mime-security-button-line-format
7679      gnus-mime-security-button-line-format-alist
7680      `(keymap ,gnus-mime-security-button-map
7681          gnus-callback gnus-mime-security-press-button
7682          gnus-line-format ,gnus-mime-security-button-line-format
7683          gnus-mime-details ,gnus-mime-security-button-pressed
7684          article-type annotation
7685          gnus-data ,handle))
7686     (setq e (if (bolp)
7687                 ;; Exclude a newline.
7688                 (1- (point))
7689               (point)))
7690     (widget-convert-button
7691      'link b e
7692      :mime-handle handle
7693      :action 'gnus-widget-press-button
7694      :button-keymap gnus-mime-security-button-map
7695      :help-echo
7696      (lambda (widget/window &optional overlay pos)
7697        ;; Needed to properly clear the message due to a bug in
7698        ;; wid-edit (XEmacs only).
7699        (when (boundp 'help-echo-owns-message)
7700          (setq help-echo-owns-message t))
7701        (format
7702         "%S: show detail; %S: more options"
7703         (aref gnus-mouse-2 0)
7704         (aref gnus-down-mouse-3 0))))))
7705
7706 (defun gnus-mime-display-security (handle)
7707   (save-restriction
7708     (narrow-to-region (point) (point))
7709     (unless (gnus-unbuttonized-mime-type-p (car handle))
7710       (gnus-insert-mime-security-button handle))
7711     (gnus-mime-display-part (cadr handle))
7712     (unless (bolp)
7713       (insert "\n"))
7714     (unless (gnus-unbuttonized-mime-type-p (car handle))
7715       (let ((gnus-mime-security-button-line-format
7716              gnus-mime-security-button-end-line-format))
7717         (gnus-insert-mime-security-button handle)))
7718     (mm-set-handle-multipart-parameter
7719      handle 'gnus-region
7720      (cons (set-marker (make-marker) (point-min))
7721            (set-marker (make-marker) (point-max))))))
7722
7723 (defun gnus-mime-security-run-function (function)
7724   "Run FUNCTION with the security part under point."
7725   (gnus-article-check-buffer)
7726   (let ((data (get-text-property (point) 'gnus-data))
7727         buffer handle)
7728     (when (and (stringp (car-safe data))
7729                (setq buffer (mm-handle-multipart-original-buffer data))
7730                (setq handle (cadr data)))
7731       (if (bufferp (mm-handle-buffer handle))
7732           (progn
7733             (setq handle (cons buffer (copy-sequence (cdr handle))))
7734             (mm-handle-set-undisplayer handle nil))
7735         (setq handle (mm-make-handle
7736                       buffer
7737                       (mm-handle-multipart-ctl-parameter handle 'protocol)
7738                       nil nil nil nil nil nil)))
7739       (funcall function handle))))
7740
7741 (defun gnus-mime-security-save-part ()
7742   "Save the security part under point."
7743   (interactive)
7744   (gnus-mime-security-run-function 'mm-save-part))
7745
7746 (defun gnus-mime-security-pipe-part ()
7747   "Pipe the security part under point to a process."
7748   (interactive)
7749   (gnus-mime-security-run-function 'mm-pipe-part))
7750
7751 (gnus-ems-redefine)
7752
7753 (provide 'gnus-art)
7754
7755 (run-hooks 'gnus-art-load-hook)
7756
7757 ;;; arch-tag: 2654516f-6279-48f9-a83b-05c1fa450c33
7758 ;;; gnus-art.el ends here