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