61035047f279b7c8df55960125a4d0136290a900
[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 Free Software Foundation, Inc.
3
4 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
5 ;;      MORIOKA Tomohiko <morioka@jaist.ac.jp>
6 ;;      Katsumi Yamaoka <yamaoka@jpl.org>
7 ;; Keywords: mail, news, MIME
8
9 ;; This file is part of GNU Emacs.
10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 ;; GNU General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA.
25
26 ;;; Commentary:
27
28 ;;; Code:
29
30 (eval-when-compile (require 'cl))
31 (eval-when-compile (require 'static))
32
33 (require 'path-util)
34 (require 'gnus)
35 (require 'gnus-sum)
36 (require 'gnus-spec)
37 (require 'gnus-int)
38 (require 'alist)
39 (require 'mime-view)
40 (require 'wid-edit)
41
42 ;; Avoid byte-compile warnings.
43 (eval-when-compile
44   (require 'mm-bodies)
45   (require 'mail-parse)
46   (require 'mm-decode)
47   (require 'mm-view)
48   (require 'mm-uu)
49   )
50
51 (defgroup gnus-article nil
52   "Article display."
53   :link '(custom-manual "(gnus)The Article Buffer")
54   :group 'gnus)
55
56 (defgroup gnus-article-treat nil
57   "Treating article parts."
58   :link '(custom-manual "(gnus)Article Hiding")
59   :group 'gnus-article)
60
61 (defgroup gnus-article-hiding nil
62   "Hiding article parts."
63   :link '(custom-manual "(gnus)Article Hiding")
64   :group 'gnus-article)
65
66 (defgroup gnus-article-highlight nil
67   "Article highlighting."
68   :link '(custom-manual "(gnus)Article Highlighting")
69   :group 'gnus-article
70   :group 'gnus-visual)
71
72 (defgroup gnus-article-signature nil
73   "Article signatures."
74   :link '(custom-manual "(gnus)Article Signature")
75   :group 'gnus-article)
76
77 (defgroup gnus-article-headers nil
78   "Article headers."
79   :link '(custom-manual "(gnus)Hiding Headers")
80   :group 'gnus-article)
81
82 (defgroup gnus-article-washing nil
83   "Special commands on articles."
84   :link '(custom-manual "(gnus)Article Washing")
85   :group 'gnus-article)
86
87 (defgroup gnus-article-emphasis nil
88   "Fontisizing articles."
89   :link '(custom-manual "(gnus)Article Fontisizing")
90   :group 'gnus-article)
91
92 (defgroup gnus-article-saving nil
93   "Saving articles."
94   :link '(custom-manual "(gnus)Saving Articles")
95   :group 'gnus-article)
96
97 (defgroup gnus-article-mime nil
98   "Worshiping the MIME wonder."
99   :link '(custom-manual "(gnus)Using MIME")
100   :group 'gnus-article)
101
102 (defgroup gnus-article-buttons nil
103   "Pushable buttons in the article buffer."
104   :link '(custom-manual "(gnus)Article Buttons")
105   :group 'gnus-article)
106
107 (defgroup gnus-article-various nil
108   "Other article options."
109   :link '(custom-manual "(gnus)Misc Article")
110   :group 'gnus-article)
111
112 (defcustom gnus-ignored-headers
113   '("^Path:" "^Expires:" "^Date-Received:" "^References:" "^Xref:" "^Lines:"
114     "^Relay-Version:" "^Message-ID:" "^Approved:" "^Sender:" "^Received:"
115     "^X-UIDL:" "^MIME-Version:" "^Return-Path:" "^In-Reply-To:"
116     "^Content-Type:" "^Content-Transfer-Encoding:" "^X-WebTV-Signature:"
117     "^X-MimeOLE:" "^X-MSMail-Priority:" "^X-Priority:" "^X-Loop:"
118     "^X-Authentication-Warning:" "^X-MIME-Autoconverted:" "^X-Face:"
119     "^X-Attribution:" "^X-Originating-IP:" "^Delivered-To:"
120     "^NNTP-[-A-Za-z]+:" "^Distribution:" "^X-no-archive:" "^X-Trace:"
121     "^X-Complaints-To:" "^X-NNTP-Posting-Host:" "^X-Orig.*:"
122     "^Abuse-Reports-To:" "^Cache-Post-Path:" "^X-Article-Creation-Date:"
123     "^X-Poster:" "^X-Mail2News-Path:" "^X-Server-Date:" "^X-Cache:"
124     "^Originator:" "^X-Problems-To:" "^X-Auth-User:" "^X-Post-Time:"
125     "^X-Admin:" "^X-UID:" "^Resent-[-A-Za-z]+:" "^X-Mailing-List:"
126     "^Precedence:" "^Original-[-A-Za-z]+:" "^X-filename:" "^X-Orcpt:"
127     "^Old-Received:" "^X-Pgp" "^X-Auth:" "^X-From-Line:"
128     "^X-Gnus-Article-Number:" "^X-Majordomo:" "^X-Url:" "^X-Sender:"
129     "^MBOX-Line" "^Priority:" "^X-Pgp" "^X400-[-A-Za-z]+:"
130     "^Status:" "^X-Gnus-Mail-Source:" "^Cancel-Lock:"
131     "^X-FTN" "^X-EXP32-SerialNo:" "^Encoding:" "^Importance:"
132     "^Autoforwarded:" "^Original-Encoded-Information-Types:" "^X-Ya-Pop3:"
133     "^X-Face-Version:" "^X-Vms-To:" "^X-ML-NAME:" "^X-ML-COUNT:"
134     "^Mailing-List:" "^X-finfo:" "^X-md5sum:" "^X-md5sum-Origin:"
135     "^X-Sun-Charset:" "^X-Accept-Language:" "^X-Envelope-Sender:"
136     "^List-[A-Za-z]+:" "^X-Listprocessor-Version:"
137     "^X-Received:" "^X-Distribute:" "^X-Sequence:" "^X-Juno-Line-Breaks:"
138     "^X-Notes-Item:" "^X-MS-TNEF-Correlator:" "^x-uunet-gateway:"
139     "^X-Received:" "^Content-length:" "X-precedence:")
140   "*All headers that start with this regexp will be hidden.
141 This variable can also be a list of regexps of headers to be ignored.
142 If `gnus-visible-headers' is non-nil, this variable will be ignored."
143   :type '(choice :custom-show nil
144                  regexp
145                  (repeat regexp))
146   :group 'gnus-article-hiding)
147
148 (defcustom gnus-visible-headers
149   "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^[BGF]?Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-From:\\|^X-Sent:"
150   "*All headers that do not match this regexp will be hidden.
151 This variable can also be a list of regexp of headers to remain visible.
152 If this variable is non-nil, `gnus-ignored-headers' will be ignored."
153   :type '(repeat :value-to-internal (lambda (widget value)
154                                       (custom-split-regexp-maybe value))
155                  :match (lambda (widget value)
156                           (or (stringp value)
157                               (widget-editable-list-match widget value)))
158                  regexp)
159   :group 'gnus-article-hiding)
160
161 (defcustom gnus-sorted-header-list
162   '("^From:" "^Subject:" "^Summary:" "^Keywords:" "^Newsgroups:"
163     "^Followup-To:" "^To:" "^Cc:" "^Date:" "^Organization:")
164   "*This variable is a list of regular expressions.
165 If it is non-nil, headers that match the regular expressions will
166 be placed first in the article buffer in the sequence specified by
167 this list."
168   :type '(repeat regexp)
169   :group 'gnus-article-hiding)
170
171 (defcustom gnus-boring-article-headers '(empty followup-to reply-to)
172   "Headers that are only to be displayed if they have interesting data.
173 Possible values in this list are `empty', `newsgroups', `followup-to',
174 `reply-to', `date', `long-to', and `many-to'."
175   :type '(set (const :tag "Headers with no content." empty)
176               (const :tag "Newsgroups with only one group." newsgroups)
177               (const :tag "Followup-to identical to newsgroups." followup-to)
178               (const :tag "Reply-to identical to from." reply-to)
179               (const :tag "Date less than four days old." date)
180               (const :tag "Very long To and/or Cc header." long-to)
181               (const :tag "Multiple To and/or Cc headers." many-to))
182   :group 'gnus-article-hiding)
183
184 (defcustom gnus-signature-separator '("^-- $" "^-- *$")
185   "Regexp matching signature separator.
186 This can also be a list of regexps.  In that case, it will be checked
187 from head to tail looking for a separator.  Searches will be done from
188 the end of the buffer."
189   :type '(repeat string)
190   :group 'gnus-article-signature)
191
192 (defcustom gnus-signature-limit nil
193   "Provide a limit to what is considered a signature.
194 If it is a number, no signature may not be longer (in characters) than
195 that number.  If it is a floating point number, no signature may be
196 longer (in lines) than that number.  If it is a function, the function
197 will be called without any parameters, and if it returns nil, there is
198 no signature in the buffer.  If it is a string, it will be used as a
199 regexp.  If it matches, the text in question is not a signature."
200   :type '(choice (integer :value 200)
201                  (number :value 4.0)
202                  (function :value fun)
203                  (regexp :value ".*"))
204   :group 'gnus-article-signature)
205
206 (defcustom gnus-hidden-properties '(invisible t intangible t)
207   "Property list to use for hiding text."
208   :type 'sexp
209   :group 'gnus-article-hiding)
210
211 (defcustom gnus-article-x-face-command
212   (cond
213    ;; Fixme: This isn't the right thing for mixed graphical and and
214    ;; non-graphical frames in a session.
215    ;; gnus-xmas.el overrides this for XEmacs.
216    ((and (fboundp 'image-type-available-p)
217          (image-type-available-p 'xbm))
218     'gnus-article-display-xface)
219    ((and (not gnus-xemacs)
220          window-system
221          (module-installed-p 'x-face-mule))
222     'x-face-mule-gnus-article-display-x-face)
223    (t
224     "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | display -"))
225   "*String or function to be executed to display an X-Face header.
226 If it is a string, the command will be executed in a sub-shell
227 asynchronously.  The compressed face will be piped to this command."
228   :type '(choice string
229                  (function-item gnus-article-display-xface)
230                  (function-item x-face-mule-gnus-article-display-x-face)
231                  function)
232   :group 'gnus-article-washing)
233
234 (defcustom gnus-article-x-face-too-ugly nil
235   "Regexp matching posters whose face shouldn't be shown automatically."
236   :type '(choice regexp (const nil))
237   :group 'gnus-article-washing)
238
239 (defcustom gnus-emphasis-alist
240   (let ((format
241          "\\(\\s-\\|^\\|[-\"]\\|\\s(\\)\\(%s\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)%s\\)\\(\\s-\\|[-,;:\"]\\s-\\|[?!.]+\\s-\\|\\s)\\)")
242         (types
243          '(("_" "_" underline)
244            ("/" "/" italic)
245            ("\\*" "\\*" bold)
246            ("_/" "/_" underline-italic)
247            ("_\\*" "\\*_" underline-bold)
248            ("\\*/" "/\\*" bold-italic)
249            ("_\\*/" "/\\*_" underline-bold-italic))))
250     `(("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)"
251        2 3 gnus-emphasis-underline)
252       ,@(mapcar
253          (lambda (spec)
254            (list
255             (format format (car spec) (car (cdr spec)))
256             2 3 (intern (format "gnus-emphasis-%s" (nth 2 spec)))))
257          types)))
258   "*Alist that says how to fontify certain phrases.
259 Each item looks like this:
260
261   (\"_\\\\(\\\\w+\\\\)_\" 0 1 'underline)
262
263 The first element is a regular expression to be matched.  The second
264 is a number that says what regular expression grouping used to find
265 the entire emphasized word.  The third is a number that says what
266 regexp grouping should be displayed and highlighted.  The fourth
267 is the face used for highlighting."
268   :type '(repeat (list :value ("" 0 0 default)
269                        regexp
270                        (integer :tag "Match group")
271                        (integer :tag "Emphasize group")
272                        face))
273   :group 'gnus-article-emphasis)
274
275 (defcustom gnus-emphasize-whitespace-regexp "^[ \t]+\\|[ \t]*\n"
276   "A regexp to describe whitespace which should not be emphasized.
277 Typical values are \"^[ \\t]+\\\\|[ \\t]*\\n\" and \"[ \\t]+\\\\|[ \\t]*\\n\".
278 The former avoids underlining of leading and trailing whitespace,
279 and the latter avoids underlining any whitespace at all."
280   :group 'gnus-article-emphasis
281   :type 'regexp)
282
283 (defface gnus-emphasis-bold '((t (:bold t)))
284   "Face used for displaying strong emphasized text (*word*)."
285   :group 'gnus-article-emphasis)
286
287 (defface gnus-emphasis-italic '((t (:italic t)))
288   "Face used for displaying italic emphasized text (/word/)."
289   :group 'gnus-article-emphasis)
290
291 (defface gnus-emphasis-underline '((t (:underline t)))
292   "Face used for displaying underlined emphasized text (_word_)."
293   :group 'gnus-article-emphasis)
294
295 (defface gnus-emphasis-underline-bold '((t (:bold t :underline t)))
296   "Face used for displaying underlined bold emphasized text (_*word*_)."
297   :group 'gnus-article-emphasis)
298
299 (defface gnus-emphasis-underline-italic '((t (:italic t :underline t)))
300   "Face used for displaying underlined italic emphasized text (_/word/_)."
301   :group 'gnus-article-emphasis)
302
303 (defface gnus-emphasis-bold-italic '((t (:bold t :italic t)))
304   "Face used for displaying bold italic emphasized text (/*word*/)."
305   :group 'gnus-article-emphasis)
306
307 (defface gnus-emphasis-underline-bold-italic
308   '((t (:bold t :italic t :underline t)))
309   "Face used for displaying underlined bold italic emphasized text.
310 Esample: (_/*word*/_)."
311   :group 'gnus-article-emphasis)
312
313 (defface gnus-emphasis-highlight-words
314   '((t (:background "black" :foreground "yellow")))
315   "Face used for displaying highlighted words."
316   :group 'gnus-article-emphasis)
317
318 (defcustom gnus-article-time-format "%a, %b %d %Y %T %Z"
319   "Format for display of Date headers in article bodies.
320 See `format-time-string' for the possible values.
321
322 The variable can also be function, which should return a complete Date
323 header.  The function is called with one argument, the time, which can
324 be fed to `format-time-string'."
325   :type '(choice string symbol)
326   :link '(custom-manual "(gnus)Article Date")
327   :group 'gnus-article-washing)
328
329 (eval-and-compile
330   (autoload 'mail-extract-address-components "mail-extr"))
331
332 (defcustom gnus-save-all-headers t
333   "*If non-nil, don't remove any headers before saving."
334   :group 'gnus-article-saving
335   :type 'boolean)
336
337 (defcustom gnus-prompt-before-saving 'always
338   "*This variable says how much prompting is to be done when saving articles.
339 If it is nil, no prompting will be done, and the articles will be
340 saved to the default files.  If this variable is `always', each and
341 every article that is saved will be preceded by a prompt, even when
342 saving large batches of articles.  If this variable is neither nil not
343 `always', there the user will be prompted once for a file name for
344 each invocation of the saving commands."
345   :group 'gnus-article-saving
346   :type '(choice (item always)
347                  (item :tag "never" nil)
348                  (sexp :tag "once" :format "%t\n" :value t)))
349
350 (defcustom gnus-saved-headers gnus-visible-headers
351   "Headers to keep if `gnus-save-all-headers' is nil.
352 If `gnus-save-all-headers' is non-nil, this variable will be ignored.
353 If that variable is nil, however, all headers that match this regexp
354 will be kept while the rest will be deleted before saving."
355   :group 'gnus-article-saving
356   :type 'regexp)
357
358 (defcustom gnus-default-article-saver 'gnus-summary-save-in-rmail
359   "A function to save articles in your favourite format.
360 The function must be interactively callable (in other words, it must
361 be an Emacs command).
362
363 Gnus provides the following functions:
364
365 * gnus-summary-save-in-rmail (Rmail format)
366 * gnus-summary-save-in-mail (Unix mail format)
367 * gnus-summary-save-in-folder (MH folder)
368 * gnus-summary-save-in-file (article format)
369 * gnus-summary-save-in-vm (use VM's folder format)
370 * gnus-summary-write-to-file (article format -- overwrite)."
371   :group 'gnus-article-saving
372   :type '(radio (function-item gnus-summary-save-in-rmail)
373                 (function-item gnus-summary-save-in-mail)
374                 (function-item gnus-summary-save-in-folder)
375                 (function-item gnus-summary-save-in-file)
376                 (function-item gnus-summary-save-in-vm)
377                 (function-item gnus-summary-write-to-file)))
378
379 (defcustom gnus-rmail-save-name 'gnus-plain-save-name
380   "A function generating a file name to save articles in Rmail format.
381 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
382   :group 'gnus-article-saving
383   :type 'function)
384
385 (defcustom gnus-mail-save-name 'gnus-plain-save-name
386   "A function generating a file name to save articles in Unix mail format.
387 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
388   :group 'gnus-article-saving
389   :type 'function)
390
391 (defcustom gnus-folder-save-name 'gnus-folder-save-name
392   "A function generating a file name to save articles in MH folder.
393 The function is called with NEWSGROUP, HEADERS, and optional LAST-FOLDER."
394   :group 'gnus-article-saving
395   :type 'function)
396
397 (defcustom gnus-file-save-name 'gnus-numeric-save-name
398   "A function generating a file name to save articles in article format.
399 The function is called with NEWSGROUP, HEADERS, and optional
400 LAST-FILE."
401   :group 'gnus-article-saving
402   :type 'function)
403
404 (defcustom gnus-split-methods
405   '((gnus-article-archive-name)
406     (gnus-article-nndoc-name))
407   "*Variable used to suggest where articles are to be saved.
408 For instance, if you would like to save articles related to Gnus in
409 the file \"gnus-stuff\", and articles related to VM in \"vm-stuff\",
410 you could set this variable to something like:
411
412  '((\"^Subject:.*gnus\\|^Newsgroups:.*gnus\" \"gnus-stuff\")
413    (\"^Subject:.*vm\\|^Xref:.*vm\" \"vm-stuff\"))
414
415 This variable is an alist where the where the key is the match and the
416 value is a list of possible files to save in if the match is non-nil.
417
418 If the match is a string, it is used as a regexp match on the
419 article.  If the match is a symbol, that symbol will be funcalled
420 from the buffer of the article to be saved with the newsgroup as the
421 parameter.  If it is a list, it will be evaled in the same buffer.
422
423 If this form or function returns a string, this string will be used as
424 a possible file name; and if it returns a non-nil list, that list will
425 be used as possible file names."
426   :group 'gnus-article-saving
427   :type '(repeat (choice (list :value (fun) function)
428                          (cons :value ("" "") regexp (repeat string))
429                          (sexp :value nil))))
430
431 (defcustom gnus-article-display-method-for-mime
432   'gnus-article-display-mime-message
433   "Function to display a MIME message.
434 The function is called from the article buffer."
435   :group 'gnus-article-mime
436   :type 'function)
437
438 (defcustom gnus-article-display-method-for-traditional
439   'gnus-article-display-traditional-message
440   "*Function to display a traditional message.
441 The function is called from the article buffer."
442   :group 'gnus-article-mime
443   :type 'function)
444
445 (defcustom gnus-page-delimiter "^\^L"
446   "*Regexp describing what to use as article page delimiters.
447 The default value is \"^\^L\", which is a form linefeed at the
448 beginning of a line."
449   :type 'regexp
450   :group 'gnus-article-various)
451
452 (defcustom gnus-article-mode-line-format "Gnus: %g [%w] %S%m"
453   "*The format specification for the article mode line.
454 See `gnus-summary-mode-line-format' for a closer description.
455
456 The following additional specs are available:
457
458 %w  The article washing status.
459 %m  The number of MIME parts in the article."
460   :type 'string
461   :group 'gnus-article-various)
462
463 (defcustom gnus-article-mode-hook nil
464   "*A hook for Gnus article mode."
465   :type 'hook
466   :group 'gnus-article-various)
467
468 (defcustom gnus-article-menu-hook nil
469   "*Hook run after the creation of the article mode menu."
470   :type 'hook
471   :group 'gnus-article-various)
472
473 (defcustom gnus-article-prepare-hook nil
474   "*A hook called after an article has been prepared in the article buffer."
475   :type 'hook
476   :group 'gnus-article-various)
477
478 (defcustom gnus-article-hide-pgp-hook nil
479   "*A hook called after successfully hiding a PGP signature."
480   :type 'hook
481   :group 'gnus-article-various)
482
483 (defcustom gnus-article-button-face 'bold
484   "Face used for highlighting buttons in the article buffer.
485
486 An article button is a piece of text that you can activate by pressing
487 `RET' or `mouse-2' above it."
488   :type 'face
489   :group 'gnus-article-buttons)
490
491 (defcustom gnus-article-mouse-face 'highlight
492   "Face used for mouse highlighting in the article buffer.
493
494 Article buttons will be displayed in this face when the cursor is
495 above them."
496   :type 'face
497   :group 'gnus-article-buttons)
498
499 (defcustom gnus-signature-face 'gnus-signature-face
500   "Face used for highlighting a signature in the article buffer.
501 Obsolete; use the face `gnus-signature-face' for customizations instead."
502   :type 'face
503   :group 'gnus-article-highlight
504   :group 'gnus-article-signature)
505
506 (defface gnus-signature-face
507   '((t (:italic t)))
508   "Face used for highlighting a signature in the article buffer."
509   :group 'gnus-article-highlight
510   :group 'gnus-article-signature)
511
512 (defface gnus-header-from-face
513   '((((class color)
514       (background dark))
515      (:foreground "spring green"))
516     (((class color)
517       (background light))
518      (:foreground "red3"))
519     (t
520      (:italic t)))
521   "Face used for displaying from headers."
522   :group 'gnus-article-headers
523   :group 'gnus-article-highlight)
524
525 (defface gnus-header-subject-face
526   '((((class color)
527       (background dark))
528      (:foreground "SeaGreen3"))
529     (((class color)
530       (background light))
531      (:foreground "red4"))
532     (t
533      (:bold t :italic t)))
534   "Face used for displaying subject headers."
535   :group 'gnus-article-headers
536   :group 'gnus-article-highlight)
537
538 (defface gnus-header-newsgroups-face
539   '((((class color)
540       (background dark))
541      (:foreground "yellow" :italic t))
542     (((class color)
543       (background light))
544      (:foreground "MidnightBlue" :italic t))
545     (t
546      (:italic t)))
547   "Face used for displaying newsgroups headers."
548   :group 'gnus-article-headers
549   :group 'gnus-article-highlight)
550
551 (defface gnus-header-name-face
552   '((((class color)
553       (background dark))
554      (:foreground "SeaGreen"))
555     (((class color)
556       (background light))
557      (:foreground "maroon"))
558     (t
559      (:bold t)))
560   "Face used for displaying header names."
561   :group 'gnus-article-headers
562   :group 'gnus-article-highlight)
563
564 (defface gnus-header-content-face
565   '((((class color)
566       (background dark))
567      (:foreground "forest green" :italic t))
568     (((class color)
569       (background light))
570      (:foreground "indianred4" :italic t))
571     (t
572      (:italic t)))  "Face used for displaying header content."
573   :group 'gnus-article-headers
574   :group 'gnus-article-highlight)
575
576 (defcustom gnus-header-face-alist
577   '(("From" nil gnus-header-from-face)
578     ("Subject" nil gnus-header-subject-face)
579     ("Newsgroups:.*," nil gnus-header-newsgroups-face)
580     ("" gnus-header-name-face gnus-header-content-face))
581   "*Controls highlighting of article header.
582
583 An alist of the form (HEADER NAME CONTENT).
584
585 HEADER is a regular expression which should match the name of an
586 header header and NAME and CONTENT are either face names or nil.
587
588 The name of each header field will be displayed using the face
589 specified by the first element in the list where HEADER match the
590 header name and NAME is non-nil.  Similarly, the content will be
591 displayed by the first non-nil matching CONTENT face."
592   :group 'gnus-article-headers
593   :group 'gnus-article-highlight
594   :type '(repeat (list (regexp :tag "Header")
595                        (choice :tag "Name"
596                                (item :tag "skip" nil)
597                                (face :value default))
598                        (choice :tag "Content"
599                                (item :tag "skip" nil)
600                                (face :value default)))))
601
602 (defcustom gnus-article-decode-hook nil
603   "*Hook run to decode charsets in articles."
604   :group 'gnus-article-headers
605   :type 'hook)
606
607 (defcustom gnus-display-mime-function 'gnus-display-mime
608   "Function to display MIME articles."
609   :group 'gnus-article-mime
610   :type 'function)
611
612 (defvar gnus-decode-header-function 'mail-decode-encoded-word-region
613   "Function used to decode headers.")
614
615 (defvar gnus-article-dumbquotes-map
616   '(("\202" ",")
617     ("\203" "f")
618     ("\204" ",,")
619     ("\205" "...")
620     ("\213" "<")
621     ("\214" "OE")
622     ("\221" "`")
623     ("\222" "'")
624     ("\223" "``")
625     ("\224" "\"")
626     ("\225" "*")
627     ("\226" "---")
628     ("\227" "-")
629     ("\231" "(TM)")
630     ("\233" ">")
631     ("\234" "oe")
632     ("\264" "'"))
633   "Table for MS-to-Latin1 translation.")
634
635 (defcustom gnus-ignored-mime-types nil
636   "List of MIME types that should be ignored by Gnus."
637   :group 'gnus-article-mime
638   :type '(repeat regexp))
639
640 (defcustom gnus-unbuttonized-mime-types '(".*/.*")
641   "List of MIME types that should not be given buttons when rendered inline."
642   :group 'gnus-article-mime
643   :type '(repeat regexp))
644
645 (defcustom gnus-article-mime-part-function nil
646   "Function called with a MIME handle as the argument.
647 This is meant for people who want to do something automatic based
648 on parts -- for instance, adding Vcard info to a database."
649   :group 'gnus-article-mime
650   :type 'function)
651
652 (defcustom gnus-mime-multipart-functions nil
653   "An alist of MIME types to functions to display them.")
654
655 (defcustom gnus-article-date-lapsed-new-header nil
656   "Whether the X-Sent and Date headers can coexist.
657 When using `gnus-treat-date-lapsed', the \"X-Sent:\" header will
658 either replace the old \"Date:\" header (if this variable is nil), or
659 be added below it (otherwise)."
660   :group 'gnus-article-headers
661   :type 'boolean)
662
663 (defcustom gnus-article-mime-match-handle-function 'undisplayed-alternative
664   "Function called with a MIME handle as the argument.
665 This is meant for people who want to view first matched part.
666 For `undisplayed-alternative' (default), the first undisplayed 
667 part or alternative part is used.  For `undisplayed', the first 
668 undisplayed part is used.  For a function, the first part which 
669 the function return `t' is used.  For `nil', the first part is
670 used."
671   :group 'gnus-article-mime
672   :type '(choice 
673           (item :tag "first" :value nil)
674           (item :tag "undisplayed" :value undisplayed)
675           (item :tag "undisplayed or alternative" 
676                 :value undisplayed-alternative)
677           (function)))
678
679 ;;;
680 ;;; The treatment variables
681 ;;;
682
683 (defvar gnus-part-display-hook nil
684   "Hook called on parts that are to receive treatment.")
685
686 (defvar gnus-article-treat-custom
687   '(choice (const :tag "Off" nil)
688            (const :tag "On" t)
689            (const :tag "Header" head)
690            (const :tag "Last" last)
691            (const :tag "Mime" mime)
692            (integer :tag "Less")
693            (repeat :tag "Groups" regexp)
694            (sexp :tag "Predicate")))
695
696 (defvar gnus-article-treat-head-custom
697   '(choice (const :tag "Off" nil)
698            (const :tag "Header" head)))
699
700 (defvar gnus-article-treat-types '("text/plain")
701   "Parts to treat.")
702
703 (defvar gnus-inhibit-treatment nil
704   "Whether to inhibit treatment.")
705
706 (defcustom gnus-treat-highlight-signature '(or last (typep "text/x-vcard"))
707   "Highlight the signature.
708 Valid values are nil, t, `head', `last', an integer or a predicate.
709 See the manual for details."
710   :group 'gnus-article-treat
711   :type gnus-article-treat-custom)
712 (put 'gnus-treat-highlight-signature 'highlight t)
713
714 (defcustom gnus-treat-buttonize 100000
715   "Add buttons.
716 Valid values are nil, t, `head', `last', an integer or a predicate.
717 See the manual for details."
718   :group 'gnus-article-treat
719   :type gnus-article-treat-custom)
720 (put 'gnus-treat-buttonize 'highlight t)
721
722 (defcustom gnus-treat-buttonize-head 'head
723   "Add buttons to the head.
724 Valid values are nil, t, `head', `last', an integer or a predicate.
725 See the manual for details."
726   :group 'gnus-article-treat
727   :type gnus-article-treat-head-custom)
728 (put 'gnus-treat-buttonize-head 'highlight t)
729
730 (defcustom gnus-treat-emphasize nil
731   "Emphasize text.
732 Valid values are nil, t, `head', `last', an integer or a predicate.
733 See the manual for details."
734   :group 'gnus-article-treat
735   :type gnus-article-treat-custom)
736 (put 'gnus-treat-emphasize 'highlight t)
737
738 (defcustom gnus-treat-strip-cr nil
739   "Remove carriage returns.
740 Valid values are nil, t, `head', `last', an integer or a predicate.
741 See the manual for details."
742   :group 'gnus-article-treat
743   :type gnus-article-treat-custom)
744
745 (defcustom gnus-treat-hide-headers 'head
746   "Hide headers.
747 Valid values are nil, t, `head', `last', an integer or a predicate.
748 See the manual for details."
749   :group 'gnus-article-treat
750   :type gnus-article-treat-head-custom)
751
752 (defcustom gnus-treat-hide-boring-headers nil
753   "Hide boring headers.
754 Valid values are nil, t, `head', `last', an integer or a predicate.
755 See the manual for details."
756   :group 'gnus-article-treat
757   :type gnus-article-treat-head-custom)
758
759 (defcustom gnus-treat-hide-signature nil
760   "Hide the signature.
761 Valid values are nil, t, `head', `last', an integer or a predicate.
762 See the manual for details."
763   :group 'gnus-article-treat
764   :type gnus-article-treat-custom)
765
766 (defcustom gnus-treat-fill-article nil
767   "Fill the article.
768 Valid values are nil, t, `head', `last', an integer or a predicate.
769 See the manual for details."
770   :group 'gnus-article-treat
771   :type gnus-article-treat-custom)
772
773 (defcustom gnus-treat-hide-citation nil
774   "Hide cited text.
775 Valid values are nil, t, `head', `last', an integer or a predicate.
776 See the manual for details."
777   :group 'gnus-article-treat
778   :type gnus-article-treat-custom)
779
780 (defcustom gnus-treat-strip-list-identifiers 'head
781   "Strip list identifiers from `gnus-list-identifiers`.
782 Valid values are nil, t, `head', `last', an integer or a predicate.
783 See the manual for details."
784   :group 'gnus-article-treat
785   :type gnus-article-treat-custom)
786
787 (defcustom gnus-treat-strip-pgp t
788   "Strip PGP signatures.
789 Valid values are nil, t, `head', `last', an integer or a predicate.
790 See the manual for details."
791   :group 'gnus-article-treat
792   :type gnus-article-treat-custom)
793
794 (defcustom gnus-treat-strip-pem nil
795   "Strip PEM signatures.
796 Valid values are nil, t, `head', `last', an integer or a predicate.
797 See the manual for details."
798   :group 'gnus-article-treat
799   :type gnus-article-treat-custom)
800
801 (defcustom gnus-treat-strip-banner t
802   "Strip banners from articles.
803 The banner to be stripped is specified in the `banner' group parameter.
804 Valid values are nil, t, `head', `last', an integer or a predicate.
805 See the manual for details."
806   :group 'gnus-article-treat
807   :type gnus-article-treat-custom)
808
809 (defcustom gnus-treat-highlight-headers 'head
810   "Highlight the headers.
811 Valid values are nil, t, `head', `last', an integer or a predicate.
812 See the manual for details."
813   :group 'gnus-article-treat
814   :type gnus-article-treat-head-custom)
815 (put 'gnus-treat-highlight-headers 'highlight t)
816
817 (defcustom gnus-treat-highlight-citation t
818   "Highlight cited text.
819 Valid values are nil, t, `head', `last', an integer or a predicate.
820 See the manual for details."
821   :group 'gnus-article-treat
822   :type gnus-article-treat-custom)
823 (put 'gnus-treat-highlight-citation 'highlight t)
824
825 (defcustom gnus-treat-date-ut nil
826   "Display the Date in UT (GMT).
827 Valid values are nil, t, `head', `last', an integer or a predicate.
828 See the manual for details."
829   :group 'gnus-article-treat
830   :type gnus-article-treat-head-custom)
831
832 (defcustom gnus-treat-date-local nil
833   "Display the Date in the local timezone.
834 Valid values are nil, t, `head', `last', an integer or a predicate.
835 See the manual for details."
836   :group 'gnus-article-treat
837   :type gnus-article-treat-head-custom)
838
839 (defcustom gnus-treat-date-lapsed nil
840   "Display the Date header in a way that says how much time has elapsed.
841 Valid values are nil, t, `head', `last', an integer or a predicate.
842 See the manual for details."
843   :group 'gnus-article-treat
844   :type gnus-article-treat-head-custom)
845
846 (defcustom gnus-treat-date-original nil
847   "Display the date in the original timezone.
848 Valid values are nil, t, `head', `last', an integer or a predicate.
849 See the manual for details."
850   :group 'gnus-article-treat
851   :type gnus-article-treat-head-custom)
852
853 (defcustom gnus-treat-date-iso8601 nil
854   "Display the date in the ISO8601 format.
855 Valid values are nil, t, `head', `last', an integer or a predicate.
856 See the manual for details."
857   :group 'gnus-article-treat
858   :type gnus-article-treat-head-custom)
859
860 (defcustom gnus-treat-date-user-defined nil
861   "Display the date in a user-defined format.
862 The format is defined by the `gnus-article-time-format' variable.
863 Valid values are nil, t, `head', `last', an integer or a predicate.
864 See the manual for details."
865   :group 'gnus-article-treat
866   :type gnus-article-treat-head-custom)
867
868 (defcustom gnus-treat-strip-headers-in-body t
869   "Strip the X-No-Archive header line from the beginning of the body.
870 Valid values are nil, t, `head', `last', an integer or a predicate.
871 See the manual for details."
872   :group 'gnus-article-treat
873   :type gnus-article-treat-custom)
874
875 (defcustom gnus-treat-strip-trailing-blank-lines nil
876   "Strip trailing blank lines.
877 Valid values are nil, t, `head', `last', an integer or a predicate.
878 See the manual for details."
879   :group 'gnus-article-treat
880   :type gnus-article-treat-custom)
881
882 (defcustom gnus-treat-strip-leading-blank-lines nil
883   "Strip leading blank lines.
884 Valid values are nil, t, `head', `last', an integer or a predicate.
885 See the manual for details."
886   :group 'gnus-article-treat
887   :type gnus-article-treat-custom)
888
889 (defcustom gnus-treat-strip-multiple-blank-lines nil
890   "Strip multiple blank lines.
891 Valid values are nil, t, `head', `last', an integer or a predicate.
892 See the manual for details."
893   :group 'gnus-article-treat
894   :type gnus-article-treat-custom)
895
896 (defcustom gnus-treat-overstrike t
897   "Treat overstrike highlighting.
898 Valid values are nil, t, `head', `last', an integer or a predicate.
899 See the manual for details."
900   :group 'gnus-article-treat
901   :type gnus-article-treat-custom)
902 (put 'gnus-treat-overstrike 'highlight t)
903
904 (defcustom gnus-treat-display-xface
905   (if (or (and gnus-xemacs (featurep 'xface))
906           (eq 'x-face-mule-gnus-article-display-x-face
907               gnus-article-x-face-command))
908       'head
909     nil)
910   "Display X-Face headers.
911 Valid values are nil, t, `head', `last', an integer or a predicate.
912 See the manual for details."
913   :group 'gnus-article-treat
914   :type gnus-article-treat-head-custom)
915 (put 'gnus-treat-display-xface 'highlight t)
916
917 (defcustom gnus-treat-display-smileys
918   (if (or (and gnus-xemacs (featurep 'xpm))
919           (and (not gnus-xemacs)
920                window-system
921                (module-installed-p 'gnus-bitmap)))
922       t
923     nil)
924   "Display smileys.
925 Valid values are nil, t, `head', `last', an integer or a predicate.
926 See the manual for details."
927   :group 'gnus-article-treat
928   :type gnus-article-treat-custom)
929 (put 'gnus-treat-display-smileys 'highlight t)
930
931 (defcustom gnus-treat-display-picons (if gnus-xemacs 'head nil)
932   "Display picons.
933 Valid values are nil, t, `head', `last', an integer or a predicate.
934 See the manual for details."
935   :group 'gnus-article-treat
936   :type gnus-article-treat-head-custom)
937 (put 'gnus-treat-display-picons 'highlight t)
938
939 (defcustom gnus-treat-capitalize-sentences nil
940   "Capitalize sentence-starting words.
941 Valid values are nil, t, `head', `last', an integer or a predicate.
942 See the manual for details."
943   :group 'gnus-article-treat
944   :type gnus-article-treat-custom)
945
946 (defcustom gnus-treat-fill-long-lines nil
947   "Fill long lines.
948 Valid values are nil, t, `head', `last', an integer or a predicate.
949 See the manual for details."
950   :group 'gnus-article-treat
951   :type gnus-article-treat-custom)
952
953 (defcustom gnus-treat-play-sounds nil
954   "Play sounds.
955 Valid values are nil, t, `head', `last', an integer or a predicate.
956 See the manual for details."
957   :group 'gnus-article-treat
958   :type gnus-article-treat-custom)
959
960 (defcustom gnus-treat-decode-article-as-default-mime-charset nil
961   "Decode an article as `default-mime-charset'.  For instance, if you want to
962 attempt to decode an article even if the value of `gnus-show-mime' is nil,
963 you could set this variable to something like: nil for don't decode, t for
964 decode the body, '(or header t) for the whole article, etc."
965   :group 'gnus-article-treat
966   :type '(radio (const :tag "Off" nil)
967                 (const :tag "Decode body" t)
968                 (const :tag "Decode all" (or head t))))
969
970 (defcustom gnus-treat-translate nil
971   "Translate articles from one language to another.
972 Valid values are nil, t, `head', `last', an integer or a predicate.
973 See the manual for details."
974   :group 'gnus-article-treat
975   :type gnus-article-treat-custom)
976
977 ;;; Internal variables
978
979 (defvar article-goto-body-goes-to-point-min-p nil)
980 (defvar gnus-article-wash-types nil)
981 (defvar gnus-article-emphasis-alist nil)
982
983 (defvar gnus-article-mime-handle-alist-1 nil)
984 (defvar gnus-treatment-function-alist
985   '((gnus-treat-decode-article-as-default-mime-charset
986      gnus-article-decode-article-as-default-mime-charset)
987     (gnus-treat-strip-banner gnus-article-strip-banner)
988     (gnus-treat-strip-headers-in-body gnus-article-strip-headers-in-body)
989     (gnus-treat-buttonize gnus-article-add-buttons)
990     (gnus-treat-fill-article gnus-article-fill-cited-article)
991     (gnus-treat-fill-long-lines gnus-article-fill-long-lines)
992     (gnus-treat-strip-cr gnus-article-remove-cr)
993     (gnus-treat-display-xface gnus-article-display-x-face)
994     (gnus-treat-hide-headers gnus-article-maybe-hide-headers)
995     (gnus-treat-hide-boring-headers gnus-article-hide-boring-headers)
996     (gnus-treat-hide-signature gnus-article-hide-signature)
997     (gnus-treat-hide-citation gnus-article-hide-citation)
998     (gnus-treat-strip-list-identifiers gnus-article-hide-list-identifiers)
999     (gnus-treat-strip-pgp gnus-article-hide-pgp)
1000     (gnus-treat-strip-pem gnus-article-hide-pem)
1001     (gnus-treat-highlight-headers gnus-article-highlight-headers)
1002     (gnus-treat-emphasize gnus-article-emphasize)
1003     (gnus-treat-highlight-citation gnus-article-highlight-citation)
1004     (gnus-treat-highlight-signature gnus-article-highlight-signature)
1005     (gnus-treat-date-ut gnus-article-date-ut)
1006     (gnus-treat-date-local gnus-article-date-local)
1007     (gnus-treat-date-lapsed gnus-article-date-lapsed)
1008     (gnus-treat-date-original gnus-article-date-original)
1009     (gnus-treat-date-user-defined gnus-article-date-user)
1010     (gnus-treat-date-iso8601 gnus-article-date-iso8601)
1011     (gnus-treat-strip-trailing-blank-lines
1012      gnus-article-remove-trailing-blank-lines)
1013     (gnus-treat-strip-leading-blank-lines
1014      gnus-article-strip-leading-blank-lines)
1015     (gnus-treat-strip-multiple-blank-lines
1016      gnus-article-strip-multiple-blank-lines)
1017     (gnus-treat-overstrike gnus-article-treat-overstrike)
1018     (gnus-treat-buttonize-head gnus-article-add-buttons-to-head)
1019     (gnus-treat-display-smileys gnus-article-smiley-display)
1020     (gnus-treat-capitalize-sentences gnus-article-capitalize-sentences)
1021     (gnus-treat-display-picons gnus-article-display-picons)
1022     (gnus-treat-play-sounds gnus-earcon-display)))
1023
1024 (defvar gnus-article-mime-handle-alist nil)
1025 (defvar article-lapsed-timer nil)
1026 (defvar gnus-article-current-summary nil)
1027
1028 (defvar gnus-article-mode-syntax-table
1029   (let ((table (copy-syntax-table text-mode-syntax-table)))
1030     (modify-syntax-entry ?- "w" table)
1031     (modify-syntax-entry ?> ")" table)
1032     (modify-syntax-entry ?< "(" table)
1033     table)
1034   "Syntax table used in article mode buffers.
1035 Initialized from `text-mode-syntax-table.")
1036
1037 (defvar gnus-save-article-buffer nil)
1038
1039 (defvar gnus-article-mode-line-format-alist
1040   (nconc '((?w (gnus-article-wash-status) ?s)
1041            (?m (gnus-article-mime-part-status) ?s))
1042          gnus-summary-mode-line-format-alist))
1043
1044 (defvar gnus-number-of-articles-to-be-saved nil)
1045
1046 (defvar gnus-inhibit-hiding nil)
1047
1048 (defsubst gnus-article-hide-text (b e props)
1049   "Set text PROPS on the B to E region, extending `intangible' 1 past B."
1050   (add-text-properties b e props)
1051   (when (memq 'intangible props)
1052     (put-text-property
1053      (max (1- b) (point-min))
1054      b 'intangible (cddr (memq 'intangible props)))))
1055 (defsubst gnus-article-unhide-text (b e)
1056   "Remove hidden text properties from region between B and E."
1057   (remove-text-properties b e gnus-hidden-properties)
1058   (when (memq 'intangible gnus-hidden-properties)
1059     (put-text-property (max (1- b) (point-min))
1060                        b 'intangible nil)))
1061
1062 (defun gnus-article-hide-text-type (b e type)
1063   "Hide text of TYPE between B and E."
1064   (push type gnus-article-wash-types)
1065   (gnus-article-hide-text
1066    b e (cons 'article-type (cons type gnus-hidden-properties))))
1067
1068 (defun gnus-article-unhide-text-type (b e type)
1069   "Unhide text of TYPE between B and E."
1070   (setq gnus-article-wash-types
1071         (delq type gnus-article-wash-types))
1072   (remove-text-properties
1073    b e (cons 'article-type (cons type gnus-hidden-properties)))
1074   (when (memq 'intangible gnus-hidden-properties)
1075     (put-text-property (max (1- b) (point-min))
1076                        b 'intangible nil)))
1077
1078 (defun gnus-article-hide-text-of-type (type)
1079   "Hide text of TYPE in the current buffer."
1080   (save-excursion
1081     (let ((b (point-min))
1082           (e (point-max)))
1083       (while (setq b (text-property-any b e 'article-type type))
1084         (add-text-properties b (incf b) gnus-hidden-properties)))))
1085
1086 (defun gnus-article-delete-text-of-type (type)
1087   "Delete text of TYPE in the current buffer."
1088   (save-excursion
1089     (let ((b (point-min)))
1090       (while (setq b (text-property-any b (point-max) 'article-type type))
1091         (delete-region
1092          b (or (text-property-not-all b (point-max) 'article-type type)
1093                (point-max)))))))
1094
1095 (defun gnus-article-delete-invisible-text ()
1096   "Delete all invisible text in the current buffer."
1097   (save-excursion
1098     (let ((b (point-min)))
1099       (while (setq b (text-property-any b (point-max) 'invisible t))
1100         (delete-region
1101          b (or (text-property-not-all b (point-max) 'invisible t)
1102                (point-max)))))))
1103
1104 (defun gnus-article-text-type-exists-p (type)
1105   "Say whether any text of type TYPE exists in the buffer."
1106   (text-property-any (point-min) (point-max) 'article-type type))
1107
1108 (defsubst gnus-article-header-rank ()
1109   "Give the rank of the string HEADER as given by `gnus-sorted-header-list'."
1110   (let ((list gnus-sorted-header-list)
1111         (i 0))
1112     (while list
1113       (when (looking-at (car list))
1114         (setq list nil))
1115       (setq list (cdr list))
1116       (incf i))
1117     i))
1118
1119 (defun article-hide-headers (&optional arg delete)
1120   "Hide unwanted headers and possibly sort them as well."
1121   (interactive (gnus-article-hidden-arg))
1122   ;; Lars said that this function might be inhibited.
1123   (if (gnus-article-check-hidden-text 'headers arg)
1124       (progn
1125         ;; Show boring headers as well.
1126         (gnus-article-show-hidden-text 'boring-headers)
1127         (when (eq 1 (point-min))
1128           (set-window-start (get-buffer-window (current-buffer)) 1)))
1129   (unless gnus-inhibit-hiding
1130     (save-excursion
1131       (save-restriction
1132         (let ((buffer-read-only nil)
1133               (inhibit-read-only t)
1134               (case-fold-search t)
1135               (max (1+ (length gnus-sorted-header-list)))
1136               (ignored (when (not gnus-visible-headers)
1137                          (cond ((stringp gnus-ignored-headers)
1138                                 gnus-ignored-headers)
1139                                ((listp gnus-ignored-headers)
1140                                 (mapconcat 'identity gnus-ignored-headers
1141                                            "\\|")))))
1142               (visible
1143                (cond ((stringp gnus-visible-headers)
1144                       gnus-visible-headers)
1145                      ((and gnus-visible-headers
1146                            (listp gnus-visible-headers))
1147                       (mapconcat 'identity gnus-visible-headers "\\|"))))
1148               (inhibit-point-motion-hooks t)
1149               beg)
1150           ;; First we narrow to just the headers.
1151           (article-narrow-to-head)
1152           ;; Hide any "From " lines at the beginning of (mail) articles.
1153           (while (looking-at "From ")
1154             (forward-line 1))
1155           (unless (bobp)
1156             (if delete
1157                 (delete-region (point-min) (point))
1158               (gnus-article-hide-text (point-min) (point)
1159                                       (nconc (list 'article-type 'headers)
1160                                              gnus-hidden-properties))))
1161           ;; Then treat the rest of the header lines.
1162           ;; Then we use the two regular expressions
1163           ;; `gnus-ignored-headers' and `gnus-visible-headers' to
1164           ;; select which header lines is to remain visible in the
1165           ;; article buffer.
1166           (while (re-search-forward "^[^ \t]*:" nil t)
1167             (beginning-of-line)
1168             ;; Mark the rank of the header.
1169             (put-text-property
1170              (point) (1+ (point)) 'message-rank
1171              (if (or (and visible (looking-at visible))
1172                      (and ignored
1173                           (not (looking-at ignored))))
1174                  (gnus-article-header-rank)
1175                (+ 2 max)))
1176             (forward-line 1))
1177           (message-sort-headers-1)
1178           (when (setq beg (text-property-any
1179                            (point-min) (point-max) 'message-rank (+ 2 max)))
1180             ;; We delete or make invisible the unwanted headers.
1181             (push 'headers gnus-article-wash-types)
1182             (if delete
1183                 (progn
1184                   (add-text-properties
1185                    (point-min) (+ 5 (point-min))
1186                    '(article-type headers dummy-invisible t))
1187                   (delete-region beg (point-max)))
1188               (gnus-article-hide-text-type beg (point-max) 'headers))))))))
1189   )
1190
1191 (defun article-hide-boring-headers (&optional arg)
1192   "Toggle hiding of headers that aren't very interesting.
1193 If given a negative prefix, always show; if given a positive prefix,
1194 always hide."
1195   (interactive (gnus-article-hidden-arg))
1196   (when (and (not (gnus-article-check-hidden-text 'boring-headers arg))
1197              (not gnus-show-all-headers))
1198     (save-excursion
1199       (save-restriction
1200         (let ((buffer-read-only nil)
1201               (list gnus-boring-article-headers)
1202               (inhibit-point-motion-hooks t)
1203               elem)
1204           (article-narrow-to-head)
1205           (while list
1206             (setq elem (pop list))
1207             (goto-char (point-min))
1208             (cond
1209              ;; Hide empty headers.
1210              ((eq elem 'empty)
1211               (while (re-search-forward "^[^: \t]+:[ \t]*\n[^ \t]" nil t)
1212                 (forward-line -1)
1213                 (gnus-article-hide-text-type
1214                  (progn (beginning-of-line) (point))
1215                  (progn
1216                    (end-of-line)
1217                    (if (re-search-forward "^[^ \t]" nil t)
1218                        (match-beginning 0)
1219                      (point-max)))
1220                  'boring-headers)))
1221              ;; Hide boring Newsgroups header.
1222              ((eq elem 'newsgroups)
1223               (when (equal (gnus-fetch-field "newsgroups")
1224                            (gnus-group-real-name
1225                             (if (boundp 'gnus-newsgroup-name)
1226                                 gnus-newsgroup-name
1227                               "")))
1228                 (gnus-article-hide-header "newsgroups")))
1229              ((eq elem 'followup-to)
1230               (when (equal (message-fetch-field "followup-to")
1231                            (message-fetch-field "newsgroups"))
1232                 (gnus-article-hide-header "followup-to")))
1233              ((eq elem 'reply-to)
1234               (let ((from (message-fetch-field "from"))
1235                     (reply-to (message-fetch-field "reply-to")))
1236                 (when (and
1237                        from reply-to
1238                        (ignore-errors
1239                          (equal
1240                           (nth 1 (funcall gnus-extract-address-components from))
1241                           (nth 1 (funcall gnus-extract-address-components reply-to)))))
1242                   (gnus-article-hide-header "reply-to"))))
1243              ((eq elem 'date)
1244               (let ((date (message-fetch-field "date")))
1245                 (when (and date
1246                            (< (days-between (current-time-string) date)
1247                               4))
1248                   (gnus-article-hide-header "date"))))
1249              ((eq elem 'long-to)
1250               (let ((to (message-fetch-field "to"))
1251                     (cc (message-fetch-field "cc")))
1252                 (when (> (length to) 1024)
1253                   (gnus-article-hide-header "to"))
1254                 (when (> (length cc) 1024)
1255                   (gnus-article-hide-header "cc"))))
1256              ((eq elem 'many-to)
1257               (let ((to-count 0)
1258                     (cc-count 0))
1259                 (goto-char (point-min))
1260                 (while (re-search-forward "^to:" nil t)
1261                   (setq to-count (1+ to-count)))
1262                 (when (> to-count 1)
1263                   (while (> to-count 0)
1264                     (goto-char (point-min))
1265                     (save-restriction
1266                       (re-search-forward "^to:" nil nil to-count)
1267                       (forward-line -1)
1268                       (narrow-to-region (point) (point-max))
1269                       (gnus-article-hide-header "to"))
1270                     (setq to-count (1- to-count))))
1271                 (goto-char (point-min))
1272                 (while (re-search-forward "^cc:" nil t)
1273                   (setq cc-count (1+ cc-count)))
1274                 (when (> cc-count 1)
1275                   (while (> cc-count 0)
1276                     (goto-char (point-min))
1277                     (save-restriction
1278                       (re-search-forward "^cc:" nil nil cc-count)
1279                       (forward-line -1)
1280                       (narrow-to-region (point) (point-max))
1281                       (gnus-article-hide-header "cc"))
1282                     (setq cc-count (1- cc-count)))))))))))))
1283
1284 (defun gnus-article-hide-header (header)
1285   (save-excursion
1286     (goto-char (point-min))
1287     (when (re-search-forward (concat "^" header ":") nil t)
1288       (gnus-article-hide-text-type
1289        (progn (beginning-of-line) (point))
1290        (progn
1291          (end-of-line)
1292          (if (re-search-forward "^[^ \t]" nil t)
1293              (match-beginning 0)
1294            (point-max)))
1295        'boring-headers))))
1296
1297 (defun article-toggle-headers (&optional arg)
1298   "Toggle hiding of headers.  If given a negative prefix, always show;
1299 if given a positive prefix, always hide."
1300   (interactive (gnus-article-hidden-arg))
1301   (let ((force (when (numberp arg)
1302                  (cond ((> arg 0) 'always-hide)
1303                        ((< arg 0) 'always-show))))
1304         (window (get-buffer-window gnus-article-buffer))
1305         (header-end (point-min))
1306         header-start field-end field-start
1307         (inhibit-point-motion-hooks t)
1308         (inhibit-read-only t)
1309         buffer-read-only)
1310     (save-restriction
1311       (widen)
1312       (while (and (setq header-start
1313                         (text-property-any header-end (point-max)
1314                                            'article-treated-header t))
1315                   (setq header-end
1316                         (text-property-not-all header-start (point-max)
1317                                                'article-treated-header t)))
1318         (setq field-end header-start)
1319         (cond
1320          (;; Hide exposed invisible fields.
1321           (and (not (eq 'always-show force))
1322                (setq field-start
1323                      (text-property-any field-end header-end
1324                                         'exposed-invisible-field t)))
1325           (while (and field-start
1326                       (setq field-end (text-property-not-all
1327                                        field-start header-end
1328                                        'exposed-invisible-field t)))
1329             (add-text-properties field-start field-end gnus-hidden-properties)
1330             (setq field-start (text-property-any field-end header-end
1331                                                  'exposed-invisible-field t)))
1332           (put-text-property header-start header-end
1333                              'exposed-invisible-field nil))
1334          (;; Expose invisible fields.
1335           (and (not (eq 'always-hide force))
1336                (setq field-start
1337                      (text-property-any field-end header-end 'invisible t)))
1338           (while (and field-start
1339                       (setq field-end (text-property-not-all
1340                                        field-start header-end
1341                                        'invisible t)))
1342             ;; If the invisible text is not terminated with newline, we
1343             ;; won't expose it.  Because it may be created by x-face-mule.
1344             ;; BTW, XEmacs sometimes fail in putting a invisible text
1345             ;; property with `gnus-article-hide-text' (really?).  In that
1346             ;; case, the invisible text might be started from the middle of
1347             ;; a line so we will expose the sort of thing.
1348             (when (or (not (or (eq header-start field-start)
1349                                (eq ?\n (char-before field-start))))
1350                       (eq ?\n (char-before field-end)))
1351               (remove-text-properties field-start field-end
1352                                       gnus-hidden-properties)
1353               (put-text-property field-start field-end
1354                                  'exposed-invisible-field t))
1355             (setq field-start (text-property-any field-end header-end
1356                                                  'invisible t))))
1357          (;; Hide fields.
1358           (not (eq 'always-show force))
1359           (narrow-to-region header-start header-end)
1360           (article-hide-headers)
1361           ;; Re-display X-Face image under XEmacs.
1362           (when (and gnus-xemacs
1363                      (gnus-functionp gnus-article-x-face-command))
1364             (let ((func (cadr (assq 'gnus-treat-display-xface
1365                                     gnus-treatment-function-alist)))
1366                   (condition 'head))
1367               (when (and (not gnus-inhibit-treatment)
1368                          func
1369                          (gnus-treat-predicate gnus-treat-display-xface))
1370                 (funcall func)
1371                 (put-text-property header-start header-end 'read-only nil))))
1372           (widen))
1373          ))
1374       (goto-char (point-min))
1375       (when window
1376         (set-window-start window (point-min))))))
1377
1378 (defvar gnus-article-normalized-header-length 40
1379   "Length of normalized headers.")
1380
1381 (defun article-normalize-headers ()
1382   "Make all header lines 40 characters long."
1383   (interactive)
1384   (let ((buffer-read-only nil)
1385         column)
1386     (save-excursion
1387       (save-restriction
1388         (article-narrow-to-head)
1389         (while (not (eobp))
1390           (cond
1391            ((< (setq column (- (gnus-point-at-eol) (point)))
1392                gnus-article-normalized-header-length)
1393             (end-of-line)
1394             (insert (make-string
1395                      (- gnus-article-normalized-header-length column)
1396                      ? )))
1397            ((> column gnus-article-normalized-header-length)
1398             (gnus-put-text-property
1399              (progn
1400                (forward-char gnus-article-normalized-header-length)
1401                (point))
1402              (gnus-point-at-eol)
1403              'invisible t))
1404            (t
1405             ;; Do nothing.
1406             ))
1407           (forward-line 1))))))
1408
1409 (defun article-treat-dumbquotes ()
1410   "Translate M******** sm*rtq**t*s into proper text.
1411 Note that this function guesses whether a character is a sm*rtq**t* or
1412 not, so it should only be used interactively."
1413   (interactive)
1414   (article-translate-strings gnus-article-dumbquotes-map))
1415
1416 (defun article-translate-characters (from to)
1417   "Translate all characters in the body of the article according to FROM and TO.
1418 FROM is a string of characters to translate from; to is a string of
1419 characters to translate to."
1420   (save-excursion
1421     (when (article-goto-body)
1422       (let ((buffer-read-only nil)
1423             (x (make-string 225 ?x))
1424             (i -1))
1425         (while (< (incf i) (length x))
1426           (aset x i i))
1427         (setq i 0)
1428         (while (< i (length from))
1429           (aset x (aref from i) (aref to i))
1430           (incf i))
1431         (translate-region (point) (point-max) x)))))
1432
1433 (defun article-translate-strings (map)
1434   "Translate all string in the body of the article according to MAP.
1435 MAP is an alist where the elements are on the form (\"from\" \"to\")."
1436   (save-excursion
1437     (when (article-goto-body)
1438       (let ((buffer-read-only nil)
1439             elem)
1440         (while (setq elem (pop map))
1441           (save-excursion
1442             (while (search-forward (car elem) nil t)
1443               (replace-match (cadr elem)))))))))
1444
1445 (defun article-treat-overstrike ()
1446   "Translate overstrikes into bold text."
1447   (interactive)
1448   (save-excursion
1449     (when (article-goto-body)
1450       (let ((buffer-read-only nil))
1451         (while (search-forward "\b" nil t)
1452           (let ((next (char-after))
1453                 start end previous)
1454             (backward-char 2)
1455             (setq start (point)
1456                   previous (char-after))
1457             (forward-char 3)
1458             (setq end (point))
1459             (backward-char)
1460             ;; We do the boldification/underlining by hiding the
1461             ;; overstrikes and putting the proper text property
1462             ;; on the letters.
1463             (cond
1464              ((eq next previous)
1465               (gnus-article-hide-text-type start (point) 'overstrike)
1466               (put-text-property (point) end 'face 'bold))
1467              ((eq next ?_)
1468               (gnus-article-hide-text-type
1469                (1- (point)) (1+ (point)) 'overstrike)
1470               (put-text-property
1471                start (1- (point)) 'face 'underline))
1472              ((eq previous ?_)
1473               (gnus-article-hide-text-type start (point) 'overstrike)
1474               (put-text-property
1475                (point) end 'face 'underline)))))))))
1476
1477 (defun article-fill-long-lines ()
1478   "Fill lines that are wider than the window width."
1479   (interactive)
1480   (save-excursion
1481     (let ((buffer-read-only nil)
1482           (width (window-width (get-buffer-window (current-buffer)))))
1483       (save-restriction
1484         (article-goto-body)
1485         (let ((adaptive-fill-mode nil))
1486           (while (not (eobp))
1487             (end-of-line)
1488             (when (>= (current-column) (min fill-column width))
1489               (narrow-to-region (point) (gnus-point-at-bol))
1490               (fill-paragraph nil)
1491               (goto-char (point-max))
1492               (widen))
1493             (forward-line 1)))))))
1494
1495 (defun article-capitalize-sentences ()
1496   "Capitalize the first word in each sentence."
1497   (interactive)
1498   (save-excursion
1499     (let ((buffer-read-only nil)
1500           (paragraph-start "^[\n\^L]"))
1501       (article-goto-body)
1502       (while (not (eobp))
1503         (capitalize-word 1)
1504         (forward-sentence)))))
1505
1506 (defun article-remove-cr ()
1507   "Remove trailing CRs and then translate remaining CRs into LFs."
1508   (interactive)
1509   (save-excursion
1510     (let ((buffer-read-only nil))
1511       (goto-char (point-min))
1512       (while (re-search-forward "\r+$" nil t)
1513         (replace-match "" t t))
1514       (goto-char (point-min))
1515       (while (search-forward "\r" nil t)
1516         (replace-match "\n" t t)))))
1517
1518 (defun article-remove-trailing-blank-lines ()
1519   "Remove all trailing blank lines from the article."
1520   (interactive)
1521   (save-excursion
1522     (let ((buffer-read-only nil))
1523       (goto-char (point-max))
1524       (delete-region
1525        (point)
1526        (progn
1527          (while (and (not (bobp))
1528                      (looking-at "^[ \t]*$")
1529                      (not (gnus-annotation-in-region-p
1530                            (point) (gnus-point-at-eol))))
1531            (forward-line -1))
1532          (forward-line 1)
1533          (point))))))
1534
1535 (defun article-display-x-face (&optional force)
1536   "Look for an X-Face header and display it if present."
1537   (interactive (list 'force))
1538   (save-excursion
1539     ;; Delete the old process, if any.
1540     (when (process-status "article-x-face")
1541       (delete-process "article-x-face"))
1542     (let ((inhibit-point-motion-hooks t)
1543           (case-fold-search t)
1544           from last)
1545       (save-restriction
1546         (article-narrow-to-head)
1547         (goto-char (point-min))
1548         (setq from (message-fetch-field "from"))
1549         (goto-char (point-min))
1550         (while (and gnus-article-x-face-command
1551                     (not last)
1552                     (or force
1553                         ;; Check whether this face is censored.
1554                         (not gnus-article-x-face-too-ugly)
1555                         (and gnus-article-x-face-too-ugly from
1556                              (not (string-match gnus-article-x-face-too-ugly
1557                                                 from))))
1558                     ;; Has to be present.
1559                     (re-search-forward "^X-Face:[ \t]*" nil t))
1560           ;; This used to try to do multiple faces (`while' instead of
1561           ;; `when' above), but (a) sending multiple EOFs to xv doesn't
1562           ;; work (b) it can crash some versions of Emacs (c) are
1563           ;; multiple faces really something to encourage?
1564           (when (stringp gnus-article-x-face-command)
1565             (setq last t))
1566           ;; We now have the area of the buffer where the X-Face is stored.
1567           (save-excursion
1568             (let ((beg (point))
1569                   (end (1- (re-search-forward "^\\($\\|[^ \t]\\)" nil t))))
1570               ;; We display the face.
1571               (if (symbolp gnus-article-x-face-command)
1572                   ;; The command is a lisp function, so we call it.
1573                   (if (gnus-functionp gnus-article-x-face-command)
1574                       (funcall gnus-article-x-face-command beg end)
1575                     (error "%s is not a function" gnus-article-x-face-command))
1576                 ;; The command is a string, so we interpret the command
1577                 ;; as a, well, command, and fork it off.
1578                 (let ((process-connection-type nil))
1579                   (process-kill-without-query
1580                    (start-process
1581                     "article-x-face" nil shell-file-name shell-command-switch
1582                     gnus-article-x-face-command))
1583                   (process-send-region "article-x-face" beg end)
1584                   (process-send-eof "article-x-face"))))))))))
1585
1586 (defun article-decode-mime-words ()
1587   "Decode all MIME-encoded words in the article."
1588   (interactive)
1589   (save-excursion
1590     (set-buffer gnus-article-buffer)
1591     (let ((inhibit-point-motion-hooks t)
1592           buffer-read-only
1593           (mail-parse-charset gnus-newsgroup-charset)
1594           (mail-parse-ignored-charsets 
1595            (save-excursion (set-buffer gnus-summary-buffer)
1596                            gnus-newsgroup-ignored-charsets)))
1597       (mail-decode-encoded-word-region (point-min) (point-max)))))
1598
1599 (defun article-decode-charset (&optional prompt)
1600   "Decode charset-encoded text in the article.
1601 If PROMPT (the prefix), prompt for a coding system to use."
1602   (interactive "P")
1603   (let ((inhibit-point-motion-hooks t) (case-fold-search t)
1604         buffer-read-only
1605         (mail-parse-charset gnus-newsgroup-charset)
1606         (mail-parse-ignored-charsets 
1607          (save-excursion (condition-case nil
1608                              (set-buffer gnus-summary-buffer)
1609                            (error))
1610                          gnus-newsgroup-ignored-charsets))
1611         ct cte ctl charset format)
1612   (save-excursion
1613     (save-restriction
1614       (article-narrow-to-head)
1615       (setq ct (message-fetch-field "Content-Type" t)
1616             cte (message-fetch-field "Content-Transfer-Encoding" t)
1617             ctl (and ct (ignore-errors
1618                           (mail-header-parse-content-type ct)))
1619             charset (cond
1620                      (prompt
1621                       (mm-read-coding-system "Charset to decode: "))
1622                      (ctl
1623                       (mail-content-type-get ctl 'charset)))
1624             format (and ctl (mail-content-type-get ctl 'format)))
1625       (when cte
1626         (setq cte (mail-header-strip cte)))
1627       (if (and ctl (not (string-match "/" (car ctl)))) 
1628           (setq ctl nil))
1629       (goto-char (point-max)))
1630     (forward-line 1)
1631     (save-restriction
1632       (narrow-to-region (point) (point-max))
1633       (when (and (eq mail-parse-charset 'gnus-decoded)
1634                  (eq (mm-body-7-or-8) '8bit))
1635         ;; The text code could have been decoded.
1636         (setq charset mail-parse-charset))
1637       (when (and (or (not ctl)
1638                      (equal (car ctl) "text/plain"))
1639                  (not format)) ;; article with format will decode later.
1640         (mm-decode-body
1641          charset (and cte (intern (downcase
1642                                    (gnus-strip-whitespace cte))))
1643          (car ctl)))))))
1644
1645 (defun article-decode-encoded-words ()
1646   "Remove encoded-word encoding from headers."
1647   (let (buffer-read-only)
1648     (let ((charset (save-excursion
1649                      (set-buffer gnus-summary-buffer)
1650                      default-mime-charset)))
1651       (mime-decode-header-in-buffer charset)
1652       )))
1653
1654 (defun article-de-quoted-unreadable (&optional force)
1655   "Translate a quoted-printable-encoded article.
1656 If FORCE, decode the article whether it is marked as quoted-printable
1657 or not."
1658   (interactive (list 'force))
1659   (save-excursion
1660     (let ((buffer-read-only nil)
1661           (type (gnus-fetch-field "content-transfer-encoding"))
1662           (charset gnus-newsgroup-charset))
1663       (when (or force
1664                 (and type (string-match "quoted-printable" (downcase type))))
1665         (article-goto-body)
1666         (quoted-printable-decode-region (point) (point-max) charset)))))
1667
1668 (defun article-de-base64-unreadable (&optional force)
1669   "Translate a base64 article.
1670 If FORCE, decode the article whether it is marked as base64 not."
1671   (interactive (list 'force))
1672   (save-excursion
1673     (let ((buffer-read-only nil)
1674           (type (gnus-fetch-field "content-transfer-encoding"))
1675           (charset gnus-newsgroup-charset))
1676       (when (or force
1677                 (and type (string-match "base64" (downcase type))))
1678         (article-goto-body)
1679         (save-restriction
1680           (narrow-to-region (point) (point-max))
1681           (base64-decode-region (point-min) (point-max))
1682           (if (mm-coding-system-p charset)
1683               (mm-decode-coding-region (point-min) (point-max) charset)))))))
1684
1685 (eval-when-compile
1686   (require 'rfc1843))
1687
1688 (defun article-decode-HZ ()
1689   "Translate a HZ-encoded article."
1690   (interactive)
1691   (require 'rfc1843)
1692   (save-excursion
1693     (let ((buffer-read-only nil))
1694       (rfc1843-decode-region (point-min) (point-max)))))
1695
1696 (defun article-wash-html ()
1697   "Format an html article."
1698   (interactive)
1699   (save-excursion
1700     (let ((buffer-read-only nil)
1701           (charset gnus-newsgroup-charset))
1702       (article-goto-body)
1703       (save-window-excursion
1704         (save-restriction
1705           (narrow-to-region (point) (point-max))
1706           (mm-setup-w3)
1707           (let ((w3-strict-width (window-width))
1708                 (url-standalone-mode t))
1709             (condition-case var
1710                 (w3-region (point-min) (point-max))
1711               (error))))))))
1712
1713 (defun article-hide-list-identifiers ()
1714   "Remove list identifies from the Subject header.
1715 The `gnus-list-identifiers' variable specifies what to do."
1716   (interactive)
1717   (save-excursion
1718     (save-restriction
1719       (let ((inhibit-point-motion-hooks t)
1720             buffer-read-only)
1721         (article-narrow-to-head)
1722         (let ((regexp (if (stringp gnus-list-identifiers) gnus-list-identifiers
1723                         (mapconcat 'identity gnus-list-identifiers " *\\|"))))
1724           (when regexp
1725             (goto-char (point-min))
1726             (when (re-search-forward
1727                    (concat "^Subject: +\\(\\(\\(Re: +\\)?\\(" regexp 
1728                            " *\\)\\)+\\(Re: +\\)?\\)")
1729                    nil t)
1730               (let ((s (or (match-string 3) (match-string 5))))
1731                 (delete-region (match-beginning 1) (match-end 1))
1732                 (when s
1733                   (goto-char (match-beginning 1))
1734                   (insert s))))))))))
1735
1736 (defun article-hide-pgp ()
1737   "Remove any PGP headers and signatures in the current article."
1738   (interactive)
1739   (save-excursion
1740     (save-restriction
1741       (let ((inhibit-point-motion-hooks t)
1742             buffer-read-only beg end)
1743         (article-goto-body)
1744         ;; Hide the "header".
1745         (when (re-search-forward "^-----BEGIN PGP SIGNED MESSAGE-----\n" nil t)
1746           (push 'pgp gnus-article-wash-types)
1747           (delete-region (match-beginning 0) (match-end 0))
1748           ;; Remove armor headers (rfc2440 6.2)
1749           (delete-region (point) (or (re-search-forward "^[ \t]*\n" nil t)
1750                                      (point)))
1751           (setq beg (point))
1752           ;; Hide the actual signature.
1753           (and (search-forward "\n-----BEGIN PGP SIGNATURE-----\n" nil t)
1754                (setq end (1+ (match-beginning 0)))
1755                (delete-region
1756                 end
1757                 (if (search-forward "\n-----END PGP SIGNATURE-----\n" nil t)
1758                     (match-end 0)
1759                   ;; Perhaps we shouldn't hide to the end of the buffer
1760                   ;; if there is no end to the signature?
1761                   (point-max))))
1762           ;; Hide "- " PGP quotation markers.
1763           (when (and beg end)
1764             (narrow-to-region beg end)
1765             (goto-char (point-min))
1766             (while (re-search-forward "^- " nil t)
1767               (delete-region
1768                (match-beginning 0) (match-end 0)))
1769             (widen))
1770           (gnus-run-hooks 'gnus-article-hide-pgp-hook))))))
1771
1772 (defun article-hide-pem (&optional arg)
1773   "Toggle hiding of any PEM headers and signatures in the current article.
1774 If given a negative prefix, always show; if given a positive prefix,
1775 always hide."
1776   (interactive (gnus-article-hidden-arg))
1777   (unless (gnus-article-check-hidden-text 'pem arg)
1778     (save-excursion
1779       (let (buffer-read-only end)
1780         (goto-char (point-min))
1781         ;; Hide the horrendously ugly "header".
1782         (when (and (search-forward
1783                     "\n-----BEGIN PRIVACY-ENHANCED MESSAGE-----\n"
1784                     nil t)
1785                    (setq end (1+ (match-beginning 0))))
1786           (push 'pem gnus-article-wash-types)
1787           (gnus-article-hide-text-type
1788            end
1789            (if (search-forward "\n\n" nil t)
1790                (match-end 0)
1791              (point-max))
1792            'pem)
1793           ;; Hide the trailer as well
1794           (when (search-forward "\n-----END PRIVACY-ENHANCED MESSAGE-----\n"
1795                                 nil t)
1796             (gnus-article-hide-text-type
1797              (match-beginning 0) (match-end 0) 'pem)))))))
1798
1799 (defun article-strip-banner ()
1800   "Strip the banner specified by the `banner' group parameter."
1801   (interactive)
1802   (save-excursion
1803     (save-restriction
1804       (let ((inhibit-point-motion-hooks t)
1805             (banner (gnus-group-get-parameter gnus-newsgroup-name 'banner))
1806             (gnus-signature-limit nil)
1807             buffer-read-only beg end)
1808         (when banner
1809           (article-goto-body)
1810           (cond
1811            ((eq banner 'signature)
1812             (when (gnus-article-narrow-to-signature)
1813               (widen)
1814               (forward-line -1)
1815               (delete-region (point) (point-max))))
1816            ((stringp banner)
1817             (while (re-search-forward banner nil t)
1818               (delete-region (match-beginning 0) (match-end 0))))))))))
1819
1820 (defun article-babel ()
1821   "Translate article using an online translation service."
1822   (interactive)
1823   (require 'babel)
1824   (save-excursion
1825     (set-buffer gnus-article-buffer)
1826     (when (article-goto-body)
1827       (let* ((buffer-read-only nil)
1828              (start (point))
1829              (end (point-max))
1830              (orig (buffer-substring start end))
1831              (trans (babel-as-string orig)))
1832         (save-restriction
1833           (narrow-to-region start end)
1834           (delete-region start end)
1835           (insert trans))))))
1836
1837 (defun article-hide-signature (&optional arg)
1838   "Hide the signature in the current article.
1839 If given a negative prefix, always show; if given a positive prefix,
1840 always hide."
1841   (interactive (gnus-article-hidden-arg))
1842   (save-excursion
1843     (save-restriction
1844       (if (interactive-p)
1845           (progn
1846             (widen)
1847             (article-goto-body))
1848         (goto-char (point-min)))
1849       (unless (gnus-article-check-hidden-text 'signature arg)
1850         (let ((buffer-read-only nil)
1851               (button (point)))
1852           (while (setq button (text-property-any button (point-max)
1853                                                  'gnus-callback
1854                                                  'gnus-signature-toggle))
1855             (setq button (text-property-not-all button (point-max)
1856                                                 'gnus-callback
1857                                                 'gnus-signature-toggle))
1858             (when (and button (not (eobp)))
1859               (gnus-article-hide-text-type
1860                (1+ button)
1861                (next-single-property-change (1+ button) 'mime-view-entity
1862                                             nil (point-max))
1863                'signature))))))))
1864
1865 (defun article-strip-headers-in-body ()
1866   "Strip offensive headers from bodies."
1867   (interactive)
1868   (save-excursion
1869     (article-goto-body)
1870     (let ((case-fold-search t))
1871       (when (looking-at "x-no-archive:")
1872         (gnus-delete-line)))))
1873
1874 (defun article-strip-leading-blank-lines ()
1875   "Remove all blank lines from the beginning of the article."
1876   (interactive)
1877   (save-excursion
1878     (let ((inhibit-point-motion-hooks t)
1879           buffer-read-only)
1880       (when (article-goto-body)
1881         (while (and (not (eobp))
1882                     (looking-at "[ \t]*$"))
1883           (gnus-delete-line))))))
1884
1885 (defun article-narrow-to-head ()
1886   "Narrow the buffer to the head of the message.
1887 Point is left at the beginning of the narrowed-to region."
1888   (narrow-to-region
1889    (goto-char (point-min))
1890    (if (search-forward "\n\n" nil 1)
1891        (1- (point))
1892      (point-max)))
1893   (goto-char (point-min)))
1894
1895 (defun article-goto-body ()
1896   "Place point at the start of the body."
1897   (goto-char (point-min))
1898   (cond
1899    ;; This variable is only bound when dealing with separate
1900    ;; MIME body parts.
1901    (article-goto-body-goes-to-point-min-p
1902     t)
1903    ((search-forward "\n\n" nil t)
1904     t)
1905    (t
1906     (goto-char (point-max))
1907     nil)))
1908
1909 (defun article-strip-multiple-blank-lines ()
1910   "Replace consecutive blank lines with one empty line."
1911   (interactive)
1912   (save-excursion
1913     (let ((inhibit-point-motion-hooks t)
1914           buffer-read-only)
1915       ;; First make all blank lines empty.
1916       (article-goto-body)
1917       (while (re-search-forward "^[ \t]+$" nil t)
1918         (unless (gnus-annotation-in-region-p
1919                  (match-beginning 0) (match-end 0))
1920           (replace-match "" nil t)))
1921       ;; Then replace multiple empty lines with a single empty line.
1922       (article-goto-body)
1923       (while (re-search-forward "\n\n\n+" nil t)
1924         (unless (gnus-annotation-in-region-p
1925                  (match-beginning 0) (match-end 0))
1926           (replace-match "\n\n" t t))))))
1927
1928 (defun article-strip-leading-space ()
1929   "Remove all white space from the beginning of the lines in the article."
1930   (interactive)
1931   (save-excursion
1932     (let ((inhibit-point-motion-hooks t)
1933           buffer-read-only)
1934       (article-goto-body)
1935       (while (re-search-forward "^[ \t]+" nil t)
1936         (replace-match "" t t)))))
1937
1938 (defun article-strip-trailing-space ()
1939   "Remove all white space from the end of the lines in the article."
1940   (interactive)
1941   (save-excursion
1942     (let ((inhibit-point-motion-hooks t)
1943           buffer-read-only)
1944       (article-goto-body)
1945       (while (re-search-forward "[ \t]+$" nil t)
1946         (replace-match "" t t)))))
1947
1948 (defun article-strip-blank-lines ()
1949   "Strip leading, trailing and multiple blank lines."
1950   (interactive)
1951   (article-strip-leading-blank-lines)
1952   (article-remove-trailing-blank-lines)
1953   (article-strip-multiple-blank-lines))
1954
1955 (defun article-strip-all-blank-lines ()
1956   "Strip all blank lines."
1957   (interactive)
1958   (save-excursion
1959     (let ((inhibit-point-motion-hooks t)
1960           buffer-read-only)
1961       (article-goto-body)
1962       (while (re-search-forward "^[ \t]*\n" nil t)
1963         (replace-match "" t t)))))
1964
1965 (defun gnus-article-narrow-to-signature ()
1966   "Narrow to the signature; return t if a signature is found, else nil."
1967   (let ((inhibit-point-motion-hooks t))
1968     (when (gnus-article-search-signature)
1969       (forward-line 1)
1970       ;; Check whether we have some limits to what we consider
1971       ;; to be a signature.
1972       (let ((limits (if (listp gnus-signature-limit) gnus-signature-limit
1973                       (list gnus-signature-limit)))
1974             limit limited)
1975         (while (setq limit (pop limits))
1976           (if (or (and (integerp limit)
1977                        (< (- (point-max) (point)) limit))
1978                   (and (floatp limit)
1979                        (< (count-lines (point) (point-max)) limit))
1980                   (and (gnus-functionp limit)
1981                        (funcall limit))
1982                   (and (stringp limit)
1983                        (not (re-search-forward limit nil t))))
1984               ()                        ; This limit did not succeed.
1985             (setq limited t
1986                   limits nil)))
1987         (unless limited
1988           (narrow-to-region (point) (point-max))
1989           t)))))
1990
1991 (defun gnus-article-search-signature ()
1992   "Search the current buffer for the signature separator.
1993 Put point at the beginning of the signature separator."
1994   (let ((cur (point)))
1995     (goto-char (point-max))
1996     (if (if (stringp gnus-signature-separator)
1997             (re-search-backward gnus-signature-separator nil t)
1998           (let ((seps gnus-signature-separator))
1999             (while (and seps
2000                         (not (re-search-backward (car seps) nil t)))
2001               (pop seps))
2002             seps))
2003         t
2004       (goto-char cur)
2005       nil)))
2006
2007 (defun gnus-article-hidden-arg ()
2008   "Return the current prefix arg as a number, or 0 if no prefix."
2009   (list (if current-prefix-arg
2010             (prefix-numeric-value current-prefix-arg)
2011           0)))
2012
2013 (defun gnus-article-check-hidden-text (type arg)
2014   "Return nil if hiding is necessary.
2015 Arg can be nil or a number.  Nil and positive means hide, negative
2016 means show, 0 means toggle."
2017   (save-excursion
2018     (save-restriction
2019       (let ((hide (gnus-article-hidden-text-p type)))
2020         (cond
2021          ((or (null arg)
2022               (> arg 0))
2023           nil)
2024          ((< arg 0)
2025           (gnus-article-show-hidden-text type))
2026          (t
2027           (if (eq hide 'hidden)
2028               (gnus-article-show-hidden-text type)
2029             nil)))))))
2030
2031 (defun gnus-article-hidden-text-p (type)
2032   "Say whether the current buffer contains hidden text of type TYPE."
2033   (let ((pos (text-property-any (point-min) (point-max) 'article-type type)))
2034     (while (and pos
2035                 (not (get-text-property pos 'invisible))
2036                 (not (get-text-property pos 'dummy-invisible)))
2037       (setq pos
2038             (text-property-any (1+ pos) (point-max) 'article-type type)))
2039     (if pos
2040         'hidden
2041       nil)))
2042
2043 (defun gnus-article-show-hidden-text (type &optional hide)
2044   "Show all hidden text of type TYPE.
2045 If HIDE, hide the text instead."
2046   (save-excursion
2047     (let ((buffer-read-only nil)
2048           (inhibit-point-motion-hooks t)
2049           (end (point-min))
2050           beg)
2051       (while (setq beg (text-property-any end (point-max) 'article-type type))
2052         (goto-char beg)
2053         (setq end (or
2054                    (text-property-not-all beg (point-max) 'article-type type)
2055                    (point-max)))
2056         (if hide
2057             (gnus-article-hide-text beg end gnus-hidden-properties)
2058           (gnus-article-unhide-text beg end))
2059         (goto-char end))
2060       t)))
2061
2062 (defconst article-time-units
2063   `((year . ,(* 365.25 24 60 60))
2064     (week . ,(* 7 24 60 60))
2065     (day . ,(* 24 60 60))
2066     (hour . ,(* 60 60))
2067     (minute . 60)
2068     (second . 1))
2069   "Mapping from time units to seconds.")
2070
2071 (defun article-date-ut (&optional type highlight header)
2072   "Convert DATE date to universal time in the current article.
2073 If TYPE is `local', convert to local time; if it is `lapsed', output
2074 how much time has lapsed since DATE.  For `lapsed', the value of
2075 `gnus-article-date-lapsed-new-header' says whether the \"X-Sent:\" header
2076 should replace the \"Date:\" one, or should be added below it."
2077   (interactive (list 'ut t))
2078   (let* ((header (or header
2079                      (and (eq 1 (point-min))
2080                           (mail-header-date (save-excursion
2081                                               (set-buffer gnus-summary-buffer)
2082                                               gnus-current-headers)))
2083                      (message-fetch-field "date")
2084                      ""))
2085          (date (if (vectorp header) (mail-header-date header)
2086                  header))
2087          (inhibit-point-motion-hooks t)
2088          bface eface date-pos)
2089     (when (and date (not (string= date "")))
2090       (save-excursion
2091         (save-restriction
2092           (article-narrow-to-head)
2093           (when (or (and (eq type 'lapsed)
2094                          gnus-article-date-lapsed-new-header
2095                          ;; Attempt to get the face of X-Sent first.
2096                          (re-search-forward "^X-Sent:[ \t]" nil t))
2097                     (re-search-forward "^Date:[ \t]" nil t)
2098                     ;; If Date is missing, try again for X-Sent.
2099                     (re-search-forward "^X-Sent:[ \t]" nil t))
2100             (setq bface (get-text-property (gnus-point-at-bol) 'face)
2101                   date (or (get-text-property (gnus-point-at-bol)
2102                                                 'original-date)
2103                              date)
2104                   eface (get-text-property (1- (gnus-point-at-eol))
2105                                            'face)))
2106           (let ((buffer-read-only nil))
2107             ;; Delete any old X-Sent headers.
2108             (when (setq date-pos
2109                         (text-property-any (point-min) (point-max)
2110                                            'article-date-lapsed t))
2111               (goto-char (setq date-pos (set-marker (make-marker) date-pos)))
2112               (delete-region (match-beginning 0)
2113                              (progn (forward-line 1) (point))))
2114             (goto-char (point-min))
2115             ;; Delete any old Date headers.
2116             (while (re-search-forward "^Date:[ \t]" nil t)
2117               (unless date-pos
2118                 (setq date-pos (match-beginning 0)))
2119               (unless (and (eq type 'lapsed)
2120                            gnus-article-date-lapsed-new-header)
2121                 (delete-region (match-beginning 0)
2122                                (progn (message-next-header) (point)))))
2123             (if date-pos
2124                 (progn
2125                   (goto-char date-pos)
2126                   (unless (bolp)
2127                     ;; Possibly, Date has been deleted.
2128                     (insert "\n"))
2129                   (when (and (eq type 'lapsed)
2130                              gnus-article-date-lapsed-new-header
2131                              (looking-at "Date:"))
2132                     (forward-line 1)))
2133               (goto-char (point-min)))
2134             (insert (article-make-date-line date type))
2135             (when (eq type 'lapsed)
2136               (put-text-property (gnus-point-at-bol) (point)
2137                                  'article-date-lapsed t))
2138             (insert "\n")
2139             (forward-line -1)
2140             ;; Do highlighting.
2141             (when (looking-at "\\([^:]+\\): *\\(.*\\)$")
2142               (put-text-property (match-beginning 1) (1+ (match-end 1))
2143                                  'original-date date)
2144               (put-text-property (match-beginning 1) (1+ (match-end 1))
2145                                  'face bface)
2146               (put-text-property (match-beginning 2) (match-end 2)
2147                                  'face eface))))))))
2148
2149 (defun article-make-date-line (date type)
2150   "Return a DATE line of TYPE."
2151   (let ((time (condition-case ()
2152                   (date-to-time date)
2153                 (error '(0 0)))))
2154     (cond
2155      ;; Convert to the local timezone.  We have to slap a
2156      ;; `condition-case' round the calls to the timezone
2157      ;; functions since they aren't particularly resistant to
2158      ;; buggy dates.
2159      ((eq type 'local)
2160       (let ((tz (car (current-time-zone time))))
2161         (format "Date: %s %s%02d%02d" (current-time-string time)
2162                 (if (> tz 0) "+" "-") (/ (abs tz) 3600) 
2163                 (/ (% (abs tz) 3600) 60))))
2164      ;; Convert to Universal Time.
2165      ((eq type 'ut)
2166       (concat "Date: "
2167               (current-time-string
2168                (let* ((e (parse-time-string date))
2169                       (tm (apply 'encode-time e))
2170                       (ms (car tm))
2171                       (ls (- (cadr tm) (car (current-time-zone time)))))
2172                  (cond ((< ls 0) (list (1- ms) (+ ls 65536)))
2173                        ((> ls 65535) (list (1+ ms) (- ls 65536)))
2174                        (t (list ms ls)))))
2175               " UT"))
2176      ;; Get the original date from the article.
2177      ((eq type 'original)
2178       (concat "Date: " (if (string-match "\n+$" date)
2179                            (substring date 0 (match-beginning 0))
2180                          date)))
2181      ;; Let the user define the format.
2182      ((eq type 'user)
2183       (if (gnus-functionp gnus-article-time-format)
2184           (funcall gnus-article-time-format time)
2185         (concat
2186          "Date: "
2187          (format-time-string gnus-article-time-format time))))
2188      ;; ISO 8601.
2189      ((eq type 'iso8601)
2190       (let ((tz (car (current-time-zone time))))
2191         (concat
2192          "Date: "
2193          (format-time-string "%Y%m%dT%H%M%S" time)
2194          (format "%s%02d%02d"
2195                  (if (> tz 0) "+" "-") (/ (abs tz) 3600) 
2196                  (/ (% (abs tz) 3600) 60)))))
2197      ;; Do an X-Sent lapsed format.
2198      ((eq type 'lapsed)
2199       ;; If the date is seriously mangled, the timezone functions are
2200       ;; liable to bug out, so we ignore all errors.
2201       (let* ((now (current-time))
2202              (real-time (subtract-time now time))
2203              (real-sec (and real-time
2204                             (+ (* (float (car real-time)) 65536)
2205                                (cadr real-time))))
2206              (sec (and real-time (abs real-sec)))
2207              num prev)
2208         (cond
2209          ((null real-time)
2210           "X-Sent: Unknown")
2211          ((zerop sec)
2212           "X-Sent: Now")
2213          (t
2214           (concat
2215            "X-Sent: "
2216            ;; This is a bit convoluted, but basically we go
2217            ;; through the time units for years, weeks, etc,
2218            ;; and divide things to see whether that results
2219            ;; in positive answers.
2220            (mapconcat
2221             (lambda (unit)
2222               (if (zerop (setq num (ffloor (/ sec (cdr unit)))))
2223                   ;; The (remaining) seconds are too few to
2224                   ;; be divided into this time unit.
2225                   ""
2226                 ;; It's big enough, so we output it.
2227                 (setq sec (- sec (* num (cdr unit))))
2228                 (prog1
2229                     (concat (if prev ", " "") (int-to-string
2230                                                (floor num))
2231                             " " (symbol-name (car unit))
2232                             (if (> num 1) "s" ""))
2233                   (setq prev t))))
2234             article-time-units "")
2235            ;; If dates are odd, then it might appear like the
2236            ;; article was sent in the future.
2237            (if (> real-sec 0)
2238                " ago"
2239              " in the future"))))))
2240      (t
2241       (error "Unknown conversion type: %s" type)))))
2242
2243 (defun article-date-local (&optional highlight)
2244   "Convert the current article date to the local timezone."
2245   (interactive (list t))
2246   (article-date-ut 'local highlight))
2247
2248 (defun article-date-original (&optional highlight)
2249   "Convert the current article date to what it was originally.
2250 This is only useful if you have used some other date conversion
2251 function and want to see what the date was before converting."
2252   (interactive (list t))
2253   (article-date-ut 'original highlight))
2254
2255 (defun article-date-lapsed (&optional highlight)
2256   "Convert the current article date to time lapsed since it was sent."
2257   (interactive (list t))
2258   (article-date-ut 'lapsed highlight))
2259
2260 (defun article-update-date-lapsed ()
2261   "Function to be run from a timer to update the lapsed time line."
2262   (let (deactivate-mark)
2263     (save-excursion
2264       (ignore-errors
2265         (walk-windows
2266          (lambda (w)
2267            (set-buffer (window-buffer w))
2268            (when (eq major-mode 'gnus-article-mode)
2269              (goto-char (point-min))
2270              (when (re-search-forward "^X-Sent:" nil t)
2271                (article-date-lapsed t))))
2272          nil 'visible)))))
2273
2274 (defun gnus-start-date-timer (&optional n)
2275   "Start a timer to update the X-Sent header in the article buffers.
2276 The numerical prefix says how frequently (in seconds) the function
2277 is to run."
2278   (interactive "p")
2279   (unless n
2280     (setq n 1))
2281   (gnus-stop-date-timer)
2282   (setq article-lapsed-timer
2283         (nnheader-run-at-time 1 n 'article-update-date-lapsed)))
2284
2285 (defun gnus-stop-date-timer ()
2286   "Stop the X-Sent timer."
2287   (interactive)
2288   (when article-lapsed-timer
2289     (nnheader-cancel-timer article-lapsed-timer)
2290     (setq article-lapsed-timer nil)))
2291
2292 (defun article-date-user (&optional highlight)
2293   "Convert the current article date to the user-defined format.
2294 This format is defined by the `gnus-article-time-format' variable."
2295   (interactive (list t))
2296   (article-date-ut 'user highlight))
2297
2298 (defun article-date-iso8601 (&optional highlight)
2299   "Convert the current article date to ISO8601."
2300   (interactive (list t))
2301   (article-date-ut 'iso8601 highlight))
2302
2303 (defun article-show-all ()
2304   "Show all hidden text in the article buffer."
2305   (interactive)
2306   (save-excursion
2307     (widen)
2308     (let ((buffer-read-only nil))
2309       (gnus-article-unhide-text (point-min) (point-max))
2310       (gnus-remove-text-with-property 'gnus-prev)
2311       (gnus-remove-text-with-property 'gnus-next))))
2312
2313 (defun article-show-all-headers ()
2314   "Show all hidden headers in the article buffer."
2315   (interactive)
2316   (save-excursion
2317     (save-restriction
2318       (widen)
2319       (article-narrow-to-head)
2320       (let ((buffer-read-only nil))
2321         (gnus-article-unhide-text (point-min) (point-max))))))
2322
2323 (defun article-emphasize (&optional arg)
2324   "Emphasize text according to `gnus-emphasis-alist'."
2325   (interactive (gnus-article-hidden-arg))
2326   (unless (gnus-article-check-hidden-text 'emphasis arg)
2327     (save-excursion
2328       (let ((alist (or 
2329                     (condition-case nil
2330                         (with-current-buffer gnus-summary-buffer 
2331                           gnus-article-emphasis-alist) 
2332                       (error))
2333                     gnus-emphasis-alist))
2334             (buffer-read-only nil)
2335             (props (append '(article-type emphasis)
2336                            gnus-hidden-properties))
2337             regexp elem beg invisible visible face)
2338         (article-goto-body)
2339         (setq beg (point))
2340         (while (setq elem (pop alist))
2341           (goto-char beg)
2342           (setq regexp (car elem)
2343                 invisible (nth 1 elem)
2344                 visible (nth 2 elem)
2345                 face (nth 3 elem))
2346           (while (re-search-forward regexp nil t)
2347             (when (and (match-beginning visible) (match-beginning invisible))
2348               (push 'emphasis gnus-article-wash-types)
2349               (gnus-article-hide-text
2350                (match-beginning invisible) (match-end invisible) props)
2351               (gnus-article-unhide-text-type
2352                (match-beginning visible) (match-end visible) 'emphasis)
2353               (gnus-put-text-property-excluding-newlines
2354                (match-beginning visible) (match-end visible) 'face face)
2355               (goto-char (match-end invisible)))))))))
2356
2357 (defun gnus-article-setup-highlight-words (&optional highlight-words)
2358   "Setup newsgroup emphasis alist."
2359   (unless gnus-article-emphasis-alist
2360     (let ((name (and gnus-newsgroup-name
2361                      (gnus-group-real-name gnus-newsgroup-name))))
2362       (make-local-variable 'gnus-article-emphasis-alist)
2363       (setq gnus-article-emphasis-alist
2364             (nconc
2365              (let ((alist gnus-group-highlight-words-alist) elem highlight)
2366                (while (setq elem (pop alist))
2367                  (when (and name (string-match (car elem) name))
2368                    (setq alist nil
2369                          highlight (copy-sequence (cdr elem)))))
2370                highlight)
2371              (copy-sequence highlight-words)
2372              (if gnus-newsgroup-name
2373                  (copy-sequence (gnus-group-find-parameter
2374                                  gnus-newsgroup-name 'highlight-words t)))
2375              gnus-emphasis-alist)))))
2376
2377 (defvar gnus-summary-article-menu)
2378 (defvar gnus-summary-post-menu)
2379
2380 ;;; Saving functions.
2381
2382 (defun gnus-article-save (save-buffer file &optional num)
2383   "Save the currently selected article."
2384   (unless gnus-save-all-headers
2385     ;; Remove headers according to `gnus-saved-headers'.
2386     (let ((gnus-visible-headers
2387            (or gnus-saved-headers gnus-visible-headers))
2388           (gnus-article-buffer save-buffer))
2389       (save-excursion
2390         (set-buffer save-buffer)
2391         (article-hide-headers 1 t))))
2392   (save-window-excursion
2393     (if (not gnus-default-article-saver)
2394         (error "No default saver is defined")
2395       ;; !!! Magic!  The saving functions all save
2396       ;; `gnus-save-article-buffer' (or so they think), but we
2397       ;; bind that variable to our save-buffer.
2398       (set-buffer gnus-article-buffer)
2399       (let* ((gnus-save-article-buffer save-buffer)
2400              (filename
2401               (cond
2402                ((not gnus-prompt-before-saving) 'default)
2403                ((eq gnus-prompt-before-saving 'always) nil)
2404                (t file)))
2405              (gnus-number-of-articles-to-be-saved
2406               (when (eq gnus-prompt-before-saving t)
2407                 num)))                  ; Magic
2408         (set-buffer gnus-article-current-summary)
2409         (funcall gnus-default-article-saver filename)))))
2410
2411 (defun gnus-read-save-file-name (prompt &optional filename
2412                                         function group headers variable)
2413   (let ((default-name
2414           (funcall function group headers (symbol-value variable)))
2415         result)
2416     (setq
2417      result
2418      (cond
2419       ((eq filename 'default)
2420        default-name)
2421       ((eq filename t)
2422        default-name)
2423       (filename filename)
2424       (t
2425        (let* ((split-name (gnus-get-split-value gnus-split-methods))
2426               (prompt
2427                (format prompt
2428                        (if (and gnus-number-of-articles-to-be-saved
2429                                 (> gnus-number-of-articles-to-be-saved 1))
2430                            (format "these %d articles"
2431                                    gnus-number-of-articles-to-be-saved)
2432                          "this article")))
2433               (file
2434                ;; Let the split methods have their say.
2435                (cond
2436                 ;; No split name was found.
2437                 ((null split-name)
2438                  (read-file-name
2439                   (concat prompt " (default "
2440                           (file-name-nondirectory default-name) ") ")
2441                   (file-name-directory default-name)
2442                   default-name))
2443                 ;; A single group name is returned.
2444                 ((stringp split-name)
2445                  (setq default-name
2446                        (funcall function split-name headers
2447                                 (symbol-value variable)))
2448                  (read-file-name
2449                   (concat prompt " (default "
2450                           (file-name-nondirectory default-name) ") ")
2451                   (file-name-directory default-name)
2452                   default-name))
2453                 ;; A single split name was found
2454                 ((= 1 (length split-name))
2455                  (let* ((name (expand-file-name
2456                                (car split-name) gnus-article-save-directory))
2457                         (dir (cond ((file-directory-p name)
2458                                     (file-name-as-directory name))
2459                                    ((file-exists-p name) name)
2460                                    (t gnus-article-save-directory))))
2461                    (read-file-name
2462                     (concat prompt " (default " name ") ")
2463                     dir name)))
2464                 ;; A list of splits was found.
2465                 (t
2466                  (setq split-name (nreverse split-name))
2467                  (let (result)
2468                    (let ((file-name-history
2469                           (nconc split-name file-name-history)))
2470                      (setq result
2471                            (expand-file-name
2472                             (read-file-name
2473                              (concat prompt " (`M-p' for defaults) ")
2474                              gnus-article-save-directory
2475                              (car split-name))
2476                             gnus-article-save-directory)))
2477                    (car (push result file-name-history)))))))
2478          ;; Create the directory.
2479          (gnus-make-directory (file-name-directory file))
2480          ;; If we have read a directory, we append the default file name.
2481          (when (file-directory-p file)
2482            (setq file (expand-file-name (file-name-nondirectory default-name)
2483                                         (file-name-as-directory file))))
2484          ;; Possibly translate some characters.
2485          (nnheader-translate-file-chars file)))))
2486     (gnus-make-directory (file-name-directory result))
2487     (set variable result)))
2488
2489 (defun gnus-article-archive-name (group)
2490   "Return the first instance of an \"Archive-name\" in the current buffer."
2491   (let ((case-fold-search t))
2492     (when (re-search-forward "archive-name: *\\([^ \n\t]+\\)[ \t]*$" nil t)
2493       (nnheader-concat gnus-article-save-directory
2494                        (match-string 1)))))
2495
2496 (defun gnus-article-nndoc-name (group)
2497   "If GROUP is an nndoc group, return the name of the parent group."
2498   (when (eq (car (gnus-find-method-for-group group)) 'nndoc)
2499     (gnus-group-get-parameter group 'save-article-group)))
2500
2501 (defun gnus-summary-save-in-rmail (&optional filename)
2502   "Append this article to Rmail file.
2503 Optional argument FILENAME specifies file name.
2504 Directory to save to is default to `gnus-article-save-directory'."
2505   (setq filename (gnus-read-save-file-name
2506                   "Save %s in rmail file:" filename
2507                   gnus-rmail-save-name gnus-newsgroup-name
2508                   gnus-current-headers 'gnus-newsgroup-last-rmail))
2509   (gnus-eval-in-buffer-window gnus-save-article-buffer
2510     (save-excursion
2511       (save-restriction
2512         (widen)
2513         (gnus-output-to-rmail filename))))
2514   filename)
2515
2516 (defun gnus-summary-save-in-mail (&optional filename)
2517   "Append this article to Unix mail file.
2518 Optional argument FILENAME specifies file name.
2519 Directory to save to is default to `gnus-article-save-directory'."
2520   (setq filename (gnus-read-save-file-name
2521                   "Save %s in Unix mail file:" filename
2522                   gnus-mail-save-name gnus-newsgroup-name
2523                   gnus-current-headers 'gnus-newsgroup-last-mail))
2524   (gnus-eval-in-buffer-window gnus-save-article-buffer
2525     (save-excursion
2526       (save-restriction
2527         (widen)
2528         (if (and (file-readable-p filename)
2529                  (mail-file-babyl-p filename))
2530             (rmail-output-to-rmail-file filename t)
2531           (gnus-output-to-mail filename)))))
2532   filename)
2533
2534 (defun gnus-summary-save-in-file (&optional filename overwrite)
2535   "Append this article to file.
2536 Optional argument FILENAME specifies file name.
2537 Directory to save to is default to `gnus-article-save-directory'."
2538   (setq filename (gnus-read-save-file-name
2539                   "Save %s in file:" filename
2540                   gnus-file-save-name gnus-newsgroup-name
2541                   gnus-current-headers 'gnus-newsgroup-last-file))
2542   (gnus-eval-in-buffer-window gnus-save-article-buffer
2543     (save-excursion
2544       (save-restriction
2545         (widen)
2546         (when (and overwrite
2547                    (file-exists-p filename))
2548           (delete-file filename))
2549         (gnus-output-to-file filename))))
2550   filename)
2551
2552 (defun gnus-summary-write-to-file (&optional filename)
2553   "Write this article to a file.
2554 Optional argument FILENAME specifies file name.
2555 The directory to save in defaults to `gnus-article-save-directory'."
2556   (gnus-summary-save-in-file nil t))
2557
2558 (defun gnus-summary-save-body-in-file (&optional filename)
2559   "Append this article body to a file.
2560 Optional argument FILENAME specifies file name.
2561 The directory to save in defaults to `gnus-article-save-directory'."
2562   (setq filename (gnus-read-save-file-name
2563                   "Save %s body in file:" filename
2564                   gnus-file-save-name gnus-newsgroup-name
2565                   gnus-current-headers 'gnus-newsgroup-last-file))
2566   (gnus-eval-in-buffer-window gnus-save-article-buffer
2567     (save-excursion
2568       (save-restriction
2569         (widen)
2570         (when (article-goto-body)
2571           (narrow-to-region (point) (point-max)))
2572         (gnus-output-to-file filename))))
2573   filename)
2574
2575 (defun gnus-summary-save-in-pipe (&optional command)
2576   "Pipe this article to subprocess."
2577   (setq command
2578         (cond ((and (eq command 'default)
2579                     gnus-last-shell-command)
2580                gnus-last-shell-command)
2581               (command command)
2582               (t (read-string
2583                   (format
2584                    "Shell command on %s: "
2585                    (if (and gnus-number-of-articles-to-be-saved
2586                             (> gnus-number-of-articles-to-be-saved 1))
2587                        (format "these %d articles"
2588                                gnus-number-of-articles-to-be-saved)
2589                      "this article"))
2590                   gnus-last-shell-command))))
2591   (when (string-equal command "")
2592     (setq command gnus-last-shell-command))
2593   (gnus-eval-in-buffer-window gnus-article-buffer
2594     (save-restriction
2595       (widen)
2596       (shell-command-on-region (point-min) (point-max) command nil)))
2597   (setq gnus-last-shell-command command))
2598
2599 ;;; Article file names when saving.
2600
2601 (defun gnus-capitalize-newsgroup (newsgroup)
2602   "Capitalize NEWSGROUP name."
2603   (when (not (zerop (length newsgroup)))
2604     (concat (char-to-string (upcase (aref newsgroup 0)))
2605             (substring newsgroup 1))))
2606
2607 (defun gnus-Numeric-save-name (newsgroup headers &optional last-file)
2608   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
2609 If variable `gnus-use-long-file-name' is non-nil, it is ~/News/News.group/num.
2610 Otherwise, it is like ~/News/news/group/num."
2611   (let ((default
2612           (expand-file-name
2613            (concat (if (gnus-use-long-file-name 'not-save)
2614                        (gnus-capitalize-newsgroup newsgroup)
2615                      (gnus-newsgroup-directory-form newsgroup))
2616                    "/" (int-to-string (mail-header-number headers)))
2617            gnus-article-save-directory)))
2618     (if (and last-file
2619              (string-equal (file-name-directory default)
2620                            (file-name-directory last-file))
2621              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
2622         default
2623       (or last-file default))))
2624
2625 (defun gnus-numeric-save-name (newsgroup headers &optional last-file)
2626   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
2627 If variable `gnus-use-long-file-name' is non-nil, it is
2628 ~/News/news.group/num.  Otherwise, it is like ~/News/news/group/num."
2629   (let ((default
2630           (expand-file-name
2631            (concat (if (gnus-use-long-file-name 'not-save)
2632                        newsgroup
2633                      (gnus-newsgroup-directory-form newsgroup))
2634                    "/" (int-to-string (mail-header-number headers)))
2635            gnus-article-save-directory)))
2636     (if (and last-file
2637              (string-equal (file-name-directory default)
2638                            (file-name-directory last-file))
2639              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
2640         default
2641       (or last-file default))))
2642
2643 (defun gnus-plain-save-name (newsgroup headers &optional last-file)
2644   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
2645 If variable `gnus-use-long-file-name' is non-nil, it is
2646 ~/News/news.group.  Otherwise, it is like ~/News/news/group/news."
2647   (or last-file
2648       (expand-file-name
2649        (if (gnus-use-long-file-name 'not-save)
2650            newsgroup
2651          (expand-file-name "news" (gnus-newsgroup-directory-form newsgroup)))
2652        gnus-article-save-directory)))
2653
2654 (eval-and-compile
2655   (mapcar
2656    (lambda (func)
2657      (let (afunc gfunc)
2658        (if (consp func)
2659            (setq afunc (car func)
2660                  gfunc (cdr func))
2661          (setq afunc func
2662                gfunc (intern (format "gnus-%s" func))))
2663        (defalias gfunc
2664          (if (fboundp afunc)
2665            `(lambda (&optional interactive &rest args)
2666               ,(documentation afunc t)
2667               (interactive (list t))
2668               (save-excursion
2669                 (set-buffer gnus-article-buffer)
2670                 (if interactive
2671                     (call-interactively ',afunc)
2672                   (apply ',afunc args))))))))
2673    '(article-hide-headers
2674      article-hide-boring-headers
2675      article-toggle-headers
2676      article-treat-overstrike
2677      article-fill-long-lines
2678      article-capitalize-sentences
2679      article-remove-cr
2680      article-display-x-face
2681      article-de-quoted-unreadable
2682      article-de-base64-unreadable
2683      article-decode-HZ
2684      article-wash-html
2685      article-hide-list-identifiers
2686      article-hide-pgp
2687      article-strip-banner
2688      article-babel
2689      article-hide-pem
2690      article-hide-signature
2691      article-strip-headers-in-body
2692      article-remove-trailing-blank-lines
2693      article-strip-leading-blank-lines
2694      article-strip-multiple-blank-lines
2695      article-strip-leading-space
2696      article-strip-trailing-space
2697      article-strip-blank-lines
2698      article-strip-all-blank-lines
2699      article-date-local
2700      article-date-iso8601
2701      article-date-original
2702      article-date-ut
2703      article-decode-mime-words
2704      article-decode-charset
2705      article-decode-encoded-words
2706      article-date-user
2707      article-date-lapsed
2708      article-emphasize
2709      article-treat-dumbquotes
2710      article-normalize-headers
2711      (article-show-all-headers . gnus-article-show-all-headers)
2712      (article-show-all . gnus-article-show-all))))
2713 \f
2714 ;;;
2715 ;;; Gnus article mode
2716 ;;;
2717
2718 (put 'gnus-article-mode 'mode-class 'special)
2719
2720 (gnus-define-keys gnus-article-mode-map
2721   " " gnus-article-goto-next-page
2722   "\177" gnus-article-goto-prev-page
2723   [delete] gnus-article-goto-prev-page
2724   [backspace] gnus-article-goto-prev-page
2725   "\C-c^" gnus-article-refer-article
2726   "h" gnus-article-show-summary
2727   "s" gnus-article-show-summary
2728   "\C-c\C-m" gnus-article-mail
2729   "?" gnus-article-describe-briefly
2730   "e" gnus-summary-edit-article
2731   "<" beginning-of-buffer
2732   ">" end-of-buffer
2733   "\C-c\C-i" gnus-info-find-node
2734   "\C-c\C-b" gnus-bug
2735
2736   "\C-d" gnus-article-read-summary-keys
2737   "\M-*" gnus-article-read-summary-keys
2738   "\M-#" gnus-article-read-summary-keys
2739   "\M-^" gnus-article-read-summary-keys
2740   "\M-g" gnus-article-read-summary-keys)
2741
2742 ;; Define almost undefined keys to `gnus-article-read-summary-keys'.
2743 (mapcar
2744  (lambda (key)
2745    (unless (lookup-key gnus-article-mode-map key)
2746      (define-key gnus-article-mode-map key
2747        'gnus-article-read-summary-keys)))
2748  (delq nil
2749        (append
2750         (mapcar
2751          (lambda (elt)
2752            (let ((key (car elt)))
2753              (and (> (length key) 0)
2754                   (not (eq 'menu-bar (aref key 0)))
2755                   (symbolp (lookup-key gnus-summary-mode-map key))
2756                   key)))
2757          (accessible-keymaps gnus-summary-mode-map))
2758         (let ((c 127)
2759               keys)
2760           (while (>= c 32)
2761             (push (char-to-string c) keys)
2762             (decf c))
2763           keys))))
2764
2765 (defun gnus-article-make-menu-bar ()
2766   (gnus-turn-off-edit-menu 'article)
2767   (unless (boundp 'gnus-article-article-menu)
2768     (easy-menu-define
2769      gnus-article-article-menu gnus-article-mode-map ""
2770      '("Article"
2771        ["Scroll forwards" gnus-article-goto-next-page t]
2772        ["Scroll backwards" gnus-article-goto-prev-page t]
2773        ["Show summary" gnus-article-show-summary t]
2774        ["Fetch Message-ID at point" gnus-article-refer-article t]
2775        ["Mail to address at point" gnus-article-mail t]
2776        ["Send a bug report" gnus-bug t]))
2777
2778     (easy-menu-define
2779      gnus-article-treatment-menu gnus-article-mode-map ""
2780      '("Treatment"
2781        ["Hide headers" gnus-article-toggle-headers t]
2782        ["Hide signature" gnus-article-hide-signature t]
2783        ["Hide citation" gnus-article-hide-citation t]
2784        ["Treat overstrike" gnus-article-treat-overstrike t]
2785        ["Remove carriage return" gnus-article-remove-cr t]
2786        ["Decode HZ" gnus-article-decode-HZ t]))
2787
2788     ;; Note "Commands" menu is defined in gnus-sum.el for consistency
2789
2790     (when (boundp 'gnus-summary-post-menu)
2791       (define-key gnus-article-mode-map [menu-bar post]
2792         (cons "Post" gnus-summary-post-menu)))
2793
2794     (gnus-run-hooks 'gnus-article-menu-hook)))
2795
2796 (defun gnus-article-mode ()
2797   "Major mode for displaying an article.
2798
2799 All normal editing commands are switched off.
2800
2801 The following commands are available in addition to all summary mode
2802 commands:
2803 \\<gnus-article-mode-map>
2804 \\[gnus-article-next-page]\t Scroll the article one page forwards
2805 \\[gnus-article-prev-page]\t Scroll the article one page backwards
2806 \\[gnus-article-refer-article]\t Go to the article referred to by an article id near point
2807 \\[gnus-article-show-summary]\t Display the summary buffer
2808 \\[gnus-article-mail]\t Send a reply to the address near point
2809 \\[gnus-article-describe-briefly]\t Describe the current mode briefly
2810 \\[gnus-info-find-node]\t Go to the Gnus info node"
2811   (interactive)
2812   (when (gnus-visual-p 'article-menu 'menu)
2813     (gnus-article-make-menu-bar))
2814   (gnus-simplify-mode-line)
2815   (setq mode-name "Article")
2816   (setq major-mode 'gnus-article-mode)
2817   (make-local-variable 'minor-mode-alist)
2818   (unless (assq 'gnus-show-mime minor-mode-alist)
2819     (push (list 'gnus-show-mime " MIME") minor-mode-alist))
2820   (use-local-map gnus-article-mode-map)
2821   (gnus-update-format-specifications nil 'article-mode)
2822   (set (make-local-variable 'page-delimiter) gnus-page-delimiter)
2823   (make-local-variable 'gnus-page-broken)
2824   (make-local-variable 'gnus-button-marker-list)
2825   (make-local-variable 'gnus-article-current-summary)
2826   (make-local-variable 'gnus-article-mime-handles)
2827   (make-local-variable 'gnus-article-decoded-p)
2828   (make-local-variable 'gnus-article-mime-handle-alist)
2829   (make-local-variable 'gnus-article-wash-types)
2830   (gnus-set-default-directory)
2831   (buffer-disable-undo)
2832   (setq buffer-read-only t)
2833   (set-syntax-table gnus-article-mode-syntax-table)
2834   (gnus-run-hooks 'gnus-article-mode-hook))
2835
2836 (defun gnus-article-setup-buffer ()
2837   "Initialize the article buffer."
2838   (let* ((name (if gnus-single-article-buffer "*Article*"
2839                  (concat "*Article " gnus-newsgroup-name "*")))
2840          (original
2841           (progn (string-match "\\*Article" name)
2842                  (concat " *Original Article"
2843                          (substring name (match-end 0))))))
2844     (setq gnus-article-buffer name)
2845     (setq gnus-original-article-buffer original)
2846     (setq gnus-article-mime-handle-alist nil)
2847     ;; This might be a variable local to the summary buffer.
2848     (unless gnus-single-article-buffer
2849       (save-excursion
2850         (set-buffer gnus-summary-buffer)
2851         (setq gnus-article-buffer name)
2852         (setq gnus-original-article-buffer original)
2853         (gnus-set-global-variables)))
2854     (gnus-article-setup-highlight-words)
2855     ;; Init original article buffer.
2856     (save-excursion
2857       (set-buffer (gnus-get-buffer-create gnus-original-article-buffer))
2858       (set-buffer-multibyte nil)
2859       (setq major-mode 'gnus-original-article-mode)
2860       (make-local-variable 'gnus-original-article))
2861     (if (get-buffer name)
2862         (save-excursion
2863           (set-buffer name)
2864           (buffer-disable-undo)
2865           (setq buffer-read-only t)
2866           (unless (eq major-mode 'gnus-article-mode)
2867             (gnus-article-mode))
2868           (current-buffer))
2869       (save-excursion
2870         (set-buffer (gnus-get-buffer-create name))
2871         (gnus-article-mode)
2872         (make-local-variable 'gnus-summary-buffer)
2873         (gnus-summary-set-local-parameters gnus-newsgroup-name)
2874         (current-buffer)))))
2875
2876 ;; Set article window start at LINE, where LINE is the number of lines
2877 ;; from the head of the article.
2878 (defun gnus-article-set-window-start (&optional line)
2879   (set-window-start
2880    (get-buffer-window gnus-article-buffer t)
2881    (save-excursion
2882      (set-buffer gnus-article-buffer)
2883      (goto-char (point-min))
2884      (if (not line)
2885          (point-min)
2886        (gnus-message 6 "Moved to bookmark")
2887        (search-forward "\n\n" nil t)
2888        (forward-line line)
2889        (point)))))
2890
2891 ;;; @@ article filters
2892 ;;;
2893
2894 (defun gnus-article-display-mime-message ()
2895   "Article display method for MIME message."
2896   ;; called from `gnus-original-article-buffer'.
2897   (let (charset all-headers)
2898     (with-current-buffer gnus-summary-buffer
2899       (setq charset default-mime-charset
2900             all-headers gnus-have-all-headers))
2901     (make-local-variable 'default-mime-charset)
2902     (setq default-mime-charset charset)
2903     (with-current-buffer (get-buffer-create gnus-article-buffer)
2904       (make-local-variable 'default-mime-charset)
2905       (setq default-mime-charset charset))
2906     (mime-display-message mime-message-structure
2907                           gnus-article-buffer nil gnus-article-mode-map)
2908     (when all-headers
2909       (gnus-article-hide-headers nil -1)))
2910   (run-hooks 'gnus-mime-article-prepare-hook))
2911
2912 (defun gnus-article-display-traditional-message ()
2913   "Article display method for traditional message."
2914   (set-buffer gnus-article-buffer)
2915   (let (buffer-read-only)
2916     (erase-buffer)
2917     (insert-buffer-substring gnus-original-article-buffer)))
2918
2919 (defun gnus-article-make-full-mail-header (&optional number charset)
2920   "Create a new mail header structure in a raw article buffer."
2921   (unless (and number charset)
2922     (save-current-buffer
2923       (set-buffer gnus-summary-buffer)
2924       (unless number
2925         (setq number (or (cdr gnus-article-current) 0)))
2926       (unless charset
2927         (setq charset (or default-mime-charset 'x-ctext)))))
2928   (goto-char (point-min))
2929   (let ((header-end (if (search-forward "\n\n" nil t)
2930                         (1- (point))
2931                       (goto-char (point-max))))
2932         (chars (- (point-max) (point)))
2933         (lines (count-lines (point) (point-max)))
2934         (default-mime-charset charset)
2935         xref)
2936     (narrow-to-region (point-min) header-end)
2937     (setq xref (std11-fetch-field "xref"))
2938     (prog1
2939         (make-full-mail-header
2940          number
2941          (std11-fetch-field "subject")
2942          (std11-fetch-field "from")
2943          (std11-fetch-field "date")
2944          (std11-fetch-field "message-id")
2945          (std11-fetch-field "references")
2946          chars
2947          lines
2948          (when xref (concat "Xref: " xref)))
2949       (widen))))
2950
2951 (defun gnus-article-prepare (article &optional all-headers header)
2952   "Prepare ARTICLE in article mode buffer.
2953 ARTICLE should either be an article number or a Message-ID.
2954 If ARTICLE is an id, HEADER should be the article headers.
2955 If ALL-HEADERS is non-nil, no headers are hidden."
2956   (save-excursion
2957     ;; Make sure we start in a summary buffer.
2958     (unless (eq major-mode 'gnus-summary-mode)
2959       (set-buffer gnus-summary-buffer))
2960     (setq gnus-summary-buffer (current-buffer))
2961     (let* ((gnus-article (if header (mail-header-number header) article))
2962            (summary-buffer (current-buffer))
2963            (gnus-tmp-internal-hook gnus-article-internal-prepare-hook)
2964            (group gnus-newsgroup-name)
2965            result)
2966       (save-excursion
2967         (gnus-article-setup-buffer)
2968         (set-buffer gnus-original-article-buffer)
2969         ;; Deactivate active regions.
2970         (when (and (boundp 'transient-mark-mode)
2971                    transient-mark-mode)
2972           (setq mark-active nil))
2973         (if (not (setq result (let ((buffer-read-only nil))
2974                                 (gnus-request-article-this-buffer
2975                                  article group))))
2976             ;; There is no such article.
2977             (save-excursion
2978               (when (and (numberp article)
2979                          (not (memq article gnus-newsgroup-sparse)))
2980                 (setq gnus-article-current
2981                       (cons gnus-newsgroup-name article))
2982                 (set-buffer gnus-summary-buffer)
2983                 (setq gnus-current-article article)
2984                 (if (eq (gnus-article-mark article) gnus-undownloaded-mark)
2985                     (progn
2986                       (gnus-summary-set-agent-mark article)
2987                       (message "Message marked for downloading"))
2988                   (gnus-summary-mark-article article gnus-canceled-mark)
2989                   (unless (memq article gnus-newsgroup-sparse)
2990                     (gnus-error 1 "No such article (may have expired or been canceled)")))))
2991           (if (or (eq result 'pseudo)
2992                   (eq result 'nneething))
2993               (progn
2994                 (save-excursion
2995                   (set-buffer summary-buffer)
2996                   (push article gnus-newsgroup-history)
2997                   (setq gnus-last-article gnus-current-article
2998                         gnus-current-article 0
2999                         gnus-current-headers nil
3000                         gnus-article-current nil)
3001                   (if (eq result 'nneething)
3002                       (gnus-configure-windows 'summary)
3003                     (gnus-configure-windows 'article))
3004                   (gnus-set-global-variables))
3005                 (let ((gnus-article-mime-handle-alist-1
3006                        gnus-article-mime-handle-alist))
3007                   (gnus-set-mode-line 'article)))
3008             ;; The result from the `request' was an actual article -
3009             ;; or at least some text that is now displayed in the
3010             ;; article buffer.
3011             (when (and (numberp article)
3012                        (not (eq article gnus-current-article)))
3013               ;; Seems like a new article has been selected.
3014               ;; `gnus-current-article' must be an article number.
3015               (save-excursion
3016                 (set-buffer summary-buffer)
3017                 (push article gnus-newsgroup-history)
3018                 (setq gnus-last-article gnus-current-article
3019                       gnus-current-article article
3020                       gnus-current-headers
3021                       (gnus-summary-article-header gnus-current-article)
3022                       gnus-article-current
3023                       (cons gnus-newsgroup-name gnus-current-article))
3024                 (unless (vectorp gnus-current-headers)
3025                   (setq gnus-current-headers nil))
3026                 (gnus-summary-goto-subject gnus-current-article)
3027                 (when (gnus-summary-show-thread)
3028                   ;; If the summary buffer really was folded, the
3029                   ;; previous goto may not actually have gone to
3030                   ;; the right article, but the thread root instead.
3031                   ;; So we go again.
3032                   (gnus-summary-goto-subject gnus-current-article))
3033                 (gnus-run-hooks 'gnus-mark-article-hook)
3034                 (gnus-set-mode-line 'summary)
3035                 (when (gnus-visual-p 'article-highlight 'highlight)
3036                   (gnus-run-hooks 'gnus-visual-mark-article-hook))
3037                 ;; Set the global newsgroup variables here.
3038                 (gnus-set-global-variables)
3039                 (setq gnus-have-all-headers
3040                       (or all-headers gnus-show-all-headers))))
3041             (when (or (numberp article)
3042                       (stringp article))
3043               (gnus-article-prepare-display)
3044               ;; Do page break.
3045               (goto-char (point-min))
3046               (setq gnus-page-broken
3047                     (when gnus-break-pages
3048                       (gnus-narrow-to-page)
3049                       t)))
3050             (let ((gnus-article-mime-handle-alist-1
3051                    gnus-article-mime-handle-alist))
3052               (gnus-set-mode-line 'article))
3053             (article-goto-body)
3054             (set-window-point (get-buffer-window (current-buffer)) (point))
3055             (gnus-configure-windows 'article)
3056             t))))))
3057
3058 (defun gnus-article-prepare-mime-display (&optional number)
3059   (goto-char (point-min))
3060   (when (re-search-forward "^[^\t ]+:" nil t)
3061     (goto-char (match-beginning 0)))
3062   (let ((entity (if (eq 1 (point-min))
3063                     (get-text-property 1 'mime-view-entity)
3064                   (get-text-property (point) 'mime-view-entity)))
3065         last-entity child-entity next type)
3066     (setq child-entity (mime-entity-children entity))
3067     (if child-entity
3068         (setq last-entity (nth (1- (length child-entity))
3069                                child-entity))
3070       (setq last-entity entity))
3071     (save-restriction
3072       (narrow-to-region (point)
3073                         (if (search-forward "\n\n" nil t)
3074                             (point)
3075                           (point-max)))
3076       (gnus-treat-article 'head)
3077       (put-text-property (point-min) (point-max) 'article-treated-header t)
3078       (goto-char (point-max)))
3079     (while (and (not (eobp)) entity)
3080       (setq next (set-marker
3081                   (make-marker)
3082                   (next-single-property-change (point) 'mime-view-entity
3083                                                nil (point-max))))
3084       (let ((types (mime-entity-content-type entity)))
3085         (while (eq 'multipart (mime-content-type-primary-type types))
3086           (setq entity (car (mime-entity-children entity))
3087                 types (mime-entity-content-type entity)))
3088         (when types
3089           (setq type (format "%s/%s"
3090                              (mime-content-type-primary-type types)
3091                              (mime-content-type-subtype types)))))
3092       (if (string-equal type "message/rfc822")
3093           (progn
3094             (setq next (point))
3095             (let ((children (mime-entity-children entity))
3096                   last-children)
3097               (when children
3098                 (setq last-children (nth (1- (length children)) children))
3099                 (while
3100                     (and
3101                      (not (eq last-children
3102                               (get-text-property next 'mime-view-entity)))
3103                      (setq next
3104                            (next-single-property-change next
3105                                                         'mime-view-entity
3106                                                         nil (point-max)))))))
3107             (setq next (next-single-property-change next 'mime-view-entity
3108                                                     nil (point-max)))
3109             (save-restriction
3110               (narrow-to-region (point) next)
3111               (gnus-article-prepare-mime-display)
3112               (goto-char (point-max)))
3113             (setq entity (get-text-property (point) 'mime-view-entity)))
3114         (save-restriction
3115           (narrow-to-region (point) next)
3116           ;; Kludge. We have to count true number, but for now,
3117           ;; part number is here only to achieve `last'.
3118           (gnus-treat-article nil 1
3119                               (if (eq entity last-entity)
3120                                   1 2)
3121                               type)
3122           (goto-char (point-max)))
3123         (setq entity (get-text-property next 'mime-view-entity))))))
3124
3125 ;;;###autoload
3126 (defun gnus-article-prepare-display ()
3127   "Make the current buffer look like a nice article."
3128   (setq gnus-article-wash-types nil)
3129   (gnus-run-hooks 'gnus-tmp-internal-hook)
3130   (gnus-run-hooks 'gnus-article-prepare-hook)
3131   ;; Display message.
3132   (let (mime-display-header-hook mime-display-text/plain-hook)
3133     (funcall (if gnus-show-mime
3134                  (progn
3135                    (setq mime-message-structure gnus-current-headers)
3136                    (mime-buffer-entity-set-buffer-internal
3137                     mime-message-structure
3138                     gnus-original-article-buffer)
3139                    (mime-entity-set-representation-type-internal
3140                     mime-message-structure 'mime-buffer-entity)
3141                    (luna-send mime-message-structure
3142                               'initialize-instance
3143                               mime-message-structure)
3144                    gnus-article-display-method-for-mime)
3145                gnus-article-display-method-for-traditional)))
3146   ;; Associate this article with the current summary buffer.
3147   (setq gnus-article-current-summary gnus-summary-buffer)
3148   ;; Call the treatment functions.
3149   (let ((inhibit-read-only t)
3150         buffer-read-only)
3151     (save-restriction
3152       (widen)
3153       (if gnus-show-mime
3154           (gnus-article-prepare-mime-display)
3155         (narrow-to-region (goto-char (point-min))
3156                           (if (search-forward "\n\n" nil t)
3157                               (point)
3158                             (point-max)))
3159         (gnus-treat-article 'head)
3160         (put-text-property (point-min) (point-max) 'article-treated-header t)
3161         (goto-char (point-max))
3162         (widen)
3163         (narrow-to-region (point) (point-max))
3164         (gnus-treat-article nil))
3165       (put-text-property (point-min) (point-max) 'read-only nil)))
3166   ;; Perform the article display hooks.  Incidentally, this hook is
3167   ;; an obsolete variable by now.
3168   (gnus-run-hooks 'gnus-article-display-hook))
3169
3170 (defun gnus-article-decode-article-as-default-mime-charset ()
3171   "Decode an article as `default-mime-charset'.  It won't work if the
3172 value of the variable `gnus-show-mime' is non-nil."
3173   (unless gnus-show-mime
3174     (decode-mime-charset-region (point-min) (point-max)
3175                                 (with-current-buffer gnus-summary-buffer
3176                                   default-mime-charset))))
3177
3178 ;;;
3179 ;;; Gnus MIME viewing functions
3180 ;;;
3181
3182 (defvar gnus-mime-button-line-format "%{%([%p. %d%T]%)%}%e\n"
3183   "The following specs can be used:
3184 %t  The MIME type
3185 %T  MIME type, along with additional info
3186 %n  The `name' parameter
3187 %d  The description, if any
3188 %l  The length of the encoded part
3189 %p  The part identifier number
3190 %e  Dots if the part isn't displayed")
3191
3192 (defvar gnus-mime-button-line-format-alist
3193   '((?t gnus-tmp-type ?s)
3194     (?T gnus-tmp-type-long ?s)
3195     (?n gnus-tmp-name ?s)
3196     (?d gnus-tmp-description ?s)
3197     (?p gnus-tmp-id ?s)
3198     (?l gnus-tmp-length ?d)
3199     (?e gnus-tmp-dots ?s)))
3200
3201 (defvar gnus-mime-button-commands
3202   '((gnus-article-press-button "\r" "Toggle Display")
3203     (gnus-mime-view-part "v" "View Interactively...")
3204     (gnus-mime-view-part-as-type "t" "View As Type...")
3205     (gnus-mime-save-part "o" "Save...")
3206     (gnus-mime-copy-part "c" "View As Text, In Other Buffer")
3207     (gnus-mime-inline-part "i" "View As Text, In This Buffer")
3208     (gnus-mime-internalize-part "E" "View Internally")
3209     (gnus-mime-externalize-part "e" "View Externally")
3210     (gnus-mime-pipe-part "|" "Pipe To Command...")))
3211
3212 (defun gnus-article-mime-part-status ()
3213   (with-current-buffer gnus-article-buffer
3214     (let ((entity (get-text-property (point-min) 'mime-view-entity)))
3215       (if (and entity (mime-entity-children entity))
3216           (format " (%d parts)" (length (mime-entity-children entity)))
3217         ""))))
3218
3219 (defvar gnus-mime-button-map
3220   (let ((map (make-sparse-keymap)))
3221     (set-keymap-parent map gnus-article-mode-map)
3222     (define-key map gnus-mouse-2 'gnus-article-push-button)
3223     (define-key map gnus-down-mouse-3 'gnus-mime-button-menu)
3224     (dolist (c gnus-mime-button-commands)
3225       (define-key map (cadr c) (car c)))
3226     map))
3227
3228 (defun gnus-mime-button-menu (event)
3229   "Construct a context-sensitive menu of MIME commands."
3230   (interactive "e")
3231   (save-excursion
3232     (let ((pos (event-start event)))
3233       (set-buffer (window-buffer (posn-window pos)))
3234       (goto-char (posn-point pos))
3235       (gnus-article-check-buffer)
3236       (let ((response (x-popup-menu
3237                        t `("MIME Part"
3238                            ("" ,@(mapcar (lambda (c)
3239                                            (cons (caddr c) (car c)))
3240                                          gnus-mime-button-commands))))))
3241         (if response
3242             (call-interactively response))))))
3243
3244 (defun gnus-mime-view-all-parts (&optional handles)
3245   "View all the MIME parts."
3246   (interactive)
3247   (save-current-buffer
3248     (set-buffer gnus-article-buffer)
3249     (let ((handles (or handles gnus-article-mime-handles))
3250           (mail-parse-charset gnus-newsgroup-charset)
3251           (mail-parse-ignored-charsets 
3252            (save-excursion (set-buffer gnus-summary-buffer)
3253                            gnus-newsgroup-ignored-charsets)))
3254       (if (stringp (car handles))
3255           (gnus-mime-view-all-parts (cdr handles))
3256         (mapcar 'mm-display-part handles)))))
3257
3258 (defun gnus-mime-save-part ()
3259   "Save the MIME part under point."
3260   (interactive)
3261   (gnus-article-check-buffer)
3262   (let ((data (get-text-property (point) 'gnus-data)))
3263     (mm-save-part data)))
3264
3265 (defun gnus-mime-pipe-part ()
3266   "Pipe the MIME part under point to a process."
3267   (interactive)
3268   (gnus-article-check-buffer)
3269   (let ((data (get-text-property (point) 'gnus-data)))
3270     (mm-pipe-part data)))
3271
3272 (defun gnus-mime-view-part ()
3273   "Interactively choose a viewing method for the MIME part under point."
3274   (interactive)
3275   (gnus-article-check-buffer)
3276   (let ((data (get-text-property (point) 'gnus-data)))
3277     (mm-interactively-view-part data)))
3278
3279 (defun gnus-mime-view-part-as-type-internal ()
3280   (gnus-article-check-buffer)
3281   (let* ((name (mail-content-type-get
3282                 (mm-handle-type (get-text-property (point) 'gnus-data))
3283                 'name))
3284          (def-type (and name (mm-default-file-encoding name))))
3285     (and def-type (cons def-type 0))))
3286
3287 (defun gnus-mime-view-part-as-type (mime-type)
3288   "Choose a MIME media type, and view the part as such."
3289   (interactive
3290    (list (completing-read
3291           "View as MIME type: "
3292           (mapcar #'list (mailcap-mime-types))
3293           nil nil
3294           (gnus-mime-view-part-as-type-internal))))
3295   (gnus-article-check-buffer)
3296   (let ((handle (get-text-property (point) 'gnus-data)))
3297     (gnus-mm-display-part
3298      (mm-make-handle (mm-handle-buffer handle)
3299                      (cons mime-type (cdr (mm-handle-type handle)))
3300                      (mm-handle-encoding handle)
3301                      (mm-handle-undisplayer handle)
3302                      (mm-handle-disposition handle)
3303                      (mm-handle-description handle)
3304                      (mm-handle-cache handle)
3305                      (mm-handle-id handle)))))
3306
3307 (defun gnus-mime-copy-part (&optional handle)
3308   "Put the the MIME part under point into a new buffer."
3309   (interactive)
3310   (gnus-article-check-buffer)
3311   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
3312          (contents (mm-get-part handle))|
3313          (base (file-name-nondirectory
3314                 (or
3315                  (mail-content-type-get (mm-handle-type handle) 'name)
3316                  (mail-content-type-get (mm-handle-type handle)
3317                                         'filename)
3318                  "*decoded*")))
3319          (buffer (generate-new-buffer base)))
3320     (switch-to-buffer buffer)
3321     (insert contents)
3322     ;; We do it this way to make `normal-mode' set the appropriate mode.
3323     (unwind-protect
3324         (progn
3325           (setq buffer-file-name (expand-file-name base))
3326           (normal-mode))
3327       (setq buffer-file-name nil))
3328     (goto-char (point-min))))
3329
3330 (defun gnus-mime-inline-part (&optional handle)
3331   "Insert the MIME part under point into the current buffer."
3332   (interactive)
3333   (gnus-article-check-buffer)
3334   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
3335          contents
3336          (b (point))
3337          buffer-read-only)
3338     (if (mm-handle-undisplayer handle)
3339         (mm-remove-part handle)
3340       (setq contents (mm-get-part handle))
3341       (forward-line 2)
3342       (mm-insert-inline handle contents)
3343       (goto-char b))))
3344
3345 (defun gnus-mime-externalize-part (&optional handle)
3346   "View the MIME part under point with an external viewer."
3347   (interactive)
3348   (gnus-article-check-buffer)
3349   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
3350          (mm-user-display-methods nil)
3351          (mm-inlined-types nil)
3352          (mail-parse-charset gnus-newsgroup-charset)
3353          (mail-parse-ignored-charsets 
3354           (save-excursion (set-buffer gnus-summary-buffer)
3355                           gnus-newsgroup-ignored-charsets)))
3356     (if (mm-handle-undisplayer handle)
3357         (mm-remove-part handle)
3358       (mm-display-part handle))))
3359
3360 (defun gnus-mime-internalize-part (&optional handle)
3361   "View the MIME part under point with an internal viewer.
3362 In no internal viewer is available, use an external viewer."
3363   (interactive)
3364   (gnus-article-check-buffer)
3365   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
3366          (mm-inlined-types '(".*"))
3367          (mm-inline-large-images t)
3368          (mail-parse-charset gnus-newsgroup-charset)
3369          (mail-parse-ignored-charsets 
3370           (save-excursion (set-buffer gnus-summary-buffer)
3371                           gnus-newsgroup-ignored-charsets)))
3372     (if (mm-handle-undisplayer handle)
3373         (mm-remove-part handle)
3374       (mm-display-part handle))))
3375
3376 (defun gnus-article-part-wrapper (n function)
3377   (save-current-buffer
3378     (set-buffer gnus-article-buffer)
3379     (when (> n (length gnus-article-mime-handle-alist))
3380       (error "No such part"))
3381     (gnus-article-goto-part n)
3382     (let ((handle (cdr (assq n gnus-article-mime-handle-alist))))
3383       (funcall function handle))))
3384
3385 (defun gnus-article-pipe-part (n)
3386   "Pipe MIME part N, which is the numerical prefix."
3387   (interactive "p")
3388   (gnus-article-part-wrapper n 'mm-pipe-part))
3389
3390 (defun gnus-article-save-part (n)
3391   "Save MIME part N, which is the numerical prefix."
3392   (interactive "p")
3393   (gnus-article-part-wrapper n 'mm-save-part))
3394
3395 (defun gnus-article-interactively-view-part (n)
3396   "View MIME part N interactively, which is the numerical prefix."
3397   (interactive "p")
3398   (gnus-article-part-wrapper n 'mm-interactively-view-part))
3399
3400 (defun gnus-article-copy-part (n)
3401   "Copy MIME part N, which is the numerical prefix."
3402   (interactive "p")
3403   (gnus-article-part-wrapper n 'gnus-mime-copy-part))
3404
3405 (defun gnus-article-externalize-part (n)
3406   "View MIME part N externally, which is the numerical prefix."
3407   (interactive "p")
3408   (gnus-article-part-wrapper n 'gnus-mime-externalize-part))
3409
3410 (defun gnus-article-inline-part (n)
3411   "Inline MIME part N, which is the numerical prefix."
3412   (interactive "p")
3413   (gnus-article-part-wrapper n 'gnus-mime-inline-part))
3414
3415 (defun gnus-article-mime-match-handle-first (condition)
3416   (if condition
3417       (let ((alist gnus-article-mime-handle-alist) ihandle n)
3418         (while (setq ihandle (pop alist))
3419           (if (and (cond 
3420                     ((functionp condition)
3421                      (funcall condition (cdr ihandle)))
3422                     ((eq condition 'undisplayed) 
3423                      (not (or (mm-handle-undisplayer (cdr ihandle))
3424                               (equal (mm-handle-media-type (cdr ihandle))
3425                                      "multipart/alternative"))))
3426                     ((eq condition 'undisplayed-alternative)
3427                      (not (mm-handle-undisplayer (cdr ihandle))))
3428                     (t t))
3429                    (gnus-article-goto-part (car ihandle))
3430                    (or (not n) (< (car ihandle) n)))
3431               (setq n (car ihandle))))
3432         (or n 1))
3433     1))
3434
3435 (defun gnus-article-view-part (&optional n)
3436   "View MIME part N, which is the numerical prefix."
3437   (interactive "P")
3438   (save-current-buffer
3439     (set-buffer gnus-article-buffer)
3440     (or (numberp n) (setq n (gnus-article-mime-match-handle-first 
3441                              gnus-article-mime-match-handle-function)))
3442     (when (> n (length gnus-article-mime-handle-alist))
3443       (error "No such part"))
3444     (let ((handle (cdr (assq n gnus-article-mime-handle-alist))))
3445       (when (gnus-article-goto-part n)
3446         (if (equal (car handle) "multipart/alternative")
3447             (gnus-article-press-button)
3448           (when (eq (gnus-mm-display-part handle) 'internal)
3449             (gnus-set-window-start)))))))
3450
3451 (defun gnus-mm-display-part (handle)
3452   "Display HANDLE and fix MIME button."
3453   (let ((id (get-text-property (point) 'gnus-part))
3454         (point (point))
3455         buffer-read-only)
3456     (forward-line 1)
3457     (prog1
3458         (let ((window (selected-window))
3459               (mail-parse-charset gnus-newsgroup-charset)
3460               (mail-parse-ignored-charsets 
3461                (save-excursion (set-buffer gnus-summary-buffer)
3462                                gnus-newsgroup-ignored-charsets)))
3463           (save-excursion
3464             (unwind-protect
3465                 (let ((win (get-buffer-window (current-buffer) t))
3466                       (beg (point)))
3467                   (when win
3468                     (select-window win))
3469                   (goto-char point)
3470                   (forward-line)
3471                   (if (mm-handle-displayed-p handle)
3472                       ;; This will remove the part.
3473                       (mm-display-part handle)
3474                     (save-restriction
3475                       (narrow-to-region (point) (1+ (point)))
3476                       (mm-display-part handle)
3477                       ;; We narrow to the part itself and
3478                       ;; then call the treatment functions.
3479                       (goto-char (point-min))
3480                       (forward-line 1)
3481                       (narrow-to-region (point) (point-max))
3482                       (gnus-treat-article
3483                        nil id
3484                        (1- (length gnus-article-mime-handles))
3485                        (mm-handle-media-type handle)))))
3486               (select-window window))))
3487       (goto-char point)
3488       (delete-region (gnus-point-at-bol) (progn (forward-line 1) (point)))
3489       (gnus-insert-mime-button
3490        handle id (list (mm-handle-displayed-p handle)))
3491       (goto-char point))))
3492
3493 (defun gnus-article-goto-part (n)
3494   "Go to MIME part N."
3495   (let ((point (text-property-any (point-min) (point-max) 'gnus-part n)))
3496     (when point
3497       (goto-char point))))
3498
3499 (defun gnus-insert-mime-button (handle gnus-tmp-id &optional displayed)
3500   (let ((gnus-tmp-name
3501          (or (mail-content-type-get (mm-handle-type handle)
3502                                     'name)
3503              (mail-content-type-get (mm-handle-disposition handle)
3504                                     'filename)
3505              ""))
3506         (gnus-tmp-type (mm-handle-media-type handle))
3507         (gnus-tmp-description
3508          (mail-decode-encoded-word-string (or (mm-handle-description handle)
3509                                               "")))
3510         (gnus-tmp-dots
3511          (if (if displayed (car displayed)
3512                (mm-handle-displayed-p handle))
3513              "" "..."))
3514         (gnus-tmp-length (with-current-buffer (mm-handle-buffer handle)
3515                            (buffer-size)))
3516         gnus-tmp-type-long b e)
3517     (when (string-match ".*/" gnus-tmp-name)
3518       (setq gnus-tmp-name (replace-match "" t t gnus-tmp-name)))
3519     (setq gnus-tmp-type-long (concat gnus-tmp-type
3520                                      (and (not (equal gnus-tmp-name ""))
3521                                           (concat "; " gnus-tmp-name))))
3522     (or (equal gnus-tmp-description "")
3523         (setq gnus-tmp-type-long (concat " --- " gnus-tmp-type-long)))
3524     (unless (bolp)
3525       (insert "\n"))
3526     (setq b (point))
3527     (gnus-eval-format
3528      gnus-mime-button-line-format gnus-mime-button-line-format-alist
3529      `(local-map ,gnus-mime-button-map
3530                  keymap ,gnus-mime-button-map
3531                  gnus-callback gnus-mm-display-part
3532                  gnus-part ,gnus-tmp-id
3533                  article-type annotation
3534                  gnus-data ,handle))
3535     (setq e (point))
3536     (widget-convert-button
3537      'link b e
3538      :mime-handle handle
3539      :action 'gnus-widget-press-button
3540      :button-keymap gnus-mime-button-map
3541      :help-echo
3542      (lambda (widget/window &optional overlay pos)
3543        ;; Needed to properly clear the message due to a bug in
3544        ;; wid-edit (XEmacs only).
3545        (if (boundp 'help-echo-owns-message)
3546            (setq help-echo-owns-message t))
3547        (format
3548         "%S: %s the MIME part; %S: more options"
3549         (aref gnus-mouse-2 0)
3550         ;; XEmacs will get a single widget arg; Emacs 21 will get
3551         ;; window, overlay, position.
3552         (if (mm-handle-displayed-p
3553              (if overlay
3554                  (with-current-buffer (overlay-buffer overlay)
3555                    (widget-get (widget-at (overlay-start overlay))
3556                                :mime-handle))
3557                (widget-get widget/window :mime-handle)))
3558             "hide" "show")
3559         (aref gnus-down-mouse-3 0))))))
3560
3561 (defun gnus-widget-press-button (elems el)
3562   (goto-char (widget-get elems :from))
3563   (gnus-article-press-button))
3564
3565 (defvar gnus-displaying-mime nil)
3566
3567 (defun gnus-display-mime (&optional ihandles)
3568   "Display the MIME parts."
3569   (save-excursion
3570     (save-selected-window
3571       (let ((window (get-buffer-window gnus-article-buffer))
3572             (point (point)))
3573         (when window
3574           (select-window window)
3575           ;; We have to do this since selecting the window
3576           ;; may change the point.  So we set the window point.
3577           (set-window-point window point)))
3578       (let* ((handles (or ihandles (mm-dissect-buffer) (mm-uu-dissect)))
3579              buffer-read-only handle name type b e display)
3580         (when (and (not ihandles)
3581                    (not gnus-displaying-mime))
3582           ;; Top-level call; we clean up.
3583           (when gnus-article-mime-handles
3584             (mm-destroy-parts gnus-article-mime-handles)
3585             (setq gnus-article-mime-handle-alist nil));; A trick.
3586           (setq gnus-article-mime-handles handles)
3587           ;; We allow users to glean info from the handles.
3588           (when gnus-article-mime-part-function
3589             (gnus-mime-part-function handles)))
3590         (if (and handles
3591                  (or (not (stringp (car handles)))
3592                      (cdr handles)))
3593             (progn
3594               (when (and (not ihandles)
3595                          (not gnus-displaying-mime))
3596                 ;; Clean up for mime parts.
3597                 (article-goto-body)
3598                 (delete-region (point) (point-max)))
3599               (let ((gnus-displaying-mime t))
3600                 (gnus-mime-display-part handles)))
3601           (save-restriction
3602             (article-goto-body)
3603             (narrow-to-region (point) (point-max))
3604             (gnus-treat-article nil 1 1)
3605             (widen)))
3606         (unless ihandles
3607           ;; Highlight the headers.
3608           (save-excursion
3609             (save-restriction
3610               (article-goto-body)
3611               (narrow-to-region (point-min) (point))
3612               (gnus-treat-article 'head))))))))
3613
3614 (defvar gnus-mime-display-multipart-as-mixed nil)
3615
3616 (defun gnus-mime-display-part (handle)
3617   (cond
3618    ;; Single part.
3619    ((not (stringp (car handle)))
3620     (gnus-mime-display-single handle))
3621    ;; User-defined multipart
3622    ((cdr (assoc (car handle) gnus-mime-multipart-functions))
3623     (funcall (cdr (assoc (car handle) gnus-mime-multipart-functions))
3624              handle))
3625    ;; multipart/alternative
3626    ((and (equal (car handle) "multipart/alternative")
3627          (not gnus-mime-display-multipart-as-mixed))
3628     (let ((id (1+ (length gnus-article-mime-handle-alist))))
3629       (push (cons id handle) gnus-article-mime-handle-alist)
3630       (gnus-mime-display-alternative (cdr handle) nil nil id)))
3631    ;; multipart/related
3632    ((and (equal (car handle) "multipart/related")
3633          (not gnus-mime-display-multipart-as-mixed))
3634     ;;;!!!We should find the start part, but we just default
3635     ;;;!!!to the first part.
3636     (gnus-mime-display-part (cadr handle)))
3637    ;; Other multiparts are handled like multipart/mixed.
3638    (t
3639     (gnus-mime-display-mixed (cdr handle)))))
3640
3641 (defun gnus-mime-part-function (handles)
3642   (if (stringp (car handles))
3643       (mapcar 'gnus-mime-part-function (cdr handles))
3644     (funcall gnus-article-mime-part-function handles)))
3645
3646 (defun gnus-mime-display-mixed (handles)
3647   (mapcar 'gnus-mime-display-part handles))
3648
3649 (defun gnus-mime-display-single (handle)
3650   (let ((type (mm-handle-media-type handle))
3651         (ignored gnus-ignored-mime-types)
3652         (not-attachment t)
3653         (move nil)
3654         display text)
3655     (catch 'ignored
3656       (progn
3657         (while ignored
3658           (when (string-match (pop ignored) type)
3659             (throw 'ignored nil)))
3660         (if (and (setq not-attachment
3661                        (and (not (mm-inline-override-p handle))
3662                             (or (not (mm-handle-disposition handle))
3663                                 (equal (car (mm-handle-disposition handle))
3664                                        "inline")
3665                                 (mm-attachment-override-p handle))))
3666                  (mm-automatic-display-p handle)
3667                  (or (mm-inlined-p handle)
3668                      (mm-automatic-external-display-p type)))
3669             (setq display t)
3670           (when (equal (mm-handle-media-supertype handle) "text")
3671             (setq text t)))
3672         (let ((id (1+ (length gnus-article-mime-handle-alist))))
3673           (push (cons id handle) gnus-article-mime-handle-alist)
3674           (when (or (not display)
3675                     (not (gnus-unbuttonized-mime-type-p type)))
3676             ;(gnus-article-insert-newline)
3677             (gnus-insert-mime-button
3678              handle id (list (or display (and not-attachment text))))
3679             (gnus-article-insert-newline)
3680             ;(gnus-article-insert-newline)
3681             (setq move t)))
3682         (let ((beg (point)))
3683           (cond
3684            (display
3685             (when move
3686               (forward-line -2)
3687               (setq beg (point)))
3688             (let ((mail-parse-charset gnus-newsgroup-charset)
3689                   (mail-parse-ignored-charsets 
3690                    (save-excursion (condition-case ()
3691                                        (set-buffer gnus-summary-buffer)
3692                                      (error))
3693                                    gnus-newsgroup-ignored-charsets)))
3694               (mm-display-part handle t))
3695             (goto-char (point-max)))
3696            ((and text not-attachment)
3697             (when move
3698               (forward-line -2)
3699               (setq beg (point)))
3700             (gnus-article-insert-newline)
3701             (mm-insert-inline handle (mm-get-part handle))
3702             (goto-char (point-max))))
3703           ;; Do highlighting.
3704           (save-excursion
3705             (save-restriction
3706               (narrow-to-region beg (point))
3707               (gnus-treat-article
3708                nil (length gnus-article-mime-handle-alist)
3709                (1- (length gnus-article-mime-handles))
3710                (mm-handle-media-type handle)))))))))
3711
3712 (defun gnus-unbuttonized-mime-type-p (type)
3713   "Say whether TYPE is to be unbuttonized."
3714   (unless gnus-inhibit-mime-unbuttonizing
3715     (catch 'found
3716       (let ((types gnus-unbuttonized-mime-types))
3717         (while types
3718           (when (string-match (pop types) type)
3719             (throw 'found t)))))))
3720
3721 (defun gnus-article-insert-newline ()
3722   "Insert a newline, but mark it as undeletable."
3723   (gnus-put-text-property
3724    (point) (progn (insert "\n") (point)) 'gnus-undeletable t))
3725
3726 (defun gnus-mime-display-alternative (handles &optional preferred ibegend id)
3727   (let* ((preferred (or preferred (mm-preferred-alternative handles)))
3728          (ihandles handles)
3729          (point (point))
3730          handle buffer-read-only from props begend not-pref)
3731     (save-window-excursion
3732       (save-restriction
3733         (when ibegend
3734           (narrow-to-region (car ibegend)
3735                             (or (cdr ibegend)
3736                                 (progn
3737                                   (goto-char (car ibegend))
3738                                   (forward-line 2)
3739                                   (point))))
3740           (delete-region (point-min) (point-max))
3741           (mm-remove-parts handles))
3742         (setq begend (list (point-marker)))
3743         ;; Do the toggle.
3744         (unless (setq not-pref (cadr (member preferred ihandles)))
3745           (setq not-pref (car ihandles)))
3746         (when (or ibegend
3747                   (not (gnus-unbuttonized-mime-type-p
3748                         "multipart/alternative")))
3749           (gnus-add-text-properties
3750            (setq from (point))
3751            (progn
3752              (insert (format "%d.  " id))
3753              (point))
3754            `(gnus-callback
3755              (lambda (handles)
3756                (unless ,(not ibegend)
3757                  (setq gnus-article-mime-handle-alist
3758                        ',gnus-article-mime-handle-alist))
3759                (gnus-mime-display-alternative
3760                 ',ihandles ',not-pref ',begend ,id))
3761              local-map ,gnus-mime-button-map
3762              ,gnus-mouse-face-prop ,gnus-article-mouse-face
3763              face ,gnus-article-button-face
3764              keymap ,gnus-mime-button-map
3765              gnus-part ,id
3766              gnus-data ,handle))
3767           (widget-convert-button 'link from (point)
3768                                  :action 'gnus-widget-press-button
3769                                  :button-keymap gnus-widget-button-keymap)
3770           ;; Do the handles
3771           (while (setq handle (pop handles))
3772             (gnus-add-text-properties
3773              (setq from (point))
3774              (progn
3775                (insert (format "(%c) %-18s"
3776                                (if (equal handle preferred) ?* ? )
3777                                (mm-handle-media-type handle)))
3778                (point))
3779              `(gnus-callback
3780                (lambda (handles)
3781                  (unless ,(not ibegend)
3782                    (setq gnus-article-mime-handle-alist
3783                          ',gnus-article-mime-handle-alist))
3784                  (gnus-mime-display-alternative
3785                   ',ihandles ',handle ',begend ,id))
3786                local-map ,gnus-mime-button-map
3787                ,gnus-mouse-face-prop ,gnus-article-mouse-face
3788                face ,gnus-article-button-face
3789                keymap ,gnus-mime-button-map
3790                gnus-part ,id
3791                gnus-data ,handle))
3792             (widget-convert-button 'link from (point)
3793                                    :action 'gnus-widget-press-button
3794                                    :button-keymap gnus-widget-button-keymap)
3795             (insert "  "))
3796           (insert "\n\n"))
3797         (when preferred
3798           (if (stringp (car preferred))
3799               (gnus-display-mime preferred)
3800             (let ((mail-parse-charset gnus-newsgroup-charset)
3801                   (mail-parse-ignored-charsets 
3802                    (save-excursion (set-buffer gnus-summary-buffer)
3803                                    gnus-newsgroup-ignored-charsets)))
3804               (mm-display-part preferred)
3805               ;; Do highlighting.
3806               (save-excursion
3807                 (save-restriction
3808                   (narrow-to-region (car begend) (point-max))
3809                   (gnus-treat-article
3810                    nil (length gnus-article-mime-handle-alist)
3811                    (1- (length gnus-article-mime-handles))
3812                    (mm-handle-media-type handle))))))
3813           (goto-char (point-max))
3814           (setcdr begend (point-marker)))))
3815     (when ibegend
3816       (goto-char point))))
3817
3818 (defun gnus-article-wash-status ()
3819   "Return a string which display status of article washing."
3820   (save-excursion
3821     (set-buffer gnus-article-buffer)
3822     (let ((cite (memq 'cite gnus-article-wash-types))
3823           (headers (memq 'headers gnus-article-wash-types))
3824           (boring (memq 'boring-headers gnus-article-wash-types))
3825           (pgp (memq 'pgp gnus-article-wash-types))
3826           (pem (memq 'pem gnus-article-wash-types))
3827           (signature (memq 'signature gnus-article-wash-types))
3828           (overstrike (memq 'overstrike gnus-article-wash-types))
3829           (emphasis (memq 'emphasis gnus-article-wash-types)))
3830       (format "%c%c%c%c%c%c%c"
3831               (if cite ?c ? )
3832               (if (or headers boring) ?h ? )
3833               (if (or pgp pem) ?p ? )
3834               (if signature ?s ? )
3835               (if overstrike ?o ? )
3836               (if gnus-show-mime ?m ? )
3837               (if emphasis ?e ? )))))
3838
3839 (defalias 'gnus-article-hide-headers-if-wanted 'gnus-article-maybe-hide-headers)
3840
3841 (defun gnus-article-maybe-hide-headers ()
3842   "Hide unwanted headers if `gnus-have-all-headers' is nil.
3843 Provided for backwards compatibility."
3844   (when (and (or (not (gnus-buffer-live-p gnus-summary-buffer))
3845                  (not (save-excursion (set-buffer gnus-summary-buffer)
3846                                       gnus-have-all-headers)))
3847              (not gnus-inhibit-hiding))
3848     (gnus-article-hide-headers)))
3849
3850 ;;; Article savers.
3851
3852 (defun gnus-output-to-file (file-name)
3853   "Append the current article to a file named FILE-NAME."
3854   (let ((artbuf (current-buffer)))
3855     (with-temp-buffer
3856       (insert-buffer-substring artbuf)
3857       ;; Append newline at end of the buffer as separator, and then
3858       ;; save it to file.
3859       (goto-char (point-max))
3860       (insert "\n")
3861       (write-region-as-binary (point-min) (point-max) file-name 'append)
3862       t)))
3863
3864 (defun gnus-narrow-to-page (&optional arg)
3865   "Narrow the article buffer to a page.
3866 If given a numerical ARG, move forward ARG pages."
3867   (interactive "P")
3868   (setq arg (if arg (prefix-numeric-value arg) 0))
3869   (save-excursion
3870     (set-buffer gnus-article-buffer)
3871     (goto-char (point-min))
3872     (widen)
3873     ;; Remove any old next/prev buttons.
3874     (when (gnus-visual-p 'page-marker)
3875       (let ((buffer-read-only nil))
3876         (gnus-remove-text-with-property 'gnus-prev)
3877         (gnus-remove-text-with-property 'gnus-next)))
3878     (when
3879         (cond ((< arg 0)
3880                (re-search-backward page-delimiter nil 'move (1+ (abs arg))))
3881               ((> arg 0)
3882                (re-search-forward page-delimiter nil 'move arg)))
3883       (goto-char (match-end 0)))
3884     (narrow-to-region
3885      (point)
3886      (if (re-search-forward page-delimiter nil 'move)
3887          (match-beginning 0)
3888        (point)))
3889     (when (and (gnus-visual-p 'page-marker)
3890                (not (= (point-min) 1)))
3891       (save-excursion
3892         (goto-char (point-min))
3893         (gnus-insert-prev-page-button)))
3894     (when (and (gnus-visual-p 'page-marker)
3895                (< (+ (point-max) 2) (buffer-size)))
3896       (save-excursion
3897         (goto-char (point-max))
3898         (gnus-insert-next-page-button)))))
3899
3900 ;; Article mode commands
3901
3902 (defun gnus-article-goto-next-page ()
3903   "Show the next page of the article."
3904   (interactive)
3905   (when (gnus-article-next-page)
3906     (goto-char (point-min))
3907     (gnus-article-read-summary-keys nil (gnus-character-to-event ?n))))
3908
3909 (defun gnus-article-goto-prev-page ()
3910   "Show the next page of the article."
3911   (interactive)
3912   (if (bobp) (gnus-article-read-summary-keys nil (gnus-character-to-event ?p))
3913     (gnus-article-prev-page nil)))
3914
3915 (defun gnus-article-next-page (&optional lines)
3916   "Show the next page of the current article.
3917 If end of article, return non-nil.  Otherwise return nil.
3918 Argument LINES specifies lines to be scrolled up."
3919   (interactive "p")
3920   (let ((start (window-start))
3921         end-of-buffer end-of-page)
3922     (save-excursion
3923       (move-to-window-line -1)
3924       (if (<= (point) start)
3925           (progn
3926             (forward-line 2)
3927             (setq start (point)))
3928         (forward-line 1)
3929         (setq start nil))
3930       (unless (or (cond ((eq (1+ (buffer-size)) (point))
3931                          (and (pos-visible-in-window-p)
3932                               (setq end-of-buffer t)))
3933                         ((eobp)
3934                          (setq end-of-page t)))
3935                   (not lines))
3936         (move-to-window-line lines)
3937         (unless (search-backward "\n\n" nil t)
3938           (setq start (point)))))
3939     (cond (end-of-buffer t)
3940           (end-of-page
3941            (gnus-narrow-to-page 1)
3942            nil)
3943           (t
3944            (if start
3945                (set-window-start (selected-window) start)
3946              (let (window-pixel-scroll-increment)
3947                (scroll-up lines)))
3948            nil))))
3949
3950 (defun gnus-article-prev-page (&optional lines)
3951   "Show previous page of current article.
3952 Argument LINES specifies lines to be scrolled down."
3953   (interactive "p")
3954   (let (beginning-of-buffer beginning-of-page)
3955     (save-excursion
3956       (move-to-window-line 0)
3957       (cond ((eq 1 (point))
3958              (setq beginning-of-buffer t))
3959             ((bobp)
3960              (setq beginning-of-page t))))
3961     (cond (beginning-of-buffer)
3962           (beginning-of-page
3963            (gnus-narrow-to-page -1))
3964           (t
3965            (condition-case nil
3966                (let (window-pixel-scroll-increment)
3967                  (scroll-down lines))
3968              (beginning-of-buffer
3969               (goto-char (point-min))))))))
3970
3971 (defun gnus-article-refer-article ()
3972   "Read article specified by message-id around point."
3973   (interactive)
3974   (let ((point (point)))
3975     (search-forward ">" nil t)          ;Move point to end of "<....>".
3976     (if (re-search-backward "\\(<[^<> \t\n]+>\\)" nil t)
3977         (let ((message-id (match-string 1)))
3978           (goto-char point)
3979           (set-buffer gnus-summary-buffer)
3980           (gnus-summary-refer-article message-id))
3981       (goto-char (point))
3982       (error "No references around point"))))
3983
3984 (defun gnus-article-show-summary ()
3985   "Reconfigure windows to show summary buffer."
3986   (interactive)
3987   (if (not (gnus-buffer-live-p gnus-summary-buffer))
3988       (error "There is no summary buffer for this article buffer")
3989     (gnus-article-set-globals)
3990     (gnus-configure-windows 'article)
3991     (gnus-summary-goto-subject gnus-current-article)
3992     (gnus-summary-position-point)))
3993
3994 (defun gnus-article-describe-briefly ()
3995   "Describe article mode commands briefly."
3996   (interactive)
3997   (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")))
3998
3999 (defun gnus-article-summary-command ()
4000   "Execute the last keystroke in the summary buffer."
4001   (interactive)
4002   (let ((obuf (current-buffer))
4003         (owin (current-window-configuration))
4004         func)
4005     (switch-to-buffer gnus-article-current-summary 'norecord)
4006     (setq func (lookup-key (current-local-map) (this-command-keys)))
4007     (call-interactively func)
4008     (set-buffer obuf)
4009     (set-window-configuration owin)
4010     (set-window-point (get-buffer-window (current-buffer)) (point))))
4011
4012 (defun gnus-article-summary-command-nosave ()
4013   "Execute the last keystroke in the summary buffer."
4014   (interactive)
4015   (let (func)
4016     (pop-to-buffer gnus-article-current-summary 'norecord)
4017     (setq func (lookup-key (current-local-map) (this-command-keys)))
4018     (call-interactively func)))
4019
4020 (defun gnus-article-check-buffer ()
4021   "Beep if not in an article buffer."
4022   (unless (eq (get-buffer gnus-article-buffer) (current-buffer))
4023     (error "Command invoked outside of a Gnus article buffer")))
4024
4025 (defun gnus-article-read-summary-keys (&optional arg key not-restore-window)
4026   "Read a summary buffer key sequence and execute it from the article buffer."
4027   (interactive "P")
4028   (gnus-article-check-buffer)
4029   (let ((nosaves
4030          '("q" "Q"  "c" "r" "R" "\C-c\C-f" "m"  "a" "f" "F"
4031            "Zc" "ZC" "ZE" "ZJ" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP"
4032            "=" "^" "\M-^" "|"))
4033         (nosave-but-article
4034          '("A\r"))
4035         (nosave-in-article
4036          '("\C-d"))
4037         (up-to-top
4038          '("n" "Gn" "p" "Gp"))
4039         keys new-sum-point)
4040     (save-excursion
4041       (set-buffer gnus-article-current-summary)
4042       (let (gnus-pick-mode)
4043         (push (or key last-command-event) unread-command-events)
4044         (setq keys (static-if (featurep 'xemacs)
4045                        (events-to-keys (read-key-sequence nil))
4046                      (read-key-sequence nil)))))
4047     (message "")
4048
4049     (if (or (member keys nosaves)
4050             (member keys nosave-but-article)
4051             (member keys nosave-in-article))
4052         (let (func)
4053           (save-window-excursion
4054             (pop-to-buffer gnus-article-current-summary 'norecord)
4055             ;; We disable the pick minor mode commands.
4056             (let (gnus-pick-mode)
4057               (setq func (lookup-key (current-local-map) keys))))
4058           (if (or (not func)
4059                   (numberp func))
4060               (ding)
4061             (unless (member keys nosave-in-article)
4062               (set-buffer gnus-article-current-summary))
4063             (call-interactively func)
4064             (setq new-sum-point (point)))
4065           (when (member keys nosave-but-article)
4066             (pop-to-buffer gnus-article-buffer 'norecord)))
4067       ;; These commands should restore window configuration.
4068       (let ((obuf (current-buffer))
4069             (owin (current-window-configuration))
4070             (opoint (point))
4071             (summary gnus-article-current-summary)
4072             func in-buffer selected)
4073         (if not-restore-window
4074             (pop-to-buffer summary 'norecord)
4075           (switch-to-buffer summary 'norecord))
4076         (setq in-buffer (current-buffer))
4077         ;; We disable the pick minor mode commands.
4078         (if (setq func (let (gnus-pick-mode)
4079                          (lookup-key (current-local-map) keys)))
4080             (progn
4081               (call-interactively func)
4082               (setq new-sum-point (point)))
4083           (ding))
4084         (when (eq in-buffer (current-buffer))
4085           (setq selected (gnus-summary-select-article))
4086           (set-buffer obuf)
4087           (unless not-restore-window
4088             (set-window-configuration owin))
4089           (when (eq selected 'old)
4090             (article-goto-body)
4091             (set-window-start (get-buffer-window (current-buffer))
4092                               1)
4093             (set-window-point (get-buffer-window (current-buffer))
4094                               (point)))
4095           (let ((win (get-buffer-window gnus-article-current-summary)))
4096             (when win
4097               (set-window-point win new-sum-point))))))))
4098
4099 (defun gnus-article-hide (&optional arg force)
4100   "Hide all the gruft in the current article.
4101 This means that PGP stuff, signatures, cited text and (some)
4102 headers will be hidden.
4103 If given a prefix, show the hidden text instead."
4104   (interactive (append (gnus-article-hidden-arg) (list 'force)))
4105   (gnus-article-hide-headers arg)
4106   (gnus-article-hide-list-identifiers arg)
4107   (gnus-article-hide-pgp arg)
4108   (gnus-article-hide-citation-maybe arg force)
4109   (gnus-article-hide-signature arg))
4110
4111 (defun gnus-article-maybe-highlight ()
4112   "Do some article highlighting if article highlighting is requested."
4113   (when (gnus-visual-p 'article-highlight 'highlight)
4114     (gnus-article-highlight-some)))
4115
4116 (defun gnus-check-group-server ()
4117   ;; Make sure the connection to the server is alive.
4118   (unless (gnus-server-opened
4119            (gnus-find-method-for-group gnus-newsgroup-name))
4120     (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
4121     (gnus-request-group gnus-newsgroup-name t)))
4122
4123 (defun gnus-request-article-this-buffer (article group)
4124   "Get an article and insert it into this buffer."
4125   (let (do-update-line sparse-header)
4126     (prog1
4127         (save-excursion
4128           (erase-buffer)
4129           (gnus-kill-all-overlays)
4130           (setq group (or group gnus-newsgroup-name))
4131
4132           ;; Using `gnus-request-article' directly will insert the article into
4133           ;; `nntp-server-buffer' - so we'll save some time by not having to
4134           ;; copy it from the server buffer into the article buffer.
4135
4136           ;; We only request an article by message-id when we do not have the
4137           ;; headers for it, so we'll have to get those.
4138           (when (stringp article)
4139             (gnus-read-header article))
4140
4141           ;; If the article number is negative, that means that this article
4142           ;; doesn't belong in this newsgroup (possibly), so we find its
4143           ;; message-id and request it by id instead of number.
4144           (when (and (numberp article)
4145                      gnus-summary-buffer
4146                      (get-buffer gnus-summary-buffer)
4147                      (gnus-buffer-exists-p gnus-summary-buffer))
4148             (save-excursion
4149               (set-buffer gnus-summary-buffer)
4150               (let ((header (gnus-summary-article-header article)))
4151                 (when (< article 0)
4152                   (cond
4153                    ((memq article gnus-newsgroup-sparse)
4154                     ;; This is a sparse gap article.
4155                     (setq do-update-line article)
4156                     (setq article (mail-header-id header))
4157                     (setq sparse-header (gnus-read-header article))
4158                     (setq gnus-newsgroup-sparse
4159                           (delq article gnus-newsgroup-sparse)))
4160                    ((vectorp header)
4161                     ;; It's a real article.
4162                     (setq article (mail-header-id header)))
4163                    (t
4164                     ;; It is an extracted pseudo-article.
4165                     (setq article 'pseudo)
4166                     (gnus-request-pseudo-article header))))
4167
4168                 (let ((method (gnus-find-method-for-group
4169                                gnus-newsgroup-name)))
4170                   (when (and (eq (car method) 'nneething)
4171                              (vectorp header))
4172                     (let ((dir (expand-file-name
4173                                 (mail-header-subject header)
4174                                 (file-name-as-directory
4175                                  (or (cadr (assq 'nneething-address method))
4176                                      (nth 1 method))))))
4177                       (when (file-directory-p dir)
4178                         (setq article 'nneething)
4179                         (gnus-group-enter-directory dir))))))))
4180
4181           (cond
4182            ;; Refuse to select canceled articles.
4183            ((and (numberp article)
4184                  gnus-summary-buffer
4185                  (get-buffer gnus-summary-buffer)
4186                  (gnus-buffer-exists-p gnus-summary-buffer)
4187                  (eq (cdr (save-excursion
4188                             (set-buffer gnus-summary-buffer)
4189                             (assq article gnus-newsgroup-reads)))
4190                      gnus-canceled-mark))
4191             nil)
4192            ;; Check the backlog.
4193            ((and gnus-keep-backlog
4194                  (gnus-backlog-request-article group article (current-buffer)))
4195             'article)
4196            ;; Check asynchronous pre-fetch.
4197            ((gnus-async-request-fetched-article group article (current-buffer))
4198             (gnus-async-prefetch-next group article gnus-summary-buffer)
4199             (when (and (numberp article) gnus-keep-backlog)
4200               (gnus-backlog-enter-article group article (current-buffer)))
4201             'article)
4202            ;; Check the cache.
4203            ((and gnus-use-cache
4204                  (numberp article)
4205                  (gnus-cache-request-article article group))
4206             'article)
4207            ;; Get the article and put into the article buffer.
4208            ((or (stringp article)
4209                 (numberp article))
4210             (let ((gnus-override-method gnus-override-method)
4211                   (methods (and (stringp article) 
4212                                 gnus-refer-article-method))
4213                   result
4214                   (buffer-read-only nil))
4215               (setq methods
4216                     (if (listp methods)
4217                         methods
4218                       (list methods)))
4219               (when (and (null gnus-override-method)
4220                          methods)
4221                 (setq gnus-override-method (pop methods)))
4222               (while (not result)
4223                 (when (eq gnus-override-method 'current)
4224                   (setq gnus-override-method gnus-current-select-method))
4225                 (erase-buffer)
4226                 (gnus-kill-all-overlays)
4227                 (let ((gnus-newsgroup-name group))
4228                   (gnus-check-group-server))
4229                 (when (gnus-request-article article group (current-buffer))
4230                   (when (numberp article)
4231                     (gnus-async-prefetch-next group article 
4232                                               gnus-summary-buffer)
4233                     (when gnus-keep-backlog
4234                       (gnus-backlog-enter-article
4235                        group article (current-buffer))))
4236                   (setq result 'article))
4237                 (if (not result)
4238                     (if methods
4239                         (setq gnus-override-method (pop methods))
4240                       (setq result 'done))))
4241               (and (eq result 'article) 'article)))
4242            ;; It was a pseudo.
4243            (t article)))
4244
4245       ;; Associate this article with the current summary buffer.
4246       (setq gnus-article-current-summary gnus-summary-buffer)
4247
4248       ;; Take the article from the original article buffer
4249       ;; and place it in the buffer it's supposed to be in.
4250       (when (and (get-buffer gnus-article-buffer)
4251                  (equal (buffer-name (current-buffer))
4252                         (buffer-name (get-buffer gnus-article-buffer))))
4253         (save-excursion
4254           (if (get-buffer gnus-original-article-buffer)
4255               (set-buffer gnus-original-article-buffer)
4256             (set-buffer (gnus-get-buffer-create gnus-original-article-buffer))
4257             (set-buffer-multibyte nil)
4258             (buffer-disable-undo)
4259             (setq major-mode 'gnus-original-article-mode)
4260             (setq buffer-read-only t))
4261           (let (buffer-read-only)
4262             (erase-buffer)
4263             (insert-buffer-substring gnus-article-buffer))
4264           (setq gnus-original-article (cons group article)))
4265
4266         ;; Decode charsets.
4267         (run-hooks 'gnus-article-decode-hook)
4268         ;; Mark article as decoded or not.
4269         (setq gnus-article-decoded-p gnus-article-decode-hook))
4270
4271       ;; Update sparse articles.
4272       (when (and do-update-line
4273                  (or (numberp article)
4274                      (stringp article)))
4275         (let ((buf (current-buffer)))
4276           (set-buffer gnus-summary-buffer)
4277           (gnus-summary-update-article do-update-line sparse-header)
4278           (gnus-summary-goto-subject do-update-line nil t)
4279           (set-window-point (get-buffer-window (current-buffer) t)
4280                             (point))
4281           (set-buffer buf))))))
4282
4283 ;;;
4284 ;;; Article editing
4285 ;;;
4286
4287 (defcustom gnus-article-edit-mode-hook nil
4288   "Hook run in article edit mode buffers."
4289   :group 'gnus-article-various
4290   :type 'hook)
4291
4292 (defcustom gnus-article-edit-article-setup-function
4293   'gnus-article-mime-edit-article-setup
4294   "Function called to setup an editing article buffer."
4295   :group 'gnus-article-various
4296   :type 'function)
4297
4298 (defvar gnus-article-edit-done-function nil)
4299
4300 (defvar gnus-article-edit-mode-map nil)
4301
4302 ;; Should we be using derived.el for this?
4303 (unless gnus-article-edit-mode-map
4304   (setq gnus-article-edit-mode-map (make-sparse-keymap))
4305   (set-keymap-parent gnus-article-edit-mode-map text-mode-map)
4306
4307   (gnus-define-keys gnus-article-edit-mode-map
4308     "\C-c\C-c" gnus-article-edit-done
4309     "\C-c\C-k" gnus-article-edit-exit)
4310
4311   (gnus-define-keys (gnus-article-edit-wash-map
4312                      "\C-c\C-w" gnus-article-edit-mode-map)
4313     "f" gnus-article-edit-full-stops))
4314
4315 (defun gnus-article-edit-mode ()
4316   "Major mode for editing articles.
4317 This is an extended text-mode.
4318
4319 \\{gnus-article-edit-mode-map}"
4320   (interactive)
4321   (setq major-mode 'gnus-article-edit-mode)
4322   (setq mode-name "Article Edit")
4323   (use-local-map gnus-article-edit-mode-map)
4324   (make-local-variable 'gnus-article-edit-done-function)
4325   (make-local-variable 'gnus-prev-winconf)
4326   (setq buffer-read-only nil)
4327   (buffer-enable-undo)
4328   (widen)
4329   (gnus-run-hooks 'text-mode-hook 'gnus-article-edit-mode-hook))
4330
4331 (defun gnus-article-edit (&optional force)
4332   "Edit the current article.
4333 This will have permanent effect only in mail groups.
4334 If FORCE is non-nil, allow editing of articles even in read-only
4335 groups."
4336   (interactive "P")
4337   (when (and (not force)
4338              (gnus-group-read-only-p))
4339     (error "The current newsgroup does not support article editing"))
4340   (gnus-article-date-original)
4341   (gnus-article-edit-article
4342    'ignore
4343    `(lambda (no-highlight)
4344       'ignore
4345       (gnus-summary-edit-article-done
4346        ,(or (mail-header-references gnus-current-headers) "")
4347        ,(gnus-group-read-only-p) ,gnus-summary-buffer no-highlight))))
4348
4349 (defun gnus-article-edit-article (start-func exit-func)
4350   "Start editing the contents of the current article buffer."
4351   (let ((winconf (current-window-configuration)))
4352     (set-buffer gnus-article-buffer)
4353     (gnus-article-edit-mode)
4354     (funcall start-func)
4355     (gnus-configure-windows 'edit-article)
4356     (setq gnus-article-edit-done-function exit-func)
4357     (setq gnus-prev-winconf winconf)
4358     (when gnus-article-edit-article-setup-function
4359       (funcall gnus-article-edit-article-setup-function))
4360     (gnus-message 6 "C-c C-c to end edits")))
4361
4362 (defun gnus-article-edit-done (&optional arg)
4363   "Update the article edits and exit."
4364   (interactive "P")
4365   (save-excursion
4366     (save-restriction
4367       (widen)
4368       (when (article-goto-body)
4369         (let ((lines (count-lines (point) (point-max)))
4370               (length (- (point-max) (point)))
4371               (case-fold-search t)
4372               (body (copy-marker (point))))
4373           (goto-char (point-min))
4374           (when (re-search-forward "^content-length:[ \t]\\([0-9]+\\)" body t)
4375             (delete-region (match-beginning 1) (match-end 1))
4376             (insert (number-to-string length)))
4377           (goto-char (point-min))
4378           (when (re-search-forward
4379                  "^x-content-length:[ \t]\\([0-9]+\\)" body t)
4380             (delete-region (match-beginning 1) (match-end 1))
4381             (insert (number-to-string length)))
4382           (goto-char (point-min))
4383           (when (re-search-forward "^lines:[ \t]\\([0-9]+\\)" body t)
4384             (delete-region (match-beginning 1) (match-end 1))
4385             (insert (number-to-string lines)))))))
4386   (let ((func gnus-article-edit-done-function)
4387         (buf (current-buffer))
4388         (start (window-start)))
4389     (remove-hook 'gnus-article-mode-hook
4390                  'gnus-article-mime-edit-article-unwind)
4391     (gnus-article-edit-exit)
4392     (save-excursion
4393       (set-buffer buf)
4394       (let ((buffer-read-only nil))
4395         (funcall func arg))
4396       ;; The cache and backlog have to be flushed somewhat.
4397       (when gnus-keep-backlog
4398         (gnus-backlog-remove-article
4399          (car gnus-article-current) (cdr gnus-article-current)))
4400       ;; Flush original article as well.
4401       (save-excursion
4402         (when (get-buffer gnus-original-article-buffer)
4403           (set-buffer gnus-original-article-buffer)
4404           (setq gnus-original-article nil)))
4405       (when gnus-use-cache
4406         (gnus-cache-update-article
4407          (car gnus-article-current) (cdr gnus-article-current))))
4408     (set-buffer buf)
4409     (set-window-start (get-buffer-window buf) start)
4410     (set-window-point (get-buffer-window buf) (point))))
4411
4412 (defun gnus-article-edit-exit ()
4413   "Exit the article editing without updating."
4414   (interactive)
4415   ;; We remove all text props from the article buffer.
4416   (let ((buf (buffer-substring-no-properties (point-min) (point-max)))
4417         (curbuf (current-buffer))
4418         (p (point))
4419         (window-start (window-start)))
4420     (erase-buffer)
4421     (insert buf)
4422     (let ((winconf gnus-prev-winconf))
4423       (gnus-article-mode)
4424       (set-window-configuration winconf)
4425       ;; Tippy-toe some to make sure that point remains where it was.
4426       (save-current-buffer
4427         (set-buffer curbuf)
4428         (set-window-start (get-buffer-window (current-buffer)) window-start)
4429         (goto-char p)))))
4430
4431 (defun gnus-article-edit-full-stops ()
4432   "Interactively repair spacing at end of sentences."
4433   (interactive)
4434   (save-excursion
4435     (goto-char (point-min))
4436     (search-forward-regexp "^$" nil t)
4437     (let ((case-fold-search nil))
4438       (query-replace-regexp "\\([.!?][])}]* \\)\\([[({A-Z]\\)" "\\1 \\2"))))
4439
4440 ;;;
4441 ;;; Article editing with MIME-Edit
4442 ;;;
4443
4444 (defcustom gnus-article-mime-edit-article-setup-hook nil
4445   "Hook run after setting up a MIME editing article buffer."
4446   :group 'gnus-article-various
4447   :type 'hook)
4448
4449 (defun gnus-article-mime-edit-article-unwind ()
4450   "Unwind `gnus-article-buffer' if article editing was given up."
4451   (remove-hook 'gnus-article-mode-hook 'gnus-article-mime-edit-article-unwind)
4452   (when mime-edit-mode-flag
4453     (mime-edit-exit 'nomime 'no-error)
4454     (message ""))
4455   (when (featurep 'font-lock)
4456     (setq font-lock-defaults nil)
4457     (font-lock-mode 0)))
4458
4459 (defun gnus-article-mime-edit-article-setup ()
4460   "Convert current buffer to MIME-Edit buffer and turn on MIME-Edit mode
4461 after replacing with the original article."
4462   (setq gnus-show-mime t)
4463   (setq gnus-article-edit-done-function
4464         `(lambda (&rest args)
4465            (when mime-edit-mode-flag
4466              (mime-edit-exit)
4467              (message ""))
4468            (goto-char (point-min))
4469            (let (case-fold-search)
4470              (when (re-search-forward
4471                     (format "^%s$" (regexp-quote mail-header-separator))
4472                     nil t)
4473                (replace-match "")))
4474            (when (featurep 'font-lock)
4475              (setq font-lock-defaults nil)
4476              (font-lock-mode 0))
4477            (apply ,gnus-article-edit-done-function args)
4478            (set-buffer gnus-original-article-buffer)
4479            (erase-buffer)
4480            (insert-buffer gnus-article-buffer)
4481            (setq gnus-current-headers (gnus-article-make-full-mail-header))
4482            (gnus-article-prepare-display)))
4483   (substitute-key-definition
4484    'gnus-article-edit-exit 'gnus-article-mime-edit-exit
4485    gnus-article-edit-mode-map)
4486   (erase-buffer)
4487   (insert-buffer gnus-original-article-buffer)
4488   (mime-edit-again)
4489   (when (featurep 'font-lock)
4490     (set (make-local-variable 'font-lock-defaults)
4491          '(message-font-lock-keywords t))
4492     (font-lock-set-defaults)
4493     (turn-on-font-lock))
4494   (add-hook 'gnus-article-mode-hook 'gnus-article-mime-edit-article-unwind)
4495   (gnus-run-hooks 'gnus-article-mime-edit-article-setup-hook))
4496
4497 (defun gnus-article-mime-edit-exit ()
4498   "Exit the article MIME editing without updating."
4499   (interactive)
4500   (let ((winconf gnus-prev-winconf)
4501         buf)
4502     (when mime-edit-mode-flag
4503       (mime-edit-exit)
4504       (message ""))
4505     (goto-char (point-min))
4506     (let (case-fold-search)
4507       (when (re-search-forward
4508              (format "^%s$" (regexp-quote mail-header-separator)) nil t)
4509         (replace-match "")))
4510     (when (featurep 'font-lock)
4511       (setq font-lock-defaults nil)
4512       (font-lock-mode 0))
4513     ;; We remove all text props from the article buffer.
4514     (setq buf (format "%s" (buffer-string)))
4515     (set-buffer (get-buffer-create gnus-original-article-buffer))
4516     (erase-buffer)
4517     (insert buf)
4518     (setq gnus-current-headers (gnus-article-make-full-mail-header))
4519     (gnus-article-prepare-display)
4520     (set-window-configuration winconf)))
4521
4522 ;;;
4523 ;;; Article highlights
4524 ;;;
4525
4526 ;; Written by Per Abrahamsen <abraham@iesd.auc.dk>.
4527
4528 ;;; Internal Variables:
4529
4530 (defcustom gnus-button-url-regexp "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):\\)\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?\\([-a-zA-Z0-9_=!?#$@~`%&*+|\\/:;.,]\\|\\w\\)+\\([-a-zA-Z0-9_=#$@~`%&*+|\\/]\\|\\w\\)\\)"
4531   "Regular expression that matches URLs."
4532   :group 'gnus-article-buttons
4533   :type 'regexp)
4534
4535 (defcustom gnus-button-alist
4536   `(("<\\(url:[>\n\t ]*?\\)?news:[>\n\t ]*\\([^>\n\t ]*@[^>\n\t ]*\\)>"
4537      0 t gnus-button-message-id 2)
4538     ("\\bnews:\\([^>\n\t ]*@[^>)!;:,\n\t ]*\\)" 0 t gnus-button-message-id 1)
4539     ("\\(\\b<\\(url:[>\n\t ]*\\)?news:[>\n\t ]*\\(//\\)?\\([^>\n\t ]*\\)>\\)"
4540      1 t
4541      gnus-button-fetch-group 4)
4542     ("\\bnews:\\(//\\)?\\([^'\">\n\t ]+\\)" 0 t gnus-button-fetch-group 2)
4543     ("\\bin\\( +article\\| +message\\)? +\\(<\\([^\n @<>]+@[^\n @<>]+\\)>\\)" 2
4544      t gnus-button-message-id 3)
4545     ("\\(<URL: *\\)mailto: *\\([^> \n\t]+\\)>" 0 t gnus-url-mailto 2)
4546     ("mailto:\\([-a-zA-Z.@_+0-9%]+\\)" 0 t gnus-url-mailto 1)
4547     ("\\bmailto:\\([^ \n\t]+\\)" 0 t gnus-url-mailto 1)
4548     ;; This is how URLs _should_ be embedded in text...
4549     ("<URL: *\\([^<>]*\\)>" 0 t gnus-button-embedded-url 1)
4550     ;; Raw URLs.
4551     (,gnus-button-url-regexp 0 t browse-url 0))
4552   "*Alist of regexps matching buttons in article bodies.
4553
4554 Each entry has the form (REGEXP BUTTON FORM CALLBACK PAR...), where
4555 REGEXP: is the string matching text around the button,
4556 BUTTON: is the number of the regexp grouping actually matching the button,
4557 FORM: is a lisp expression which must eval to true for the button to
4558 be added,
4559 CALLBACK: is the function to call when the user push this button, and each
4560 PAR: is a number of a regexp grouping whose text will be passed to CALLBACK.
4561
4562 CALLBACK can also be a variable, in that case the value of that
4563 variable it the real callback function."
4564   :group 'gnus-article-buttons
4565   :type '(repeat (list regexp
4566                        (integer :tag "Button")
4567                        (sexp :tag "Form")
4568                        (function :tag "Callback")
4569                        (repeat :tag "Par"
4570                                :inline t
4571                                (integer :tag "Regexp group")))))
4572
4573 (defcustom gnus-header-button-alist
4574   `(("^\\(References\\|Message-I[Dd]\\):" "<[^>]+>"
4575      0 t gnus-button-message-id 0)
4576     ("^\\(From\\|Reply-To\\):" ": *\\(.+\\)$" 1 t gnus-button-reply 1)
4577     ("^\\(Cc\\|To\\):" "[^ \t\n<>,()\"]+@[^ \t\n<>,()\"]+"
4578      0 t gnus-button-mailto 0)
4579     ("^X-[Uu][Rr][Ll]:" ,gnus-button-url-regexp 0 t browse-url 0)
4580     ("^Subject:" ,gnus-button-url-regexp 0 t browse-url 0)
4581     ("^[^:]+:" ,gnus-button-url-regexp 0 t browse-url 0)
4582     ("^[^:]+:" "\\(<\\(url: \\)?news:\\([^>\n ]*\\)>\\)" 1 t
4583      gnus-button-message-id 3))
4584   "*Alist of headers and regexps to match buttons in article heads.
4585
4586 This alist is very similar to `gnus-button-alist', except that each
4587 alist has an additional HEADER element first in each entry:
4588
4589 \(HEADER REGEXP BUTTON FORM CALLBACK PAR)
4590
4591 HEADER is a regexp to match a header.  For a fuller explanation, see
4592 `gnus-button-alist'."
4593   :group 'gnus-article-buttons
4594   :group 'gnus-article-headers
4595   :type '(repeat (list (regexp :tag "Header")
4596                        regexp
4597                        (integer :tag "Button")
4598                        (sexp :tag "Form")
4599                        (function :tag "Callback")
4600                        (repeat :tag "Par"
4601                                :inline t
4602                                (integer :tag "Regexp group")))))
4603
4604 (defvar gnus-button-regexp nil)
4605 (defvar gnus-button-marker-list nil)
4606 ;; Regexp matching any of the regexps from `gnus-button-alist'.
4607
4608 (defvar gnus-button-last nil)
4609 ;; The value of `gnus-button-alist' when `gnus-button-regexp' was build.
4610
4611 ;;; Commands:
4612
4613 (defun gnus-article-push-button (event)
4614   "Check text under the mouse pointer for a callback function.
4615 If the text under the mouse pointer has a `gnus-callback' property,
4616 call it with the value of the `gnus-data' text property."
4617   (interactive "e")
4618   (set-buffer (window-buffer (posn-window (event-start event))))
4619   (let* ((pos (posn-point (event-start event)))
4620          (data (get-text-property pos 'gnus-data))
4621          (fun (get-text-property pos 'gnus-callback)))
4622     (goto-char pos)
4623     (when fun
4624       (funcall fun data))))
4625
4626 (defun gnus-article-press-button ()
4627   "Check text at point for a callback function.
4628 If the text at point has a `gnus-callback' property,
4629 call it with the value of the `gnus-data' text property."
4630   (interactive)
4631   (let* ((data (get-text-property (point) 'gnus-data))
4632          (fun (get-text-property (point) 'gnus-callback)))
4633     (when fun
4634       (funcall fun data))))
4635
4636 (defun gnus-article-prev-button (n)
4637   "Move point to N buttons backward.
4638 If N is negative, move forward instead."
4639   (interactive "p")
4640   (gnus-article-next-button (- n)))
4641
4642 (defun gnus-article-next-button (n)
4643   "Move point to N buttons forward.
4644 If N is negative, move backward instead."
4645   (interactive "p")
4646   (let ((function (if (< n 0) 'previous-single-property-change
4647                     'next-single-property-change))
4648         (inhibit-point-motion-hooks t)
4649         (backward (< n 0))
4650         (limit (if (< n 0) (point-min) (point-max))))
4651     (setq n (abs n))
4652     (while (and (not (= limit (point)))
4653                 (> n 0))
4654       ;; Skip past the current button.
4655       (when (get-text-property (point) 'gnus-callback)
4656         (goto-char (funcall function (point) 'gnus-callback nil limit)))
4657       ;; Go to the next (or previous) button.
4658       (gnus-goto-char (funcall function (point) 'gnus-callback nil limit))
4659       ;; Put point at the start of the button.
4660       (when (and backward (not (get-text-property (point) 'gnus-callback)))
4661         (goto-char (funcall function (point) 'gnus-callback nil limit)))
4662       ;; Skip past intangible buttons.
4663       (when (get-text-property (point) 'intangible)
4664         (incf n))
4665       (decf n))
4666     (unless (zerop n)
4667       (gnus-message 5 "No more buttons"))
4668     n))
4669
4670 (defun gnus-article-highlight (&optional force)
4671   "Highlight current article.
4672 This function calls `gnus-article-highlight-headers',
4673 `gnus-article-highlight-citation',
4674 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
4675 do the highlighting.  See the documentation for those functions."
4676   (interactive (list 'force))
4677   (gnus-article-highlight-headers)
4678   (gnus-article-highlight-citation force)
4679   (gnus-article-highlight-signature)
4680   (gnus-article-add-buttons force)
4681   (gnus-article-add-buttons-to-head))
4682
4683 (defun gnus-article-highlight-some (&optional force)
4684   "Highlight current article.
4685 This function calls `gnus-article-highlight-headers',
4686 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
4687 do the highlighting.  See the documentation for those functions."
4688   (interactive (list 'force))
4689   (gnus-article-highlight-headers)
4690   (gnus-article-highlight-signature)
4691   (gnus-article-add-buttons))
4692
4693 (defun gnus-article-highlight-headers ()
4694   "Highlight article headers as specified by `gnus-header-face-alist'."
4695   (interactive)
4696   (save-excursion
4697     (set-buffer gnus-article-buffer)
4698     (save-restriction
4699       (let ((alist gnus-header-face-alist)
4700             (buffer-read-only nil)
4701             (case-fold-search t)
4702             (inhibit-point-motion-hooks t)
4703             entry regexp header-face field-face from hpoints fpoints)
4704         (article-narrow-to-head)
4705         (while (setq entry (pop alist))
4706           (goto-char (point-min))
4707           (setq regexp (concat "^\\("
4708                                (if (string-equal "" (nth 0 entry))
4709                                    "[^\t ]"
4710                                  (nth 0 entry))
4711                                "\\)")
4712                 header-face (nth 1 entry)
4713                 field-face (nth 2 entry))
4714           (while (and (re-search-forward regexp nil t)
4715                       (not (eobp)))
4716             (beginning-of-line)
4717             (setq from (point))
4718             (unless (search-forward ":" nil t)
4719               (forward-char 1))
4720             (when (and header-face
4721                        (not (memq (point) hpoints)))
4722               (push (point) hpoints)
4723               (gnus-put-text-property from (point) 'face header-face))
4724             (when (and field-face
4725                        (not (memq (setq from (point)) fpoints)))
4726               (push from fpoints)
4727               (if (re-search-forward "^[^ \t]" nil t)
4728                   (forward-char -2)
4729                 (goto-char (point-max)))
4730               (gnus-put-text-property from (point) 'face field-face))))))))
4731
4732 (defun gnus-article-highlight-signature ()
4733   "Highlight the signature in an article.
4734 It does this by highlighting everything after
4735 `gnus-signature-separator' using `gnus-signature-face'."
4736   (interactive)
4737   (when gnus-signature-face
4738     (save-excursion
4739       (set-buffer gnus-article-buffer)
4740       (let ((buffer-read-only nil)
4741             (inhibit-point-motion-hooks t))
4742         (save-restriction
4743           (when (gnus-article-narrow-to-signature)
4744             (gnus-overlay-put (gnus-make-overlay (point-min) (point-max))
4745                               'face gnus-signature-face)))))))
4746
4747 (defun gnus-article-buttonize-signature ()
4748   "Add button to the signature."
4749   (interactive)
4750   (save-excursion
4751     (set-buffer gnus-article-buffer)
4752     (let ((buffer-read-only nil)
4753           (inhibit-point-motion-hooks t))
4754       (when (gnus-article-search-signature)
4755         (gnus-article-add-button (match-beginning 0) (match-end 0)
4756                                  'gnus-signature-toggle
4757                                  (set-marker (make-marker)
4758                                              (1+ (match-end 0))))))))
4759
4760 (defun gnus-button-in-region-p (b e prop)
4761   "Say whether PROP exists in the region."
4762   (text-property-not-all b e prop nil))
4763
4764 (defun gnus-article-add-buttons (&optional force)
4765   "Find external references in the article and make buttons of them.
4766 \"External references\" are things like Message-IDs and URLs, as
4767 specified by `gnus-button-alist'."
4768   (interactive (list 'force))
4769   (save-excursion
4770     (set-buffer gnus-article-buffer)
4771     (let ((buffer-read-only nil)
4772           (inhibit-point-motion-hooks t)
4773           (case-fold-search t)
4774           (alist gnus-button-alist)
4775           beg entry regexp)
4776       ;; Remove all old markers.
4777       (let (marker entry new-list)
4778         (while (setq marker (pop gnus-button-marker-list))
4779           (if (or (< marker (point-min)) (>= marker (point-max)))
4780               (push marker new-list)
4781             (goto-char marker)
4782             (when (setq entry (gnus-button-entry))
4783               (put-text-property (match-beginning (nth 1 entry))
4784                                  (match-end (nth 1 entry))
4785                                  'gnus-callback nil))
4786             (set-marker marker nil)))
4787         (setq gnus-button-marker-list new-list))
4788       ;; We skip the headers.
4789       (article-goto-body)
4790       (setq beg (point))
4791       (while (setq entry (pop alist))
4792         (setq regexp (car entry))
4793         (goto-char beg)
4794         (while (re-search-forward regexp nil t)
4795           (let* ((start (and entry (match-beginning (nth 1 entry))))
4796                  (end (and entry (match-end (nth 1 entry))))
4797                  (from (match-beginning 0)))
4798             (when (and (or (eq t (nth 2 entry))
4799                            (eval (nth 2 entry)))
4800                        (not (gnus-button-in-region-p
4801                              start end 'gnus-callback)))
4802               ;; That optional form returned non-nil, so we add the
4803               ;; button.
4804               (gnus-article-add-button
4805                start end 'gnus-button-push
4806                (car (push (set-marker (make-marker) from)
4807                           gnus-button-marker-list))))))))))
4808
4809 ;; Add buttons to the head of an article.
4810 (defun gnus-article-add-buttons-to-head ()
4811   "Add buttons to the head of the article."
4812   (interactive)
4813   (save-excursion
4814     (set-buffer gnus-article-buffer)
4815     (save-restriction
4816       (let ((buffer-read-only nil)
4817             (inhibit-point-motion-hooks t)
4818             (case-fold-search t)
4819             (alist gnus-header-button-alist)
4820             entry beg end)
4821         (article-narrow-to-head)
4822         (while alist
4823           ;; Each alist entry.
4824           (setq entry (car alist)
4825                 alist (cdr alist))
4826           (goto-char (point-min))
4827           (while (re-search-forward (car entry) nil t)
4828             ;; Each header matching the entry.
4829             (setq beg (match-beginning 0))
4830             (setq end (or (and (re-search-forward "^[^ \t]" nil t)
4831                                (match-beginning 0))
4832                           (point-max)))
4833             (goto-char beg)
4834             (while (re-search-forward (nth 1 entry) end t)
4835               ;; Each match within a header.
4836               (let* ((entry (cdr entry))
4837                      (start (match-beginning (nth 1 entry)))
4838                      (end (match-end (nth 1 entry)))
4839                      (form (nth 2 entry)))
4840                 (goto-char (match-end 0))
4841                 (when (eval form)
4842                   (gnus-article-add-button
4843                    start end (nth 3 entry)
4844                    (buffer-substring (match-beginning (nth 4 entry))
4845                                      (match-end (nth 4 entry)))))))
4846             (goto-char end)))))))
4847
4848 ;;; External functions:
4849
4850 (defun gnus-article-add-button (from to fun &optional data)
4851   "Create a button between FROM and TO with callback FUN and data DATA."
4852   (when gnus-article-button-face
4853     (gnus-overlay-put (gnus-make-overlay from to)
4854                       'face gnus-article-button-face))
4855   (gnus-add-text-properties
4856    from to
4857    (nconc (and gnus-article-mouse-face
4858                (list gnus-mouse-face-prop gnus-article-mouse-face))
4859           (list 'gnus-callback fun)
4860           (and data (list 'gnus-data data))))
4861   (widget-convert-button 'link from to :action 'gnus-widget-press-button
4862                          :button-keymap gnus-widget-button-keymap))
4863
4864 ;;; Internal functions:
4865
4866 (defun gnus-article-set-globals ()
4867   (save-excursion
4868     (set-buffer gnus-summary-buffer)
4869     (gnus-set-global-variables)))
4870
4871 (defun gnus-signature-toggle (end)
4872   (save-excursion
4873     (set-buffer gnus-article-buffer)
4874     (let ((buffer-read-only nil)
4875           (inhibit-point-motion-hooks t)
4876           (limit (next-single-property-change end 'mime-view-entity
4877                                               nil (point-max))))
4878       (if (get-text-property end 'invisible)
4879           (gnus-article-unhide-text end limit)
4880         (gnus-article-hide-text end limit gnus-hidden-properties)))))
4881
4882 (defun gnus-button-entry ()
4883   ;; Return the first entry in `gnus-button-alist' matching this place.
4884   (let ((alist gnus-button-alist)
4885         (entry nil))
4886     (while alist
4887       (setq entry (pop alist))
4888       (if (looking-at (car entry))
4889           (setq alist nil)
4890         (setq entry nil)))
4891     entry))
4892
4893 (defun gnus-button-push (marker)
4894   ;; Push button starting at MARKER.
4895   (save-excursion
4896     (goto-char marker)
4897     (let* ((entry (gnus-button-entry))
4898            (inhibit-point-motion-hooks t)
4899            (fun (nth 3 entry))
4900            (args (mapcar (lambda (group)
4901                            (let ((string (match-string group)))
4902                              (gnus-set-text-properties
4903                               0 (length string) nil string)
4904                              string))
4905                          (nthcdr 4 entry))))
4906       (cond
4907        ((fboundp fun)
4908         (apply fun args))
4909        ((and (boundp fun)
4910              (fboundp (symbol-value fun)))
4911         (apply (symbol-value fun) args))
4912        (t
4913         (gnus-message 1 "You must define `%S' to use this button"
4914                       (cons fun args)))))))
4915
4916 (defun gnus-button-message-id (message-id)
4917   "Fetch MESSAGE-ID."
4918   (save-excursion
4919     (set-buffer gnus-summary-buffer)
4920     (gnus-summary-refer-article message-id)))
4921
4922 (defun gnus-button-fetch-group (address)
4923   "Fetch GROUP specified by ADDRESS."
4924   (if (not (string-match "[:/]" address))
4925       ;; This is just a simple group url.
4926       (gnus-group-read-ephemeral-group address gnus-select-method)
4927     (if (not (string-match "^\\([^:/]+\\)\\(:\\([^/]+\\)/\\)?\\(.*\\)$"
4928                            address))
4929         (error "Can't parse %s" address)
4930       (gnus-group-read-ephemeral-group
4931        (match-string 4 address)
4932        `(nntp ,(match-string 1 address)
4933               (nntp-address ,(match-string 1 address))
4934               (nntp-port-number ,(if (match-end 3)
4935                                      (match-string 3 address)
4936                                    "nntp")))))))
4937
4938 (defun gnus-url-parse-query-string (query &optional downcase)
4939   (let (retval pairs cur key val)
4940     (setq pairs (split-string query "&"))
4941     (while pairs
4942       (setq cur (car pairs)
4943             pairs (cdr pairs))
4944       (if (not (string-match "=" cur))
4945           nil                           ; Grace
4946         (setq key (gnus-url-unhex-string (substring cur 0 (match-beginning 0)))
4947               val (gnus-url-unhex-string (substring cur (match-end 0) nil)))
4948         (if downcase
4949             (setq key (downcase key)))
4950         (setq cur (assoc key retval))
4951         (if cur
4952             (setcdr cur (cons val (cdr cur)))
4953           (setq retval (cons (list key val) retval)))))
4954     retval))
4955
4956 (defun gnus-url-unhex (x)
4957   (if (> x ?9)
4958       (if (>= x ?a)
4959           (+ 10 (- x ?a))
4960         (+ 10 (- x ?A)))
4961     (- x ?0)))
4962
4963 (defun gnus-url-unhex-string (str &optional allow-newlines)
4964   "Remove %XXX embedded spaces, etc in a url.
4965 If optional second argument ALLOW-NEWLINES is non-nil, then allow the
4966 decoding of carriage returns and line feeds in the string, which is normally
4967 forbidden in URL encoding."
4968   (setq str (or str ""))
4969   (let ((tmp "")
4970         (case-fold-search t))
4971     (while (string-match "%[0-9a-f][0-9a-f]" str)
4972       (let* ((start (match-beginning 0))
4973              (ch1 (gnus-url-unhex (elt str (+ start 1))))
4974              (code (+ (* 16 ch1)
4975                       (gnus-url-unhex (elt str (+ start 2))))))
4976         (setq tmp (concat
4977                    tmp (substring str 0 start)
4978                    (cond
4979                     (allow-newlines
4980                      (char-to-string code))
4981                     ((or (= code ?\n) (= code ?\r))
4982                      " ")
4983                     (t (char-to-string code))))
4984               str (substring str (match-end 0)))))
4985     (setq tmp (concat tmp str))
4986     tmp))
4987
4988 (defun gnus-url-mailto (url)
4989   ;; Send mail to someone
4990   (when (string-match "mailto:/*\\(.*\\)" url)
4991     (setq url (substring url (match-beginning 1) nil)))
4992   (let (to args subject func)
4993     (if (string-match (regexp-quote "?") url)
4994         (setq to (gnus-url-unhex-string (substring url 0 (match-beginning 0)))
4995               args (gnus-url-parse-query-string
4996                     (substring url (match-end 0) nil) t))
4997       (setq to (gnus-url-unhex-string url)))
4998     (setq args (cons (list "to" to) args)
4999           subject (cdr-safe (assoc "subject" args)))
5000     (gnus-setup-message 'reply
5001       (message-mail)
5002       (while args
5003         (setq func (intern-soft (concat "message-goto-" (downcase (caar args)))))
5004         (if (fboundp func)
5005             (funcall func)
5006           (message-position-on-field (caar args)))
5007         (insert (mapconcat 'identity (cdar args) ", "))
5008         (setq args (cdr args)))
5009       (if subject
5010           (message-goto-body)
5011         (message-goto-subject)))))
5012
5013 (defun gnus-button-mailto (address)
5014   ;; Mail to ADDRESS.
5015   (set-buffer (gnus-copy-article-buffer))
5016   (gnus-setup-message 'reply
5017     (message-reply address)))
5018
5019 (defun gnus-button-reply (address)
5020   ;; Reply to ADDRESS.
5021   (gnus-setup-message 'reply
5022     (message-reply address)))
5023
5024 (defun gnus-button-embedded-url (address)
5025   "Browse ADDRESS."
5026   (browse-url (gnus-strip-whitespace address)))
5027
5028 (defun gnus-article-smiley-display ()
5029   "Display \"smileys\" as small graphical icons."
5030   (smiley-toggle-buffer 1 (current-buffer) (point-min) (point-max)))
5031
5032 ;;; Next/prev buttons in the article buffer.
5033
5034 (defvar gnus-next-page-line-format "%{%(Next page...%)%}\n")
5035 (defvar gnus-prev-page-line-format "%{%(Previous page...%)%}\n")
5036
5037 (defvar gnus-prev-page-map nil)
5038 (unless gnus-prev-page-map
5039   (setq gnus-prev-page-map (make-sparse-keymap))
5040   (define-key gnus-prev-page-map gnus-mouse-2 'gnus-button-prev-page)
5041   (define-key gnus-prev-page-map "\r" 'gnus-button-prev-page))
5042
5043 (static-if (featurep 'xemacs)
5044     (defun gnus-insert-prev-page-button ()
5045       (let ((buffer-read-only nil))
5046         (gnus-eval-format
5047          gnus-prev-page-line-format nil
5048          `(gnus-prev t local-map ,gnus-prev-page-map
5049                      gnus-callback gnus-article-button-prev-page
5050                      article-type annotation))))
5051   (defun gnus-insert-prev-page-button ()
5052     (let ((buffer-read-only nil)
5053           (situation (get-text-property (point-min) 'mime-view-situation)))
5054       (set-keymap-parent gnus-prev-page-map (current-local-map))
5055       (gnus-eval-format
5056        gnus-prev-page-line-format nil
5057        `(gnus-prev t local-map ,gnus-prev-page-map
5058                    gnus-callback gnus-article-button-prev-page
5059                    article-type annotation
5060                    mime-view-situation ,situation))))
5061   )
5062
5063 (defvar gnus-next-page-map nil)
5064 (unless gnus-next-page-map
5065   (setq gnus-next-page-map (make-sparse-keymap))
5066   (define-key gnus-next-page-map gnus-mouse-2 'gnus-button-next-page)
5067   (define-key gnus-next-page-map "\r" 'gnus-button-next-page))
5068
5069 (defun gnus-button-next-page ()
5070   "Go to the next page."
5071   (interactive)
5072   (let ((win (selected-window)))
5073     (select-window (get-buffer-window gnus-article-buffer t))
5074     (gnus-article-next-page)
5075     (select-window win)))
5076
5077 (defun gnus-button-prev-page ()
5078   "Go to the prev page."
5079   (interactive)
5080   (let ((win (selected-window)))
5081     (select-window (get-buffer-window gnus-article-buffer t))
5082     (gnus-article-prev-page)
5083     (select-window win)))
5084
5085 (static-if (featurep 'xemacs)
5086     (defun gnus-insert-next-page-button ()
5087       (let ((buffer-read-only nil))
5088         (gnus-eval-format gnus-next-page-line-format nil
5089                           `(gnus-next
5090                             t local-map ,gnus-next-page-map
5091                             gnus-callback gnus-article-button-next-page
5092                             article-type annotation))))
5093   (defun gnus-insert-next-page-button ()
5094     (let ((buffer-read-only nil)
5095           (situation (get-text-property (point-min) 'mime-view-situation)))
5096       (set-keymap-parent gnus-next-page-map (current-local-map))
5097       (gnus-eval-format gnus-next-page-line-format nil
5098                         `(gnus-next
5099                           t local-map ,gnus-next-page-map
5100                           gnus-callback gnus-article-button-next-page
5101                           article-type annotation
5102                           mime-view-situation ,situation))))
5103   )
5104
5105 (defun gnus-article-button-next-page (arg)
5106   "Go to the next page."
5107   (interactive "P")
5108   (let ((win (selected-window)))
5109     (select-window (get-buffer-window gnus-article-buffer t))
5110     (gnus-article-next-page)
5111     (select-window win)))
5112
5113 (defun gnus-article-button-prev-page (arg)
5114   "Go to the prev page."
5115   (interactive "P")
5116   (let ((win (selected-window)))
5117     (select-window (get-buffer-window gnus-article-buffer t))
5118     (gnus-article-prev-page)
5119     (select-window win)))
5120
5121 (defvar gnus-decode-header-methods
5122   '(mail-decode-encoded-word-region)
5123   "List of methods used to decode headers.
5124
5125 This variable is a list of FUNCTION or (REGEXP . FUNCTION).  If item
5126 is FUNCTION, FUNCTION will be apply to all newsgroups.  If item is a
5127 (REGEXP . FUNCTION), FUNCTION will be only apply to thes newsgroups
5128 whose names match REGEXP.
5129
5130 For example:
5131 ((\"chinese\" . gnus-decode-encoded-word-region-by-guess)
5132  mail-decode-encoded-word-region
5133  (\"chinese\" . rfc1843-decode-region))
5134 ")
5135
5136 (defvar gnus-decode-header-methods-cache nil)
5137
5138 (defun gnus-multi-decode-header (start end)
5139   "Apply the functions from `gnus-encoded-word-methods' that match."
5140   (unless (and gnus-decode-header-methods-cache
5141                (eq gnus-newsgroup-name
5142                    (car gnus-decode-header-methods-cache)))
5143     (setq gnus-decode-header-methods-cache (list gnus-newsgroup-name))
5144     (mapcar (lambda (x)
5145               (if (symbolp x)
5146                   (nconc gnus-decode-header-methods-cache (list x))
5147                 (if (and gnus-newsgroup-name
5148                          (string-match (car x) gnus-newsgroup-name))
5149                     (nconc gnus-decode-header-methods-cache
5150                            (list (cdr x))))))
5151           gnus-decode-header-methods))
5152   (let ((xlist gnus-decode-header-methods-cache))
5153     (pop xlist)
5154     (save-restriction
5155       (narrow-to-region start end)
5156       (while xlist
5157         (funcall (pop xlist) (point-min) (point-max))))))
5158
5159 ;;;
5160 ;;; Treatment top-level handling.
5161 ;;;
5162
5163 (defun gnus-treat-article (condition &optional part-number total-parts type)
5164   (let ((length (- (point-max) (point-min)))
5165         (alist gnus-treatment-function-alist)
5166         (article-goto-body-goes-to-point-min-p t)
5167         (treated-type
5168          (or (not type)
5169              (catch 'found
5170                (let ((list gnus-article-treat-types))
5171                  (while list
5172                    (when (string-match (pop list) type)
5173                      (throw 'found t)))))))
5174         (highlightp (gnus-visual-p 'article-highlight 'highlight))
5175         (entity (static-unless (featurep 'xemacs)
5176                   (when (eq 'head condition)
5177                     (get-text-property (point-min) 'mime-view-entity))))
5178         val elem buttonized)
5179     (gnus-run-hooks 'gnus-part-display-hook)
5180     (unless gnus-inhibit-treatment
5181       (while (setq elem (pop alist))
5182         (setq val
5183               (save-excursion
5184                 (if (gnus-buffer-live-p gnus-summary-buffer)
5185                     (set-buffer gnus-summary-buffer))
5186                 (symbol-value (car elem))))
5187         (when (and (or (consp val)
5188                        treated-type)
5189                    (gnus-treat-predicate val)
5190                    (or (not (get (car elem) 'highlight))
5191                        highlightp))
5192           (when (and (not buttonized)
5193                      (memq (car elem)
5194                            '(gnus-treat-hide-signature
5195                              gnus-treat-highlight-signature)))
5196             (gnus-article-buttonize-signature)
5197             (setq buttonized t))
5198           (save-restriction
5199             (funcall (cadr elem)))))
5200       ;; FSF Emacsen does not inherit the existing text properties
5201       ;; in the new text, so we should do it for `mime-view-entity'.
5202       (static-unless (featurep 'xemacs)
5203         (when entity
5204           (put-text-property (point-min) (point-max)
5205                              'mime-view-entity entity))))))
5206
5207 ;; Dynamic variables.
5208 (defvar part-number)
5209 (defvar total-parts)
5210 (defvar type)
5211 (defvar condition)
5212 (defvar length)
5213 (defun gnus-treat-predicate (val)
5214   (cond
5215    ((null val)
5216     nil)
5217    ((and (listp val)
5218          (stringp (car val)))
5219     (apply 'gnus-or (mapcar `(lambda (s)
5220                                (string-match s ,(or gnus-newsgroup-name "")))
5221                             val)))
5222    ((listp val)
5223     (let ((pred (pop val)))
5224       (cond
5225        ((eq pred 'or)
5226         (apply 'gnus-or (mapcar 'gnus-treat-predicate val)))
5227        ((eq pred 'and)
5228         (apply 'gnus-and (mapcar 'gnus-treat-predicate val)))
5229        ((eq pred 'not)
5230         (not (gnus-treat-predicate (car val))))
5231        ((eq pred 'typep)
5232         (equal (car val) type))
5233        (t
5234         (error "%S is not a valid predicate" pred)))))
5235    ((eq val 'mime)
5236     gnus-show-mime)
5237    (condition
5238     (eq condition val))
5239    ((eq val t)
5240     t)
5241    ((eq val 'head)
5242     nil)
5243    ((eq val 'last)
5244     (eq part-number total-parts))
5245    ((numberp val)
5246     (< length val))
5247    (t
5248     (error "%S is not a valid value" val))))
5249
5250
5251 ;;; @ for mime-view
5252 ;;;
5253
5254 (defun gnus-article-header-presentation-method (entity situation)
5255   (mime-insert-header entity)
5256   )
5257
5258 (set-alist 'mime-header-presentation-method-alist
5259            'gnus-original-article-mode
5260            #'gnus-article-header-presentation-method)
5261
5262 (defun gnus-mime-preview-quitting-method ()
5263   (mime-preview-kill-buffer)
5264   (delete-other-windows)
5265   (gnus-article-show-summary)
5266   (gnus-summary-select-article gnus-show-all-headers t))
5267
5268 (set-alist 'mime-preview-quitting-method-alist
5269            'gnus-original-article-mode #'gnus-mime-preview-quitting-method)
5270
5271 (set-alist 'mime-preview-following-method-alist
5272            'gnus-original-article-mode #'gnus-following-method)
5273
5274 (set-alist 'mime-preview-over-to-previous-method-alist
5275            'gnus-original-article-mode
5276            (lambda ()
5277              (if (> (point-min) 1)
5278                  (gnus-article-prev-page)
5279                (gnus-article-read-summary-keys
5280                 nil (gnus-character-to-event ?P)))))
5281
5282 (set-alist 'mime-preview-over-to-next-method-alist
5283            'gnus-original-article-mode'
5284            (lambda ()
5285              (if (< (point-max) (buffer-size))
5286                  (gnus-article-next-page)
5287                (gnus-article-read-summary-keys
5288                 nil (gnus-character-to-event ?N)))))
5289
5290
5291 ;;; @ end
5292 ;;;
5293
5294 (gnus-ems-redefine)
5295
5296 (provide 'gnus-art)
5297
5298 (run-hooks 'gnus-art-load-hook)
5299
5300 ;;; gnus-art.el ends here