b4541ae691078c629386006d586008b0ee7998ef
[elisp/gnus.git-] / lisp / gnus-art.el
1 ;;; gnus-art.el --- article mode commands for Semi-gnus
2 ;; Copyright (C) 1996,97,98 Free Software Foundation, Inc.
3
4 ;; Author: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
5 ;;         MORIOKA Tomohiko <morioka@jaist.ac.jp>
6 ;; Keywords: mail, news, MIME
7
8 ;; This file is part of GNU Emacs.
9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;; any later version.
14
15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 ;; GNU General Public License for more details.
19
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
24
25 ;;; Commentary:
26
27 ;;; Code:
28
29 (eval-when-compile (require 'cl))
30
31 (require 'custom)
32 (require 'gnus)
33 (require 'gnus-sum)
34 (require 'gnus-spec)
35 (require 'gnus-int)
36 (require 'browse-url)
37 (require 'alist)
38 (require 'mime-view)
39
40 (defgroup gnus-article nil
41   "Article display."
42   :link '(custom-manual "(gnus)The Article Buffer")
43   :group 'gnus)
44
45 (defgroup gnus-article-hiding nil
46   "Hiding article parts."
47   :link '(custom-manual "(gnus)Article Hiding")
48   :group 'gnus-article)
49
50 (defgroup gnus-article-highlight nil
51   "Article highlighting."
52   :link '(custom-manual "(gnus)Article Highlighting")
53   :group 'gnus-article
54   :group 'gnus-visual)
55
56 (defgroup gnus-article-signature nil
57   "Article signatures."
58   :link '(custom-manual "(gnus)Article Signature")
59   :group 'gnus-article)
60
61 (defgroup gnus-article-headers nil
62   "Article headers."
63   :link '(custom-manual "(gnus)Hiding Headers")
64   :group 'gnus-article)
65
66 (defgroup gnus-article-washing nil
67   "Special commands on articles."
68   :link '(custom-manual "(gnus)Article Washing")
69   :group 'gnus-article)
70
71 (defgroup gnus-article-emphasis nil
72   "Fontisizing articles."
73   :link '(custom-manual "(gnus)Article Fontisizing")
74   :group 'gnus-article)
75
76 (defgroup gnus-article-saving nil
77   "Saving articles."
78   :link '(custom-manual "(gnus)Saving Articles")
79   :group 'gnus-article)
80
81 (defgroup gnus-article-mime nil
82   "Worshiping the MIME wonder."
83   :link '(custom-manual "(gnus)Using MIME")
84   :group 'gnus-article)
85
86 (defgroup gnus-article-buttons nil
87   "Pushable buttons in the article buffer."
88   :link '(custom-manual "(gnus)Article Buttons")
89   :group 'gnus-article)
90
91 (defgroup gnus-article-various nil
92   "Other article options."
93   :link '(custom-manual "(gnus)Misc Article")
94   :group 'gnus-article)
95
96 (defcustom gnus-ignored-headers
97   '("^Path:" "^Posting-Version:" "^Article-I.D.:" "^Expires:"
98     "^Date-Received:" "^References:" "^Control:" "^Xref:" "^Lines:"
99     "^Posted:" "^Relay-Version:" "^Message-ID:" "^Nf-ID:" "^Nf-From:"
100     "^Approved:" "^Sender:" "^Received:" "^Mail-from:")
101   "*All headers that start with this regexp will be hidden.
102 This variable can also be a list of regexps of headers to be ignored.
103 If `gnus-visible-headers' is non-nil, this variable will be ignored."
104   :type '(choice :custom-show nil
105                  regexp
106                  (repeat regexp))
107   :group 'gnus-article-hiding)
108
109 (defcustom gnus-visible-headers
110   "From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-From:\\|X-Sent:"
111   "*All headers that do not match this regexp will be hidden.
112 This variable can also be a list of regexp of headers to remain visible.
113 If this variable is non-nil, `gnus-ignored-headers' will be ignored."
114   :type '(repeat :value-to-internal (lambda (widget value)
115                                       (custom-split-regexp-maybe value))
116                  :match (lambda (widget value)
117                           (or (stringp value)
118                               (widget-editable-list-match widget value)))
119                  regexp)
120   :group 'gnus-article-hiding)
121
122 (defcustom gnus-sorted-header-list
123   '("^From:" "^Subject:" "^Summary:" "^Keywords:" "^Newsgroups:"
124     "^Followup-To:" "^To:" "^Cc:" "^Date:" "^Organization:")
125   "*This variable is a list of regular expressions.
126 If it is non-nil, headers that match the regular expressions will
127 be placed first in the article buffer in the sequence specified by
128 this list."
129   :type '(repeat regexp)
130   :group 'gnus-article-hiding)
131
132 (defcustom gnus-boring-article-headers '(empty followup-to reply-to)
133   "Headers that are only to be displayed if they have interesting data.
134 Possible values in this list are `empty', `newsgroups', `followup-to',
135 `reply-to', `date', `long-to', and `many-to'."
136   :type '(set (const :tag "Headers with no content." empty)
137               (const :tag "Newsgroups with only one group." newsgroups)
138               (const :tag "Followup-to identical to newsgroups." followup-to)
139               (const :tag "Reply-to identical to from." reply-to)
140               (const :tag "Date less than four days old." date)
141               (const :tag "Very long To header." long-to)
142               (const :tag "Multiple To headers." many-to))
143   :group 'gnus-article-hiding)
144
145 (defcustom gnus-signature-separator '("^-- $" "^-- *$")
146   "Regexp matching signature separator.
147 This can also be a list of regexps.  In that case, it will be checked
148 from head to tail looking for a separator.  Searches will be done from
149 the end of the buffer."
150   :type '(repeat string)
151   :group 'gnus-article-signature)
152
153 (defcustom gnus-signature-limit nil
154    "Provide a limit to what is considered a signature.
155 If it is a number, no signature may not be longer (in characters) than
156 that number.  If it is a floating point number, no signature may be
157 longer (in lines) than that number.  If it is a function, the function
158 will be called without any parameters, and if it returns nil, there is
159 no signature in the buffer.  If it is a string, it will be used as a
160 regexp.  If it matches, the text in question is not a signature."
161   :type '(choice (integer :value 200)
162                  (number :value 4.0)
163                  (function :value fun)
164                  (regexp :value ".*"))
165   :group 'gnus-article-signature)
166
167 (defcustom gnus-hidden-properties '(invisible t intangible t)
168   "Property list to use for hiding text."
169   :type 'sexp
170   :group 'gnus-article-hiding)
171
172 (defcustom gnus-article-x-face-command
173   "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | xv -quit -"
174   "*String or function to be executed to display an X-Face header.
175 If it is a string, the command will be executed in a sub-shell
176 asynchronously.  The compressed face will be piped to this command."
177   :type 'string                         ;Leave function case to Lisp.
178   :group 'gnus-article-washing)
179
180 (defcustom gnus-article-x-face-too-ugly nil
181   "Regexp matching posters whose face shouldn't be shown automatically."
182   :type '(choice regexp (const nil))
183   :group 'gnus-article-washing)
184
185 (defcustom gnus-emphasis-alist
186   (let ((format
187          "\\(\\s-\\|^\\|[-\"]\\|\\s(\\|\\s)\\)\\(%s\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)%s\\)\\(\\s-\\|[-?!.,;:\"]\\|\\s(\\|\\s)\\)")
188         (types
189          '(("_" "_" underline)
190            ("/" "/" italic)
191            ("\\*" "\\*" bold)
192            ("_/" "/_" underline-italic)
193            ("_\\*" "\\*_" underline-bold)
194            ("\\*/" "/\\*" bold-italic)
195            ("_\\*/" "/\\*_" underline-bold-italic))))
196     `(("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)"
197        2 3 gnus-emphasis-underline)
198       ,@(mapcar
199          (lambda (spec)
200            (list
201             (format format (car spec) (cadr spec))
202             2 3 (intern (format "gnus-emphasis-%s" (nth 2 spec)))))
203          types)))
204   "*Alist that says how to fontify certain phrases.
205 Each item looks like this:
206
207   (\"_\\\\(\\\\w+\\\\)_\" 0 1 'underline)
208
209 The first element is a regular expression to be matched.  The second
210 is a number that says what regular expression grouping used to find
211 the entire emphasized word.  The third is a number that says what
212 regexp grouping should be displayed and highlighted.  The fourth
213 is the face used for highlighting."
214   :type '(repeat (list :value ("" 0 0 default)
215                        regexp
216                        (integer :tag "Match group")
217                        (integer :tag "Emphasize group")
218                        face))
219   :group 'gnus-article-emphasis)
220
221 (defface gnus-emphasis-bold '((t (:bold t)))
222   "Face used for displaying strong emphasized text (*word*)."
223   :group 'gnus-article-emphasis)
224
225 (defface gnus-emphasis-italic '((t (:italic t)))
226   "Face used for displaying italic emphasized text (/word/)."
227   :group 'gnus-article-emphasis)
228
229 (defface gnus-emphasis-underline '((t (:underline t)))
230   "Face used for displaying underlined emphasized text (_word_)."
231   :group 'gnus-article-emphasis)
232
233 (defface gnus-emphasis-underline-bold '((t (:bold t :underline t)))
234   "Face used for displaying underlined bold emphasized text (_*word*_)."
235   :group 'gnus-article-emphasis)
236
237 (defface gnus-emphasis-underline-italic '((t (:italic t :underline t)))
238   "Face used for displaying underlined italic emphasized text (_*word*_)."
239   :group 'gnus-article-emphasis)
240
241 (defface gnus-emphasis-bold-italic '((t (:bold t :italic t)))
242   "Face used for displaying bold italic emphasized text (/*word*/)."
243   :group 'gnus-article-emphasis)
244
245 (defface gnus-emphasis-underline-bold-italic
246   '((t (:bold t :italic t :underline t)))
247   "Face used for displaying underlined bold italic emphasized text.
248 Esample: (_/*word*/_)."
249   :group 'gnus-article-emphasis)
250
251 (defcustom gnus-article-time-format "%a, %b %d %Y %T %Z"
252   "Format for display of Date headers in article bodies.
253 See `format-time-string' for the possible values.
254
255 The variable can also be function, which should return a complete Date
256 header.  The function is called with one argument, the time, which can
257 be fed to `format-time-string'."
258   :type '(choice string symbol)
259   :link '(custom-manual "(gnus)Article Date")
260   :group 'gnus-article-washing)
261
262 (eval-and-compile
263   (autoload 'hexl-hex-string-to-integer "hexl")
264   (autoload 'timezone-make-date-arpa-standard "timezone")
265   (autoload 'mail-extract-address-components "mail-extr"))
266
267 (defcustom gnus-save-all-headers t
268   "*If non-nil, don't remove any headers before saving."
269   :group 'gnus-article-saving
270   :type 'boolean)
271
272 (defcustom gnus-prompt-before-saving 'always
273   "*This variable says how much prompting is to be done when saving articles.
274 If it is nil, no prompting will be done, and the articles will be
275 saved to the default files.  If this variable is `always', each and
276 every article that is saved will be preceded by a prompt, even when
277 saving large batches of articles.  If this variable is neither nil not
278 `always', there the user will be prompted once for a file name for
279 each invocation of the saving commands."
280   :group 'gnus-article-saving
281   :type '(choice (item always)
282                  (item :tag "never" nil)
283                  (sexp :tag "once" :format "%t\n" :value t)))
284
285 (defcustom gnus-saved-headers gnus-visible-headers
286   "Headers to keep if `gnus-save-all-headers' is nil.
287 If `gnus-save-all-headers' is non-nil, this variable will be ignored.
288 If that variable is nil, however, all headers that match this regexp
289 will be kept while the rest will be deleted before saving."
290   :group 'gnus-article-saving
291   :type 'regexp)
292
293 (defcustom gnus-default-article-saver 'gnus-summary-save-in-rmail
294   "A function to save articles in your favourite format.
295 The function must be interactively callable (in other words, it must
296 be an Emacs command).
297
298 Gnus provides the following functions:
299
300 * gnus-summary-save-in-rmail (Rmail format)
301 * gnus-summary-save-in-mail (Unix mail format)
302 * gnus-summary-save-in-folder (MH folder)
303 * gnus-summary-save-in-file (article format)
304 * gnus-summary-save-in-vm (use VM's folder format)
305 * gnus-summary-write-to-file (article format -- overwrite)."
306   :group 'gnus-article-saving
307   :type '(radio (function-item gnus-summary-save-in-rmail)
308                 (function-item gnus-summary-save-in-mail)
309                 (function-item gnus-summary-save-in-folder)
310                 (function-item gnus-summary-save-in-file)
311                 (function-item gnus-summary-save-in-vm)
312                 (function-item gnus-summary-write-to-file)))
313
314 (defcustom gnus-rmail-save-name 'gnus-plain-save-name
315   "A function generating a file name to save articles in Rmail format.
316 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
317   :group 'gnus-article-saving
318   :type 'function)
319
320 (defcustom gnus-mail-save-name 'gnus-plain-save-name
321   "A function generating a file name to save articles in Unix mail format.
322 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
323   :group 'gnus-article-saving
324   :type 'function)
325
326 (defcustom gnus-folder-save-name 'gnus-folder-save-name
327   "A function generating a file name to save articles in MH folder.
328 The function is called with NEWSGROUP, HEADERS, and optional LAST-FOLDER."
329   :group 'gnus-article-saving
330   :type 'function)
331
332 (defcustom gnus-file-save-name 'gnus-numeric-save-name
333   "A function generating a file name to save articles in article format.
334 The function is called with NEWSGROUP, HEADERS, and optional
335 LAST-FILE."
336   :group 'gnus-article-saving
337   :type 'function)
338
339 (defcustom gnus-split-methods
340   '((gnus-article-archive-name)
341     (gnus-article-nndoc-name))
342   "*Variable used to suggest where articles are to be saved.
343 For instance, if you would like to save articles related to Gnus in
344 the file \"gnus-stuff\", and articles related to VM in \"vm-stuff\",
345 you could set this variable to something like:
346
347  '((\"^Subject:.*gnus\\|^Newsgroups:.*gnus\" \"gnus-stuff\")
348    (\"^Subject:.*vm\\|^Xref:.*vm\" \"vm-stuff\"))
349
350 This variable is an alist where the where the key is the match and the
351 value is a list of possible files to save in if the match is non-nil.
352
353 If the match is a string, it is used as a regexp match on the
354 article.  If the match is a symbol, that symbol will be funcalled
355 from the buffer of the article to be saved with the newsgroup as the
356 parameter.  If it is a list, it will be evaled in the same buffer.
357
358 If this form or function returns a string, this string will be used as
359 a possible file name; and if it returns a non-nil list, that list will
360 be used as possible file names."
361   :group 'gnus-article-saving
362   :type '(repeat (choice (list :value (fun) function)
363                          (cons :value ("" "") regexp (repeat string))
364                          (sexp :value nil))))
365
366 (defcustom gnus-strict-mime t
367   "*If nil, MIME-decode even if there is no Mime-Version header."
368   :group 'gnus-article-mime
369   :type 'boolean)
370
371 (defcustom gnus-show-mime-method 'gnus-article-preview-mime-message
372   "Function to process a MIME message.
373 The function is called from the article buffer."
374   :group 'gnus-article-mime
375   :type 'function)
376
377 (defcustom gnus-decode-encoded-word-method 'gnus-article-decode-encoded-word
378   "*Function to decode MIME encoded words.
379 The function is called from the article buffer."
380   :group 'gnus-article-mime
381   :type 'function)
382
383 (defcustom gnus-page-delimiter "^\^L"
384   "*Regexp describing what to use as article page delimiters.
385 The default value is \"^\^L\", which is a form linefeed at the
386 beginning of a line."
387   :type 'regexp
388   :group 'gnus-article-various)
389
390 (defcustom gnus-article-mode-line-format "Gnus: %%b %S"
391   "*The format specification for the article mode line.
392 See `gnus-summary-mode-line-format' for a closer description."
393   :type 'string
394   :group 'gnus-article-various)
395
396 (defcustom gnus-article-mode-hook nil
397   "*A hook for Gnus article mode."
398   :type 'hook
399   :group 'gnus-article-various)
400
401 (defcustom gnus-article-menu-hook nil
402   "*Hook run after the creation of the article mode menu."
403   :type 'hook
404   :group 'gnus-article-various)
405
406 (defcustom gnus-article-prepare-hook nil
407   "*A hook called after an article has been prepared in the article buffer.
408 If you want to run a special decoding program like nkf, use this hook."
409   :type 'hook
410   :group 'gnus-article-various)
411
412 (defcustom gnus-article-hide-pgp-hook nil
413   "*A hook called after successfully hiding a PGP signature."
414   :type 'hook
415   :group 'gnus-article-various)
416
417 (defcustom gnus-article-button-face 'bold
418   "Face used for highlighting buttons in the article buffer.
419
420 An article button is a piece of text that you can activate by pressing
421 `RET' or `mouse-2' above it."
422   :type 'face
423   :group 'gnus-article-buttons)
424
425 (defcustom gnus-article-mouse-face 'highlight
426   "Face used for mouse highlighting in the article buffer.
427
428 Article buttons will be displayed in this face when the cursor is
429 above them."
430   :type 'face
431   :group 'gnus-article-buttons)
432
433 (defcustom gnus-signature-face 'gnus-signature-face
434   "Face used for highlighting a signature in the article buffer.
435 Obsolete; use the face `gnus-signature-face' for customizations instead."
436   :type 'face
437   :group 'gnus-article-highlight
438   :group 'gnus-article-signature)
439
440 (defface gnus-signature-face
441   '((((type x))
442      (:italic t)))
443   "Face used for highlighting a signature in the article buffer."
444   :group 'gnus-article-highlight
445   :group 'gnus-article-signature)
446
447 (defface gnus-header-from-face
448   '((((class color)
449       (background dark))
450      (:foreground "spring green" :bold t))
451     (((class color)
452       (background light))
453      (:foreground "red3" :bold t))
454     (t
455      (:bold t :italic t)))
456   "Face used for displaying from headers."
457   :group 'gnus-article-headers
458   :group 'gnus-article-highlight)
459
460 (defface gnus-header-subject-face
461   '((((class color)
462       (background dark))
463      (:foreground "SeaGreen3" :bold t))
464     (((class color)
465       (background light))
466      (:foreground "red4" :bold t))
467     (t
468      (:bold t :italic t)))
469   "Face used for displaying subject headers."
470   :group 'gnus-article-headers
471   :group 'gnus-article-highlight)
472
473 (defface gnus-header-newsgroups-face
474   '((((class color)
475       (background dark))
476      (:foreground "yellow" :bold t :italic t))
477     (((class color)
478       (background light))
479      (:foreground "MidnightBlue" :bold t :italic t))
480     (t
481      (:bold t :italic t)))
482   "Face used for displaying newsgroups headers."
483   :group 'gnus-article-headers
484   :group 'gnus-article-highlight)
485
486 (defface gnus-header-name-face
487   '((((class color)
488       (background dark))
489      (:foreground "SeaGreen"))
490     (((class color)
491       (background light))
492      (:foreground "maroon"))
493     (t
494      (:bold t)))
495   "Face used for displaying header names."
496   :group 'gnus-article-headers
497   :group 'gnus-article-highlight)
498
499 (defface gnus-header-content-face
500   '((((class color)
501       (background dark))
502      (:foreground "forest green" :italic t))
503     (((class color)
504       (background light))
505      (:foreground "indianred4" :italic t))
506     (t
507      (:italic t)))  "Face used for displaying header content."
508   :group 'gnus-article-headers
509   :group 'gnus-article-highlight)
510
511 (defcustom gnus-header-face-alist
512   '(("From" nil gnus-header-from-face)
513     ("Subject" nil gnus-header-subject-face)
514     ("Newsgroups:.*," nil gnus-header-newsgroups-face)
515     ("" gnus-header-name-face gnus-header-content-face))
516   "*Controls highlighting of article header.
517
518 An alist of the form (HEADER NAME CONTENT).
519
520 HEADER is a regular expression which should match the name of an
521 header header and NAME and CONTENT are either face names or nil.
522
523 The name of each header field will be displayed using the face
524 specified by the first element in the list where HEADER match the
525 header name and NAME is non-nil.  Similarly, the content will be
526 displayed by the first non-nil matching CONTENT face."
527   :group 'gnus-article-headers
528   :group 'gnus-article-highlight
529   :type '(repeat (list (regexp :tag "Header")
530                        (choice :tag "Name"
531                                (item :tag "skip" nil)
532                                (face :value default))
533                        (choice :tag "Content"
534                                (item :tag "skip" nil)
535                                (face :value default)))))
536
537 ;;; Internal variables
538
539 (defvar article-lapsed-timer nil)
540 (defvar gnus-article-current-summary nil)
541
542 (defvar gnus-article-mode-syntax-table
543   (let ((table (copy-syntax-table text-mode-syntax-table)))
544     (modify-syntax-entry ?- "w" table)
545     (modify-syntax-entry ?> ")" table)
546     (modify-syntax-entry ?< "(" table)
547     table)
548   "Syntax table used in article mode buffers.
549 Initialized from `text-mode-syntax-table.")
550
551 (defvar gnus-save-article-buffer nil)
552
553 (defvar gnus-article-mode-line-format-alist
554   (nconc '((?w (gnus-article-wash-status) ?s))
555          gnus-summary-mode-line-format-alist))
556
557 (defvar gnus-number-of-articles-to-be-saved nil)
558
559 (defvar gnus-inhibit-hiding nil)
560
561 (defsubst gnus-article-hide-text (b e props)
562   "Set text PROPS on the B to E region, extending `intangible' 1 past B."
563   (add-text-properties b e props)
564   (when (memq 'intangible props)
565     (put-text-property
566      (max (1- b) (point-min))
567      b 'intangible (cddr (memq 'intangible props)))))
568
569 (defsubst gnus-article-unhide-text (b e)
570   "Remove hidden text properties from region between B and E."
571   (remove-text-properties b e gnus-hidden-properties)
572   (when (memq 'intangible gnus-hidden-properties)
573     (put-text-property (max (1- b) (point-min))
574                        b 'intangible nil)))
575
576 (defun gnus-article-hide-text-type (b e type)
577   "Hide text of TYPE between B and E."
578   (gnus-article-hide-text
579    b e (cons 'article-type (cons type gnus-hidden-properties))))
580
581 (defun gnus-article-unhide-text-type (b e type)
582   "Hide text of TYPE between B and E."
583   (remove-text-properties
584    b e (cons 'article-type (cons type gnus-hidden-properties)))
585   (when (memq 'intangible gnus-hidden-properties)
586     (put-text-property (max (1- b) (point-min))
587                        b 'intangible nil)))
588
589 (defun gnus-article-hide-text-of-type (type)
590   "Hide text of TYPE in the current buffer."
591   (save-excursion
592     (let ((b (point-min))
593           (e (point-max)))
594       (while (setq b (text-property-any b e 'article-type type))
595         (add-text-properties b (incf b) gnus-hidden-properties)))))
596
597 (defun gnus-article-delete-text-of-type (type)
598   "Delete text of TYPE in the current buffer."
599   (save-excursion
600     (let ((b (point-min)))
601       (while (setq b (text-property-any b (point-max) 'article-type type))
602         (delete-region
603          b (or (text-property-not-all b (point-max) 'article-type type)
604                (point-max)))))))
605
606 (defun gnus-article-delete-invisible-text ()
607   "Delete all invisible text in the current buffer."
608   (save-excursion
609     (let ((b (point-min)))
610       (while (setq b (text-property-any b (point-max) 'invisible t))
611         (delete-region
612          b (or (text-property-not-all b (point-max) 'invisible t)
613                (point-max)))))))
614
615 (defun gnus-article-text-type-exists-p (type)
616   "Say whether any text of type TYPE exists in the buffer."
617   (text-property-any (point-min) (point-max) 'article-type type))
618
619 (defsubst gnus-article-header-rank ()
620   "Give the rank of the string HEADER as given by `gnus-sorted-header-list'."
621   (let ((list gnus-sorted-header-list)
622         (i 0))
623     (while list
624       (when (looking-at (car list))
625         (setq list nil))
626       (setq list (cdr list))
627       (incf i))
628     i))
629
630 (defun article-hide-headers (&optional arg delete)
631   "Toggle whether to hide unwanted headers and possibly sort them as well.
632 If given a negative prefix, always show; if given a positive prefix,
633 always hide."
634   (interactive (gnus-article-hidden-arg))
635   (current-buffer)
636   (if (gnus-article-check-hidden-text 'headers arg)
637       ;; Show boring headers as well.
638       (gnus-article-show-hidden-text 'boring-headers)
639     ;; This function might be inhibited.
640     (unless gnus-inhibit-hiding
641       (save-excursion
642         (save-restriction
643           (let ((buffer-read-only nil)
644                 (case-fold-search t)
645                 (props (nconc (list 'article-type 'headers)
646                               gnus-hidden-properties))
647                 (max (1+ (length gnus-sorted-header-list)))
648                 (ignored (when (not gnus-visible-headers)
649                            (cond ((stringp gnus-ignored-headers)
650                                   gnus-ignored-headers)
651                                  ((listp gnus-ignored-headers)
652                                   (mapconcat 'identity gnus-ignored-headers
653                                              "\\|")))))
654                 (visible
655                  (cond ((stringp gnus-visible-headers)
656                         gnus-visible-headers)
657                        ((and gnus-visible-headers
658                              (listp gnus-visible-headers))
659                         (mapconcat 'identity gnus-visible-headers "\\|"))))
660                 (inhibit-point-motion-hooks t)
661                 want-list beg)
662             ;; First we narrow to just the headers.
663             (widen)
664             (goto-char (point-min))
665             ;; Hide any "From " lines at the beginning of (mail) articles.
666             (while (looking-at "From ")
667               (forward-line 1))
668             (unless (bobp)
669               (if delete
670                   (delete-region (point-min) (point))
671                 (gnus-article-hide-text (point-min) (point) props)))
672             ;; Then treat the rest of the header lines.
673             (narrow-to-region
674              (point)
675              (if (search-forward "\n\n" nil t) ; if there's a body
676                  (progn (forward-line -1) (point))
677                (point-max)))
678             ;; Then we use the two regular expressions
679             ;; `gnus-ignored-headers' and `gnus-visible-headers' to
680             ;; select which header lines is to remain visible in the
681             ;; article buffer.
682             (goto-char (point-min))
683             (while (re-search-forward "^[^ \t]*:" nil t)
684               (beginning-of-line)
685               ;; Mark the rank of the header.
686               (put-text-property
687                (point) (1+ (point)) 'message-rank
688                (if (or (and visible (looking-at visible))
689                        (and ignored
690                             (not (looking-at ignored))))
691                    (gnus-article-header-rank)
692                  (+ 2 max)))
693               (forward-line 1))
694             (message-sort-headers-1)
695             (when (setq beg (text-property-any
696                              (point-min) (point-max) 'message-rank (+ 2 max)))
697               ;; We make the unwanted headers invisible.
698               (if delete
699                   (delete-region beg (point-max))
700                 ;; Suggested by Sudish Joseph <joseph@cis.ohio-state.edu>.
701                 (gnus-article-hide-text-type beg (point-max) 'headers))
702               ;; Work around XEmacs lossage.
703               (put-text-property (point-min) beg 'invisible nil))))))))
704
705 (defun article-hide-boring-headers (&optional arg)
706   "Toggle hiding of headers that aren't very interesting.
707 If given a negative prefix, always show; if given a positive prefix,
708 always hide."
709   (interactive (gnus-article-hidden-arg))
710   (when (and (not (gnus-article-check-hidden-text 'boring-headers arg))
711              (not gnus-show-all-headers))
712     (save-excursion
713       (save-restriction
714         (let ((buffer-read-only nil)
715               (list gnus-boring-article-headers)
716               (inhibit-point-motion-hooks t)
717               elem)
718           (nnheader-narrow-to-headers)
719           (while list
720             (setq elem (pop list))
721             (goto-char (point-min))
722             (cond
723              ;; Hide empty headers.
724              ((eq elem 'empty)
725               (while (re-search-forward "^[^:]+:[ \t]*\n[^ \t]" nil t)
726                 (forward-line -1)
727                 (gnus-article-hide-text-type
728                  (progn (beginning-of-line) (point))
729                  (progn
730                    (end-of-line)
731                    (if (re-search-forward "^[^ \t]" nil t)
732                        (match-beginning 0)
733                      (point-max)))
734                  'boring-headers)))
735              ;; Hide boring Newsgroups header.
736              ((eq elem 'newsgroups)
737               (when (equal (gnus-fetch-field "newsgroups")
738                            (gnus-group-real-name
739                             (if (boundp 'gnus-newsgroup-name)
740                                 gnus-newsgroup-name
741                               "")))
742                 (gnus-article-hide-header "newsgroups")))
743              ((eq elem 'followup-to)
744               (when (equal (message-fetch-field "followup-to")
745                            (message-fetch-field "newsgroups"))
746                 (gnus-article-hide-header "followup-to")))
747              ((eq elem 'reply-to)
748               (let ((from (message-fetch-field "from"))
749                     (reply-to (message-fetch-field "reply-to")))
750                 (when (and
751                        from reply-to
752                        (ignore-errors
753                          (equal
754                           (nth 1 (mail-extract-address-components from))
755                           (nth 1 (mail-extract-address-components reply-to)))))
756                   (gnus-article-hide-header "reply-to"))))
757              ((eq elem 'date)
758               (let ((date (message-fetch-field "date")))
759                 (when (and date
760                            (< (gnus-days-between (current-time-string) date)
761                               4))
762                   (gnus-article-hide-header "date"))))
763              ((eq elem 'long-to)
764               (let ((to (message-fetch-field "to")))
765                 (when (> (length to) 1024)
766                   (gnus-article-hide-header "to"))))
767              ((eq elem 'many-to)
768               (let ((to-count 0))
769                 (goto-char (point-min))
770                 (while (re-search-forward "^to:" nil t)
771                   (setq to-count (1+ to-count)))
772                 (when (> to-count 1)
773                   (while (> to-count 0)
774                     (goto-char (point-min))
775                     (save-restriction
776                       (re-search-forward "^to:" nil nil to-count)
777                       (forward-line -1)
778                       (narrow-to-region (point) (point-max))
779                       (gnus-article-hide-header "to"))
780                     (setq to-count (1- to-count)))))))))))))
781
782 (defun gnus-article-hide-header (header)
783   (save-excursion
784     (goto-char (point-min))
785     (when (re-search-forward (concat "^" header ":") nil t)
786       (gnus-article-hide-text-type
787        (progn (beginning-of-line) (point))
788        (progn
789          (end-of-line)
790          (if (re-search-forward "^[^ \t]" nil t)
791              (match-beginning 0)
792            (point-max)))
793        'boring-headers))))
794
795 (defun article-treat-dumbquotes ()
796   "Translate M******** sm*rtq**t*s into proper text."
797   (interactive)
798   (article-translate-characters "\221\222\223\223" "`'\"\""))
799
800 (defun article-translate-characters (from to)
801   "Translate all characters in the body of the article according to FROM and TO.
802 FROM is a string of characters to translate from; to is a string of
803 characters to translate to."
804   (save-excursion
805     (goto-char (point-min))
806     (when (search-forward "\n\n" nil t)
807       (let ((buffer-read-only nil)
808             (x (make-string 225 ?x))
809             (i -1))
810         (while (< (incf i) (length x))
811           (aset x i i))
812         (setq i 0)
813         (while (< i (length from))
814           (aset x (aref from i) (aref to i))
815           (incf i))
816         (translate-region (point) (point-max) x)))))
817
818 (defun article-treat-overstrike ()
819   "Translate overstrikes into bold text."
820   (interactive)
821   (save-excursion
822     (goto-char (point-min))
823     (when (search-forward "\n\n" nil t)
824       (let ((buffer-read-only nil))
825         (while (search-forward "\b" nil t)
826           (let ((next (following-char))
827                 (previous (char-after (- (point) 2))))
828             ;; We do the boldification/underlining by hiding the
829             ;; overstrikes and putting the proper text property
830             ;; on the letters.
831             (cond
832              ((eq next previous)
833               (gnus-article-hide-text-type (- (point) 2) (point) 'overstrike)
834               (put-text-property (point) (1+ (point)) 'face 'bold))
835              ((eq next ?_)
836               (gnus-article-hide-text-type
837                (1- (point)) (1+ (point)) 'overstrike)
838               (put-text-property
839                (- (point) 2) (1- (point)) 'face 'underline))
840              ((eq previous ?_)
841               (gnus-article-hide-text-type (- (point) 2) (point) 'overstrike)
842               (put-text-property
843                (point) (1+ (point)) 'face 'underline)))))))))
844
845 (defun article-fill ()
846   "Format too long lines."
847   (interactive)
848   (save-excursion
849     (let ((buffer-read-only nil))
850       (widen)
851       (goto-char (point-min))
852       (search-forward "\n\n" nil t)
853       (end-of-line 1)
854       (let ((paragraph-start "^[>|#:<;* ]*[ \t]*$")
855             (adaptive-fill-regexp "[ \t]*\\([|#:<;>*]+ *\\)?")
856             (adaptive-fill-mode t))
857         (while (not (eobp))
858           (and (>= (current-column) (min fill-column (window-width)))
859                (/= (preceding-char) ?:)
860                (fill-paragraph nil))
861           (end-of-line 2))))))
862
863 (defun article-remove-cr ()
864   "Remove carriage returns from an article."
865   (interactive)
866   (save-excursion
867     (let ((buffer-read-only nil))
868       (goto-char (point-min))
869       (while (search-forward "\r" nil t)
870         (replace-match "" t t)))))
871
872 (defun article-remove-trailing-blank-lines ()
873   "Remove all trailing blank lines from the article."
874   (interactive)
875   (save-excursion
876     (let ((buffer-read-only nil))
877       (goto-char (point-max))
878       (delete-region
879        (point)
880        (progn
881          (while (and (not (bobp))
882                      (looking-at "^[ \t]*$"))
883            (forward-line -1))
884          (forward-line 1)
885          (point))))))
886
887 (defun article-display-x-face (&optional force)
888   "Look for an X-Face header and display it if present."
889   (interactive (list 'force))
890   (save-excursion
891     ;; Delete the old process, if any.
892     (when (process-status "article-x-face")
893       (delete-process "article-x-face"))
894     (let ((inhibit-point-motion-hooks t)
895           (case-fold-search t)
896           from)
897       (save-restriction
898         (nnheader-narrow-to-headers)
899         (setq from (message-fetch-field "from"))
900         (goto-char (point-min))
901         (while (and gnus-article-x-face-command
902                     (or force
903                         ;; Check whether this face is censored.
904                         (not gnus-article-x-face-too-ugly)
905                         (and gnus-article-x-face-too-ugly from
906                              (not (string-match gnus-article-x-face-too-ugly
907                                                 from))))
908                     ;; Has to be present.
909                     (re-search-forward "^X-Face: " nil t))
910           ;; We now have the area of the buffer where the X-Face is stored.
911           (save-excursion
912             (let ((beg (point))
913                   (end (1- (re-search-forward "^\\($\\|[^ \t]\\)" nil t))))
914               ;; We display the face.
915               (if (symbolp gnus-article-x-face-command)
916                   ;; The command is a lisp function, so we call it.
917                   (if (gnus-functionp gnus-article-x-face-command)
918                       (funcall gnus-article-x-face-command beg end)
919                     (error "%s is not a function" gnus-article-x-face-command))
920                 ;; The command is a string, so we interpret the command
921                 ;; as a, well, command, and fork it off.
922                 (let ((process-connection-type nil))
923                   (process-kill-without-query
924                    (start-process
925                     "article-x-face" nil shell-file-name shell-command-switch
926                     gnus-article-x-face-command))
927                   (process-send-region "article-x-face" beg end)
928                   (process-send-eof "article-x-face"))))))))))
929
930 (defun gnus-article-decode-rfc1522 ()
931   "Decode MIME encoded-words in header fields."
932   (let (buffer-read-only)
933     (let ((charset (save-excursion
934                      (set-buffer gnus-summary-buffer)
935                      default-mime-charset)))
936       (eword-decode-header charset)
937       )))
938
939 (defun article-hide-pgp (&optional arg)
940   "Toggle hiding of any PGP headers and signatures in the current article.
941 If given a negative prefix, always show; if given a positive prefix,
942 always hide."
943   (interactive (gnus-article-hidden-arg))
944   (unless (gnus-article-check-hidden-text 'pgp arg)
945     (save-excursion
946       (let ((inhibit-point-motion-hooks t)
947             buffer-read-only beg end)
948         (widen)
949         (goto-char (point-min))
950         ;; Hide the "header".
951         (when (search-forward "\n-----BEGIN PGP SIGNED MESSAGE-----\n" nil t)
952           (gnus-article-hide-text-type (1+ (match-beginning 0))
953                                        (match-end 0) 'pgp)
954           (setq beg (point))
955           ;; Hide the actual signature.
956           (and (search-forward "\n-----BEGIN PGP SIGNATURE-----\n" nil t)
957                (setq end (1+ (match-beginning 0)))
958                (gnus-article-hide-text-type
959                 end
960                 (if (search-forward "\n-----END PGP SIGNATURE-----\n" nil t)
961                     (match-end 0)
962                   ;; Perhaps we shouldn't hide to the end of the buffer
963                   ;; if there is no end to the signature?
964                   (point-max))
965                 'pgp))
966           ;; Hide "- " PGP quotation markers.
967           (when (and beg end)
968             (narrow-to-region beg end)
969             (goto-char (point-min))
970             (while (re-search-forward "^- " nil t)
971               (gnus-article-hide-text-type
972                (match-beginning 0) (match-end 0) 'pgp))
973             (widen))
974           (gnus-run-hooks 'gnus-article-hide-pgp-hook))))))
975
976 (defun article-hide-pem (&optional arg)
977   "Toggle hiding of any PEM headers and signatures in the current article.
978 If given a negative prefix, always show; if given a positive prefix,
979 always hide."
980   (interactive (gnus-article-hidden-arg))
981   (unless (gnus-article-check-hidden-text 'pem arg)
982     (save-excursion
983       (let (buffer-read-only end)
984         (widen)
985         (goto-char (point-min))
986         ;; hide the horrendously ugly "header".
987         (and (search-forward "\n-----BEGIN PRIVACY-ENHANCED MESSAGE-----\n"
988                              nil
989                              t)
990              (setq end (1+ (match-beginning 0)))
991              (gnus-article-hide-text-type
992               end
993               (if (search-forward "\n\n" nil t)
994                   (match-end 0)
995                 (point-max))
996               'pem))
997         ;; hide the trailer as well
998         (and (search-forward "\n-----END PRIVACY-ENHANCED MESSAGE-----\n"
999                              nil
1000                              t)
1001              (gnus-article-hide-text-type
1002               (match-beginning 0) (match-end 0) 'pem))))))
1003
1004 (defun article-hide-signature (&optional arg)
1005   "Hide the signature in the current article.
1006 If given a negative prefix, always show; if given a positive prefix,
1007 always hide."
1008   (interactive (gnus-article-hidden-arg))
1009   (unless (gnus-article-check-hidden-text 'signature arg)
1010     (save-excursion
1011       (save-restriction
1012         (let ((buffer-read-only nil))
1013           (when (gnus-article-narrow-to-signature)
1014             (gnus-article-hide-text-type
1015              (point-min) (point-max) 'signature)))))))
1016
1017 (defun article-strip-leading-blank-lines ()
1018   "Remove all blank lines from the beginning of the article."
1019   (interactive)
1020   (save-excursion
1021     (let ((inhibit-point-motion-hooks t)
1022           buffer-read-only)
1023       (goto-char (point-min))
1024       (when (search-forward "\n\n" nil t)
1025         (while (and (not (eobp))
1026                     (looking-at "[ \t]*$"))
1027           (gnus-delete-line))))))
1028
1029 (defun article-strip-multiple-blank-lines ()
1030   "Replace consecutive blank lines with one empty line."
1031   (interactive)
1032   (save-excursion
1033     (let ((inhibit-point-motion-hooks t)
1034           buffer-read-only)
1035       ;; First make all blank lines empty.
1036       (goto-char (point-min))
1037       (search-forward "\n\n" nil t)
1038       (while (re-search-forward "^[ \t]+$" nil t)
1039         (replace-match "" nil t))
1040       ;; Then replace multiple empty lines with a single empty line.
1041       (goto-char (point-min))
1042       (search-forward "\n\n" nil t)
1043       (while (re-search-forward "\n\n\n+" nil t)
1044         (replace-match "\n\n" t t)))))
1045
1046 (defun article-strip-leading-space ()
1047   "Remove all white space from the beginning of the lines in the article."
1048   (interactive)
1049   (save-excursion
1050     (let ((inhibit-point-motion-hooks t)
1051           buffer-read-only)
1052       (goto-char (point-min))
1053       (search-forward "\n\n" nil t)
1054       (while (re-search-forward "^[ \t]+" nil t)
1055         (replace-match "" t t)))))
1056
1057 (defun article-strip-blank-lines ()
1058   "Strip leading, trailing and multiple blank lines."
1059   (interactive)
1060   (article-strip-leading-blank-lines)
1061   (article-remove-trailing-blank-lines)
1062   (article-strip-multiple-blank-lines))
1063
1064 (defun article-strip-all-blank-lines ()
1065   "Strip all blank lines."
1066   (interactive)
1067   (save-excursion
1068     (let ((inhibit-point-motion-hooks t)
1069           buffer-read-only)
1070       (goto-char (point-min))
1071       (search-forward "\n\n" nil t)
1072       (while (re-search-forward "^[ \t]*\n" nil t)
1073         (replace-match "" t t)))))
1074
1075 (defvar mime::preview/content-list)
1076 (defvar mime::preview-content-info/point-min)
1077 (defun gnus-article-narrow-to-signature ()
1078   "Narrow to the signature; return t if a signature is found, else nil."
1079   (widen)
1080   (when (and (boundp 'mime::preview/content-list)
1081              mime::preview/content-list)
1082     ;; We have a MIMEish article, so we use the MIME data to narrow.
1083     (let ((pcinfo (car (last mime::preview/content-list))))
1084       (ignore-errors
1085         (narrow-to-region
1086          (funcall (intern "mime::preview-content-info/point-min") pcinfo)
1087          (point-max)))))
1088
1089   (when (gnus-article-search-signature)
1090     (forward-line 1)
1091     ;; Check whether we have some limits to what we consider
1092     ;; to be a signature.
1093     (let ((limits (if (listp gnus-signature-limit) gnus-signature-limit
1094                     (list gnus-signature-limit)))
1095           limit limited)
1096       (while (setq limit (pop limits))
1097         (if (or (and (integerp limit)
1098                      (< (- (point-max) (point)) limit))
1099                 (and (floatp limit)
1100                      (< (count-lines (point) (point-max)) limit))
1101                 (and (gnus-functionp limit)
1102                      (funcall limit))
1103                 (and (stringp limit)
1104                      (not (re-search-forward limit nil t))))
1105             ()                          ; This limit did not succeed.
1106           (setq limited t
1107                 limits nil)))
1108       (unless limited
1109         (narrow-to-region (point) (point-max))
1110         t))))
1111
1112 (defun gnus-article-search-signature ()
1113   "Search the current buffer for the signature separator.
1114 Put point at the beginning of the signature separator."
1115   (let ((cur (point)))
1116     (goto-char (point-max))
1117     (if (if (stringp gnus-signature-separator)
1118             (re-search-backward gnus-signature-separator nil t)
1119           (let ((seps gnus-signature-separator))
1120             (while (and seps
1121                         (not (re-search-backward (car seps) nil t)))
1122               (pop seps))
1123             seps))
1124         t
1125       (goto-char cur)
1126       nil)))
1127
1128 (eval-and-compile
1129   (autoload 'w3-display "w3-parse")
1130   (autoload 'w3-do-setup "w3" "" t)
1131   (autoload 'w3-region "w3-display" "" t))
1132
1133 (defun gnus-article-treat-html ()
1134   "Render HTML."
1135   (interactive)
1136   (let ((cbuf (current-buffer)))
1137     (set-buffer gnus-article-buffer)
1138     (let (buf buffer-read-only b e)
1139       (w3-do-setup)
1140       (goto-char (point-min))
1141       (narrow-to-region
1142        (if (search-forward "\n\n" nil t)
1143            (setq b (point))
1144          (point-max))
1145        (setq e (point-max)))
1146       (nnheader-temp-write nil
1147         (insert-buffer-substring gnus-article-buffer b e)
1148         (require 'url)
1149         (save-window-excursion
1150           (w3-region (point-min) (point-max))
1151           (setq buf (buffer-substring-no-properties (point-min) (point-max)))))
1152       (when buf
1153         (delete-region (point-min) (point-max))
1154         (insert buf))
1155       (widen)
1156       (goto-char (point-min))
1157       (set-window-start (get-buffer-window (current-buffer)) (point-min))
1158       (set-buffer cbuf))))
1159
1160 (defun gnus-article-hidden-arg ()
1161   "Return the current prefix arg as a number, or 0 if no prefix."
1162   (list (if current-prefix-arg
1163             (prefix-numeric-value current-prefix-arg)
1164           0)))
1165
1166 (defun gnus-article-check-hidden-text (type arg)
1167   "Return nil if hiding is necessary.
1168 Arg can be nil or a number.  Nil and positive means hide, negative
1169 means show, 0 means toggle."
1170   (save-excursion
1171     (save-restriction
1172       (widen)
1173       (let ((hide (gnus-article-hidden-text-p type)))
1174         (cond
1175          ((or (null arg)
1176               (> arg 0))
1177           nil)
1178          ((< arg 0)
1179           (gnus-article-show-hidden-text type))
1180          (t
1181           (if (eq hide 'hidden)
1182               (gnus-article-show-hidden-text type)
1183             nil)))))))
1184
1185 (defun gnus-article-hidden-text-p (type)
1186   "Say whether the current buffer contains hidden text of type TYPE."
1187   (let ((start (point-min))
1188         (pos (text-property-any (point-min) (point-max) 'article-type type)))
1189     (while (and pos
1190                 (not (get-text-property pos 'invisible)))
1191       (setq pos
1192             (text-property-any (1+ pos) (point-max) 'article-type type)))
1193     (if pos
1194         'hidden
1195       'shown)))
1196
1197 (defun gnus-article-show-hidden-text (type &optional hide)
1198   "Show all hidden text of type TYPE.
1199 If HIDE, hide the text instead."
1200   (save-excursion
1201     (let ((buffer-read-only nil)
1202           (inhibit-point-motion-hooks t)
1203           (end (point-min))
1204           beg)
1205       (while (setq beg (text-property-any end (point-max) 'article-type type))
1206         (goto-char beg)
1207         (setq end (or
1208                    (text-property-not-all beg (point-max) 'article-type type)
1209                    (point-max)))
1210         (if hide
1211             (gnus-article-hide-text beg end gnus-hidden-properties)
1212           (gnus-article-unhide-text beg end))
1213         (goto-char end))
1214       t)))
1215
1216 (defconst article-time-units
1217   `((year . ,(* 365.25 24 60 60))
1218     (week . ,(* 7 24 60 60))
1219     (day . ,(* 24 60 60))
1220     (hour . ,(* 60 60))
1221     (minute . 60)
1222     (second . 1))
1223   "Mapping from time units to seconds.")
1224
1225 (defun article-date-ut (&optional type highlight header)
1226   "Convert DATE date to universal time in the current article.
1227 If TYPE is `local', convert to local time; if it is `lapsed', output
1228 how much time has lapsed since DATE."
1229   (interactive (list 'ut t))
1230   (let* ((header (or header
1231                      (mail-header-date gnus-current-headers)
1232                      (message-fetch-field "date")
1233                      ""))
1234          (date (if (vectorp header) (mail-header-date header)
1235                  header))
1236          (date-regexp "^Date:[ \t]\\|^X-Sent:[ \t]")
1237          (inhibit-point-motion-hooks t)
1238          bface eface newline)
1239     (when (and date (not (string= date "")))
1240       (save-excursion
1241         (save-restriction
1242           (nnheader-narrow-to-headers)
1243           (let ((buffer-read-only nil))
1244             ;; Delete any old Date headers.
1245             (if (re-search-forward date-regexp nil t)
1246                 (progn
1247                   (setq bface (get-text-property (gnus-point-at-bol) 'face)
1248                         eface (get-text-property (1- (gnus-point-at-eol))
1249                                                  'face))
1250                   (delete-region (progn (beginning-of-line) (point))
1251                                  (progn (end-of-line) (point)))
1252                   (beginning-of-line))
1253               (goto-char (point-max))
1254               (setq newline t))
1255             (insert (article-make-date-line date type))
1256             ;; Do highlighting.
1257             (beginning-of-line)
1258             (when (looking-at "\\([^:]+\\): *\\(.*\\)$")
1259               (put-text-property (match-beginning 1) (1+ (match-end 1))
1260                                  'face bface)
1261               (put-text-property (match-beginning 2) (match-end 2)
1262                                  'face eface))
1263             (when newline
1264               (end-of-line)
1265               (insert "\n"))))))))
1266
1267 (defun article-make-date-line (date type)
1268   "Return a DATE line of TYPE."
1269   (cond
1270    ;; Convert to the local timezone.  We have to slap a
1271    ;; `condition-case' round the calls to the timezone
1272    ;; functions since they aren't particularly resistant to
1273    ;; buggy dates.
1274    ((eq type 'local)
1275     (concat "Date: " (condition-case ()
1276                          (timezone-make-date-arpa-standard date)
1277                        (error date))))
1278    ;; Convert to Universal Time.
1279    ((eq type 'ut)
1280     (concat "Date: "
1281             (condition-case ()
1282                 (timezone-make-date-arpa-standard date nil "UT")
1283               (error date))))
1284    ;; Get the original date from the article.
1285    ((eq type 'original)
1286     (concat "Date: " date))
1287    ;; Let the user define the format.
1288    ((eq type 'user)
1289     (if (gnus-functionp gnus-article-time-format)
1290         (funcall
1291          gnus-article-time-format
1292          (ignore-errors
1293            (gnus-encode-date
1294             (timezone-make-date-arpa-standard
1295              date nil "UT"))))
1296       (concat
1297        "Date: "
1298        (format-time-string gnus-article-time-format
1299                            (ignore-errors
1300                              (gnus-encode-date
1301                               (timezone-make-date-arpa-standard
1302                                date nil "UT")))))))
1303    ;; ISO 8601.
1304    ((eq type 'iso8601)
1305     (concat
1306      "Date: "
1307      (format-time-string "%Y%M%DT%h%m%s"
1308                          (ignore-errors
1309                            (gnus-encode-date
1310                             (timezone-make-date-arpa-standard
1311                              date nil "UT"))))))
1312    ;; Do an X-Sent lapsed format.
1313    ((eq type 'lapsed)
1314     ;; If the date is seriously mangled, the timezone functions are
1315     ;; liable to bug out, so we ignore all errors.
1316     (let* ((now (current-time))
1317            (real-time
1318             (ignore-errors
1319               (gnus-time-minus
1320                (gnus-encode-date
1321                 (timezone-make-date-arpa-standard
1322                  (current-time-string now)
1323                  (current-time-zone now) "UT"))
1324                (gnus-encode-date
1325                 (timezone-make-date-arpa-standard
1326                  date nil "UT")))))
1327            (real-sec (and real-time
1328                           (+ (* (float (car real-time)) 65536)
1329                              (cadr real-time))))
1330            (sec (and real-time (abs real-sec)))
1331            num prev)
1332       (cond
1333        ((null real-time)
1334         "X-Sent: Unknown")
1335        ((zerop sec)
1336         "X-Sent: Now")
1337        (t
1338         (concat
1339          "X-Sent: "
1340          ;; This is a bit convoluted, but basically we go
1341          ;; through the time units for years, weeks, etc,
1342          ;; and divide things to see whether that results
1343          ;; in positive answers.
1344          (mapconcat
1345           (lambda (unit)
1346             (if (zerop (setq num (ffloor (/ sec (cdr unit)))))
1347                 ;; The (remaining) seconds are too few to
1348                 ;; be divided into this time unit.
1349                 ""
1350               ;; It's big enough, so we output it.
1351               (setq sec (- sec (* num (cdr unit))))
1352               (prog1
1353                   (concat (if prev ", " "") (int-to-string
1354                                              (floor num))
1355                           " " (symbol-name (car unit))
1356                           (if (> num 1) "s" ""))
1357                 (setq prev t))))
1358           article-time-units "")
1359          ;; If dates are odd, then it might appear like the
1360          ;; article was sent in the future.
1361          (if (> real-sec 0)
1362              " ago"
1363            " in the future"))))))
1364    (t
1365     (error "Unknown conversion type: %s" type))))
1366
1367 (defun article-date-local (&optional highlight)
1368   "Convert the current article date to the local timezone."
1369   (interactive (list t))
1370   (article-date-ut 'local highlight))
1371
1372 (defun article-date-original (&optional highlight)
1373   "Convert the current article date to what it was originally.
1374 This is only useful if you have used some other date conversion
1375 function and want to see what the date was before converting."
1376   (interactive (list t))
1377   (article-date-ut 'original highlight))
1378
1379 (defun article-date-lapsed (&optional highlight)
1380   "Convert the current article date to time lapsed since it was sent."
1381   (interactive (list t))
1382   (article-date-ut 'lapsed highlight))
1383
1384 (defun article-update-date-lapsed ()
1385   "Function to be run from a timer to update the lapsed time line."
1386   (save-excursion
1387     (ignore-errors
1388       (when (gnus-buffer-live-p gnus-article-buffer)
1389         (set-buffer gnus-article-buffer)
1390         (goto-char (point-min))
1391         (when (re-search-forward "^X-Sent:" nil t)
1392           (article-date-lapsed t))))))
1393
1394 (defun gnus-start-date-timer (&optional n)
1395   "Start a timer to update the X-Sent header in the article buffers.
1396 The numerical prefix says how frequently (in seconds) the function
1397 is to run."
1398   (interactive "p")
1399   (unless n
1400     (setq n 1))
1401   (gnus-stop-date-timer)
1402   (setq article-lapsed-timer 
1403         (nnheader-run-at-time 1 n 'article-update-date-lapsed)))
1404
1405 (defun gnus-stop-date-timer ()
1406   "Stop the X-Sent timer."
1407   (interactive)
1408   (when article-lapsed-timer
1409     (nnheader-cancel-timer article-lapsed-timer)
1410     (setq article-lapsed-timer nil)))
1411
1412 (defun article-date-user (&optional highlight)
1413   "Convert the current article date to the user-defined format.
1414 This format is defined by the `gnus-article-time-format' variable."
1415   (interactive (list t))
1416   (article-date-ut 'user highlight))
1417
1418 (defun article-date-iso8601 (&optional highlight)
1419   "Convert the current article date to ISO8601."
1420   (interactive (list t))
1421   (article-date-ut 'iso8601 highlight))
1422
1423 (defun article-show-all ()
1424   "Show all hidden text in the article buffer."
1425   (interactive)
1426   (save-excursion
1427     (let ((buffer-read-only nil))
1428       (gnus-article-unhide-text (point-min) (point-max)))))
1429
1430 (defun article-emphasize (&optional arg)
1431   "Emphasize text according to `gnus-emphasis-alist'."
1432   (interactive (gnus-article-hidden-arg))
1433   (unless (gnus-article-check-hidden-text 'emphasis arg)
1434     (save-excursion
1435       (let ((alist gnus-emphasis-alist)
1436             (buffer-read-only nil)
1437             (props (append '(article-type emphasis)
1438                            gnus-hidden-properties))
1439             regexp elem beg invisible visible face)
1440         (goto-char (point-min))
1441         (search-forward "\n\n" nil t)
1442         (setq beg (point))
1443         (while (setq elem (pop alist))
1444           (goto-char beg)
1445           (setq regexp (car elem)
1446                 invisible (nth 1 elem)
1447                 visible (nth 2 elem)
1448                 face (nth 3 elem))
1449           (while (re-search-forward regexp nil t)
1450             (when (and (match-beginning visible) (match-beginning invisible))
1451               (gnus-article-hide-text
1452                (match-beginning invisible) (match-end invisible) props)
1453               (gnus-article-unhide-text-type
1454                (match-beginning visible) (match-end visible) 'emphasis)
1455               (gnus-put-text-property-excluding-newlines
1456                (match-beginning visible) (match-end visible) 'face face)
1457               (goto-char (match-end invisible)))))))))
1458
1459 (defvar gnus-summary-article-menu)
1460 (defvar gnus-summary-post-menu)
1461
1462 ;;; Saving functions.
1463
1464 (defun gnus-article-save (save-buffer file &optional num)
1465   "Save the currently selected article."
1466   (unless gnus-save-all-headers
1467     ;; Remove headers according to `gnus-saved-headers'.
1468     (let ((gnus-visible-headers
1469            (or gnus-saved-headers gnus-visible-headers))
1470           (gnus-article-buffer save-buffer))
1471       (save-excursion
1472         (set-buffer save-buffer)
1473         (article-hide-headers 1 t))))
1474   (save-window-excursion
1475     (if (not gnus-default-article-saver)
1476         (error "No default saver is defined")
1477       ;; !!! Magic!  The saving functions all save
1478       ;; `gnus-original-article-buffer' (or so they think), but we
1479       ;; bind that variable to our save-buffer.
1480       (set-buffer gnus-article-buffer)
1481       (let* ((gnus-save-article-buffer save-buffer)
1482              (filename
1483               (cond
1484                ((not gnus-prompt-before-saving) 'default)
1485                ((eq gnus-prompt-before-saving 'always) nil)
1486                (t file)))
1487              (gnus-number-of-articles-to-be-saved
1488               (when (eq gnus-prompt-before-saving t)
1489                 num)))                  ; Magic
1490         (set-buffer gnus-article-current-summary)
1491         (funcall gnus-default-article-saver filename)))))
1492
1493 (defun gnus-read-save-file-name (prompt &optional filename
1494                                         function group headers variable)
1495   (let ((default-name
1496           (funcall function group headers (symbol-value variable)))
1497         result)
1498     (setq
1499      result
1500      (cond
1501       ((eq filename 'default)
1502        default-name)
1503       ((eq filename t)
1504        default-name)
1505       (filename filename)
1506       (t
1507        (let* ((split-name (gnus-get-split-value gnus-split-methods))
1508               (prompt
1509                (format prompt
1510                        (if (and gnus-number-of-articles-to-be-saved
1511                                 (> gnus-number-of-articles-to-be-saved 1))
1512                            (format "these %d articles"
1513                                    gnus-number-of-articles-to-be-saved)
1514                          "this article")))
1515               (file
1516                ;; Let the split methods have their say.
1517                (cond
1518                 ;; No split name was found.
1519                 ((null split-name)
1520                  (read-file-name
1521                   (concat prompt " (default "
1522                           (file-name-nondirectory default-name) ") ")
1523                   (file-name-directory default-name)
1524                   default-name))
1525                 ;; A single group name is returned.
1526                 ((stringp split-name)
1527                  (setq default-name
1528                        (funcall function split-name headers
1529                                 (symbol-value variable)))
1530                  (read-file-name
1531                   (concat prompt " (default "
1532                           (file-name-nondirectory default-name) ") ")
1533                   (file-name-directory default-name)
1534                   default-name))
1535                 ;; A single split name was found
1536                 ((= 1 (length split-name))
1537                  (let* ((name (expand-file-name
1538                                (car split-name) gnus-article-save-directory))
1539                         (dir (cond ((file-directory-p name)
1540                                     (file-name-as-directory name))
1541                                    ((file-exists-p name) name)
1542                                    (t gnus-article-save-directory))))
1543                    (read-file-name
1544                     (concat prompt " (default " name ") ")
1545                     dir name)))
1546                 ;; A list of splits was found.
1547                 (t
1548                  (setq split-name (nreverse split-name))
1549                  (let (result)
1550                    (let ((file-name-history
1551                           (nconc split-name file-name-history)))
1552                      (setq result
1553                            (expand-file-name
1554                             (read-file-name
1555                              (concat prompt " (`M-p' for defaults) ")
1556                              gnus-article-save-directory
1557                              (car split-name))
1558                             gnus-article-save-directory)))
1559                    (car (push result file-name-history)))))))
1560          ;; Create the directory.
1561          (gnus-make-directory (file-name-directory file))
1562          ;; If we have read a directory, we append the default file name.
1563          (when (file-directory-p file)
1564            (setq file (concat (file-name-as-directory file)
1565                               (file-name-nondirectory default-name))))
1566          ;; Possibly translate some characters.
1567          (nnheader-translate-file-chars file)))))
1568     (gnus-make-directory (file-name-directory result))
1569     (set variable result)))
1570
1571 (defun gnus-article-archive-name (group)
1572   "Return the first instance of an \"Archive-name\" in the current buffer."
1573   (let ((case-fold-search t))
1574     (when (re-search-forward "archive-name: *\\([^ \n\t]+\\)[ \t]*$" nil t)
1575       (nnheader-concat gnus-article-save-directory
1576                        (match-string 1)))))
1577
1578 (defun gnus-article-nndoc-name (group)
1579   "If GROUP is an nndoc group, return the name of the parent group."
1580   (when (eq (car (gnus-find-method-for-group group)) 'nndoc)
1581     (gnus-group-get-parameter group 'save-article-group)))
1582
1583 (defun gnus-summary-save-in-rmail (&optional filename)
1584   "Append this article to Rmail file.
1585 Optional argument FILENAME specifies file name.
1586 Directory to save to is default to `gnus-article-save-directory'."
1587   (setq filename (gnus-read-save-file-name
1588                   "Save %s in rmail file:" filename
1589                   gnus-rmail-save-name gnus-newsgroup-name
1590                   gnus-current-headers 'gnus-newsgroup-last-rmail))
1591   (gnus-eval-in-buffer-window gnus-save-article-buffer
1592     (save-excursion
1593       (save-restriction
1594         (widen)
1595         (gnus-output-to-rmail filename))))
1596   filename)
1597
1598 (defun gnus-summary-save-in-mail (&optional filename)
1599   "Append this article to Unix mail file.
1600 Optional argument FILENAME specifies file name.
1601 Directory to save to is default to `gnus-article-save-directory'."
1602   (setq filename (gnus-read-save-file-name
1603                   "Save %s in Unix mail file:" filename
1604                   gnus-mail-save-name gnus-newsgroup-name
1605                   gnus-current-headers 'gnus-newsgroup-last-mail))
1606   (gnus-eval-in-buffer-window gnus-save-article-buffer
1607     (save-excursion
1608       (save-restriction
1609         (widen)
1610         (if (and (file-readable-p filename)
1611                  (mail-file-babyl-p filename))
1612             (gnus-output-to-rmail filename t)
1613           (gnus-output-to-mail filename)))))
1614   filename)
1615
1616 (defun gnus-summary-save-in-file (&optional filename overwrite)
1617   "Append this article to file.
1618 Optional argument FILENAME specifies file name.
1619 Directory to save to is default to `gnus-article-save-directory'."
1620   (setq filename (gnus-read-save-file-name
1621                   "Save %s in file:" filename
1622                   gnus-file-save-name gnus-newsgroup-name
1623                   gnus-current-headers 'gnus-newsgroup-last-file))
1624   (gnus-eval-in-buffer-window gnus-save-article-buffer
1625     (save-excursion
1626       (save-restriction
1627         (widen)
1628         (when (and overwrite
1629                    (file-exists-p filename))
1630           (delete-file filename))
1631         (gnus-output-to-file filename))))
1632   filename)
1633
1634 (defun gnus-summary-write-to-file (&optional filename)
1635   "Write this article to a file.
1636 Optional argument FILENAME specifies file name.
1637 The directory to save in defaults to `gnus-article-save-directory'."
1638   (gnus-summary-save-in-file nil t))
1639
1640 (defun gnus-summary-save-body-in-file (&optional filename)
1641   "Append this article body to a file.
1642 Optional argument FILENAME specifies file name.
1643 The directory to save in defaults to `gnus-article-save-directory'."
1644   (setq filename (gnus-read-save-file-name
1645                   "Save %s body in file:" filename
1646                   gnus-file-save-name gnus-newsgroup-name
1647                   gnus-current-headers 'gnus-newsgroup-last-file))
1648   (gnus-eval-in-buffer-window gnus-save-article-buffer
1649     (save-excursion
1650       (save-restriction
1651         (widen)
1652         (goto-char (point-min))
1653         (when (search-forward "\n\n" nil t)
1654           (narrow-to-region (point) (point-max)))
1655         (gnus-output-to-file filename))))
1656   filename)
1657
1658 (defun gnus-summary-save-in-pipe (&optional command)
1659   "Pipe this article to subprocess."
1660   (setq command
1661         (cond ((eq command 'default)
1662                gnus-last-shell-command)
1663               (command command)
1664               (t (read-string
1665                   (format
1666                    "Shell command on %s: "
1667                    (if (and gnus-number-of-articles-to-be-saved
1668                             (> gnus-number-of-articles-to-be-saved 1))
1669                        (format "these %d articles"
1670                                gnus-number-of-articles-to-be-saved)
1671                      "this article"))
1672                   gnus-last-shell-command))))
1673   (when (string-equal command "")
1674     (setq command gnus-last-shell-command))
1675   (gnus-eval-in-buffer-window gnus-article-buffer
1676     (save-restriction
1677       (widen)
1678       (shell-command-on-region (point-min) (point-max) command nil)))
1679   (setq gnus-last-shell-command command))
1680
1681 ;;; Article file names when saving.
1682
1683 (defun gnus-capitalize-newsgroup (newsgroup)
1684   "Capitalize NEWSGROUP name."
1685   (when (not (zerop (length newsgroup)))
1686     (concat (char-to-string (upcase (aref newsgroup 0)))
1687             (substring newsgroup 1))))
1688
1689 (defun gnus-Numeric-save-name (newsgroup headers &optional last-file)
1690   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
1691 If variable `gnus-use-long-file-name' is non-nil, it is ~/News/News.group/num.
1692 Otherwise, it is like ~/News/news/group/num."
1693   (let ((default
1694           (expand-file-name
1695            (concat (if (gnus-use-long-file-name 'not-save)
1696                        (gnus-capitalize-newsgroup newsgroup)
1697                      (gnus-newsgroup-directory-form newsgroup))
1698                    "/" (int-to-string (mail-header-number headers)))
1699            gnus-article-save-directory)))
1700     (if (and last-file
1701              (string-equal (file-name-directory default)
1702                            (file-name-directory last-file))
1703              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
1704         default
1705       (or last-file default))))
1706
1707 (defun gnus-numeric-save-name (newsgroup headers &optional last-file)
1708   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
1709 If variable `gnus-use-long-file-name' is non-nil, it is
1710 ~/News/news.group/num.  Otherwise, it is like ~/News/news/group/num."
1711   (let ((default
1712           (expand-file-name
1713            (concat (if (gnus-use-long-file-name 'not-save)
1714                        newsgroup
1715                      (gnus-newsgroup-directory-form newsgroup))
1716                    "/" (int-to-string (mail-header-number headers)))
1717            gnus-article-save-directory)))
1718     (if (and last-file
1719              (string-equal (file-name-directory default)
1720                            (file-name-directory last-file))
1721              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
1722         default
1723       (or last-file default))))
1724
1725 (defun gnus-Plain-save-name (newsgroup headers &optional last-file)
1726   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
1727 If variable `gnus-use-long-file-name' is non-nil, it is
1728 ~/News/News.group.  Otherwise, it is like ~/News/news/group/news."
1729   (or last-file
1730       (expand-file-name
1731        (if (gnus-use-long-file-name 'not-save)
1732            (gnus-capitalize-newsgroup newsgroup)
1733          (concat (gnus-newsgroup-directory-form newsgroup) "/news"))
1734        gnus-article-save-directory)))
1735
1736 (defun gnus-plain-save-name (newsgroup headers &optional last-file)
1737   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
1738 If variable `gnus-use-long-file-name' is non-nil, it is
1739 ~/News/news.group.  Otherwise, it is like ~/News/news/group/news."
1740   (or last-file
1741       (expand-file-name
1742        (if (gnus-use-long-file-name 'not-save)
1743            newsgroup
1744          (concat (gnus-newsgroup-directory-form newsgroup) "/news"))
1745        gnus-article-save-directory)))
1746
1747 (eval-and-compile
1748   (mapcar
1749    (lambda (func)
1750      (let (afunc gfunc)
1751        (if (consp func)
1752            (setq afunc (car func)
1753                  gfunc (cdr func))
1754          (setq afunc func
1755                gfunc (intern (format "gnus-%s" func))))
1756        (fset gfunc
1757              (if (not (fboundp afunc))
1758                  nil
1759                `(lambda (&optional interactive &rest args)
1760                   ,(documentation afunc t)
1761                   (interactive (list t))
1762                   (save-excursion
1763                     (set-buffer gnus-article-buffer)
1764                     (if interactive
1765                         (call-interactively ',afunc)
1766                       (apply ',afunc args))))))))
1767    '(article-hide-headers
1768      article-hide-boring-headers
1769      article-treat-overstrike
1770      (article-fill . gnus-article-word-wrap)
1771      article-remove-cr
1772      article-display-x-face
1773      article-de-quoted-unreadable
1774      article-mime-decode-quoted-printable
1775      article-hide-pgp
1776      article-hide-pem
1777      article-hide-signature
1778      article-remove-trailing-blank-lines
1779      article-strip-leading-blank-lines
1780      article-strip-multiple-blank-lines
1781      article-strip-leading-space
1782      article-strip-blank-lines
1783      article-strip-all-blank-lines
1784      article-date-local
1785      article-date-iso8601
1786      article-date-original
1787      article-date-ut
1788      article-date-user
1789      article-date-lapsed
1790      article-emphasize
1791      article-treat-dumbquotes
1792      (article-show-all . gnus-article-show-all-headers))))
1793 \f
1794 ;;;
1795 ;;; Gnus article mode
1796 ;;;
1797
1798 (put 'gnus-article-mode 'mode-class 'special)
1799
1800 (gnus-define-keys gnus-article-mode-map
1801   " " gnus-article-goto-next-page
1802   "\177" gnus-article-goto-prev-page
1803   [delete] gnus-article-goto-prev-page
1804   "\C-c^" gnus-article-refer-article
1805   "h" gnus-article-show-summary
1806   "s" gnus-article-show-summary
1807   "\C-c\C-m" gnus-article-mail
1808   "?" gnus-article-describe-briefly
1809   gnus-mouse-2 gnus-article-push-button
1810   "\r" gnus-article-press-button
1811   "\t" gnus-article-next-button
1812   "\M-\t" gnus-article-prev-button
1813   "e" gnus-article-edit
1814   "<" beginning-of-buffer
1815   ">" end-of-buffer
1816   "\C-c\C-i" gnus-info-find-node
1817   "\C-c\C-b" gnus-bug
1818
1819   "\C-d" gnus-article-read-summary-keys
1820   "\M-*" gnus-article-read-summary-keys
1821   "\M-#" gnus-article-read-summary-keys
1822   "\M-^" gnus-article-read-summary-keys
1823   "\M-g" gnus-article-read-summary-keys)
1824
1825 (substitute-key-definition
1826  'undefined 'gnus-article-read-summary-keys gnus-article-mode-map)
1827
1828 (defun gnus-article-make-menu-bar ()
1829   (gnus-turn-off-edit-menu 'article)
1830   (unless (boundp 'gnus-article-article-menu)
1831     (easy-menu-define
1832      gnus-article-article-menu gnus-article-mode-map ""
1833      '("Article"
1834        ["Scroll forwards" gnus-article-goto-next-page t]
1835        ["Scroll backwards" gnus-article-goto-prev-page t]
1836        ["Show summary" gnus-article-show-summary t]
1837        ["Fetch Message-ID at point" gnus-article-refer-article t]
1838        ["Mail to address at point" gnus-article-mail t]))
1839
1840     (easy-menu-define
1841      gnus-article-treatment-menu gnus-article-mode-map ""
1842      '("Treatment"
1843        ["Hide headers" gnus-article-hide-headers t]
1844        ["Hide signature" gnus-article-hide-signature t]
1845        ["Hide citation" gnus-article-hide-citation t]
1846        ["Treat overstrike" gnus-article-treat-overstrike t]
1847        ["Remove carriage return" gnus-article-remove-cr t]
1848        ))
1849
1850     (when nil
1851       (when (boundp 'gnus-summary-article-menu)
1852         (define-key gnus-article-mode-map [menu-bar commands]
1853           (cons "Commands" gnus-summary-article-menu))))
1854
1855     (when (boundp 'gnus-summary-post-menu)
1856       (define-key gnus-article-mode-map [menu-bar post]
1857         (cons "Post" gnus-summary-post-menu)))
1858
1859     (gnus-run-hooks 'gnus-article-menu-hook)))
1860
1861 (defun gnus-article-mode ()
1862   "Major mode for displaying an article.
1863
1864 All normal editing commands are switched off.
1865
1866 The following commands are available in addition to all summary mode
1867 commands:
1868 \\<gnus-article-mode-map>
1869 \\[gnus-article-next-page]\t Scroll the article one page forwards
1870 \\[gnus-article-prev-page]\t Scroll the article one page backwards
1871 \\[gnus-article-refer-article]\t Go to the article referred to by an article id near point
1872 \\[gnus-article-show-summary]\t Display the summary buffer
1873 \\[gnus-article-mail]\t Send a reply to the address near point
1874 \\[gnus-article-describe-briefly]\t Describe the current mode briefly
1875 \\[gnus-info-find-node]\t Go to the Gnus info node"
1876   (interactive)
1877   (when (gnus-visual-p 'article-menu 'menu)
1878     (gnus-article-make-menu-bar))
1879   (kill-all-local-variables)
1880   (gnus-simplify-mode-line)
1881   (setq mode-name "Article")
1882   (setq major-mode 'gnus-article-mode)
1883   (make-local-variable 'minor-mode-alist)
1884   (unless (assq 'gnus-show-mime minor-mode-alist)
1885     (push (list 'gnus-show-mime " MIME") minor-mode-alist))
1886   (use-local-map gnus-article-mode-map)
1887   (gnus-update-format-specifications nil 'article-mode)
1888   (set (make-local-variable 'page-delimiter) gnus-page-delimiter)
1889   (make-local-variable 'gnus-page-broken) 
1890   (make-local-variable 'gnus-button-marker-list) 
1891   (make-local-variable 'gnus-article-current-summary) 
1892   (gnus-set-default-directory)
1893   (buffer-disable-undo (current-buffer))
1894   (setq buffer-read-only t)
1895   (set-syntax-table gnus-article-mode-syntax-table)
1896   (gnus-run-hooks 'gnus-article-mode-hook))
1897
1898 (defun gnus-article-setup-buffer ()
1899   "Initialize the article buffer."
1900   (let* ((name (if gnus-single-article-buffer "*Article*"
1901                  (concat "*Article " gnus-newsgroup-name "*")))
1902          (original
1903           (progn (string-match "\\*Article" name)
1904                  (concat " *Original Article"
1905                          (substring name (match-end 0))))))
1906     (setq gnus-article-buffer name)
1907     (setq gnus-original-article-buffer original)
1908     ;; This might be a variable local to the summary buffer.
1909     (unless gnus-single-article-buffer
1910       (save-excursion
1911         (set-buffer gnus-summary-buffer)
1912         (setq gnus-article-buffer name)
1913         (setq gnus-original-article-buffer original)
1914         (gnus-set-global-variables)))
1915     ;; Init original article buffer.
1916     (save-excursion
1917       (set-buffer (get-buffer-create gnus-original-article-buffer))
1918       (buffer-disable-undo (current-buffer))
1919       (setq major-mode 'gnus-original-article-mode)
1920       (gnus-add-current-to-buffer-list)
1921       (make-local-variable 'gnus-original-article))
1922     (if (get-buffer name)
1923         (save-excursion
1924           (set-buffer name)
1925           (buffer-disable-undo (current-buffer))
1926           (setq buffer-read-only t)
1927           (gnus-add-current-to-buffer-list)
1928           (unless (eq major-mode 'gnus-article-mode)
1929             (gnus-article-mode))
1930           (current-buffer))
1931       (save-excursion
1932         (set-buffer (get-buffer-create name))
1933         (gnus-add-current-to-buffer-list)
1934         (gnus-article-mode)
1935         (make-local-variable 'gnus-summary-buffer)
1936         (current-buffer)))))
1937
1938 ;; Set article window start at LINE, where LINE is the number of lines
1939 ;; from the head of the article.
1940 (defun gnus-article-set-window-start (&optional line)
1941   (set-window-start
1942    (get-buffer-window gnus-article-buffer t)
1943    (save-excursion
1944      (set-buffer gnus-article-buffer)
1945      (goto-char (point-min))
1946      (if (not line)
1947          (point-min)
1948        (gnus-message 6 "Moved to bookmark")
1949        (search-forward "\n\n" nil t)
1950        (forward-line line)
1951        (point)))))
1952
1953 ;;; @@ article filters
1954 ;;;
1955
1956 (defun gnus-article-preview-mime-message ()
1957   (make-local-variable 'mime-button-mother-dispatcher)
1958   (setq mime-button-mother-dispatcher
1959         (function gnus-article-push-button))
1960   (let ((default-mime-charset
1961           (save-excursion
1962             (set-buffer gnus-summary-buffer)
1963             default-mime-charset))
1964         )
1965     (save-excursion
1966       (mime-view-mode nil nil nil gnus-original-article-buffer
1967                       gnus-article-buffer
1968                       gnus-article-mode-map)
1969       ))
1970   (run-hooks 'gnus-mime-article-prepare-hook)
1971   )
1972
1973 (defun gnus-article-decode-encoded-word ()
1974   "Header filter for gnus-article-mode.
1975 It is registered to variable `mime-view-content-header-filter-alist'."
1976   (let ((charset (save-excursion
1977                    (set-buffer gnus-summary-buffer)
1978                    default-mime-charset)))
1979     (eword-decode-header charset)
1980     (goto-char (point-min))
1981     (if (search-forward "\n\n" nil t)
1982         (decode-mime-charset-region (match-end 0) (point-max) charset))
1983     (mime-maybe-hide-echo-buffer)
1984     )
1985   (gnus-run-hooks 'gnus-mime-article-prepare-hook)
1986   )
1987
1988 (defun gnus-article-prepare (article &optional all-headers header)
1989   "Prepare ARTICLE in article mode buffer.
1990 ARTICLE should either be an article number or a Message-ID.
1991 If ARTICLE is an id, HEADER should be the article headers.
1992 If ALL-HEADERS is non-nil, no headers are hidden."
1993   (save-excursion
1994     ;; Make sure we start in a summary buffer.
1995     (unless (eq major-mode 'gnus-summary-mode)
1996       (set-buffer gnus-summary-buffer))
1997     (setq gnus-summary-buffer (current-buffer))
1998     ;; Make sure the connection to the server is alive.
1999     (unless (gnus-server-opened
2000              (gnus-find-method-for-group gnus-newsgroup-name))
2001       (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
2002       (gnus-request-group gnus-newsgroup-name t))
2003     (let* ((gnus-article (if header (mail-header-number header) article))
2004            (summary-buffer (current-buffer))
2005            (internal-hook gnus-article-internal-prepare-hook)
2006            (group gnus-newsgroup-name)
2007            result)
2008       (save-excursion
2009         (gnus-article-setup-buffer)
2010         (set-buffer gnus-article-buffer)
2011         ;; Deactivate active regions.
2012         (when (and (boundp 'transient-mark-mode)
2013                    transient-mark-mode)
2014           (setq mark-active nil))
2015         (if (not (setq result (let ((buffer-read-only nil))
2016                                 (gnus-request-article-this-buffer
2017                                  article group))))
2018             ;; There is no such article.
2019             (save-excursion
2020               (when (and (numberp article)
2021                          (not (memq article gnus-newsgroup-sparse)))
2022                 (setq gnus-article-current
2023                       (cons gnus-newsgroup-name article))
2024                 (set-buffer gnus-summary-buffer)
2025                 (setq gnus-current-article article)
2026                 (if (eq (gnus-article-mark article) gnus-undownloaded-mark)
2027                     (progn
2028                       (gnus-summary-set-agent-mark article)
2029                       (message "Message marked for downloading"))
2030                   (gnus-summary-mark-article article gnus-canceled-mark)
2031                   (unless (memq article gnus-newsgroup-sparse)
2032                     (gnus-error 1 
2033                      "No such article (may have expired or been canceled)")))))
2034           (if (or (eq result 'pseudo) (eq result 'nneething))
2035               (progn
2036                 (save-excursion
2037                   (set-buffer summary-buffer)
2038                   (push article gnus-newsgroup-history)
2039                   (setq gnus-last-article gnus-current-article
2040                         gnus-current-article 0
2041                         gnus-current-headers nil
2042                         gnus-article-current nil)
2043                   (if (eq result 'nneething)
2044                       (gnus-configure-windows 'summary)
2045                     (gnus-configure-windows 'article))
2046                   (gnus-set-global-variables))
2047                 (gnus-set-mode-line 'article))
2048             ;; The result from the `request' was an actual article -
2049             ;; or at least some text that is now displayed in the
2050             ;; article buffer.
2051             (when (and (numberp article)
2052                        (not (eq article gnus-current-article)))
2053               ;; Seems like a new article has been selected.
2054               ;; `gnus-current-article' must be an article number.
2055               (save-excursion
2056                 (set-buffer summary-buffer)
2057                 (push article gnus-newsgroup-history)
2058                 (setq gnus-last-article gnus-current-article
2059                       gnus-current-article article
2060                       gnus-current-headers
2061                       (gnus-summary-article-header gnus-current-article)
2062                       gnus-article-current
2063                       (cons gnus-newsgroup-name gnus-current-article))
2064                 (unless (vectorp gnus-current-headers)
2065                   (setq gnus-current-headers nil))
2066                 (gnus-summary-goto-subject gnus-current-article)
2067                 (gnus-summary-show-thread)
2068                 (gnus-run-hooks 'gnus-mark-article-hook)
2069                 (gnus-set-mode-line 'summary)
2070                 (when (gnus-visual-p 'article-highlight 'highlight)
2071                   (gnus-run-hooks 'gnus-visual-mark-article-hook))
2072                 ;; Set the global newsgroup variables here.
2073                 ;; Suggested by Jim Sisolak
2074                 ;; <sisolak@trans4.neep.wisc.edu>.
2075                 (gnus-set-global-variables)
2076                 (setq gnus-have-all-headers
2077                       (or all-headers gnus-show-all-headers))))
2078             (when (or (numberp article)
2079                       (stringp article))
2080               ;; Hooks for getting information from the article.
2081               ;; This hook must be called before being narrowed.
2082               (let (buffer-read-only)
2083                 (gnus-run-hooks 'internal-hook)
2084                 (gnus-run-hooks 'gnus-article-prepare-hook)
2085                 ;; Decode MIME message.
2086                 (when gnus-show-mime
2087                   (if (or (not gnus-strict-mime)
2088                           (gnus-fetch-field "Mime-Version"))
2089                       (funcall gnus-show-mime-method)
2090                     (funcall gnus-decode-encoded-word-method)))
2091                 ;; Perform the article display hooks.
2092                 (gnus-run-hooks 'gnus-article-display-hook))
2093               ;; Do page break.
2094               (goto-char (point-min))
2095               (setq gnus-page-broken
2096                     (when gnus-break-pages
2097                       (gnus-narrow-to-page)
2098                       t)))
2099             (gnus-set-mode-line 'article)
2100             (gnus-configure-windows 'article)
2101             (goto-char (point-min))
2102             t))))))
2103
2104 (defun gnus-article-wash-status ()
2105   "Return a string which display status of article washing."
2106   (save-excursion
2107     (set-buffer gnus-article-buffer)
2108     (let ((cite (gnus-article-hidden-text-p 'cite))
2109           (headers (gnus-article-hidden-text-p 'headers))
2110           (boring (gnus-article-hidden-text-p 'boring-headers))
2111           (pgp (gnus-article-hidden-text-p 'pgp))
2112           (pem (gnus-article-hidden-text-p 'pem))
2113           (signature (gnus-article-hidden-text-p 'signature))
2114           (overstrike (gnus-article-hidden-text-p 'overstrike))
2115           (emphasis (gnus-article-hidden-text-p 'emphasis))
2116           (mime gnus-show-mime))
2117       (format "%c%c%c%c%c%c%c"
2118               (if cite ?c ? )
2119               (if (or headers boring) ?h ? )
2120               (if (or pgp pem) ?p ? )
2121               (if signature ?s ? )
2122               (if overstrike ?o ? )
2123               (if mime ?m ? )
2124               (if emphasis ?e ? )))))
2125
2126 (defun gnus-article-hide-headers-if-wanted ()
2127   "Hide unwanted headers if `gnus-have-all-headers' is nil.
2128 Provided for backwards compatibility."
2129   (or (save-excursion (set-buffer gnus-summary-buffer) gnus-have-all-headers)
2130       gnus-inhibit-hiding
2131       (gnus-article-hide-headers)))
2132
2133 ;;; Article savers.
2134
2135 (defun gnus-output-to-file (file-name)
2136   "Append the current article to a file named FILE-NAME."
2137   (let ((artbuf (current-buffer)))
2138     (nnheader-temp-write nil
2139       (insert-buffer-substring artbuf)
2140       ;; Append newline at end of the buffer as separator, and then
2141       ;; save it to file.
2142       (goto-char (point-max))
2143       (insert "\n")
2144       (append-to-file (point-min) (point-max) file-name)
2145       t)))
2146
2147 (defun gnus-narrow-to-page (&optional arg)
2148   "Narrow the article buffer to a page.
2149 If given a numerical ARG, move forward ARG pages."
2150   (interactive "P")
2151   (setq arg (if arg (prefix-numeric-value arg) 0))
2152   (save-excursion
2153     (set-buffer gnus-article-buffer)
2154     (goto-char (point-min))
2155     (widen)
2156     ;; Remove any old next/prev buttons.
2157     (when (gnus-visual-p 'page-marker)
2158       (let ((buffer-read-only nil))
2159         (gnus-remove-text-with-property 'gnus-prev)
2160         (gnus-remove-text-with-property 'gnus-next)))
2161     (when
2162         (cond ((< arg 0)
2163                (re-search-backward page-delimiter nil 'move (1+ (abs arg))))
2164               ((> arg 0)
2165                (re-search-forward page-delimiter nil 'move arg)))
2166       (goto-char (match-end 0)))
2167     (narrow-to-region
2168      (point)
2169      (if (re-search-forward page-delimiter nil 'move)
2170          (match-beginning 0)
2171        (point)))
2172     (when (and (gnus-visual-p 'page-marker)
2173                (not (= (point-min) 1)))
2174       (save-excursion
2175         (goto-char (point-min))
2176         (gnus-insert-prev-page-button)))
2177     (when (and (gnus-visual-p 'page-marker)
2178                (< (+ (point-max) 2) (buffer-size)))
2179       (save-excursion
2180         (goto-char (point-max))
2181         (gnus-insert-next-page-button)))))
2182
2183 ;; Article mode commands
2184
2185 (defun gnus-article-goto-next-page ()
2186   "Show the next page of the article."
2187   (interactive)
2188   (when (gnus-article-next-page)
2189     (goto-char (point-min))
2190     (gnus-article-read-summary-keys nil (gnus-character-to-event ?n))))
2191
2192 (defun gnus-article-goto-prev-page ()
2193   "Show the next page of the article."
2194   (interactive)
2195   (if (bobp) (gnus-article-read-summary-keys nil (gnus-character-to-event ?p))
2196     (gnus-article-prev-page nil)))
2197
2198 (defun gnus-article-next-page (&optional lines)
2199   "Show the next page of the current article.
2200 If end of article, return non-nil.  Otherwise return nil.
2201 Argument LINES specifies lines to be scrolled up."
2202   (interactive "p")
2203   (move-to-window-line -1)
2204   (if (save-excursion
2205         (end-of-line)
2206         (and (pos-visible-in-window-p)  ;Not continuation line.
2207              (eobp)))
2208       ;; Nothing in this page.
2209       (if (or (not gnus-page-broken)
2210               (save-excursion
2211                 (save-restriction
2212                   (widen) (forward-line 1) (eobp)))) ;Real end-of-buffer?
2213           t                             ;Nothing more.
2214         (gnus-narrow-to-page 1)         ;Go to next page.
2215         nil)
2216     ;; More in this page.
2217     (let ((scroll-in-place nil))
2218       (condition-case ()
2219           (scroll-up lines)
2220         (end-of-buffer
2221          ;; Long lines may cause an end-of-buffer error.
2222          (goto-char (point-max)))))
2223     (move-to-window-line 0)
2224     nil))
2225
2226 (defun gnus-article-prev-page (&optional lines)
2227   "Show previous page of current article.
2228 Argument LINES specifies lines to be scrolled down."
2229   (interactive "p")
2230   (move-to-window-line 0)
2231   (if (and gnus-page-broken
2232            (bobp)
2233            (not (save-restriction (widen) (bobp)))) ;Real beginning-of-buffer?
2234       (progn
2235         (gnus-narrow-to-page -1)        ;Go to previous page.
2236         (goto-char (point-max))
2237         (recenter -1))
2238     (let ((scroll-in-place nil))
2239       (prog1
2240           (condition-case ()
2241               (scroll-down lines)
2242             (beginning-of-buffer
2243              (goto-char (point-min))))
2244         (move-to-window-line 0)))))
2245
2246 (defun gnus-article-refer-article ()
2247   "Read article specified by message-id around point."
2248   (interactive)
2249   (let ((point (point)))
2250     (search-forward ">" nil t)          ;Move point to end of "<....>".
2251     (if (re-search-backward "\\(<[^<> \t\n]+>\\)" nil t)
2252         (let ((message-id (match-string 1)))
2253           (goto-char point)
2254           (set-buffer gnus-summary-buffer)
2255           (gnus-summary-refer-article message-id))
2256       (goto-char (point))
2257       (error "No references around point"))))
2258
2259 (defun gnus-article-show-summary ()
2260   "Reconfigure windows to show summary buffer."
2261   (interactive)
2262   (if (not (gnus-buffer-live-p gnus-summary-buffer))
2263       (error "There is no summary buffer for this article buffer")
2264     (gnus-article-set-globals)
2265     (gnus-configure-windows 'article)
2266     (gnus-summary-goto-subject gnus-current-article)))
2267
2268 (defun gnus-article-describe-briefly ()
2269   "Describe article mode commands briefly."
2270   (interactive)
2271   (gnus-message 6
2272                 (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")))
2273
2274 (defun gnus-article-summary-command ()
2275   "Execute the last keystroke in the summary buffer."
2276   (interactive)
2277   (let ((obuf (current-buffer))
2278         (owin (current-window-configuration))
2279         func)
2280     (switch-to-buffer gnus-article-current-summary 'norecord)
2281     (setq func (lookup-key (current-local-map) (this-command-keys)))
2282     (call-interactively func)
2283     (set-buffer obuf)
2284     (set-window-configuration owin)
2285     (set-window-point (get-buffer-window (current-buffer)) (point))))
2286
2287 (defun gnus-article-summary-command-nosave ()
2288   "Execute the last keystroke in the summary buffer."
2289   (interactive)
2290   (let (func)
2291     (pop-to-buffer gnus-article-current-summary 'norecord)
2292     (setq func (lookup-key (current-local-map) (this-command-keys)))
2293     (call-interactively func)))
2294
2295 (defun gnus-article-read-summary-keys (&optional arg key not-restore-window)
2296   "Read a summary buffer key sequence and execute it from the article buffer."
2297   (interactive "P")
2298   (let ((nosaves
2299          '("q" "Q"  "c" "r" "R" "\C-c\C-f" "m"  "a" "f" "F"
2300            "Zc" "ZC" "ZE" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP"
2301            "=" "^" "\M-^" "|"))
2302         (nosave-but-article
2303          '("A\r"))
2304         (nosave-in-article
2305          '("\C-d"))
2306         (up-to-top
2307          '("n" "Gn" "p" "Gp"))
2308         keys new-sum-point)
2309     (save-excursion
2310       (set-buffer gnus-article-current-summary)
2311       (let (gnus-pick-mode)
2312         (push (or key last-command-event) unread-command-events)
2313         (setq keys (read-key-sequence nil))))
2314     (message "")
2315
2316     (if (or (member keys nosaves)
2317             (member keys nosave-but-article)
2318             (member keys nosave-in-article))
2319         (let (func)
2320           (save-window-excursion
2321             (pop-to-buffer gnus-article-current-summary 'norecord)
2322             ;; We disable the pick minor mode commands.
2323             (let (gnus-pick-mode)
2324               (setq func (lookup-key (current-local-map) keys))))
2325           (if (not func)
2326               (ding)
2327             (unless (member keys nosave-in-article)
2328               (set-buffer gnus-article-current-summary))
2329             (call-interactively func)
2330             (setq new-sum-point (point)))
2331           (when (member keys nosave-but-article)
2332             (pop-to-buffer gnus-article-buffer 'norecord)))
2333       ;; These commands should restore window configuration.
2334       (let ((obuf (current-buffer))
2335             (owin (current-window-configuration))
2336             (opoint (point))
2337             (summary gnus-article-current-summary)
2338             func in-buffer)
2339         (if not-restore-window
2340             (pop-to-buffer summary 'norecord)
2341           (switch-to-buffer summary 'norecord))
2342         (setq in-buffer (current-buffer))
2343         ;; We disable the pick minor mode commands.
2344         (if (setq func (let (gnus-pick-mode)
2345                          (lookup-key (current-local-map) keys)))
2346             (progn
2347               (call-interactively func)
2348               (setq new-sum-point (point)))
2349           (ding))
2350         (when (eq in-buffer (current-buffer))
2351           (set-buffer obuf)
2352           (unless not-restore-window
2353             (set-window-configuration owin))
2354           (unless (member keys up-to-top)
2355             (set-window-point (get-buffer-window (current-buffer))
2356                               opoint))
2357           (let ((win (get-buffer-window gnus-article-current-summary)))
2358             (when win
2359               (set-window-point win new-sum-point))))))))
2360
2361 (defun gnus-article-hide (&optional arg force)
2362   "Hide all the gruft in the current article.
2363 This means that PGP stuff, signatures, cited text and (some)
2364 headers will be hidden.
2365 If given a prefix, show the hidden text instead."
2366   (interactive (append (gnus-article-hidden-arg) (list 'force)))
2367   (gnus-article-hide-headers arg)
2368   (gnus-article-hide-pgp arg)
2369   (gnus-article-hide-citation-maybe arg force)
2370   (gnus-article-hide-signature arg))
2371
2372 (defun gnus-article-maybe-highlight ()
2373   "Do some article highlighting if `article-visual' is non-nil."
2374   (when (gnus-visual-p 'article-highlight 'highlight)
2375     (gnus-article-highlight-some)))
2376
2377 (defun gnus-request-article-this-buffer (article group)
2378   "Get an article and insert it into this buffer."
2379   (let (do-update-line)
2380     (prog1
2381         (save-excursion
2382           (erase-buffer)
2383           (gnus-kill-all-overlays)
2384           (setq group (or group gnus-newsgroup-name))
2385
2386           ;; Open server if it has closed.
2387           (gnus-check-server (gnus-find-method-for-group group))
2388
2389           ;; Using `gnus-request-article' directly will insert the article into
2390           ;; `nntp-server-buffer' - so we'll save some time by not having to
2391           ;; copy it from the server buffer into the article buffer.
2392
2393           ;; We only request an article by message-id when we do not have the
2394           ;; headers for it, so we'll have to get those.
2395           (when (stringp article)
2396             (let ((gnus-override-method gnus-refer-article-method))
2397               (gnus-read-header article)))
2398
2399           ;; If the article number is negative, that means that this article
2400           ;; doesn't belong in this newsgroup (possibly), so we find its
2401           ;; message-id and request it by id instead of number.
2402           (when (and (numberp article)
2403                      gnus-summary-buffer
2404                      (get-buffer gnus-summary-buffer)
2405                      (gnus-buffer-exists-p gnus-summary-buffer))
2406             (save-excursion
2407               (set-buffer gnus-summary-buffer)
2408               (let ((header (gnus-summary-article-header article)))
2409                 (when (< article 0)
2410                   (cond
2411                    ((memq article gnus-newsgroup-sparse)
2412                     ;; This is a sparse gap article.
2413                     (setq do-update-line article)
2414                     (setq article (mail-header-id header))
2415                     (let ((gnus-override-method gnus-refer-article-method))
2416                       (gnus-read-header article))
2417                     (setq gnus-newsgroup-sparse
2418                           (delq article gnus-newsgroup-sparse)))
2419                    ((vectorp header)
2420                     ;; It's a real article.
2421                     (setq article (mail-header-id header)))
2422                    (t
2423                     ;; It is an extracted pseudo-article.
2424                     (setq article 'pseudo)
2425                     (gnus-request-pseudo-article header))))
2426
2427                 (let ((method (gnus-find-method-for-group
2428                                gnus-newsgroup-name)))
2429                   (when (and (eq (car method) 'nneething)
2430                              (vectorp header))
2431                     (let ((dir (concat (file-name-as-directory (nth 1 method))
2432                                        (mail-header-subject header))))
2433                       (when (file-directory-p dir)
2434                         (setq article 'nneething)
2435                         (gnus-group-enter-directory dir))))))))
2436
2437           (cond
2438            ;; Refuse to select canceled articles.
2439            ((and (numberp article)
2440                  gnus-summary-buffer
2441                  (get-buffer gnus-summary-buffer)
2442                  (gnus-buffer-exists-p gnus-summary-buffer)
2443                  (eq (cdr (save-excursion
2444                             (set-buffer gnus-summary-buffer)
2445                             (assq article gnus-newsgroup-reads)))
2446                      gnus-canceled-mark))
2447             nil)
2448            ;; We first check `gnus-original-article-buffer'.
2449            ((and (get-buffer gnus-original-article-buffer)
2450                  (numberp article)
2451                  (save-excursion
2452                    (set-buffer gnus-original-article-buffer)
2453                    (and (equal (car gnus-original-article) group)
2454                         (eq (cdr gnus-original-article) article))))
2455             (insert-buffer-substring gnus-original-article-buffer)
2456             'article)
2457            ;; Check the backlog.
2458            ((and gnus-keep-backlog
2459                  (gnus-backlog-request-article group article (current-buffer)))
2460             'article)
2461            ;; Check asynchronous pre-fetch.
2462            ((gnus-async-request-fetched-article group article (current-buffer))
2463             (gnus-async-prefetch-next group article gnus-summary-buffer)
2464             (when (and (numberp article) gnus-keep-backlog)
2465               (gnus-backlog-enter-article group article (current-buffer)))
2466             'article)
2467            ;; Check the cache.
2468            ((and gnus-use-cache
2469                  (numberp article)
2470                  (gnus-cache-request-article article group))
2471             'article)
2472            ;; Get the article and put into the article buffer.
2473            ((or (stringp article) (numberp article))
2474             (let ((gnus-override-method
2475                    (and (stringp article) gnus-refer-article-method))
2476                   (buffer-read-only nil))
2477               (erase-buffer)
2478               (gnus-kill-all-overlays)
2479               (when (gnus-request-article article group (current-buffer))
2480                 (when (numberp article)
2481                   (gnus-async-prefetch-next group article gnus-summary-buffer)
2482                   (when gnus-keep-backlog
2483                     (gnus-backlog-enter-article
2484                      group article (current-buffer))))
2485                 'article)))
2486            ;; It was a pseudo.
2487            (t article)))
2488
2489       ;; Associate this article with the current summary buffer.
2490       (setq gnus-article-current-summary gnus-summary-buffer)
2491       
2492       ;; Take the article from the original article buffer
2493       ;; and place it in the buffer it's supposed to be in.
2494       (when (and (get-buffer gnus-article-buffer)
2495                  (equal (buffer-name (current-buffer))
2496                         (buffer-name (get-buffer gnus-article-buffer))))
2497         (save-excursion
2498           (if (get-buffer gnus-original-article-buffer)
2499               (set-buffer gnus-original-article-buffer)
2500             (set-buffer (get-buffer-create gnus-original-article-buffer))
2501             (buffer-disable-undo (current-buffer))
2502             (setq major-mode 'gnus-original-article-mode)
2503             (setq buffer-read-only t)
2504             (gnus-add-current-to-buffer-list))
2505           (let (buffer-read-only)
2506             (erase-buffer)
2507             (insert-buffer-substring gnus-article-buffer))
2508           (setq gnus-original-article (cons group article))))
2509
2510       ;; Update sparse articles.
2511       (when (and do-update-line
2512                  (or (numberp article)
2513                      (stringp article)))
2514         (let ((buf (current-buffer)))
2515           (set-buffer gnus-summary-buffer)
2516           (gnus-summary-update-article do-update-line)
2517           (gnus-summary-goto-subject do-update-line nil t)
2518           (set-window-point (get-buffer-window (current-buffer) t)
2519                             (point))
2520           (set-buffer buf))))))
2521
2522 ;;;
2523 ;;; Article editing
2524 ;;;
2525
2526 (defcustom gnus-article-edit-mode-hook nil
2527   "Hook run in article edit mode buffers."
2528   :group 'gnus-article-various
2529   :type 'hook)
2530
2531 (defvar gnus-article-edit-done-function nil)
2532
2533 (defvar gnus-article-edit-mode-map nil)
2534
2535 (unless gnus-article-edit-mode-map
2536   (setq gnus-article-edit-mode-map (copy-keymap text-mode-map))
2537
2538   (gnus-define-keys gnus-article-edit-mode-map
2539     "\C-c\C-c" gnus-article-edit-done
2540     "\C-c\C-k" gnus-article-edit-exit)
2541
2542   (gnus-define-keys (gnus-article-edit-wash-map
2543                      "\C-c\C-w" gnus-article-edit-mode-map)
2544     "f" gnus-article-edit-full-stops))
2545
2546 (defun gnus-article-edit-mode ()
2547   "Major mode for editing articles.
2548 This is an extended text-mode.
2549
2550 \\{gnus-article-edit-mode-map}"
2551   (interactive)
2552   (kill-all-local-variables)
2553   (setq major-mode 'gnus-article-edit-mode)
2554   (setq mode-name "Article Edit")
2555   (use-local-map gnus-article-edit-mode-map)
2556   (make-local-variable 'gnus-article-edit-done-function)
2557   (make-local-variable 'gnus-prev-winconf)
2558   (setq buffer-read-only nil)
2559   (buffer-enable-undo)
2560   (widen)
2561   (gnus-run-hooks 'text-mode-hook 'gnus-article-edit-mode-hook))
2562
2563 (defun gnus-article-edit (&optional force)
2564   "Edit the current article.
2565 This will have permanent effect only in mail groups.
2566 If FORCE is non-nil, allow editing of articles even in read-only
2567 groups."
2568   (interactive "P")
2569   (when (and (not force)
2570              (gnus-group-read-only-p))
2571     (error "The current newsgroup does not support article editing"))
2572   (gnus-article-date-original)
2573   (gnus-article-edit-article
2574    `(lambda (no-highlight)
2575       (gnus-summary-edit-article-done
2576        ,(or (mail-header-references gnus-current-headers) "")
2577        ,(gnus-group-read-only-p) ,gnus-summary-buffer no-highlight))))
2578
2579 (defun gnus-article-edit-article (exit-func)
2580   "Start editing the contents of the current article buffer."
2581   (let ((winconf (current-window-configuration)))
2582     (set-buffer gnus-article-buffer)
2583     (gnus-article-edit-mode)
2584     (gnus-set-text-properties (point-min) (point-max) nil)
2585     (gnus-configure-windows 'edit-article)
2586     (setq gnus-article-edit-done-function exit-func)
2587     (setq gnus-prev-winconf winconf)
2588     (gnus-message 6 "C-c C-c to end edits")))
2589
2590 (defun gnus-article-edit-done (&optional arg)
2591   "Update the article edits and exit."
2592   (interactive "P")
2593   (save-excursion
2594     (save-restriction
2595       (widen)
2596       (goto-char (point-min))
2597       (when (search-forward "\n\n" nil 1)
2598         (let ((lines (count-lines (point) (point-max)))
2599               (length (- (point-max) (point)))
2600               (case-fold-search t)
2601               (body (copy-marker (point))))
2602           (goto-char (point-min))
2603           (when (re-search-forward "^content-length:[ \t]\\([0-9]+\\)" body t)
2604             (delete-region (match-beginning 1) (match-end 1))
2605             (insert (number-to-string length)))
2606           (goto-char (point-min))
2607           (when (re-search-forward
2608                  "^x-content-length:[ \t]\\([0-9]+\\)" body t)
2609             (delete-region (match-beginning 1) (match-end 1))
2610             (insert (number-to-string length)))
2611           (goto-char (point-min))
2612           (when (re-search-forward "^lines:[ \t]\\([0-9]+\\)" body t)
2613             (delete-region (match-beginning 1) (match-end 1))
2614             (insert (number-to-string lines)))))))
2615   (let ((func gnus-article-edit-done-function)
2616         (buf (current-buffer))
2617         (start (window-start)))
2618     (gnus-article-edit-exit)
2619     (save-excursion
2620       (set-buffer buf)
2621       (let ((buffer-read-only nil))
2622         (funcall func arg)))
2623     (set-buffer buf)
2624     (set-window-start (get-buffer-window buf) start)
2625     (set-window-point (get-buffer-window buf) (point))))
2626
2627 (defun gnus-article-edit-exit ()
2628   "Exit the article editing without updating."
2629   (interactive)
2630   ;; We remove all text props from the article buffer.
2631   (let ((buf (format "%s" (buffer-string)))
2632         (curbuf (current-buffer))
2633         (p (point))
2634         (window-start (window-start)))
2635     (erase-buffer)
2636     (insert buf)
2637     (let ((winconf gnus-prev-winconf))
2638       (gnus-article-mode)
2639       ;; The cache and backlog have to be flushed somewhat.
2640       (when gnus-use-cache
2641         (gnus-cache-update-article
2642          (car gnus-article-current) (cdr gnus-article-current)))
2643       (when gnus-keep-backlog
2644         (gnus-backlog-remove-article
2645          (car gnus-article-current) (cdr gnus-article-current)))
2646       ;; Flush original article as well.
2647       (save-excursion
2648         (when (get-buffer gnus-original-article-buffer)
2649           (set-buffer gnus-original-article-buffer)
2650           (setq gnus-original-article nil)))
2651       (set-window-configuration winconf)
2652       ;; Tippy-toe some to make sure that point remains where it was.
2653       (let ((buf (current-buffer)))
2654         (set-buffer curbuf)
2655         (set-window-start (get-buffer-window (current-buffer)) window-start)
2656         (goto-char p)
2657         (set-buffer buf)))))
2658
2659 (defun gnus-article-edit-full-stops ()
2660   "Interactively repair spacing at end of sentences."
2661   (interactive)
2662   (save-excursion
2663     (goto-char (point-min))
2664     (search-forward-regexp "^$" nil t)
2665     (let ((case-fold-search nil))
2666       (query-replace-regexp "\\([.!?][])}]* \\)\\([[({A-Z]\\)" "\\1 \\2"))))
2667
2668 ;;;
2669 ;;; Article highlights
2670 ;;;
2671
2672 ;; Written by Per Abrahamsen <abraham@iesd.auc.dk>.
2673
2674 ;;; Internal Variables:
2675
2676 (defcustom gnus-button-url-regexp "\\b\\(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\\)"
2677   "Regular expression that matches URLs."
2678   :group 'gnus-article-buttons
2679   :type 'regexp)
2680
2681 (defcustom gnus-button-alist
2682   `(("<\\(url: ?\\)?news:\\([^>\n\t ]*@[^>\n\t ]*\\)>" 0 t
2683      gnus-button-message-id 2)
2684     ("\\bnews:\\([^>\n\t ]*@[^>\n\t ]*\\)" 0 t gnus-button-message-id 1)
2685     ("\\(\\b<\\(url: ?\\)?news:\\(//\\)?\\([^>\n\t ]*\\)>\\)" 1 t
2686      gnus-button-fetch-group 4)
2687     ("\\bnews:\\(//\\)?\\([^'\">\n\t ]+\\)" 0 t gnus-button-fetch-group 2)
2688     ("\\bin\\( +article\\| +message\\)? +\\(<\\([^\n @<>]+@[^\n @<>]+\\)>\\)" 2
2689      t gnus-button-message-id 3)
2690     ("\\(<URL: *\\)mailto: *\\([^> \n\t]+\\)>" 0 t gnus-url-mailto 2)
2691     ("\\bmailto:\\([^ \n\t]+\\)" 0 t gnus-url-mailto 1)
2692     ;; This is how URLs _should_ be embedded in text...
2693     ("<URL: *\\([^>]*\\)>" 0 t gnus-button-embedded-url 1)
2694     ;; Raw URLs.
2695     (,gnus-button-url-regexp 0 t gnus-button-url 0))
2696   "*Alist of regexps matching buttons in article bodies.
2697
2698 Each entry has the form (REGEXP BUTTON FORM CALLBACK PAR...), where
2699 REGEXP: is the string matching text around the button,
2700 BUTTON: is the number of the regexp grouping actually matching the button,
2701 FORM: is a lisp expression which must eval to true for the button to
2702 be added,
2703 CALLBACK: is the function to call when the user push this button, and each
2704 PAR: is a number of a regexp grouping whose text will be passed to CALLBACK.
2705
2706 CALLBACK can also be a variable, in that case the value of that
2707 variable it the real callback function."
2708   :group 'gnus-article-buttons
2709   :type '(repeat (list regexp
2710                        (integer :tag "Button")
2711                        (sexp :tag "Form")
2712                        (function :tag "Callback")
2713                        (repeat :tag "Par"
2714                                :inline t
2715                                (integer :tag "Regexp group")))))
2716
2717 (defcustom gnus-header-button-alist
2718   `(("^\\(References\\|Message-I[Dd]\\):" "<[^>]+>"
2719      0 t gnus-button-message-id 0)
2720     ("^\\(From\\|Reply-To\\):" ": *\\(.+\\)$" 1 t gnus-button-reply 1)
2721     ("^\\(Cc\\|To\\):" "[^ \t\n<>,()\"]+@[^ \t\n<>,()\"]+"
2722      0 t gnus-button-mailto 0)
2723     ("^X-[Uu][Rr][Ll]:" ,gnus-button-url-regexp 0 t gnus-button-url 0)
2724     ("^Subject:" ,gnus-button-url-regexp 0 t gnus-button-url 0)
2725     ("^[^:]+:" ,gnus-button-url-regexp 0 t gnus-button-url 0)
2726     ("^[^:]+:" "\\(<\\(url: \\)?news:\\([^>\n ]*\\)>\\)" 1 t
2727      gnus-button-message-id 3))
2728   "*Alist of headers and regexps to match buttons in article heads.
2729
2730 This alist is very similar to `gnus-button-alist', except that each
2731 alist has an additional HEADER element first in each entry:
2732
2733 \(HEADER REGEXP BUTTON FORM CALLBACK PAR)
2734
2735 HEADER is a regexp to match a header.  For a fuller explanation, see
2736 `gnus-button-alist'."
2737   :group 'gnus-article-buttons
2738   :group 'gnus-article-headers
2739   :type '(repeat (list (regexp :tag "Header")
2740                        regexp
2741                        (integer :tag "Button")
2742                        (sexp :tag "Form")
2743                        (function :tag "Callback")
2744                        (repeat :tag "Par"
2745                                :inline t
2746                                (integer :tag "Regexp group")))))
2747
2748 (defvar gnus-button-regexp nil)
2749 (defvar gnus-button-marker-list nil)
2750 ;; Regexp matching any of the regexps from `gnus-button-alist'.
2751
2752 (defvar gnus-button-last nil)
2753 ;; The value of `gnus-button-alist' when `gnus-button-regexp' was build.
2754
2755 ;;; Commands:
2756
2757 (defun gnus-article-push-button (event)
2758   "Check text under the mouse pointer for a callback function.
2759 If the text under the mouse pointer has a `gnus-callback' property,
2760 call it with the value of the `gnus-data' text property."
2761   (interactive "e")
2762   (set-buffer (window-buffer (posn-window (event-start event))))
2763   (let* ((pos (posn-point (event-start event)))
2764          (data (get-text-property pos 'gnus-data))
2765          (fun (get-text-property pos 'gnus-callback)))
2766     (when fun
2767       (funcall fun data))))
2768
2769 (defun gnus-article-press-button ()
2770   "Check text at point for a callback function.
2771 If the text at point has a `gnus-callback' property,
2772 call it with the value of the `gnus-data' text property."
2773   (interactive)
2774   (let* ((data (get-text-property (point) 'gnus-data))
2775          (fun (get-text-property (point) 'gnus-callback)))
2776     (when fun
2777       (funcall fun data))))
2778
2779 (defun gnus-article-prev-button (n)
2780   "Move point to N buttons backward.
2781 If N is negative, move forward instead."
2782   (interactive "p")
2783   (gnus-article-next-button (- n)))
2784
2785 (defun gnus-article-next-button (n)
2786   "Move point to N buttons forward.
2787 If N is negative, move backward instead."
2788   (interactive "p")
2789   (let ((function (if (< n 0) 'previous-single-property-change
2790                     'next-single-property-change))
2791         (inhibit-point-motion-hooks t)
2792         (backward (< n 0))
2793         (limit (if (< n 0) (point-min) (point-max))))
2794     (setq n (abs n))
2795     (while (and (not (= limit (point)))
2796                 (> n 0))
2797       ;; Skip past the current button.
2798       (when (get-text-property (point) 'gnus-callback)
2799         (goto-char (funcall function (point) 'gnus-callback nil limit)))
2800       ;; Go to the next (or previous) button.
2801       (gnus-goto-char (funcall function (point) 'gnus-callback nil limit))
2802       ;; Put point at the start of the button.
2803       (when (and backward (not (get-text-property (point) 'gnus-callback)))
2804         (goto-char (funcall function (point) 'gnus-callback nil limit)))
2805       ;; Skip past intangible buttons.
2806       (when (get-text-property (point) 'intangible)
2807         (incf n))
2808       (decf n))
2809     (unless (zerop n)
2810       (gnus-message 5 "No more buttons"))
2811     n))
2812
2813 (defun gnus-article-highlight (&optional force)
2814   "Highlight current article.
2815 This function calls `gnus-article-highlight-headers',
2816 `gnus-article-highlight-citation',
2817 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
2818 do the highlighting.  See the documentation for those functions."
2819   (interactive (list 'force))
2820   (gnus-article-highlight-headers)
2821   (gnus-article-highlight-citation force)
2822   (gnus-article-highlight-signature)
2823   (gnus-article-add-buttons force)
2824   (gnus-article-add-buttons-to-head))
2825
2826 (defun gnus-article-highlight-some (&optional force)
2827   "Highlight current article.
2828 This function calls `gnus-article-highlight-headers',
2829 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
2830 do the highlighting.  See the documentation for those functions."
2831   (interactive (list 'force))
2832   (gnus-article-highlight-headers)
2833   (gnus-article-highlight-signature)
2834   (gnus-article-add-buttons))
2835
2836 (defun gnus-article-highlight-headers ()
2837   "Highlight article headers as specified by `gnus-header-face-alist'."
2838   (interactive)
2839   (save-excursion
2840     (set-buffer gnus-article-buffer)
2841     (save-restriction
2842       (let ((alist gnus-header-face-alist)
2843             (buffer-read-only nil)
2844             (case-fold-search t)
2845             (inhibit-point-motion-hooks t)
2846             entry regexp header-face field-face from hpoints fpoints)
2847         (message-narrow-to-head)
2848         (while (setq entry (pop alist))
2849           (goto-char (point-min))
2850           (setq regexp (concat "^\\("
2851                                (if (string-equal "" (nth 0 entry))
2852                                    "[^\t ]"
2853                                  (nth 0 entry))
2854                                "\\)")
2855                 header-face (nth 1 entry)
2856                 field-face (nth 2 entry))
2857           (while (and (re-search-forward regexp nil t)
2858                       (not (eobp)))
2859             (beginning-of-line)
2860             (setq from (point))
2861             (unless (search-forward ":" nil t)
2862               (forward-char 1))
2863             (when (and header-face
2864                        (not (memq (point) hpoints)))
2865               (push (point) hpoints)
2866               (gnus-put-text-property from (point) 'face header-face))
2867             (when (and field-face
2868                        (not (memq (setq from (point)) fpoints)))
2869               (push from fpoints)
2870               (if (re-search-forward "^[^ \t]" nil t)
2871                   (forward-char -2)
2872                 (goto-char (point-max)))
2873               (gnus-put-text-property from (point) 'face field-face))))))))
2874
2875 (defun gnus-article-highlight-signature ()
2876   "Highlight the signature in an article.
2877 It does this by highlighting everything after
2878 `gnus-signature-separator' using `gnus-signature-face'."
2879   (interactive)
2880   (save-excursion
2881     (set-buffer gnus-article-buffer)
2882     (let ((buffer-read-only nil)
2883           (inhibit-point-motion-hooks t))
2884       (save-restriction
2885         (when (and gnus-signature-face
2886                    (gnus-article-narrow-to-signature))
2887           (gnus-overlay-put (gnus-make-overlay (point-min) (point-max))
2888                             'face gnus-signature-face)
2889           (widen)
2890           (gnus-article-search-signature)
2891           (let ((start (match-beginning 0))
2892                 (end (set-marker (make-marker) (1+ (match-end 0)))))
2893             (gnus-article-add-button start (1- end) 'gnus-signature-toggle
2894                                      end)))))))
2895
2896 (defun gnus-button-in-region-p (b e prop)
2897   "Say whether PROP exists in the region."
2898   (text-property-not-all b e prop nil))
2899
2900 (defun gnus-article-add-buttons (&optional force)
2901   "Find external references in the article and make buttons of them.
2902 \"External references\" are things like Message-IDs and URLs, as
2903 specified by `gnus-button-alist'."
2904   (interactive (list 'force))
2905   (save-excursion
2906     (set-buffer gnus-article-buffer)
2907     (let ((buffer-read-only nil)
2908           (inhibit-point-motion-hooks t)
2909           (case-fold-search t)
2910           (alist gnus-button-alist)
2911           beg entry regexp)
2912       ;; Remove all old markers.
2913       (let (marker entry)
2914         (while (setq marker (pop gnus-button-marker-list))
2915           (goto-char marker)
2916           (when (setq entry (gnus-button-entry))
2917             (put-text-property (match-beginning (nth 1 entry))
2918                                (match-end (nth 1 entry))
2919                                'gnus-callback nil))
2920           (set-marker marker nil)))
2921       ;; We skip the headers.
2922       (goto-char (point-min))
2923       (unless (search-forward "\n\n" nil t)
2924         (goto-char (point-max)))
2925       (setq beg (point))
2926       (while (setq entry (pop alist))
2927         (setq regexp (car entry))
2928         (goto-char beg)
2929         (while (re-search-forward regexp nil t)
2930           (let* ((start (and entry (match-beginning (nth 1 entry))))
2931                  (end (and entry (match-end (nth 1 entry))))
2932                  (from (match-beginning 0)))
2933             (when (and (or (eq t (nth 2 entry))
2934                            (eval (nth 2 entry)))
2935                        (not (gnus-button-in-region-p
2936                              start end 'gnus-callback)))
2937               ;; That optional form returned non-nil, so we add the
2938               ;; button.
2939               (gnus-article-add-button
2940                start end 'gnus-button-push
2941                (car (push (set-marker (make-marker) from)
2942                           gnus-button-marker-list))))))))))
2943
2944 ;; Add buttons to the head of an article.
2945 (defun gnus-article-add-buttons-to-head ()
2946   "Add buttons to the head of the article."
2947   (interactive)
2948   (save-excursion
2949     (set-buffer gnus-article-buffer)
2950     (let ((buffer-read-only nil)
2951           (inhibit-point-motion-hooks t)
2952           (case-fold-search t)
2953           (alist gnus-header-button-alist)
2954           entry beg end)
2955       (nnheader-narrow-to-headers)
2956       (while alist
2957         ;; Each alist entry.
2958         (setq entry (car alist)
2959               alist (cdr alist))
2960         (goto-char (point-min))
2961         (while (re-search-forward (car entry) nil t)
2962           ;; Each header matching the entry.
2963           (setq beg (match-beginning 0))
2964           (setq end (or (and (re-search-forward "^[^ \t]" nil t)
2965                              (match-beginning 0))
2966                         (point-max)))
2967           (goto-char beg)
2968           (while (re-search-forward (nth 1 entry) end t)
2969             ;; Each match within a header.
2970             (let* ((entry (cdr entry))
2971                    (start (match-beginning (nth 1 entry)))
2972                    (end (match-end (nth 1 entry)))
2973                    (form (nth 2 entry)))
2974               (goto-char (match-end 0))
2975               (when (eval form)
2976                 (gnus-article-add-button
2977                  start end (nth 3 entry)
2978                  (buffer-substring (match-beginning (nth 4 entry))
2979                                    (match-end (nth 4 entry)))))))
2980           (goto-char end))))
2981     (widen)))
2982
2983 ;;; External functions:
2984
2985 (defun gnus-article-add-button (from to fun &optional data)
2986   "Create a button between FROM and TO with callback FUN and data DATA."
2987   (when gnus-article-button-face
2988     (gnus-overlay-put (gnus-make-overlay from to)
2989                       'face gnus-article-button-face))
2990   (gnus-add-text-properties
2991    from to
2992    (nconc (and gnus-article-mouse-face
2993                (list gnus-mouse-face-prop gnus-article-mouse-face))
2994           (list 'gnus-callback fun)
2995           (and data (list 'gnus-data data)))))
2996
2997 ;;; Internal functions:
2998
2999 (defun gnus-article-set-globals ()
3000   (save-excursion
3001     (set-buffer gnus-summary-buffer)
3002     (gnus-set-global-variables)))
3003
3004 (defun gnus-signature-toggle (end)
3005   (save-excursion
3006     (set-buffer gnus-article-buffer)
3007     (let ((buffer-read-only nil)
3008           (inhibit-point-motion-hooks t))
3009       (if (get-text-property end 'invisible)
3010           (gnus-article-unhide-text end (point-max))
3011         (gnus-article-hide-text end (point-max) gnus-hidden-properties)))))
3012
3013 (defun gnus-button-entry ()
3014   ;; Return the first entry in `gnus-button-alist' matching this place.
3015   (let ((alist gnus-button-alist)
3016         (entry nil))
3017     (while alist
3018       (setq entry (pop alist))
3019       (if (looking-at (car entry))
3020           (setq alist nil)
3021         (setq entry nil)))
3022     entry))
3023
3024 (defun gnus-button-push (marker)
3025   ;; Push button starting at MARKER.
3026   (save-excursion
3027     (set-buffer gnus-article-buffer)
3028     (goto-char marker)
3029     (let* ((entry (gnus-button-entry))
3030            (inhibit-point-motion-hooks t)
3031            (fun (nth 3 entry))
3032            (args (mapcar (lambda (group)
3033                            (let ((string (match-string group)))
3034                              (gnus-set-text-properties
3035                               0 (length string) nil string)
3036                              string))
3037                          (nthcdr 4 entry))))
3038       (cond
3039        ((fboundp fun)
3040         (apply fun args))
3041        ((and (boundp fun)
3042              (fboundp (symbol-value fun)))
3043         (apply (symbol-value fun) args))
3044        (t
3045         (gnus-message 1 "You must define `%S' to use this button"
3046                       (cons fun args)))))))
3047
3048 (defun gnus-button-message-id (message-id)
3049   "Fetch MESSAGE-ID."
3050   (save-excursion
3051     (set-buffer gnus-summary-buffer)
3052     (gnus-summary-refer-article message-id)))
3053
3054 (defun gnus-button-fetch-group (address)
3055   "Fetch GROUP specified by ADDRESS."
3056   (if (not (string-match "[:/]" address))
3057       ;; This is just a simple group url.
3058       (gnus-group-read-ephemeral-group address gnus-select-method)
3059     (if (not (string-match "^\\([^:/]+\\)\\(:\\([^/]+\\)/\\)?\\(.*\\)$"
3060                            address))
3061         (error "Can't parse %s" address)
3062       (gnus-group-read-ephemeral-group
3063        (match-string 4 address)
3064        `(nntp ,(match-string 1 address)
3065               (nntp-address ,(match-string 1 address))
3066               (nntp-port-number ,(if (match-end 3)
3067                                      (match-string 3 address)
3068                                    "nntp")))))))
3069
3070 (defun gnus-split-string (string pattern)
3071   "Return a list of substrings of STRING which are separated by PATTERN."
3072   (let (parts (start 0))
3073     (while (string-match pattern string start)
3074       (setq parts (cons (substring string start (match-beginning 0)) parts)
3075             start (match-end 0)))
3076     (nreverse (cons (substring string start) parts))))
3077
3078 (defun gnus-url-parse-query-string (query &optional downcase)
3079   (let (retval pairs cur key val)
3080     (setq pairs (gnus-split-string query "&"))
3081     (while pairs
3082       (setq cur (car pairs)
3083             pairs (cdr pairs))
3084       (if (not (string-match "=" cur))
3085           nil                           ; Grace
3086         (setq key (gnus-url-unhex-string (substring cur 0 (match-beginning 0)))
3087               val (gnus-url-unhex-string (substring cur (match-end 0) nil)))
3088         (if downcase
3089             (setq key (downcase key)))
3090         (setq cur (assoc key retval))
3091         (if cur
3092             (setcdr cur (cons val (cdr cur)))
3093           (setq retval (cons (list key val) retval)))))
3094     retval))
3095
3096 (defun gnus-url-unhex (x)
3097   (if (> x ?9)
3098       (if (>= x ?a)
3099           (+ 10 (- x ?a))
3100         (+ 10 (- x ?A)))
3101     (- x ?0)))
3102
3103 (defun gnus-url-unhex-string (str &optional allow-newlines)
3104   "Remove %XXX embedded spaces, etc in a url.
3105 If optional second argument ALLOW-NEWLINES is non-nil, then allow the
3106 decoding of carriage returns and line feeds in the string, which is normally
3107 forbidden in URL encoding."
3108   (setq str (or str ""))
3109   (let ((tmp "")
3110         (case-fold-search t))
3111     (while (string-match "%[0-9a-f][0-9a-f]" str)
3112       (let* ((start (match-beginning 0))
3113              (ch1 (gnus-url-unhex (elt str (+ start 1))))
3114              (code (+ (* 16 ch1)
3115                       (gnus-url-unhex (elt str (+ start 2))))))
3116         (setq tmp (concat
3117                    tmp (substring str 0 start)
3118                    (cond
3119                     (allow-newlines
3120                      (char-to-string code))
3121                     ((or (= code ?\n) (= code ?\r))
3122                      " ")
3123                     (t (char-to-string code))))
3124               str (substring str (match-end 0)))))
3125     (setq tmp (concat tmp str))
3126     tmp))
3127
3128 (defun gnus-url-mailto (url)
3129   ;; Send mail to someone
3130   (when (string-match "mailto:/*\\(.*\\)" url)
3131     (setq url (substring url (match-beginning 1) nil)))
3132   (let (to args source-url subject func)
3133     (if (string-match (regexp-quote "?") url)
3134         (setq to (gnus-url-unhex-string (substring url 0 (match-beginning 0)))
3135               args (gnus-url-parse-query-string
3136                     (substring url (match-end 0) nil) t))
3137       (setq to (gnus-url-unhex-string url)))
3138     (setq args (cons (list "to" to) args)
3139           subject (cdr-safe (assoc "subject" args)))
3140     (message-mail)
3141     (while args
3142       (setq func (intern-soft (concat "message-goto-" (downcase (caar args)))))
3143       (if (fboundp func)
3144           (funcall func)
3145         (message-position-on-field (caar args)))
3146       (insert (mapconcat 'identity (cdar args) ", "))
3147       (setq args (cdr args)))
3148     (if subject
3149         (message-goto-body)
3150       (message-goto-subject))))
3151
3152 (defun gnus-button-mailto (address)
3153   ;; Mail to ADDRESS.
3154   (set-buffer (gnus-copy-article-buffer))
3155   (message-reply address))
3156
3157 (defun gnus-button-reply (address)
3158   ;; Reply to ADDRESS.
3159   (message-reply address))
3160
3161 (defun gnus-button-url (address)
3162   "Browse ADDRESS."
3163   ;; In Emacs 20, `browse-url-browser-function' may be an alist.
3164   (if (listp browse-url-browser-function)
3165       (browse-url address)
3166     (funcall browse-url-browser-function address)))
3167
3168 (defun gnus-button-embedded-url (address)
3169   "Browse ADDRESS."
3170   ;; In Emacs 20, `browse-url-browser-function' may be an alist.
3171   (if (listp browse-url-browser-function)
3172       (browse-url (gnus-strip-whitespace address))
3173     (funcall browse-url-browser-function (gnus-strip-whitespace address))))
3174
3175 ;;; Next/prev buttons in the article buffer.
3176
3177 (defvar gnus-next-page-line-format "%{%(Next page...%)%}\n")
3178 (defvar gnus-prev-page-line-format "%{%(Previous page...%)%}\n")
3179
3180 (defvar gnus-prev-page-map nil)
3181 (unless gnus-prev-page-map
3182   (setq gnus-prev-page-map (make-sparse-keymap))
3183   (define-key gnus-prev-page-map gnus-mouse-2 'gnus-button-prev-page)
3184   (define-key gnus-prev-page-map "\r" 'gnus-button-prev-page))
3185
3186 (defun gnus-insert-prev-page-button ()
3187   (let ((buffer-read-only nil))
3188     (gnus-eval-format
3189      gnus-prev-page-line-format nil
3190      `(gnus-prev t local-map ,gnus-prev-page-map
3191                  gnus-callback gnus-article-button-prev-page))))
3192
3193 (defvar gnus-next-page-map nil)
3194 (unless gnus-next-page-map
3195   (setq gnus-next-page-map (make-keymap))
3196   (suppress-keymap gnus-prev-page-map)
3197   (define-key gnus-next-page-map gnus-mouse-2 'gnus-button-next-page)
3198   (define-key gnus-next-page-map "\r" 'gnus-button-next-page))
3199
3200 (defun gnus-button-next-page ()
3201   "Go to the next page."
3202   (interactive)
3203   (let ((win (selected-window)))
3204     (select-window (get-buffer-window gnus-article-buffer t))
3205     (gnus-article-next-page)
3206     (select-window win)))
3207
3208 (defun gnus-button-prev-page ()
3209   "Go to the prev page."
3210   (interactive)
3211   (let ((win (selected-window)))
3212     (select-window (get-buffer-window gnus-article-buffer t))
3213     (gnus-article-prev-page)
3214     (select-window win)))
3215
3216 (defun gnus-insert-next-page-button ()
3217   (let ((buffer-read-only nil))
3218     (gnus-eval-format gnus-next-page-line-format nil
3219                       `(gnus-next t local-map ,gnus-next-page-map
3220                                   gnus-callback
3221                                   gnus-article-button-next-page))))
3222
3223 (defun gnus-article-button-next-page (arg)
3224   "Go to the next page."
3225   (interactive "P")
3226   (let ((win (selected-window)))
3227     (select-window (get-buffer-window gnus-article-buffer t))
3228     (gnus-article-next-page)
3229     (select-window win)))
3230
3231 (defun gnus-article-button-prev-page (arg)
3232   "Go to the prev page."
3233   (interactive "P")
3234   (let ((win (selected-window)))
3235     (select-window (get-buffer-window gnus-article-buffer t))
3236     (gnus-article-prev-page)
3237     (select-window win)))
3238
3239
3240 ;;; @ for mime-view
3241 ;;;
3242
3243 (defun gnus-content-header-filter ()
3244   "Header filter for mime-view.
3245 It is registered to variable `mime-view-content-header-filter-alist'."
3246   (eword-decode-header default-mime-charset))
3247
3248 (defun mime-preview-quitting-method-for-gnus ()
3249   (if (not gnus-show-mime)
3250       (mime-preview-kill-buffer))
3251   (delete-other-windows)
3252   (gnus-article-show-summary)
3253   (if (or (not gnus-show-mime)
3254           (null gnus-have-all-headers))
3255       (gnus-summary-select-article nil t)
3256     ))
3257
3258 (set-alist 'mime-raw-buffer-coding-system-alist
3259            'gnus-original-article-mode
3260            'raw-text)
3261
3262 (set-alist 'mime-view-content-header-filter-alist
3263            'gnus-original-article-mode
3264            #'gnus-content-header-filter)
3265
3266 (set-alist 'mime-text-decoder-alist
3267            'gnus-original-article-mode
3268            #'mime-text-decode-buffer)
3269
3270 (set-alist 'mime-preview-quitting-method-alist
3271            'gnus-original-article-mode
3272            #'mime-preview-quitting-method-for-gnus)
3273
3274 (set-alist 'mime-view-show-summary-method
3275            'gnus-original-article-mode
3276            #'mime-preview-quitting-method-for-gnus)
3277
3278 (defun gnus-following-method (buf)
3279   (set-buffer buf)
3280   (message-followup)
3281   (message-yank-original)
3282   (kill-buffer buf)
3283   (goto-char (point-min))
3284   )
3285
3286 (set-alist 'mime-view-following-method-alist
3287            'gnus-original-article-mode
3288            #'gnus-following-method)
3289
3290
3291 ;;; @ end
3292 ;;;
3293
3294 (gnus-ems-redefine)
3295
3296 (provide 'gnus-art)
3297
3298 (run-hooks 'gnus-art-load-hook)
3299
3300 ;;; gnus-art.el ends here