1 ;;; gnus-art.el --- article mode commands for Gnus
3 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006 Free Software Foundation, Inc.
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
9 ;; This file is part of GNU Emacs.
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02110-1301, USA.
33 (defvar w3m-minor-mode-map
))
36 ;; Avoid the "Recursive load suspected" error in Emacs 21.1.
38 (let ((recursive-load-depth-limit 100))
51 (autoload 'gnus-msg-mail
"gnus-msg" nil t
)
52 (autoload 'gnus-button-mailto
"gnus-msg")
53 (autoload 'gnus-button-reply
"gnus-msg" nil t
)
54 (autoload 'parse-time-string
"parse-time" nil nil
)
55 (autoload 'ansi-color-apply-on-region
"ansi-color")
56 (autoload 'mm-url-insert-file-contents-external
"mm-url")
57 (autoload 'mm-extern-cache-contents
"mm-extern")
59 (defgroup gnus-article nil
61 :link
'(custom-manual "(gnus)Article Buffer")
64 (defgroup gnus-article-treat nil
65 "Treating article parts."
66 :link
'(custom-manual "(gnus)Article Hiding")
69 (defgroup gnus-article-hiding nil
70 "Hiding article parts."
71 :link
'(custom-manual "(gnus)Article Hiding")
74 (defgroup gnus-article-highlight nil
75 "Article highlighting."
76 :link
'(custom-manual "(gnus)Article Highlighting")
80 (defgroup gnus-article-signature nil
82 :link
'(custom-manual "(gnus)Article Signature")
85 (defgroup gnus-article-headers nil
87 :link
'(custom-manual "(gnus)Hiding Headers")
90 (defgroup gnus-article-washing nil
91 "Special commands on articles."
92 :link
'(custom-manual "(gnus)Article Washing")
95 (defgroup gnus-article-emphasis nil
96 "Fontisizing articles."
97 :link
'(custom-manual "(gnus)Article Fontisizing")
100 (defgroup gnus-article-saving nil
102 :link
'(custom-manual "(gnus)Saving Articles")
103 :group
'gnus-article
)
105 (defgroup gnus-article-mime nil
106 "Worshiping the MIME wonder."
107 :link
'(custom-manual "(gnus)Using MIME")
108 :group
'gnus-article
)
110 (defgroup gnus-article-buttons nil
111 "Pushable buttons in the article buffer."
112 :link
'(custom-manual "(gnus)Article Buttons")
113 :group
'gnus-article
)
115 (defgroup gnus-article-various nil
116 "Other article options."
117 :link
'(custom-manual "(gnus)Misc Article")
118 :group
'gnus-article
)
120 (defcustom gnus-ignored-headers
123 (concat "^" header
":"))
124 '("Path" "Expires" "Date-Received" "References" "Xref" "Lines"
125 "Relay-Version" "Message-ID" "Approved" "Sender" "Received"
126 "X-UIDL" "MIME-Version" "Return-Path" "In-Reply-To"
127 "Content-Type" "Content-Transfer-Encoding" "X-WebTV-Signature"
128 "X-MimeOLE" "X-MSMail-Priority" "X-Priority" "X-Loop"
129 "X-Authentication-Warning" "X-MIME-Autoconverted" "X-Face"
130 "X-Attribution" "X-Originating-IP" "Delivered-To"
131 "NNTP-[-A-Za-z]+" "Distribution" "X-no-archive" "X-Trace"
132 "X-Complaints-To" "X-NNTP-Posting-Host" "X-Orig.*"
133 "Abuse-Reports-To" "Cache-Post-Path" "X-Article-Creation-Date"
134 "X-Poster" "X-Mail2News-Path" "X-Server-Date" "X-Cache"
135 "Originator" "X-Problems-To" "X-Auth-User" "X-Post-Time"
136 "X-Admin" "X-UID" "Resent-[-A-Za-z]+" "X-Mailing-List"
137 "Precedence" "Original-[-A-Za-z]+" "X-filename" "X-Orcpt"
138 "Old-Received" "X-Pgp" "X-Auth" "X-From-Line"
139 "X-Gnus-Article-Number" "X-Majordomo" "X-Url" "X-Sender"
140 "MBOX-Line" "Priority" "X400-[-A-Za-z]+"
141 "Status" "X-Gnus-Mail-Source" "Cancel-Lock"
142 "X-FTN" "X-EXP32-SerialNo" "Encoding" "Importance"
143 "Autoforwarded" "Original-Encoded-Information-Types" "X-Ya-Pop3"
144 "X-Face-Version" "X-Vms-To" "X-ML-NAME" "X-ML-COUNT"
145 "Mailing-List" "X-finfo" "X-md5sum" "X-md5sum-Origin"
146 "X-Sun-Charset" "X-Accept-Language" "X-Envelope-Sender"
147 "List-[A-Za-z]+" "X-Listprocessor-Version"
148 "X-Received" "X-Distribute" "X-Sequence" "X-Juno-Line-Breaks"
149 "X-Notes-Item" "X-MS-TNEF-Correlator" "x-uunet-gateway"
150 "X-Received" "Content-length" "X-precedence"
151 "X-Authenticated-User" "X-Comment" "X-Report" "X-Abuse-Info"
152 "X-HTTP-Proxy" "X-Mydeja-Info" "X-Copyright" "X-No-Markup"
153 "X-Abuse-Info" "X-From_" "X-Accept-Language" "Errors-To"
154 "X-BeenThere" "X-Mailman-Version" "List-Help" "List-Post"
155 "List-Subscribe" "List-Id" "List-Unsubscribe" "List-Archive"
156 "X-Content-length" "X-Posting-Agent" "Original-Received"
157 "X-Request-PGP" "X-Fingerprint" "X-WRIEnvto" "X-WRIEnvfrom"
158 "X-Virus-Scanned" "X-Delivery-Agent" "Posted-Date" "X-Gateway"
159 "X-Local-Origin" "X-Local-Destination" "X-UserInfo1"
160 "X-Received-Date" "X-Hashcash" "Face" "X-DMCA-Notifications"
161 "X-Abuse-and-DMCA-Info" "X-Postfilter" "X-Gpg-.*" "X-Disclaimer"
162 "Envelope-To" "X-Spam-Score" "System-Type" "X-Injected-Via-Gmane"
163 "X-Gmane-NNTP-Posting-Host" "Jabber-ID" "Archived-At"
164 "Envelope-Sender" "Envelope-Recipients"))
165 "*All headers that start with this regexp will be hidden.
166 This variable can also be a list of regexps of headers to be ignored.
167 If `gnus-visible-headers' is non-nil, this variable will be ignored."
168 :type
'(choice :custom-show nil
171 :group
'gnus-article-hiding
)
173 (defcustom gnus-visible-headers
174 "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^[BGF]?Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Mail-Followup-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-From:\\|^X-Sent:"
175 "*All headers that do not match this regexp will be hidden.
176 This variable can also be a list of regexp of headers to remain visible.
177 If this variable is non-nil, `gnus-ignored-headers' will be ignored."
178 :type
'(repeat :value-to-internal
(lambda (widget value
)
179 (custom-split-regexp-maybe value
))
180 :match
(lambda (widget value
)
182 (widget-editable-list-match widget value
)))
184 :group
'gnus-article-hiding
)
186 (defcustom gnus-sorted-header-list
187 '("^From:" "^Subject:" "^Summary:" "^Keywords:" "^Newsgroups:"
188 "^Followup-To:" "^To:" "^Cc:" "^Date:" "^Organization:")
189 "*This variable is a list of regular expressions.
190 If it is non-nil, headers that match the regular expressions will
191 be placed first in the article buffer in the sequence specified by
193 :type
'(repeat regexp
)
194 :group
'gnus-article-hiding
)
196 (defcustom gnus-boring-article-headers
'(empty followup-to reply-to
)
197 "Headers that are only to be displayed if they have interesting data.
198 Possible values in this list are:
200 'empty Headers with no content.
201 'newsgroups Newsgroup identical to Gnus group.
202 'to-address To identical to To-address.
203 'to-list To identical to To-list.
204 'cc-list CC identical to To-list.
205 'followup-to Followup-to identical to Newsgroups.
206 'reply-to Reply-to identical to From.
207 'date Date less than four days old.
208 'long-to To and/or Cc longer than 1024 characters.
209 'many-to Multiple To and/or Cc."
210 :type
'(set (const :tag
"Headers with no content." empty
)
211 (const :tag
"Newsgroups identical to Gnus group." newsgroups
)
212 (const :tag
"To identical to To-address." to-address
)
213 (const :tag
"To identical to To-list." to-list
)
214 (const :tag
"CC identical to To-list." cc-list
)
215 (const :tag
"Followup-to identical to Newsgroups." followup-to
)
216 (const :tag
"Reply-to identical to From." reply-to
)
217 (const :tag
"Date less than four days old." date
)
218 (const :tag
"To and/or Cc longer than 1024 characters." long-to
)
219 (const :tag
"Multiple To and/or Cc headers." many-to
))
220 :group
'gnus-article-hiding
)
222 (defcustom gnus-article-skip-boring nil
223 "Skip over text that is not worth reading.
224 By default, if you set this t, then Gnus will display citations and
225 signatures, but will never scroll down to show you a page consisting
226 only of boring text. Boring text is controlled by
227 `gnus-article-boring-faces'."
230 :group
'gnus-article-hiding
)
232 (defcustom gnus-signature-separator
'("^-- $" "^-- *$")
233 "Regexp matching signature separator.
234 This can also be a list of regexps. In that case, it will be checked
235 from head to tail looking for a separator. Searches will be done from
236 the end of the buffer."
237 :type
'(choice :format
"%{%t%}: %[Value Menu%]\n%v"
239 (repeat :tag
"List of regexp" regexp
))
240 :group
'gnus-article-signature
)
242 (defcustom gnus-signature-limit nil
243 "Provide a limit to what is considered a signature.
244 If it is a number, no signature may not be longer (in characters) than
245 that number. If it is a floating point number, no signature may be
246 longer (in lines) than that number. If it is a function, the function
247 will be called without any parameters, and if it returns nil, there is
248 no signature in the buffer. If it is a string, it will be used as a
249 regexp. If it matches, the text in question is not a signature.
251 This can also be a list of the above values."
252 :type
'(choice (const nil
)
255 (function :value fun
)
256 (regexp :value
".*"))
257 :group
'gnus-article-signature
)
259 (defcustom gnus-hidden-properties
'(invisible t intangible t
)
260 "Property list to use for hiding text."
262 :group
'gnus-article-hiding
)
264 ;; Fixme: This isn't the right thing for mixed graphical and non-graphical
265 ;; frames in a session.
266 (defcustom gnus-article-x-face-command
267 (if (featurep 'xemacs
)
268 (if (or (gnus-image-type-available-p 'xface
)
269 (gnus-image-type-available-p 'pbm
))
270 'gnus-display-x-face-in-from
271 "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | ee -")
272 (if (gnus-image-type-available-p 'pbm
)
273 'gnus-display-x-face-in-from
274 "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | \
276 "*String or function to be executed to display an X-Face header.
277 If it is a string, the command will be executed in a sub-shell
278 asynchronously. The compressed face will be piped to this command."
279 :type
`(choice string
280 (function-item gnus-display-x-face-in-from
)
284 :group
'gnus-article-washing
)
286 (defcustom gnus-article-x-face-too-ugly nil
287 "Regexp matching posters whose face shouldn't be shown automatically."
288 :type
'(choice regexp
(const nil
))
289 :group
'gnus-article-washing
)
291 (defcustom gnus-article-banner-alist nil
292 "Banner alist for stripping.
294 ((egroups . \"^[ \\t\\n]*-------------------+\\\\( \\\\(e\\\\|Yahoo! \\\\)Groups Sponsor -+\\\\)?....\\n\\\\(.+\\n\\\\)+\"))"
296 :type
'(repeat (cons symbol regexp
))
297 :group
'gnus-article-washing
)
299 (gnus-define-group-parameter
302 "Alist of regexps (to match group names) and banner."
303 :variable-group gnus-article-washing
305 '(choice :tag
"Banner"
307 (const :tag
"Remove signature" signature
)
308 (symbol :tag
"Item in `gnus-article-banner-alist'" none
)
310 (const :tag
"None" nil
))
312 "If non-nil, specify how to remove `banners' from articles.
314 Symbol `signature' means to remove signatures delimited by
315 `gnus-signature-separator'. Any other symbol is used to look up a
316 regular expression to match the banner in `gnus-article-banner-alist'.
317 A string is used as a regular expression to match the banner
320 (defcustom gnus-article-address-banner-alist nil
321 "Alist of mail addresses and banners.
322 Each element has the form (ADDRESS . BANNER), where ADDRESS is a regexp
323 to match a mail address in the From: header, BANNER is one of a symbol
324 `signature', an item in `gnus-article-banner-alist', a regexp and nil.
325 If ADDRESS matches author's mail address, it will remove things like
326 advertisements. For example:
328 \((\"@yoo-hoo\\\\.co\\\\.jp\\\\'\" . \"\\n_+\\nDo You Yoo-hoo!\\\\?\\n.*\\n.*\\n\"))
332 (regexp :tag
"Address")
333 (choice :tag
"Banner" :value nil
334 (const :tag
"Remove signature" signature
)
335 (symbol :tag
"Item in `gnus-article-banner-alist'" none
)
337 (const :tag
"None" nil
))))
339 :group
'gnus-article-washing
)
341 (defmacro gnus-emphasis-custom-with-format
(&rest body
)
343 \\(\\s-\\|^\\|\\=\\|[-\"]\\|\\s(\\)\\(%s\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)%s\\)\
344 \\(\\([-,.;:!?\"]\\|\\s)\\)+\\s-\\|[?!.]\\s-\\|\\s)\\|\\s-\\)"))
347 (defun gnus-emphasis-custom-value-to-external (value)
348 (gnus-emphasis-custom-with-format
349 (if (consp (car value
))
350 (list (format format
(car (car value
)) (cdr (car value
)))
352 (if (nth 1 value
) 2 3)
356 (defun gnus-emphasis-custom-value-to-internal (value)
357 (gnus-emphasis-custom-with-format
358 (let ((regexp (concat "\\`"
359 (format (regexp-quote format
)
360 "\\([^()]+\\)" "\\([^()]+\\)")
363 (if (string-match regexp
(setq pattern
(car value
)))
364 (list (cons (match-string 1 pattern
) (match-string 2 pattern
))
369 (defcustom gnus-emphasis-alist
371 '(("\\*" "\\*" bold nil
2)
374 ("_/" "/_" underline-italic
)
375 ("_\\*" "\\*_" underline-bold
)
376 ("\\*/" "/\\*" bold-italic
)
377 ("_\\*/" "/\\*_" underline-bold-italic
))))
379 (gnus-emphasis-custom-with-format
380 (mapcar (lambda (spec)
381 (list (format format
(car spec
) (cadr spec
))
384 (intern (format "gnus-emphasis-%s" (nth 2 spec
)))))
386 '(;; I've never seen anyone use this strikethru convention whereas I've
387 ;; several times seen it triggered by normal text. --Stef
388 ;; Miles suggests that this form is sometimes used but for italics,
389 ;; so maybe we should map it to `italic'.
390 ;; ("\\(\\s-\\|^\\)\\(-\\(\\(\\w\\|-[^-]\\)+\\)-\\)\\(\\s-\\|[?!.,;]\\)"
391 ;; 2 3 gnus-emphasis-strikethru)
392 ("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)"
393 2 3 gnus-emphasis-underline
))))
394 "*Alist that says how to fontify certain phrases.
395 Each item looks like this:
397 (\"_\\\\(\\\\w+\\\\)_\" 0 1 'underline)
399 The first element is a regular expression to be matched. The second
400 is a number that says what regular expression grouping used to find
401 the entire emphasized word. The third is a number that says what
402 regexp grouping should be displayed and highlighted. The fourth
403 is the face used for highlighting."
407 :format
"%[Customizing Style%]\n%v"
409 (group :tag
"Default"
410 :value
("" 0 0 default
)
413 (let ((value (widget-get
414 (cadr (widget-get (widget-get widget
:parent
)
417 (if (not (eq (nth 2 value
) 'default
))
421 (gnus-emphasis-custom-value-to-external value
))))
422 (widget-group-value-create widget
))
424 (integer :format
"Match group: %v")
425 (integer :format
"Emphasize group: %v")
428 :value
(("_" .
"_") nil default
)
430 (regexp :format
"Start regexp: %v")
431 (regexp :format
"End regexp: %v"))
432 (boolean :format
"Show start and end patterns: %[%v%]\n"
433 :on
" On " :off
" Off ")
435 :get
(lambda (symbol)
436 (mapcar 'gnus-emphasis-custom-value-to-internal
437 (default-value symbol
)))
438 :set
(lambda (symbol value
)
439 (set-default symbol
(mapcar 'gnus-emphasis-custom-value-to-external
441 :group
'gnus-article-emphasis
)
443 (defcustom gnus-emphasize-whitespace-regexp
"^[ \t]+\\|[ \t]*\n"
444 "A regexp to describe whitespace which should not be emphasized.
445 Typical values are \"^[ \\t]+\\\\|[ \\t]*\\n\" and \"[ \\t]+\\\\|[ \\t]*\\n\".
446 The former avoids underlining of leading and trailing whitespace,
447 and the latter avoids underlining any whitespace at all."
449 :group
'gnus-article-emphasis
452 (defface gnus-emphasis-bold
'((t (:bold t
)))
453 "Face used for displaying strong emphasized text (*word*)."
454 :group
'gnus-article-emphasis
)
456 (defface gnus-emphasis-italic
'((t (:italic t
)))
457 "Face used for displaying italic emphasized text (/word/)."
458 :group
'gnus-article-emphasis
)
460 (defface gnus-emphasis-underline
'((t (:underline t
)))
461 "Face used for displaying underlined emphasized text (_word_)."
462 :group
'gnus-article-emphasis
)
464 (defface gnus-emphasis-underline-bold
'((t (:bold t
:underline t
)))
465 "Face used for displaying underlined bold emphasized text (_*word*_)."
466 :group
'gnus-article-emphasis
)
468 (defface gnus-emphasis-underline-italic
'((t (:italic t
:underline t
)))
469 "Face used for displaying underlined italic emphasized text (_/word/_)."
470 :group
'gnus-article-emphasis
)
472 (defface gnus-emphasis-bold-italic
'((t (:bold t
:italic t
)))
473 "Face used for displaying bold italic emphasized text (/*word*/)."
474 :group
'gnus-article-emphasis
)
476 (defface gnus-emphasis-underline-bold-italic
477 '((t (:bold t
:italic t
:underline t
)))
478 "Face used for displaying underlined bold italic emphasized text.
479 Example: (_/*word*/_)."
480 :group
'gnus-article-emphasis
)
482 (defface gnus-emphasis-strikethru
(if (featurep 'xemacs
)
483 '((t (:strikethru t
)))
484 '((t (:strike-through t
))))
485 "Face used for displaying strike-through text (-word-)."
486 :group
'gnus-article-emphasis
)
488 (defface gnus-emphasis-highlight-words
489 '((t (:background
"black" :foreground
"yellow")))
490 "Face used for displaying highlighted words."
491 :group
'gnus-article-emphasis
)
493 (defcustom gnus-article-time-format
"%a, %d %b %Y %T %Z"
494 "Format for display of Date headers in article bodies.
495 See `format-time-string' for the possible values.
497 The variable can also be function, which should return a complete Date
498 header. The function is called with one argument, the time, which can
499 be fed to `format-time-string'."
500 :type
'(choice string function
)
501 :link
'(custom-manual "(gnus)Article Date")
502 :group
'gnus-article-washing
)
504 (defcustom gnus-save-all-headers t
505 "*If non-nil, don't remove any headers before saving."
506 :group
'gnus-article-saving
509 (defcustom gnus-prompt-before-saving
'always
510 "*This variable says how much prompting is to be done when saving articles.
511 If it is nil, no prompting will be done, and the articles will be
512 saved to the default files. If this variable is `always', each and
513 every article that is saved will be preceded by a prompt, even when
514 saving large batches of articles. If this variable is neither nil not
515 `always', there the user will be prompted once for a file name for
516 each invocation of the saving commands."
517 :group
'gnus-article-saving
518 :type
'(choice (item always
)
519 (item :tag
"never" nil
)
520 (sexp :tag
"once" :format
"%t\n" :value t
)))
522 (defcustom gnus-saved-headers gnus-visible-headers
523 "Headers to keep if `gnus-save-all-headers' is nil.
524 If `gnus-save-all-headers' is non-nil, this variable will be ignored.
525 If that variable is nil, however, all headers that match this regexp
526 will be kept while the rest will be deleted before saving."
527 :group
'gnus-article-saving
530 (defcustom gnus-default-article-saver
'gnus-summary-save-in-rmail
531 "A function to save articles in your favourite format.
532 The function must be interactively callable (in other words, it must
533 be an Emacs command).
535 Gnus provides the following functions:
537 * gnus-summary-save-in-rmail (Rmail format)
538 * gnus-summary-save-in-mail (Unix mail format)
539 * gnus-summary-save-in-folder (MH folder)
540 * gnus-summary-save-in-file (article format)
541 * gnus-summary-save-body-in-file (article body)
542 * gnus-summary-save-in-vm (use VM's folder format)
543 * gnus-summary-write-to-file (article format -- overwrite)."
544 :group
'gnus-article-saving
545 :type
'(radio (function-item gnus-summary-save-in-rmail
)
546 (function-item gnus-summary-save-in-mail
)
547 (function-item gnus-summary-save-in-folder
)
548 (function-item gnus-summary-save-in-file
)
549 (function-item gnus-summary-save-body-in-file
)
550 (function-item gnus-summary-save-in-vm
)
551 (function-item gnus-summary-write-to-file
)
554 (defcustom gnus-rmail-save-name
'gnus-plain-save-name
555 "A function generating a file name to save articles in Rmail format.
556 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
557 :group
'gnus-article-saving
560 (defcustom gnus-mail-save-name
'gnus-plain-save-name
561 "A function generating a file name to save articles in Unix mail format.
562 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
563 :group
'gnus-article-saving
566 (defcustom gnus-folder-save-name
'gnus-folder-save-name
567 "A function generating a file name to save articles in MH folder.
568 The function is called with NEWSGROUP, HEADERS, and optional LAST-FOLDER."
569 :group
'gnus-article-saving
572 (defcustom gnus-file-save-name
'gnus-numeric-save-name
573 "A function generating a file name to save articles in article format.
574 The function is called with NEWSGROUP, HEADERS, and optional
576 :group
'gnus-article-saving
579 (defcustom gnus-split-methods
580 '((gnus-article-archive-name)
581 (gnus-article-nndoc-name))
582 "*Variable used to suggest where articles are to be saved.
583 For instance, if you would like to save articles related to Gnus in
584 the file \"gnus-stuff\", and articles related to VM in \"vm-stuff\",
585 you could set this variable to something like:
587 '((\"^Subject:.*gnus\\|^Newsgroups:.*gnus\" \"gnus-stuff\")
588 (\"^Subject:.*vm\\|^Xref:.*vm\" \"vm-stuff\"))
590 This variable is an alist where the key is the match and the
591 value is a list of possible files to save in if the match is
594 If the match is a string, it is used as a regexp match on the
595 article. If the match is a symbol, that symbol will be funcalled
596 from the buffer of the article to be saved with the newsgroup as
597 the parameter. If it is a list, it will be evaled in the same
600 If this form or function returns a string, this string will be
601 used as a possible file name; and if it returns a non-nil list,
602 that list will be used as possible file names."
603 :group
'gnus-article-saving
604 :type
'(repeat (choice (list :value
(fun) function
)
605 (cons :value
("" "") regexp
(repeat string
))
608 (defcustom gnus-page-delimiter
"^\^L"
609 "*Regexp describing what to use as article page delimiters.
610 The default value is \"^\^L\", which is a form linefeed at the
611 beginning of a line."
613 :group
'gnus-article-various
)
615 (defcustom gnus-article-mode-line-format
"Gnus: %g [%w] %S%m"
616 "*The format specification for the article mode line.
617 See `gnus-summary-mode-line-format' for a closer description.
619 The following additional specs are available:
621 %w The article washing status.
622 %m The number of MIME parts in the article."
624 :group
'gnus-article-various
)
626 (defcustom gnus-article-mode-hook nil
627 "*A hook for Gnus article mode."
629 :group
'gnus-article-various
)
631 (when (featurep 'xemacs
)
632 ;; Extracted from gnus-xmas-define in order to preserve user settings
633 (when (fboundp 'turn-off-scroll-in-place
)
634 (add-hook 'gnus-article-mode-hook
'turn-off-scroll-in-place
))
635 ;; Extracted from gnus-xmas-redefine in order to preserve user settings
636 (add-hook 'gnus-article-mode-hook
'gnus-xmas-article-menu-add
))
638 (defcustom gnus-article-menu-hook nil
639 "*Hook run after the creation of the article mode menu."
641 :group
'gnus-article-various
)
643 (defcustom gnus-article-prepare-hook nil
644 "*A hook called after an article has been prepared in the article buffer."
646 :group
'gnus-article-various
)
648 (defcustom gnus-copy-article-ignored-headers nil
649 "List of headers to be removed when copying an article.
650 Each element is a regular expression."
651 :version
"23.0" ;; No Gnus
652 :type
'(repeat regexp
)
653 :group
'gnus-article-various
)
655 (make-obsolete-variable 'gnus-article-hide-pgp-hook
656 "This variable is obsolete in Gnus 5.10.")
659 '((t (:weight bold
)))
660 "Face used for highlighting a button in the article buffer."
661 :group
'gnus-article-buttons
)
663 (defcustom gnus-article-button-face
'gnus-button
664 "Face used for highlighting buttons in the article buffer.
666 An article button is a piece of text that you can activate by pressing
667 `RET' or `mouse-2' above it."
669 :group
'gnus-article-buttons
)
671 (defcustom gnus-article-mouse-face
'highlight
672 "Face used for mouse highlighting in the article buffer.
674 Article buttons will be displayed in this face when the cursor is
677 :group
'gnus-article-buttons
)
679 (defcustom gnus-signature-face
'gnus-signature
680 "Face used for highlighting a signature in the article buffer.
681 Obsolete; use the face `gnus-signature' for customizations instead."
683 :group
'gnus-article-highlight
684 :group
'gnus-article-signature
)
686 (defface gnus-signature
689 "Face used for highlighting a signature in the article buffer."
690 :group
'gnus-article-highlight
691 :group
'gnus-article-signature
)
692 ;; backward-compatibility alias
693 (put 'gnus-signature-face
'face-alias
'gnus-signature
)
695 (defface gnus-header-from
698 (:foreground
"spring green"))
701 (:foreground
"red3"))
704 "Face used for displaying from headers."
705 :group
'gnus-article-headers
706 :group
'gnus-article-highlight
)
707 ;; backward-compatibility alias
708 (put 'gnus-header-from-face
'face-alias
'gnus-header-from
)
710 (defface gnus-header-subject
713 (:foreground
"SeaGreen3"))
716 (:foreground
"red4"))
718 (:bold t
:italic t
)))
719 "Face used for displaying subject headers."
720 :group
'gnus-article-headers
721 :group
'gnus-article-highlight
)
722 ;; backward-compatibility alias
723 (put 'gnus-header-subject-face
'face-alias
'gnus-header-subject
)
725 (defface gnus-header-newsgroups
728 (:foreground
"yellow" :italic t
))
731 (:foreground
"MidnightBlue" :italic t
))
734 "Face used for displaying newsgroups headers.
735 In the default setup this face is only used for crossposted
737 :group
'gnus-article-headers
738 :group
'gnus-article-highlight
)
739 ;; backward-compatibility alias
740 (put 'gnus-header-newsgroups-face
'face-alias
'gnus-header-newsgroups
)
742 (defface gnus-header-name
745 (:foreground
"SeaGreen"))
748 (:foreground
"maroon"))
751 "Face used for displaying header names."
752 :group
'gnus-article-headers
753 :group
'gnus-article-highlight
)
754 ;; backward-compatibility alias
755 (put 'gnus-header-name-face
'face-alias
'gnus-header-name
)
757 (defface gnus-header-content
760 (:foreground
"forest green" :italic t
))
763 (:foreground
"indianred4" :italic t
))
765 (:italic t
))) "Face used for displaying header content."
766 :group
'gnus-article-headers
767 :group
'gnus-article-highlight
)
768 ;; backward-compatibility alias
769 (put 'gnus-header-content-face
'face-alias
'gnus-header-content
)
771 (defcustom gnus-header-face-alist
772 '(("From" nil gnus-header-from
)
773 ("Subject" nil gnus-header-subject
)
774 ("Newsgroups:.*," nil gnus-header-newsgroups
)
775 ("" gnus-header-name gnus-header-content
))
776 "*Controls highlighting of article headers.
778 An alist of the form (HEADER NAME CONTENT).
780 HEADER is a regular expression which should match the name of a
781 header and NAME and CONTENT are either face names or nil.
783 The name of each header field will be displayed using the face
784 specified by the first element in the list where HEADER matches
785 the header name and NAME is non-nil. Similarly, the content will
786 be displayed by the first non-nil matching CONTENT face."
787 :group
'gnus-article-headers
788 :group
'gnus-article-highlight
789 :type
'(repeat (list (regexp :tag
"Header")
791 (item :tag
"skip" nil
)
792 (face :value default
))
793 (choice :tag
"Content"
794 (item :tag
"skip" nil
)
795 (face :value default
)))))
797 (defcustom gnus-face-properties-alist
(if (featurep 'xemacs
)
798 '((xface .
(:face gnus-x-face
)))
799 '((pbm .
(:face gnus-x-face
))
801 "Alist of image types and properties applied to Face and X-Face images.
804 ;; Specify the altitude of Face images in the From header.
805 \(setq gnus-face-properties-alist
806 '((pbm . (:face gnus-x-face :ascent 80))
807 (png . (:ascent 80))))
809 ;; Show Face images as pressed buttons.
810 \(setq gnus-face-properties-alist
811 '((pbm . (:face gnus-x-face :relief -2))
812 (png . (:relief -2))))
814 See the manual for the valid properties for various image types.
815 Currently, `pbm' is used for X-Face images and `png' is used for Face
816 images in Emacs. Only the `:face' property is effective on the `xface'
817 image type in XEmacs if it is built with the libcompface library."
818 :version
"23.0" ;; No Gnus
819 :group
'gnus-article-headers
820 :type
'(repeat (cons :format
"%v" (symbol :tag
"Image type") plist
)))
822 (defcustom gnus-article-decode-hook
823 '(article-decode-charset article-decode-encoded-words
824 article-decode-group-name article-decode-idna-rhs
)
825 "*Hook run to decode charsets in articles."
826 :group
'gnus-article-headers
829 (defcustom gnus-display-mime-function
'gnus-display-mime
830 "Function to display MIME articles."
831 :group
'gnus-article-mime
834 (defvar gnus-decode-header-function
'mail-decode-encoded-word-region
835 "Function used to decode headers.")
837 (defvar gnus-article-dumbquotes-map
857 "Table for MS-to-Latin1 translation.")
859 (defcustom gnus-ignored-mime-types nil
860 "List of MIME types that should be ignored by Gnus."
862 :group
'gnus-article-mime
863 :type
'(repeat regexp
))
865 (defcustom gnus-unbuttonized-mime-types
'(".*/.*")
866 "List of MIME types that should not be given buttons when rendered inline.
867 See also `gnus-buttonized-mime-types' which may override this variable.
868 This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
870 :group
'gnus-article-mime
871 :type
'(repeat regexp
))
873 (defcustom gnus-buttonized-mime-types nil
874 "List of MIME types that should be given buttons when rendered inline.
875 If set, this variable overrides `gnus-unbuttonized-mime-types'.
876 To see e.g. security buttons you could set this to
877 `(\"multipart/signed\")'. You could also add \"multipart/alternative\" to
878 this list to display radio buttons that allow you to choose one of two
879 media types those mails include. See also `mm-discouraged-alternatives'.
880 This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
882 :group
'gnus-article-mime
883 :type
'(repeat regexp
))
885 (defcustom gnus-inhibit-mime-unbuttonizing nil
886 "If non-nil, all MIME parts get buttons.
887 When nil (the default value), then some MIME parts do not get buttons,
888 as described by the variables `gnus-buttonized-mime-types' and
889 `gnus-unbuttonized-mime-types'."
891 :group
'gnus-article-mime
894 (defcustom gnus-body-boundary-delimiter
"_"
895 "String used to delimit header and body.
896 This variable is used by `gnus-article-treat-body-boundary' which can
897 be controlled by `gnus-treat-body-boundary'."
899 :group
'gnus-article-various
900 :type
'(choice (item :tag
"None" :value nil
)
903 (defcustom gnus-picon-databases
'("/usr/lib/picon" "/usr/local/faces"
905 "Defines the location of the faces database.
906 For information on obtaining this database of pretty pictures, please
907 see http://www.cs.indiana.edu/picons/ftp/index.html"
909 :type
'(repeat directory
)
910 :link
'(url-link :tag
"download"
911 "http://www.cs.indiana.edu/picons/ftp/index.html")
912 :link
'(custom-manual "(gnus)Picons")
915 (defun gnus-picons-installed-p ()
916 "Say whether picons are installed on your machine."
917 (let ((installed nil
))
918 (dolist (database gnus-picon-databases
)
919 (when (file-exists-p database
)
923 (defcustom gnus-article-mime-part-function nil
924 "Function called with a MIME handle as the argument.
925 This is meant for people who want to do something automatic based
926 on parts -- for instance, adding Vcard info to a database."
927 :group
'gnus-article-mime
928 :type
'(choice (const nil
)
931 (defcustom gnus-mime-multipart-functions nil
932 "An alist of MIME types to functions to display them."
934 :group
'gnus-article-mime
935 :type
'(repeat (cons :format
"%v" (string :tag
"MIME type") function
)))
937 (defcustom gnus-article-date-lapsed-new-header nil
938 "Whether the X-Sent and Date headers can coexist.
939 When using `gnus-treat-date-lapsed', the \"X-Sent:\" header will
940 either replace the old \"Date:\" header (if this variable is nil), or
941 be added below it (otherwise)."
943 :group
'gnus-article-headers
946 (defcustom gnus-article-mime-match-handle-function
'undisplayed-alternative
947 "Function called with a MIME handle as the argument.
948 This is meant for people who want to view first matched part.
949 For `undisplayed-alternative' (default), the first undisplayed
950 part or alternative part is used. For `undisplayed', the first
951 undisplayed part is used. For a function, the first part which
952 the function return t is used. For nil, the first part is
955 :group
'gnus-article-mime
957 (item :tag
"first" :value nil
)
958 (item :tag
"undisplayed" :value undisplayed
)
959 (item :tag
"undisplayed or alternative"
960 :value undisplayed-alternative
)
963 (defcustom gnus-mime-action-alist
964 '(("save to file" . gnus-mime-save-part
)
965 ("save and strip" . gnus-mime-save-part-and-strip
)
966 ("replace with file" . gnus-mime-replace-part
)
967 ("delete part" . gnus-mime-delete-part
)
968 ("display as text" . gnus-mime-inline-part
)
969 ("view the part" . gnus-mime-view-part
)
970 ("pipe to command" . gnus-mime-pipe-part
)
971 ("toggle display" . gnus-article-press-button
)
972 ("toggle display" . gnus-article-view-part-as-charset
)
973 ("view as type" . gnus-mime-view-part-as-type
)
974 ("view internally" . gnus-mime-view-part-internally
)
975 ("view externally" . gnus-mime-view-part-externally
))
976 "An alist of actions that run on the MIME attachment."
977 :group
'gnus-article-mime
978 :type
'(repeat (cons (string :tag
"name")
981 (defcustom gnus-auto-select-part
1
982 "Advance to next MIME part when deleting or stripping parts.
984 When 0, point will be placed on the same part as before. When
985 positive (negative), move point forward (backwards) this many
986 parts. When nil, redisplay article."
987 :version
"23.0" ;; No Gnus
988 :group
'gnus-article-mime
989 :type
'(choice (const nil
:tag
"Redisplay article.")
990 (const 1 :tag
"Next part.")
991 (const 0 :tag
"Current part.")
995 ;;; The treatment variables
998 (defvar gnus-part-display-hook nil
999 "Hook called on parts that are to receive treatment.")
1001 (defvar gnus-article-treat-custom
1002 '(choice (const :tag
"Off" nil
)
1004 (const :tag
"Header" head
)
1005 (const :tag
"First" first
)
1006 (const :tag
"Last" last
)
1007 (integer :tag
"Less")
1008 (repeat :tag
"Groups" regexp
)
1009 (sexp :tag
"Predicate")))
1011 (defvar gnus-article-treat-head-custom
1012 '(choice (const :tag
"Off" nil
)
1013 (const :tag
"Header" head
)))
1015 (defvar gnus-article-treat-types
'("text/plain" "text/x-verbatim")
1018 (defvar gnus-inhibit-treatment nil
1019 "Whether to inhibit treatment.")
1021 (defcustom gnus-treat-highlight-signature
'(or t
(typep "text/x-vcard"))
1022 "Highlight the signature.
1023 Valid values are nil, t, `head', `first', `last', an integer or a
1024 predicate. See Info node `(gnus)Customizing Articles'."
1025 :group
'gnus-article-treat
1026 :link
'(custom-manual "(gnus)Customizing Articles")
1027 :type gnus-article-treat-custom
)
1028 (put 'gnus-treat-highlight-signature
'highlight t
)
1030 (defcustom gnus-treat-buttonize
100000
1032 Valid values are nil, t, `head', `first', `last', an integer or a
1033 predicate. See Info node `(gnus)Customizing Articles'."
1034 :group
'gnus-article-treat
1035 :link
'(custom-manual "(gnus)Customizing Articles")
1036 :type gnus-article-treat-custom
)
1037 (put 'gnus-treat-buttonize
'highlight t
)
1039 (defcustom gnus-treat-buttonize-head
'head
1040 "Add buttons to the head.
1041 Valid values are nil, t, `head', `first', `last', an integer or a
1042 predicate. See Info node `(gnus)Customizing Articles'."
1043 :group
'gnus-article-treat
1044 :link
'(custom-manual "(gnus)Customizing Articles")
1045 :type gnus-article-treat-head-custom
)
1046 (put 'gnus-treat-buttonize-head
'highlight t
)
1048 (defcustom gnus-treat-emphasize
1049 (and (or window-system
1053 Valid values are nil, t, `head', `first', `last', an integer or a
1054 predicate. See Info node `(gnus)Customizing Articles'."
1055 :group
'gnus-article-treat
1056 :link
'(custom-manual "(gnus)Customizing Articles")
1057 :type gnus-article-treat-custom
)
1058 (put 'gnus-treat-emphasize
'highlight t
)
1060 (defcustom gnus-treat-strip-cr nil
1061 "Remove carriage returns.
1062 Valid values are nil, t, `head', `first', `last', an integer or a
1063 predicate. See Info node `(gnus)Customizing Articles'."
1065 :group
'gnus-article-treat
1066 :link
'(custom-manual "(gnus)Customizing Articles")
1067 :type gnus-article-treat-custom
)
1069 (defcustom gnus-treat-unsplit-urls nil
1070 "Remove newlines from within URLs.
1071 Valid values are nil, t, `head', `first', `last', an integer or a
1072 predicate. See Info node `(gnus)Customizing Articles'."
1074 :group
'gnus-article-treat
1075 :link
'(custom-manual "(gnus)Customizing Articles")
1076 :type gnus-article-treat-custom
)
1078 (defcustom gnus-treat-leading-whitespace nil
1079 "Remove leading whitespace in headers.
1080 Valid values are nil, t, `head', `first', `last', an integer or a
1081 predicate. See Info node `(gnus)Customizing Articles'."
1083 :group
'gnus-article-treat
1084 :link
'(custom-manual "(gnus)Customizing Articles")
1085 :type gnus-article-treat-custom
)
1087 (defcustom gnus-treat-hide-headers
'head
1089 Valid values are nil, t, `head', `first', `last', an integer or a
1090 predicate. See Info node `(gnus)Customizing Articles'."
1091 :group
'gnus-article-treat
1092 :link
'(custom-manual "(gnus)Customizing Articles")
1093 :type gnus-article-treat-head-custom
)
1095 (defcustom gnus-treat-hide-boring-headers nil
1096 "Hide boring headers.
1097 Valid values are nil, t, `head', `first', `last', an integer or a
1098 predicate. See Info node `(gnus)Customizing Articles'."
1099 :group
'gnus-article-treat
1100 :link
'(custom-manual "(gnus)Customizing Articles")
1101 :type gnus-article-treat-head-custom
)
1103 (defcustom gnus-treat-hide-signature nil
1104 "Hide the signature.
1105 Valid values are nil, t, `head', `first', `last', an integer or a
1106 predicate. See Info node `(gnus)Customizing Articles'."
1107 :group
'gnus-article-treat
1108 :link
'(custom-manual "(gnus)Customizing Articles")
1109 :type gnus-article-treat-custom
)
1111 (defcustom gnus-treat-fill-article nil
1113 Valid values are nil, t, `head', `first', `last', an integer or a
1114 predicate. See Info node `(gnus)Customizing Articles'."
1115 :group
'gnus-article-treat
1116 :link
'(custom-manual "(gnus)Customizing Articles")
1117 :type gnus-article-treat-custom
)
1119 (defcustom gnus-treat-hide-citation nil
1121 Valid values are nil, t, `head', `first', `last', an integer or a
1122 predicate. See Info node `(gnus)Customizing Articles'."
1123 :group
'gnus-article-treat
1124 :link
'(custom-manual "(gnus)Customizing Articles")
1125 :type gnus-article-treat-custom
)
1127 (defcustom gnus-treat-hide-citation-maybe nil
1129 Valid values are nil, t, `head', `first', `last', an integer or a
1130 predicate. See Info node `(gnus)Customizing Articles'."
1131 :group
'gnus-article-treat
1132 :link
'(custom-manual "(gnus)Customizing Articles")
1133 :type gnus-article-treat-custom
)
1135 (defcustom gnus-treat-strip-list-identifiers
'head
1136 "Strip list identifiers from `gnus-list-identifiers`.
1137 Valid values are nil, t, `head', `first', `last', an integer or a
1138 predicate. See Info node `(gnus)Customizing Articles'."
1140 :group
'gnus-article-treat
1141 :link
'(custom-manual "(gnus)Customizing Articles")
1142 :type gnus-article-treat-custom
)
1144 (make-obsolete-variable 'gnus-treat-strip-pgp
1145 "This option is obsolete in Gnus 5.10.")
1147 (defcustom gnus-treat-strip-pem nil
1148 "Strip PEM signatures.
1149 Valid values are nil, t, `head', `first', `last', an integer or a
1150 predicate. See Info node `(gnus)Customizing Articles'."
1151 :group
'gnus-article-treat
1152 :link
'(custom-manual "(gnus)Customizing Articles")
1153 :type gnus-article-treat-custom
)
1155 (defcustom gnus-treat-strip-banner t
1156 "Strip banners from articles.
1157 The banner to be stripped is specified in the `banner' group parameter.
1158 Valid values are nil, t, `head', `first', `last', an integer or a
1159 predicate. See Info node `(gnus)Customizing Articles'."
1160 :group
'gnus-article-treat
1161 :link
'(custom-manual "(gnus)Customizing Articles")
1162 :type gnus-article-treat-custom
)
1164 (defcustom gnus-treat-highlight-headers
'head
1165 "Highlight the headers.
1166 Valid values are nil, t, `head', `first', `last', an integer or a
1167 predicate. See Info node `(gnus)Customizing Articles'."
1168 :group
'gnus-article-treat
1169 :link
'(custom-manual "(gnus)Customizing Articles")
1170 :type gnus-article-treat-head-custom
)
1171 (put 'gnus-treat-highlight-headers
'highlight t
)
1173 (defcustom gnus-treat-highlight-citation t
1174 "Highlight cited text.
1175 Valid values are nil, t, `head', `first', `last', an integer or a
1176 predicate. See Info node `(gnus)Customizing Articles'."
1177 :group
'gnus-article-treat
1178 :link
'(custom-manual "(gnus)Customizing Articles")
1179 :type gnus-article-treat-custom
)
1180 (put 'gnus-treat-highlight-citation
'highlight t
)
1182 (defcustom gnus-treat-date-ut nil
1183 "Display the Date in UT (GMT).
1184 Valid values are nil, t, `head', `first', `last', an integer or a
1185 predicate. See Info node `(gnus)Customizing Articles'."
1186 :group
'gnus-article-treat
1187 :link
'(custom-manual "(gnus)Customizing Articles")
1188 :type gnus-article-treat-head-custom
)
1190 (defcustom gnus-treat-date-local nil
1191 "Display the Date in the local timezone.
1192 Valid values are nil, t, `head', `first', `last', an integer or a
1193 predicate. See Info node `(gnus)Customizing Articles'."
1194 :group
'gnus-article-treat
1195 :link
'(custom-manual "(gnus)Customizing Articles")
1196 :type gnus-article-treat-head-custom
)
1198 (defcustom gnus-treat-date-english nil
1199 "Display the Date in a format that can be read aloud in English.
1200 Valid values are nil, t, `head', `first', `last', an integer or a
1201 predicate. See Info node `(gnus)Customizing Articles'."
1203 :group
'gnus-article-treat
1204 :link
'(custom-manual "(gnus)Customizing Articles")
1205 :type gnus-article-treat-head-custom
)
1207 (defcustom gnus-treat-date-lapsed nil
1208 "Display the Date header in a way that says how much time has elapsed.
1209 Valid values are nil, t, `head', `first', `last', an integer or a
1210 predicate. See Info node `(gnus)Customizing Articles'."
1211 :group
'gnus-article-treat
1212 :link
'(custom-manual "(gnus)Customizing Articles")
1213 :type gnus-article-treat-head-custom
)
1215 (defcustom gnus-treat-date-original nil
1216 "Display the date in the original timezone.
1217 Valid values are nil, t, `head', `first', `last', an integer or a
1218 predicate. See Info node `(gnus)Customizing Articles'."
1219 :group
'gnus-article-treat
1220 :link
'(custom-manual "(gnus)Customizing Articles")
1221 :type gnus-article-treat-head-custom
)
1223 (defcustom gnus-treat-date-iso8601 nil
1224 "Display the date in the ISO8601 format.
1225 Valid values are nil, t, `head', `first', `last', an integer or a
1226 predicate. See Info node `(gnus)Customizing Articles'."
1228 :group
'gnus-article-treat
1229 :link
'(custom-manual "(gnus)Customizing Articles")
1230 :type gnus-article-treat-head-custom
)
1232 (defcustom gnus-treat-date-user-defined nil
1233 "Display the date in a user-defined format.
1234 The format is defined by the `gnus-article-time-format' variable.
1235 Valid values are nil, t, `head', `first', `last', an integer or a
1236 predicate. See Info node `(gnus)Customizing Articles'."
1237 :group
'gnus-article-treat
1238 :link
'(custom-manual "(gnus)Customizing Articles")
1239 :type gnus-article-treat-head-custom
)
1241 (defcustom gnus-treat-strip-headers-in-body t
1242 "Strip the X-No-Archive header line from the beginning of the body.
1243 Valid values are nil, t, `head', `first', `last', an integer or a
1244 predicate. See Info node `(gnus)Customizing Articles'."
1246 :group
'gnus-article-treat
1247 :link
'(custom-manual "(gnus)Customizing Articles")
1248 :type gnus-article-treat-custom
)
1250 (defcustom gnus-treat-strip-trailing-blank-lines nil
1251 "Strip trailing blank lines.
1252 Valid values are nil, t, `head', `first', `last', an integer or a
1253 predicate. See Info node `(gnus)Customizing Articles'.
1255 When set to t, it also strips trailing blanks in all MIME parts.
1256 Consider to use `last' instead."
1257 :group
'gnus-article-treat
1258 :link
'(custom-manual "(gnus)Customizing Articles")
1259 :type gnus-article-treat-custom
)
1261 (defcustom gnus-treat-strip-leading-blank-lines nil
1262 "Strip leading blank lines.
1263 Valid values are nil, t, `head', `first', `last', an integer or a
1264 predicate. See Info node `(gnus)Customizing Articles'.
1266 When set to t, it also strips trailing blanks in all MIME parts."
1267 :group
'gnus-article-treat
1268 :link
'(custom-manual "(gnus)Customizing Articles")
1269 :type gnus-article-treat-custom
)
1271 (defcustom gnus-treat-strip-multiple-blank-lines nil
1272 "Strip multiple blank lines.
1273 Valid values are nil, t, `head', `first', `last', an integer or a
1274 predicate. See Info node `(gnus)Customizing Articles'."
1275 :group
'gnus-article-treat
1276 :link
'(custom-manual "(gnus)Customizing Articles")
1277 :type gnus-article-treat-custom
)
1279 (defcustom gnus-treat-unfold-headers
'head
1280 "Unfold folded header lines.
1281 Valid values are nil, t, `head', `first', `last', an integer or a
1282 predicate. See Info node `(gnus)Customizing Articles'."
1284 :group
'gnus-article-treat
1285 :link
'(custom-manual "(gnus)Customizing Articles")
1286 :type gnus-article-treat-custom
)
1288 (defcustom gnus-treat-fold-headers nil
1290 Valid values are nil, t, `head', `first', `last', an integer or a
1291 predicate. See Info node `(gnus)Customizing Articles'."
1293 :group
'gnus-article-treat
1294 :link
'(custom-manual "(gnus)Customizing Articles")
1295 :type gnus-article-treat-custom
)
1297 (defcustom gnus-treat-fold-newsgroups
'head
1298 "Fold the Newsgroups and Followup-To headers.
1299 Valid values are nil, t, `head', `first', `last', an integer or a
1300 predicate. See Info node `(gnus)Customizing Articles'."
1302 :group
'gnus-article-treat
1303 :link
'(custom-manual "(gnus)Customizing Articles")
1304 :type gnus-article-treat-custom
)
1306 (defcustom gnus-treat-overstrike t
1307 "Treat overstrike highlighting.
1308 Valid values are nil, t, `head', `first', `last', an integer or a
1309 predicate. See Info node `(gnus)Customizing Articles'."
1310 :group
'gnus-article-treat
1311 :link
'(custom-manual "(gnus)Customizing Articles")
1312 :type gnus-article-treat-custom
)
1313 (put 'gnus-treat-overstrike
'highlight t
)
1315 (defcustom gnus-treat-ansi-sequences
(if (locate-library "ansi-color") t
)
1316 "Treat ANSI SGR control sequences.
1317 Valid values are nil, t, `head', `first', `last', an integer or a
1318 predicate. See Info node `(gnus)Customizing Articles'."
1319 :group
'gnus-article-treat
1320 :link
'(custom-manual "(gnus)Customizing Articles")
1321 :type gnus-article-treat-custom
)
1323 (make-obsolete-variable 'gnus-treat-display-xface
1324 'gnus-treat-display-x-face
)
1326 (defcustom gnus-treat-display-x-face
1327 (and (not noninteractive
)
1328 (or (and (fboundp 'image-type-available-p
)
1329 (image-type-available-p 'xbm
)
1330 (string-match "^0x" (shell-command-to-string "uncompface"))
1331 (executable-find "icontopbm"))
1332 (and (featurep 'xemacs
)
1335 "Display X-Face headers.
1336 Valid values are nil, t, `head', `first', `last', an integer or a
1337 predicate. See Info node `(gnus)Customizing Articles' and Info
1338 node `(gnus)X-Face' for details."
1339 :group
'gnus-article-treat
1341 :link
'(custom-manual "(gnus)Customizing Articles")
1342 :link
'(custom-manual "(gnus)X-Face")
1343 :type gnus-article-treat-head-custom
1344 :set
(lambda (symbol value
)
1347 (cond ((or (boundp symbol
) (get symbol
'saved-value
))
1349 ((boundp 'gnus-treat-display-xface
)
1351 ** gnus-treat-display-xface is an obsolete variable;\
1352 use gnus-treat-display-x-face instead")
1353 (default-value 'gnus-treat-display-xface
))
1354 ((get 'gnus-treat-display-xface
'saved-value
)
1356 ** gnus-treat-display-xface is an obsolete variable;\
1357 use gnus-treat-display-x-face instead")
1358 (eval (car (get 'gnus-treat-display-xface
'saved-value
))))
1361 (put 'gnus-treat-display-x-face
'highlight t
)
1363 (defcustom gnus-treat-display-face
1364 (and (not noninteractive
)
1365 (or (and (fboundp 'image-type-available-p
)
1366 (image-type-available-p 'png
))
1367 (and (featurep 'xemacs
)
1370 "Display Face headers.
1371 Valid values are nil, t, `head', `first', `last', an integer or a
1372 predicate. See Info node `(gnus)Customizing Articles' and Info
1373 node `(gnus)X-Face' for details."
1374 :group
'gnus-article-treat
1376 :link
'(custom-manual "(gnus)Customizing Articles")
1377 :link
'(custom-manual "(gnus)X-Face")
1378 :type gnus-article-treat-head-custom
)
1379 (put 'gnus-treat-display-face
'highlight t
)
1381 (defcustom gnus-treat-display-smileys
1382 (if (or (and (featurep 'xemacs
)
1384 (and (fboundp 'image-type-available-p
)
1385 (image-type-available-p 'pbm
)))
1388 Valid values are nil, t, `head', `first', `last', an integer or a
1389 predicate. See Info node `(gnus)Customizing Articles' and Info
1390 node `(gnus)Smileys' for details."
1391 :group
'gnus-article-treat
1393 :link
'(custom-manual "(gnus)Customizing Articles")
1394 :link
'(custom-manual "(gnus)Smileys")
1395 :type gnus-article-treat-custom
)
1396 (put 'gnus-treat-display-smileys
'highlight t
)
1398 (defcustom gnus-treat-from-picon
1399 (if (and (gnus-image-type-available-p 'xpm
)
1400 (gnus-picons-installed-p))
1402 "Display picons in the From header.
1403 Valid values are nil, t, `head', `first', `last', an integer or a
1404 predicate. See Info node `(gnus)Customizing Articles' and Info
1405 node `(gnus)Picons' for details."
1407 :group
'gnus-article-treat
1409 :link
'(custom-manual "(gnus)Customizing Articles")
1410 :link
'(custom-manual "(gnus)Picons")
1411 :type gnus-article-treat-head-custom
)
1412 (put 'gnus-treat-from-picon
'highlight t
)
1414 (defcustom gnus-treat-mail-picon
1415 (if (and (gnus-image-type-available-p 'xpm
)
1416 (gnus-picons-installed-p))
1418 "Display picons in To and Cc headers.
1419 Valid values are nil, t, `head', `first', `last', an integer or a
1420 predicate. See Info node `(gnus)Customizing Articles' and Info
1421 node `(gnus)Picons' for details."
1423 :group
'gnus-article-treat
1425 :link
'(custom-manual "(gnus)Customizing Articles")
1426 :link
'(custom-manual "(gnus)Picons")
1427 :type gnus-article-treat-head-custom
)
1428 (put 'gnus-treat-mail-picon
'highlight t
)
1430 (defcustom gnus-treat-newsgroups-picon
1431 (if (and (gnus-image-type-available-p 'xpm
)
1432 (gnus-picons-installed-p))
1434 "Display picons in the Newsgroups and Followup-To headers.
1435 Valid values are nil, t, `head', `first', `last', an integer or a
1436 predicate. See Info node `(gnus)Customizing Articles' and Info
1437 node `(gnus)Picons' for details."
1439 :group
'gnus-article-treat
1441 :link
'(custom-manual "(gnus)Customizing Articles")
1442 :link
'(custom-manual "(gnus)Picons")
1443 :type gnus-article-treat-head-custom
)
1444 (put 'gnus-treat-newsgroups-picon
'highlight t
)
1446 (defcustom gnus-treat-body-boundary
1447 (if (and (eq window-system
'x
)
1448 (or gnus-treat-newsgroups-picon
1449 gnus-treat-mail-picon
1450 gnus-treat-from-picon
))
1452 "Draw a boundary at the end of the headers.
1453 Valid values are nil and `head'.
1454 See Info node `(gnus)Customizing Articles' for details."
1456 :group
'gnus-article-treat
1457 :link
'(custom-manual "(gnus)Customizing Articles")
1458 :type gnus-article-treat-head-custom
)
1460 (defcustom gnus-treat-capitalize-sentences nil
1461 "Capitalize sentence-starting words.
1462 Valid values are nil, t, `head', `first', `last', an integer or a
1463 predicate. See Info node `(gnus)Customizing Articles'."
1465 :group
'gnus-article-treat
1466 :link
'(custom-manual "(gnus)Customizing Articles")
1467 :type gnus-article-treat-custom
)
1469 (defcustom gnus-treat-wash-html nil
1471 Valid values are nil, t, `head', `first', `last', an integer or a
1472 predicate. See Info node `(gnus)Customizing Articles'."
1474 :group
'gnus-article-treat
1475 :link
'(custom-manual "(gnus)Customizing Articles")
1476 :type gnus-article-treat-custom
)
1478 (defcustom gnus-treat-fill-long-lines nil
1480 Valid values are nil, t, `head', `first', `last', an integer or a
1481 predicate. See Info node `(gnus)Customizing Articles'."
1482 :group
'gnus-article-treat
1483 :link
'(custom-manual "(gnus)Customizing Articles")
1484 :type gnus-article-treat-custom
)
1486 (defcustom gnus-treat-play-sounds nil
1488 Valid values are nil, t, `head', `first', `last', an integer or a
1489 predicate. See Info node `(gnus)Customizing Articles'."
1491 :group
'gnus-article-treat
1492 :link
'(custom-manual "(gnus)Customizing Articles")
1493 :type gnus-article-treat-custom
)
1495 (defcustom gnus-treat-translate nil
1496 "Translate articles from one language to another.
1497 Valid values are nil, t, `head', `first', `last', an integer or a
1498 predicate. See Info node `(gnus)Customizing Articles'."
1500 :group
'gnus-article-treat
1501 :link
'(custom-manual "(gnus)Customizing Articles")
1502 :type gnus-article-treat-custom
)
1504 (defcustom gnus-treat-x-pgp-sig nil
1506 To automatically treat X-PGP-Sig, set it to head.
1507 Valid values are nil, t, `head', `first', `last', an integer or a
1508 predicate. See Info node `(gnus)Customizing Articles'."
1510 :group
'gnus-article-treat
1511 :group
'mime-security
1512 :link
'(custom-manual "(gnus)Customizing Articles")
1513 :type gnus-article-treat-custom
)
1515 (defvar gnus-article-encrypt-protocol-alist
1516 '(("PGP" . mml2015-self-encrypt
)))
1518 ;; Set to nil if more than one protocol added to
1519 ;; gnus-article-encrypt-protocol-alist.
1520 (defcustom gnus-article-encrypt-protocol
"PGP"
1521 "The protocol used for encrypt articles.
1522 It is a string, such as \"PGP\". If nil, ask user."
1525 :group
'mime-security
)
1527 (defvar gnus-article-wash-function nil
1528 "Function used for converting HTML into text.")
1530 (defcustom gnus-use-idna
(and (condition-case nil
(require 'idna
) (file-error))
1531 (mm-coding-system-p 'utf-8
)
1532 (executable-find idna-program
))
1533 "Whether IDNA decoding of headers is used when viewing messages.
1534 This requires GNU Libidn, and by default only enabled if it is found."
1536 :group
'gnus-article-headers
1539 (defcustom gnus-article-over-scroll nil
1540 "If non-nil, allow scrolling the article buffer even when there no more text."
1542 :group
'gnus-article
1545 ;;; Internal variables
1547 (defvar gnus-english-month-names
1548 '("January" "February" "March" "April" "May" "June" "July" "August"
1549 "September" "October" "November" "December"))
1551 (defvar gnus-button-regexp nil
)
1552 (defvar gnus-button-marker-list nil
)
1553 ;; Regexp matching any of the regexps from `gnus-button-alist'.
1555 (defvar gnus-button-last nil
)
1556 ;; The value of `gnus-button-alist' when `gnus-button-regexp' was build.
1558 (defvar article-goto-body-goes-to-point-min-p nil
)
1559 (defvar gnus-article-wash-types nil
)
1560 (defvar gnus-article-emphasis-alist nil
)
1561 (defvar gnus-article-image-alist nil
)
1563 (defvar gnus-article-mime-handle-alist-1 nil
)
1564 (defvar gnus-treatment-function-alist
1565 '((gnus-treat-x-pgp-sig gnus-article-verify-x-pgp-sig
)
1566 (gnus-treat-strip-banner gnus-article-strip-banner
)
1567 (gnus-treat-strip-headers-in-body gnus-article-strip-headers-in-body
)
1568 (gnus-treat-highlight-signature gnus-article-highlight-signature
)
1569 (gnus-treat-buttonize gnus-article-add-buttons
)
1570 (gnus-treat-fill-article gnus-article-fill-cited-article
)
1571 (gnus-treat-fill-long-lines gnus-article-fill-long-lines
)
1572 (gnus-treat-strip-cr gnus-article-remove-cr
)
1573 (gnus-treat-unsplit-urls gnus-article-unsplit-urls
)
1574 (gnus-treat-date-ut gnus-article-date-ut
)
1575 (gnus-treat-date-local gnus-article-date-local
)
1576 (gnus-treat-date-english gnus-article-date-english
)
1577 (gnus-treat-date-original gnus-article-date-original
)
1578 (gnus-treat-date-user-defined gnus-article-date-user
)
1579 (gnus-treat-date-iso8601 gnus-article-date-iso8601
)
1580 (gnus-treat-date-lapsed gnus-article-date-lapsed
)
1581 (gnus-treat-display-x-face gnus-article-display-x-face
)
1582 (gnus-treat-display-face gnus-article-display-face
)
1583 (gnus-treat-hide-headers gnus-article-maybe-hide-headers
)
1584 (gnus-treat-hide-boring-headers gnus-article-hide-boring-headers
)
1585 (gnus-treat-hide-signature gnus-article-hide-signature
)
1586 (gnus-treat-strip-list-identifiers gnus-article-hide-list-identifiers
)
1587 (gnus-treat-leading-whitespace gnus-article-remove-leading-whitespace
)
1588 (gnus-treat-strip-pem gnus-article-hide-pem
)
1589 (gnus-treat-from-picon gnus-treat-from-picon
)
1590 (gnus-treat-mail-picon gnus-treat-mail-picon
)
1591 (gnus-treat-newsgroups-picon gnus-treat-newsgroups-picon
)
1592 (gnus-treat-highlight-headers gnus-article-highlight-headers
)
1593 (gnus-treat-highlight-signature gnus-article-highlight-signature
)
1594 (gnus-treat-strip-trailing-blank-lines
1595 gnus-article-remove-trailing-blank-lines
)
1596 (gnus-treat-strip-leading-blank-lines
1597 gnus-article-strip-leading-blank-lines
)
1598 (gnus-treat-strip-multiple-blank-lines
1599 gnus-article-strip-multiple-blank-lines
)
1600 (gnus-treat-overstrike gnus-article-treat-overstrike
)
1601 (gnus-treat-ansi-sequences gnus-article-treat-ansi-sequences
)
1602 (gnus-treat-unfold-headers gnus-article-treat-unfold-headers
)
1603 (gnus-treat-fold-newsgroups gnus-article-treat-fold-newsgroups
)
1604 (gnus-treat-fold-headers gnus-article-treat-fold-headers
)
1605 (gnus-treat-buttonize-head gnus-article-add-buttons-to-head
)
1606 (gnus-treat-display-smileys gnus-treat-smiley
)
1607 (gnus-treat-capitalize-sentences gnus-article-capitalize-sentences
)
1608 (gnus-treat-wash-html gnus-article-wash-html
)
1609 (gnus-treat-emphasize gnus-article-emphasize
)
1610 (gnus-treat-hide-citation gnus-article-hide-citation
)
1611 (gnus-treat-hide-citation-maybe gnus-article-hide-citation-maybe
)
1612 (gnus-treat-highlight-citation gnus-article-highlight-citation
)
1613 (gnus-treat-body-boundary gnus-article-treat-body-boundary
)
1614 (gnus-treat-play-sounds gnus-earcon-display
)))
1616 (defvar gnus-article-mime-handle-alist nil
)
1617 (defvar article-lapsed-timer nil
)
1618 (defvar gnus-article-current-summary nil
)
1620 (defvar gnus-article-mode-syntax-table
1621 (let ((table (copy-syntax-table text-mode-syntax-table
)))
1622 ;; This causes the citation match run O(2^n).
1623 ;; (modify-syntax-entry ?- "w" table)
1624 (modify-syntax-entry ?
> ")<" table
)
1625 (modify-syntax-entry ?
< "(>" table
)
1626 ;; make M-. in article buffers work for `foo' strings
1627 (modify-syntax-entry ?
' " " table
)
1628 (modify-syntax-entry ?
` " " table
)
1630 "Syntax table used in article mode buffers.
1631 Initialized from `text-mode-syntax-table.")
1633 (defvar gnus-save-article-buffer nil
)
1635 (defvar gnus-article-mode-line-format-alist
1636 (nconc '((?w
(gnus-article-wash-status) ?s
)
1637 (?m
(gnus-article-mime-part-status) ?s
))
1638 gnus-summary-mode-line-format-alist
))
1640 (defvar gnus-number-of-articles-to-be-saved nil
)
1642 (defvar gnus-inhibit-hiding nil
)
1644 (defvar gnus-article-edit-mode nil
)
1646 ;;; Macros for dealing with the article buffer.
1648 (defmacro gnus-with-article-headers
(&rest forms
)
1650 (set-buffer gnus-article-buffer
)
1652 (let ((inhibit-read-only t
)
1653 (inhibit-point-motion-hooks t
)
1654 (case-fold-search t
))
1655 (article-narrow-to-head)
1658 (put 'gnus-with-article-headers
'lisp-indent-function
0)
1659 (put 'gnus-with-article-headers
'edebug-form-spec
'(body))
1661 (defmacro gnus-with-article-buffer
(&rest forms
)
1663 (set-buffer gnus-article-buffer
)
1664 (let ((inhibit-read-only t
))
1667 (put 'gnus-with-article-buffer
'lisp-indent-function
0)
1668 (put 'gnus-with-article-buffer
'edebug-form-spec
'(body))
1670 (defun gnus-article-goto-header (header)
1671 "Go to HEADER, which is a regular expression."
1672 (re-search-forward (concat "^\\(" header
"\\):") nil t
))
1674 (defsubst gnus-article-hide-text
(b e props
)
1675 "Set text PROPS on the B to E region, extending `intangible' 1 past B."
1676 (gnus-add-text-properties-when 'article-type nil b e props
)
1677 (when (memq 'intangible props
)
1679 (max (1- b
) (point-min))
1680 b
'intangible
(cddr (memq 'intangible props
)))))
1682 (defsubst gnus-article-unhide-text
(b e
)
1683 "Remove hidden text properties from region between B and E."
1684 (remove-text-properties b e gnus-hidden-properties
)
1685 (when (memq 'intangible gnus-hidden-properties
)
1686 (put-text-property (max (1- b
) (point-min))
1687 b
'intangible nil
)))
1689 (defun gnus-article-hide-text-type (b e type
)
1690 "Hide text of TYPE between B and E."
1691 (gnus-add-wash-type type
)
1692 (gnus-article-hide-text
1693 b e
(cons 'article-type
(cons type gnus-hidden-properties
))))
1695 (defun gnus-article-unhide-text-type (b e type
)
1696 "Unhide text of TYPE between B and E."
1697 (gnus-delete-wash-type type
)
1698 (remove-text-properties
1699 b e
(cons 'article-type
(cons type gnus-hidden-properties
)))
1700 (when (memq 'intangible gnus-hidden-properties
)
1701 (put-text-property (max (1- b
) (point-min))
1702 b
'intangible nil
)))
1704 (defun gnus-article-hide-text-of-type (type)
1705 "Hide text of TYPE in the current buffer."
1707 (let ((b (point-min))
1709 (while (setq b
(text-property-any b e
'article-type type
))
1710 (add-text-properties b
(incf b
) gnus-hidden-properties
)))))
1712 (defun gnus-article-delete-text-of-type (type)
1713 "Delete text of TYPE in the current buffer."
1715 (let ((b (point-min)))
1716 (if (eq type
'multipart
)
1717 ;; Remove MIME buttons associated with multipart/alternative parts.
1720 (while (if (get-text-property (point) 'gnus-part
)
1722 (when (setq b
(next-single-property-change (point)
1727 (skip-chars-forward "\n")
1728 (when (eq (get-text-property b
'article-type
) 'multipart
)
1729 (delete-region b
(point)))))
1730 (while (setq b
(text-property-any b
(point-max) 'article-type type
))
1732 b
(or (text-property-not-all b
(point-max) 'article-type type
)
1735 (defun gnus-article-delete-invisible-text ()
1736 "Delete all invisible text in the current buffer."
1738 (let ((b (point-min)))
1739 (while (setq b
(text-property-any b
(point-max) 'invisible t
))
1741 b
(or (text-property-not-all b
(point-max) 'invisible t
)
1744 (defun gnus-article-text-type-exists-p (type)
1745 "Say whether any text of type TYPE exists in the buffer."
1746 (text-property-any (point-min) (point-max) 'article-type type
))
1748 (defsubst gnus-article-header-rank
()
1749 "Give the rank of the string HEADER as given by `gnus-sorted-header-list'."
1750 (let ((list gnus-sorted-header-list
)
1753 (if (looking-at (car list
))
1755 (setq list
(cdr list
))
1759 (defun article-hide-headers (&optional arg delete
)
1760 "Hide unwanted headers and possibly sort them as well."
1762 ;; This function might be inhibited.
1763 (unless gnus-inhibit-hiding
1764 (let ((inhibit-read-only nil
)
1765 (case-fold-search t
)
1766 (max (1+ (length gnus-sorted-header-list
)))
1767 (inhibit-point-motion-hooks t
)
1768 (cur (current-buffer))
1769 ignored visible beg
)
1771 ;; `gnus-ignored-headers' and `gnus-visible-headers' may be
1772 ;; group parameters, so we should go to the summary buffer.
1775 (progn (set-buffer gnus-summary-buffer
) t
)
1777 (setq ignored
(when (not gnus-visible-headers
)
1778 (cond ((stringp gnus-ignored-headers
)
1779 gnus-ignored-headers
)
1780 ((listp gnus-ignored-headers
)
1781 (mapconcat 'identity
1782 gnus-ignored-headers
1784 visible
(cond ((stringp gnus-visible-headers
)
1785 gnus-visible-headers
)
1786 ((and gnus-visible-headers
1787 (listp gnus-visible-headers
))
1788 (mapconcat 'identity
1789 gnus-visible-headers
1793 ;; First we narrow to just the headers.
1794 (article-narrow-to-head)
1795 ;; Hide any "From " lines at the beginning of (mail) articles.
1796 (while (looking-at "From ")
1799 (delete-region (point-min) (point)))
1800 ;; Then treat the rest of the header lines.
1801 ;; Then we use the two regular expressions
1802 ;; `gnus-ignored-headers' and `gnus-visible-headers' to
1803 ;; select which header lines is to remain visible in the
1805 (while (re-search-forward "^[^ \t:]*:" nil t
)
1807 ;; Mark the rank of the header.
1809 (point) (1+ (point)) 'message-rank
1810 (if (or (and visible
(looking-at visible
))
1812 (not (looking-at ignored
))))
1813 (gnus-article-header-rank)
1816 (message-sort-headers-1)
1817 (when (setq beg
(text-property-any
1818 (point-min) (point-max) 'message-rank
(+ 2 max
)))
1819 ;; We delete the unwanted headers.
1820 (gnus-add-wash-type 'headers
)
1821 (add-text-properties (point-min) (+ 5 (point-min))
1822 '(article-type headers dummy-invisible t
))
1823 (delete-region beg
(point-max))))))))
1825 (defun article-hide-boring-headers (&optional arg
)
1826 "Toggle hiding of headers that aren't very interesting.
1827 If given a negative prefix, always show; if given a positive prefix,
1829 (interactive (gnus-article-hidden-arg))
1830 (when (and (not (gnus-article-check-hidden-text 'boring-headers arg
))
1831 (not gnus-show-all-headers
))
1834 (let ((inhibit-read-only t
)
1835 (inhibit-point-motion-hooks t
))
1836 (article-narrow-to-head)
1837 (dolist (elem gnus-boring-article-headers
)
1838 (goto-char (point-min))
1840 ;; Hide empty headers.
1842 (while (re-search-forward "^[^: \t]+:[ \t]*\n[^ \t]" nil t
)
1844 (gnus-article-hide-text-type
1848 (if (re-search-forward "^[^ \t]" nil t
)
1852 ;; Hide boring Newsgroups header.
1853 ((eq elem
'newsgroups
)
1854 (when (gnus-string-equal
1855 (gnus-fetch-field "newsgroups")
1856 (gnus-group-real-name
1857 (if (boundp 'gnus-newsgroup-name
)
1860 (gnus-article-hide-header "newsgroups")))
1861 ((eq elem
'to-address
)
1862 (let ((to (message-fetch-field "to"))
1864 (gnus-parameter-to-address
1865 (if (boundp 'gnus-newsgroup-name
)
1866 gnus-newsgroup-name
""))))
1867 (when (and to to-address
1870 ;; only one address in To
1871 (nth 1 (mail-extract-address-components to
))
1873 (gnus-article-hide-header "to"))))
1875 (let ((to (message-fetch-field "to"))
1877 (gnus-parameter-to-list
1878 (if (boundp 'gnus-newsgroup-name
)
1879 gnus-newsgroup-name
""))))
1880 (when (and to to-list
1883 ;; only one address in To
1884 (nth 1 (mail-extract-address-components to
))
1886 (gnus-article-hide-header "to"))))
1888 (let ((cc (message-fetch-field "cc"))
1890 (gnus-parameter-to-list
1891 (if (boundp 'gnus-newsgroup-name
)
1892 gnus-newsgroup-name
""))))
1893 (when (and cc to-list
1896 ;; only one address in CC
1897 (nth 1 (mail-extract-address-components cc
))
1899 (gnus-article-hide-header "cc"))))
1900 ((eq elem
'followup-to
)
1901 (when (gnus-string-equal
1902 (message-fetch-field "followup-to")
1903 (message-fetch-field "newsgroups"))
1904 (gnus-article-hide-header "followup-to")))
1905 ((eq elem
'reply-to
)
1906 (if (gnus-group-find-parameter
1907 gnus-newsgroup-name
'broken-reply-to
)
1908 (gnus-article-hide-header "reply-to")
1909 (let ((from (message-fetch-field "from"))
1910 (reply-to (message-fetch-field "reply-to")))
1917 (lambda (x) (downcase (cadr x
)))
1918 (mail-extract-address-components from t
))
1921 (lambda (x) (downcase (cadr x
)))
1922 (mail-extract-address-components reply-to t
))
1924 (gnus-article-hide-header "reply-to")))))
1926 (let ((date (message-fetch-field "date")))
1928 (< (days-between (current-time-string) date
)
1930 (gnus-article-hide-header "date"))))
1932 (let ((to (message-fetch-field "to"))
1933 (cc (message-fetch-field "cc")))
1934 (when (> (length to
) 1024)
1935 (gnus-article-hide-header "to"))
1936 (when (> (length cc
) 1024)
1937 (gnus-article-hide-header "cc"))))
1941 (goto-char (point-min))
1942 (while (re-search-forward "^to:" nil t
)
1943 (setq to-count
(1+ to-count
)))
1944 (when (> to-count
1)
1945 (while (> to-count
0)
1946 (goto-char (point-min))
1948 (re-search-forward "^to:" nil nil to-count
)
1950 (narrow-to-region (point) (point-max))
1951 (gnus-article-hide-header "to"))
1952 (setq to-count
(1- to-count
))))
1953 (goto-char (point-min))
1954 (while (re-search-forward "^cc:" nil t
)
1955 (setq cc-count
(1+ cc-count
)))
1956 (when (> cc-count
1)
1957 (while (> cc-count
0)
1958 (goto-char (point-min))
1960 (re-search-forward "^cc:" nil nil cc-count
)
1962 (narrow-to-region (point) (point-max))
1963 (gnus-article-hide-header "cc"))
1964 (setq cc-count
(1- cc-count
)))))))))))))
1966 (defun gnus-article-hide-header (header)
1968 (goto-char (point-min))
1969 (when (re-search-forward (concat "^" header
":") nil t
)
1970 (gnus-article-hide-text-type
1974 (if (re-search-forward "^[^ \t]" nil t
)
1979 (defvar gnus-article-normalized-header-length
40
1980 "Length of normalized headers.")
1982 (defun article-normalize-headers ()
1983 "Make all header lines 40 characters long."
1985 (let ((inhibit-read-only t
)
1989 (article-narrow-to-head)
1992 ((< (setq column
(- (point-at-eol) (point)))
1993 gnus-article-normalized-header-length
)
1995 (insert (make-string
1996 (- gnus-article-normalized-header-length column
)
1998 ((> column gnus-article-normalized-header-length
)
1999 (gnus-put-text-property
2001 (forward-char gnus-article-normalized-header-length
)
2008 (forward-line 1))))))
2010 (defun article-treat-dumbquotes ()
2011 "Translate M****s*** sm*rtq**t*s and other symbols into proper text.
2012 Note that this function guesses whether a character is a sm*rtq**t* or
2013 not, so it should only be used interactively.
2015 Sm*rtq**t*s are M****s***'s unilateral extension to the
2016 iso-8859-1 character map in an attempt to provide more quoting
2017 characters. If you see something like \\222 or \\264 where
2018 you're expecting some kind of apostrophe or quotation mark, then
2021 (article-translate-strings gnus-article-dumbquotes-map
))
2023 (defun article-translate-characters (from to
)
2024 "Translate all characters in the body of the article according to FROM and TO.
2025 FROM is a string of characters to translate from; to is a string of
2026 characters to translate to."
2028 (when (article-goto-body)
2029 (let ((inhibit-read-only t
)
2030 (x (make-string 225 ?x
))
2032 (while (< (incf i
) (length x
))
2035 (while (< i
(length from
))
2036 (aset x
(aref from i
) (aref to i
))
2038 (translate-region (point) (point-max) x
)))))
2040 (defun article-translate-strings (map)
2041 "Translate all string in the body of the article according to MAP.
2042 MAP is an alist where the elements are on the form (\"from\" \"to\")."
2044 (when (article-goto-body)
2045 (let ((inhibit-read-only t
))
2048 (while (search-forward (car elem
) nil t
)
2049 (replace-match (cadr elem
)))))))))
2051 (defun article-treat-overstrike ()
2052 "Translate overstrikes into bold text."
2055 (when (article-goto-body)
2056 (let ((inhibit-read-only t
))
2057 (while (search-forward "\b" nil t
)
2058 (let ((next (char-after))
2059 (previous (char-after (- (point) 2))))
2060 ;; We do the boldification/underlining by hiding the
2061 ;; overstrikes and putting the proper text property
2065 (gnus-article-hide-text-type (- (point) 2) (point) 'overstrike
)
2066 (put-text-property (point) (1+ (point)) 'face
'bold
))
2068 (gnus-article-hide-text-type
2069 (1- (point)) (1+ (point)) 'overstrike
)
2071 (- (point) 2) (1- (point)) 'face
'underline
))
2073 (gnus-article-hide-text-type (- (point) 2) (point) 'overstrike
)
2075 (point) (1+ (point)) 'face
'underline
)))))))))
2077 (defun article-treat-ansi-sequences ()
2078 "Translate ANSI SGR control sequences into overlays or extents."
2081 (when (article-goto-body)
2082 (let ((inhibit-read-only t
))
2083 (ansi-color-apply-on-region (point) (point-max))))))
2085 (defun gnus-article-treat-unfold-headers ()
2086 "Unfold folded message headers.
2087 Only the headers that fit into the current window width will be
2090 (gnus-with-article-headers
2094 (mail-header-narrow-to-field)
2095 (let ((header (buffer-string)))
2098 (goto-char (point-min))
2099 (while (re-search-forward "\n[\t ]" nil t
)
2100 (replace-match " " t t
)))
2101 (setq length
(- (point-max) (point-min) 1)))
2102 (when (< length
(window-width))
2103 (while (re-search-forward "\n[\t ]" nil t
)
2104 (replace-match " " t t
)))
2105 (goto-char (point-max)))))))
2107 (defun gnus-article-treat-fold-headers ()
2108 "Fold message headers."
2110 (gnus-with-article-headers
2113 (mail-header-narrow-to-field)
2114 (mail-header-fold-field)
2115 (goto-char (point-max))))))
2117 (defun gnus-treat-smiley ()
2118 "Toggle display of textual emoticons (\"smileys\") as small graphical icons."
2120 (gnus-with-article-buffer
2121 (if (memq 'smiley gnus-article-wash-types
)
2122 (gnus-delete-images 'smiley
)
2124 (let ((images (smiley-region (point) (point-max))))
2126 (gnus-add-wash-type 'smiley
)
2127 (dolist (image images
)
2128 (gnus-add-image 'smiley image
)))))))
2130 (defun gnus-article-remove-images ()
2131 "Remove all images from the article buffer."
2133 (gnus-with-article-buffer
2134 (dolist (elem gnus-article-image-alist
)
2135 (gnus-delete-images (car elem
)))))
2137 (defun gnus-article-treat-fold-newsgroups ()
2138 "Unfold folded message headers.
2139 Only the headers that fit into the current window width will be
2142 (gnus-with-article-headers
2143 (while (gnus-article-goto-header "newsgroups\\|followup-to")
2145 (mail-header-narrow-to-field)
2146 (while (re-search-forward ", *" nil t
)
2147 (replace-match ", " t t
))
2148 (mail-header-fold-field)
2149 (goto-char (point-max))))))
2151 (defun gnus-article-treat-body-boundary ()
2152 "Place a boundary line at the end of the headers."
2154 (when (and gnus-body-boundary-delimiter
2155 (> (length gnus-body-boundary-delimiter
) 0))
2156 (gnus-with-article-headers
2157 (goto-char (point-max))
2158 (let ((start (point)))
2159 (insert "X-Boundary: ")
2160 (gnus-add-text-properties start
(point) '(invisible t intangible t
))
2162 (while (>= (1- (window-width)) (length str
))
2163 (setq str
(concat str gnus-body-boundary-delimiter
)))
2164 (substring str
0 (1- (window-width))))
2166 (gnus-put-text-property start
(point) 'gnus-decoration
'header
)))))
2168 (defun article-fill-long-lines ()
2169 "Fill lines that are wider than the window width."
2172 (let ((inhibit-read-only t
)
2173 (width (window-width (get-buffer-window (current-buffer)))))
2176 (let ((adaptive-fill-mode nil
)) ;Why? -sm
2179 (when (>= (current-column) (min fill-column width
))
2180 (narrow-to-region (min (1+ (point)) (point-max))
2182 (let ((goback (point-marker)))
2183 (fill-paragraph nil
)
2184 (goto-char (marker-position goback
)))
2186 (forward-line 1)))))))
2188 (defun article-capitalize-sentences ()
2189 "Capitalize the first word in each sentence."
2192 (let ((inhibit-read-only t
)
2193 (paragraph-start "^[\n\^L]"))
2197 (forward-sentence)))))
2199 (defun article-remove-cr ()
2200 "Remove trailing CRs and then translate remaining CRs into LFs."
2203 (let ((inhibit-read-only t
))
2204 (goto-char (point-min))
2205 (while (re-search-forward "\r+$" nil t
)
2206 (replace-match "" t t
))
2207 (goto-char (point-min))
2208 (while (search-forward "\r" nil t
)
2209 (replace-match "\n" t t
)))))
2211 (defun article-remove-trailing-blank-lines ()
2212 "Remove all trailing blank lines from the article."
2215 (let ((inhibit-read-only t
))
2216 (goto-char (point-max))
2220 (while (and (not (bobp))
2221 (looking-at "^[ \t]*$")
2222 (not (gnus-annotation-in-region-p
2223 (point) (point-at-eol))))
2229 (defvar gnus-face-properties-alist
))
2231 (defun article-display-face ()
2232 "Display any Face headers in the header."
2234 (let ((wash-face-p buffer-read-only
))
2235 (gnus-with-article-headers
2236 ;; When displaying parts, this function can be called several times on
2237 ;; the same article, without any intended toggle semantic (as typing `W
2238 ;; D d' would have). So face deletion must occur only when we come from
2239 ;; an interactive command, that is when the *Article* buffer is
2241 (if (and wash-face-p
(memq 'face gnus-article-wash-types
))
2242 (gnus-delete-images 'face
)
2243 (let (face faces from
)
2244 (save-current-buffer
2245 (when (and wash-face-p
2246 (gnus-buffer-live-p gnus-original-article-buffer
)
2247 (not (re-search-forward "^Face:[\t ]*" nil t
)))
2248 (set-buffer gnus-original-article-buffer
))
2250 (mail-narrow-to-head)
2251 (while (gnus-article-goto-header "Face")
2252 (push (mail-header-field-value) faces
))))
2254 (goto-char (point-min))
2255 (let ((from (gnus-article-goto-header "from"))
2260 (insert "[no `from' set]\n"))
2262 (when (setq png
(gnus-convert-face-to-png (pop faces
)))
2264 (apply 'gnus-create-image png
'png t
2265 (cdr (assq 'png gnus-face-properties-alist
))))
2267 (gnus-add-wash-type 'face
)
2268 (gnus-add-image 'face image
)
2269 (gnus-put-image image nil
'face
))))))))))
2271 (defun article-display-x-face (&optional force
)
2272 "Look for an X-Face header and display it if present."
2273 (interactive (list 'force
))
2274 (let ((wash-face-p buffer-read-only
)) ;; When type `W f'
2275 (gnus-with-article-headers
2276 ;; Delete the old process, if any.
2277 (when (process-status "article-x-face")
2278 (delete-process "article-x-face"))
2279 ;; See the comment in `article-display-face'.
2280 (if (and wash-face-p
(memq 'xface gnus-article-wash-types
))
2281 ;; We have already displayed X-Faces, so we remove them
2283 (gnus-delete-images 'xface
)
2285 (let (x-faces from face
)
2286 (save-current-buffer
2287 (when (and wash-face-p
2288 (gnus-buffer-live-p gnus-original-article-buffer
)
2289 (not (re-search-forward "^X-Face:[\t ]*" nil t
)))
2290 ;; If type `W f', use gnus-original-article-buffer,
2291 ;; otherwise use the current buffer because displaying
2292 ;; RFC822 parts calls this function too.
2293 (set-buffer gnus-original-article-buffer
))
2295 (mail-narrow-to-head)
2296 (while (gnus-article-goto-header "X-Face")
2297 (push (mail-header-field-value) x-faces
))
2298 (setq from
(message-fetch-field "from"))))
2299 ;; Sending multiple EOFs to xv doesn't work, so we only do a
2300 ;; single external face.
2301 (when (stringp gnus-article-x-face-command
)
2302 (setq x-faces
(list (car x-faces
))))
2304 gnus-article-x-face-command
2306 ;; Check whether this face is censored.
2307 (not gnus-article-x-face-too-ugly
)
2309 (not (string-match gnus-article-x-face-too-ugly
2311 (while (setq face
(pop x-faces
))
2312 ;; We display the face.
2313 (cond ((stringp gnus-article-x-face-command
)
2314 ;; The command is a string, so we interpret the command
2315 ;; as a, well, command, and fork it off.
2316 (let ((process-connection-type nil
))
2317 (gnus-set-process-query-on-exit-flag
2319 "article-x-face" nil shell-file-name
2320 shell-command-switch gnus-article-x-face-command
)
2324 (process-send-region "article-x-face"
2325 (point-min) (point-max)))
2326 (process-send-eof "article-x-face")))
2327 ((functionp gnus-article-x-face-command
)
2328 ;; The command is a lisp function, so we call it.
2329 (funcall gnus-article-x-face-command face
))
2331 (error "%s is not a function"
2332 gnus-article-x-face-command
))))))))))
2334 (defun article-decode-mime-words ()
2335 "Decode all MIME-encoded words in the article."
2337 (gnus-with-article-buffer
2338 (let ((inhibit-point-motion-hooks t
)
2339 (mail-parse-charset gnus-newsgroup-charset
)
2340 (mail-parse-ignored-charsets
2341 (with-current-buffer gnus-summary-buffer
2342 gnus-newsgroup-ignored-charsets
)))
2343 (mail-decode-encoded-word-region (point-min) (point-max)))))
2345 (defun article-decode-charset (&optional prompt
)
2346 "Decode charset-encoded text in the article.
2347 If PROMPT (the prefix), prompt for a coding system to use."
2349 (let ((inhibit-point-motion-hooks t
) (case-fold-search t
)
2350 (inhibit-read-only t
)
2351 (mail-parse-charset gnus-newsgroup-charset
)
2352 (mail-parse-ignored-charsets
2353 (save-excursion (condition-case nil
2354 (set-buffer gnus-summary-buffer
)
2356 gnus-newsgroup-ignored-charsets
))
2357 ct cte ctl charset format
)
2360 (article-narrow-to-head)
2361 (setq ct
(message-fetch-field "Content-Type" t
)
2362 cte
(message-fetch-field "Content-Transfer-Encoding" t
)
2363 ctl
(and ct
(mail-header-parse-content-type ct
))
2366 (mm-read-coding-system "Charset to decode: "))
2368 (mail-content-type-get ctl
'charset
)))
2369 format
(and ctl
(mail-content-type-get ctl
'format
)))
2371 (setq cte
(mail-header-strip cte
)))
2372 (if (and ctl
(not (string-match "/" (car ctl
))))
2374 (goto-char (point-max)))
2377 (narrow-to-region (point) (point-max))
2378 (when (and (eq mail-parse-charset
'gnus-decoded
)
2379 (eq (mm-body-7-or-8) '8bit
))
2380 ;; The text code could have been decoded.
2381 (setq charset mail-parse-charset
))
2382 (when (and (or (not ctl
)
2383 (equal (car ctl
) "text/plain"))
2384 (not format
)) ;; article with format will decode later.
2386 charset
(and cte
(intern (downcase
2387 (gnus-strip-whitespace cte
))))
2390 (defun article-decode-encoded-words ()
2391 "Remove encoded-word encoding from headers."
2392 (let ((inhibit-point-motion-hooks t
)
2393 (mail-parse-charset gnus-newsgroup-charset
)
2394 (mail-parse-ignored-charsets
2395 (save-excursion (condition-case nil
2396 (set-buffer gnus-summary-buffer
)
2398 gnus-newsgroup-ignored-charsets
))
2399 (inhibit-read-only t
))
2401 (article-narrow-to-head)
2402 (funcall gnus-decode-header-function
(point-min) (point-max)))))
2404 (defun article-decode-group-name ()
2405 "Decode group names in `Newsgroups:'."
2406 (let ((inhibit-point-motion-hooks t
)
2407 (inhibit-read-only t
)
2408 (method (gnus-find-method-for-group gnus-newsgroup-name
)))
2409 (when (and (or gnus-group-name-charset-method-alist
2410 gnus-group-name-charset-group-alist
)
2411 (gnus-buffer-live-p gnus-original-article-buffer
))
2413 (article-narrow-to-head)
2414 (with-current-buffer gnus-original-article-buffer
2415 (goto-char (point-min)))
2416 (while (re-search-forward
2417 "^Newsgroups:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]" nil t
)
2418 (replace-match (save-match-data
2419 (gnus-decode-newsgroups
2420 ;; XXX how to use data in article buffer?
2421 (with-current-buffer gnus-original-article-buffer
2423 "^Newsgroups:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]"
2426 gnus-newsgroup-name method
))
2428 (goto-char (point-min))
2429 (with-current-buffer gnus-original-article-buffer
2430 (goto-char (point-min)))
2431 (while (re-search-forward
2432 "^Followup-To:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]" nil t
)
2433 (replace-match (save-match-data
2434 (gnus-decode-newsgroups
2435 ;; XXX how to use data in article buffer?
2436 (with-current-buffer gnus-original-article-buffer
2438 "^Followup-To:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]"
2441 gnus-newsgroup-name method
))
2444 (autoload 'idna-to-unicode
"idna")
2446 (defun article-decode-idna-rhs ()
2447 "Decode IDNA strings in RHS in various headers in current buffer.
2448 The following headers are decoded: From:, To:, Cc:, Reply-To:,
2449 Mail-Reply-To: and Mail-Followup-To:."
2452 (let ((inhibit-point-motion-hooks t
)
2453 (inhibit-read-only t
))
2454 (article-narrow-to-head)
2455 (goto-char (point-min))
2456 (while (re-search-forward "@[^ \t\n\r,>]*\\(xn--[-A-Za-z0-9.]*\\)[ \t\n\r,>]" nil t
)
2458 (when (save-match-data
2459 (and (setq ace
(match-string 1))
2461 (and (re-search-backward "^[^ \t]" nil t
)
2462 (looking-at "From\\|To\\|Cc\\|Reply-To\\|Mail-Reply-To\\|Mail-Followup-To")))
2463 (setq unicode
(idna-to-unicode ace
))))
2464 (unless (string= ace unicode
)
2465 (replace-match unicode nil nil nil
1)))))))))
2467 (defun article-de-quoted-unreadable (&optional force read-charset
)
2468 "Translate a quoted-printable-encoded article.
2469 If FORCE, decode the article whether it is marked as quoted-printable
2471 If READ-CHARSET, ask for a coding system."
2472 (interactive (list 'force current-prefix-arg
))
2474 (let ((inhibit-read-only t
) type charset
)
2475 (if (gnus-buffer-live-p gnus-original-article-buffer
)
2476 (with-current-buffer gnus-original-article-buffer
2478 (gnus-fetch-field "content-transfer-encoding"))
2479 (let* ((ct (gnus-fetch-field "content-type"))
2480 (ctl (and ct
(mail-header-parse-content-type ct
))))
2481 (setq charset
(and ctl
2482 (mail-content-type-get ctl
'charset
)))
2483 (if (stringp charset
)
2484 (setq charset
(intern (downcase charset
)))))))
2486 (setq charset
(mm-read-coding-system "Charset: " charset
)))
2488 (setq charset gnus-newsgroup-charset
))
2490 (and type
(let ((case-fold-search t
))
2491 (string-match "quoted-printable" type
))))
2493 (quoted-printable-decode-region
2494 (point) (point-max) (mm-charset-to-coding-system charset
))))))
2496 (defun article-de-base64-unreadable (&optional force read-charset
)
2497 "Translate a base64 article.
2498 If FORCE, decode the article whether it is marked as base64 not.
2499 If READ-CHARSET, ask for a coding system."
2500 (interactive (list 'force current-prefix-arg
))
2502 (let ((inhibit-read-only t
) type charset
)
2503 (if (gnus-buffer-live-p gnus-original-article-buffer
)
2504 (with-current-buffer gnus-original-article-buffer
2506 (gnus-fetch-field "content-transfer-encoding"))
2507 (let* ((ct (gnus-fetch-field "content-type"))
2508 (ctl (and ct
(mail-header-parse-content-type ct
))))
2509 (setq charset
(and ctl
2510 (mail-content-type-get ctl
'charset
)))
2511 (if (stringp charset
)
2512 (setq charset
(intern (downcase charset
)))))))
2514 (setq charset
(mm-read-coding-system "Charset: " charset
)))
2516 (setq charset gnus-newsgroup-charset
))
2518 (and type
(let ((case-fold-search t
))
2519 (string-match "base64" type
))))
2522 (narrow-to-region (point) (point-max))
2523 (base64-decode-region (point-min) (point-max))
2524 (mm-decode-coding-region
2525 (point-min) (point-max) (mm-charset-to-coding-system charset
)))))))
2530 (defun article-decode-HZ ()
2531 "Translate a HZ-encoded article."
2535 (let ((inhibit-read-only t
))
2536 (rfc1843-decode-region (point-min) (point-max)))))
2538 (defun article-unsplit-urls ()
2539 "Remove the newlines that some other mailers insert into URLs."
2542 (let ((inhibit-read-only t
))
2543 (goto-char (point-min))
2544 (while (re-search-forward
2545 "\\(\\(https?\\|ftp\\)://\\S-+\\) *\n\\(\\S-+\\)" nil t
)
2546 (replace-match "\\1\\3" t
)))
2547 (when (interactive-p)
2548 (gnus-treat-article nil
))))
2551 (defun article-wash-html (&optional read-charset
)
2552 "Format an HTML article.
2553 If READ-CHARSET, ask for a coding system. If it is a number, the
2554 charset defined in `gnus-summary-show-article-charset-alist' is used."
2557 (let ((inhibit-read-only t
)
2560 (if (or (and (numberp read-charset
)
2564 gnus-summary-show-article-charset-alist
))))
2565 (setq charset
(mm-read-coding-system "Charset: ")))
2566 (let ((gnus-summary-show-article-charset-alist
2567 (list (cons 1 charset
))))
2568 (with-current-buffer gnus-summary-buffer
2569 (gnus-summary-show-article 1)))
2570 (error "No charset is given"))
2571 (when (gnus-buffer-live-p gnus-original-article-buffer
)
2572 (with-current-buffer gnus-original-article-buffer
2573 (let* ((ct (gnus-fetch-field "content-type"))
2574 (ctl (and ct
(mail-header-parse-content-type ct
))))
2575 (setq charset
(and ctl
2576 (mail-content-type-get ctl
'charset
)))
2577 (when (stringp charset
)
2578 (setq charset
(intern (downcase charset
)))))))
2580 (setq charset gnus-newsgroup-charset
)))
2582 (save-window-excursion
2584 (narrow-to-region (point) (point-max))
2585 (let* ((func (or gnus-article-wash-function mm-text-html-renderer
))
2586 (entry (assq func mm-text-html-washer-alist
)))
2588 (setq func
(cdr entry
)))
2593 (apply (car func
) (cdr func
))))))))))
2595 (defun gnus-article-wash-html-with-w3 ()
2596 "Wash the current buffer with w3."
2598 (let ((w3-strict-width (window-width))
2599 (url-standalone-mode t
)
2600 (url-gateway-unplugged t
)
2601 (w3-honor-stylesheets nil
))
2603 (w3-region (point-min) (point-max))
2606 (defun gnus-article-wash-html-with-w3m ()
2607 "Wash the current buffer with emacs-w3m."
2609 (let ((w3m-safe-url-regexp mm-w3m-safe-url-regexp
)
2610 w3m-force-redisplay
)
2611 (w3m-region (point-min) (point-max)))
2612 (when (and mm-inline-text-html-with-w3m-keymap
2613 (boundp 'w3m-minor-mode-map
)
2615 (add-text-properties
2616 (point-min) (point-max)
2617 (list 'keymap w3m-minor-mode-map
2618 ;; Put the mark meaning this part was rendered by emacs-w3m.
2619 'mm-inline-text-html-with-w3m t
))))
2621 (eval-when-compile (defvar charset
)) ;; Bound by `article-wash-html'.
2623 (defun gnus-article-wash-html-with-w3m-standalone ()
2624 "Wash the current buffer with w3m."
2625 (if (mm-w3m-standalone-supports-m17n-p)
2627 (unless (mm-coding-system-p charset
) ;; Bound by `article-wash-html'.
2629 (setq charset
'iso-8859-1
))
2630 (let ((coding-system-for-write charset
)
2631 (coding-system-for-read charset
))
2632 (call-process-region
2633 (point-min) (point-max)
2634 "w3m" t t nil
"-dump" "-T" "text/html"
2635 "-I" (symbol-name charset
) "-O" (symbol-name charset
))))
2636 (mm-inline-wash-with-stdin nil
"w3m" "-dump" "-T" "text/html")))
2638 (defvar gnus-article-browse-html-temp-list nil
2639 "List of temporary files created by `gnus-article-browse-html-parts'.
2640 Internal variable.")
2642 (defcustom gnus-article-browse-delete-temp
'ask
2643 "What to do with temporary files from `gnus-article-browse-html-parts'.
2644 If nil, don't delete temporary files. If it is t, delete them on
2645 exit from the summary buffer. If it is the symbol `file', query
2646 on each file, if it is `ask' ask once when exiting from the
2648 :group
'gnus-article
2649 :version
"23.0" ;; No Gnus
2650 :type
'(choice (const :tag
"Don't delete" nil
)
2651 (const :tag
"Don't ask" t
)
2652 (const :tag
"Ask" ask
)
2653 (const :tag
"Ask for each file" file
)))
2655 ;; Cf. mm-postponed-undisplay-list / mm-destroy-postponed-undisplay-list.
2657 (defun gnus-article-browse-delete-temp-files (&optional how
)
2658 "Delete temp-files created by `gnus-article-browse-html-parts'."
2659 (when (and gnus-article-browse-html-temp-list
2661 (setq how gnus-article-browse-delete-temp
)))
2662 (when (and (eq how
'ask
)
2664 "Delete all %s temporary HTML file(s)? "
2665 (length gnus-article-browse-html-temp-list
)))
2667 (dolist (file gnus-article-browse-html-temp-list
)
2668 (when (and (file-exists-p file
)
2670 ;; `how' is neither `nil', `ask' nor `t' (i.e. `file'):
2672 (format "Delete temporary HTML file `%s'? " file
))))
2673 (delete-file file
)))
2674 ;; Also remove file from the list when not deleted or if file doesn't
2676 (setq gnus-article-browse-html-temp-list nil
))
2677 gnus-article-browse-html-temp-list
)
2679 (defun gnus-article-browse-html-parts (list)
2680 "View all \"text/html\" parts from LIST.
2681 Recurse into multiparts."
2682 ;; Internal function used by `gnus-article-browse-html-article'.
2684 ;; Find and show the html-parts.
2685 (dolist (handle list
)
2686 ;; If HTML, show it:
2687 (when (listp handle
)
2688 (cond ((and (bufferp (car handle
))
2689 (string-match "text/html" (car (mm-handle-type handle
))))
2690 (let ((tmp-file (mm-make-temp-file
2691 ;; Do we need to care for 8.3 filenames?
2692 "mm-" nil
".html")))
2693 (mm-save-part-to-file handle tmp-file
)
2694 (add-to-list 'gnus-article-browse-html-temp-list tmp-file
)
2695 (add-hook 'gnus-summary-prepare-exit-hook
2696 'gnus-article-browse-delete-temp-files
)
2697 (add-hook 'gnus-exit-gnus-hook
2699 (gnus-article-browse-delete-temp-files t
)))
2700 (browse-url tmp-file
)
2702 ;; If multipart, recurse
2703 ((and (stringp (car handle
))
2704 (string-match "^multipart/" (car handle
))
2707 (gnus-article-browse-html-parts handle
))))))))
2710 ;; TODO: Key binding
2711 (defun gnus-article-browse-html-article ()
2712 "View \"text/html\" parts of the current article with a WWW browser."
2714 (save-window-excursion
2715 ;; Open raw article and select the buffer
2716 (gnus-summary-show-article t
)
2717 (gnus-summary-select-article-buffer)
2718 (let ((parts (mm-dissect-buffer t t
)))
2719 ;; If singlepart, enforce a list.
2720 (when (and (bufferp (car parts
))
2721 (stringp (car (mm-handle-type parts
))))
2722 (setq parts
(list parts
)))
2724 (unless (gnus-article-browse-html-parts parts
)
2725 (gnus-error 3 "Mail doesn't contain a \"text/html\" part!"))
2726 (gnus-summary-show-article))))
2728 (defun article-hide-list-identifiers ()
2729 "Remove list identifies from the Subject header.
2730 The `gnus-list-identifiers' variable specifies what to do."
2732 (let ((inhibit-point-motion-hooks t
)
2733 (regexp (if (consp gnus-list-identifiers
)
2734 (mapconcat 'identity gnus-list-identifiers
" *\\|")
2735 gnus-list-identifiers
))
2736 (inhibit-read-only t
))
2740 (article-narrow-to-head)
2741 (goto-char (point-min))
2742 (while (re-search-forward
2743 (concat "^Subject: +\\(R[Ee]: +\\)*\\(" regexp
" *\\)")
2745 (delete-region (match-beginning 2) (match-end 0))
2746 (beginning-of-line))
2747 (when (re-search-forward
2748 "^Subject: +\\(\\(R[Ee]: +\\)+\\)R[Ee]: +" nil t
)
2749 (delete-region (match-beginning 1) (match-end 1))))))))
2751 (defun article-hide-pem (&optional arg
)
2752 "Toggle hiding of any PEM headers and signatures in the current article.
2753 If given a negative prefix, always show; if given a positive prefix,
2755 (interactive (gnus-article-hidden-arg))
2756 (unless (gnus-article-check-hidden-text 'pem arg
)
2758 (let ((inhibit-read-only t
) end
)
2759 (goto-char (point-min))
2760 ;; Hide the horrendously ugly "header".
2761 (when (and (search-forward
2762 "\n-----BEGIN PRIVACY-ENHANCED MESSAGE-----\n"
2764 (setq end
(1+ (match-beginning 0))))
2765 (gnus-add-wash-type 'pem
)
2766 (gnus-article-hide-text-type
2768 (if (search-forward "\n\n" nil t
)
2772 ;; Hide the trailer as well
2773 (when (search-forward "\n-----END PRIVACY-ENHANCED MESSAGE-----\n"
2775 (gnus-article-hide-text-type
2776 (match-beginning 0) (match-end 0) 'pem
)))))))
2778 (defun article-strip-banner ()
2779 "Strip the banners specified by the `banner' group parameter and by
2780 `gnus-article-address-banner-alist'."
2784 (let ((inhibit-point-motion-hooks t
))
2785 (when (gnus-parameter-banner gnus-newsgroup-name
)
2786 (article-really-strip-banner
2787 (gnus-parameter-banner gnus-newsgroup-name
)))
2788 (when gnus-article-address-banner-alist
2789 ;; Note that the From header is decoded here, so it is
2790 ;; required that the *-extract-address-components function
2791 ;; supports non-ASCII text.
2792 (let ((from (save-restriction
2794 (article-narrow-to-head)
2795 (mail-fetch-field "from"))))
2798 (cadr (funcall gnus-extract-address-components
2801 (dolist (pair gnus-article-address-banner-alist
)
2802 (when (string-match (car pair
) from
)
2804 (article-really-strip-banner (cdr pair
)))))))))))))
2806 (defun article-really-strip-banner (banner)
2807 "Strip the banner specified by the argument."
2810 (let ((inhibit-point-motion-hooks t
)
2811 (gnus-signature-limit nil
)
2812 (inhibit-read-only t
))
2815 ((eq banner
'signature
)
2816 (when (gnus-article-narrow-to-signature)
2819 (delete-region (point) (point-max))))
2821 (if (setq banner
(cdr (assq banner gnus-article-banner-alist
)))
2822 (while (re-search-forward banner nil t
)
2823 (delete-region (match-beginning 0) (match-end 0)))))
2825 (while (re-search-forward banner nil t
)
2826 (delete-region (match-beginning 0) (match-end 0)))))))))
2828 (defun article-babel ()
2829 "Translate article using an online translation service."
2832 (gnus-with-article-buffer
2833 (when (article-goto-body)
2834 (let* ((start (point))
2836 (orig (buffer-substring start end
))
2837 (trans (babel-as-string orig
)))
2839 (narrow-to-region start end
)
2840 (delete-region start end
)
2843 (defun article-hide-signature (&optional arg
)
2844 "Hide the signature in the current article.
2845 If given a negative prefix, always show; if given a positive prefix,
2847 (interactive (gnus-article-hidden-arg))
2848 (unless (gnus-article-check-hidden-text 'signature arg
)
2851 (let ((inhibit-read-only t
))
2852 (when (gnus-article-narrow-to-signature)
2853 (gnus-article-hide-text-type
2854 (point-min) (point-max) 'signature
))))))
2855 (gnus-set-mode-line 'article
))
2857 (defun article-strip-headers-in-body ()
2858 "Strip offensive headers from bodies."
2862 (let ((case-fold-search t
))
2863 (when (looking-at "x-no-archive:")
2864 (gnus-delete-line)))))
2866 (defun article-strip-leading-blank-lines ()
2867 "Remove all blank lines from the beginning of the article."
2870 (let ((inhibit-point-motion-hooks t
)
2871 (inhibit-read-only t
))
2872 (when (article-goto-body)
2873 (while (and (not (eobp))
2874 (looking-at "[ \t]*$"))
2875 (gnus-delete-line))))))
2877 (defun article-narrow-to-head ()
2878 "Narrow the buffer to the head of the message.
2879 Point is left at the beginning of the narrowed-to region."
2881 (goto-char (point-min))
2882 (if (search-forward "\n\n" nil
1)
2885 (goto-char (point-min)))
2887 (defun article-goto-body ()
2888 "Place point at the start of the body."
2889 (goto-char (point-min))
2891 ;; This variable is only bound when dealing with separate
2893 (article-goto-body-goes-to-point-min-p
2895 ((search-forward "\n\n" nil t
)
2898 (goto-char (point-max))
2901 (defun article-strip-multiple-blank-lines ()
2902 "Replace consecutive blank lines with one empty line."
2905 (let ((inhibit-point-motion-hooks t
)
2906 (inhibit-read-only t
))
2907 ;; First make all blank lines empty.
2909 (while (re-search-forward "^[ \t]+$" nil t
)
2910 (unless (gnus-annotation-in-region-p
2911 (match-beginning 0) (match-end 0))
2912 (replace-match "" nil t
)))
2913 ;; Then replace multiple empty lines with a single empty line.
2915 (while (re-search-forward "\n\n\\(\n+\\)" nil t
)
2916 (unless (gnus-annotation-in-region-p
2917 (match-beginning 0) (match-end 0))
2918 (delete-region (match-beginning 1) (match-end 1)))))))
2920 (defun article-strip-leading-space ()
2921 "Remove all white space from the beginning of the lines in the article."
2924 (let ((inhibit-point-motion-hooks t
)
2925 (inhibit-read-only t
))
2927 (while (re-search-forward "^[ \t]+" nil t
)
2928 (replace-match "" t t
)))))
2930 (defun article-strip-trailing-space ()
2931 "Remove all white space from the end of the lines in the article."
2934 (let ((inhibit-point-motion-hooks t
)
2935 (inhibit-read-only t
))
2937 (while (re-search-forward "[ \t]+$" nil t
)
2938 (replace-match "" t t
)))))
2940 (defun article-strip-blank-lines ()
2941 "Strip leading, trailing and multiple blank lines."
2943 (article-strip-leading-blank-lines)
2944 (article-remove-trailing-blank-lines)
2945 (article-strip-multiple-blank-lines))
2947 (defun article-strip-all-blank-lines ()
2948 "Strip all blank lines."
2951 (let ((inhibit-point-motion-hooks t
)
2952 (inhibit-read-only t
))
2954 (while (re-search-forward "^[ \t]*\n" nil t
)
2955 (replace-match "" t t
)))))
2957 (defun gnus-article-narrow-to-signature ()
2958 "Narrow to the signature; return t if a signature is found, else nil."
2959 (let ((inhibit-point-motion-hooks t
))
2960 (when (gnus-article-search-signature)
2962 ;; Check whether we have some limits to what we consider
2963 ;; to be a signature.
2964 (let ((limits (if (listp gnus-signature-limit
) gnus-signature-limit
2965 (list gnus-signature-limit
)))
2967 (while (setq limit
(pop limits
))
2968 (if (or (and (integerp limit
)
2969 (< (- (point-max) (point)) limit
))
2971 (< (count-lines (point) (point-max)) limit
))
2972 (and (functionp limit
)
2974 (and (stringp limit
)
2975 (not (re-search-forward limit nil t
))))
2976 () ; This limit did not succeed.
2980 (narrow-to-region (point) (point-max))
2983 (defun gnus-article-search-signature ()
2984 "Search the current buffer for the signature separator.
2985 Put point at the beginning of the signature separator."
2986 (let ((cur (point)))
2987 (goto-char (point-max))
2988 (if (if (stringp gnus-signature-separator
)
2989 (re-search-backward gnus-signature-separator nil t
)
2990 (let ((seps gnus-signature-separator
))
2992 (not (re-search-backward (car seps
) nil t
)))
2999 (defun gnus-article-hidden-arg ()
3000 "Return the current prefix arg as a number, or 0 if no prefix."
3001 (list (if current-prefix-arg
3002 (prefix-numeric-value current-prefix-arg
)
3005 (defun gnus-article-check-hidden-text (type arg
)
3006 "Return nil if hiding is necessary.
3007 Arg can be nil or a number. nil and positive means hide, negative
3008 means show, 0 means toggle."
3011 (let ((hide (gnus-article-hidden-text-p type
)))
3017 (gnus-article-show-hidden-text type
)
3020 (if (eq hide
'hidden
)
3022 (gnus-article-show-hidden-text type
)
3026 (defun gnus-article-hidden-text-p (type)
3027 "Say whether the current buffer contains hidden text of type TYPE."
3028 (let ((pos (text-property-any (point-min) (point-max) 'article-type type
)))
3030 (not (get-text-property pos
'invisible
))
3031 (not (get-text-property pos
'dummy-invisible
)))
3033 (text-property-any (1+ pos
) (point-max) 'article-type type
)))
3038 (defun gnus-article-show-hidden-text (type &optional dummy
)
3039 "Show all hidden text of type TYPE.
3040 Originally it is hide instead of DUMMY."
3041 (let ((inhibit-read-only t
)
3042 (inhibit-point-motion-hooks t
))
3043 (gnus-remove-text-properties-when
3045 (point-min) (point-max)
3046 (cons 'article-type
(cons type
3047 gnus-hidden-properties
)))
3048 (gnus-delete-wash-type type
)))
3050 (defconst article-time-units
3051 `((year .
,(* 365.25 24 60 60))
3052 (week .
,(* 7 24 60 60))
3053 (day .
,(* 24 60 60))
3057 "Mapping from time units to seconds.")
3059 (defun gnus-article-forward-header ()
3060 "Move point to the start of the next header.
3061 If the current header is a continuation header, this can be several
3066 (if (looking-at "[ \t]+[^ \t]")
3070 (defun article-date-ut (&optional type highlight
)
3071 "Convert DATE date to universal time in the current article.
3072 If TYPE is `local', convert to local time; if it is `lapsed', output
3073 how much time has lapsed since DATE. For `lapsed', the value of
3074 `gnus-article-date-lapsed-new-header' says whether the \"X-Sent:\" header
3075 should replace the \"Date:\" one, or should be added below it."
3076 (interactive (list 'ut t
))
3077 (let* ((tdate-regexp "^Date:[ \t]\\|^X-Sent:[ \t]")
3078 (date-regexp (cond ((not gnus-article-date-lapsed-new-header
)
3082 (article-lapsed-timer
3086 (case-fold-search t
)
3087 (inhibit-read-only t
)
3088 (inhibit-point-motion-hooks t
)
3089 pos date bface eface
)
3093 (goto-char (point-min))
3094 (while (or (setq date
(get-text-property (setq pos
(point))
3096 (when (setq pos
(next-single-property-change
3097 (point) 'original-date
))
3098 (setq date
(get-text-property pos
'original-date
))
3100 (narrow-to-region pos
(or (text-property-any pos
(point-max)
3103 (goto-char (point-min))
3104 (when (re-search-forward tdate-regexp nil t
)
3105 (setq bface
(get-text-property (point-at-bol) 'face
)
3106 eface
(get-text-property (1- (point-at-eol)) 'face
)))
3107 (goto-char (point-min))
3109 ;; Delete any old Date headers.
3110 (while (re-search-forward date-regexp nil t
)
3112 (delete-region (point-at-bol) (progn
3113 (gnus-article-forward-header)
3115 (delete-region (point-at-bol) (progn
3116 (gnus-article-forward-header)
3119 (setq pos
(point))))
3120 (when (and (not pos
)
3121 (re-search-forward tdate-regexp nil t
))
3123 (gnus-goto-char pos
)
3124 (insert (article-make-date-line date
(or type
'ut
)))
3130 (when (looking-at "\\([^:]+\\): *\\(.*\\)$")
3131 (put-text-property (match-beginning 1) (1+ (match-end 1))
3133 (put-text-property (match-beginning 2) (match-end 2)
3135 (put-text-property (point-min) (1- (point-max)) 'original-date date
)
3136 (goto-char (point-max))
3139 (defun article-make-date-line (date type
)
3140 "Return a DATE line of TYPE."
3141 (unless (memq type
'(local ut original user iso8601 lapsed english
))
3142 (error "Unknown conversion type: %s" type
))
3144 (let ((time (date-to-time date
)))
3146 ;; Convert to the local timezone.
3148 (concat "Date: " (message-make-date time
)))
3149 ;; Convert to Universal Time.
3154 (let* ((e (parse-time-string date
))
3155 (tm (apply 'encode-time e
))
3157 (ls (- (cadr tm
) (car (current-time-zone time
)))))
3158 (cond ((< ls
0) (list (1- ms
) (+ ls
65536)))
3159 ((> ls
65535) (list (1+ ms
) (- ls
65536)))
3163 ;; Get the original date from the article.
3164 ((eq type
'original
)
3165 (concat "Date: " (if (string-match "\n+$" date
)
3166 (substring date
0 (match-beginning 0))
3168 ;; Let the user define the format.
3170 (let ((format (or (condition-case nil
3171 (with-current-buffer gnus-summary-buffer
3172 gnus-article-time-format
)
3174 gnus-article-time-format
)))
3175 (if (functionp format
)
3176 (funcall format time
)
3177 (concat "Date: " (format-time-string format time
)))))
3180 (let ((tz (car (current-time-zone time
))))
3183 (format-time-string "%Y%m%dT%H%M%S" time
)
3184 (format "%s%02d%02d"
3185 (if (> tz
0) "+" "-") (/ (abs tz
) 3600)
3186 (/ (%
(abs tz
) 3600) 60)))))
3187 ;; Do an X-Sent lapsed format.
3189 ;; If the date is seriously mangled, the timezone functions are
3190 ;; liable to bug out, so we ignore all errors.
3191 (let* ((now (current-time))
3192 (real-time (subtract-time now time
))
3193 (real-sec (and real-time
3194 (+ (* (float (car real-time
)) 65536)
3196 (sec (and real-time
(abs real-sec
)))
3206 ;; This is a bit convoluted, but basically we go
3207 ;; through the time units for years, weeks, etc,
3208 ;; and divide things to see whether that results
3209 ;; in positive answers.
3212 (if (zerop (setq num
(ffloor (/ sec
(cdr unit
)))))
3213 ;; The (remaining) seconds are too few to
3214 ;; be divided into this time unit.
3216 ;; It's big enough, so we output it.
3217 (setq sec
(- sec
(* num
(cdr unit
))))
3219 (concat (if prev
", " "") (int-to-string
3221 " " (symbol-name (car unit
))
3222 (if (> num
1) "s" ""))
3224 article-time-units
"")
3225 ;; If dates are odd, then it might appear like the
3226 ;; article was sent in the future.
3229 " in the future"))))))
3230 ;; Display the date in proper English
3232 (let ((dtime (decode-time time
)))
3235 (number-to-string (nth 3 dtime
))
3236 (let ((digit (%
(nth 3 dtime
) 10)))
3238 ((memq (nth 3 dtime
) '(11 12 13)) "th")
3244 (nth (1- (nth 4 dtime
)) gnus-english-month-names
)
3246 (number-to-string (nth 5 dtime
))
3248 (format "%02d" (nth 2 dtime
))
3250 (format "%02d" (nth 1 dtime
)))))))
3252 (format "Date: %s (from Gnus)" date
))))
3254 (defun article-date-local (&optional highlight
)
3255 "Convert the current article date to the local timezone."
3256 (interactive (list t
))
3257 (article-date-ut 'local highlight
))
3259 (defun article-date-english (&optional highlight
)
3260 "Convert the current article date to something that is proper English."
3261 (interactive (list t
))
3262 (article-date-ut 'english highlight
))
3264 (defun article-date-original (&optional highlight
)
3265 "Convert the current article date to what it was originally.
3266 This is only useful if you have used some other date conversion
3267 function and want to see what the date was before converting."
3268 (interactive (list t
))
3269 (article-date-ut 'original highlight
))
3271 (defun article-date-lapsed (&optional highlight
)
3272 "Convert the current article date to time lapsed since it was sent."
3273 (interactive (list t
))
3274 (article-date-ut 'lapsed highlight
))
3276 (defun article-update-date-lapsed ()
3277 "Function to be run from a timer to update the lapsed time line."
3279 (let (deactivate-mark)
3284 (set-buffer (window-buffer w
))
3285 (when (eq major-mode
'gnus-article-mode
)
3286 (let ((mark (point-marker)))
3287 (goto-char (point-min))
3288 (when (re-search-forward "^X-Sent:" nil t
)
3289 (article-date-lapsed t
))
3290 (goto-char (marker-position mark
))
3291 (move-marker mark nil
))))
3294 (defun gnus-start-date-timer (&optional n
)
3295 "Start a timer to update the X-Sent header in the article buffers.
3296 The numerical prefix says how frequently (in seconds) the function
3301 (gnus-stop-date-timer)
3302 (setq article-lapsed-timer
3303 (run-at-time 1 n
'article-update-date-lapsed
)))
3305 (defun gnus-stop-date-timer ()
3306 "Stop the X-Sent timer."
3308 (when article-lapsed-timer
3309 (nnheader-cancel-timer article-lapsed-timer
)
3310 (setq article-lapsed-timer nil
)))
3312 (defun article-date-user (&optional highlight
)
3313 "Convert the current article date to the user-defined format.
3314 This format is defined by the `gnus-article-time-format' variable."
3315 (interactive (list t
))
3316 (article-date-ut 'user highlight
))
3318 (defun article-date-iso8601 (&optional highlight
)
3319 "Convert the current article date to ISO8601."
3320 (interactive (list t
))
3321 (article-date-ut 'iso8601 highlight
))
3323 (defmacro gnus-article-save-original-date
(&rest forms
)
3324 "Save the original date as a text property and evaluate FORMS."
3325 `(let* ((case-fold-search t
)
3327 (goto-char (point-min))
3328 (when (and (re-search-forward "^date:[\t\n ]+" nil t
)
3331 (date (when (and start
3332 (re-search-forward "[\t ]*\n\\(?:[^\t ]\\|\\'\\)"
3334 (buffer-substring-no-properties start
3335 (match-beginning 0)))))
3336 (goto-char (point-max))
3337 (skip-chars-backward "\n")
3338 (put-text-property (point-min) (point) 'original-date date
)
3340 (goto-char (point-max))
3341 (skip-chars-backward "\n")
3342 (put-text-property (point-min) (point) 'original-date date
)))
3344 ;; (defun article-show-all ()
3345 ;; "Show all hidden text in the article buffer."
3348 ;; (let ((inhibit-read-only t))
3349 ;; (gnus-article-unhide-text (point-min) (point-max)))))
3351 (defun article-remove-leading-whitespace ()
3352 "Remove excessive whitespace from all headers."
3356 (let ((inhibit-read-only t
))
3357 (article-narrow-to-head)
3358 (goto-char (point-min))
3359 (while (re-search-forward "^[^ :]+: \\([ \t]+\\)" nil t
)
3360 (delete-region (match-beginning 1) (match-end 1)))))))
3362 (defun article-emphasize (&optional arg
)
3363 "Emphasize text according to `gnus-emphasis-alist'."
3364 (interactive (gnus-article-hidden-arg))
3365 (unless (gnus-article-check-hidden-text 'emphasis arg
)
3369 (with-current-buffer gnus-summary-buffer
3370 gnus-article-emphasis-alist
)
3372 gnus-emphasis-alist
))
3373 (inhibit-read-only t
)
3374 (props (append '(article-type emphasis
)
3375 gnus-hidden-properties
))
3376 regexp elem beg invisible visible face
)
3379 (while (setq elem
(pop alist
))
3381 (setq regexp
(car elem
)
3382 invisible
(nth 1 elem
)
3383 visible
(nth 2 elem
)
3385 (while (re-search-forward regexp nil t
)
3386 (when (and (match-beginning visible
) (match-beginning invisible
))
3387 (gnus-article-hide-text
3388 (match-beginning invisible
) (match-end invisible
) props
)
3389 (gnus-article-unhide-text-type
3390 (match-beginning visible
) (match-end visible
) 'emphasis
)
3391 (gnus-put-overlay-excluding-newlines
3392 (match-beginning visible
) (match-end visible
) 'face face
)
3393 (gnus-add-wash-type 'emphasis
)
3394 (goto-char (match-end invisible
)))))))))
3396 (defun gnus-article-setup-highlight-words (&optional highlight-words
)
3397 "Setup newsgroup emphasis alist."
3398 (unless gnus-article-emphasis-alist
3399 (let ((name (and gnus-newsgroup-name
3400 (gnus-group-real-name gnus-newsgroup-name
))))
3401 (make-local-variable 'gnus-article-emphasis-alist
)
3402 (setq gnus-article-emphasis-alist
3404 (let ((alist gnus-group-highlight-words-alist
) elem highlight
)
3405 (while (setq elem
(pop alist
))
3406 (when (and name
(string-match (car elem
) name
))
3408 highlight
(copy-sequence (cdr elem
)))))
3410 (copy-sequence highlight-words
)
3411 (if gnus-newsgroup-name
3412 (copy-sequence (gnus-group-find-parameter
3413 gnus-newsgroup-name
'highlight-words t
)))
3414 gnus-emphasis-alist
)))))
3417 (defvar gnus-summary-article-menu
)
3418 (defvar gnus-summary-post-menu
))
3420 ;;; Saving functions.
3422 (defun gnus-article-save (save-buffer file
&optional num
)
3423 "Save the currently selected article."
3424 (unless gnus-save-all-headers
3425 ;; Remove headers according to `gnus-saved-headers'.
3426 (let ((gnus-visible-headers
3427 (or gnus-saved-headers gnus-visible-headers
))
3428 (gnus-article-buffer save-buffer
))
3430 (set-buffer save-buffer
)
3431 (article-hide-headers 1 t
))))
3432 (save-window-excursion
3433 (if (not gnus-default-article-saver
)
3434 (error "No default saver is defined")
3435 ;; !!! Magic! The saving functions all save
3436 ;; `gnus-save-article-buffer' (or so they think), but we
3437 ;; bind that variable to our save-buffer.
3438 (set-buffer gnus-article-buffer
)
3439 (let* ((gnus-save-article-buffer save-buffer
)
3442 ((not gnus-prompt-before-saving
) 'default
)
3443 ((eq gnus-prompt-before-saving
'always
) nil
)
3445 (gnus-number-of-articles-to-be-saved
3446 (when (eq gnus-prompt-before-saving t
)
3448 (set-buffer gnus-article-current-summary
)
3449 (funcall gnus-default-article-saver filename
)))))
3451 (defun gnus-read-save-file-name (prompt &optional filename
3452 function group headers variable
)
3454 (funcall function group headers
(symbol-value variable
)))
3459 ((eq filename
'default
)
3465 (let* ((split-name (gnus-get-split-value gnus-split-methods
))
3468 (if (and gnus-number-of-articles-to-be-saved
3469 (> gnus-number-of-articles-to-be-saved
1))
3470 (format "these %d articles"
3471 gnus-number-of-articles-to-be-saved
)
3474 ;; Let the split methods have their say.
3476 ;; No split name was found.
3479 (concat prompt
" (default "
3480 (file-name-nondirectory default-name
) "): ")
3481 (file-name-directory default-name
)
3483 ;; A single group name is returned.
3484 ((stringp split-name
)
3486 (funcall function split-name headers
3487 (symbol-value variable
)))
3489 (concat prompt
" (default "
3490 (file-name-nondirectory default-name
) "): ")
3491 (file-name-directory default-name
)
3493 ;; A single split name was found
3494 ((= 1 (length split-name
))
3495 (let* ((name (expand-file-name
3497 gnus-article-save-directory
))
3498 (dir (cond ((file-directory-p name
)
3499 (file-name-as-directory name
))
3500 ((file-exists-p name
) name
)
3501 (t gnus-article-save-directory
))))
3503 (concat prompt
" (default " name
"): ")
3505 ;; A list of splits was found.
3507 (setq split-name
(nreverse split-name
))
3509 (let ((file-name-history
3510 (nconc split-name file-name-history
)))
3514 (concat prompt
" (`M-p' for defaults): ")
3515 gnus-article-save-directory
3517 gnus-article-save-directory
)))
3518 (car (push result file-name-history
)))))))
3519 ;; Create the directory.
3520 (gnus-make-directory (file-name-directory file
))
3521 ;; If we have read a directory, we append the default file name.
3522 (when (file-directory-p file
)
3523 (setq file
(expand-file-name (file-name-nondirectory
3525 (file-name-as-directory file
))))
3526 ;; Possibly translate some characters.
3527 (nnheader-translate-file-chars file
))))))
3528 (gnus-make-directory (file-name-directory result
))
3529 (set variable result
)))
3531 (defun gnus-article-archive-name (group)
3532 "Return the first instance of an \"Archive-name\" in the current buffer."
3533 (let ((case-fold-search t
))
3534 (when (re-search-forward "archive-name: *\\([^ \n\t]+\\)[ \t]*$" nil t
)
3535 (nnheader-concat gnus-article-save-directory
3536 (match-string 1)))))
3538 (defun gnus-article-nndoc-name (group)
3539 "If GROUP is an nndoc group, return the name of the parent group."
3540 (when (eq (car (gnus-find-method-for-group group
)) 'nndoc
)
3541 (gnus-group-get-parameter group
'save-article-group
)))
3543 (defun gnus-summary-save-in-rmail (&optional filename
)
3544 "Append this article to Rmail file.
3545 Optional argument FILENAME specifies file name.
3546 Directory to save to is default to `gnus-article-save-directory'."
3547 (setq filename
(gnus-read-save-file-name
3548 "Save %s in rmail file" filename
3549 gnus-rmail-save-name gnus-newsgroup-name
3550 gnus-current-headers
'gnus-newsgroup-last-rmail
))
3551 (gnus-eval-in-buffer-window gnus-save-article-buffer
3555 (gnus-output-to-rmail filename
))))
3558 (defun gnus-summary-save-in-mail (&optional filename
)
3559 "Append this article to Unix mail file.
3560 Optional argument FILENAME specifies file name.
3561 Directory to save to is default to `gnus-article-save-directory'."
3562 (setq filename
(gnus-read-save-file-name
3563 "Save %s in Unix mail file" filename
3564 gnus-mail-save-name gnus-newsgroup-name
3565 gnus-current-headers
'gnus-newsgroup-last-mail
))
3566 (gnus-eval-in-buffer-window gnus-save-article-buffer
3570 (if (and (file-readable-p filename
)
3571 (file-regular-p filename
)
3572 (mail-file-babyl-p filename
))
3573 (rmail-output-to-rmail-file filename t
)
3574 (gnus-output-to-mail filename
)))))
3577 (defun gnus-summary-save-in-file (&optional filename overwrite
)
3578 "Append this article to file.
3579 Optional argument FILENAME specifies file name.
3580 Directory to save to is default to `gnus-article-save-directory'."
3581 (setq filename
(gnus-read-save-file-name
3582 "Save %s in file" filename
3583 gnus-file-save-name gnus-newsgroup-name
3584 gnus-current-headers
'gnus-newsgroup-last-file
))
3585 (gnus-eval-in-buffer-window gnus-save-article-buffer
3589 (when (and overwrite
3590 (file-exists-p filename
))
3591 (delete-file filename
))
3592 (gnus-output-to-file filename
))))
3595 (defun gnus-summary-write-to-file (&optional filename
)
3596 "Write this article to a file, overwriting it if the file exists.
3597 Optional argument FILENAME specifies file name.
3598 The directory to save in defaults to `gnus-article-save-directory'."
3599 (gnus-summary-save-in-file nil t
))
3601 (defun gnus-summary-save-body-in-file (&optional filename
)
3602 "Append this article body to a file.
3603 Optional argument FILENAME specifies file name.
3604 The directory to save in defaults to `gnus-article-save-directory'."
3605 (setq filename
(gnus-read-save-file-name
3606 "Save %s body in file" filename
3607 gnus-file-save-name gnus-newsgroup-name
3608 gnus-current-headers
'gnus-newsgroup-last-file
))
3609 (gnus-eval-in-buffer-window gnus-save-article-buffer
3613 (when (article-goto-body)
3614 (narrow-to-region (point) (point-max)))
3615 (gnus-output-to-file filename
))))
3618 (defun gnus-summary-save-in-pipe (&optional command
)
3619 "Pipe this article to subprocess."
3621 (cond ((and (eq command
'default
)
3622 gnus-last-shell-command
)
3623 gnus-last-shell-command
)
3628 "Shell command on %s: "
3629 (if (and gnus-number-of-articles-to-be-saved
3630 (> gnus-number-of-articles-to-be-saved
1))
3631 (format "these %d articles"
3632 gnus-number-of-articles-to-be-saved
)
3634 gnus-last-shell-command
))))
3635 (when (string-equal command
"")
3636 (if gnus-last-shell-command
3637 (setq command gnus-last-shell-command
)
3638 (error "A command is required")))
3639 (gnus-eval-in-buffer-window gnus-article-buffer
3642 (shell-command-on-region (point-min) (point-max) command nil
)))
3643 (setq gnus-last-shell-command command
))
3645 (defun gnus-summary-pipe-to-muttprint (&optional command
)
3646 "Pipe this article to muttprint."
3647 (setq command
(read-string
3648 "Print using command: " gnus-summary-muttprint-program
3649 nil gnus-summary-muttprint-program
))
3650 (gnus-summary-save-in-pipe command
))
3652 ;;; Article file names when saving.
3654 (defun gnus-capitalize-newsgroup (newsgroup)
3655 "Capitalize NEWSGROUP name."
3656 (when (not (zerop (length newsgroup
)))
3657 (concat (char-to-string (upcase (aref newsgroup
0)))
3658 (substring newsgroup
1))))
3660 (defun gnus-Numeric-save-name (newsgroup headers
&optional last-file
)
3661 "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
3662 If variable `gnus-use-long-file-name' is non-nil, it is ~/News/News.group/num.
3663 Otherwise, it is like ~/News/news/group/num."
3666 (concat (if (gnus-use-long-file-name 'not-save
)
3667 (gnus-capitalize-newsgroup newsgroup
)
3668 (gnus-newsgroup-directory-form newsgroup
))
3669 "/" (int-to-string (mail-header-number headers
)))
3670 gnus-article-save-directory
)))
3672 (string-equal (file-name-directory default
)
3673 (file-name-directory last-file
))
3674 (string-match "^[0-9]+$" (file-name-nondirectory last-file
)))
3676 (or last-file default
))))
3678 (defun gnus-numeric-save-name (newsgroup headers
&optional last-file
)
3679 "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
3680 If variable `gnus-use-long-file-name' is non-nil, it is
3681 ~/News/news.group/num. Otherwise, it is like ~/News/news/group/num."
3684 (concat (if (gnus-use-long-file-name 'not-save
)
3686 (gnus-newsgroup-directory-form newsgroup
))
3687 "/" (int-to-string (mail-header-number headers
)))
3688 gnus-article-save-directory
)))
3690 (string-equal (file-name-directory default
)
3691 (file-name-directory last-file
))
3692 (string-match "^[0-9]+$" (file-name-nondirectory last-file
)))
3694 (or last-file default
))))
3696 (defun gnus-plain-save-name (newsgroup headers
&optional last-file
)
3697 "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
3698 If variable `gnus-use-long-file-name' is non-nil, it is
3699 ~/News/news.group. Otherwise, it is like ~/News/news/group/news."
3702 (if (gnus-use-long-file-name 'not-save
)
3705 (expand-file-name "news" (gnus-newsgroup-directory-form newsgroup
))
3707 gnus-article-save-directory
)))
3709 (defun gnus-sender-save-name (newsgroup headers
&optional last-file
)
3710 "Generate file name from sender."
3711 (let ((from (mail-header-from headers
)))
3713 (if (and from
(string-match "\\([^ <]+\\)@" from
))
3714 (match-string 1 from
)
3716 gnus-article-save-directory
)))
3718 (defun article-verify-x-pgp-sig ()
3721 (if (gnus-buffer-live-p gnus-original-article-buffer
)
3722 (let ((sig (with-current-buffer gnus-original-article-buffer
3723 (gnus-fetch-field "X-PGP-Sig")))
3727 (mml2015-clear-verify-function))
3729 (insert-buffer-substring gnus-original-article-buffer
)
3730 (setq items
(split-string sig
))
3731 (message-narrow-to-head)
3732 (let ((inhibit-point-motion-hooks t
)
3733 (case-fold-search t
))
3734 ;; Don't verify multiple headers.
3735 (setq headers
(mapconcat (lambda (header)
3737 (mail-fetch-field header
)
3739 (split-string (nth 1 items
) ",") "")))
3740 (delete-region (point-min) (point-max))
3741 (insert "-----BEGIN PGP SIGNED MESSAGE-----\n\n")
3742 (insert "X-Signed-Headers: " (nth 1 items
) "\n")
3747 (if (looking-at "^-")
3750 (insert "\n-----BEGIN PGP SIGNATURE-----\n")
3751 (insert "Version: " (car items
) "\n\n")
3752 (insert (mapconcat 'identity
(cddr items
) "\n"))
3753 (insert "\n-----END PGP SIGNATURE-----\n")
3754 (let ((mm-security-handle (list (format "multipart/signed"))))
3755 (mml2015-clean-buffer)
3756 (let ((coding-system-for-write (or gnus-newsgroup-charset
3758 (funcall (mml2015-clear-verify-function)))
3760 (or (mm-handle-multipart-ctl-parameter
3761 mm-security-handle
'gnus-details
)
3762 (mm-handle-multipart-ctl-parameter
3763 mm-security-handle
'gnus-info
)))))
3765 (let ((inhibit-read-only t
) bface eface
)
3767 (message-narrow-to-head)
3768 (goto-char (point-max))
3770 (setq bface
(get-text-property (point-at-bol) 'face
)
3771 eface
(get-text-property (1- (point-at-eol)) 'face
))
3772 (message-remove-header "X-Gnus-PGP-Verify")
3773 (if (re-search-forward "^X-PGP-Sig:" nil t
)
3775 (goto-char (point-max)))
3776 (narrow-to-region (point) (point))
3777 (insert "X-Gnus-PGP-Verify: " info
"\n")
3778 (goto-char (point-min))
3781 (if (not (looking-at "^[ \t]"))
3785 (goto-char (point-min))
3786 (when (looking-at "\\([^:]+\\): *")
3787 (put-text-property (match-beginning 1) (1+ (match-end 1))
3789 (put-text-property (match-end 0) (point-max)
3790 'face eface
)))))))))
3792 (defun article-verify-cancel-lock ()
3793 "Verify Cancel-Lock header."
3795 (if (gnus-buffer-live-p gnus-original-article-buffer
)
3796 (canlock-verify gnus-original-article-buffer
)))
3803 (setq afunc
(car func
)
3806 gfunc
(intern (format "gnus-%s" func
))))
3808 (when (fboundp afunc
)
3809 `(lambda (&optional interactive
&rest args
)
3810 ,(documentation afunc t
)
3811 (interactive (list t
))
3813 (set-buffer gnus-article-buffer
)
3815 (call-interactively ',afunc
)
3816 (apply ',afunc args
))))))))
3817 '(article-hide-headers
3818 article-verify-x-pgp-sig
3819 article-verify-cancel-lock
3820 article-hide-boring-headers
3821 article-treat-overstrike
3822 article-treat-ansi-sequences
3823 article-fill-long-lines
3824 article-capitalize-sentences
3826 article-remove-leading-whitespace
3827 article-display-x-face
3828 article-display-face
3829 article-de-quoted-unreadable
3830 article-de-base64-unreadable
3833 article-unsplit-urls
3834 article-hide-list-identifiers
3835 article-strip-banner
3838 article-hide-signature
3839 article-strip-headers-in-body
3840 article-remove-trailing-blank-lines
3841 article-strip-leading-blank-lines
3842 article-strip-multiple-blank-lines
3843 article-strip-leading-space
3844 article-strip-trailing-space
3845 article-strip-blank-lines
3846 article-strip-all-blank-lines
3848 article-date-english
3849 article-date-iso8601
3850 article-date-original
3852 article-decode-mime-words
3853 article-decode-charset
3854 article-decode-encoded-words
3858 article-treat-dumbquotes
3859 article-normalize-headers
3860 ;; (article-show-all . gnus-article-show-all-headers)
3864 ;;; Gnus article mode
3867 (put 'gnus-article-mode
'mode-class
'special
)
3869 (set-keymap-parent gnus-article-mode-map widget-keymap
)
3871 (gnus-define-keys gnus-article-mode-map
3872 " " gnus-article-goto-next-page
3873 "\177" gnus-article-goto-prev-page
3874 [delete] gnus-article-goto-prev-page
3875 [backspace] gnus-article-goto-prev-page
3876 "\C-c^" gnus-article-refer-article
3877 "h" gnus-article-show-summary
3878 "s" gnus-article-show-summary
3879 "\C-c\C-m" gnus-article-mail
3880 "?" gnus-article-describe-briefly
3881 "e" gnus-summary-edit-article
3882 "<" beginning-of-buffer
3884 "\C-c\C-i" gnus-info-find-node
3886 "R" gnus-article-reply-with-original
3887 "F" gnus-article-followup-with-original
3888 "\C-hk" gnus-article-describe-key
3889 "\C-hc" gnus-article-describe-key-briefly
3891 "\C-d" gnus-article-read-summary-keys
3892 "\M-*" gnus-article-read-summary-keys
3893 "\M-#" gnus-article-read-summary-keys
3894 "\M-^" gnus-article-read-summary-keys
3895 "\M-g" gnus-article-read-summary-keys)
3897 (substitute-key-definition
3898 'undefined 'gnus-article-read-summary-keys gnus-article-mode-map)
3900 (defun gnus-article-make-menu-bar ()
3901 (unless (boundp 'gnus-article-commands-menu)
3902 (gnus-summary-make-menu-bar))
3903 (gnus-turn-off-edit-menu 'article)
3904 (unless (boundp 'gnus-article-article-menu)
3906 gnus-article-article-menu gnus-article-mode-map ""
3908 ["Scroll forwards" gnus-article-goto-next-page t]
3909 ["Scroll backwards" gnus-article-goto-prev-page t]
3910 ["Show summary" gnus-article-show-summary t]
3911 ["Fetch Message-ID at point" gnus-article-refer-article t]
3912 ["Mail to address at point" gnus-article-mail t]
3913 ["Send a bug report" gnus-bug t]))
3916 gnus-article-treatment-menu gnus-article-mode-map ""
3917 ;; Fixme: this should use :active (and maybe :visible).
3919 ["Hide headers" gnus-article-hide-headers t]
3920 ["Hide signature" gnus-article-hide-signature t]
3921 ["Hide citation" gnus-article-hide-citation t]
3922 ["Treat overstrike" gnus-article-treat-overstrike t]
3923 ["Treat ANSI sequences" gnus-article-treat-ansi-sequences t]
3924 ["Remove carriage return" gnus-article-remove-cr t]
3925 ["Remove leading whitespace" gnus-article-remove-leading-whitespace t]
3926 ["Remove quoted-unreadable" gnus-article-de-quoted-unreadable t]
3927 ["Remove base64" gnus-article-de-base64-unreadable t]
3928 ["Treat html" gnus-article-wash-html t]
3929 ["Remove newlines from within URLs" gnus-article-unsplit-urls t]
3930 ["Decode HZ" gnus-article-decode-HZ t]))
3932 ;; Note "Commands" menu is defined in gnus-sum.el for consistency
3934 ;; Note "Post" menu is defined in gnus-sum.el for consistency
3936 (gnus-run-hooks 'gnus-article-menu-hook)))
3938 (defun gnus-article-mode ()
3939 "Major mode for displaying an article.
3941 All normal editing commands are switched off.
3943 The following commands are available in addition to all summary mode
3945 \\<gnus-article-mode-map>
3946 \\[gnus-article-next-page]\t Scroll the article one page forwards
3947 \\[gnus-article-prev-page]\t Scroll the article one page backwards
3948 \\[gnus-article-refer-article]\t Go to the article referred to by an article id near point
3949 \\[gnus-article-show-summary]\t Display the summary buffer
3950 \\[gnus-article-mail]\t Send a reply to the address near point
3951 \\[gnus-article-describe-briefly]\t Describe the current mode briefly
3952 \\[gnus-info-find-node]\t Go to the Gnus info node"
3954 (kill-all-local-variables)
3955 (gnus-simplify-mode-line)
3956 (setq mode-name "Article")
3957 (setq major-mode 'gnus-article-mode)
3958 (make-local-variable 'minor-mode-alist)
3959 (use-local-map gnus-article-mode-map)
3960 (when (gnus-visual-p 'article-menu 'menu)
3961 (gnus-article-make-menu-bar)
3962 (when gnus-summary-tool-bar-map
3963 (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map)))
3964 (gnus-update-format-specifications nil 'article-mode)
3965 (set (make-local-variable 'page-delimiter) gnus-page-delimiter)
3966 (set (make-local-variable 'gnus-page-broken) nil)
3967 (make-local-variable 'gnus-button-marker-list)
3968 (make-local-variable 'gnus-article-current-summary)
3969 (make-local-variable 'gnus-article-mime-handles)
3970 (make-local-variable 'gnus-article-decoded-p)
3971 (make-local-variable 'gnus-article-mime-handle-alist)
3972 (make-local-variable 'gnus-article-wash-types)
3973 (make-local-variable 'gnus-article-image-alist)
3974 (make-local-variable 'gnus-article-charset)
3975 (make-local-variable 'gnus-article-ignored-charsets)
3976 ;; Prevent recent Emacsen from displaying non-break space as "\ ".
3977 (set (make-local-variable 'nobreak-char-display) nil)
3978 (setq cursor-in-non-selected-windows nil)
3979 (gnus-set-default-directory)
3980 (buffer-disable-undo)
3981 (setq buffer-read-only t
3982 show-trailing-whitespace nil)
3983 (set-syntax-table gnus-article-mode-syntax-table)
3984 (mm-enable-multibyte)
3985 (gnus-run-mode-hooks 'gnus-article-mode-hook))
3987 (defun gnus-article-setup-buffer ()
3988 "Initialize the article buffer."
3989 (let* ((name (if gnus-single-article-buffer "*Article*"
3990 (concat "*Article " gnus-newsgroup-name "*")))
3992 (progn (string-match "\\*Article" name)
3993 (concat " *Original Article"
3994 (substring name (match-end 0))))))
3995 (setq gnus-article-buffer name)
3996 (setq gnus-original-article-buffer original)
3997 (setq gnus-article-mime-handle-alist nil)
3998 ;; This might be a variable local to the summary buffer.
3999 (unless gnus-single-article-buffer
4001 (set-buffer gnus-summary-buffer)
4002 (setq gnus-article-buffer name)
4003 (setq gnus-original-article-buffer original)
4004 (gnus-set-global-variables)))
4005 (gnus-article-setup-highlight-words)
4006 ;; Init original article buffer.
4008 (set-buffer (gnus-get-buffer-create gnus-original-article-buffer))
4009 (mm-enable-multibyte)
4010 (setq major-mode 'gnus-original-article-mode)
4011 (make-local-variable 'gnus-original-article))
4012 (if (and (get-buffer name)
4013 (with-current-buffer name
4014 (if gnus-article-edit-mode
4015 (if (y-or-n-p "Article mode edit in progress; discard? ")
4017 (set-buffer-modified-p nil)
4018 (gnus-kill-buffer name)
4021 (error "Action aborted"))
4025 (set (make-local-variable 'gnus-article-edit-mode) nil)
4026 (when gnus-article-mime-handles
4027 (mm-destroy-parts gnus-article-mime-handles)
4028 (setq gnus-article-mime-handles nil))
4029 ;; Set it to nil in article-buffer!
4030 (setq gnus-article-mime-handle-alist nil)
4031 (buffer-disable-undo)
4032 (setq buffer-read-only t)
4033 ;; This list just keeps growing if we don't reset it.
4034 (setq gnus-button-marker-list nil)
4035 (unless (eq major-mode 'gnus-article-mode)
4036 (gnus-article-mode))
4039 (set-buffer (gnus-get-buffer-create name))
4041 (make-local-variable 'gnus-summary-buffer)
4042 (gnus-summary-set-local-parameters gnus-newsgroup-name)
4043 (current-buffer)))))
4045 ;; Set article window start at LINE, where LINE is the number of lines
4046 ;; from the head of the article.
4047 (defun gnus-article-set-window-start (&optional line)
4049 (gnus-get-buffer-window gnus-article-buffer t)
4051 (set-buffer gnus-article-buffer)
4052 (goto-char (point-min))
4055 (gnus-message 6 "Moved to bookmark")
4056 (search-forward "\n\n" nil t)
4060 (defun gnus-article-prepare (article &optional all-headers header)
4061 "Prepare ARTICLE in article mode buffer.
4062 ARTICLE should either be an article number or a Message-ID.
4063 If ARTICLE is an id, HEADER should be the article headers.
4064 If ALL-HEADERS is non-nil, no headers are hidden."
4066 ;; Make sure we start in a summary buffer.
4067 (unless (eq major-mode 'gnus-summary-mode)
4068 (set-buffer gnus-summary-buffer))
4069 (setq gnus-summary-buffer (current-buffer))
4070 (let* ((gnus-article (if header (mail-header-number header) article))
4071 (summary-buffer (current-buffer))
4072 (gnus-tmp-internal-hook gnus-article-internal-prepare-hook)
4073 (group gnus-newsgroup-name)
4076 (gnus-article-setup-buffer)
4077 (set-buffer gnus-article-buffer)
4078 ;; Deactivate active regions.
4079 (when (and (boundp 'transient-mark-mode)
4080 transient-mark-mode)
4081 (setq mark-active nil))
4082 (if (not (setq result (let ((inhibit-read-only t))
4083 (gnus-request-article-this-buffer
4085 ;; There is no such article.
4087 (when (and (numberp article)
4088 (not (memq article gnus-newsgroup-sparse)))
4089 (setq gnus-article-current
4090 (cons gnus-newsgroup-name article))
4091 (set-buffer gnus-summary-buffer)
4092 (setq gnus-current-article article)
4093 (if (and (memq article gnus-newsgroup-undownloaded)
4094 (not (gnus-online (gnus-find-method-for-group
4095 gnus-newsgroup-name))))
4097 (gnus-summary-set-agent-mark article)
4098 (message "Message marked for downloading"))
4099 (gnus-summary-mark-article article gnus-canceled-mark)
4100 (unless (memq article gnus-newsgroup-sparse)
4101 (gnus-error 1 "No such article (may have expired or been canceled)")))))
4102 (if (or (eq result 'pseudo)
4103 (eq result 'nneething))
4106 (set-buffer summary-buffer)
4107 (push article gnus-newsgroup-history)
4108 (setq gnus-last-article gnus-current-article
4109 gnus-current-article 0
4110 gnus-current-headers nil
4111 gnus-article-current nil)
4112 (if (eq result 'nneething)
4113 (gnus-configure-windows 'summary)
4114 (gnus-configure-windows 'article))
4115 (gnus-set-global-variables))
4116 (let ((gnus-article-mime-handle-alist-1
4117 gnus-article-mime-handle-alist))
4118 (gnus-set-mode-line 'article)))
4119 ;; The result from the `request' was an actual article -
4120 ;; or at least some text that is now displayed in the
4122 (when (and (numberp article)
4123 (not (eq article gnus-current-article)))
4124 ;; Seems like a new article has been selected.
4125 ;; `gnus-current-article' must be an article number.
4127 (set-buffer summary-buffer)
4128 (push article gnus-newsgroup-history)
4129 (setq gnus-last-article gnus-current-article
4130 gnus-current-article article
4131 gnus-current-headers
4132 (gnus-summary-article-header gnus-current-article)
4133 gnus-article-current
4134 (cons gnus-newsgroup-name gnus-current-article))
4135 (unless (vectorp gnus-current-headers)
4136 (setq gnus-current-headers nil))
4137 (gnus-summary-goto-subject gnus-current-article)
4138 (when (gnus-summary-show-thread)
4139 ;; If the summary buffer really was folded, the
4140 ;; previous goto may not actually have gone to
4141 ;; the right article, but the thread root instead.
4143 (gnus-summary-goto-subject gnus-current-article))
4144 (gnus-run-hooks 'gnus-mark-article-hook)
4145 (gnus-set-mode-line 'summary)
4146 (when (gnus-visual-p 'article-highlight 'highlight)
4147 (gnus-run-hooks 'gnus-visual-mark-article-hook))
4148 ;; Set the global newsgroup variables here.
4149 (gnus-set-global-variables)
4150 (setq gnus-have-all-headers
4151 (or all-headers gnus-show-all-headers))))
4153 (gnus-configure-windows 'article))
4154 (when (or (numberp article)
4156 (gnus-article-prepare-display)
4158 (goto-char (point-min))
4159 (when gnus-break-pages
4160 (gnus-narrow-to-page)))
4161 (let ((gnus-article-mime-handle-alist-1
4162 gnus-article-mime-handle-alist))
4163 (gnus-set-mode-line 'article))
4167 (set-window-point (get-buffer-window (current-buffer)) (point))
4168 (gnus-configure-windows 'article)
4172 (defun gnus-article-prepare-display ()
4173 "Make the current buffer look like a nice article."
4174 ;; Hooks for getting information from the article.
4175 ;; This hook must be called before being narrowed.
4176 (let ((gnus-article-buffer (current-buffer))
4178 (inhibit-read-only t))
4179 (unless (eq major-mode 'gnus-article-mode)
4180 (gnus-article-mode))
4181 (setq buffer-read-only nil
4182 gnus-article-wash-types nil
4183 gnus-article-image-alist nil)
4184 (gnus-run-hooks 'gnus-tmp-internal-hook)
4185 (when gnus-display-mime-function
4186 (funcall gnus-display-mime-function))
4187 (gnus-run-hooks 'gnus-article-prepare-hook)))
4190 ;;; Gnus MIME viewing functions
4193 (defvar gnus-mime-button-line-format "%{%([%p. %d%T]%)%}%e\n"
4194 "Format of the MIME buttons.
4196 Valid specifiers include:
4198 %T MIME type, along with additional info
4199 %n The `name' parameter
4200 %d The description, if any
4201 %l The length of the encoded part
4202 %p The part identifier number
4203 %e Dots if the part isn't displayed
4205 General format specifiers can also be used. See Info node
4206 `(gnus)Formatting Variables'.")
4208 (defvar gnus-mime-button-line-format-alist
4209 '((?t gnus-tmp-type ?s)
4210 (?T gnus-tmp-type-long ?s)
4211 (?n gnus-tmp-name ?s)
4212 (?d gnus-tmp-description ?s)
4214 (?l gnus-tmp-length ?d)
4215 (?e gnus-tmp-dots ?s)))
4217 (defvar gnus-mime-button-commands
4218 '((gnus-article-press-button "\r" "Toggle Display")
4219 (gnus-mime-view-part "v" "View Interactively...")
4220 (gnus-mime-view-part-as-type "t" "View As Type...")
4221 (gnus-mime-view-part-as-charset "C" "View As charset...")
4222 (gnus-mime-save-part "o" "Save...")
4223 (gnus-mime-save-part-and-strip "\C-o" "Save and Strip")
4224 (gnus-mime-replace-part "r" "Replace part")
4225 (gnus-mime-delete-part "d" "Delete part")
4226 (gnus-mime-copy-part "c" "View As Text, In Other Buffer")
4227 (gnus-mime-inline-part "i" "View As Text, In This Buffer")
4228 (gnus-mime-view-part-internally "E" "View Internally") ;; Why `E'?
4229 (gnus-mime-view-part-externally "e" "View Externally")
4230 (gnus-mime-print-part "p" "Print")
4231 (gnus-mime-pipe-part "|" "Pipe To Command...")
4232 (gnus-mime-action-on-part "." "Take action on the part...")))
4234 (defun gnus-article-mime-part-status ()
4235 (if gnus-article-mime-handle-alist-1
4236 (if (eq 1 (length gnus-article-mime-handle-alist-1))
4238 (format " (%d parts)" (length gnus-article-mime-handle-alist-1)))
4241 (defvar gnus-mime-button-map
4242 (let ((map (make-sparse-keymap)))
4243 (define-key map gnus-mouse-2 'gnus-article-push-button)
4244 (define-key map gnus-down-mouse-3 'gnus-mime-button-menu)
4245 (dolist (c gnus-mime-button-commands)
4246 (define-key map (cadr c) (car c)))
4250 gnus-mime-button-menu gnus-mime-button-map "MIME button menu."
4252 ,@(mapcar (lambda (c)
4253 (vector (caddr c) (car c) :enable t))
4254 gnus-mime-button-commands)))
4256 (defun gnus-mime-button-menu (event prefix)
4257 "Construct a context-sensitive menu of MIME commands."
4258 (interactive "e\nP")
4259 (save-window-excursion
4260 (let ((pos (event-start event)))
4261 (select-window (posn-window pos))
4262 (goto-char (posn-point pos))
4263 (gnus-article-check-buffer)
4264 (popup-menu gnus-mime-button-menu nil prefix))))
4266 (defun gnus-mime-view-all-parts (&optional handles)
4267 "View all the MIME parts."
4269 (with-current-buffer gnus-article-buffer
4270 (let ((handles (or handles gnus-article-mime-handles))
4271 (mail-parse-charset gnus-newsgroup-charset)
4272 (mail-parse-ignored-charsets
4273 (with-current-buffer gnus-summary-buffer
4274 gnus-newsgroup-ignored-charsets)))
4276 (mm-remove-parts handles)
4277 (goto-char (point-min))
4278 (or (search-forward "\n\n") (goto-char (point-max)))
4279 (let ((inhibit-read-only t))
4280 (delete-region (point) (point-max))
4281 (mm-display-parts handles))))))
4283 (defun gnus-article-jump-to-part (n)
4284 "Jump to MIME part N."
4286 (pop-to-buffer gnus-article-buffer)
4287 ;; FIXME: why is it necessary?
4289 (let ((parts (length gnus-article-mime-handle-alist)))
4292 (read-string ;; Emacs 21 doesn't have `read-number'.
4293 (format "Jump to part (2..%s): " parts)))))
4294 (unless (and (integerp n) (<= n parts) (>= n 1))
4297 (gnus-message 7 "Invalid part `%s', using %s instead."
4300 (gnus-message 9 "Jumping to part %s." n)
4301 (cond ((>= gnus-auto-select-part 1)
4302 (while (and (<= n parts)
4303 (not (gnus-article-goto-part n)))
4305 ((< gnus-auto-select-part 0)
4306 (while (and (>= n 1)
4307 (not (gnus-article-goto-part n)))
4310 (gnus-article-goto-part n)))))
4313 (defsubst gnus-article-edit-part (handles &optional current-id)
4314 "Edit an article in order to delete a mime part.
4315 This function is exclusively used by `gnus-mime-save-part-and-strip'
4316 and `gnus-mime-delete-part', and not provided at run-time normally."
4317 (gnus-article-edit-article
4319 (buffer-disable-undo)
4321 (let ((mail-parse-charset (or gnus-article-charset
4322 ',gnus-newsgroup-charset))
4323 (mail-parse-ignored-charsets
4324 (or gnus-article-ignored-charsets
4325 ',gnus-newsgroup-ignored-charsets))
4326 (mbl mml-buffer-list))
4327 (setq mml-buffer-list nil)
4328 (insert-buffer-substring gnus-original-article-buffer)
4329 (mime-to-mml ',handles)
4330 (setq gnus-article-mime-handles nil)
4331 (let ((mbl1 mml-buffer-list))
4332 (setq mml-buffer-list mbl)
4333 (set (make-local-variable 'mml-buffer-list) mbl1))
4334 (gnus-make-local-hook 'kill-buffer-hook)
4335 (add-hook 'kill-buffer-hook 'mml-destroy-buffers t t)))
4336 `(lambda (no-highlight)
4337 (let ((mail-parse-charset (or gnus-article-charset
4338 ',gnus-newsgroup-charset))
4339 (message-options message-options)
4340 (message-options-set-recipient)
4341 (mail-parse-ignored-charsets
4342 (or gnus-article-ignored-charsets
4343 ',gnus-newsgroup-ignored-charsets)))
4345 (mml-destroy-buffers)
4346 (remove-hook 'kill-buffer-hook
4347 'mml-destroy-buffers t)
4348 (kill-local-variable 'mml-buffer-list))
4349 (gnus-summary-edit-article-done
4350 ,(or (mail-header-references gnus-current-headers) "")
4351 ,(gnus-group-read-only-p)
4352 ,gnus-summary-buffer no-highlight))
4354 (gnus-article-edit-done)
4355 (gnus-summary-expand-window)
4356 (gnus-summary-show-article)
4357 (when (and current-id (integerp gnus-auto-select-part))
4358 (gnus-article-jump-to-part
4359 (+ current-id gnus-auto-select-part)))))
4361 (defun gnus-mime-replace-part (file)
4362 "Replace MIME part under point with an external body."
4363 ;; Useful if file has already been saved to disk
4367 (read-file-name "Replace MIME part with file: "
4368 (or mm-default-directory default-directory)
4370 (gnus-mime-save-part-and-strip file))
4372 (defun gnus-mime-save-part-and-strip (&optional file)
4373 "Save the MIME part under point then replace it with an external body.
4374 If FILE is given, use it for the external part."
4376 (gnus-article-check-buffer)
4377 (when (gnus-group-read-only-p)
4378 (error "The current group does not support deleting of parts"))
4379 (when (mm-complicated-handles gnus-article-mime-handles)
4381 The current article has a complicated MIME structure, giving up..."))
4382 (let* ((data (get-text-property (point) 'gnus-data))
4383 (id (get-text-property (point) 'gnus-part))
4385 (handles gnus-article-mime-handles))
4388 (and data (mm-save-part data "Delete MIME part and save to: "))))
4390 (with-current-buffer (mm-handle-buffer data)
4392 (insert "Content-Type: " (mm-handle-media-type data))
4393 (mml-insert-parameter-string (cdr (mm-handle-type data))
4395 ;; Add a filename for the sake of saving the part again.
4396 (mml-insert-parameter
4397 (mail-header-encode-parameter "name" (file-name-nondirectory file)))
4399 (insert "Content-ID: " (message-make-message-id) "\n")
4400 (insert "Content-Transfer-Encoding: binary\n")
4403 (cdr (mm-make-handle nil
4404 `("message/external-body"
4405 (access-type . "LOCAL-FILE")
4407 ;; (set-buffer gnus-summary-buffer)
4408 (gnus-article-edit-part handles id))))
4410 ;; A function like `gnus-summary-save-parts' (`X m', `<MIME> <Extract all
4411 ;; parts...>') but with stripping would be nice.
4413 (defun gnus-mime-delete-part ()
4414 "Delete the MIME part under point.
4415 Replace it with some information about the removed part."
4417 (gnus-article-check-buffer)
4418 (when (gnus-group-read-only-p)
4419 (error "The current group does not support deleting of parts"))
4420 (when (mm-complicated-handles gnus-article-mime-handles)
4422 The current article has a complicated MIME structure, giving up..."))
4423 (when (or gnus-expert-user
4424 (gnus-yes-or-no-p "\
4425 Deleting parts may malfunction or destroy the article; continue? "))
4426 (let* ((data (get-text-property (point) 'gnus-data))
4427 (id (get-text-property (point) 'gnus-part))
4428 (handles gnus-article-mime-handles)
4432 (mail-decode-encoded-word-string (or (mm-handle-description data)
4435 (or (mail-content-type-get (mm-handle-disposition data) 'filename)
4437 (type (mm-handle-media-type data)))
4439 (error "No MIME part under point"))
4440 (with-current-buffer (mm-handle-buffer data)
4441 (let ((bsize (format "%s" (buffer-size))))
4446 "| The following attachment has been deleted:\n"
4448 "| Type: " type "\n"
4449 "| Filename: " filename "\n"
4450 "| Size (encoded): " bsize " Byte\n"
4451 "| Description: " description "\n"
4454 (cdr (mm-make-handle
4455 nil `("text/plain") nil nil
4457 (format "Deleted attachment (%s bytes)" bsize))))))
4458 ;; (set-buffer gnus-summary-buffer)
4459 (gnus-article-edit-part handles id))))
4461 (defun gnus-mime-save-part ()
4462 "Save the MIME part under point."
4464 (gnus-article-check-buffer)
4465 (let ((data (get-text-property (point) 'gnus-data)))
4467 (mm-save-part data))))
4469 (defun gnus-mime-pipe-part ()
4470 "Pipe the MIME part under point to a process."
4472 (gnus-article-check-buffer)
4473 (let ((data (get-text-property (point) 'gnus-data)))
4475 (mm-pipe-part data))))
4477 (defun gnus-mime-view-part ()
4478 "Interactively choose a viewing method for the MIME part under point."
4480 (gnus-article-check-buffer)
4481 (let ((data (get-text-property (point) 'gnus-data)))
4483 (setq gnus-article-mime-handles
4485 gnus-article-mime-handles (setq data (copy-sequence data))))
4486 (mm-interactively-view-part data))))
4488 (defun gnus-mime-view-part-as-type-internal ()
4489 (gnus-article-check-buffer)
4490 (let* ((handle (get-text-property (point) 'gnus-data))
4492 ;; Content-Type: foo/bar; name=...
4493 (mail-content-type-get (mm-handle-type handle) 'name)
4494 ;; Content-Disposition: attachment; filename=...
4495 (cdr (assq 'filename (cdr (mm-handle-disposition handle))))))
4496 (def-type (and name (mm-default-file-encoding name))))
4497 (and def-type (cons def-type 0))))
4499 (defun gnus-mime-view-part-as-type (&optional mime-type)
4500 "Choose a MIME media type, and view the part as such."
4504 (let ((default (gnus-mime-view-part-as-type-internal)))
4506 (format "View as MIME type (default %s): "
4508 (mapcar #'list (mailcap-mime-types))
4511 (gnus-article-check-buffer)
4512 (let ((handle (get-text-property (point) 'gnus-data)))
4514 (when (equal (mm-handle-media-type handle) "message/external-body")
4515 (unless (mm-handle-cache handle)
4516 (mm-extern-cache-contents handle))
4517 (setq handle (mm-handle-cache handle)))
4519 (mm-make-handle (mm-handle-buffer handle)
4520 (cons mime-type (cdr (mm-handle-type handle)))
4521 (mm-handle-encoding handle)
4522 (mm-handle-undisplayer handle)
4523 (mm-handle-disposition handle)
4524 (mm-handle-description handle)
4526 (mm-handle-id handle)))
4527 (setq gnus-article-mime-handles
4528 (mm-merge-handles gnus-article-mime-handles handle))
4529 (gnus-mm-display-part handle))))
4531 (defun gnus-mime-copy-part (&optional handle arg)
4532 "Put the MIME part under point into a new buffer.
4533 If `auto-compression-mode' is enabled, compressed files like .gz and .bz2
4535 (interactive (list nil current-prefix-arg))
4536 (gnus-article-check-buffer)
4538 (setq handle (get-text-property (point) 'gnus-data)))
4540 (let ((filename (or (mail-content-type-get (mm-handle-type handle)
4542 (mail-content-type-get (mm-handle-disposition handle)
4544 contents dont-decode charset coding-system)
4545 (mm-with-unibyte-buffer
4546 (mm-insert-part handle)
4547 (setq contents (or (condition-case nil
4548 (mm-decompress-buffer filename nil 'sig)
4550 (setq dont-decode t)
4553 (setq filename (cond (filename (file-name-nondirectory filename))
4554 (dont-decode "*raw data*")
4559 (unless (setq charset (mail-content-type-get
4560 (mm-handle-type handle) 'charset))
4561 (unless (setq coding-system (mm-with-unibyte-buffer
4563 (mm-find-buffer-file-coding-system)))
4564 (setq charset gnus-newsgroup-charset))))
4566 (setq charset (or (cdr (assq arg
4567 gnus-summary-show-article-charset-alist))
4568 (mm-read-coding-system "Charset: ")))))
4569 (switch-to-buffer (generate-new-buffer filename))
4570 (if (or coding-system
4572 (setq coding-system (mm-charset-to-coding-system charset))
4573 (not (eq charset 'ascii))))
4575 (mm-enable-multibyte)
4576 (insert (mm-decode-coding-string contents coding-system))
4577 (setq buffer-file-coding-system
4578 (if (boundp 'last-coding-system-used)
4579 (symbol-value 'last-coding-system-used)
4581 (mm-disable-multibyte)
4583 (setq buffer-file-coding-system mm-binary-coding-system))
4584 ;; We do it this way to make `normal-mode' set the appropriate mode.
4587 (setq buffer-file-name (expand-file-name filename))
4589 (setq buffer-file-name nil))
4590 (goto-char (point-min)))))
4592 (defun gnus-mime-print-part (&optional handle filename)
4593 "Print the MIME part under point."
4594 (interactive (list nil (ps-print-preprint current-prefix-arg)))
4595 (gnus-article-check-buffer)
4596 (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4597 (contents (and handle (mm-get-part handle)))
4598 (file (mm-make-temp-file (expand-file-name "mm." mm-tmp-directory)))
4599 (printer (mailcap-mime-info (mm-handle-media-type handle) "print")))
4604 (mm-save-part-to-file handle file)
4605 (call-process shell-file-name nil
4606 (generate-new-buffer " *mm*")
4608 shell-command-switch
4610 printer file (mm-handle-type handle))))
4614 (gnus-print-buffer))
4615 (ps-despool filename)))))
4617 (defun gnus-mime-inline-part (&optional handle arg)
4618 "Insert the MIME part under point into the current buffer.
4619 Compressed files like .gz and .bz2 are decompressed."
4620 (interactive (list nil current-prefix-arg))
4621 (gnus-article-check-buffer)
4623 (setq handle (get-text-property (point) 'gnus-data)))
4626 (inhibit-read-only t)
4627 contents charset coding-system)
4628 (if (and (not arg) (mm-handle-undisplayer handle))
4629 (mm-remove-part handle)
4630 (mm-with-unibyte-buffer
4631 (mm-insert-part handle)
4633 (or (mm-decompress-buffer
4634 (or (mail-content-type-get (mm-handle-type handle)
4636 (mail-content-type-get (mm-handle-disposition handle)
4642 (unless (setq charset (mail-content-type-get
4643 (mm-handle-type handle) 'charset))
4644 (unless (setq coding-system
4645 (mm-with-unibyte-buffer
4647 (mm-find-buffer-file-coding-system)))
4648 (setq charset gnus-newsgroup-charset))))
4650 (if (mm-handle-undisplayer handle)
4651 (mm-remove-part handle))
4654 gnus-summary-show-article-charset-alist))
4655 (mm-read-coding-system "Charset: "))))
4657 (if (mm-handle-undisplayer handle)
4658 (mm-remove-part handle))))
4662 (if (or coding-system
4665 (mm-charset-to-coding-system charset))
4666 (not (eq coding-system 'ascii))))
4667 (mm-decode-coding-string contents coding-system)
4668 (mm-string-to-multibyte contents)))
4671 (defun gnus-mime-view-part-as-charset (&optional handle arg)
4672 "Insert the MIME part under point into the current buffer using the
4674 (interactive (list nil current-prefix-arg))
4675 (gnus-article-check-buffer)
4676 (let ((handle (or handle (get-text-property (point) 'gnus-data)))
4677 (fun (get-text-property (point) 'gnus-callback))
4678 (gnus-newsgroup-ignored-charsets 'gnus-all)
4679 gnus-newsgroup-charset type charset)
4681 (if (mm-handle-undisplayer handle)
4682 (mm-remove-part handle))
4684 (setq gnus-newsgroup-charset
4685 (or (cdr (assq arg gnus-summary-show-article-charset-alist))
4686 (mm-read-coding-system "Charset: ")))
4687 ;; Strip the charset parameter from `handle'.
4688 (setq type (mm-handle-type
4689 (if (equal (mm-handle-media-type handle)
4690 "message/external-body")
4692 (unless (mm-handle-cache handle)
4693 (mm-extern-cache-contents handle))
4694 (mm-handle-cache handle))
4696 charset (assq 'charset (cdr type)))
4698 (funcall fun handle)))))
4700 (defun gnus-mime-view-part-externally (&optional handle)
4701 "View the MIME part under point with an external viewer."
4703 (gnus-article-check-buffer)
4704 (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4705 (mm-user-display-methods nil)
4706 (mm-inlined-types nil)
4707 (mail-parse-charset gnus-newsgroup-charset)
4708 (mail-parse-ignored-charsets
4709 (with-current-buffer gnus-summary-buffer
4710 gnus-newsgroup-ignored-charsets)))
4712 (if (mm-handle-undisplayer handle)
4713 (mm-remove-part handle)
4714 (mm-display-part handle)))))
4716 (defun gnus-mime-view-part-internally (&optional handle)
4717 "View the MIME part under point with an internal viewer.
4718 If no internal viewer is available, use an external viewer."
4720 (gnus-article-check-buffer)
4721 (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4722 (mm-inlined-types '(".*"))
4723 (mm-inline-large-images t)
4724 (mail-parse-charset gnus-newsgroup-charset)
4725 (mail-parse-ignored-charsets
4726 (with-current-buffer gnus-summary-buffer
4727 gnus-newsgroup-ignored-charsets))
4728 (inhibit-read-only t))
4730 (if (mm-handle-undisplayer handle)
4731 (mm-remove-part handle)
4732 (mm-display-part handle)))))
4734 (defun gnus-mime-action-on-part (&optional action)
4735 "Do something with the MIME attachment at \(point\)."
4737 (list (completing-read "Action: " gnus-mime-action-alist nil t)))
4738 (gnus-article-check-buffer)
4739 (let ((action-pair (assoc action gnus-mime-action-alist)))
4741 (funcall (cdr action-pair)))))
4743 (defun gnus-article-part-wrapper (n function &optional no-handle interactive)
4744 "Call FUNCTION on MIME part N.
4745 Unless NO-HANDLE, call FUNCTION with N-th MIME handle as it's only argument.
4746 If INTERACTIVE, call FUNCTION interactivly."
4748 ;; Check whether the article is displayed.
4749 (unless (and (gnus-buffer-live-p gnus-article-buffer)
4750 (setq window (get-buffer-window gnus-article-buffer t))
4751 (frame-visible-p (setq frame (window-frame window))))
4752 (error "No article is displayed"))
4753 (with-current-buffer gnus-article-buffer
4754 ;; Check whether the article displays the right contents.
4755 (unless (with-current-buffer gnus-summary-buffer
4756 (eq gnus-current-article (gnus-summary-article-number)))
4757 (error "You should select the right article first"))
4758 ;; Check whether the specified part exists.
4759 (when (> n (length gnus-article-mime-handle-alist))
4760 (error "No such part")))
4763 ;; To select the window is needed so that the cursor
4764 ;; might be visible on the MIME button.
4765 (select-window (prog1
4767 (setq window (selected-window))
4768 ;; Article may be displayed in the other frame.
4769 (gnus-select-frame-set-input-focus
4772 (setq frame (selected-frame))))))
4773 (when (gnus-article-goto-part n)
4774 ;; We point the cursor and the arrow at the MIME button
4775 ;; when the `function' prompt the user for something.
4776 (let ((cursor-in-non-selected-windows t)
4777 (overlay-arrow-string "=>")
4778 (overlay-arrow-position (point-marker)))
4781 ((and no-handle interactive)
4782 (call-interactively function))
4788 (cdr (assq n gnus-article-mime-handle-alist))))
4791 (cdr (assq n gnus-article-mime-handle-alist)))))
4792 (set-marker overlay-arrow-position nil)
4793 (unless gnus-auto-select-part
4794 (gnus-select-frame-set-input-focus frame)
4795 (select-window window))))
4797 (if gnus-inhibit-mime-unbuttonizing
4798 ;; This is the default though the program shouldn't reach here.
4799 (error "No such part")
4800 ;; The part which doesn't have the MIME button is selected.
4801 ;; So, we display all the buttons and redo it.
4802 (let ((gnus-inhibit-mime-unbuttonizing t))
4803 (gnus-summary-show-article)
4804 (gnus-article-part-wrapper n function no-handle))))))
4806 (defun gnus-article-pipe-part (n)
4807 "Pipe MIME part N, which is the numerical prefix."
4809 (gnus-article-part-wrapper n 'mm-pipe-part))
4811 (defun gnus-article-save-part (n)
4812 "Save MIME part N, which is the numerical prefix."
4814 (gnus-article-part-wrapper n 'mm-save-part))
4816 (defun gnus-article-interactively-view-part (n)
4817 "View MIME part N interactively, which is the numerical prefix."
4819 (gnus-article-part-wrapper n 'mm-interactively-view-part))
4821 (defun gnus-article-copy-part (n)
4822 "Copy MIME part N, which is the numerical prefix."
4824 (gnus-article-part-wrapper n 'gnus-mime-copy-part))
4826 (defun gnus-article-view-part-as-charset (n)
4827 "View MIME part N using a specified charset.
4828 N is the numerical prefix."
4830 (gnus-article-part-wrapper n 'gnus-mime-view-part-as-charset))
4832 (defun gnus-article-view-part-externally (n)
4833 "View MIME part N externally, which is the numerical prefix."
4835 (gnus-article-part-wrapper n 'gnus-mime-view-part-externally))
4837 (defun gnus-article-inline-part (n)
4838 "Inline MIME part N, which is the numerical prefix."
4840 (gnus-article-part-wrapper n 'gnus-mime-inline-part))
4842 (defun gnus-article-save-part-and-strip (n)
4843 "Save MIME part N and replace it with an external body.
4844 N is the numerical prefix."
4846 (gnus-article-part-wrapper n 'gnus-mime-save-part-and-strip t))
4848 (defun gnus-article-replace-part (n)
4849 "Replace MIME part N with an external body.
4850 N is the numerical prefix."
4852 (gnus-article-part-wrapper n 'gnus-mime-replace-part t t))
4854 (defun gnus-article-delete-part (n)
4855 "Delete MIME part N and add some information about the removed part.
4856 N is the numerical prefix."
4858 (gnus-article-part-wrapper n 'gnus-mime-delete-part t))
4860 (defun gnus-article-mime-match-handle-first (condition)
4863 (dolist (ihandle gnus-article-mime-handle-alist)
4865 ((functionp condition)
4866 (funcall condition (cdr ihandle)))
4867 ((eq condition 'undisplayed)
4868 (not (or (mm-handle-undisplayer (cdr ihandle))
4869 (equal (mm-handle-media-type (cdr ihandle))
4870 "multipart/alternative"))))
4871 ((eq condition 'undisplayed-alternative)
4872 (not (mm-handle-undisplayer (cdr ihandle))))
4874 (gnus-article-goto-part (car ihandle))
4875 (or (not n) (< (car ihandle) n)))
4876 (setq n (car ihandle))))
4880 (defun gnus-article-view-part (&optional n)
4881 "View MIME part N, which is the numerical prefix."
4883 (with-current-buffer gnus-article-buffer
4884 (or (numberp n) (setq n (gnus-article-mime-match-handle-first
4885 gnus-article-mime-match-handle-function)))
4886 (when (> n (length gnus-article-mime-handle-alist))
4887 (error "No such part"))
4888 (let ((handle (cdr (assq n gnus-article-mime-handle-alist))))
4889 (when (gnus-article-goto-part n)
4890 (if (equal (car handle) "multipart/alternative")
4891 (gnus-article-press-button)
4892 (when (eq (gnus-mm-display-part handle) 'internal)
4893 (gnus-set-window-start)))))))
4895 (defsubst gnus-article-mime-total-parts ()
4896 (if (bufferp (car gnus-article-mime-handles))
4898 (1- (length gnus-article-mime-handles))))
4900 (defun gnus-mm-display-part (handle)
4901 "Display HANDLE and fix MIME button."
4902 (let ((id (get-text-property (point) 'gnus-part))
4904 (inhibit-read-only t))
4907 (let ((window (selected-window))
4908 (mail-parse-charset gnus-newsgroup-charset)
4909 (mail-parse-ignored-charsets
4910 (if (gnus-buffer-live-p gnus-summary-buffer)
4911 (with-current-buffer gnus-summary-buffer
4912 gnus-newsgroup-ignored-charsets)
4916 (let ((win (gnus-get-buffer-window (current-buffer) t))
4919 (select-window win))
4922 (if (mm-handle-displayed-p handle)
4923 ;; This will remove the part.
4924 (mm-display-part handle)
4926 (narrow-to-region (point)
4927 (if (eobp) (point) (1+ (point))))
4928 (mm-display-part handle)
4929 ;; We narrow to the part itself and
4930 ;; then call the treatment functions.
4931 (goto-char (point-min))
4933 (narrow-to-region (point) (point-max))
4936 (gnus-article-mime-total-parts)
4937 (mm-handle-media-type handle)))))
4938 (if (window-live-p window)
4939 (select-window window)))))
4942 (gnus-insert-mime-button
4943 handle id (list (mm-handle-displayed-p handle)))
4944 (goto-char point))))
4946 (defun gnus-article-goto-part (n)
4947 "Go to MIME part N."
4948 (gnus-goto-char (text-property-any (point-min) (point-max) 'gnus-part n)))
4950 (defun gnus-insert-mime-button (handle gnus-tmp-id &optional displayed)
4951 (let ((gnus-tmp-name
4952 (or (mail-content-type-get (mm-handle-type handle) 'name)
4953 (mail-content-type-get (mm-handle-disposition handle) 'filename)
4954 (mail-content-type-get (mm-handle-type handle) 'url)
4956 (gnus-tmp-type (mm-handle-media-type handle))
4957 (gnus-tmp-description
4958 (mail-decode-encoded-word-string (or (mm-handle-description handle)
4961 (if (if displayed (car displayed)
4962 (mm-handle-displayed-p handle))
4964 (gnus-tmp-length (with-current-buffer (mm-handle-buffer handle)
4966 gnus-tmp-type-long b e)
4967 (when (string-match ".*/" gnus-tmp-name)
4968 (setq gnus-tmp-name (replace-match "" t t gnus-tmp-name)))
4969 (setq gnus-tmp-type-long (concat gnus-tmp-type
4970 (and (not (equal gnus-tmp-name ""))
4971 (concat "; " gnus-tmp-name))))
4972 (unless (equal gnus-tmp-description "")
4973 (setq gnus-tmp-type-long (concat " --- " gnus-tmp-type-long)))
4978 gnus-mime-button-line-format gnus-mime-button-line-format-alist
4979 `(keymap ,gnus-mime-button-map
4980 gnus-callback gnus-mm-display-part
4981 gnus-part ,gnus-tmp-id
4982 article-type annotation
4985 ;; Exclude a newline.
4988 (widget-convert-button
4991 :action 'gnus-widget-press-button
4992 :button-keymap gnus-mime-button-map
4994 (lambda (widget/window &optional overlay pos)
4995 ;; Needed to properly clear the message due to a bug in
4996 ;; wid-edit (XEmacs only).
4997 (if (boundp 'help-echo-owns-message)
4998 (setq help-echo-owns-message t))
5000 "%S: %s the MIME part; %S: more options"
5001 (aref gnus-mouse-2 0)
5002 ;; XEmacs will get a single widget arg; Emacs 21 will get
5003 ;; window, overlay, position.
5004 (if (mm-handle-displayed-p
5006 (with-current-buffer (gnus-overlay-buffer overlay)
5007 (widget-get (widget-at (gnus-overlay-start overlay))
5009 (widget-get widget/window :mime-handle)))
5011 (aref gnus-down-mouse-3 0))))))
5013 (defun gnus-widget-press-button (elems el)
5014 (goto-char (widget-get elems :from))
5015 (gnus-article-press-button))
5017 (defvar gnus-displaying-mime nil)
5019 (defun gnus-display-mime (&optional ihandles)
5020 "Display the MIME parts."
5022 (save-selected-window
5023 (let ((window (get-buffer-window gnus-article-buffer))
5026 (select-window window)
5027 ;; We have to do this since selecting the window
5028 ;; may change the point. So we set the window point.
5029 (set-window-point window point)))
5030 (let ((handles ihandles)
5031 (inhibit-read-only t)
5034 ((setq handles (mm-dissect-buffer nil gnus-article-loose-mime))
5035 (when gnus-article-emulate-mime
5036 (mm-uu-dissect-text-parts handles)))
5037 (gnus-article-emulate-mime
5038 (setq handles (mm-uu-dissect))))
5039 (when (and (not ihandles)
5040 (not gnus-displaying-mime))
5041 ;; Top-level call; we clean up.
5042 (when gnus-article-mime-handles
5043 (mm-destroy-parts gnus-article-mime-handles)
5044 (setq gnus-article-mime-handle-alist nil));; A trick.
5045 (setq gnus-article-mime-handles handles)
5046 ;; We allow users to glean info from the handles.
5047 (when gnus-article-mime-part-function
5048 (gnus-mime-part-function handles)))
5050 (or (not (stringp (car handles)))
5053 (when (and (not ihandles)
5054 (not gnus-displaying-mime))
5055 ;; Clean up for mime parts.
5057 (delete-region (point) (point-max)))
5058 (let ((gnus-displaying-mime t))
5059 (gnus-mime-display-part handles)))
5062 (narrow-to-region (point) (point-max))
5063 (gnus-treat-article nil 1 1)
5066 ;; Highlight the headers.
5070 (narrow-to-region (point-min) (point))
5071 (gnus-article-save-original-date
5072 (gnus-treat-article 'head)))))))))
5074 (defcustom gnus-mime-display-multipart-as-mixed nil
5075 "Display \"multipart\" parts as \"multipart/mixed\".
5077 If t, it overrides nil values of
5078 `gnus-mime-display-multipart-alternative-as-mixed' and
5079 `gnus-mime-display-multipart-related-as-mixed'."
5080 :group 'gnus-article-mime
5083 (defcustom gnus-mime-display-multipart-alternative-as-mixed nil
5084 "Display \"multipart/alternative\" parts as \"multipart/mixed\"."
5086 :group 'gnus-article-mime
5089 (defcustom gnus-mime-display-multipart-related-as-mixed nil
5090 "Display \"multipart/related\" parts as \"multipart/mixed\".
5092 If displaying \"text/html\" is discouraged \(see
5093 `mm-discouraged-alternatives'\) images or other material inside a
5094 \"multipart/related\" part might be overlooked when this variable is nil."
5096 :group 'gnus-article-mime
5099 (defun gnus-mime-display-part (handle)
5101 ;; Maybe a broken MIME message.
5104 ((not (stringp (car handle)))
5105 (gnus-mime-display-single handle))
5106 ;; User-defined multipart
5107 ((cdr (assoc (car handle) gnus-mime-multipart-functions))
5108 (funcall (cdr (assoc (car handle) gnus-mime-multipart-functions))
5110 ;; multipart/alternative
5111 ((and (equal (car handle) "multipart/alternative")
5112 (not (or gnus-mime-display-multipart-as-mixed
5113 gnus-mime-display-multipart-alternative-as-mixed)))
5114 (let ((id (1+ (length gnus-article-mime-handle-alist))))
5115 (push (cons id handle) gnus-article-mime-handle-alist)
5116 (gnus-mime-display-alternative (cdr handle) nil nil id)))
5117 ;; multipart/related
5118 ((and (equal (car handle) "multipart/related")
5119 (not (or gnus-mime-display-multipart-as-mixed
5120 gnus-mime-display-multipart-related-as-mixed)))
5121 ;;;!!!We should find the start part, but we just default
5122 ;;;!!!to the first part.
5123 ;;(gnus-mime-display-part (cadr handle))
5124 ;;;!!! Most multipart/related is an HTML message plus images.
5125 ;;;!!! Unfortunately we are unable to let W3 display those
5126 ;;;!!! included images, so we just display it as a mixed multipart.
5127 ;;(gnus-mime-display-mixed (cdr handle))
5128 ;;;!!! No, w3 can display everything just fine.
5129 (gnus-mime-display-part (cadr handle)))
5130 ((equal (car handle) "multipart/signed")
5131 (gnus-add-wash-type 'signed)
5132 (gnus-mime-display-security handle))
5133 ((equal (car handle) "multipart/encrypted")
5134 (gnus-add-wash-type 'encrypted)
5135 (gnus-mime-display-security handle))
5136 ;; Other multiparts are handled like multipart/mixed.
5138 (gnus-mime-display-mixed (cdr handle)))))
5140 (defun gnus-mime-part-function (handles)
5141 (if (stringp (car handles))
5142 (mapcar 'gnus-mime-part-function (cdr handles))
5143 (funcall gnus-article-mime-part-function handles)))
5145 (defun gnus-mime-display-mixed (handles)
5146 (mapcar 'gnus-mime-display-part handles))
5148 (defun gnus-mime-display-single (handle)
5149 (let ((type (mm-handle-media-type handle))
5150 (ignored gnus-ignored-mime-types)
5157 (when (string-match (pop ignored) type)
5158 (throw 'ignored nil)))
5159 (if (and (setq not-attachment
5160 (and (not (mm-inline-override-p handle))
5161 (or (not (mm-handle-disposition handle))
5162 (equal (car (mm-handle-disposition handle))
5164 (mm-attachment-override-p handle))))
5165 (mm-automatic-display-p handle)
5167 (mm-inlinable-p handle)
5168 (mm-inlined-p handle))
5169 (mm-automatic-external-display-p type)))
5171 (when (equal (mm-handle-media-supertype handle) "text")
5173 (let ((id (1+ (length gnus-article-mime-handle-alist)))
5175 (push (cons id handle) gnus-article-mime-handle-alist)
5177 (equal (mm-handle-media-supertype handle) "message"))
5180 (cond ((not (bolp)) 2)
5181 ((or (bobp) (eq (char-before (1- (point))) ?\n)) 0)
5183 (when (or (not display)
5184 (not (gnus-unbuttonized-mime-type-p type)))
5185 (gnus-insert-mime-button
5186 handle id (list (or display (and not-attachment text))))
5187 (gnus-article-insert-newline)
5188 ;; Remember modify the number of forward lines.
5196 (let ((mail-parse-charset gnus-newsgroup-charset)
5197 (mail-parse-ignored-charsets
5198 (save-excursion (condition-case ()
5199 (set-buffer gnus-summary-buffer)
5201 gnus-newsgroup-ignored-charsets)))
5202 (mm-display-part handle t))
5203 (goto-char (point-max)))
5204 ((and text not-attachment)
5208 (gnus-article-insert-newline)
5211 (let ((charset (mail-content-type-get (mm-handle-type handle)
5213 (cond ((not charset)
5214 (mm-string-as-multibyte (mm-get-part handle)))
5215 ((eq charset 'gnus-decoded)
5216 (with-current-buffer (mm-handle-buffer handle)
5219 (mm-decode-string (mm-get-part handle) charset)))))
5220 (goto-char (point-max))))
5224 (narrow-to-region beg (point))
5227 (gnus-article-mime-total-parts)
5228 (mm-handle-media-type handle)))))))))
5230 (defun gnus-unbuttonized-mime-type-p (type)
5231 "Say whether TYPE is to be unbuttonized."
5232 (unless gnus-inhibit-mime-unbuttonizing
5234 (let ((types gnus-unbuttonized-mime-types))
5236 (when (string-match (pop types) type)
5237 (throw 'found t)))))
5239 (let ((types gnus-buttonized-mime-types))
5241 (when (string-match (pop types) type)
5242 (throw 'found t)))))))))
5244 (defun gnus-article-insert-newline ()
5245 "Insert a newline, but mark it as undeletable."
5246 (gnus-put-text-property
5247 (point) (progn (insert "\n") (point)) 'gnus-undeletable t))
5249 (defun gnus-mime-display-alternative (handles &optional preferred ibegend id)
5250 (let* ((preferred (or preferred (mm-preferred-alternative handles)))
5253 handle (inhibit-read-only t) from props begend not-pref)
5254 (save-window-excursion
5257 (narrow-to-region (car ibegend)
5260 (goto-char (car ibegend))
5263 (delete-region (point-min) (point-max))
5264 (mm-remove-parts handles))
5265 (setq begend (list (point-marker)))
5267 (unless (setq not-pref (cadr (member preferred ihandles)))
5268 (setq not-pref (car ihandles)))
5271 (not (gnus-unbuttonized-mime-type-p
5272 "multipart/alternative")))
5273 (gnus-add-text-properties
5276 (insert (format "%d. " id))
5280 (unless ,(not ibegend)
5281 (setq gnus-article-mime-handle-alist
5282 ',gnus-article-mime-handle-alist))
5283 (gnus-mime-display-alternative
5284 ',ihandles ',not-pref ',begend ,id))
5285 keymap ,gnus-mime-button-map
5286 ,gnus-mouse-face-prop ,gnus-article-mouse-face
5287 face ,gnus-article-button-face
5289 article-type multipart))
5290 (widget-convert-button 'link from (point)
5291 :action 'gnus-widget-press-button
5292 :button-keymap gnus-widget-button-keymap)
5294 (while (setq handle (pop handles))
5295 (gnus-add-text-properties
5298 (insert (format "(%c) %-18s"
5299 (if (equal handle preferred) ?* ? )
5300 (mm-handle-media-type handle)))
5304 (unless ,(not ibegend)
5305 (setq gnus-article-mime-handle-alist
5306 ',gnus-article-mime-handle-alist))
5307 (gnus-mime-display-alternative
5308 ',ihandles ',handle ',begend ,id))
5309 keymap ,gnus-mime-button-map
5310 ,gnus-mouse-face-prop ,gnus-article-mouse-face
5311 face ,gnus-article-button-face
5314 (widget-convert-button 'link from (point)
5315 :action 'gnus-widget-press-button
5316 :button-keymap gnus-widget-button-keymap)
5320 (if (stringp (car preferred))
5321 (gnus-display-mime preferred)
5322 (let ((mail-parse-charset gnus-newsgroup-charset)
5323 (mail-parse-ignored-charsets
5324 (with-current-buffer gnus-summary-buffer
5325 gnus-newsgroup-ignored-charsets)))
5326 (mm-display-part preferred)
5330 (narrow-to-region (car begend) (point-max))
5332 nil (length gnus-article-mime-handle-alist)
5333 (gnus-article-mime-total-parts)
5334 (mm-handle-media-type handle))))))
5335 (goto-char (point-max))
5336 (setcdr begend (point-marker)))))
5338 (goto-char point))))
5340 (defconst gnus-article-wash-status-strings
5341 (let ((alist '((cite "c" "Possible hidden citation text"
5342 " " "All citation text visible")
5343 (headers "h" "Hidden headers"
5344 " " "All headers visible.")
5345 (pgp "p" "Encrypted or signed message status hidden"
5346 " " "No hidden encryption nor digital signature status")
5347 (signature "s" "Signature has been hidden"
5348 " " "Signature is visible")
5349 (overstrike "o" "Overstrike (^H) characters applied"
5350 " " "No overstrike characters applied")
5351 (emphasis "e" "/*_Emphasis_*/ characters applied"
5352 " " "No /*_emphasis_*/ characters applied")))
5354 (dolist (entry alist result)
5355 (let ((key (nth 0 entry))
5356 (on (copy-sequence (nth 1 entry)))
5357 (on-help (nth 2 entry))
5358 (off (copy-sequence (nth 3 entry)))
5359 (off-help (nth 4 entry)))
5360 (put-text-property 0 1 'help-echo on-help on)
5361 (put-text-property 0 1 'help-echo off-help off)
5362 (push (list key on off) result))))
5363 "Alist of strings describing wash status in the mode line.
5364 Each entry has the form (KEY ON OF), where the KEY is a symbol
5365 representing the particular washing function, ON is the string to use
5366 in the article mode line when the washing function is active, and OFF
5367 is the string to use when it is inactive.")
5369 (defun gnus-article-wash-status-entry (key value)
5370 (let ((entry (assoc key gnus-article-wash-status-strings)))
5371 (if value (nth 1 entry) (nth 2 entry))))
5373 (defun gnus-article-wash-status ()
5374 "Return a string which display status of article washing."
5375 (with-current-buffer gnus-article-buffer
5376 (let ((cite (memq 'cite gnus-article-wash-types))
5377 (headers (memq 'headers gnus-article-wash-types))
5378 (boring (memq 'boring-headers gnus-article-wash-types))
5379 (pgp (memq 'pgp gnus-article-wash-types))
5380 (pem (memq 'pem gnus-article-wash-types))
5381 (signed (memq 'signed gnus-article-wash-types))
5382 (encrypted (memq 'encrypted gnus-article-wash-types))
5383 (signature (memq 'signature gnus-article-wash-types))
5384 (overstrike (memq 'overstrike gnus-article-wash-types))
5385 (emphasis (memq 'emphasis gnus-article-wash-types)))
5387 (gnus-article-wash-status-entry 'cite cite)
5388 (gnus-article-wash-status-entry 'headers (or headers boring))
5389 (gnus-article-wash-status-entry 'pgp (or pgp pem signed encrypted))
5390 (gnus-article-wash-status-entry 'signature signature)
5391 (gnus-article-wash-status-entry 'overstrike overstrike)
5392 (gnus-article-wash-status-entry 'emphasis emphasis)))))
5394 (defun gnus-add-wash-type (type)
5395 "Add a washing of TYPE to the current status."
5396 (add-to-list 'gnus-article-wash-types type))
5398 (defun gnus-delete-wash-type (type)
5399 "Add a washing of TYPE to the current status."
5400 (setq gnus-article-wash-types (delq type gnus-article-wash-types)))
5402 (defun gnus-add-image (category image)
5403 "Add IMAGE of CATEGORY to the list of displayed images."
5404 (let ((entry (assq category gnus-article-image-alist)))
5406 (setq entry (list category))
5407 (push entry gnus-article-image-alist))
5408 (nconc entry (list image))))
5410 (defun gnus-delete-images (category)
5411 "Delete all images in CATEGORY."
5412 (let ((entry (assq category gnus-article-image-alist)))
5413 (dolist (image (cdr entry))
5414 (gnus-remove-image image category))
5415 (setq gnus-article-image-alist (delq entry gnus-article-image-alist))
5416 (gnus-delete-wash-type category)))
5418 (defalias 'gnus-article-hide-headers-if-wanted 'gnus-article-maybe-hide-headers)
5420 (defun gnus-article-maybe-hide-headers ()
5421 "Hide unwanted headers if `gnus-have-all-headers' is nil.
5422 Provided for backwards compatibility."
5423 (when (and (or (not (gnus-buffer-live-p gnus-summary-buffer))
5424 (not (with-current-buffer gnus-summary-buffer
5425 gnus-have-all-headers)))
5426 (not gnus-inhibit-hiding))
5427 (gnus-article-hide-headers)))
5431 (defun gnus-output-to-file (file-name)
5432 "Append the current article to a file named FILE-NAME."
5433 (let ((artbuf (current-buffer)))
5435 (insert-buffer-substring artbuf)
5436 ;; Append newline at end of the buffer as separator, and then
5438 (goto-char (point-max))
5440 (let ((file-name-coding-system nnmail-pathname-coding-system))
5441 (mm-append-to-file (point-min) (point-max) file-name))
5444 (defun gnus-narrow-to-page (&optional arg)
5445 "Narrow the article buffer to a page.
5446 If given a numerical ARG, move forward ARG pages."
5448 (setq arg (if arg (prefix-numeric-value arg) 0))
5450 (set-buffer gnus-article-buffer)
5451 (goto-char (point-min))
5453 ;; Remove any old next/prev buttons.
5454 (when (gnus-visual-p 'page-marker)
5455 (let ((inhibit-read-only t))
5456 (gnus-remove-text-with-property 'gnus-prev)
5457 (gnus-remove-text-with-property 'gnus-next)))
5460 (re-search-backward page-delimiter nil 'move (1+ (abs arg))))
5462 (re-search-forward page-delimiter nil 'move arg)))
5463 (goto-char (match-end 0))
5465 (goto-char (point-min))
5466 (setq gnus-page-broken
5467 (and (re-search-forward page-delimiter nil t) t))))
5468 (when gnus-page-broken
5471 (if (re-search-forward page-delimiter nil 'move)
5474 (when (and (gnus-visual-p 'page-marker)
5475 (> (point-min) (save-restriction (widen) (point-min))))
5477 (goto-char (point-min))
5478 (gnus-insert-prev-page-button)))
5479 (when (and (gnus-visual-p 'page-marker)
5480 (< (point-max) (save-restriction (widen) (point-max))))
5482 (goto-char (point-max))
5483 (gnus-insert-next-page-button))))))
5485 ;; Article mode commands
5487 (defun gnus-article-goto-next-page ()
5488 "Show the next page of the article."
5490 (when (gnus-article-next-page)
5491 (goto-char (point-min))
5492 (gnus-article-read-summary-keys nil (gnus-character-to-event ?n))))
5495 (defun gnus-article-goto-prev-page ()
5496 "Show the previous page of the article."
5499 (gnus-article-read-summary-keys nil (gnus-character-to-event ?p))
5500 (gnus-article-prev-page nil)))
5502 ;; This is cleaner but currently breaks `gnus-pick-mode':
5504 ;; (defun gnus-article-goto-next-page ()
5505 ;; "Show the next page of the article."
5507 ;; (gnus-eval-in-buffer-window gnus-summary-buffer
5508 ;; (gnus-summary-next-page)))
5510 ;; (defun gnus-article-goto-prev-page ()
5511 ;; "Show the next page of the article."
5513 ;; (gnus-eval-in-buffer-window gnus-summary-buffer
5514 ;; (gnus-summary-prev-page)))
5516 (defun gnus-article-next-page (&optional lines)
5517 "Show the next page of the current article.
5518 If end of article, return non-nil. Otherwise return nil.
5519 Argument LINES specifies lines to be scrolled up."
5521 (move-to-window-line -1)
5524 (and (pos-visible-in-window-p) ;Not continuation line.
5525 (>= (1+ (point)) (point-max)))) ;Allow for trailing newline.
5526 ;; Nothing in this page.
5527 (if (or (not gnus-page-broken)
5532 (eobp)))) ;Real end-of-buffer?
5534 (when gnus-article-over-scroll
5535 (gnus-article-next-page-1 lines))
5537 (gnus-narrow-to-page 1) ;Go to next page.
5539 ;; More in this page.
5540 (gnus-article-next-page-1 lines)
5543 (defmacro gnus-article-beginning-of-window ()
5544 "Move point to the beginning of the window.
5545 In Emacs, the point is placed at the line number which `scroll-margin'
5547 (if (featurep 'xemacs)
5548 '(move-to-window-line 0)
5549 '(move-to-window-line
5550 (min (max 0 scroll-margin)
5551 (max 1 (- (window-height)
5552 (if mode-line-format 1 0)
5553 (if header-line-format 1 0)))))))
5555 (defun gnus-article-next-page-1 (lines)
5556 (when (and (not (featurep 'xemacs))
5559 (numberp (symbol-value 'scroll-margin))
5560 (> (symbol-value 'scroll-margin) 0))
5561 ;; Protect against the bug that Emacs 21.x hangs up when scrolling up for
5562 ;; too many number of lines if `scroll-margin' is set as two or greater.
5563 (setq lines (min lines
5564 (max 0 (- (count-lines (window-start) (point-max))
5565 (symbol-value 'scroll-margin))))))
5567 (let ((scroll-in-place nil))
5570 ;; Long lines may cause an end-of-buffer error.
5571 (goto-char (point-max))))
5572 (gnus-article-beginning-of-window))
5574 (defun gnus-article-prev-page (&optional lines)
5575 "Show previous page of current article.
5576 Argument LINES specifies lines to be scrolled down."
5578 (move-to-window-line 0)
5579 (if (and gnus-page-broken
5581 (not (save-restriction (widen) (bobp)))) ;Real beginning-of-buffer?
5583 (gnus-narrow-to-page -1) ;Go to previous page.
5584 (goto-char (point-max))
5588 (let ((scroll-in-place nil))
5589 (scroll-down lines))
5590 (beginning-of-buffer
5591 (goto-char (point-min))))
5592 (gnus-article-beginning-of-window))))
5594 (defun gnus-article-only-boring-p ()
5595 "Decide whether there is only boring text remaining in the article.
5596 Something \"interesting\" is a word of at least two letters that does
5597 not have a face in `gnus-article-boring-faces'."
5598 (when (and gnus-article-skip-boring
5599 (boundp 'gnus-article-boring-faces)
5600 (symbol-value 'gnus-article-boring-faces))
5602 (let ((inhibit-point-motion-hooks t))
5604 (while (re-search-forward "\\b\\w\\w" nil t)
5606 (when (not (gnus-intersection
5607 (gnus-faces-at (point))
5608 (symbol-value 'gnus-article-boring-faces)))
5609 (throw 'only-boring nil)))
5610 (throw 'only-boring t))))))
5612 (defun gnus-article-refer-article ()
5613 "Read article specified by message-id around point."
5616 (re-search-backward "[ \t]\\|^" (point-at-bol) t)
5617 (re-search-forward "<?news:<?\\|<" (point-at-eol) t)
5618 (if (re-search-forward "[^@ ]+@[^ \t>]+" (point-at-eol) t)
5619 (let ((msg-id (concat "<" (match-string 0) ">")))
5620 (set-buffer gnus-summary-buffer)
5621 (gnus-summary-refer-article msg-id))
5622 (error "No references around point"))))
5624 (defun gnus-article-show-summary ()
5625 "Reconfigure windows to show summary buffer."
5627 (if (not (gnus-buffer-live-p gnus-summary-buffer))
5628 (error "There is no summary buffer for this article buffer")
5629 (gnus-article-set-globals)
5630 (gnus-configure-windows 'article)
5631 (gnus-summary-goto-subject gnus-current-article)
5632 (gnus-summary-position-point)))
5634 (defun gnus-article-describe-briefly ()
5635 "Describe article mode commands briefly."
5637 (gnus-message 6 (substitute-command-keys "\\<gnus-article-mode-map>\\[gnus-article-goto-next-page]:Next page \\[gnus-article-goto-prev-page]:Prev page \\[gnus-article-show-summary]:Show summary \\[gnus-info-find-node]:Run Info \\[gnus-article-describe-briefly]:This help")))
5639 (defun gnus-article-summary-command ()
5640 "Execute the last keystroke in the summary buffer."
5642 (let ((obuf (current-buffer))
5643 (owin (current-window-configuration))
5645 (switch-to-buffer gnus-article-current-summary 'norecord)
5646 (setq func (lookup-key (current-local-map) (this-command-keys)))
5647 (call-interactively func)
5649 (set-window-configuration owin)
5650 (set-window-point (get-buffer-window (current-buffer)) (point))))
5652 (defun gnus-article-summary-command-nosave ()
5653 "Execute the last keystroke in the summary buffer."
5656 (pop-to-buffer gnus-article-current-summary 'norecord)
5657 (setq func (lookup-key (current-local-map) (this-command-keys)))
5658 (call-interactively func)))
5660 (defun gnus-article-check-buffer ()
5661 "Beep if not in an article buffer."
5662 (unless (equal major-mode 'gnus-article-mode)
5663 (error "Command invoked outside of a Gnus article buffer")))
5665 (defun gnus-article-read-summary-keys (&optional arg key not-restore-window)
5666 "Read a summary buffer key sequence and execute it from the article buffer."
5668 (gnus-article-check-buffer)
5670 '("q" "Q" "c" "r" "\C-c\C-f" "m" "a" "f"
5671 "Zc" "ZC" "ZE" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP"
5672 "=" "^" "\M-^" "|"))
5678 '("n" "Gn" "p" "Gp"))
5681 (set-buffer gnus-article-current-summary)
5682 (let (gnus-pick-mode)
5683 (push (or key last-command-event) unread-command-events)
5684 (setq keys (if (featurep 'xemacs)
5685 (events-to-keys (read-key-sequence nil))
5686 (read-key-sequence nil)))))
5690 (if (or (member keys nosaves)
5691 (member keys nosave-but-article)
5692 (member keys nosave-in-article))
5694 (save-window-excursion
5695 (pop-to-buffer gnus-article-current-summary 'norecord)
5696 ;; We disable the pick minor mode commands.
5697 (let (gnus-pick-mode)
5698 (setq func (lookup-key (current-local-map) keys))))
5702 (unless (member keys nosave-in-article)
5703 (set-buffer gnus-article-current-summary))
5704 (call-interactively func)
5705 (setq new-sum-point (point)))
5706 (when (member keys nosave-but-article)
5707 (pop-to-buffer gnus-article-buffer 'norecord)))
5708 ;; These commands should restore window configuration.
5709 (let ((obuf (current-buffer))
5710 (owin (current-window-configuration))
5712 win func in-buffer selected new-sum-start new-sum-hscroll)
5713 (cond (not-restore-window
5714 (pop-to-buffer gnus-article-current-summary 'norecord))
5715 ((setq win (get-buffer-window gnus-article-current-summary))
5716 (select-window win))
5718 (switch-to-buffer gnus-article-current-summary 'norecord)))
5719 (setq in-buffer (current-buffer))
5720 ;; We disable the pick minor mode commands.
5721 (if (and (setq func (let (gnus-pick-mode)
5722 (lookup-key (current-local-map) keys)))
5725 (call-interactively func)
5726 (when (eq win (selected-window))
5727 (setq new-sum-point (point)
5728 new-sum-start (window-start win)
5729 new-sum-hscroll (window-hscroll win)))
5730 (when (eq in-buffer (current-buffer))
5731 (setq selected (gnus-summary-select-article))
5733 (unless not-restore-window
5734 (set-window-configuration owin))
5735 (when (eq selected 'old)
5737 (set-window-start (get-buffer-window (current-buffer))
5739 (set-window-point (get-buffer-window (current-buffer))
5741 (when (and (not not-restore-window)
5743 (set-window-point win new-sum-point)
5744 (set-window-start win new-sum-start)
5745 (set-window-hscroll win new-sum-hscroll))))
5746 (set-window-configuration owin)
5749 (defun gnus-article-describe-key (key)
5750 "Display documentation of the function invoked by KEY. KEY is a string."
5751 (interactive "kDescribe key: ")
5752 (gnus-article-check-buffer)
5753 (if (eq (key-binding key) 'gnus-article-read-summary-keys)
5755 (set-buffer gnus-article-current-summary)
5756 (let (gnus-pick-mode)
5757 (if (featurep 'xemacs)
5759 (push (elt key 0) unread-command-events)
5760 (setq key (events-to-keys
5761 (read-key-sequence "Describe key: "))))
5762 (setq unread-command-events
5764 (lambda (x) (if (>= x 128) (list 'meta (- x 128)) x))
5765 (string-to-list key)))
5766 (setq key (read-key-sequence "Describe key: "))))
5768 (describe-key key)))
5770 (defun gnus-article-describe-key-briefly (key &optional insert)
5771 "Display documentation of the function invoked by KEY. KEY is a string."
5772 (interactive "kDescribe key: \nP")
5773 (gnus-article-check-buffer)
5774 (if (eq (key-binding key) 'gnus-article-read-summary-keys)
5776 (set-buffer gnus-article-current-summary)
5777 (let (gnus-pick-mode)
5778 (if (featurep 'xemacs)
5780 (push (elt key 0) unread-command-events)
5781 (setq key (events-to-keys
5782 (read-key-sequence "Describe key: "))))
5783 (setq unread-command-events
5785 (lambda (x) (if (>= x 128) (list 'meta (- x 128)) x))
5786 (string-to-list key)))
5787 (setq key (read-key-sequence "Describe key: "))))
5788 (describe-key-briefly key insert))
5789 (describe-key-briefly key insert)))
5791 (defun gnus-article-reply-with-original (&optional wide)
5792 "Start composing a reply mail to the current message.
5793 The text in the region will be yanked. If the region isn't active,
5794 the entire article will be yanked."
5796 (let ((article (cdr gnus-article-current))
5798 (if (not (gnus-region-active-p))
5799 (with-current-buffer gnus-summary-buffer
5800 (gnus-summary-reply (list (list article)) wide))
5801 (setq contents (buffer-substring (point) (mark t)))
5802 ;; Deactivate active regions.
5803 (when (and (boundp 'transient-mark-mode)
5804 transient-mark-mode)
5805 (setq mark-active nil))
5806 (with-current-buffer gnus-summary-buffer
5808 (list (list article contents)) wide)))))
5810 (defun gnus-article-followup-with-original ()
5811 "Compose a followup to the current article.
5812 The text in the region will be yanked. If the region isn't active,
5813 the entire article will be yanked."
5815 (let ((article (cdr gnus-article-current))
5817 (if (not (gnus-region-active-p))
5818 (with-current-buffer gnus-summary-buffer
5819 (gnus-summary-followup (list (list article))))
5820 (setq contents (buffer-substring (point) (mark t)))
5821 ;; Deactivate active regions.
5822 (when (and (boundp 'transient-mark-mode)
5823 transient-mark-mode)
5824 (setq mark-active nil))
5825 (with-current-buffer gnus-summary-buffer
5826 (gnus-summary-followup
5827 (list (list article contents)))))))
5829 (defun gnus-article-hide (&optional arg force)
5830 "Hide all the gruft in the current article.
5831 This means that signatures, cited text and (some) headers will be
5833 If given a prefix, show the hidden text instead."
5834 (interactive (append (gnus-article-hidden-arg) (list 'force)))
5835 (gnus-article-hide-headers arg)
5836 (gnus-article-hide-list-identifiers arg)
5837 (gnus-article-hide-citation-maybe arg force)
5838 (gnus-article-hide-signature arg))
5840 (defun gnus-article-maybe-highlight ()
5841 "Do some article highlighting if article highlighting is requested."
5842 (when (gnus-visual-p 'article-highlight 'highlight)
5843 (gnus-article-highlight-some)))
5845 (defun gnus-check-group-server ()
5846 ;; Make sure the connection to the server is alive.
5847 (unless (gnus-server-opened
5848 (gnus-find-method-for-group gnus-newsgroup-name))
5849 (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
5850 (gnus-request-group gnus-newsgroup-name t)))
5853 (autoload 'nneething-get-file-name "nneething"))
5855 (defun gnus-request-article-this-buffer (article group)
5856 "Get an article and insert it into this buffer."
5857 (let (do-update-line sparse-header)
5861 (gnus-kill-all-overlays)
5862 (setq group (or group gnus-newsgroup-name))
5864 ;; Using `gnus-request-article' directly will insert the article into
5865 ;; `nntp-server-buffer' - so we'll save some time by not having to
5866 ;; copy it from the server buffer into the article buffer.
5868 ;; We only request an article by message-id when we do not have the
5869 ;; headers for it, so we'll have to get those.
5870 (when (stringp article)
5871 (gnus-read-header article))
5873 ;; If the article number is negative, that means that this article
5874 ;; doesn't belong in this newsgroup (possibly), so we find its
5875 ;; message-id and request it by id instead of number.
5876 (when (and (numberp article)
5878 (get-buffer gnus-summary-buffer)
5879 (gnus-buffer-exists-p gnus-summary-buffer))
5881 (set-buffer gnus-summary-buffer)
5882 (let ((header (gnus-summary-article-header article)))
5885 ((memq article gnus-newsgroup-sparse)
5886 ;; This is a sparse gap article.
5887 (setq do-update-line article)
5888 (setq article (mail-header-id header))
5889 (setq sparse-header (gnus-read-header article))
5890 (setq gnus-newsgroup-sparse
5891 (delq article gnus-newsgroup-sparse)))
5893 ;; It's a real article.
5894 (setq article (mail-header-id header)))
5896 ;; It is an extracted pseudo-article.
5897 (setq article 'pseudo)
5898 (gnus-request-pseudo-article header))))
5900 (let ((method (gnus-find-method-for-group
5901 gnus-newsgroup-name)))
5902 (when (and (eq (car method) 'nneething)
5904 (let ((dir (nneething-get-file-name
5905 (mail-header-id header))))
5906 (when (and (stringp dir)
5907 (file-directory-p dir))
5908 (setq article 'nneething)
5909 (gnus-group-enter-directory dir))))))))
5912 ;; Refuse to select canceled articles.
5913 ((and (numberp article)
5915 (get-buffer gnus-summary-buffer)
5916 (gnus-buffer-exists-p gnus-summary-buffer)
5917 (eq (cdr (with-current-buffer gnus-summary-buffer
5918 (assq article gnus-newsgroup-reads)))
5919 gnus-canceled-mark))
5921 ;; We first check `gnus-original-article-buffer'.
5922 ((and (get-buffer gnus-original-article-buffer)
5924 (with-current-buffer gnus-original-article-buffer
5925 (and (equal (car gnus-original-article) group)
5926 (eq (cdr gnus-original-article) article))))
5927 (insert-buffer-substring gnus-original-article-buffer)
5929 ;; Check the backlog.
5930 ((and gnus-keep-backlog
5931 (gnus-backlog-request-article group article (current-buffer)))
5933 ;; Check asynchronous pre-fetch.
5934 ((gnus-async-request-fetched-article group article (current-buffer))
5935 (gnus-async-prefetch-next group article gnus-summary-buffer)
5936 (when (and (numberp article) gnus-keep-backlog)
5937 (gnus-backlog-enter-article group article (current-buffer)))
5940 ((and gnus-use-cache
5942 (gnus-cache-request-article article group))
5944 ;; Check the agent cache.
5945 ((gnus-agent-request-article article group)
5947 ;; Get the article and put into the article buffer.
5948 ((or (stringp article)
5950 (let ((gnus-override-method gnus-override-method)
5951 (methods (and (stringp article)
5952 gnus-refer-article-method))
5953 (backend (car (gnus-find-method-for-group
5954 gnus-newsgroup-name)))
5956 (inhibit-read-only t))
5957 (if (or (not (listp methods))
5958 (and (symbolp (car methods))
5959 (assq (car methods) nnoo-definition-alist)))
5960 (setq methods (list methods)))
5961 (when (and (null gnus-override-method)
5963 (setq gnus-override-method (pop methods)))
5965 (when (eq gnus-override-method 'current)
5966 (setq gnus-override-method
5967 (with-current-buffer gnus-summary-buffer
5968 gnus-current-select-method)))
5970 (gnus-kill-all-overlays)
5971 (let ((gnus-newsgroup-name group))
5972 (gnus-check-group-server))
5974 ((gnus-request-article article group (current-buffer))
5975 (when (numberp article)
5976 (gnus-async-prefetch-next group article
5977 gnus-summary-buffer)
5978 (when gnus-keep-backlog
5979 (gnus-backlog-enter-article
5980 group article (current-buffer))))
5981 (setq result 'article))
5983 (setq gnus-override-method (pop methods)))
5984 ((not (string-match "^400 "
5985 (nnheader-get-report backend)))
5986 ;; If we get 400 server disconnect, reconnect and
5987 ;; retry; otherwise, assume the article has expired.
5988 (setq result 'done))))
5989 (and (eq result 'article) 'article)))
5993 ;; Associate this article with the current summary buffer.
5994 (setq gnus-article-current-summary gnus-summary-buffer)
5996 ;; Take the article from the original article buffer
5997 ;; and place it in the buffer it's supposed to be in.
5998 (when (and (get-buffer gnus-article-buffer)
5999 (equal (buffer-name (current-buffer))
6000 (buffer-name (get-buffer gnus-article-buffer))))
6002 (if (get-buffer gnus-original-article-buffer)
6003 (set-buffer gnus-original-article-buffer)
6004 (set-buffer (gnus-get-buffer-create gnus-original-article-buffer))
6005 (buffer-disable-undo)
6006 (setq major-mode 'gnus-original-article-mode)
6007 (setq buffer-read-only t))
6008 (let ((inhibit-read-only t))
6010 (insert-buffer-substring gnus-article-buffer))
6011 (setq gnus-original-article (cons group article)))
6014 (run-hooks 'gnus-article-decode-hook)
6015 ;; Mark article as decoded or not.
6016 (setq gnus-article-decoded-p gnus-article-decode-hook))
6018 ;; Update sparse articles.
6019 (when (and do-update-line
6020 (or (numberp article)
6022 (let ((buf (current-buffer)))
6023 (set-buffer gnus-summary-buffer)
6024 (gnus-summary-update-article do-update-line sparse-header)
6025 (gnus-summary-goto-subject do-update-line nil t)
6026 (set-window-point (gnus-get-buffer-window (current-buffer) t)
6028 (set-buffer buf))))))
6034 (defcustom gnus-article-edit-mode-hook nil
6035 "Hook run in article edit mode buffers."
6036 :group 'gnus-article-various
6039 (defvar gnus-article-edit-done-function nil)
6041 (defvar gnus-article-edit-mode-map nil)
6043 ;; Should we be using derived.el for this?
6044 (unless gnus-article-edit-mode-map
6045 (setq gnus-article-edit-mode-map (make-keymap))
6046 (set-keymap-parent gnus-article-edit-mode-map text-mode-map)
6048 (gnus-define-keys gnus-article-edit-mode-map
6049 "\C-c?" describe-mode
6050 "\C-c\C-c" gnus-article-edit-done
6051 "\C-c\C-k" gnus-article-edit-exit
6052 "\C-c\C-f\C-t" message-goto-to
6053 "\C-c\C-f\C-o" message-goto-from
6054 "\C-c\C-f\C-b" message-goto-bcc
6055 ;;"\C-c\C-f\C-w" message-goto-fcc
6056 "\C-c\C-f\C-c" message-goto-cc
6057 "\C-c\C-f\C-s" message-goto-subject
6058 "\C-c\C-f\C-r" message-goto-reply-to
6059 "\C-c\C-f\C-n" message-goto-newsgroups
6060 "\C-c\C-f\C-d" message-goto-distribution
6061 "\C-c\C-f\C-f" message-goto-followup-to
6062 "\C-c\C-f\C-m" message-goto-mail-followup-to
6063 "\C-c\C-f\C-k" message-goto-keywords
6064 "\C-c\C-f\C-u" message-goto-summary
6065 "\C-c\C-f\C-i" message-insert-or-toggle-importance
6066 "\C-c\C-f\C-a" message-generate-unsubscribed-mail-followup-to
6067 "\C-c\C-b" message-goto-body
6068 "\C-c\C-i" message-goto-signature
6070 "\C-c\C-t" message-insert-to
6071 "\C-c\C-n" message-insert-newsgroups
6072 "\C-c\C-o" message-sort-headers
6073 "\C-c\C-e" message-elide-region
6074 "\C-c\C-v" message-delete-not-region
6075 "\C-c\C-z" message-kill-to-signature
6076 "\M-\r" message-newline-and-reformat
6077 "\C-c\C-a" mml-attach-file
6078 "\C-a" message-beginning-of-line
6080 "\M-;" comment-region)
6082 (gnus-define-keys (gnus-article-edit-wash-map
6083 "\C-c\C-w" gnus-article-edit-mode-map)
6084 "f" gnus-article-edit-full-stops))
6087 gnus-article-edit-mode-field-menu gnus-article-edit-mode-map ""
6089 ["Fetch To" message-insert-to t]
6090 ["Fetch Newsgroups" message-insert-newsgroups t]
6092 ["To" message-goto-to t]
6093 ["From" message-goto-from t]
6094 ["Subject" message-goto-subject t]
6095 ["Cc" message-goto-cc t]
6096 ["Reply-To" message-goto-reply-to t]
6097 ["Summary" message-goto-summary t]
6098 ["Keywords" message-goto-keywords t]
6099 ["Newsgroups" message-goto-newsgroups t]
6100 ["Followup-To" message-goto-followup-to t]
6101 ["Mail-Followup-To" message-goto-mail-followup-to t]
6102 ["Distribution" message-goto-distribution t]
6103 ["Body" message-goto-body t]
6104 ["Signature" message-goto-signature t]))
6106 (define-derived-mode gnus-article-edit-mode message-mode "Article Edit"
6107 "Major mode for editing articles.
6108 This is an extended text-mode.
6110 \\{gnus-article-edit-mode-map}"
6111 (make-local-variable 'gnus-article-edit-done-function)
6112 (make-local-variable 'gnus-prev-winconf)
6113 (set (make-local-variable 'font-lock-defaults)
6114 '(message-font-lock-keywords t))
6115 (set (make-local-variable 'mail-header-separator) "")
6116 (set (make-local-variable 'gnus-article-edit-mode) t)
6117 (easy-menu-add message-mode-field-menu message-mode-map)
6119 (setq buffer-read-only nil)
6120 (buffer-enable-undo)
6123 (defun gnus-article-edit (&optional force)
6124 "Edit the current article.
6125 This will have permanent effect only in mail groups.
6126 If FORCE is non-nil, allow editing of articles even in read-only
6129 (when (and (not force)
6130 (gnus-group-read-only-p))
6131 (error "The current newsgroup does not support article editing"))
6132 (gnus-article-date-original)
6133 (gnus-article-edit-article
6135 `(lambda (no-highlight)
6137 (gnus-summary-edit-article-done
6138 ,(or (mail-header-references gnus-current-headers) "")
6139 ,(gnus-group-read-only-p) ,gnus-summary-buffer no-highlight))))
6141 (defun gnus-article-edit-article (start-func exit-func &optional quiet)
6142 "Start editing the contents of the current article buffer."
6143 (let ((winconf (current-window-configuration)))
6144 (set-buffer gnus-article-buffer)
6145 (let ((message-auto-save-directory
6146 ;; Don't associate the article buffer with a draft file.
6148 (gnus-article-edit-mode))
6149 (funcall start-func)
6150 (set-buffer-modified-p nil)
6151 (gnus-configure-windows 'edit-article)
6152 (setq gnus-article-edit-done-function exit-func)
6153 (setq gnus-prev-winconf winconf)
6155 (gnus-message 6 "C-c C-c to end edits"))))
6157 (defun gnus-article-edit-done (&optional arg)
6158 "Update the article edits and exit."
6160 (let ((func gnus-article-edit-done-function)
6161 (buf (current-buffer))
6162 (start (window-start))
6164 (winconf gnus-prev-winconf))
6165 (widen) ;; Widen it in case that users narrowed the buffer.
6168 ;; The cache and backlog have to be flushed somewhat.
6169 (when gnus-keep-backlog
6170 (gnus-backlog-remove-article
6171 (car gnus-article-current) (cdr gnus-article-current)))
6172 ;; Flush original article as well.
6174 (when (get-buffer gnus-original-article-buffer)
6175 (set-buffer gnus-original-article-buffer)
6176 (setq gnus-original-article nil)))
6177 (when gnus-use-cache
6178 (gnus-cache-update-article
6179 (car gnus-article-current) (cdr gnus-article-current)))
6180 ;; We remove all text props from the article buffer.
6181 (kill-all-local-variables)
6182 (set-text-properties (point-min) (point-max) nil)
6184 (set-window-configuration winconf)
6186 (set-window-start (get-buffer-window buf) start)
6187 (set-window-point (get-buffer-window buf) (point)))
6188 (gnus-summary-show-article))
6190 (defun gnus-article-edit-exit ()
6191 "Exit the article editing without updating."
6193 (when (or (not (buffer-modified-p))
6194 (yes-or-no-p "Article modified; kill anyway? "))
6195 (let ((curbuf (current-buffer))
6197 (window-start (window-start)))
6199 (if (gnus-buffer-live-p gnus-original-article-buffer)
6200 (insert-buffer-substring gnus-original-article-buffer))
6201 (let ((winconf gnus-prev-winconf))
6202 (kill-all-local-variables)
6204 (set-window-configuration winconf)
6205 ;; Tippy-toe some to make sure that point remains where it was.
6206 (save-current-buffer
6208 (set-window-start (get-buffer-window (current-buffer)) window-start)
6210 (gnus-summary-show-article)))
6212 (defun gnus-article-edit-full-stops ()
6213 "Interactively repair spacing at end of sentences."
6216 (goto-char (point-min))
6217 (search-forward-regexp "^$" nil t)
6218 (let ((case-fold-search nil))
6219 (query-replace-regexp "\\([.!?][])}]* \\)\\([[({A-Z]\\)" "\\1 \\2"))))
6222 ;;; Article highlights
6225 ;; Written by Per Abrahamsen <abraham@iesd.auc.dk>.
6227 ;;; Internal Variables:
6229 (defcustom gnus-button-url-regexp
6230 (if (string-match "[[:digit:]]" "1") ;; support POSIX?
6231 "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|nntp\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-z0-9_.]+:[0-9]*\\)?[-a-z0-9_=!?#$@~%&*+\\/:;.,[:word:]]+[-a-z0-9_=#$@~%&*+\\/[:word:]]\\)"
6232 "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|nntp\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-z0-9_.]+:[0-9]*\\)?\\([-a-z0-9_=!?#$@~%&*+\\/:;.,]\\|\\w\\)+\\([-a-z0-9_=#$@~%&*+\\/]\\|\\w\\)\\)")
6233 "Regular expression that matches URLs."
6234 :group 'gnus-article-buttons
6237 (defcustom gnus-button-valid-fqdn-regexp
6238 message-valid-fqdn-regexp
6239 "Regular expression that matches a valid FQDN."
6241 :group 'gnus-article-buttons
6244 ;; Regexp suggested by Felix Wiemann in <87oeuomcz9.fsf@news2.ososo.de>
6245 (defcustom gnus-button-valid-localpart-regexp
6246 "[a-z0-9$%(*-=?[_][^<>\")!;:,{}\n\t @]*"
6247 "Regular expression that matches a localpart of mail addresses or MIDs."
6249 :group 'gnus-article-buttons
6252 (defcustom gnus-button-man-handler 'manual-entry
6253 "Function to use for displaying man pages.
6254 The function must take at least one argument with a string naming the
6257 :type '(choice (function-item :tag "Man" manual-entry)
6258 (function-item :tag "Woman" woman)
6259 (function :tag "Other"))
6260 :group 'gnus-article-buttons)
6262 (defcustom gnus-ctan-url "http://tug.ctan.org/tex-archive/"
6263 "Top directory of a CTAN \(Comprehensive TeX Archive Network\) archive.
6264 If the default site is too slow, try to find a CTAN mirror, see
6265 <URL:http://tug.ctan.org/tex-archive/CTAN.sites?action=/index.html>. See also
6266 the variable `gnus-button-handle-ctan'."
6268 :group 'gnus-article-buttons
6269 :link '(custom-manual "(gnus)Group Parameters")
6270 :type '(choice (const "http://www.tex.ac.uk/tex-archive/")
6271 (const "http://tug.ctan.org/tex-archive/")
6272 (const "http://www.dante.de/CTAN/")
6273 (string :tag "Other")))
6275 (defcustom gnus-button-ctan-handler 'browse-url
6276 "Function to use for displaying CTAN links.
6277 The function must take one argument, the string naming the URL."
6279 :type '(choice (function-item :tag "Browse Url" browse-url)
6280 (function :tag "Other"))
6281 :group 'gnus-article-buttons)
6283 (defcustom gnus-button-handle-ctan-bogus-regexp "^/?tex-archive/\\|^/"
6284 "Bogus strings removed from CTAN URLs."
6286 :group 'gnus-article-buttons
6287 :type '(choice (const "^/?tex-archive/\\|/")
6288 (regexp :tag "Other")))
6290 (defcustom gnus-button-ctan-directory-regexp
6292 (list "archive-tools" "biblio" "bibliography" "digests" "documentation"
6293 "dviware" "fonts" "graphics" "help" "indexing" "info" "language"
6294 "languages" "macros" "nonfree" "obsolete" "support" "systems"
6295 "tds" "tools" "usergrps" "web") t)
6296 "Regular expression for ctan directories.
6297 It should match all directories in the top level of `gnus-ctan-url'."
6299 :group 'gnus-article-buttons
6302 (defcustom gnus-button-mid-or-mail-regexp
6303 (concat "\\b\\(<?" gnus-button-valid-localpart-regexp "@"
6304 gnus-button-valid-fqdn-regexp
6306 "Regular expression that matches a message ID or a mail address."
6308 :group 'gnus-article-buttons
6311 (defcustom gnus-button-prefer-mid-or-mail 'gnus-button-mid-or-mail-heuristic
6312 "What to do when the button on a string as \"foo123@bar.invalid\" is pushed.
6313 Strings like this can be either a message ID or a mail address. If it is one
6314 of the symbols `mid' or `mail', Gnus will always assume that the string is a
6315 message ID or a mail address, respectively. If this variable is set to the
6316 symbol `ask', always query the user what do do. If it is a function, this
6317 function will be called with the string as it's only argument. The function
6318 must return `mid', `mail', `invalid' or `ask'."
6320 :group 'gnus-article-buttons
6321 :type '(choice (function-item :tag "Heuristic function"
6322 gnus-button-mid-or-mail-heuristic)
6327 (defcustom gnus-button-mid-or-mail-heuristic-alist
6328 '((-10.0 . ".+\\$.+@")
6331 (-5.0 . "\\+[^+]*\\+.*@") ;; # two plus signs
6332 (-5.0 . "@[Nn][Ee][Ww][Ss]") ;; /\@news/i
6333 (-5.0 . "@.*[Dd][Ii][Aa][Ll][Uu][Pp]") ;; /\@.*dialup/i;
6334 (-1.0 . "^[^a-z]+@")
6336 (-5.0 . "\\.[0-9][0-9]+.*@") ;; "\.[0-9]{2,}.*\@"
6337 (-5.0 . "[a-z].*[A-Z].*[a-z].*[A-Z].*@") ;; "([a-z].*[A-Z].*){2,}\@"
6338 (-3.0 . "[A-Z][A-Z][a-z][a-z].*@")
6339 (-5.0 . "\\...?.?@") ;; (-5.0 . "\..{1,3}\@")
6342 (-1.0 . "^[0-9][0-9]")
6344 ;; -3.0 /^[0-9][0-9a-fA-F]{2,2}/;
6345 (-3.0 . "^[0-9][0-9a-fA-F][0-9a-fA-F][^0-9a-fA-F]")
6346 ;; -5.0 /^[0-9][0-9a-fA-F]{3,3}/;
6347 (-5.0 . "^[0-9][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][^0-9a-fA-F]")
6349 (-3.0 . "[0-9][0-9][0-9][0-9][0-9][^0-9].*@") ;; "[0-9]{5,}.*\@"
6350 (-3.0 . "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][^0-9].*@")
6353 . "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].*@")
6355 ;; compensation for TDMA dated mail addresses:
6356 (25.0 . "-dated-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]+.*@")
6358 (-20.0 . "\\.fsf@") ;; Gnus
6361 (-20.0 . "_-_") ;; Subject change in thread
6363 (-20.0 . "\\.ln@") ;; leafnode
6364 (-30.0 . "@ID-[0-9]+\\.[a-zA-Z]+\\.dfncis\\.de")
6365 (-30.0 . "@4[Aa][Xx]\\.com") ;; Forte Agent
6367 ;; (5.0 . "") ;; $local_part_len <= 7
6368 (10.0 . "^[^0-9]+@")
6369 (3.0 . "^[^0-9]+[0-9][0-9]?[0-9]?@")
6370 ;; ^[^0-9]+[0-9]{1,3}\@ digits only at end of local part
6373 (2.0 . "[a-z][a-z][._-][A-Z][a-z].*@")
6375 (0.5 . "^[A-Z][a-z]")
6376 (0.5 . "^[A-Z][a-z][a-z]")
6377 (1.5 . "^[A-Z][a-z][A-Z][a-z][^a-z]") ;; ^[A-Z][a-z]{3,3}
6378 (2.0 . "^[A-Z][a-z][A-Z][a-z][a-z][^a-z]")) ;; ^[A-Z][a-z]{4,4}
6379 "An alist of \(RATE . REGEXP\) pairs for `gnus-button-mid-or-mail-heuristic'.
6381 A negative RATE indicates a message IDs, whereas a positive indicates a mail
6382 address. The REGEXP is processed with `case-fold-search' set to nil."
6384 :group 'gnus-article-buttons
6385 :type '(repeat (cons (number :tag "Rate")
6386 (regexp :tag "Regexp"))))
6388 (defun gnus-button-mid-or-mail-heuristic (mid-or-mail)
6389 "Guess whether MID-OR-MAIL is a message ID or a mail address.
6390 Returns `mid' if MID-OR-MAIL is a message IDs, `mail' if it's a mail
6391 address, `ask' if unsure and `invalid' if the string is invalid."
6392 (let ((case-fold-search nil)
6393 (list gnus-button-mid-or-mail-heuristic-alist)
6394 (result 0) rate regexp lpartlen elem)
6396 (length (gnus-replace-in-string mid-or-mail "^\\(.*\\)@.*$" "\\1")))
6397 (gnus-message 8 "`%s', length of local part=`%s'." mid-or-mail lpartlen)
6398 ;; Certain special cases...
6401 "^0[0-9]+-[0-9][0-9][0-9][0-9]@t-online\\.de$\\|"
6402 "^[0-9]+\\.[0-9]+@compuserve\\|"
6403 "@public\\.gmane\\.org")
6405 (gnus-message 8 "`%s' is a known mail address." mid-or-mail)
6406 (setq result 'mail))
6407 (when (string-match "@.*@\\| " mid-or-mail)
6408 (gnus-message 8 "`%s' is invalid." mid-or-mail)
6409 (setq result 'invalid))
6410 ;; Nothing more to do, if result is not a number here...
6411 (when (numberp result)
6413 (setq elem (car list)
6417 (when (string-match regexp mid-or-mail)
6418 (setq result (+ result rate))
6420 9 "`%s' matched `%s', rate `%s', result `%s'."
6421 mid-or-mail regexp rate result)))
6422 (when (<= lpartlen 7)
6423 (setq result (+ result 5.0))
6424 (gnus-message 9 "`%s' matched (<= lpartlen 7), result `%s'."
6425 mid-or-mail result))
6426 (when (>= lpartlen 12)
6427 (gnus-message 9 "`%s' matched (>= lpartlen 12)" mid-or-mail)
6429 ((string-match "[0-9][^0-9]+[0-9].*@" mid-or-mail)
6430 ;; Long local part should contain realname if e-mail address,
6431 ;; too many digits: message-id.
6432 ;; $score -= 5.0 + 0.1 * $local_part_len;
6433 (setq rate (* -1.0 (+ 5.0 (* 0.1 lpartlen))))
6434 (setq result (+ result rate))
6436 9 "Many digits in `%s', rate `%s', result `%s'."
6437 mid-or-mail rate result))
6438 ((string-match "[^aeiouy][^aeiouy][^aeiouy][^aeiouy]+.*\@"
6440 ;; Too few vowels [^aeiouy]{4,}.*\@
6441 (setq result (+ result -5.0))
6443 9 "Few vowels in `%s', rate `%s', result `%s'."
6444 mid-or-mail -5.0 result))
6446 (setq result (+ result 5.0))
6448 9 "`%s', rate `%s', result `%s'." mid-or-mail 5.0 result)))))
6449 (gnus-message 8 "`%s': Final rate is `%s'." mid-or-mail result)
6450 ;; Maybe we should make this a customizable alist: (condition . 'result)
6452 ((symbolp result) result)
6453 ;; Now convert number into proper results:
6454 ((< result -10.0) 'mid)
6455 ((> result 10.0) 'mail)
6458 (defun gnus-button-handle-mid-or-mail (mid-or-mail)
6459 (let* ((pref gnus-button-prefer-mid-or-mail) guessed
6460 (url-mid (concat "news" ":" mid-or-mail))
6461 (url-mailto (concat "mailto" ":" mid-or-mail)))
6462 (gnus-message 9 "mid-or-mail=%s" mid-or-mail)
6463 (when (fboundp pref)
6465 ;; get rid of surrounding angles...
6467 (gnus-replace-in-string mid-or-mail "^<\\|>$" "")))
6468 (if (or (eq 'mid guessed) (eq 'mail guessed))
6472 (save-window-excursion
6473 (if (y-or-n-p (concat "Is <" mid-or-mail "> a mail address? "))
6476 (cond ((eq pref 'mid)
6477 (gnus-message 8 "calling `gnus-button-handle-news' %s" url-mid)
6478 (gnus-button-handle-news url-mid))
6480 (gnus-message 8 "calling `gnus-url-mailto' %s" url-mailto)
6481 (gnus-url-mailto url-mailto))
6482 (t (gnus-message 3 "Invalid string.")))))
6484 (defun gnus-button-handle-custom (fun arg)
6485 "Call function FUN on argument ARG.
6486 Both FUN and ARG are supposed to be strings. ARG will be passed
6487 as a symbol to FUN."
6488 (funcall (intern fun) (intern arg)))
6490 (defvar gnus-button-handle-describe-prefix "^\\(C-h\\|<?[Ff]1>?\\)")
6492 ;; FIXME: Maybe we should merge some of the functions that do quite similar
6495 (defun gnus-button-handle-describe-function (url)
6496 "Call `describe-function' when pushing the corresponding URL button."
6499 (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))))
6501 (defun gnus-button-handle-describe-variable (url)
6502 "Call `describe-variable' when pushing the corresponding URL button."
6505 (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))))
6507 (defun gnus-button-handle-symbol (url)
6508 "Display help on variable or function.
6509 Calls `describe-variable' or `describe-function'."
6510 (let ((sym (intern url)))
6512 ((fboundp sym) (describe-function sym))
6513 ((boundp sym) (describe-variable sym))
6514 (t (gnus-message 3 "`%s' is not a known function of variable." url)))))
6516 (defun gnus-button-handle-describe-key (url)
6517 "Call `describe-key' when pushing the corresponding URL button."
6519 (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))
6520 (keys (ignore-errors (eval `(kbd ,key-string)))))
6523 (gnus-message 3 "Invalid key sequence in button: %s" key-string))))
6525 (defun gnus-button-handle-apropos (url)
6526 "Call `apropos' when pushing the corresponding URL button."
6527 (apropos (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6529 (defun gnus-button-handle-apropos-command (url)
6530 "Call `apropos' when pushing the corresponding URL button."
6532 (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6534 (defun gnus-button-handle-apropos-variable (url)
6535 "Call `apropos' when pushing the corresponding URL button."
6537 (if (fboundp 'apropos-variable) 'apropos-variable 'apropos)
6538 (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6540 (defun gnus-button-handle-apropos-documentation (url)
6541 "Call `apropos' when pushing the corresponding URL button."
6543 (if (fboundp 'apropos-documentation) 'apropos-documentation 'apropos)
6544 (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6546 (defun gnus-button-handle-library (url)
6547 "Call `locate-library' when pushing the corresponding URL button."
6548 (gnus-message 9 "url=`%s'" url)
6549 (let* ((lib (locate-library url))
6550 (file (gnus-replace-in-string (or lib "") "\.elc" ".el")))
6552 (gnus-message 1 "Cannot locale library `%s'." url)
6553 (find-file-read-only file))))
6555 (defun gnus-button-handle-ctan (url)
6556 "Call `browse-url' when pushing a CTAN URL button."
6558 gnus-button-ctan-handler
6561 (gnus-replace-in-string url gnus-button-handle-ctan-bogus-regexp ""))))
6563 (defcustom gnus-button-tex-level 5
6564 "*Integer that says how many TeX-related buttons Gnus will show.
6565 The higher the number, the more buttons will appear and the more false
6566 positives are possible. Note that you can set this variable local to
6567 specific groups. Setting it higher in TeX groups is probably a good idea.
6568 See Info node `(gnus)Group Parameters' and the variable `gnus-parameters' on
6569 how to set variables in specific groups."
6571 :group 'gnus-article-buttons
6572 :link '(custom-manual "(gnus)Group Parameters")
6575 (defcustom gnus-button-man-level 5
6576 "*Integer that says how many man-related buttons Gnus will show.
6577 The higher the number, the more buttons will appear and the more false
6578 positives are possible. Note that you can set this variable local to
6579 specific groups. Setting it higher in Unix groups is probably a good idea.
6580 See Info node `(gnus)Group Parameters' and the variable `gnus-parameters' on
6581 how to set variables in specific groups."
6583 :group 'gnus-article-buttons
6584 :link '(custom-manual "(gnus)Group Parameters")
6587 (defcustom gnus-button-emacs-level 5
6588 "*Integer that says how many emacs-related buttons Gnus will show.
6589 The higher the number, the more buttons will appear and the more false
6590 positives are possible. Note that you can set this variable local to
6591 specific groups. Setting it higher in Emacs or Gnus related groups is
6592 probably a good idea. See Info node `(gnus)Group Parameters' and the variable
6593 `gnus-parameters' on how to set variables in specific groups."
6595 :group 'gnus-article-buttons
6596 :link '(custom-manual "(gnus)Group Parameters")
6599 (defcustom gnus-button-message-level 5
6600 "*Integer that says how many buttons for news or mail messages will appear.
6601 The higher the number, the more buttons will appear and the more false
6602 positives are possible."
6603 ;; mail addresses, MIDs, URLs for news, ...
6605 :group 'gnus-article-buttons
6608 (defcustom gnus-button-browse-level 5
6609 "*Integer that says how many buttons for browsing will appear.
6610 The higher the number, the more buttons will appear and the more false
6611 positives are possible."
6612 ;; stuff handled by `browse-url' or `gnus-button-embedded-url'
6614 :group 'gnus-article-buttons
6617 (defcustom gnus-button-alist
6618 '(("<\\(url:[>\n\t ]*?\\)?\\(nntp\\|news\\):[>\n\t ]*\\([^>\n\t ]*@[^>\n\t ]*\\)>"
6619 0 (>= gnus-button-message-level 0) gnus-button-handle-news 3)
6620 ((concat "\\b\\(nntp\\|news\\):\\("
6621 gnus-button-valid-localpart-regexp "@[a-z0-9.-]+[a-z]\\)")
6622 0 t gnus-button-handle-news 2)
6623 ("\\(\\b<\\(url:[>\n\t ]*\\)?\\(nntp\\|news\\):[>\n\t ]*\\(//\\)?\\([^>\n\t ]*\\)>\\)"
6624 1 (>= gnus-button-message-level 0) gnus-button-fetch-group 5)
6625 ("\\b\\(nntp\\|news\\):\\(//\\)?\\([^'\">\n\t ]+\\)"
6626 0 (>= gnus-button-message-level 0) gnus-button-fetch-group 3)
6627 ;; RFC 2392 (Don't allow `/' in domain part --> CID)
6628 ("\\bmid:\\(//\\)?\\([^'\">\n\t ]+@[^'\">\n\t /]+\\)"
6629 0 (>= gnus-button-message-level 0) gnus-button-message-id 2)
6630 ("\\bin\\( +article\\| +message\\)? +\\(<\\([^\n @<>]+@[^\n @<>]+\\)>\\)"
6631 2 (>= gnus-button-message-level 0) gnus-button-message-id 3)
6632 ("\\(<URL: *\\)mailto: *\\([^> \n\t]+\\)>"
6633 0 (>= gnus-button-message-level 0) gnus-url-mailto 2)
6634 ;; RFC 2368 (The mailto URL scheme)
6635 ("\\bmailto:\\([-a-z.@_+0-9%=?&/]+\\)"
6636 0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
6637 ("\\bmailto:\\([^ \n\t]+\\)"
6638 0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
6640 ((concat "\\bCTAN:[ \t\n]?[^>)!;:,'\n\t ]*\\("
6641 gnus-button-ctan-directory-regexp
6642 "[^][>)!;:,'\n\t ]+\\)")
6643 0 (>= gnus-button-tex-level 1) gnus-button-handle-ctan 1)
6644 ((concat "\\btex-archive/\\("
6645 gnus-button-ctan-directory-regexp
6646 "/[-_.a-z0-9/]+[-_./a-z0-9]+[/a-z0-9]\\)")
6647 1 (>= gnus-button-tex-level 6) gnus-button-handle-ctan 1)
6650 gnus-button-ctan-directory-regexp
6651 "/[-_.a-z0-9]+/[-_./a-z0-9]+[/a-z0-9]\\)")
6652 1 (>= gnus-button-tex-level 8) gnus-button-handle-ctan 1)
6653 ;; This is info (home-grown style) <info://foo/bar+baz>
6654 ("\\binfo://\\([^'\">\n\t ]+\\)"
6655 0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 1)
6656 ;; Info GNOME style <info:foo#bar_baz>
6657 ("\\binfo:\\([^('\n\t\r \"><][^'\n\t\r \"><]*\\)"
6658 0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url-gnome 1)
6659 ;; Info KDE style <info:(foo)bar baz>
6660 ("<\\(info:\\(([^)]+)[^>\n\r]*\\)\\)>"
6661 1 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url-kde 2)
6662 ("\\((Info-goto-node\\|(info\\)[ \t\n]*\\(\"[^\"]*\"\\))" 0
6663 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 2)
6664 ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+i[ \t\n]+d?[ \t\n]?m[ \t\n]+\\([^ ]+ ?[^ ]+\\)[ \t\n]+RET"
6665 ;; Info links like `C-h i d m CC Mode RET'
6666 0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-keystrokes 2)
6668 ("M-x[ \t\n]\\(customize-[^ ]+\\)[ \t\n]RET[ \t\n]\\([^ ]+\\)[ \t\n]RET" 0
6669 (>= gnus-button-emacs-level 1) gnus-button-handle-custom 1 2)
6670 ;; Emacs help commands
6671 ("M-x[ \t\n]+apropos[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6672 ;; regexp doesn't match arguments containing ` '.
6673 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos 1)
6674 ("M-x[ \t\n]+apropos-command[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6675 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-command 1)
6676 ("M-x[ \t\n]+apropos-variable[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6677 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-variable 1)
6678 ("M-x[ \t\n]+apropos-documentation[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6679 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-documentation 1)
6680 ;; The following entries may lead to many false positives so don't enable
6681 ;; them by default (use a high button level).
6682 ("/\\([a-z][-a-z0-9]+\\.el\\)\\>[^.?]"
6683 ;; Exclude [.?] for URLs in gmane.emacs.cvs
6684 1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1)
6685 ("`\\([a-z][-a-z0-9]+\\.el\\)'"
6686 1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1)
6687 ("`\\([a-z][a-z0-9]+-[a-z]+-[-a-z]+\\|\\(gnus\\|message\\)-[-a-z]+\\)'"
6688 0 (>= gnus-button-emacs-level 8) gnus-button-handle-symbol 1)
6689 ("`\\([a-z][a-z0-9]+-[a-z]+\\)'"
6690 0 (>= gnus-button-emacs-level 9) gnus-button-handle-symbol 1)
6691 ("(setq[ \t\n]+\\([a-z][a-z0-9]+-[-a-z0-9]+\\)[ \t\n]+.+)"
6692 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-variable 1)
6693 ("\\bM-x[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6694 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-function 1)
6695 ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+f[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6696 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-function 2)
6697 ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+v[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6698 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-variable 2)
6699 ("`\\(\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+k[ \t\n]+\\([^']+\\)\\)'"
6700 ;; Unlike the other regexps we really have to require quoting
6701 ;; here to determine where it ends.
6702 1 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-key 3)
6703 ;; This is how URLs _should_ be embedded in text (RFC 1738, RFC 2396)...
6704 ("<URL: *\\([^<>]*\\)>"
6705 1 (>= gnus-button-browse-level 0) gnus-button-embedded-url 1)
6706 ;; RFC 2396 (2.4.3., delims) ...
6707 ("\"URL: *\\([^\"]*\\)\""
6708 1 (>= gnus-button-browse-level 0) gnus-button-embedded-url 1)
6709 ;; RFC 2396 (2.4.3., delims) ...
6710 ("\"URL: *\\([^\"]*\\)\""
6711 1 (>= gnus-button-browse-level 0) gnus-button-embedded-url 1)
6713 (gnus-button-url-regexp
6714 0 (>= gnus-button-browse-level 0) browse-url 0)
6716 ("\\b\\([a-z][a-z]+([1-9])\\)\\W"
6717 0 (and (>= gnus-button-man-level 1) (< gnus-button-man-level 3))
6718 gnus-button-handle-man 1)
6719 ;; more man pages: resolv.conf(5), iso_8859-1(7), xterm(1x)
6720 ("\\b\\([a-z][-_.a-z0-9]+([1-9])\\)\\W"
6721 0 (and (>= gnus-button-man-level 3) (< gnus-button-man-level 5))
6722 gnus-button-handle-man 1)
6723 ;; even more: Apache::PerlRun(3pm), PDL::IO::FastRaw(3pm),
6724 ;; SoWWWAnchor(3iv), XSelectInput(3X11), X(1), X(7)
6725 ("\\b\\(\\(?:[a-z][-+_.:a-z0-9]+([1-9][X1a-z]*)\\)\\|\\b\\(?:X([1-9])\\)\\)\\W"
6726 0 (>= gnus-button-man-level 5) gnus-button-handle-man 1)
6727 ;; Recognizing patches to .el files. This is somewhat obscure,
6728 ;; but considering the percentage of Gnus users who hack Emacs
6730 ("^--- \\([-a-z0-9]+\\.el\\).*\n.*\n@@ -?\\([0-9]+\\)" 1
6731 (>= gnus-button-message-level 4) gnus-button-patch 1 2)
6732 ;; MID or mail: To avoid too many false positives we don't try to catch
6733 ;; all kind of allowed MIDs or mail addresses. Domain part must contain
6734 ;; at least one dot. TLD must contain two or three chars or be a know TLD
6735 ;; (info|name|...). Put this entry near the _end_ of `gnus-button-alist'
6736 ;; so that non-ambiguous entries (see above) match first.
6737 (gnus-button-mid-or-mail-regexp
6738 0 (>= gnus-button-message-level 5) gnus-button-handle-mid-or-mail 1))
6739 "*Alist of regexps matching buttons in article bodies.
6741 Each entry has the form (REGEXP BUTTON FORM CALLBACK PAR...), where
6742 REGEXP: is the string (case insensitive) matching text around the button (can
6743 also be Lisp expression evaluating to a string),
6744 BUTTON: is the number of the regexp grouping actually matching the button,
6745 FORM: is a Lisp expression which must eval to true for the button to
6747 CALLBACK: is the function to call when the user push this button, and each
6748 PAR: is a number of a regexp grouping whose text will be passed to CALLBACK.
6750 CALLBACK can also be a variable, in that case the value of that
6751 variable it the real callback function."
6752 :group 'gnus-article-buttons
6753 :type '(repeat (list (choice regexp variable sexp)
6754 (integer :tag "Button")
6756 (function :tag "Callback")
6759 (integer :tag "Regexp group")))))
6761 (defcustom gnus-header-button-alist
6762 '(("^\\(References\\|Message-I[Dd]\\|^In-Reply-To\\):" "<[^<>]+>"
6763 0 (>= gnus-button-message-level 0) gnus-button-message-id 0)
6764 ("^\\(From\\|Reply-To\\):" ": *\\(.+\\)$"
6765 1 (>= gnus-button-message-level 0) gnus-button-reply 1)
6766 ("^\\(Cc\\|To\\):" "[^ \t\n<>,()\"]+@[^ \t\n<>,()\"]+"
6767 0 (>= gnus-button-message-level 0) gnus-msg-mail 0)
6768 ("^X-[Uu][Rr][Ll]:" gnus-button-url-regexp
6769 0 (>= gnus-button-browse-level 0) browse-url 0)
6770 ("^Subject:" gnus-button-url-regexp
6771 0 (>= gnus-button-browse-level 0) browse-url 0)
6772 ("^[^:]+:" gnus-button-url-regexp
6773 0 (>= gnus-button-browse-level 0) browse-url 0)
6774 ("^OpenPGP:.*url=" gnus-button-url-regexp
6775 0 (>= gnus-button-browse-level 0) gnus-button-openpgp 0)
6776 ("^[^:]+:" "\\bmailto:\\([-a-z.@_+0-9%=?&/]+\\)"
6777 0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
6778 ("^[^:]+:" "\\(<\\(url: \\)?\\(nntp\\|news\\):\\([^>\n ]*\\)>\\)"
6779 1 (>= gnus-button-message-level 0) gnus-button-message-id 4))
6780 "*Alist of headers and regexps to match buttons in article heads.
6782 This alist is very similar to `gnus-button-alist', except that each
6783 alist has an additional HEADER element first in each entry:
6785 \(HEADER REGEXP BUTTON FORM CALLBACK PAR)
6787 HEADER is a regexp to match a header. For a fuller explanation, see
6788 `gnus-button-alist'."
6789 :group 'gnus-article-buttons
6790 :group 'gnus-article-headers
6791 :type '(repeat (list (regexp :tag "Header")
6792 (choice regexp variable)
6793 (integer :tag "Button")
6795 (function :tag "Callback")
6798 (integer :tag "Regexp group")))))
6802 (defun gnus-article-push-button (event)
6803 "Check text under the mouse pointer for a callback function.
6804 If the text under the mouse pointer has a `gnus-callback' property,
6805 call it with the value of the `gnus-data' text property."
6807 (set-buffer (window-buffer (posn-window (event-start event))))
6808 (let* ((pos (posn-point (event-start event)))
6809 (data (get-text-property pos 'gnus-data))
6810 (fun (get-text-property pos 'gnus-callback)))
6813 (funcall fun data))))
6815 (defun gnus-article-press-button ()
6816 "Check text at point for a callback function.
6817 If the text at point has a `gnus-callback' property,
6818 call it with the value of the `gnus-data' text property."
6820 (let ((data (get-text-property (point) 'gnus-data))
6821 (fun (get-text-property (point) 'gnus-callback)))
6823 (funcall fun data))))
6825 (defun gnus-article-highlight (&optional force)
6826 "Highlight current article.
6827 This function calls `gnus-article-highlight-headers',
6828 `gnus-article-highlight-citation',
6829 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
6830 do the highlighting. See the documentation for those functions."
6831 (interactive (list 'force))
6832 (gnus-article-highlight-headers)
6833 (gnus-article-highlight-citation force)
6834 (gnus-article-highlight-signature)
6835 (gnus-article-add-buttons force)
6836 (gnus-article-add-buttons-to-head))
6838 (defun gnus-article-highlight-some (&optional force)
6839 "Highlight current article.
6840 This function calls `gnus-article-highlight-headers',
6841 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
6842 do the highlighting. See the documentation for those functions."
6843 (interactive (list 'force))
6844 (gnus-article-highlight-headers)
6845 (gnus-article-highlight-signature)
6846 (gnus-article-add-buttons))
6848 (defun gnus-article-highlight-headers ()
6849 "Highlight article headers as specified by `gnus-header-face-alist'."
6851 (gnus-with-article-headers
6852 (let (regexp header-face field-face from hpoints fpoints)
6853 (dolist (entry gnus-header-face-alist)
6854 (goto-char (point-min))
6855 (setq regexp (concat "^\\("
6856 (if (string-equal "" (nth 0 entry))
6860 header-face (nth 1 entry)
6861 field-face (nth 2 entry))
6862 (while (and (re-search-forward regexp nil t)
6866 (unless (search-forward ":" nil t)
6868 (when (and header-face
6869 (not (memq (point) hpoints)))
6870 (push (point) hpoints)
6871 (gnus-put-text-property from (point) 'face header-face))
6872 (when (and field-face
6873 (not (memq (setq from (point)) fpoints)))
6875 (if (re-search-forward "^[^ \t]" nil t)
6877 (goto-char (point-max)))
6878 (gnus-put-text-property from (point) 'face field-face)))))))
6880 (defun gnus-article-highlight-signature ()
6881 "Highlight the signature in an article.
6882 It does this by highlighting everything after
6883 `gnus-signature-separator' using the face `gnus-signature'."
6885 (gnus-with-article-buffer
6886 (let ((inhibit-point-motion-hooks t))
6888 (when (and gnus-signature-face
6889 (gnus-article-narrow-to-signature))
6890 (gnus-overlay-put (gnus-make-overlay (point-min) (point-max))
6891 'face gnus-signature-face)
6893 (gnus-article-search-signature)
6894 (let ((start (match-beginning 0))
6895 (end (set-marker (make-marker) (1+ (match-end 0)))))
6896 (gnus-article-add-button start (1- end) 'gnus-signature-toggle
6899 (defun gnus-button-in-region-p (b e prop)
6900 "Say whether PROP exists in the region."
6901 (text-property-not-all b e prop nil))
6903 (defun gnus-article-add-buttons (&optional force)
6904 "Find external references in the article and make buttons of them.
6905 \"External references\" are things like Message-IDs and URLs, as
6906 specified by `gnus-button-alist'."
6907 (interactive (list 'force))
6908 (gnus-with-article-buffer
6909 (let ((inhibit-point-motion-hooks t)
6910 (case-fold-search t)
6911 (alist gnus-button-alist)
6913 ;; Remove all old markers.
6914 (let (marker entry new-list)
6915 (while (setq marker (pop gnus-button-marker-list))
6916 (if (or (< marker (point-min)) (>= marker (point-max)))
6917 (push marker new-list)
6919 (when (setq entry (gnus-button-entry))
6920 (put-text-property (match-beginning (nth 1 entry))
6921 (match-end (nth 1 entry))
6922 'gnus-callback nil))
6923 (set-marker marker nil)))
6924 (setq gnus-button-marker-list new-list))
6925 ;; We skip the headers.
6928 (while (setq entry (pop alist))
6929 (setq regexp (eval (car entry)))
6931 (while (re-search-forward regexp nil t)
6932 (let* ((start (and entry (match-beginning (nth 1 entry))))
6933 (end (and entry (match-end (nth 1 entry))))
6934 (from (match-beginning 0)))
6935 (when (and (or (eq t (nth 2 entry))
6936 (eval (nth 2 entry)))
6937 (not (gnus-button-in-region-p
6938 start end 'gnus-callback)))
6939 ;; That optional form returned non-nil, so we add the
6941 (gnus-article-add-button
6942 start end 'gnus-button-push
6943 (car (push (set-marker (make-marker) from)
6944 gnus-button-marker-list))))))))))
6946 ;; Add buttons to the head of an article.
6947 (defun gnus-article-add-buttons-to-head ()
6948 "Add buttons to the head of the article."
6950 (gnus-with-article-headers
6952 (dolist (entry gnus-header-button-alist)
6953 ;; Each alist entry.
6954 (goto-char (point-min))
6955 (while (re-search-forward (car entry) nil t)
6956 ;; Each header matching the entry.
6957 (setq beg (match-beginning 0))
6958 (setq end (or (and (re-search-forward "^[^ \t]" nil t)
6959 (match-beginning 0))
6962 (while (re-search-forward (eval (nth 1 entry)) end t)
6963 ;; Each match within a header.
6964 (let* ((entry (cdr entry))
6965 (start (match-beginning (nth 1 entry)))
6966 (end (match-end (nth 1 entry)))
6967 (form (nth 2 entry)))
6968 (goto-char (match-end 0))
6970 (gnus-article-add-button
6971 start end (nth 3 entry)
6972 (buffer-substring (match-beginning (nth 4 entry))
6973 (match-end (nth 4 entry)))))))
6974 (goto-char end))))))
6976 ;;; External functions:
6978 (defun gnus-article-add-button (from to fun &optional data)
6979 "Create a button between FROM and TO with callback FUN and data DATA."
6980 (when gnus-article-button-face
6981 (gnus-overlay-put (gnus-make-overlay from to)
6982 'face gnus-article-button-face))
6983 (gnus-add-text-properties
6985 (nconc (and gnus-article-mouse-face
6986 (list gnus-mouse-face-prop gnus-article-mouse-face))
6987 (list 'gnus-callback fun)
6988 (and data (list 'gnus-data data))))
6989 (widget-convert-button 'link from to :action 'gnus-widget-press-button
6990 :button-keymap gnus-widget-button-keymap))
6992 ;;; Internal functions:
6994 (defun gnus-article-set-globals ()
6995 (with-current-buffer gnus-summary-buffer
6996 (gnus-set-global-variables)))
6998 (defun gnus-signature-toggle (end)
6999 (gnus-with-article-buffer
7000 (let ((inhibit-point-motion-hooks t))
7001 (if (text-property-any end (point-max) 'article-type 'signature)
7003 (gnus-delete-wash-type 'signature)
7004 (gnus-remove-text-properties-when
7005 'article-type 'signature end (point-max)
7006 (cons 'article-type (cons 'signature
7007 gnus-hidden-properties))))
7008 (gnus-add-wash-type 'signature)
7009 (gnus-add-text-properties-when
7010 'article-type nil end (point-max)
7011 (cons 'article-type (cons 'signature
7012 gnus-hidden-properties)))))
7013 (let ((gnus-article-mime-handle-alist-1 gnus-article-mime-handle-alist))
7014 (gnus-set-mode-line 'article))))
7016 (defun gnus-button-entry ()
7017 ;; Return the first entry in `gnus-button-alist' matching this place.
7018 (let ((alist gnus-button-alist)
7021 (setq entry (pop alist))
7022 (if (looking-at (eval (car entry)))
7027 (defun gnus-button-push (marker)
7028 ;; Push button starting at MARKER.
7031 (let* ((entry (gnus-button-entry))
7032 (inhibit-point-motion-hooks t)
7034 (args (mapcar (lambda (group)
7035 (let ((string (match-string group)))
7036 (set-text-properties
7037 0 (length string) nil string)
7044 (fboundp (symbol-value fun)))
7045 (apply (symbol-value fun) args))
7047 (gnus-message 1 "You must define `%S' to use this button"
7048 (cons fun args)))))))
7050 (defun gnus-parse-news-url (url)
7051 (let (scheme server port group message-id articles)
7054 (goto-char (point-min))
7055 (when (looking-at "\\([A-Za-z]+\\):")
7056 (setq scheme (match-string 1))
7057 (goto-char (match-end 0)))
7058 (when (looking-at "//\\([^:/]+\\)\\(:?\\)\\([0-9]+\\)?/")
7059 (setq server (match-string 1))
7060 (setq port (if (stringp (match-string 3))
7061 (string-to-number (match-string 3))
7063 (goto-char (match-end 0)))
7066 ((looking-at "\\(.*@.*\\)")
7067 (setq message-id (match-string 1)))
7068 ((looking-at "\\([^/]+\\)/\\([-0-9]+\\)")
7069 (setq group (match-string 1)
7070 articles (split-string (match-string 2) "-")))
7071 ((looking-at "\\([^/]+\\)/?")
7072 (setq group (match-string 1)))
7074 (error "Unknown news URL syntax"))))
7075 (list scheme server port group message-id articles)))
7077 (defun gnus-button-handle-news (url)
7079 (destructuring-bind (scheme server port group message-id articles)
7080 (gnus-parse-news-url url)
7084 (set-buffer gnus-summary-buffer)
7086 (let ((gnus-refer-article-method
7087 (nconc (list (list 'nntp server))
7088 gnus-refer-article-method))
7089 (nntp-port-number (or port "nntp")))
7090 (gnus-message 7 "Fetching %s with %s"
7091 message-id gnus-refer-article-method)
7092 (gnus-summary-refer-article message-id))
7093 (gnus-summary-refer-article message-id))))
7095 (gnus-button-fetch-group url)))))
7097 (defun gnus-button-handle-man (url)
7099 (gnus-message 9 "`%s' `%s'" gnus-button-man-handler url)
7100 (when (eq gnus-button-man-handler 'woman)
7101 (setq url (gnus-replace-in-string url "([1-9][X1a-z]*).*\\'" "")))
7102 (gnus-message 9 "`%s' `%s'" gnus-button-man-handler url)
7103 (funcall gnus-button-man-handler url))
7105 (defun gnus-button-handle-info-url (url)
7106 "Fetch an info URL."
7107 (setq url (mm-subst-char-in-string ?+ ?\ url))
7109 ((string-match "^\\([^:/]+\\)?/\\(.*\\)" url)
7110 (gnus-info-find-node
7111 (concat "(" (or (gnus-url-unhex-string (match-string 1 url))
7113 ")" (gnus-url-unhex-string (match-string 2 url)))))
7114 ((string-match "([^)\"]+)[^\"]+" url)
7116 (gnus-replace-in-string
7117 (gnus-replace-in-string url "[\n\t ]+" " ") "\"" ""))
7118 (gnus-info-find-node url))
7119 (t (error "Can't parse %s" url))))
7121 (defun gnus-button-handle-info-url-gnome (url)
7122 "Fetch GNOME style info URL."
7123 (setq url (mm-subst-char-in-string ?_ ?\ url))
7124 (if (string-match "\\([^#]+\\)#?\\(.*\\)" url)
7125 (gnus-info-find-node
7127 (gnus-url-unhex-string
7128 (match-string 1 url))
7130 (or (gnus-url-unhex-string
7131 (match-string 2 url))
7133 (error "Can't parse %s" url)))
7135 (defun gnus-button-handle-info-url-kde (url)
7136 "Fetch KDE style info URL."
7137 (gnus-info-find-node (gnus-url-unhex-string url)))
7139 (defun gnus-button-handle-info-keystrokes (url)
7140 "Call `info' when pushing the corresponding URL button."
7141 ;; For links like `C-h i d m gnus RET', `C-h i d m CC Mode RET'.
7146 (defun gnus-button-openpgp (url)
7147 "Retrieve and add an OpenPGP key given URL from an OpenPGP header."
7149 (mm-url-insert-file-contents-external url)
7150 (pgg-snarf-keys-region (point-min) (point-max))
7151 (pgg-display-output-buffer nil nil nil)))
7153 (defun gnus-button-message-id (message-id)
7155 (with-current-buffer gnus-summary-buffer
7156 (gnus-summary-refer-article message-id)))
7158 (defun gnus-button-fetch-group (address)
7159 "Fetch GROUP specified by ADDRESS."
7160 (if (not (string-match "[:/]" address))
7161 ;; This is just a simple group url.
7162 (gnus-group-read-ephemeral-group address gnus-select-method)
7165 "^\\([^:/]+\\)\\(:\\([^/]+\\)\\)?/\\([^/]+\\)\\(/\\([0-9]+\\)\\)?"
7167 (error "Can't parse %s" address)
7168 (gnus-group-read-ephemeral-group
7169 (match-string 4 address)
7170 `(nntp ,(match-string 1 address)
7171 (nntp-address ,(match-string 1 address))
7172 (nntp-port-number ,(if (match-end 3)
7173 (match-string 3 address)
7176 (and (match-end 6) (list (string-to-number (match-string 6 address))))))))
7178 (defun gnus-url-parse-query-string (query &optional downcase)
7179 (let (retval pairs cur key val)
7180 (setq pairs (split-string query "&"))
7182 (setq cur (car pairs)
7184 (if (not (string-match "=" cur))
7186 (setq key (gnus-url-unhex-string (substring cur 0 (match-beginning 0)))
7187 val (gnus-url-unhex-string (substring cur (match-end 0) nil) t))
7189 (setq key (downcase key)))
7190 (setq cur (assoc key retval))
7192 (setcdr cur (cons val (cdr cur)))
7193 (setq retval (cons (list key val) retval)))))
7196 (defun gnus-url-mailto (url)
7197 ;; Send mail to someone
7198 (when (string-match "mailto:/*\\(.*\\)" url)
7199 (setq url (substring url (match-beginning 1) nil)))
7200 (let (to args subject func)
7201 (setq args (gnus-url-parse-query-string
7202 (if (string-match "^\\?" url)
7204 (if (string-match "^\\([^?]+\\)\\?\\(.*\\)" url)
7205 (concat "to=" (match-string 1 url) "&"
7206 (match-string 2 url))
7207 (concat "to=" url)))
7209 subject (cdr-safe (assoc "subject" args)))
7212 (setq func (intern-soft (concat "message-goto-" (downcase (caar args)))))
7215 (message-position-on-field (caar args)))
7216 (insert (gnus-replace-in-string
7217 (mapconcat 'identity (reverse (cdar args)) ", ")
7219 (setq args (cdr args)))
7222 (message-goto-subject))))
7224 (defun gnus-button-embedded-url (address)
7225 "Activate ADDRESS with `browse-url'."
7226 (browse-url (gnus-strip-whitespace address)))
7228 ;;; Next/prev buttons in the article buffer.
7230 (defvar gnus-next-page-line-format "%{%(Next page...%)%}\n")
7231 (defvar gnus-prev-page-line-format "%{%(Previous page...%)%}\n")
7233 (defvar gnus-prev-page-map
7234 (let ((map (make-sparse-keymap)))
7235 (define-key map gnus-mouse-2 'gnus-button-prev-page)
7236 (define-key map "\r" 'gnus-button-prev-page)
7239 (defvar gnus-next-page-map
7240 (let ((map (make-sparse-keymap)))
7241 (unless (>= emacs-major-version 21)
7242 ;; XEmacs doesn't care.
7243 (set-keymap-parent map gnus-article-mode-map))
7244 (define-key map gnus-mouse-2 'gnus-button-next-page)
7245 (define-key map "\r" 'gnus-button-next-page)
7248 (defun gnus-insert-prev-page-button ()
7250 (inhibit-read-only t))
7252 gnus-prev-page-line-format nil
7253 `(keymap ,gnus-prev-page-map
7255 gnus-callback gnus-article-button-prev-page
7256 article-type annotation))
7257 (widget-convert-button
7259 ;; Exclude a newline.
7262 :action 'gnus-button-prev-page
7263 :button-keymap gnus-prev-page-map)))
7265 (defun gnus-button-next-page (&optional args more-args)
7266 "Go to the next page."
7268 (let ((win (selected-window)))
7269 (select-window (gnus-get-buffer-window gnus-article-buffer t))
7270 (gnus-article-next-page)
7271 (select-window win)))
7273 (defun gnus-button-prev-page (&optional args more-args)
7274 "Go to the prev page."
7276 (let ((win (selected-window)))
7277 (select-window (gnus-get-buffer-window gnus-article-buffer t))
7278 (gnus-article-prev-page)
7279 (select-window win)))
7281 (defun gnus-insert-next-page-button ()
7283 (inhibit-read-only t))
7284 (gnus-eval-format gnus-next-page-line-format nil
7285 `(keymap ,gnus-next-page-map
7287 gnus-callback gnus-article-button-next-page
7288 article-type annotation))
7289 (widget-convert-button
7291 ;; Exclude a newline.
7294 :action 'gnus-button-next-page
7295 :button-keymap gnus-next-page-map)))
7297 (defun gnus-article-button-next-page (arg)
7298 "Go to the next page."
7300 (let ((win (selected-window)))
7301 (select-window (gnus-get-buffer-window gnus-article-buffer t))
7302 (gnus-article-next-page)
7303 (select-window win)))
7305 (defun gnus-article-button-prev-page (arg)
7306 "Go to the prev page."
7308 (let ((win (selected-window)))
7309 (select-window (gnus-get-buffer-window gnus-article-buffer t))
7310 (gnus-article-prev-page)
7311 (select-window win)))
7313 (defvar gnus-decode-header-methods
7314 '(mail-decode-encoded-word-region)
7315 "List of methods used to decode headers.
7317 This variable is a list of FUNCTION or (REGEXP . FUNCTION). If item
7318 is FUNCTION, FUNCTION will be applied to all newsgroups. If item is a
7319 \(REGEXP . FUNCTION), FUNCTION will be only apply to the newsgroups
7320 whose names match REGEXP.
7323 \((\"chinese\" . gnus-decode-encoded-word-region-by-guess)
7324 mail-decode-encoded-word-region
7325 (\"chinese\" . rfc1843-decode-region))
7328 (defvar gnus-decode-header-methods-cache nil)
7330 (defun gnus-multi-decode-header (start end)
7331 "Apply the functions from `gnus-encoded-word-methods' that match."
7332 (unless (and gnus-decode-header-methods-cache
7333 (eq gnus-newsgroup-name
7334 (car gnus-decode-header-methods-cache)))
7335 (setq gnus-decode-header-methods-cache (list gnus-newsgroup-name))
7338 (nconc gnus-decode-header-methods-cache (list x))
7339 (if (and gnus-newsgroup-name
7340 (string-match (car x) gnus-newsgroup-name))
7341 (nconc gnus-decode-header-methods-cache
7343 gnus-decode-header-methods))
7344 (let ((xlist gnus-decode-header-methods-cache))
7347 (narrow-to-region start end)
7349 (funcall (pop xlist) (point-min) (point-max))))))
7352 ;;; Treatment top-level handling.
7355 (defun gnus-treat-article (condition &optional part-number total-parts type)
7356 (let ((length (- (point-max) (point-min)))
7357 (alist gnus-treatment-function-alist)
7358 (article-goto-body-goes-to-point-min-p t)
7362 (let ((list gnus-article-treat-types))
7364 (when (string-match (pop list) type)
7365 (throw 'found t)))))))
7366 (highlightp (gnus-visual-p 'article-highlight 'highlight))
7368 (gnus-run-hooks 'gnus-part-display-hook)
7369 (dolist (elem alist)
7372 (when (gnus-buffer-live-p gnus-summary-buffer)
7373 (set-buffer gnus-summary-buffer))
7374 (symbol-value (car elem))))
7375 (when (and (or (consp val)
7377 (gnus-treat-predicate val)
7378 (or (not (get (car elem) 'highlight))
7381 (funcall (cadr elem)))))))
7383 ;; Dynamic variables.
7385 (defvar part-number)
7386 (defvar total-parts)
7391 (defun gnus-treat-predicate (val)
7398 (stringp (car val)))
7399 (apply 'gnus-or (mapcar `(lambda (s)
7400 (string-match s ,(or gnus-newsgroup-name "")))
7403 (let ((pred (pop val)))
7406 (apply 'gnus-or (mapcar 'gnus-treat-predicate val)))
7408 (apply 'gnus-and (mapcar 'gnus-treat-predicate val)))
7410 (not (gnus-treat-predicate (car val))))
7412 (equal (car val) type))
7414 (error "%S is not a valid predicate" pred)))))
7422 (eq part-number total-parts))
7426 (error "%S is not a valid value" val))))
7428 (defun gnus-article-encrypt-body (protocol &optional n)
7429 "Encrypt the article body."
7432 (or gnus-article-encrypt-protocol
7433 (completing-read "Encrypt protocol: "
7434 gnus-article-encrypt-protocol-alist
7436 current-prefix-arg))
7437 (let ((func (cdr (assoc protocol gnus-article-encrypt-protocol-alist))))
7439 (error "Can't find the encrypt protocol %s" protocol))
7440 (if (member gnus-newsgroup-name '("nndraft:delayed"
7443 (error "Can't encrypt the article in group %s"
7444 gnus-newsgroup-name))
7445 (gnus-summary-iterate n
7447 (set-buffer gnus-summary-buffer)
7448 (let ((mail-parse-charset gnus-newsgroup-charset)
7449 (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets)
7450 (summary-buffer gnus-summary-buffer)
7452 (gnus-set-global-variables)
7453 (when (gnus-group-read-only-p)
7454 (error "The current newsgroup does not support article encrypt"))
7455 (gnus-summary-show-article t)
7457 (or (mail-header-references gnus-current-headers) ""))
7458 (set-buffer gnus-article-buffer)
7459 (let* ((inhibit-read-only t)
7461 (mapcar (lambda (field)
7462 (and (save-restriction
7463 (message-narrow-to-head)
7464 (goto-char (point-min))
7465 (search-forward field nil t))
7467 (message-narrow-to-field)
7469 (delete-region (point-min) (point-max))
7471 '("Content-Type:" "Content-Transfer-Encoding:"
7472 "Content-Disposition:"))))
7473 (message-narrow-to-head)
7474 (message-remove-header "MIME-Version")
7475 (goto-char (point-max))
7476 (setq point (point))
7477 (insert (apply 'concat headers))
7479 (narrow-to-region point (point-max))
7480 (let ((message-options message-options))
7481 (message-options-set 'message-sender user-mail-address)
7482 (message-options-set 'message-recipients user-mail-address)
7483 (message-options-set 'message-sign-encrypt 'not)
7485 (goto-char (point-min))
7486 (insert "MIME-Version: 1.0\n")
7488 (gnus-summary-edit-article-done
7489 references nil summary-buffer t))
7490 (when gnus-keep-backlog
7491 (gnus-backlog-remove-article
7492 (car gnus-article-current) (cdr gnus-article-current)))
7494 (when (get-buffer gnus-original-article-buffer)
7495 (set-buffer gnus-original-article-buffer)
7496 (setq gnus-original-article nil)))
7497 (when gnus-use-cache
7498 (gnus-cache-update-article
7499 (car gnus-article-current) (cdr gnus-article-current))))))))
7501 (defvar gnus-mime-security-button-line-format "%{%([[%t:%i]%D]%)%}\n"
7502 "The following specs can be used:
7503 %t The security MIME type
7506 %D Details if button is pressed")
7508 (defvar gnus-mime-security-button-end-line-format "%{%([[End of %t]%D]%)%}\n"
7509 "The following specs can be used:
7510 %t The security MIME type
7513 %D Details if button is pressed")
7515 (defvar gnus-mime-security-button-line-format-alist
7516 '((?t gnus-tmp-type ?s)
7517 (?i gnus-tmp-info ?s)
7518 (?d gnus-tmp-details ?s)
7519 (?D gnus-tmp-pressed-details ?s)))
7521 (defvar gnus-mime-security-button-commands
7522 '((gnus-article-press-button "\r" "Show Detail")
7526 (gnus-mime-security-save-part "o" "Save...")
7535 (gnus-mime-security-pipe-part "|" "Pipe To Command...")
7538 (defvar gnus-mime-security-button-map
7539 (let ((map (make-sparse-keymap)))
7540 (define-key map gnus-mouse-2 'gnus-article-push-button)
7541 (define-key map gnus-down-mouse-3 'gnus-mime-security-button-menu)
7542 (dolist (c gnus-mime-security-button-commands)
7543 (define-key map (cadr c) (car c)))
7547 gnus-mime-security-button-menu gnus-mime-security-button-map
7548 "Security button menu."
7552 (unless (eq (car c) 'undefined)
7553 (vector (caddr c) (car c) :enable t)))
7554 gnus-mime-security-button-commands))))
7556 (defun gnus-mime-security-button-menu (event prefix)
7557 "Construct a context-sensitive menu of security commands."
7558 (interactive "e\nP")
7559 (save-window-excursion
7560 (let ((pos (event-start event)))
7561 (select-window (posn-window pos))
7562 (goto-char (posn-point pos))
7563 (gnus-article-check-buffer)
7564 (popup-menu gnus-mime-security-button-menu nil prefix))))
7566 (defvar gnus-mime-security-details-buffer nil)
7568 (defvar gnus-mime-security-button-pressed nil)
7570 (defvar gnus-mime-security-show-details-inline t
7571 "If non-nil, show details in the article buffer.")
7573 (defun gnus-mime-security-verify-or-decrypt (handle)
7574 (mm-remove-parts (cdr handle))
7575 (let ((region (mm-handle-multipart-ctl-parameter handle 'gnus-region))
7576 point (inhibit-read-only t))
7578 (goto-char (car region)))
7580 (narrow-to-region (point) (point))
7581 (with-current-buffer (mm-handle-multipart-original-buffer handle)
7582 (let* ((mm-verify-option 'known)
7583 (mm-decrypt-option 'known)
7584 (nparts (mm-possibly-verify-or-decrypt (cdr handle) handle)))
7585 (unless (eq nparts (cdr handle))
7586 (mm-destroy-parts (cdr handle))
7587 (setcdr handle nparts))))
7588 (setq point (point))
7589 (gnus-mime-display-security handle)
7590 (goto-char (point-max)))
7592 (delete-region (point) (cdr region))
7593 (set-marker (car region) nil)
7594 (set-marker (cdr region) nil))
7597 (defun gnus-mime-security-show-details (handle)
7598 (let ((details (mm-handle-multipart-ctl-parameter handle 'gnus-details)))
7600 (gnus-message 5 "No details.")
7601 (if gnus-mime-security-show-details-inline
7602 (let ((gnus-mime-security-button-pressed
7603 (not (get-text-property (point) 'gnus-mime-details)))
7604 (gnus-mime-security-button-line-format
7605 (get-text-property (point) 'gnus-line-format))
7606 (inhibit-read-only t))
7608 (while (eq (get-text-property (point) 'gnus-line-format)
7609 gnus-mime-security-button-line-format)
7613 (narrow-to-region (point) (point))
7614 (gnus-insert-mime-security-button handle))
7615 (delete-region (point)
7616 (or (text-property-not-all
7619 gnus-mime-security-button-line-format)
7622 (if (gnus-buffer-live-p gnus-mime-security-details-buffer)
7623 (with-current-buffer gnus-mime-security-details-buffer
7626 (setq gnus-mime-security-details-buffer
7627 (gnus-get-buffer-create "*MIME Security Details*")))
7628 (with-current-buffer gnus-mime-security-details-buffer
7630 (goto-char (point-min)))
7631 (pop-to-buffer gnus-mime-security-details-buffer)))))
7633 (defun gnus-mime-security-press-button (handle)
7635 (if (mm-handle-multipart-ctl-parameter handle 'gnus-info)
7636 (gnus-mime-security-show-details handle)
7637 (gnus-mime-security-verify-or-decrypt handle))))
7639 (defun gnus-insert-mime-security-button (handle &optional displayed)
7640 (let* ((protocol (mm-handle-multipart-ctl-parameter handle 'protocol))
7643 (or (nth 2 (assoc protocol mm-verify-function-alist))
7644 (nth 2 (assoc protocol mm-decrypt-function-alist))
7646 (if (equal (car handle) "multipart/signed")
7647 " Signed" " Encrypted")
7650 (or (mm-handle-multipart-ctl-parameter handle 'gnus-info)
7653 (mm-handle-multipart-ctl-parameter handle 'gnus-details))
7654 gnus-tmp-pressed-details
7656 (setq gnus-tmp-details
7657 (if gnus-tmp-details
7658 (concat "\n" gnus-tmp-details)
7660 (setq gnus-tmp-pressed-details
7661 (if gnus-mime-security-button-pressed gnus-tmp-details ""))
7666 gnus-mime-security-button-line-format
7667 gnus-mime-security-button-line-format-alist
7668 `(keymap ,gnus-mime-security-button-map
7669 gnus-callback gnus-mime-security-press-button
7670 gnus-line-format ,gnus-mime-security-button-line-format
7671 gnus-mime-details ,gnus-mime-security-button-pressed
7672 article-type annotation
7675 ;; Exclude a newline.
7678 (widget-convert-button
7681 :action 'gnus-widget-press-button
7682 :button-keymap gnus-mime-security-button-map
7684 (lambda (widget/window &optional overlay pos)
7685 ;; Needed to properly clear the message due to a bug in
7686 ;; wid-edit (XEmacs only).
7687 (when (boundp 'help-echo-owns-message)
7688 (setq help-echo-owns-message t))
7690 "%S: show detail; %S: more options"
7691 (aref gnus-mouse-2 0)
7692 (aref gnus-down-mouse-3 0))))))
7694 (defun gnus-mime-display-security (handle)
7696 (narrow-to-region (point) (point))
7697 (unless (gnus-unbuttonized-mime-type-p (car handle))
7698 (gnus-insert-mime-security-button handle))
7699 (gnus-mime-display-part (cadr handle))
7702 (unless (gnus-unbuttonized-mime-type-p (car handle))
7703 (let ((gnus-mime-security-button-line-format
7704 gnus-mime-security-button-end-line-format))
7705 (gnus-insert-mime-security-button handle)))
7706 (mm-set-handle-multipart-parameter
7708 (cons (set-marker (make-marker) (point-min))
7709 (set-marker (make-marker) (point-max))))))
7711 (defun gnus-mime-security-run-function (function)
7712 "Run FUNCTION with the security part under point."
7713 (gnus-article-check-buffer)
7714 (let ((data (get-text-property (point) 'gnus-data))
7716 (when (and (stringp (car-safe data))
7717 (setq buffer (mm-handle-multipart-original-buffer data))
7718 (setq handle (cadr data)))
7719 (if (bufferp (mm-handle-buffer handle))
7721 (setq handle (cons buffer (copy-sequence (cdr handle))))
7722 (mm-handle-set-undisplayer handle nil))
7723 (setq handle (mm-make-handle
7725 (mm-handle-multipart-ctl-parameter handle 'protocol)
7726 nil nil nil nil nil nil)))
7727 (funcall function handle))))
7729 (defun gnus-mime-security-save-part ()
7730 "Save the security part under point."
7732 (gnus-mime-security-run-function 'mm-save-part))
7734 (defun gnus-mime-security-pipe-part ()
7735 "Pipe the security part under point to a process."
7737 (gnus-mime-security-run-function 'mm-pipe-part))
7743 (run-hooks 'gnus-art-load-hook)
7745 ;;; arch-tag: 2654516f-6279-48f9-a83b-05c1fa450c33
7746 ;;; gnus-art.el ends here