Sync up with Pteroductyl Gnus v0.70
[elisp/gnus.git-] / lisp / gnus.el
1 ;;; gnus.el --- a newsreader for GNU Emacs
2 ;; Copyright (C) 1987,88,89,90,93,94,95,96,97,98,99 Free Software Foundation, Inc.
3
4 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
5 ;;      Lars Magne Ingebrigtsen <larsi@gnus.org>
6 ;;      Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
7 ;;      Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8 ;; Keywords: news, mail
9
10 ;; This file is part of GNU Emacs.
11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
26
27 ;;; Commentary:
28
29 ;;; Code:
30
31 (eval '(run-hooks 'gnus-load-hook))
32
33 (eval-when-compile (require 'cl))
34
35 (require 'custom)
36 (eval-and-compile
37   (if (< emacs-major-version 20)
38       (require 'gnus-load)))
39 (require 'message)
40
41 (defgroup gnus nil
42   "The coffee-brewing, all singing, all dancing, kitchen sink newsreader."
43   :group 'news
44   :group 'mail)
45
46 (defgroup gnus-cache nil
47   "Cache interface."
48   :group 'gnus)
49
50 (defgroup gnus-start nil
51   "Starting your favorite newsreader."
52   :group 'gnus)
53
54 (defgroup gnus-start-server nil
55   "Server options at startup."
56   :group 'gnus-start)
57
58 ;; These belong to gnus-group.el.
59 (defgroup gnus-group nil
60   "Group buffers."
61   :link '(custom-manual "(gnus)The Group Buffer")
62   :group 'gnus)
63
64 (defgroup gnus-group-foreign nil
65   "Foreign groups."
66   :link '(custom-manual "(gnus)Foreign Groups")
67   :group 'gnus-group)
68
69 (defgroup gnus-group-new nil
70   "Automatic subscription of new groups."
71   :group 'gnus-group)
72
73 (defgroup gnus-group-levels nil
74   "Group levels."
75   :link '(custom-manual "(gnus)Group Levels")
76   :group 'gnus-group)
77
78 (defgroup gnus-group-select nil
79   "Selecting a Group."
80   :link '(custom-manual "(gnus)Selecting a Group")
81   :group 'gnus-group)
82
83 (defgroup gnus-group-listing nil
84   "Showing slices of the group list."
85   :link '(custom-manual "(gnus)Listing Groups")
86   :group 'gnus-group)
87
88 (defgroup gnus-group-visual nil
89   "Sorting the group buffer."
90   :link '(custom-manual "(gnus)Group Buffer Format")
91   :group 'gnus-group
92   :group 'gnus-visual)
93
94 (defgroup gnus-group-various nil
95   "Various group options."
96   :link '(custom-manual "(gnus)Scanning New Messages")
97   :group 'gnus-group)
98
99 ;; These belong to gnus-sum.el.
100 (defgroup gnus-summary nil
101   "Summary buffers."
102   :link '(custom-manual "(gnus)The Summary Buffer")
103   :group 'gnus)
104
105 (defgroup gnus-summary-exit nil
106   "Leaving summary buffers."
107   :link '(custom-manual "(gnus)Exiting the Summary Buffer")
108   :group 'gnus-summary)
109
110 (defgroup gnus-summary-marks nil
111   "Marks used in summary buffers."
112   :link '(custom-manual "(gnus)Marking Articles")
113   :group 'gnus-summary)
114
115 (defgroup gnus-thread nil
116   "Ordering articles according to replies."
117   :link '(custom-manual "(gnus)Threading")
118   :group 'gnus-summary)
119
120 (defgroup gnus-summary-format nil
121   "Formatting of the summary buffer."
122   :link '(custom-manual "(gnus)Summary Buffer Format")
123   :group 'gnus-summary)
124
125 (defgroup gnus-summary-choose nil
126   "Choosing Articles."
127   :link '(custom-manual "(gnus)Choosing Articles")
128   :group 'gnus-summary)
129
130 (defgroup gnus-summary-maneuvering nil
131   "Summary movement commands."
132   :link '(custom-manual "(gnus)Summary Maneuvering")
133   :group 'gnus-summary)
134
135 (defgroup gnus-summary-mail nil
136   "Mail group commands."
137   :link '(custom-manual "(gnus)Mail Group Commands")
138   :group 'gnus-summary)
139
140 (defgroup gnus-summary-sort nil
141   "Sorting the summary buffer."
142   :link '(custom-manual "(gnus)Sorting")
143   :group 'gnus-summary)
144
145 (defgroup gnus-summary-visual nil
146   "Highlighting and menus in the summary buffer."
147   :link '(custom-manual "(gnus)Summary Highlighting")
148   :group 'gnus-visual
149   :group 'gnus-summary)
150
151 (defgroup gnus-summary-various nil
152   "Various summary buffer options."
153   :link '(custom-manual "(gnus)Various Summary Stuff")
154   :group 'gnus-summary)
155
156 (defgroup gnus-summary-pick nil
157   "Pick mode in the summary buffer."
158   :link '(custom-manual "(gnus)Pick and Read")
159   :prefix "gnus-pick-"
160   :group 'gnus-summary)
161
162 (defgroup gnus-summary-tree nil
163   "Tree display of threads in the summary buffer."
164   :link '(custom-manual "(gnus)Tree Display")
165   :prefix "gnus-tree-"
166   :group 'gnus-summary)
167
168 ;; Belongs to gnus-uu.el
169 (defgroup gnus-extract-view nil
170   "Viewing extracted files."
171   :link '(custom-manual "(gnus)Viewing Files")
172   :group 'gnus-extract)
173
174 ;; Belongs to gnus-score.el
175 (defgroup gnus-score nil
176   "Score and kill file handling."
177   :group 'gnus)
178
179 (defgroup gnus-score-kill nil
180   "Kill files."
181   :group 'gnus-score)
182
183 (defgroup gnus-score-adapt nil
184   "Adaptive score files."
185   :group 'gnus-score)
186
187 (defgroup gnus-score-default nil
188   "Default values for score files."
189   :group 'gnus-score)
190
191 (defgroup gnus-score-expire nil
192   "Expiring score rules."
193   :group 'gnus-score)
194
195 (defgroup gnus-score-decay nil
196   "Decaying score rules."
197   :group 'gnus-score)
198
199 (defgroup gnus-score-files nil
200   "Score and kill file names."
201   :group 'gnus-score
202   :group 'gnus-files)
203
204 (defgroup gnus-score-various nil
205   "Various scoring and killing options."
206   :group 'gnus-score)
207
208 ;; Other
209 (defgroup gnus-visual nil
210   "Options controling the visual fluff."
211   :group 'gnus
212   :group 'faces)
213
214 (defgroup gnus-agent nil
215   "Offline support for Gnus."
216   :group 'gnus)
217
218 (defgroup gnus-files nil
219   "Files used by Gnus."
220   :group 'gnus)
221
222 (defgroup gnus-dribble-file nil
223   "Auto save file."
224   :link '(custom-manual "(gnus)Auto Save")
225   :group 'gnus-files)
226
227 (defgroup gnus-newsrc nil
228   "Storing Gnus state."
229   :group 'gnus-files)
230
231 (defgroup gnus-server nil
232   "Options related to newsservers and other servers used by Gnus."
233   :group 'gnus)
234
235 (defgroup gnus-message '((message custom-group))
236   "Composing replies and followups in Gnus."
237   :group 'gnus)
238
239 (defgroup gnus-meta nil
240   "Meta variables controling major portions of Gnus.
241 In general, modifying these variables does not take affect until Gnus
242 is restarted, and sometimes reloaded."
243   :group 'gnus)
244
245 (defgroup gnus-various nil
246   "Other Gnus options."
247   :link '(custom-manual "(gnus)Various Various")
248   :group 'gnus)
249
250 (defgroup gnus-mime nil
251   "Variables for controlling the Gnus MIME interface."
252   :group 'gnus)
253
254 (defgroup gnus-exit nil
255   "Exiting gnus."
256   :link '(custom-manual "(gnus)Exiting Gnus")
257   :group 'gnus)
258
259 (defconst gnus-product-name "T-gnus"
260   "Product name of this version of gnus.")
261
262 (defconst gnus-version-number "6.10.053"
263   "Version number for this version of gnus.")
264
265 (defconst gnus-original-version-number "0.70"
266     "Version number for this version of Gnus.")
267
268 (defconst gnus-original-product-name "Pterodactyl Gnus"
269   "Product name of the original version of Gnus.")
270
271 (defconst gnus-version
272   (format "%s %s (based on %s v%s ; for SEMI 1.12, FLIM 1.12)"
273           gnus-product-name gnus-version-number
274           gnus-original-product-name gnus-original-version-number)
275   "Version string for this version of gnus.")
276
277 (defcustom gnus-inhibit-startup-message nil
278   "If non-nil, the startup message will not be displayed.
279 This variable is used before `.gnus.el' is loaded, so it should
280 be set in `.emacs' instead."
281   :group 'gnus-start
282   :type 'boolean)
283
284 (defcustom gnus-play-startup-jingle nil
285   "If non-nil, play the Gnus jingle at startup."
286   :group 'gnus-start
287   :type 'boolean)
288
289 (unless (featurep 'gnus-xmas)
290   (defalias 'gnus-make-overlay 'make-overlay)
291   (defalias 'gnus-delete-overlay 'delete-overlay)
292   (defalias 'gnus-overlay-put 'overlay-put)
293   (defalias 'gnus-move-overlay 'move-overlay)
294   (defalias 'gnus-overlay-end 'overlay-end)
295   (defalias 'gnus-extent-detached-p 'ignore)
296   (defalias 'gnus-extent-start-open 'ignore)
297   (defalias 'gnus-set-text-properties 'set-text-properties)
298   (defalias 'gnus-group-remove-excess-properties 'ignore)
299   (defalias 'gnus-appt-select-lowest-window 'appt-select-lowest-window)
300   (defalias 'gnus-mail-strip-quoted-names 'mail-strip-quoted-names)
301   (defalias 'gnus-character-to-event 'identity)
302   (defalias 'gnus-add-text-properties 'add-text-properties)
303   (defalias 'gnus-put-text-property 'put-text-property)
304   (defalias 'gnus-mode-line-buffer-identification 'identity)
305   (defalias 'gnus-characterp 'numberp)
306   (defalias 'gnus-deactivate-mark 'deactivate-mark)
307   (defalias 'gnus-window-edges 'window-edges)
308   (defalias 'gnus-key-press-event-p 'numberp)
309   (defalias 'gnus-decode-rfc1522 'ignore))
310
311 ;; We define these group faces here to avoid the display
312 ;; update forced when creating new faces.
313
314 (defface gnus-group-news-1-face
315   '((((class color)
316       (background dark))
317      (:foreground "PaleTurquoise" :bold t))
318     (((class color)
319       (background light))
320      (:foreground "ForestGreen" :bold t))
321     (t
322      ()))
323   "Level 1 newsgroup face.")
324
325 (defface gnus-group-news-1-empty-face
326   '((((class color)
327       (background dark))
328      (:foreground "PaleTurquoise"))
329     (((class color)
330       (background light))
331      (:foreground "ForestGreen"))
332     (t
333      ()))
334   "Level 1 empty newsgroup face.")
335
336 (defface gnus-group-news-2-face
337   '((((class color)
338       (background dark))
339      (:foreground "turquoise" :bold t))
340     (((class color)
341       (background light))
342      (:foreground "CadetBlue4" :bold t))
343     (t
344      ()))
345   "Level 2 newsgroup face.")
346
347 (defface gnus-group-news-2-empty-face
348   '((((class color)
349       (background dark))
350      (:foreground "turquoise"))
351     (((class color)
352       (background light))
353      (:foreground "CadetBlue4"))
354     (t
355      ()))
356   "Level 2 empty newsgroup face.")
357
358 (defface gnus-group-news-3-face
359   '((((class color)
360       (background dark))
361      (:bold t))
362     (((class color)
363       (background light))
364      (:bold t))
365     (t
366      ()))
367   "Level 3 newsgroup face.")
368
369 (defface gnus-group-news-3-empty-face
370   '((((class color)
371       (background dark))
372      ())
373     (((class color)
374       (background light))
375      ())
376     (t
377      ()))
378   "Level 3 empty newsgroup face.")
379
380 (defface gnus-group-news-4-face
381   '((((class color)
382       (background dark))
383      (:bold t))
384     (((class color)
385       (background light))
386      (:bold t))
387     (t
388      ()))
389   "Level 4 newsgroup face.")
390
391 (defface gnus-group-news-4-empty-face
392   '((((class color)
393       (background dark))
394      ())
395     (((class color)
396       (background light))
397      ())
398     (t
399      ()))
400   "Level 4 empty newsgroup face.")
401
402 (defface gnus-group-news-5-face
403   '((((class color)
404       (background dark))
405      (:bold t))
406     (((class color)
407       (background light))
408      (:bold t))
409     (t
410      ()))
411   "Level 5 newsgroup face.")
412
413 (defface gnus-group-news-5-empty-face
414   '((((class color)
415       (background dark))
416      ())
417     (((class color)
418       (background light))
419      ())
420     (t
421      ()))
422   "Level 5 empty newsgroup face.")
423
424 (defface gnus-group-news-6-face
425   '((((class color)
426       (background dark))
427      (:bold t))
428     (((class color)
429       (background light))
430      (:bold t))
431     (t
432      ()))
433   "Level 6 newsgroup face.")
434
435 (defface gnus-group-news-6-empty-face
436   '((((class color)
437       (background dark))
438      ())
439     (((class color)
440       (background light))
441      ())
442     (t
443      ()))
444   "Level 6 empty newsgroup face.")
445
446 (defface gnus-group-news-low-face
447   '((((class color)
448       (background dark))
449      (:foreground "DarkTurquoise" :bold t))
450     (((class color)
451       (background light))
452      (:foreground "DarkGreen" :bold t))
453     (t
454      ()))
455   "Low level newsgroup face.")
456
457 (defface gnus-group-news-low-empty-face
458   '((((class color)
459       (background dark))
460      (:foreground "DarkTurquoise"))
461     (((class color)
462       (background light))
463      (:foreground "DarkGreen"))
464     (t
465      ()))
466   "Low level empty newsgroup face.")
467
468 (defface gnus-group-mail-1-face
469   '((((class color)
470       (background dark))
471      (:foreground "aquamarine1" :bold t))
472     (((class color)
473       (background light))
474      (:foreground "DeepPink3" :bold t))
475     (t
476      (:bold t)))
477   "Level 1 mailgroup face.")
478
479 (defface gnus-group-mail-1-empty-face
480   '((((class color)
481       (background dark))
482      (:foreground "aquamarine1"))
483     (((class color)
484       (background light))
485      (:foreground "DeepPink3"))
486     (t
487      (:italic t :bold t)))
488   "Level 1 empty mailgroup face.")
489
490 (defface gnus-group-mail-2-face
491   '((((class color)
492       (background dark))
493      (:foreground "aquamarine2" :bold t))
494     (((class color)
495       (background light))
496      (:foreground "HotPink3" :bold t))
497     (t
498      (:bold t)))
499   "Level 2 mailgroup face.")
500
501 (defface gnus-group-mail-2-empty-face
502   '((((class color)
503       (background dark))
504      (:foreground "aquamarine2"))
505     (((class color)
506       (background light))
507      (:foreground "HotPink3"))
508     (t
509      (:bold t)))
510   "Level 2 empty mailgroup face.")
511
512 (defface gnus-group-mail-3-face
513   '((((class color)
514       (background dark))
515      (:foreground "aquamarine3" :bold t))
516     (((class color)
517       (background light))
518      (:foreground "magenta4" :bold t))
519     (t
520      (:bold t)))
521   "Level 3 mailgroup face.")
522
523 (defface gnus-group-mail-3-empty-face
524   '((((class color)
525       (background dark))
526      (:foreground "aquamarine3"))
527     (((class color)
528       (background light))
529      (:foreground "magenta4"))
530     (t
531      ()))
532   "Level 3 empty mailgroup face.")
533
534 (defface gnus-group-mail-low-face
535   '((((class color)
536       (background dark))
537      (:foreground "aquamarine4" :bold t))
538     (((class color)
539       (background light))
540      (:foreground "DeepPink4" :bold t))
541     (t
542      (:bold t)))
543   "Low level mailgroup face.")
544
545 (defface gnus-group-mail-low-empty-face
546   '((((class color)
547       (background dark))
548      (:foreground "aquamarine4"))
549     (((class color)
550       (background light))
551      (:foreground "DeepPink4"))
552     (t
553      (:bold t)))
554   "Low level empty mailgroup face.")
555
556 ;; Summary mode faces.
557
558 (defface gnus-summary-selected-face '((t
559                                        (:underline t)))
560   "Face used for selected articles.")
561
562 (defface gnus-summary-cancelled-face
563   '((((class color))
564      (:foreground "yellow" :background "black")))
565   "Face used for cancelled articles.")
566
567 (defface gnus-summary-high-ticked-face
568   '((((class color)
569       (background dark))
570      (:foreground "pink" :bold t))
571     (((class color)
572       (background light))
573      (:foreground "firebrick" :bold t))
574     (t
575      (:bold t)))
576   "Face used for high interest ticked articles.")
577
578 (defface gnus-summary-low-ticked-face
579   '((((class color)
580       (background dark))
581      (:foreground "pink" :italic t))
582     (((class color)
583       (background light))
584      (:foreground "firebrick" :italic t))
585     (t
586      (:italic t)))
587   "Face used for low interest ticked articles.")
588
589 (defface gnus-summary-normal-ticked-face
590   '((((class color)
591       (background dark))
592      (:foreground "pink"))
593     (((class color)
594       (background light))
595      (:foreground "firebrick"))
596     (t
597      ()))
598   "Face used for normal interest ticked articles.")
599
600 (defface gnus-summary-high-ancient-face
601   '((((class color)
602       (background dark))
603      (:foreground "SkyBlue" :bold t))
604     (((class color)
605       (background light))
606      (:foreground "RoyalBlue" :bold t))
607     (t
608      (:bold t)))
609   "Face used for high interest ancient articles.")
610
611 (defface gnus-summary-low-ancient-face
612   '((((class color)
613       (background dark))
614      (:foreground "SkyBlue" :italic t))
615     (((class color)
616       (background light))
617      (:foreground "RoyalBlue" :italic t))
618     (t
619      (:italic t)))
620   "Face used for low interest ancient articles.")
621
622 (defface gnus-summary-normal-ancient-face
623   '((((class color)
624       (background dark))
625      (:foreground "SkyBlue"))
626     (((class color)
627       (background light))
628      (:foreground "RoyalBlue"))
629     (t
630      ()))
631   "Face used for normal interest ancient articles.")
632
633 (defface gnus-summary-high-unread-face
634   '((t
635      (:bold t)))
636   "Face used for high interest unread articles.")
637
638 (defface gnus-summary-low-unread-face
639   '((t
640      (:italic t)))
641   "Face used for low interest unread articles.")
642
643 (defface gnus-summary-normal-unread-face
644   '((t
645      ()))
646   "Face used for normal interest unread articles.")
647
648 (defface gnus-summary-high-read-face
649   '((((class color)
650       (background dark))
651      (:foreground "PaleGreen"
652                   :bold t))
653     (((class color)
654       (background light))
655      (:foreground "DarkGreen"
656                   :bold t))
657     (t
658      (:bold t)))
659   "Face used for high interest read articles.")
660
661 (defface gnus-summary-low-read-face
662   '((((class color)
663       (background dark))
664      (:foreground "PaleGreen"
665                   :italic t))
666     (((class color)
667       (background light))
668      (:foreground "DarkGreen"
669                   :italic t))
670     (t
671      (:italic t)))
672   "Face used for low interest read articles.")
673
674 (defface gnus-summary-normal-read-face
675   '((((class color)
676       (background dark))
677      (:foreground "PaleGreen"))
678     (((class color)
679       (background light))
680      (:foreground "DarkGreen"))
681     (t
682      ()))
683   "Face used for normal interest read articles.")
684
685
686 ;;;
687 ;;; Gnus buffers
688 ;;;
689
690 (defvar gnus-buffers nil)
691
692 (defun gnus-get-buffer-create (name)
693   "Do the same as `get-buffer-create', but store the created buffer."
694   (or (get-buffer name)
695       (car (push (get-buffer-create name) gnus-buffers))))
696
697 (defun gnus-add-buffer ()
698   "Add the current buffer to the list of Gnus buffers."
699   (push (current-buffer) gnus-buffers))
700
701 (defun gnus-buffers ()
702   "Return a list of live Gnus buffers."
703   (while (and gnus-buffers
704               (not (buffer-name (car gnus-buffers))))
705     (pop gnus-buffers))
706   (let ((buffers gnus-buffers))
707     (while (cdr buffers)
708       (if (buffer-name (cadr buffers))
709           (pop buffers)
710         (setcdr buffers (cddr buffers)))))
711   gnus-buffers)
712
713 ;;; Splash screen.
714
715 (defvar gnus-group-buffer "*Group*")
716
717 (eval-and-compile
718   (autoload 'gnus-play-jingle "gnus-audio"))
719
720 (defface gnus-splash-face
721   '((((class color)
722       (background dark))
723      (:foreground "Brown"))
724     (((class color)
725       (background light))
726      (:foreground "Brown"))
727     (t
728      ()))
729   "Face of the splash screen.")
730
731 (defun gnus-splash ()
732   (save-excursion
733     (switch-to-buffer (gnus-get-buffer-create gnus-group-buffer))
734     (let ((buffer-read-only nil))
735       (erase-buffer)
736       (unless gnus-inhibit-startup-message
737         (gnus-group-startup-message)
738         (sit-for 0)
739         (when gnus-play-startup-jingle
740           (gnus-play-jingle))))))
741
742 (defun gnus-indent-rigidly (start end arg)
743   "Indent rigidly using only spaces and no tabs."
744   (save-excursion
745     (save-restriction
746       (narrow-to-region start end)
747       (let ((tab-width 8))
748         (indent-rigidly start end arg)
749         ;; We translate tabs into spaces -- not everybody uses
750         ;; an 8-character tab.
751         (goto-char (point-min))
752         (while (search-forward "\t" nil t)
753           (replace-match "        " t t))))))
754
755 (defvar gnus-simple-splash nil)
756
757 (defun gnus-group-startup-message (&optional x y)
758   "Insert startup message in current buffer."
759   ;; Insert the message.
760   (erase-buffer)
761   (insert
762    (format "              %s
763           _    ___ _             _
764           _ ___ __ ___  __    _ ___
765           __   _     ___    __  ___
766               _           ___     _
767              _  _ __             _
768              ___   __            _
769                    __           _
770                     _      _   _
771                    _      _    _
772                       _  _    _
773                   __  ___
774                  _   _ _     _
775                 _   _
776               _    _
777              _    _
778             _
779           __
780
781 "
782            ""))
783   ;; And then hack it.
784   (gnus-indent-rigidly (point-min) (point-max)
785                        (/ (max (- (window-width) (or x 46)) 0) 2))
786   (goto-char (point-min))
787   (forward-line 1)
788   (let* ((pheight (count-lines (point-min) (point-max)))
789          (wheight (window-height))
790          (rest (- wheight pheight)))
791     (insert (make-string (max 0 (* 2 (/ rest 3))) ?\n)))
792   ;; Fontify some.
793   (put-text-property (point-min) (point-max) 'face 'gnus-splash-face)
794   (goto-char (point-min))
795   (setq mode-line-buffer-identification (concat " " gnus-version))
796   (setq gnus-simple-splash t)
797   (set-buffer-modified-p t))
798
799 (eval-when (load)
800   (let ((command (format "%s" this-command)))
801     (if (and (string-match "gnus" command)
802              (not (string-match "gnus-other-frame" command)))
803         (gnus-splash)
804       (gnus-get-buffer-create gnus-group-buffer))))
805
806 ;;; Do the rest.
807
808 (require 'custom)
809 (require 'gnus-util)
810 (require 'nnheader)
811
812 (defcustom gnus-home-directory "~/"
813   "Directory variable that specifies the \"home\" directory.
814 All other Gnus path variables are initialized from this variable."
815   :group 'gnus-files
816   :type 'directory)
817
818 (defcustom gnus-directory (or (getenv "SAVEDIR")
819                               (nnheader-concat gnus-home-directory "News/"))
820   "*Directory variable from which all other Gnus file variables are derived.
821
822 Note that Gnus is mostly loaded when the `.gnus.el' file is read.
823 This means that other directory variables that are initialized from
824 this variable won't be set properly if you set this variable in `.gnus.el'.
825 Set this variable in `.emacs' instead."
826   :group 'gnus-files
827   :type 'directory)
828
829 (defcustom gnus-default-directory nil
830   "*Default directory for all Gnus buffers."
831   :group 'gnus-files
832   :type '(choice (const :tag "current" nil)
833                  directory))
834
835 ;; Site dependent variables.  These variables should be defined in
836 ;; paths.el.
837
838 (defvar gnus-default-nntp-server nil
839   "Specify a default NNTP server.
840 This variable should be defined in paths.el, and should never be set
841 by the user.
842 If you want to change servers, you should use `gnus-select-method'.
843 See the documentation to that variable.")
844
845 ;; Don't touch this variable.
846 (defvar gnus-nntp-service "nntp"
847   "NNTP service name (\"nntp\" or 119).
848 This is an obsolete variable, which is scarcely used.  If you use an
849 nntp server for your newsgroup and want to change the port number
850 used to 899, you would say something along these lines:
851
852  (setq gnus-select-method '(nntp \"my.nntp.server\" (nntp-port-number 899)))")
853
854 (defcustom gnus-nntpserver-file "/etc/nntpserver"
855   "A file with only the name of the nntp server in it."
856   :group 'gnus-files
857   :group 'gnus-server
858   :type 'file)
859
860 ;; This function is used to check both the environment variable
861 ;; NNTPSERVER and the /etc/nntpserver file to see whether one can find
862 ;; an nntp server name default.
863 (defun gnus-getenv-nntpserver ()
864   (or (getenv "NNTPSERVER")
865       (and (file-readable-p gnus-nntpserver-file)
866            (save-excursion
867              (set-buffer (gnus-get-buffer-create " *gnus nntp*"))
868              (insert-file-contents gnus-nntpserver-file)
869              (let ((name (buffer-string)))
870                (prog1
871                    (if (string-match "^[ \t\n]*$" name)
872                        nil
873                      name)
874                  (kill-buffer (current-buffer))))))))
875
876 (defcustom gnus-select-method
877   (condition-case nil
878     (nconc
879      (list 'nntp (or (condition-case nil
880                          (gnus-getenv-nntpserver)
881                        (error nil))
882                      (when (and gnus-default-nntp-server
883                                 (not (string= gnus-default-nntp-server "")))
884                        gnus-default-nntp-server)
885                      "news"))
886      (if (or (null gnus-nntp-service)
887              (equal gnus-nntp-service "nntp"))
888          nil
889        (list gnus-nntp-service)))
890     (error nil))
891   "*Default method for selecting a newsgroup.
892 This variable should be a list, where the first element is how the
893 news is to be fetched, the second is the address.
894
895 For instance, if you want to get your news via NNTP from
896 \"flab.flab.edu\", you could say:
897
898 \(setq gnus-select-method '(nntp \"flab.flab.edu\"))
899
900 If you want to use your local spool, say:
901
902 \(setq gnus-select-method (list 'nnspool (system-name)))
903
904 If you use this variable, you must set `gnus-nntp-server' to nil.
905
906 There is a lot more to know about select methods and virtual servers -
907 see the manual for details."
908   :group 'gnus-server
909   :type 'gnus-select-method)
910
911 (defcustom gnus-message-archive-method
912   `(nnfolder
913     "archive"
914     (nnfolder-directory ,(nnheader-concat message-directory "archive"))
915     (nnfolder-active-file
916      ,(nnheader-concat message-directory "archive/active"))
917     (nnfolder-get-new-mail nil)
918     (nnfolder-inhibit-expiry t))
919   "*Method used for archiving messages you've sent.
920 This should be a mail method.
921
922 It's probably not a very effective to change this variable once you've
923 run Gnus once.  After doing that, you must edit this server from the
924 server buffer."
925   :group 'gnus-server
926   :group 'gnus-message
927   :type 'gnus-select-method)
928
929 (defcustom gnus-message-archive-group nil
930   "*Name of the group in which to save the messages you've written.
931 This can either be a string; a list of strings; or an alist
932 of regexps/functions/forms to be evaluated to return a string (or a list
933 of strings).  The functions are called with the name of the current
934 group (or nil) as a parameter.
935
936 If you want to save your mail in one group and the news articles you
937 write in another group, you could say something like:
938
939  \(setq gnus-message-archive-group
940         '((if (message-news-p)
941               \"misc-news\"
942             \"misc-mail\")))
943
944 Normally the group names returned by this variable should be
945 unprefixed -- which implicitly means \"store on the archive server\".
946 However, you may wish to store the message on some other server.  In
947 that case, just return a fully prefixed name of the group --
948 \"nnml+private:mail.misc\", for instance."
949   :group 'gnus-message
950   :type '(choice (const :tag "none" nil)
951                  function
952                  sexp
953                  string))
954
955 (defcustom gnus-secondary-servers nil
956   "List of NNTP servers that the user can choose between interactively.
957 To make Gnus query you for a server, you have to give `gnus' a
958 non-numeric prefix - `C-u M-x gnus', in short."
959   :group 'gnus-server
960   :type '(repeat string))
961
962 (defcustom gnus-nntp-server nil
963   "*The name of the host running the NNTP server.
964 This variable is semi-obsolete.  Use the `gnus-select-method'
965 variable instead."
966   :group 'gnus-server
967   :type '(choice (const :tag "disable" nil)
968                  string))
969
970 (defcustom gnus-secondary-select-methods nil
971   "A list of secondary methods that will be used for reading news.
972 This is a list where each element is a complete select method (see
973 `gnus-select-method').
974
975 If, for instance, you want to read your mail with the nnml backend,
976 you could set this variable:
977
978 \(setq gnus-secondary-select-methods '((nnml \"\")))"
979 :group 'gnus-server
980 :type '(repeat gnus-select-method))
981
982 (defvar gnus-backup-default-subscribed-newsgroups
983   '("news.announce.newusers" "news.groups.questions" "gnu.emacs.gnus")
984   "Default default new newsgroups the first time Gnus is run.
985 Should be set in paths.el, and shouldn't be touched by the user.")
986
987 (defcustom gnus-local-domain nil
988   "Local domain name without a host name.
989 The DOMAINNAME environment variable is used instead if it is defined.
990 If the `system-name' function returns the full Internet name, there is
991 no need to set this variable."
992   :group 'gnus-message
993   :type '(choice (const :tag "default" nil)
994                  string))
995
996 (defvar gnus-local-organization nil
997   "String with a description of what organization (if any) the user belongs to.
998 Obsolete variable; use `message-user-organization' instead.")
999
1000 ;; Customization variables
1001
1002 (defcustom gnus-refer-article-method nil
1003   "Preferred method for fetching an article by Message-ID.
1004 If you are reading news from the local spool (with nnspool), fetching
1005 articles by Message-ID is painfully slow.  By setting this method to an
1006 nntp method, you might get acceptable results.
1007
1008 The value of this variable must be a valid select method as discussed
1009 in the documentation of `gnus-select-method'."
1010   :group 'gnus-server
1011   :type '(choice (const :tag "default" nil)
1012                  gnus-select-method))
1013
1014 (defcustom gnus-group-faq-directory
1015   '("/ftp@mirrors.aol.com:/pub/rtfm/usenet/"
1016     "/ftp@sunsite.auc.dk:/pub/usenet/"
1017     "/ftp@sunsite.doc.ic.ac.uk:/pub/usenet/news-faqs/"
1018     "/ftp@src.doc.ic.ac.uk:/usenet/news-FAQS/"
1019     "/ftp@ftp.seas.gwu.edu:/pub/rtfm/"
1020     "/ftp@rtfm.mit.edu:/pub/usenet/"
1021     "/ftp@ftp.uni-paderborn.de:/pub/FAQ/"
1022     "/ftp@ftp.sunet.se:/pub/usenet/"
1023     "/ftp@nctuccca.edu.tw:/USENET/FAQ/"
1024     "/ftp@hwarang.postech.ac.kr:/pub/usenet/"
1025     "/ftp@ftp.hk.super.net:/mirror/faqs/")
1026   "*Directory where the group FAQs are stored.
1027 This will most commonly be on a remote machine, and the file will be
1028 fetched by ange-ftp.
1029
1030 This variable can also be a list of directories.  In that case, the
1031 first element in the list will be used by default.  The others can
1032 be used when being prompted for a site.
1033
1034 Note that Gnus uses an aol machine as the default directory.  If this
1035 feels fundamentally unclean, just think of it as a way to finally get
1036 something of value back from them.
1037
1038 If the default site is too slow, try one of these:
1039
1040    North America: mirrors.aol.com                /pub/rtfm/usenet
1041                   ftp.seas.gwu.edu               /pub/rtfm
1042                   rtfm.mit.edu                   /pub/usenet
1043    Europe:        ftp.uni-paderborn.de           /pub/FAQ
1044                   src.doc.ic.ac.uk               /usenet/news-FAQS
1045                   ftp.sunet.se                   /pub/usenet
1046                   sunsite.auc.dk                 /pub/usenet
1047    Asia:          nctuccca.edu.tw                /USENET/FAQ
1048                   hwarang.postech.ac.kr          /pub/usenet
1049                   ftp.hk.super.net               /mirror/faqs"
1050   :group 'gnus-group-various
1051   :type '(choice directory
1052                  (repeat directory)))
1053
1054 (defcustom gnus-use-cross-reference t
1055   "*Non-nil means that cross referenced articles will be marked as read.
1056 If nil, ignore cross references.  If t, mark articles as read in
1057 subscribed newsgroups.  If neither t nor nil, mark as read in all
1058 newsgroups."
1059   :group 'gnus-server
1060   :type '(choice (const :tag "off" nil)
1061                  (const :tag "subscribed" t)
1062                  (sexp :format "all"
1063                        :value always)))
1064
1065 (defcustom gnus-process-mark ?#
1066   "*Process mark."
1067   :group 'gnus-group-visual
1068   :group 'gnus-summary-marks
1069   :type 'character)
1070
1071 (defcustom gnus-asynchronous nil
1072   "*If non-nil, Gnus will supply backends with data needed for async article fetching."
1073   :group 'gnus-asynchronous
1074   :type 'boolean)
1075
1076 (defcustom gnus-large-newsgroup 200
1077   "*The number of articles which indicates a large newsgroup.
1078 If the number of articles in a newsgroup is greater than this value,
1079 confirmation is required for selecting the newsgroup."
1080   :group 'gnus-group-select
1081   :type 'integer)
1082
1083 (defcustom gnus-use-long-file-name (not (memq system-type '(usg-unix-v xenix)))
1084   "*Non-nil means that the default name of a file to save articles in is the group name.
1085 If it's nil, the directory form of the group name is used instead.
1086
1087 If this variable is a list, and the list contains the element
1088 `not-score', long file names will not be used for score files; if it
1089 contains the element `not-save', long file names will not be used for
1090 saving; and if it contains the element `not-kill', long file names
1091 will not be used for kill files.
1092
1093 Note that the default for this variable varies according to what system
1094 type you're using.  On `usg-unix-v' and `xenix' this variable defaults
1095 to nil while on all other systems it defaults to t."
1096   :group 'gnus-start
1097   :type 'boolean)
1098
1099 (defcustom gnus-kill-files-directory gnus-directory
1100   "*Name of the directory where kill files will be stored (default \"~/News\")."
1101   :group 'gnus-score-files
1102   :group 'gnus-score-kill
1103   :type 'directory)
1104
1105 (defcustom gnus-save-score nil
1106   "*If non-nil, save group scoring info."
1107   :group 'gnus-score-various
1108   :group 'gnus-start
1109   :type 'boolean)
1110
1111 (defcustom gnus-use-undo t
1112   "*If non-nil, allow undoing in Gnus group mode buffers."
1113   :group 'gnus-meta
1114   :type 'boolean)
1115
1116 (defcustom gnus-use-adaptive-scoring nil
1117   "*If non-nil, use some adaptive scoring scheme.
1118 If a list, then the values `word' and `line' are meaningful.  The
1119 former will perform adaption on individual words in the subject
1120 header while `line' will perform adaption on several headers."
1121   :group 'gnus-meta
1122   :group 'gnus-score-adapt
1123   :type '(set (const word) (const line)))
1124
1125 (defcustom gnus-use-cache 'passive
1126   "*If nil, Gnus will ignore the article cache.
1127 If `passive', it will allow entering (and reading) articles
1128 explicitly entered into the cache.  If anything else, use the
1129 cache to the full extent of the law."
1130   :group 'gnus-meta
1131   :group 'gnus-cache
1132   :type '(choice (const :tag "off" nil)
1133                  (const :tag "passive" passive)
1134                  (const :tag "active" t)))
1135
1136 (defcustom gnus-use-trees nil
1137   "*If non-nil, display a thread tree buffer."
1138   :group 'gnus-meta
1139   :type 'boolean)
1140
1141 (defcustom gnus-use-grouplens nil
1142   "*If non-nil, use GroupLens ratings."
1143   :group 'gnus-meta
1144   :type 'boolean)
1145
1146 (defcustom gnus-keep-backlog nil
1147   "*If non-nil, Gnus will keep read articles for later re-retrieval.
1148 If it is a number N, then Gnus will only keep the last N articles
1149 read.  If it is neither nil nor a number, Gnus will keep all read
1150 articles.  This is not a good idea."
1151   :group 'gnus-meta
1152   :type '(choice (const :tag "off" nil)
1153                  integer
1154                  (sexp :format "all"
1155                        :value t)))
1156
1157 (defcustom gnus-use-nocem nil
1158   "*If non-nil, Gnus will read NoCeM cancel messages."
1159   :group 'gnus-meta
1160   :type 'boolean)
1161
1162 (defcustom gnus-suppress-duplicates nil
1163   "*If non-nil, Gnus will mark duplicate copies of the same article as read."
1164   :group 'gnus-meta
1165   :type 'boolean)
1166
1167 (defcustom gnus-use-scoring t
1168   "*If non-nil, enable scoring."
1169   :group 'gnus-meta
1170   :type 'boolean)
1171
1172 (defcustom gnus-use-picons nil
1173   "*If non-nil, display picons."
1174   :group 'gnus-meta
1175   :type 'boolean)
1176
1177 (defcustom gnus-summary-prepare-exit-hook
1178   '(gnus-summary-expire-articles)
1179   "*A hook called when preparing to exit from the summary buffer.
1180 It calls `gnus-summary-expire-articles' by default."
1181   :group 'gnus-summary-exit
1182   :type 'hook)
1183
1184 (defcustom gnus-novice-user t
1185   "*Non-nil means that you are a usenet novice.
1186 If non-nil, verbose messages may be displayed and confirmations may be
1187 required."
1188   :group 'gnus-meta
1189   :type 'boolean)
1190
1191 (defcustom gnus-expert-user nil
1192   "*Non-nil means that you will never be asked for confirmation about anything.
1193 That doesn't mean *anything* anything; particularly destructive
1194 commands will still require prompting."
1195   :group 'gnus-meta
1196   :type 'boolean)
1197
1198 (defcustom gnus-interactive-catchup t
1199   "*If non-nil, require your confirmation when catching up a group."
1200   :group 'gnus-group-select
1201   :type 'boolean)
1202
1203 (defcustom gnus-interactive-exit t
1204   "*If non-nil, require your confirmation when exiting Gnus."
1205   :group 'gnus-exit
1206   :type 'boolean)
1207
1208 (defcustom gnus-extract-address-components 'gnus-extract-address-components
1209   "*Function for extracting address components from a From header.
1210 Two pre-defined function exist: `gnus-extract-address-components',
1211 which is the default, quite fast, and too simplistic solution, and
1212 `mail-extract-address-components', which works much better, but is
1213 slower."
1214   :group 'gnus-summary-format
1215   :type '(radio (function-item gnus-extract-address-components)
1216                 (function-item mail-extract-address-components)
1217                 (function-item std11-extract-address-components)
1218                 (function :tag "Other")))
1219
1220 (defcustom gnus-carpal nil
1221   "*If non-nil, display clickable icons."
1222   :group 'gnus-meta
1223   :type 'boolean)
1224
1225 (defcustom gnus-shell-command-separator ";"
1226   "String used to separate to shell commands."
1227   :group 'gnus-files
1228   :type 'string)
1229
1230 (defcustom gnus-valid-select-methods
1231   '(("nntp" post address prompt-address physical-address)
1232     ("nnspool" post address)
1233     ("nnvirtual" post-mail virtual prompt-address)
1234     ("nnmbox" mail respool address)
1235     ("nnml" mail respool address)
1236     ("nnmh" mail respool address)
1237     ("nndir" post-mail prompt-address physical-address)
1238     ("nneething" none address prompt-address physical-address)
1239     ("nndoc" none address prompt-address)
1240     ("nnbabyl" mail address respool)
1241     ("nnkiboze" post virtual)
1242     ("nnsoup" post-mail address)
1243     ("nndraft" post-mail)
1244     ("nnfolder" mail respool address)
1245     ("nngateway" post-mail address prompt-address physical-address)
1246     ("nnweb" none)
1247     ("nnlistserv" none)
1248     ("nnagent" post-mail))
1249   "*An alist of valid select methods.
1250 The first element of each list lists should be a string with the name
1251 of the select method.  The other elements may be the category of
1252 this method (i. e., `post', `mail', `none' or whatever) or other
1253 properties that this method has (like being respoolable).
1254 If you implement a new select method, all you should have to change is
1255 this variable.  I think."
1256   :group 'gnus-server
1257   :type '(repeat (group (string :tag "Name")
1258                         (radio-button-choice (const :format "%v " post)
1259                                              (const :format "%v " mail)
1260                                              (const :format "%v " none)
1261                                              (const post-mail))
1262                         (checklist :inline t
1263                                    (const :format "%v " address)
1264                                    (const :format "%v " prompt-address)
1265                                    (const :format "%v " physical-address)
1266                                    (const :format "%v " virtual)
1267                                    (const respool)))))
1268
1269 (define-widget 'gnus-select-method 'list
1270   "Widget for entering a select method."
1271   :args `((choice :tag "Method"
1272                   ,@(mapcar (lambda (entry)
1273                               (list 'const :format "%v\n"
1274                                     (intern (car entry))))
1275                             gnus-valid-select-methods))
1276           (string :tag "Address")
1277           (editable-list  :inline t
1278                           (list :format "%v"
1279                                 variable
1280                                 (sexp :tag "Value")))))
1281
1282 (defcustom gnus-updated-mode-lines '(group article summary tree)
1283   "List of buffers that should update their mode lines.
1284 The list may contain the symbols `group', `article', `tree' and
1285 `summary'.  If the corresponding symbol is present, Gnus will keep
1286 that mode line updated with information that may be pertinent.
1287 If this variable is nil, screen refresh may be quicker."
1288   :group 'gnus-various
1289   :type '(set (const group)
1290               (const article)
1291               (const summary)
1292               (const tree)))
1293
1294 ;; Added by Keinonen Kari <kk85613@cs.tut.fi>.
1295 (defcustom gnus-mode-non-string-length nil
1296   "*Max length of mode-line non-string contents.
1297 If this is nil, Gnus will take space as is needed, leaving the rest
1298 of the modeline intact.  Note that the default of nil is unlikely
1299 to be desirable; see the manual for further details."
1300   :group 'gnus-various
1301   :type '(choice (const nil)
1302                  integer))
1303
1304 (defcustom gnus-auto-expirable-newsgroups nil
1305   "*Groups in which to automatically mark read articles as expirable.
1306 If non-nil, this should be a regexp that should match all groups in
1307 which to perform auto-expiry.  This only makes sense for mail groups."
1308   :group 'nnmail-expire
1309   :type '(choice (const nil)
1310                  regexp))
1311
1312 (defcustom gnus-total-expirable-newsgroups nil
1313   "*Groups in which to perform expiry of all read articles.
1314 Use with extreme caution.  All groups that match this regexp will be
1315 expiring - which means that all read articles will be deleted after
1316 \(say) one week.         (This only goes for mail groups and the like, of
1317 course.)"
1318   :group 'nnmail-expire
1319   :type '(choice (const nil)
1320                  regexp))
1321
1322 (defcustom gnus-group-uncollapsed-levels 1
1323   "Number of group name elements to leave alone when making a short group name."
1324   :group 'gnus-group-visual
1325   :type 'integer)
1326
1327 (defcustom gnus-group-use-permanent-levels nil
1328   "*If non-nil, once you set a level, Gnus will use this level."
1329   :group 'gnus-group-levels
1330   :type 'boolean)
1331
1332 ;; Hooks.
1333
1334 (defcustom gnus-load-hook nil
1335   "A hook run while Gnus is loaded."
1336   :group 'gnus-start
1337   :type 'hook)
1338
1339 (defcustom gnus-apply-kill-hook '(gnus-apply-kill-file)
1340   "A hook called to apply kill files to a group.
1341 This hook is intended to apply a kill file to the selected newsgroup.
1342 The function `gnus-apply-kill-file' is called by default.
1343
1344 Since a general kill file is too heavy to use only for a few
1345 newsgroups, I recommend you to use a lighter hook function.  For
1346 example, if you'd like to apply a kill file to articles which contains
1347 a string `rmgroup' in subject in newsgroup `control', you can use the
1348 following hook:
1349
1350  (setq gnus-apply-kill-hook
1351       (list
1352         (lambda ()
1353           (cond ((string-match \"control\" gnus-newsgroup-name)
1354                  (gnus-kill \"Subject\" \"rmgroup\")
1355                  (gnus-expunge \"X\"))))))"
1356   :group 'gnus-score-kill
1357   :options '(gnus-apply-kill-file)
1358   :type 'hook)
1359
1360 (defcustom gnus-group-change-level-function nil
1361   "Function run when a group level is changed.
1362 It is called with three parameters -- GROUP, LEVEL and OLDLEVEL."
1363   :group 'gnus-group-level
1364   :type 'function)
1365
1366 ;;; Face thingies.
1367
1368 (defcustom gnus-visual
1369   '(summary-highlight group-highlight article-highlight
1370                       mouse-face
1371                       summary-menu group-menu article-menu
1372                       tree-highlight menu highlight
1373                       browse-menu server-menu
1374                       page-marker tree-menu binary-menu pick-menu
1375                       grouplens-menu)
1376   "*Enable visual features.
1377 If `visual' is disabled, there will be no menus and few faces.  Most of
1378 the visual customization options below will be ignored.  Gnus will use
1379 less space and be faster as a result.
1380
1381 This variable can also be a list of visual elements to switch on.  For
1382 instance, to switch off all visual things except menus, you can say:
1383
1384    (setq gnus-visual '(menu))
1385
1386 Valid elements include `summary-highlight', `group-highlight',
1387 `article-highlight', `mouse-face', `summary-menu', `group-menu',
1388 `article-menu', `tree-highlight', `menu', `highlight', `browse-menu',
1389 `server-menu', `page-marker', `tree-menu', `binary-menu', `pick-menu',
1390 and `grouplens-menu'."
1391   :group 'gnus-meta
1392   :group 'gnus-visual
1393   :type '(set (const summary-highlight)
1394               (const group-highlight)
1395               (const article-highlight)
1396               (const mouse-face)
1397               (const summary-menu)
1398               (const group-menu)
1399               (const article-menu)
1400               (const tree-highlight)
1401               (const menu)
1402               (const highlight)
1403               (const browse-menu)
1404               (const server-menu)
1405               (const page-marker)
1406               (const tree-menu)
1407               (const binary-menu)
1408               (const pick-menu)
1409               (const grouplens-menu)))
1410
1411 (defcustom gnus-mouse-face
1412   (condition-case ()
1413       (if (gnus-visual-p 'mouse-face 'highlight)
1414           (if (boundp 'gnus-mouse-face)
1415               (or gnus-mouse-face 'highlight)
1416             'highlight)
1417         'default)
1418     (error 'highlight))
1419   "*Face used for group or summary buffer mouse highlighting.
1420 The line beneath the mouse pointer will be highlighted with this
1421 face."
1422   :group 'gnus-visual
1423   :type 'face)
1424
1425 (defcustom gnus-article-display-hook
1426   (if (and (string-match "XEmacs" emacs-version)
1427            (featurep 'xface))
1428       '(gnus-article-hide-headers-if-wanted
1429         gnus-article-hide-boring-headers
1430         gnus-article-treat-overstrike
1431         gnus-article-maybe-highlight
1432         gnus-article-display-x-face)
1433     '(gnus-article-hide-headers-if-wanted
1434       gnus-article-hide-boring-headers
1435       gnus-article-treat-overstrike
1436       gnus-article-maybe-highlight))
1437   "*Controls how the article buffer will look.
1438
1439 If you leave the list empty, the article will appear exactly as it is
1440 stored on the disk.  The list entries will hide or highlight various
1441 parts of the article, making it easier to find the information you
1442 want."
1443   :group 'gnus-article-highlight
1444   :group 'gnus-visual
1445   :type 'hook
1446   :options '(gnus-article-add-buttons
1447              gnus-article-add-buttons-to-head
1448              gnus-article-emphasize
1449              gnus-article-fill-cited-article
1450              gnus-article-remove-cr
1451              gnus-summary-stop-page-breaking
1452              ;; gnus-summary-caesar-message
1453              ;; gnus-summary-verbose-headers
1454              gnus-summary-toggle-mime
1455              gnus-article-hide
1456              gnus-article-hide-headers
1457              gnus-article-hide-boring-headers
1458              gnus-article-hide-signature
1459              gnus-article-hide-citation
1460              gnus-article-hide-pgp
1461              gnus-article-hide-pem
1462              gnus-article-highlight
1463              gnus-article-highlight-headers
1464              gnus-article-highlight-citation
1465              gnus-article-highlight-signature
1466              gnus-article-date-ut
1467              gnus-article-date-local
1468              gnus-article-date-lapsed
1469              gnus-article-date-original
1470              gnus-article-remove-trailing-blank-lines
1471              gnus-article-strip-leading-blank-lines
1472              gnus-article-strip-multiple-blank-lines
1473              gnus-article-strip-blank-lines
1474              gnus-article-treat-overstrike
1475              gnus-article-display-x-face
1476              gnus-smiley-display))
1477
1478 (defcustom gnus-article-save-directory gnus-directory
1479   "*Name of the directory articles will be saved in (default \"~/News\")."
1480   :group 'gnus-article-saving
1481   :type 'directory)
1482
1483 (defvar gnus-plugged t
1484   "Whether Gnus is plugged or not.")
1485
1486 \f
1487 ;;; Internal variables
1488
1489 (defvar gnus-agent-meta-information-header "X-Gnus-Agent-Meta-Information")
1490 (defvar gnus-group-get-parameter-function 'gnus-group-get-parameter)
1491 (defvar gnus-original-article-buffer " *Original Article*")
1492 (defvar gnus-newsgroup-name nil)
1493 (defvar gnus-ephemeral-servers nil)
1494
1495 (defvar gnus-agent nil
1496   "Whether we want to use the Gnus agent or not.")
1497
1498 (defvar gnus-command-method nil
1499   "Dynamically bound variable that says what the current backend is.")
1500
1501 (defvar gnus-current-select-method nil
1502   "The current method for selecting a newsgroup.")
1503
1504 (defvar gnus-tree-buffer "*Tree*"
1505   "Buffer where Gnus thread trees are displayed.")
1506
1507 ;; Dummy variable.
1508 (defvar gnus-use-generic-from nil)
1509
1510 ;; Variable holding the user answers to all method prompts.
1511 (defvar gnus-method-history nil)
1512
1513 ;; Variable holding the user answers to all mail method prompts.
1514 (defvar gnus-mail-method-history nil)
1515
1516 ;; Variable holding the user answers to all group prompts.
1517 (defvar gnus-group-history nil)
1518
1519 (defvar gnus-server-alist nil
1520   "List of available servers.")
1521
1522 (defcustom gnus-cache-directory
1523   (nnheader-concat gnus-directory "cache/")
1524   "*The directory where cached articles will be stored."
1525   :group 'gnus-cache
1526   :type 'directory)
1527
1528 (defvar gnus-predefined-server-alist
1529   `(("cache"
1530      nnspool "cache"
1531      (nnspool-spool-directory ,gnus-cache-directory)
1532      (nnspool-nov-directory ,gnus-cache-directory)
1533      (nnspool-active-file
1534       ,(nnheader-concat gnus-cache-directory "active"))))
1535   "List of predefined (convenience) servers.")
1536
1537 (defvar gnus-topic-indentation "") ;; Obsolete variable.
1538
1539 (defconst gnus-article-mark-lists
1540   '((marked . tick) (replied . reply)
1541     (expirable . expire) (killed . killed)
1542     (bookmarks . bookmark) (dormant . dormant)
1543     (scored . score) (saved . save)
1544     (cached . cache) (downloadable . download)
1545     (unsendable . unsend)))
1546
1547 (defvar gnus-headers-retrieved-by nil)
1548 (defvar gnus-article-reply nil)
1549 (defvar gnus-override-method nil)
1550 (defvar gnus-article-check-size nil)
1551 (defvar gnus-opened-servers nil)
1552
1553 (defvar gnus-current-kill-article nil)
1554
1555 (defvar gnus-have-read-active-file nil)
1556
1557 (defconst gnus-maintainer
1558   "bugs@gnus.org (The Gnus Bugfixing Girls + Boys)"
1559   "The mail address of the Gnus maintainers.")
1560
1561 (defconst semi-gnus-developers
1562   "Semi-gnus Developers:
1563  semi-gnus-en@meadow.scphys.kyoto-u.ac.jp (In English),\
1564  semi-gnus-ja@meadow.scphys.kyoto-u.ac.jp (In Japanese);"
1565   "The mail address of the Semi-gnus developers.")
1566
1567 (defcustom gnus-info-filename nil
1568   "*Controls language of gnus Info.
1569 If nil and current-language-environment is Japanese, go to gnus-ja.
1570 Otherwise go to corresponding Info.
1571 This variable can be nil, gnus or gnus-ja."
1572   :group 'gnus-start
1573   :type '(choice (const nil)
1574                  (const :tag "English" gnus)
1575                  (const :tag "Japanese" gnus-ja)))
1576
1577 (defvar gnus-info-nodes
1578   '((gnus-group-mode "The Group Buffer")
1579     (gnus-summary-mode "The Summary Buffer")
1580     (gnus-article-mode "The Article Buffer")
1581     (gnus-server-mode "The Server Buffer")
1582     (gnus-browse-mode "Browse Foreign Server")
1583     (gnus-tree-mode "Tree Display"))
1584   "Alist of major modes and related Info nodes.")
1585
1586 (defvar gnus-group-buffer "*Group*")
1587 (defvar gnus-summary-buffer "*Summary*")
1588 (defvar gnus-article-buffer "*Article*")
1589 (defvar gnus-server-buffer "*Server*")
1590
1591 (defvar gnus-slave nil
1592   "Whether this Gnus is a slave or not.")
1593
1594 (defvar gnus-batch-mode nil
1595   "Whether this Gnus is running in batch mode or not.")
1596
1597 (defvar gnus-variable-list
1598   '(gnus-newsrc-options gnus-newsrc-options-n
1599     gnus-newsrc-last-checked-date
1600     gnus-newsrc-alist gnus-server-alist
1601     gnus-killed-list gnus-zombie-list
1602     gnus-topic-topology gnus-topic-alist
1603     gnus-format-specs)
1604   "Gnus variables saved in the quick startup file.")
1605
1606 (defvar gnus-newsrc-alist nil
1607   "Assoc list of read articles.
1608 gnus-newsrc-hashtb should be kept so that both hold the same information.")
1609
1610 (defvar gnus-newsrc-hashtb nil
1611   "Hashtable of gnus-newsrc-alist.")
1612
1613 (defvar gnus-killed-list nil
1614   "List of killed newsgroups.")
1615
1616 (defvar gnus-killed-hashtb nil
1617   "Hash table equivalent of gnus-killed-list.")
1618
1619 (defvar gnus-zombie-list nil
1620   "List of almost dead newsgroups.")
1621
1622 (defvar gnus-description-hashtb nil
1623   "Descriptions of newsgroups.")
1624
1625 (defvar gnus-list-of-killed-groups nil
1626   "List of newsgroups that have recently been killed by the user.")
1627
1628 (defvar gnus-active-hashtb nil
1629   "Hashtable of active articles.")
1630
1631 (defvar gnus-moderated-hashtb nil
1632   "Hashtable of moderated newsgroups.")
1633
1634 ;; Save window configuration.
1635 (defvar gnus-prev-winconf nil)
1636
1637 (defvar gnus-reffed-article-number nil)
1638
1639 ;;; Let the byte-compiler know that we know about this variable.
1640 (defvar rmail-default-rmail-file)
1641
1642 (defvar gnus-dead-summary nil)
1643
1644 ;;; End of variables.
1645
1646 ;; Define some autoload functions Gnus might use.
1647 (eval-and-compile
1648
1649   ;; This little mapcar goes through the list below and marks the
1650   ;; symbols in question as autoloaded functions.
1651   (mapcar
1652    (lambda (package)
1653      (let ((interactive (nth 1 (memq ':interactive package))))
1654        (mapcar
1655         (lambda (function)
1656           (let (keymap)
1657             (when (consp function)
1658               (setq keymap (car (memq 'keymap function)))
1659               (setq function (car function)))
1660             (autoload function (car package) nil interactive keymap)))
1661         (if (eq (nth 1 package) ':interactive)
1662             (cdddr package)
1663           (cdr package)))))
1664    '(("info" Info-goto-node)
1665      ("pp" pp pp-to-string pp-eval-expression)
1666      ("ps-print" ps-print-preprint)
1667      ("mail-extr" mail-extract-address-components)
1668      ("browse-url" browse-url)
1669      ("message" :interactive t
1670       message-send-and-exit message-yank-original)
1671      ("nnmail" nnmail-split-fancy nnmail-article-group)
1672      ("nnvirtual" nnvirtual-catchup-group nnvirtual-convert-headers)
1673      ("rmailout" rmail-output rmail-output-to-rmail-file)
1674      ("rmail" rmail-insert-rmail-file-header rmail-count-new-messages
1675       rmail-show-message rmail-summary-exists
1676       rmail-select-summary rmail-update-summary)
1677      ("gnus-audio" :interactive t gnus-audio-play)
1678      ("gnus-xmas" gnus-xmas-splash)
1679      ("gnus-soup" :interactive t
1680       gnus-group-brew-soup gnus-brew-soup gnus-soup-add-article
1681       gnus-soup-send-replies gnus-soup-save-areas gnus-soup-pack-packet)
1682      ("nnsoup" nnsoup-pack-replies)
1683      ("score-mode" :interactive t gnus-score-mode)
1684      ("gnus-mh" gnus-summary-save-article-folder
1685       gnus-Folder-save-name gnus-folder-save-name)
1686      ("gnus-mh" :interactive t gnus-summary-save-in-folder)
1687      ("gnus-demon" gnus-demon-add-nocem gnus-demon-add-scanmail
1688       gnus-demon-add-rescan gnus-demon-add-scan-timestamps
1689       gnus-demon-add-disconnection gnus-demon-add-handler
1690       gnus-demon-remove-handler)
1691      ("gnus-demon" :interactive t
1692       gnus-demon-init gnus-demon-cancel)
1693      ("gnus-salt" gnus-highlight-selected-tree gnus-possibly-generate-tree
1694       gnus-tree-open gnus-tree-close gnus-carpal-setup-buffer)
1695      ("gnus-nocem" gnus-nocem-scan-groups gnus-nocem-close
1696       gnus-nocem-unwanted-article-p)
1697      ("gnus-srvr" gnus-enter-server-buffer gnus-server-set-info
1698       gnus-server-server-name)
1699      ("gnus-srvr" gnus-browse-foreign-server)
1700      ("gnus-cite" :interactive t
1701       gnus-article-highlight-citation gnus-article-hide-citation-maybe
1702       gnus-article-hide-citation gnus-article-fill-cited-article
1703       gnus-article-hide-citation-in-followups)
1704      ("gnus-kill" gnus-kill gnus-apply-kill-file-internal
1705       gnus-kill-file-edit-file gnus-kill-file-raise-followups-to-author
1706       gnus-execute gnus-expunge gnus-batch-kill gnus-batch-score)
1707      ("gnus-cache" gnus-cache-possibly-enter-article gnus-cache-save-buffers
1708       gnus-cache-possibly-remove-articles gnus-cache-request-article
1709       gnus-cache-retrieve-headers gnus-cache-possibly-alter-active
1710       gnus-cache-enter-remove-article gnus-cached-article-p
1711       gnus-cache-open gnus-cache-close gnus-cache-update-article)
1712       ("gnus-cache" :interactive t gnus-jog-cache gnus-cache-enter-article
1713        gnus-cache-remove-article gnus-summary-insert-cached-articles)
1714       ("gnus-score" :interactive t
1715        gnus-summary-increase-score gnus-summary-set-score
1716        gnus-summary-raise-thread gnus-summary-raise-same-subject
1717        gnus-summary-raise-score gnus-summary-raise-same-subject-and-select
1718        gnus-summary-lower-thread gnus-summary-lower-same-subject
1719        gnus-summary-lower-score gnus-summary-lower-same-subject-and-select
1720        gnus-summary-current-score gnus-score-default
1721        gnus-score-flush-cache gnus-score-close
1722        gnus-possibly-score-headers gnus-score-followup-article
1723        gnus-score-followup-thread)
1724       ("gnus-score"
1725        (gnus-summary-score-map keymap) gnus-score-save gnus-score-headers
1726       gnus-current-score-file-nondirectory gnus-score-adaptive
1727       gnus-score-find-trace gnus-score-file-name)
1728      ("gnus-cus" :interactive t gnus-group-customize gnus-score-customize)
1729      ("gnus-topic" :interactive t gnus-topic-mode)
1730      ("gnus-topic" gnus-topic-remove-group gnus-topic-set-parameters)
1731      ("gnus-salt" :interactive t gnus-pick-mode gnus-binary-mode)
1732      ("gnus-uu" (gnus-uu-extract-map keymap) (gnus-uu-mark-map keymap))
1733      ("gnus-uu" :interactive t
1734       gnus-uu-digest-mail-forward gnus-uu-digest-post-forward
1735       gnus-uu-mark-series gnus-uu-mark-region gnus-uu-mark-buffer
1736       gnus-uu-mark-by-regexp gnus-uu-mark-all
1737       gnus-uu-mark-sparse gnus-uu-mark-thread gnus-uu-decode-uu
1738       gnus-uu-decode-uu-and-save gnus-uu-decode-unshar
1739       gnus-uu-decode-unshar-and-save gnus-uu-decode-save
1740       gnus-uu-decode-binhex gnus-uu-decode-uu-view
1741       gnus-uu-decode-uu-and-save-view gnus-uu-decode-unshar-view
1742       gnus-uu-decode-unshar-and-save-view gnus-uu-decode-save-view
1743       gnus-uu-decode-binhex-view gnus-uu-unmark-thread
1744       gnus-uu-mark-over gnus-uu-post-news)
1745      ("gnus-uu" gnus-uu-delete-work-dir gnus-quote-arg-for-sh-or-csh
1746       gnus-uu-unmark-thread)
1747      ("gnus-msg" (gnus-summary-send-map keymap)
1748       gnus-article-mail gnus-copy-article-buffer gnus-extended-version)
1749      ("gnus-msg" :interactive t
1750       gnus-group-post-news gnus-group-mail gnus-summary-post-news
1751       gnus-summary-followup gnus-summary-followup-with-original
1752       gnus-summary-cancel-article gnus-summary-supersede-article
1753       gnus-post-news gnus-summary-reply gnus-summary-reply-with-original
1754       gnus-summary-mail-forward gnus-summary-mail-other-window
1755       gnus-summary-resend-message gnus-summary-resend-bounced-mail
1756       gnus-summary-wide-reply gnus-summary-followup-to-mail
1757       gnus-summary-followup-to-mail-with-original gnus-bug
1758       gnus-summary-wide-reply-with-original
1759       gnus-summary-post-forward gnus-summary-wide-reply-with-original
1760       gnus-summary-post-forward)
1761      ("gnus-picon" :interactive t gnus-article-display-picons
1762       gnus-group-display-picons gnus-picons-article-display-x-face
1763       gnus-picons-display-x-face)
1764      ("gnus-gl" bbb-login bbb-logout bbb-grouplens-group-p
1765       gnus-grouplens-mode)
1766      ("smiley" :interactive t gnus-smiley-display)
1767      ("gnus-win" gnus-configure-windows gnus-add-configuration)
1768      ("gnus-sum" gnus-summary-insert-line gnus-summary-read-group
1769       gnus-list-of-unread-articles gnus-list-of-read-articles
1770       gnus-offer-save-summaries gnus-make-thread-indent-array
1771       gnus-summary-exit gnus-update-read-articles gnus-summary-last-subject
1772       gnus-summary-skip-intangible gnus-summary-article-number
1773       gnus-data-header gnus-data-find)
1774      ("gnus-group" gnus-group-insert-group-line gnus-group-quit
1775       gnus-group-list-groups gnus-group-first-unread-group
1776       gnus-group-set-mode-line gnus-group-set-info gnus-group-save-newsrc
1777       gnus-group-setup-buffer gnus-group-get-new-news
1778       gnus-group-make-help-group gnus-group-update-group
1779       gnus-clear-inboxes-moved gnus-group-iterate
1780       gnus-group-group-name)
1781      ("gnus-bcklg" gnus-backlog-request-article gnus-backlog-enter-article
1782       gnus-backlog-remove-article)
1783      ("gnus-art" gnus-article-read-summary-keys gnus-article-save
1784       gnus-article-prepare gnus-article-set-window-start
1785       gnus-article-next-page gnus-article-prev-page
1786       gnus-request-article-this-buffer gnus-article-mode
1787       gnus-article-setup-buffer gnus-narrow-to-page
1788       gnus-article-delete-invisible-text)
1789      ("gnus-art" :interactive t
1790       gnus-article-hide-headers gnus-article-hide-boring-headers
1791       gnus-article-treat-overstrike gnus-article-word-wrap
1792       gnus-article-remove-cr gnus-article-remove-trailing-blank-lines
1793       gnus-article-display-x-face
1794       gnus-article-hide-pgp
1795       gnus-article-hide-pem gnus-article-hide-signature
1796       gnus-article-strip-leading-blank-lines gnus-article-date-local
1797       gnus-article-date-original gnus-article-date-lapsed
1798       gnus-article-show-all-headers
1799       gnus-article-edit-mode gnus-article-edit-article
1800       gnus-article-edit-done article-decode-encoded-words
1801       gnus-start-date-timer gnus-stop-date-timer)
1802      ("gnus-int" gnus-request-type)
1803      ("gnus-start" gnus-newsrc-parse-options gnus-1 gnus-no-server-1
1804       gnus-dribble-enter gnus-read-init-file gnus-dribble-touch)
1805      ("gnus-dup" gnus-dup-suppress-articles gnus-dup-unsuppress-article
1806       gnus-dup-enter-articles)
1807      ("gnus-range" gnus-copy-sequence)
1808      ("gnus-eform" gnus-edit-form)
1809      ("gnus-move" :interactive t
1810       gnus-group-move-group-to-server gnus-change-server)
1811      ("gnus-logic" gnus-score-advanced)
1812      ("gnus-undo" gnus-undo-mode gnus-undo-register)
1813      ("gnus-async" gnus-async-request-fetched-article gnus-async-prefetch-next
1814       gnus-async-prefetch-article gnus-async-prefetch-remove-group
1815       gnus-async-halt-prefetch)
1816      ("gnus-offline"
1817       gnus-offline-setup)
1818      ("gnus-offline" :interactive t
1819       gnus-offline-toggle-plugged
1820       gnus-offline-set-unplugged-state
1821       gnus-offline-toggle-auto-hangup
1822       gnus-offline-toggle-on/off-send-mail
1823       gnus-offline-toggle-articles-to-fetch
1824       gnus-offline-toggle-movemail-program
1825       gnus-offline-set-interval-time
1826       gnus-offline-agent-expire)
1827      ("pop3-fma" :interactive t
1828       pop3-fma-set-pop3-password)
1829      ("gnus-agent" gnus-open-agent gnus-agent-get-function
1830       gnus-agent-save-groups gnus-agent-save-active gnus-agent-method-p
1831       gnus-agent-get-undownloaded-list gnus-agent-fetch-session
1832       gnus-summary-set-agent-mark gnus-agent-save-group-info)
1833      ("gnus-agent" :interactive t
1834       gnus-unplugged gnus-agentize gnus-agent-batch)
1835      ("gnus-vm" :interactive t gnus-summary-save-in-vm
1836       gnus-summary-save-article-vm)
1837      ("gnus-draft" :interactive t gnus-draft-mode gnus-group-send-drafts))))
1838
1839 ;;; gnus-sum.el thingies
1840
1841
1842 (defcustom gnus-summary-line-format "%U%R%z%I%(%[%4L: %-20,20n%]%) %s\n"
1843   "*The format specification of the lines in the summary buffer.
1844
1845 It works along the same lines as a normal formatting string,
1846 with some simple extensions.
1847
1848 %N   Article number, left padded with spaces (string)
1849 %S   Subject (string)
1850 %s   Subject if it is at the root of a thread, and \"\" otherwise (string)
1851 %n   Name of the poster (string)
1852 %a   Extracted name of the poster (string)
1853 %A   Extracted address of the poster (string)
1854 %F   Contents of the From: header (string)
1855 %f   Contents of the From: or To: headers (string)
1856 %x   Contents of the Xref: header (string)
1857 %D   Date of the article (string)
1858 %d   Date of the article (string) in DD-MMM format
1859 %M   Message-id of the article (string)
1860 %r   References of the article (string)
1861 %c   Number of characters in the article (integer)
1862 %L   Number of lines in the article (integer)
1863 %I   Indentation based on thread level (a string of spaces)
1864 %T   A string with two possible values: 80 spaces if the article
1865      is on thread level two or larger and 0 spaces on level one
1866 %R   \"A\" if this article has been replied to, \" \" otherwise (character)
1867 %U   Status of this article (character, \"R\", \"K\", \"-\" or \" \")
1868 %[   Opening bracket (character, \"[\" or \"<\")
1869 %]   Closing bracket (character, \"]\" or \">\")
1870 %>   Spaces of length thread-level (string)
1871 %<   Spaces of length (- 20 thread-level) (string)
1872 %i   Article score (number)
1873 %z   Article zcore (character)
1874 %t   Number of articles under the current thread (number).
1875 %e   Whether the thread is empty or not (character).
1876 %l   GroupLens score (string).
1877 %V   Total thread score (number).
1878 %P   The line number (number).
1879 %O   Download mark (character).
1880 %u   User defined specifier.  The next character in the format string should
1881      be a letter.  Gnus will call the function gnus-user-format-function-X,
1882      where X is the letter following %u.  The function will be passed the
1883      current header as argument.  The function should return a string, which
1884      will be inserted into the summary just like information from any other
1885      summary specifier.
1886
1887 Text between %( and %) will be highlighted with `gnus-mouse-face'
1888 when the mouse point is placed inside the area.  There can only be one
1889 such area.
1890
1891 The %U (status), %R (replied) and %z (zcore) specs have to be handled
1892 with care.  For reasons of efficiency, Gnus will compute what column
1893 these characters will end up in, and \"hard-code\" that.  This means that
1894 it is illegal to have these specs after a variable-length spec.  Well,
1895 you might not be arrested, but your summary buffer will look strange,
1896 which is bad enough.
1897
1898 The smart choice is to have these specs as for to the left as
1899 possible.
1900
1901 This restriction may disappear in later versions of Gnus."
1902   :type 'string
1903   :group 'gnus-summary-format)
1904
1905 ;;;
1906 ;;; Skeleton keymaps
1907 ;;;
1908
1909 (defun gnus-suppress-keymap (keymap)
1910   (suppress-keymap keymap)
1911   (let ((keys `([backspace] [delete] "\177" "\M-u"))) ;gnus-mouse-2
1912     (while keys
1913       (define-key keymap (pop keys) 'undefined))))
1914
1915 (defvar gnus-article-mode-map
1916   (let ((keymap (make-sparse-keymap)))
1917     (gnus-suppress-keymap keymap)
1918     keymap))
1919 (defvar gnus-summary-mode-map
1920   (let ((keymap (make-keymap)))
1921     (gnus-suppress-keymap keymap)
1922     keymap))
1923 (defvar gnus-group-mode-map
1924   (let ((keymap (make-keymap)))
1925     (gnus-suppress-keymap keymap)
1926     keymap))
1927
1928 \f
1929
1930 ;; Fix by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
1931 ;; If you want the cursor to go somewhere else, set these two
1932 ;; functions in some startup hook to whatever you want.
1933 (defalias 'gnus-summary-position-point 'gnus-goto-colon)
1934 (defalias 'gnus-group-position-point 'gnus-goto-colon)
1935
1936 ;;; Various macros and substs.
1937
1938 (defun gnus-header-from (header)
1939   (mail-header-from header))
1940
1941 (defmacro gnus-gethash (string hashtable)
1942   "Get hash value of STRING in HASHTABLE."
1943   `(symbol-value (intern-soft ,string ,hashtable)))
1944
1945 (defmacro gnus-sethash (string value hashtable)
1946   "Set hash value.  Arguments are STRING, VALUE, and HASHTABLE."
1947   `(set (intern ,string ,hashtable) ,value))
1948 (put 'gnus-sethash 'edebug-form-spec '(form form form))
1949
1950 (defmacro gnus-group-unread (group)
1951   "Get the currently computed number of unread articles in GROUP."
1952   `(car (gnus-gethash ,group gnus-newsrc-hashtb)))
1953
1954 (defmacro gnus-group-entry (group)
1955   "Get the newsrc entry for GROUP."
1956   `(gnus-gethash ,group gnus-newsrc-hashtb))
1957
1958 (defmacro gnus-active (group)
1959   "Get active info on GROUP."
1960   `(gnus-gethash ,group gnus-active-hashtb))
1961
1962 (defmacro gnus-set-active (group active)
1963   "Set GROUP's active info."
1964   `(gnus-sethash ,group ,active gnus-active-hashtb))
1965
1966 ;; Info access macros.
1967
1968 (defmacro gnus-info-group (info)
1969   `(nth 0 ,info))
1970 (defmacro gnus-info-rank (info)
1971   `(nth 1 ,info))
1972 (defmacro gnus-info-read (info)
1973   `(nth 2 ,info))
1974 (defmacro gnus-info-marks (info)
1975   `(nth 3 ,info))
1976 (defmacro gnus-info-method (info)
1977   `(nth 4 ,info))
1978 (defmacro gnus-info-params (info)
1979   `(nth 5 ,info))
1980
1981 (defmacro gnus-info-level (info)
1982   `(let ((rank (gnus-info-rank ,info)))
1983      (if (consp rank)
1984          (car rank)
1985        rank)))
1986 (defmacro gnus-info-score (info)
1987   `(let ((rank (gnus-info-rank ,info)))
1988      (or (and (consp rank) (cdr rank)) 0)))
1989
1990 (defmacro gnus-info-set-group (info group)
1991   `(setcar ,info ,group))
1992 (defmacro gnus-info-set-rank (info rank)
1993   `(setcar (nthcdr 1 ,info) ,rank))
1994 (defmacro gnus-info-set-read (info read)
1995   `(setcar (nthcdr 2 ,info) ,read))
1996 (defmacro gnus-info-set-marks (info marks &optional extend)
1997   (if extend
1998       `(gnus-info-set-entry ,info ,marks 3)
1999     `(setcar (nthcdr 3 ,info) ,marks)))
2000 (defmacro gnus-info-set-method (info method &optional extend)
2001   (if extend
2002       `(gnus-info-set-entry ,info ,method 4)
2003     `(setcar (nthcdr 4 ,info) ,method)))
2004 (defmacro gnus-info-set-params (info params &optional extend)
2005   (if extend
2006       `(gnus-info-set-entry ,info ,params 5)
2007     `(setcar (nthcdr 5 ,info) ,params)))
2008
2009 (defun gnus-info-set-entry (info entry number)
2010   ;; Extend the info until we have enough elements.
2011   (while (<= (length info) number)
2012     (nconc info (list nil)))
2013   ;; Set the entry.
2014   (setcar (nthcdr number info) entry))
2015
2016 (defmacro gnus-info-set-level (info level)
2017   `(let ((rank (cdr ,info)))
2018      (if (consp (car rank))
2019          (setcar (car rank) ,level)
2020        (setcar rank ,level))))
2021 (defmacro gnus-info-set-score (info score)
2022   `(let ((rank (cdr ,info)))
2023      (if (consp (car rank))
2024          (setcdr (car rank) ,score)
2025        (setcar rank (cons (car rank) ,score)))))
2026
2027 (defmacro gnus-get-info (group)
2028   `(nth 2 (gnus-gethash ,group gnus-newsrc-hashtb)))
2029
2030 ;; Byte-compiler warning.
2031 (defvar gnus-visual)
2032 ;; Find out whether the gnus-visual TYPE is wanted.
2033 (defun gnus-visual-p (&optional type class)
2034   (and gnus-visual                      ; Has to be non-nil, at least.
2035        (if (not type)                   ; We don't care about type.
2036            gnus-visual
2037          (if (listp gnus-visual)        ; It's a list, so we check it.
2038              (or (memq type gnus-visual)
2039                  (memq class gnus-visual))
2040            t))))
2041
2042 ;;; Load the compatability functions.
2043
2044 (require 'gnus-ems)
2045
2046 \f
2047 ;;;
2048 ;;; Shutdown
2049 ;;;
2050
2051 (defvar gnus-shutdown-alist nil)
2052
2053 (defun gnus-add-shutdown (function &rest symbols)
2054   "Run FUNCTION whenever one of SYMBOLS is shut down."
2055   (push (cons function symbols) gnus-shutdown-alist))
2056
2057 (defun gnus-shutdown (symbol)
2058   "Shut down everything that waits for SYMBOL."
2059   (let ((alist gnus-shutdown-alist)
2060         entry)
2061     (while (setq entry (pop alist))
2062       (when (memq symbol (cdr entry))
2063         (funcall (car entry))))))
2064
2065 \f
2066 ;;;
2067 ;;; Gnus Utility Functions
2068 ;;;
2069
2070
2071 (defmacro gnus-string-or (&rest strings)
2072   "Return the first element of STRINGS that is a non-blank string.
2073 STRINGS will be evaluated in normal `or' order."
2074   `(gnus-string-or-1 ',strings))
2075
2076 (defun gnus-string-or-1 (strings)
2077   (let (string)
2078     (while strings
2079       (setq string (eval (pop strings)))
2080       (if (string-match "^[ \t]*$" string)
2081           (setq string nil)
2082         (setq strings nil)))
2083     string))
2084
2085 (defun gnus-version (&optional arg)
2086   "Version number of this version of Gnus.
2087 If ARG, insert string at point."
2088   (interactive "P")
2089   (if arg
2090       (insert (message gnus-version))
2091     (message gnus-version)))
2092
2093 (defun gnus-continuum-version (version)
2094   "Return VERSION as a floating point number."
2095   (when (or (string-match "^\\([^ ]+\\)? ?Gnus v?\\([0-9.]+\\)$" version)
2096             (string-match "^\\(.?\\)gnus-\\([0-9.]+\\)$" version))
2097     (let ((alpha (and (match-beginning 1) (match-string 1 version)))
2098           (number (match-string 2 version))
2099           major minor least)
2100       (unless (string-match
2101                "\\([0-9]\\)\\.\\([0-9]+\\)\\.?\\([0-9]+\\)?" number)
2102         (error "Invalid version string: %s" version))
2103       (setq major (string-to-number (match-string 1 number))
2104             minor (string-to-number (match-string 2 number))
2105             least (if (match-beginning 3)
2106                       (string-to-number (match-string 3 number))
2107                     0))
2108       (string-to-number
2109        (if (zerop major)
2110            (format "%s00%02d%02d"
2111                    (if (member alpha '("(ding)" "d"))
2112                        "4.99"
2113                      (+ 5 (* 0.02
2114                              (abs
2115                               (- (char-int (aref (downcase alpha) 0))
2116                                  (char-int ?t))))
2117                         -0.01))
2118                    minor least)
2119          (format "%d.%02d%02d" major minor least))))))
2120
2121 (defun gnus-info-find-node ()
2122   "Find Info documentation of Gnus."
2123   (interactive)
2124   ;; Enlarge info window if needed.
2125   (let (gnus-info-buffer)
2126     (Info-goto-node
2127      (format "(%s)%s"
2128              (or gnus-info-filename
2129                  (get-language-info current-language-environment 'gnus-info)
2130                  "gnus")
2131              (cadr (assq major-mode gnus-info-nodes))))
2132     (setq gnus-info-buffer (current-buffer))
2133     (gnus-configure-windows 'info)))
2134
2135 ;;;
2136 ;;; gnus-interactive
2137 ;;;
2138
2139 (defvar gnus-current-prefix-symbol nil
2140   "Current prefix symbol.")
2141
2142 (defvar gnus-current-prefix-symbols nil
2143   "List of current prefix symbols.")
2144
2145 (defun gnus-interactive (string &optional params)
2146   "Return a list that can be fed to `interactive'.
2147 See `interactive' for full documentation.
2148
2149 Adds the following specs:
2150
2151 y -- The current symbolic prefix.
2152 Y -- A list of the current symbolic prefix(es).
2153 A -- Article number.
2154 H -- Article header.
2155 g -- Group name."
2156   (let ((i 0)
2157         out c prompt)
2158     (while (< i (length string))
2159       (string-match ".\\([^\n]*\\)\n?" string i)
2160       (setq c (aref string i))
2161       (when (match-end 1)
2162         (setq prompt (match-string 1 string)))
2163       (setq i (match-end 0))
2164       ;; We basically emulate just about everything that
2165       ;; `interactive' does, but add the specs listed above.
2166       (push
2167        (cond
2168         ((= c ?a)
2169          (completing-read prompt obarray 'fboundp t))
2170         ((= c ?b)
2171          (read-buffer prompt (current-buffer) t))
2172         ((= c ?B)
2173          (read-buffer prompt (other-buffer (current-buffer))))
2174         ((= c ?c)
2175          (read-char))
2176         ((= c ?C)
2177          (completing-read prompt obarray 'commandp t))
2178         ((= c ?d)
2179          (point))
2180         ((= c ?D)
2181          (read-file-name prompt nil default-directory 'lambda))
2182         ((= c ?f)
2183          (read-file-name prompt nil nil 'lambda))
2184         ((= c ?F)
2185          (read-file-name prompt))
2186         ((= c ?k)
2187          (read-key-sequence prompt))
2188         ((= c ?K)
2189          (error "Not implemented spec"))
2190         ((= c ?e)
2191          (error "Not implemented spec"))
2192         ((= c ?m)
2193          (mark))
2194         ((= c ?N)
2195          (error "Not implemented spec"))
2196         ((= c ?n)
2197          (string-to-number (read-from-minibuffer prompt)))
2198         ((= c ?p)
2199          (prefix-numeric-value current-prefix-arg))
2200         ((= c ?P)
2201          current-prefix-arg)
2202         ((= c ?r)
2203          'gnus-prefix-nil)
2204         ((= c ?s)
2205          (read-string prompt))
2206         ((= c ?S)
2207          (intern (read-string prompt)))
2208         ((= c ?v)
2209          (read-variable prompt))
2210         ((= c ?x)
2211          (read-minibuffer prompt))
2212         ((= c ?x)
2213          (eval-minibuffer prompt))
2214         ;; And here the new specs come.
2215         ((= c ?y)
2216          gnus-current-prefix-symbol)
2217         ((= c ?Y)
2218          gnus-current-prefix-symbols)
2219         ((= c ?g)
2220          (gnus-group-group-name))
2221         ((= c ?A)
2222          (gnus-summary-skip-intangible)
2223          (or (get-text-property (point) 'gnus-number)
2224              (gnus-summary-last-subject)))
2225         ((= c ?H)
2226          (gnus-data-header (gnus-data-find (gnus-summary-article-number))))
2227         (t
2228          (error "Non-implemented spec")))
2229        out)
2230       (cond
2231        ((= c ?r)
2232         (push (if (< (point) (mark) (point) (mark))) out)
2233         (push (if (> (point) (mark) (point) (mark))) out))))
2234     (setq out (delq 'gnus-prefix-nil out))
2235     (nreverse out)))
2236
2237 (defun gnus-symbolic-argument (&optional arg)
2238   "Read a symbolic argument and a command, and then execute command."
2239   (interactive "P")
2240   (let* ((in-command (this-command-keys))
2241          (command in-command)
2242          gnus-current-prefix-symbols
2243          gnus-current-prefix-symbol
2244          syms)
2245     (while (equal in-command command)
2246       (message "%s-" (key-description (this-command-keys)))
2247       (push (intern (char-to-string (read-char))) syms)
2248       (setq command (read-key-sequence nil t)))
2249     (setq gnus-current-prefix-symbols (nreverse syms)
2250           gnus-current-prefix-symbol (car gnus-current-prefix-symbols))
2251     (call-interactively (key-binding command t))))
2252
2253 ;;; More various functions.
2254
2255 (defsubst gnus-check-backend-function (func group)
2256   "Check whether GROUP supports function FUNC.
2257 GROUP can either be a string (a group name) or a select method."
2258   (ignore-errors
2259     (let ((method (if (stringp group)
2260                       (car (gnus-find-method-for-group group))
2261                     group)))
2262       (unless (featurep method)
2263         (require method))
2264       (fboundp (intern (format "%s-%s" method func))))))
2265
2266 (defun gnus-group-read-only-p (&optional group)
2267   "Check whether GROUP supports editing or not.
2268 If GROUP is nil, `gnus-newsgroup-name' will be checked instead.  Note
2269 that that variable is buffer-local to the summary buffers."
2270   (let ((group (or group gnus-newsgroup-name)))
2271     (not (gnus-check-backend-function 'request-replace-article group))))
2272
2273 (defun gnus-group-total-expirable-p (group)
2274   "Check whether GROUP is total-expirable or not."
2275   (let ((params (gnus-group-find-parameter group))
2276         val)
2277     (cond
2278      ((memq 'total-expire params)
2279       t)
2280      ((setq val (assq 'total-expire params)) ; (auto-expire . t)
2281       (cdr val))
2282      (gnus-total-expirable-newsgroups   ; Check var.
2283       (string-match gnus-total-expirable-newsgroups group)))))
2284
2285 (defun gnus-group-auto-expirable-p (group)
2286   "Check whether GROUP is auto-expirable or not."
2287   (let ((params (gnus-group-find-parameter group))
2288         val)
2289     (cond
2290      ((memq 'auto-expire params)
2291       t)
2292      ((setq val (assq 'auto-expire params)) ; (auto-expire . t)
2293       (cdr val))
2294      (gnus-auto-expirable-newsgroups    ; Check var.
2295       (string-match gnus-auto-expirable-newsgroups group)))))
2296
2297 (defun gnus-virtual-group-p (group)
2298   "Say whether GROUP is virtual or not."
2299   (memq 'virtual (assoc (symbol-name (car (gnus-find-method-for-group group)))
2300                         gnus-valid-select-methods)))
2301
2302 (defun gnus-news-group-p (group &optional article)
2303   "Return non-nil if GROUP (and ARTICLE) come from a news server."
2304   (or (gnus-member-of-valid 'post group) ; Ordinary news group.
2305       (and (gnus-member-of-valid 'post-mail group) ; Combined group.
2306            (eq (gnus-request-type group article) 'news))))
2307
2308 ;; Returns a list of writable groups.
2309 (defun gnus-writable-groups ()
2310   (let ((alist gnus-newsrc-alist)
2311         groups group)
2312     (while (setq group (car (pop alist)))
2313       (unless (gnus-group-read-only-p group)
2314         (push group groups)))
2315     (nreverse groups)))
2316
2317 ;; Check whether to use long file names.
2318 (defun gnus-use-long-file-name (symbol)
2319   ;; The variable has to be set...
2320   (and gnus-use-long-file-name
2321        ;; If it isn't a list, then we return t.
2322        (or (not (listp gnus-use-long-file-name))
2323            ;; If it is a list, and the list contains `symbol', we
2324            ;; return nil.
2325            (not (memq symbol gnus-use-long-file-name)))))
2326
2327 ;; Generate a unique new group name.
2328 (defun gnus-generate-new-group-name (leaf)
2329   (let ((name leaf)
2330         (num 0))
2331     (while (gnus-gethash name gnus-newsrc-hashtb)
2332       (setq name (concat leaf "<" (int-to-string (setq num (1+ num))) ">")))
2333     name))
2334
2335 (defun gnus-ephemeral-group-p (group)
2336   "Say whether GROUP is ephemeral or not."
2337   (gnus-group-get-parameter group 'quit-config t))
2338
2339 (defun gnus-group-quit-config (group)
2340   "Return the quit-config of GROUP."
2341   (gnus-group-get-parameter group 'quit-config t))
2342
2343 (defun gnus-kill-ephemeral-group (group)
2344   "Remove ephemeral GROUP from relevant structures."
2345   (gnus-sethash group nil gnus-newsrc-hashtb))
2346
2347 (defun gnus-simplify-mode-line ()
2348   "Make mode lines a bit simpler."
2349   (setq mode-line-modified (cdr gnus-mode-line-modified))
2350   (when (listp mode-line-format)
2351     (make-local-variable 'mode-line-format)
2352     (setq mode-line-format (copy-sequence mode-line-format))
2353     (when (equal (nth 3 mode-line-format) "   ")
2354       (setcar (nthcdr 3 mode-line-format) " "))))
2355
2356 ;;; Servers and groups.
2357
2358 (defsubst gnus-server-add-address (method)
2359   (let ((method-name (symbol-name (car method))))
2360     (if (and (memq 'address (assoc method-name gnus-valid-select-methods))
2361              (not (assq (intern (concat method-name "-address")) method))
2362              (memq 'physical-address (assq (car method)
2363                                            gnus-valid-select-methods)))
2364         (append method (list (list (intern (concat method-name "-address"))
2365                                    (nth 1 method))))
2366       method)))
2367
2368 (defsubst gnus-server-get-method (group method)
2369   ;; Input either a server name, and extended server name, or a
2370   ;; select method, and return a select method.
2371   (cond ((stringp method)
2372          (gnus-server-to-method method))
2373         ((equal method gnus-select-method)
2374          gnus-select-method)
2375         ((and (stringp (car method))
2376               group)
2377          (gnus-server-extend-method group method))
2378         ((and method
2379               (not group)
2380               (equal (cadr method) ""))
2381          method)
2382         (t
2383          (gnus-server-add-address method))))
2384
2385 (defun gnus-server-to-method (server)
2386   "Map virtual server names to select methods."
2387   (or
2388    ;; Is this a method, perhaps?
2389    (and server (listp server) server)
2390    ;; Perhaps this is the native server?
2391    (and (equal server "native") gnus-select-method)
2392    ;; It should be in the server alist.
2393    (cdr (assoc server gnus-server-alist))
2394    ;; It could be in the predefined server alist.
2395    (cdr (assoc server gnus-predefined-server-alist))
2396    ;; If not, we look through all the opened server
2397    ;; to see whether we can find it there.
2398    (let ((opened gnus-opened-servers))
2399      (while (and opened
2400                  (not (equal server (format "%s:%s" (caaar opened)
2401                                             (cadaar opened)))))
2402        (pop opened))
2403      (caar opened))
2404    ;; It could be a named method, search all servers
2405    (let ((servers gnus-secondary-select-methods))
2406      (while (and servers
2407                  (not (equal server (format "%s:%s" (caar servers)
2408                                             (cadar servers)))))
2409        (pop servers))
2410      (car servers))))
2411
2412 (defmacro gnus-method-equal (ss1 ss2)
2413   "Say whether two servers are equal."
2414   `(let ((s1 ,ss1)
2415          (s2 ,ss2))
2416      (or (equal s1 s2)
2417          (and (= (length s1) (length s2))
2418               (progn
2419                 (while (and s1 (member (car s1) s2))
2420                   (setq s1 (cdr s1)))
2421                 (null s1))))))
2422
2423 (defun gnus-server-equal (m1 m2)
2424   "Say whether two methods are equal."
2425   (let ((m1 (cond ((null m1) gnus-select-method)
2426                   ((stringp m1) (gnus-server-to-method m1))
2427                   (t m1)))
2428         (m2 (cond ((null m2) gnus-select-method)
2429                   ((stringp m2) (gnus-server-to-method m2))
2430                   (t m2))))
2431     (gnus-method-equal m1 m2)))
2432
2433 (defun gnus-servers-using-backend (backend)
2434   "Return a list of known servers using BACKEND."
2435   (let ((opened gnus-opened-servers)
2436         out)
2437     (while opened
2438       (when (eq backend (caaar opened))
2439         (push (caar opened) out))
2440       (pop opened))
2441     out))
2442
2443 (defun gnus-archive-server-wanted-p ()
2444   "Say whether the user wants to use the archive server."
2445   (cond
2446    ((or (not gnus-message-archive-method)
2447         (not gnus-message-archive-group))
2448     nil)
2449    ((and gnus-message-archive-method gnus-message-archive-group)
2450     t)
2451    (t
2452     (let ((active (cadr (assq 'nnfolder-active-file
2453                               gnus-message-archive-method))))
2454       (and active
2455            (file-exists-p active))))))
2456
2457 (defun gnus-group-prefixed-name (group method)
2458   "Return the whole name from GROUP and METHOD."
2459   (and (stringp method) (setq method (gnus-server-to-method method)))
2460   (if (or (not method)
2461           (gnus-server-equal method "native"))
2462       group
2463     (concat (format "%s" (car method))
2464             (when (and
2465                    (or (assoc (format "%s" (car method))
2466                               (gnus-methods-using 'address))
2467                        (gnus-server-equal method gnus-message-archive-method))
2468                    (nth 1 method)
2469                    (not (string= (nth 1 method) "")))
2470               (concat "+" (nth 1 method)))
2471             ":" group)))
2472
2473 (defun gnus-group-real-prefix (group)
2474   "Return the prefix of the current group name."
2475   (if (string-match "^[^:]+:" group)
2476       (substring group 0 (match-end 0))
2477     ""))
2478
2479 (defun gnus-group-method (group)
2480   "Return the server or method used for selecting GROUP.
2481 You should probably use `gnus-find-method-for-group' instead."
2482   (let ((prefix (gnus-group-real-prefix group)))
2483     (if (equal prefix "")
2484         gnus-select-method
2485       (let ((servers gnus-opened-servers)
2486             (server "")
2487             backend possible found)
2488         (if (string-match "^[^\\+]+\\+" prefix)
2489             (setq backend (intern (substring prefix 0 (1- (match-end 0))))
2490                   server (substring prefix (match-end 0) (1- (length prefix))))
2491           (setq backend (intern (substring prefix 0 (1- (length prefix))))))
2492         (while servers
2493           (when (eq (caaar servers) backend)
2494             (setq possible (caar servers))
2495             (when (equal (cadaar servers) server)
2496               (setq found (caar servers))))
2497           (pop servers))
2498         (or (car (rassoc found gnus-server-alist))
2499             found
2500             (car (rassoc possible gnus-server-alist))
2501             possible
2502             (list backend server))))))
2503
2504 (defsubst gnus-native-method-p (method)
2505   "Return whether METHOD is the native select method."
2506   (gnus-method-equal method gnus-select-method))
2507
2508 (defsubst gnus-secondary-method-p (method)
2509   "Return whether METHOD is a secondary select method."
2510   (let ((methods gnus-secondary-select-methods)
2511         (gmethod (gnus-server-get-method nil method)))
2512     (while (and methods
2513                (not (gnus-method-equal 
2514                      (gnus-server-get-method nil (car methods))
2515                      gmethod)))
2516       (setq methods (cdr methods)))
2517     methods))
2518
2519 (defun gnus-method-simplify (method)
2520   "Return the shortest uniquely identifying string or method for METHOD."
2521   (cond ((gnus-native-method-p method)
2522         nil)
2523        ((gnus-secondary-method-p method)
2524         (format "%s:%s" (nth 0 method) (nth 1 method)))
2525        (t
2526         method)))
2527
2528 (defun gnus-groups-from-server (server)
2529   "Return a list of all groups that are fetched from SERVER."
2530   (let ((alist (cdr gnus-newsrc-alist))
2531         info groups)
2532     (while (setq info (pop alist))
2533       (when (gnus-server-equal (gnus-info-method info) server)
2534         (push (gnus-info-group info) groups)))
2535     (sort groups 'string<)))
2536
2537 (defun gnus-group-foreign-p (group)
2538   "Say whether a group is foreign or not."
2539   (and (not (gnus-group-native-p group))
2540        (not (gnus-group-secondary-p group))))
2541
2542 (defun gnus-group-native-p (group)
2543   "Say whether the group is native or not."
2544   (not (string-match ":" group)))
2545
2546 (defun gnus-group-secondary-p (group)
2547   "Say whether the group is secondary or not."
2548   (gnus-secondary-method-p (gnus-find-method-for-group group)))
2549
2550 (defun gnus-group-find-parameter (group &optional symbol allow-list)
2551   "Return the group parameters for GROUP.
2552 If SYMBOL, return the value of that symbol in the group parameters."
2553   (save-excursion
2554     (set-buffer gnus-group-buffer)
2555     (let ((parameters (funcall gnus-group-get-parameter-function group)))
2556       (if symbol
2557           (gnus-group-parameter-value parameters symbol allow-list)
2558         parameters))))
2559
2560 (defun gnus-group-get-parameter (group &optional symbol allow-list)
2561   "Return the group parameters for GROUP.
2562 If SYMBOL, return the value of that symbol in the group parameters.
2563 Most functions should use `gnus-group-find-parameter', which
2564 also examines the topic parameters."
2565   (let ((params (gnus-info-params (gnus-get-info group))))
2566     (if symbol
2567         (gnus-group-parameter-value params symbol allow-list)
2568       params)))
2569
2570 (defun gnus-group-parameter-value (params symbol &optional allow-list)
2571   "Return the value of SYMBOL in group PARAMS."
2572   ;; We only wish to return group parameters (dotted lists) and
2573   ;; not local variables, which may have the same names.
2574   ;; But first we handle single elements...
2575   (or (car (memq symbol params))
2576       ;; Handle alist.
2577       (let (elem)
2578         (catch 'found
2579           (while (setq elem (pop params))
2580             (when (and (consp elem)
2581                        (eq (car elem) symbol)
2582                        (or allow-list
2583                            (atom (cdr elem))))
2584               (throw 'found (cdr elem))))))))
2585
2586 (defun gnus-group-add-parameter (group param)
2587   "Add parameter PARAM to GROUP."
2588   (let ((info (gnus-get-info group)))
2589     (when info
2590       (gnus-group-remove-parameter group (if (consp param) (car param) param))
2591       ;; Cons the new param to the old one and update.
2592       (gnus-group-set-info (cons param (gnus-info-params info))
2593                            group 'params))))
2594
2595 (defun gnus-group-set-parameter (group name value)
2596   "Set parameter NAME to VALUE in GROUP."
2597   (let ((info (gnus-get-info group)))
2598     (when info
2599       (gnus-group-remove-parameter group name)
2600       (let ((old-params (gnus-info-params info))
2601             (new-params (list (cons name value))))
2602         (while old-params
2603           (when (or (not (listp (car old-params)))
2604                     (not (eq (caar old-params) name)))
2605             (setq new-params (append new-params (list (car old-params)))))
2606           (setq old-params (cdr old-params)))
2607         (gnus-group-set-info new-params group 'params)))))
2608
2609 (defun gnus-group-remove-parameter (group name)
2610   "Remove parameter NAME from GROUP."
2611   (let ((info (gnus-get-info group)))
2612     (when info
2613       (let ((params (gnus-info-params info)))
2614         (when params
2615           (setq params (delq name params))
2616           (while (assq name params)
2617             (gnus-pull name params))
2618           (gnus-info-set-params info params))))))
2619
2620 (defun gnus-group-add-score (group &optional score)
2621   "Add SCORE to the GROUP score.
2622 If SCORE is nil, add 1 to the score of GROUP."
2623   (let ((info (gnus-get-info group)))
2624     (when info
2625       (gnus-info-set-score info (+ (gnus-info-score info) (or score 1))))))
2626
2627 ;; Function written by Stainless Steel Rat <ratinox@peorth.gweep.net>
2628 (defun gnus-short-group-name (group &optional levels)
2629   "Collapse GROUP name LEVELS.
2630 Select methods are stripped and any remote host name is stripped down to
2631 just the host name."
2632   (let* ((name "")
2633          (foreign "")
2634          (depth 0)
2635          (skip 1)
2636          (levels (or levels
2637                      (progn
2638                        (while (string-match "\\." group skip)
2639                          (setq skip (match-end 0)
2640                                depth (+ depth 1)))
2641                        depth))))
2642     ;; separate foreign select method from group name and collapse.
2643     ;; if method contains a server, collapse to non-domain server name,
2644     ;; otherwise collapse to select method
2645     (let* ((colon  (string-match ":" group))
2646            (server (and colon (substring group 0 colon)))
2647            (plus   (and server (string-match "+" server))))
2648       (when server
2649         (cond (plus
2650                (setq foreign (substring server (+ 1 plus)
2651                                         (string-match "\\." server))
2652                      group (substring group (+ 1 colon))))
2653                (t
2654                 (setq foreign server
2655                       group (substring group (+ 1 colon)))))
2656         (setq foreign (concat foreign ":"))))
2657     ;; collapse group name leaving LEVELS uncollapsed elements
2658     (while group
2659       (if (and (string-match "\\." group) (> levels 0))
2660           (setq name (concat name (substring group 0 1))
2661                 group (substring group (match-end 0))
2662                 levels (- levels 1)
2663                 name (concat name "."))
2664         (setq name (concat foreign name group)
2665               group nil)))
2666     name))
2667
2668 (defun gnus-narrow-to-body ()
2669   "Narrow to the body of an article."
2670   (narrow-to-region
2671    (progn
2672      (goto-char (point-min))
2673      (or (search-forward "\n\n" nil t)
2674          (point-max)))
2675    (point-max)))
2676
2677 \f
2678 ;;;
2679 ;;; Kill file handling.
2680 ;;;
2681
2682 (defun gnus-apply-kill-file ()
2683   "Apply a kill file to the current newsgroup.
2684 Returns the number of articles marked as read."
2685   (if (or (file-exists-p (gnus-newsgroup-kill-file nil))
2686           (file-exists-p (gnus-newsgroup-kill-file gnus-newsgroup-name)))
2687       (gnus-apply-kill-file-internal)
2688     0))
2689
2690 (defun gnus-kill-save-kill-buffer ()
2691   (let ((file (gnus-newsgroup-kill-file gnus-newsgroup-name)))
2692     (when (get-file-buffer file)
2693       (save-excursion
2694         (set-buffer (get-file-buffer file))
2695         (when (buffer-modified-p)
2696           (save-buffer))
2697         (kill-buffer (current-buffer))))))
2698
2699 (defcustom gnus-kill-file-name "KILL"
2700   "Suffix of the kill files."
2701   :group 'gnus-score-kill
2702   :group 'gnus-score-files
2703   :type 'string)
2704
2705 (defun gnus-newsgroup-kill-file (newsgroup)
2706   "Return the name of a kill file name for NEWSGROUP.
2707 If NEWSGROUP is nil, return the global kill file name instead."
2708   (cond
2709    ;; The global KILL file is placed at top of the directory.
2710    ((or (null newsgroup)
2711         (string-equal newsgroup ""))
2712     (expand-file-name gnus-kill-file-name
2713                       gnus-kill-files-directory))
2714    ;; Append ".KILL" to newsgroup name.
2715    ((gnus-use-long-file-name 'not-kill)
2716     (expand-file-name (concat (gnus-newsgroup-savable-name newsgroup)
2717                               "." gnus-kill-file-name)
2718                       gnus-kill-files-directory))
2719    ;; Place "KILL" under the hierarchical directory.
2720    (t
2721     (expand-file-name (concat (gnus-newsgroup-directory-form newsgroup)
2722                               "/" gnus-kill-file-name)
2723                       gnus-kill-files-directory))))
2724
2725 ;;; Server things.
2726
2727 (defun gnus-member-of-valid (symbol group)
2728   "Find out if GROUP has SYMBOL as part of its \"valid\" spec."
2729   (memq symbol (assoc
2730                 (symbol-name (car (gnus-find-method-for-group group)))
2731                 gnus-valid-select-methods)))
2732
2733 (defun gnus-method-option-p (method option)
2734   "Return non-nil if select METHOD has OPTION as a parameter."
2735   (when (stringp method)
2736     (setq method (gnus-server-to-method method)))
2737   (memq option (assoc (format "%s" (car method))
2738                       gnus-valid-select-methods)))
2739
2740 (defun gnus-similar-server-opened (method)
2741   (let ((opened gnus-opened-servers))
2742     (while (and method opened)
2743       (when (and (equal (cadr method) (cadaar opened))
2744                 (equal (car method) (caaar opened))
2745                  (not (equal method (caar opened))))
2746         (setq method nil))
2747       (pop opened))
2748     (not method)))
2749
2750 (defun gnus-server-extend-method (group method)
2751   ;; This function "extends" a virtual server.  If the server is
2752   ;; "hello", and the select method is ("hello" (my-var "something"))
2753   ;; in the group "alt.alt", this will result in a new virtual server
2754   ;; called "hello+alt.alt".
2755   (if (or (not (inline (gnus-similar-server-opened method)))
2756           (not (cddr method)))
2757       method
2758     `(,(car method) ,(concat (cadr method) "+" group)
2759       (,(intern (format "%s-address" (car method))) ,(cadr method))
2760       ,@(cddr method))))
2761
2762 (defun gnus-server-status (method)
2763   "Return the status of METHOD."
2764   (nth 1 (assoc method gnus-opened-servers)))
2765
2766 (defun gnus-group-name-to-method (group)
2767   "Guess a select method based on GROUP."
2768   (if (string-match ":" group)
2769       (let ((server (substring group 0 (match-beginning 0))))
2770         (if (string-match "\\+" server)
2771             (list (intern (substring server 0 (match-beginning 0)))
2772                   (substring server (match-end 0)))
2773           (list (intern server) "")))
2774     gnus-select-method))
2775
2776 (defun gnus-find-method-for-group (group &optional info)
2777   "Find the select method that GROUP uses."
2778   (or gnus-override-method
2779       (and (not group)
2780            gnus-select-method)
2781       (let ((info (or info (gnus-get-info group)))
2782             method)
2783         (if (or (not info)
2784                 (not (setq method (gnus-info-method info)))
2785                 (equal method "native"))
2786             gnus-select-method
2787           (setq method
2788                 (cond ((stringp method)
2789                        (inline (gnus-server-to-method method)))
2790                       ((stringp (cadr method))
2791                        (inline (gnus-server-extend-method group method)))
2792                       (t
2793                        method)))
2794           (cond ((equal (cadr method) "")
2795                  method)
2796                 ((null (cadr method))
2797                  (list (car method) ""))
2798                 (t
2799                  (gnus-server-add-address method)))))))
2800
2801 (defun gnus-methods-using (feature)
2802   "Find all methods that have FEATURE."
2803   (let ((valids gnus-valid-select-methods)
2804         outs)
2805     (while valids
2806       (when (memq feature (car valids))
2807         (push (car valids) outs))
2808       (setq valids (cdr valids)))
2809     outs))
2810
2811 (defun gnus-read-group (prompt &optional default)
2812   "Prompt the user for a group name.
2813 Disallow illegal group names."
2814   (let ((prefix "")
2815         group)
2816     (while (not group)
2817       (when (string-match
2818              "[: `'\"/]\\|^$"
2819              (setq group (read-string (concat prefix prompt)
2820                                       (cons (or default "") 0)
2821                                       'gnus-group-history)))
2822         (setq prefix (format "Illegal group name: \"%s\".  " group)
2823               group nil)))
2824     group))
2825
2826 (defun gnus-read-method (prompt)
2827   "Prompt the user for a method.
2828 Allow completion over sensible values."
2829   (let* ((servers
2830           (append gnus-valid-select-methods
2831                   gnus-predefined-server-alist
2832                   gnus-server-alist))
2833          (method
2834           (completing-read
2835            prompt servers
2836            nil t nil 'gnus-method-history)))
2837     (cond
2838      ((equal method "")
2839       (setq method gnus-select-method))
2840      ((assoc method gnus-valid-select-methods)
2841       (list (intern method)
2842             (if (memq 'prompt-address
2843                       (assoc method gnus-valid-select-methods))
2844                 (read-string "Address: ")
2845               "")))
2846      ((assoc method servers)
2847       method)
2848      (t
2849       (list (intern method) "")))))
2850
2851 ;;; User-level commands.
2852
2853 ;;;###autoload
2854 (defun gnus-slave-no-server (&optional arg)
2855   "Read network news as a slave, without connecting to local server."
2856   (interactive "P")
2857   (gnus-no-server arg t))
2858
2859 ;;;###autoload
2860 (defun gnus-no-server (&optional arg slave)
2861   "Read network news.
2862 If ARG is a positive number, Gnus will use that as the
2863 startup level.  If ARG is nil, Gnus will be started at level 2.
2864 If ARG is non-nil and not a positive number, Gnus will
2865 prompt the user for the name of an NNTP server to use.
2866 As opposed to `gnus', this command will not connect to the local server."
2867   (interactive "P")
2868   (gnus-no-server-1 arg slave))
2869
2870 ;;;###autoload
2871 (defun gnus-slave (&optional arg)
2872   "Read news as a slave."
2873   (interactive "P")
2874   (gnus arg nil 'slave))
2875
2876 ;;;###autoload
2877 (defun gnus-other-frame (&optional arg)
2878   "Pop up a frame to read news."
2879   (interactive "P")
2880   (let ((window (get-buffer-window gnus-group-buffer)))
2881     (cond (window
2882            (select-frame (window-frame window)))
2883           ((= (length (frame-list)) 1)
2884            (select-frame (make-frame)))
2885           (t
2886            (other-frame 1))))
2887   (gnus arg))
2888
2889 ;;;###autoload
2890 (defun gnus (&optional arg dont-connect slave)
2891   "Read network news.
2892 If ARG is non-nil and a positive number, Gnus will use that as the
2893 startup level.  If ARG is non-nil and not a positive number, Gnus will
2894 prompt the user for the name of an NNTP server to use."
2895   (interactive "P")
2896   (gnus-1 arg dont-connect slave))
2897
2898 ;; Allow redefinition of Gnus functions.
2899
2900 (gnus-ems-redefine)
2901
2902 (provide 'gnus)
2903
2904 ;;; gnus.el ends here