Synch with Oort Gnus.
[elisp/gnus.git-] / lisp / gnus.el
1 ;;; gnus.el --- a newsreader for GNU Emacs
2
3 ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997,
4 ;; 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
5
6 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
7 ;;      Lars Magne Ingebrigtsen <larsi@gnus.org>
8 ;;      Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp>
9 ;;      Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
10 ;; Keywords: news, mail
11
12 ;; This file is part of GNU Emacs.
13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by
16 ;; the Free Software Foundation; either version 2, or (at your option)
17 ;; any later version.
18
19 ;; GNU Emacs is distributed in the hope that it will be useful,
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22 ;; GNU General Public License for more details.
23
24 ;; You should have received a copy of the GNU General Public License
25 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
26 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
27 ;; Boston, MA 02111-1307, USA.
28
29 ;;; Commentary:
30
31 ;;; Code:
32
33 (eval '(run-hooks 'gnus-load-hook))
34
35 (eval-when-compile (require 'cl))
36 (eval-when-compile (require 'static))
37
38 (require 'wid-edit)
39
40 (require 'gnus-vers)
41
42 (defgroup gnus nil
43   "The coffee-brewing, all singing, all dancing, kitchen sink newsreader."
44   :group 'news
45   :group 'mail)
46
47 (defgroup gnus-format nil
48   "Dealing with formatting issues."
49   :group 'news
50   :group 'mail)
51
52 (defgroup gnus-charset nil
53   "Group character set issues."
54   :link '(custom-manual "(gnus)Charsets")
55   :version "21.1"
56   :group 'gnus)
57
58 (defgroup gnus-cache nil
59   "Cache interface."
60   :group 'gnus)
61
62 (defgroup gnus-start nil
63   "Starting your favorite newsreader."
64   :group 'gnus)
65
66 (defgroup gnus-start-server nil
67   "Server options at startup."
68   :group 'gnus-start)
69
70 ;; These belong to gnus-group.el.
71 (defgroup gnus-group nil
72   "Group buffers."
73   :link '(custom-manual "(gnus)The Group Buffer")
74   :group 'gnus)
75
76 (defgroup gnus-group-foreign nil
77   "Foreign groups."
78   :link '(custom-manual "(gnus)Foreign Groups")
79   :group 'gnus-group)
80
81 (defgroup gnus-group-new nil
82   "Automatic subscription of new groups."
83   :group 'gnus-group)
84
85 (defgroup gnus-group-levels nil
86   "Group levels."
87   :link '(custom-manual "(gnus)Group Levels")
88   :group 'gnus-group)
89
90 (defgroup gnus-group-select nil
91   "Selecting a Group."
92   :link '(custom-manual "(gnus)Selecting a Group")
93   :group 'gnus-group)
94
95 (defgroup gnus-group-listing nil
96   "Showing slices of the group list."
97   :link '(custom-manual "(gnus)Listing Groups")
98   :group 'gnus-group)
99
100 (defgroup gnus-group-visual nil
101   "Sorting the group buffer."
102   :link '(custom-manual "(gnus)Group Buffer Format")
103   :group 'gnus-group
104   :group 'gnus-visual)
105
106 (defgroup gnus-group-various nil
107   "Various group options."
108   :link '(custom-manual "(gnus)Scanning New Messages")
109   :group 'gnus-group)
110
111 ;; These belong to gnus-sum.el.
112 (defgroup gnus-summary nil
113   "Summary buffers."
114   :link '(custom-manual "(gnus)The Summary Buffer")
115   :group 'gnus)
116
117 (defgroup gnus-summary-exit nil
118   "Leaving summary buffers."
119   :link '(custom-manual "(gnus)Exiting the Summary Buffer")
120   :group 'gnus-summary)
121
122 (defgroup gnus-summary-marks nil
123   "Marks used in summary buffers."
124   :link '(custom-manual "(gnus)Marking Articles")
125   :group 'gnus-summary)
126
127 (defgroup gnus-thread nil
128   "Ordering articles according to replies."
129   :link '(custom-manual "(gnus)Threading")
130   :group 'gnus-summary)
131
132 (defgroup gnus-summary-format nil
133   "Formatting of the summary buffer."
134   :link '(custom-manual "(gnus)Summary Buffer Format")
135   :group 'gnus-summary)
136
137 (defgroup gnus-summary-choose nil
138   "Choosing Articles."
139   :link '(custom-manual "(gnus)Choosing Articles")
140   :group 'gnus-summary)
141
142 (defgroup gnus-summary-maneuvering nil
143   "Summary movement commands."
144   :link '(custom-manual "(gnus)Summary Maneuvering")
145   :group 'gnus-summary)
146
147 (defgroup gnus-picon nil
148   "Show pictures of people, domains, and newsgroups."
149   :group 'gnus-visual)
150
151 (defgroup gnus-summary-mail nil
152   "Mail group commands."
153   :link '(custom-manual "(gnus)Mail Group Commands")
154   :group 'gnus-summary)
155
156 (defgroup gnus-summary-sort nil
157   "Sorting the summary buffer."
158   :link '(custom-manual "(gnus)Sorting")
159   :group 'gnus-summary)
160
161 (defgroup gnus-summary-visual nil
162   "Highlighting and menus in the summary buffer."
163   :link '(custom-manual "(gnus)Summary Highlighting")
164   :group 'gnus-visual
165   :group 'gnus-summary)
166
167 (defgroup gnus-summary-various nil
168   "Various summary buffer options."
169   :link '(custom-manual "(gnus)Various Summary Stuff")
170   :group 'gnus-summary)
171
172 (defgroup gnus-summary-pick nil
173   "Pick mode in the summary buffer."
174   :link '(custom-manual "(gnus)Pick and Read")
175   :prefix "gnus-pick-"
176   :group 'gnus-summary)
177
178 (defgroup gnus-summary-tree nil
179   "Tree display of threads in the summary buffer."
180   :link '(custom-manual "(gnus)Tree Display")
181   :prefix "gnus-tree-"
182   :group 'gnus-summary)
183
184 ;; Belongs to gnus-uu.el
185 (defgroup gnus-extract-view nil
186   "Viewing extracted files."
187   :link '(custom-manual "(gnus)Viewing Files")
188   :group 'gnus-extract)
189
190 ;; Belongs to gnus-score.el
191 (defgroup gnus-score nil
192   "Score and kill file handling."
193   :group 'gnus)
194
195 (defgroup gnus-score-kill nil
196   "Kill files."
197   :group 'gnus-score)
198
199 (defgroup gnus-score-adapt nil
200   "Adaptive score files."
201   :group 'gnus-score)
202
203 (defgroup gnus-score-default nil
204   "Default values for score files."
205   :group 'gnus-score)
206
207 (defgroup gnus-score-expire nil
208   "Expiring score rules."
209   :group 'gnus-score)
210
211 (defgroup gnus-score-decay nil
212   "Decaying score rules."
213   :group 'gnus-score)
214
215 (defgroup gnus-score-files nil
216   "Score and kill file names."
217   :group 'gnus-score
218   :group 'gnus-files)
219
220 (defgroup gnus-score-various nil
221   "Various scoring and killing options."
222   :group 'gnus-score)
223
224 ;; Other
225 (defgroup gnus-visual nil
226   "Options controlling the visual fluff."
227   :group 'gnus
228   :group 'faces)
229
230 (defgroup gnus-agent nil
231   "Offline support for Gnus."
232   :group 'gnus)
233
234 (defgroup gnus-files nil
235   "Files used by Gnus."
236   :group 'gnus)
237
238 (defgroup gnus-dribble-file nil
239   "Auto save file."
240   :link '(custom-manual "(gnus)Auto Save")
241   :group 'gnus-files)
242
243 (defgroup gnus-newsrc nil
244   "Storing Gnus state."
245   :group 'gnus-files)
246
247 (defgroup gnus-server nil
248   "Options related to newsservers and other servers used by Gnus."
249   :group 'gnus)
250
251 (defgroup gnus-server-visual nil
252   "Highlighting and menus in the server buffer."
253   :group 'gnus-visual
254   :group 'gnus-server)
255
256 (defgroup gnus-message '((message custom-group))
257   "Composing replies and followups in Gnus."
258   :group 'gnus)
259
260 (defgroup gnus-meta nil
261   "Meta variables controlling major portions of Gnus.
262 In general, modifying these variables does not take affect until Gnus
263 is restarted, and sometimes reloaded."
264   :group 'gnus)
265
266 (defgroup gnus-various nil
267   "Other Gnus options."
268   :link '(custom-manual "(gnus)Various Various")
269   :group 'gnus)
270
271 (defgroup gnus-mime nil
272   "Variables for controlling the Gnus MIME interface."
273   :group 'gnus)
274
275 (defgroup gnus-exit nil
276   "Exiting gnus."
277   :link '(custom-manual "(gnus)Exiting Gnus")
278   :group 'gnus)
279
280 (defgroup gnus-fun nil
281   "Frivolous Gnus extensions."
282   :link '(custom-manual "(gnus)Exiting Gnus")
283   :group 'gnus)
284
285 (defcustom gnus-inhibit-startup-message nil
286   "If non-nil, the startup message will not be displayed.
287 This variable is used before `.gnus.el' is loaded, so it should
288 be set in `.emacs' instead."
289   :group 'gnus-start
290   :type 'boolean)
291
292 (defcustom gnus-play-startup-jingle nil
293   "If non-nil, play the Gnus jingle at startup."
294   :group 'gnus-start
295   :type 'boolean)
296
297 (unless (fboundp 'gnus-group-remove-excess-properties)
298   (defalias 'gnus-group-remove-excess-properties 'ignore))
299
300 (unless (fboundp 'gnus-set-text-properties)
301   (defalias 'gnus-set-text-properties 'set-text-properties))
302
303 (unless (featurep 'gnus-xmas)
304   (defalias 'gnus-make-overlay 'make-overlay)
305   (defalias 'gnus-delete-overlay 'delete-overlay)
306   (defalias 'gnus-overlay-put 'overlay-put)
307   (defalias 'gnus-move-overlay 'move-overlay)
308   (defalias 'gnus-overlay-buffer 'overlay-buffer)
309   (defalias 'gnus-overlay-start 'overlay-start)
310   (defalias 'gnus-overlay-end 'overlay-end)
311   (defalias 'gnus-extent-detached-p 'ignore)
312   (defalias 'gnus-extent-start-open 'ignore)
313   (defalias 'gnus-appt-select-lowest-window 'appt-select-lowest-window)
314   (defalias 'gnus-mail-strip-quoted-names 'mail-strip-quoted-names)
315   (defalias 'gnus-character-to-event 'identity)
316   (defalias 'gnus-add-text-properties 'add-text-properties)
317   (defalias 'gnus-put-text-property 'put-text-property)
318   (defvar gnus-mode-line-image-cache t)
319   (if (fboundp 'find-image)
320       (defun gnus-mode-line-buffer-identification (line)
321         (let ((str (car-safe line)))
322           (if (and (stringp str)
323                    (string-match "^Gnus:" str))
324               (progn (add-text-properties
325                       0 5
326                       (list 'display
327                             (if (eq t gnus-mode-line-image-cache)
328                                 (setq gnus-mode-line-image-cache
329                                       (find-image
330                                        '((:type xpm :file "gnus-pointer.xpm"
331                                                 :ascent center)
332                                          (:type xbm :file "gnus-pointer.xbm"
333                                                 :ascent center))))
334                               gnus-mode-line-image-cache)
335                             'help-echo "This is Gnus")
336                       str)
337                      (list str))
338             line)))
339     (defalias 'gnus-mode-line-buffer-identification 'identity))
340   (defalias 'gnus-characterp 'numberp)
341   (defalias 'gnus-deactivate-mark 'deactivate-mark)
342   (defalias 'gnus-window-edges 'window-edges)
343   (defalias 'gnus-key-press-event-p 'numberp)
344   ;;(defalias 'gnus-decode-rfc1522 'ignore)
345   )
346
347 ;; We define these group faces here to avoid the display
348 ;; update forced when creating new faces.
349
350 (defface gnus-group-news-1-face
351   '((((class color)
352       (background dark))
353      (:foreground "PaleTurquoise" :bold t))
354     (((class color)
355       (background light))
356      (:foreground "ForestGreen" :bold t))
357     (t
358      ()))
359   "Level 1 newsgroup face.")
360
361 (defface gnus-group-news-1-empty-face
362   '((((class color)
363       (background dark))
364      (:foreground "PaleTurquoise"))
365     (((class color)
366       (background light))
367      (:foreground "ForestGreen"))
368     (t
369      ()))
370   "Level 1 empty newsgroup face.")
371
372 (defface gnus-group-news-2-face
373   '((((class color)
374       (background dark))
375      (:foreground "turquoise" :bold t))
376     (((class color)
377       (background light))
378      (:foreground "CadetBlue4" :bold t))
379     (t
380      ()))
381   "Level 2 newsgroup face.")
382
383 (defface gnus-group-news-2-empty-face
384   '((((class color)
385       (background dark))
386      (:foreground "turquoise"))
387     (((class color)
388       (background light))
389      (:foreground "CadetBlue4"))
390     (t
391      ()))
392   "Level 2 empty newsgroup face.")
393
394 (defface gnus-group-news-3-face
395   '((((class color)
396       (background dark))
397      (:bold t))
398     (((class color)
399       (background light))
400      (:bold t))
401     (t
402      ()))
403   "Level 3 newsgroup face.")
404
405 (defface gnus-group-news-3-empty-face
406   '((((class color)
407       (background dark))
408      ())
409     (((class color)
410       (background light))
411      ())
412     (t
413      ()))
414   "Level 3 empty newsgroup face.")
415
416 (defface gnus-group-news-4-face
417   '((((class color)
418       (background dark))
419      (:bold t))
420     (((class color)
421       (background light))
422      (:bold t))
423     (t
424      ()))
425   "Level 4 newsgroup face.")
426
427 (defface gnus-group-news-4-empty-face
428   '((((class color)
429       (background dark))
430      ())
431     (((class color)
432       (background light))
433      ())
434     (t
435      ()))
436   "Level 4 empty newsgroup face.")
437
438 (defface gnus-group-news-5-face
439   '((((class color)
440       (background dark))
441      (:bold t))
442     (((class color)
443       (background light))
444      (:bold t))
445     (t
446      ()))
447   "Level 5 newsgroup face.")
448
449 (defface gnus-group-news-5-empty-face
450   '((((class color)
451       (background dark))
452      ())
453     (((class color)
454       (background light))
455      ())
456     (t
457      ()))
458   "Level 5 empty newsgroup face.")
459
460 (defface gnus-group-news-6-face
461   '((((class color)
462       (background dark))
463      (:bold t))
464     (((class color)
465       (background light))
466      (:bold t))
467     (t
468      ()))
469   "Level 6 newsgroup face.")
470
471 (defface gnus-group-news-6-empty-face
472   '((((class color)
473       (background dark))
474      ())
475     (((class color)
476       (background light))
477      ())
478     (t
479      ()))
480   "Level 6 empty newsgroup face.")
481
482 (defface gnus-group-news-low-face
483   '((((class color)
484       (background dark))
485      (:foreground "DarkTurquoise" :bold t))
486     (((class color)
487       (background light))
488      (:foreground "DarkGreen" :bold t))
489     (t
490      ()))
491   "Low level newsgroup face.")
492
493 (defface gnus-group-news-low-empty-face
494   '((((class color)
495       (background dark))
496      (:foreground "DarkTurquoise"))
497     (((class color)
498       (background light))
499      (:foreground "DarkGreen"))
500     (t
501      ()))
502   "Low level empty newsgroup face.")
503
504 (defface gnus-group-mail-1-face
505   '((((class color)
506       (background dark))
507      (:foreground "aquamarine1" :bold t))
508     (((class color)
509       (background light))
510      (:foreground "DeepPink3" :bold t))
511     (t
512      (:bold t)))
513   "Level 1 mailgroup face.")
514
515 (defface gnus-group-mail-1-empty-face
516   '((((class color)
517       (background dark))
518      (:foreground "aquamarine1"))
519     (((class color)
520       (background light))
521      (:foreground "DeepPink3"))
522     (t
523      (:italic t :bold t)))
524   "Level 1 empty mailgroup face.")
525
526 (defface gnus-group-mail-2-face
527   '((((class color)
528       (background dark))
529      (:foreground "aquamarine2" :bold t))
530     (((class color)
531       (background light))
532      (:foreground "HotPink3" :bold t))
533     (t
534      (:bold t)))
535   "Level 2 mailgroup face.")
536
537 (defface gnus-group-mail-2-empty-face
538   '((((class color)
539       (background dark))
540      (:foreground "aquamarine2"))
541     (((class color)
542       (background light))
543      (:foreground "HotPink3"))
544     (t
545      (:bold t)))
546   "Level 2 empty mailgroup face.")
547
548 (defface gnus-group-mail-3-face
549   '((((class color)
550       (background dark))
551      (:foreground "aquamarine3" :bold t))
552     (((class color)
553       (background light))
554      (:foreground "magenta4" :bold t))
555     (t
556      (:bold t)))
557   "Level 3 mailgroup face.")
558
559 (defface gnus-group-mail-3-empty-face
560   '((((class color)
561       (background dark))
562      (:foreground "aquamarine3"))
563     (((class color)
564       (background light))
565      (:foreground "magenta4"))
566     (t
567      ()))
568   "Level 3 empty mailgroup face.")
569
570 (defface gnus-group-mail-low-face
571   '((((class color)
572       (background dark))
573      (:foreground "aquamarine4" :bold t))
574     (((class color)
575       (background light))
576      (:foreground "DeepPink4" :bold t))
577     (t
578      (:bold t)))
579   "Low level mailgroup face.")
580
581 (defface gnus-group-mail-low-empty-face
582   '((((class color)
583       (background dark))
584      (:foreground "aquamarine4"))
585     (((class color)
586       (background light))
587      (:foreground "DeepPink4"))
588     (t
589      (:bold t)))
590   "Low level empty mailgroup face.")
591
592 ;; Summary mode faces.
593
594 (defface gnus-summary-selected-face '((t
595                                        (:underline t)))
596   "Face used for selected articles.")
597
598 (defface gnus-summary-cancelled-face
599   '((((class color))
600      (:foreground "yellow" :background "black")))
601   "Face used for cancelled articles.")
602
603 (defface gnus-summary-high-ticked-face
604   '((((class color)
605       (background dark))
606      (:foreground "pink" :bold t))
607     (((class color)
608       (background light))
609      (:foreground "firebrick" :bold t))
610     (t
611      (:bold t)))
612   "Face used for high interest ticked articles.")
613
614 (defface gnus-summary-low-ticked-face
615   '((((class color)
616       (background dark))
617      (:foreground "pink" :italic t))
618     (((class color)
619       (background light))
620      (:foreground "firebrick" :italic t))
621     (t
622      (:italic t)))
623   "Face used for low interest ticked articles.")
624
625 (defface gnus-summary-normal-ticked-face
626   '((((class color)
627       (background dark))
628      (:foreground "pink"))
629     (((class color)
630       (background light))
631      (:foreground "firebrick"))
632     (t
633      ()))
634   "Face used for normal interest ticked articles.")
635
636 (defface gnus-summary-high-ancient-face
637   '((((class color)
638       (background dark))
639      (:foreground "SkyBlue" :bold t))
640     (((class color)
641       (background light))
642      (:foreground "RoyalBlue" :bold t))
643     (t
644      (:bold t)))
645   "Face used for high interest ancient articles.")
646
647 (defface gnus-summary-low-ancient-face
648   '((((class color)
649       (background dark))
650      (:foreground "SkyBlue" :italic t))
651     (((class color)
652       (background light))
653      (:foreground "RoyalBlue" :italic t))
654     (t
655      (:italic t)))
656   "Face used for low interest ancient articles.")
657
658 (defface gnus-summary-normal-ancient-face
659   '((((class color)
660       (background dark))
661      (:foreground "SkyBlue"))
662     (((class color)
663       (background light))
664      (:foreground "RoyalBlue"))
665     (t
666      ()))
667   "Face used for normal interest ancient articles.")
668
669 (defface gnus-summary-high-uncached-face
670    '((((class color)
671        (background light))
672       (:bold t :foreground "cyan4" :bold nil))
673      (((class color) (background dark))
674       (:bold t :foreground "LightGray" :bold nil))
675      (t (:inverse-video t :bold t)))
676   "Face used for high interest uncached articles.")
677
678 (defface gnus-summary-low-uncached-face
679    '((((class color)
680        (background light))
681       (:italic t :foreground "cyan4" :bold nil))
682      (((class color) (background dark))
683       (:italic t :foreground "LightGray" :bold nil))
684      (t (:inverse-video t :italic t)))
685   "Face used for low interest uncached articles.")
686
687 (defface gnus-summary-normal-uncached-face
688    '((((class color)
689        (background light))
690       (:foreground "cyan4" :bold nil))
691      (((class color) (background dark))
692       (:foreground "LightGray" :bold nil))
693      (t (:inverse-video t)))
694   "Face used for normal interest uncached articles.")
695
696 (defface gnus-summary-high-unread-face
697   '((t
698      (:bold t)))
699   "Face used for high interest unread articles.")
700
701 (defface gnus-summary-low-unread-face
702   '((t
703      (:italic t)))
704   "Face used for low interest unread articles.")
705
706 (defface gnus-summary-normal-unread-face
707   '((t
708      ()))
709   "Face used for normal interest unread articles.")
710
711 (defface gnus-summary-incorporated-face
712   '((t
713      ()))
714   "Face used for incorporated articles.")
715
716 (defface gnus-summary-high-read-face
717   '((((class color)
718       (background dark))
719      (:foreground "PaleGreen"
720                   :bold t))
721     (((class color)
722       (background light))
723      (:foreground "DarkGreen"
724                   :bold t))
725     (t
726      (:bold t)))
727   "Face used for high interest read articles.")
728
729 (defface gnus-summary-low-read-face
730   '((((class color)
731       (background dark))
732      (:foreground "PaleGreen"
733                   :italic t))
734     (((class color)
735       (background light))
736      (:foreground "DarkGreen"
737                   :italic t))
738     (t
739      (:italic t)))
740   "Face used for low interest read articles.")
741
742 (defface gnus-summary-normal-read-face
743   '((((class color)
744       (background dark))
745      (:foreground "PaleGreen"))
746     (((class color)
747       (background light))
748      (:foreground "DarkGreen"))
749     (t
750      ()))
751   "Face used for normal interest read articles.")
752
753
754 ;;;
755 ;;; Gnus buffers
756 ;;;
757
758 (defvar gnus-buffers nil)
759
760 (defun gnus-get-buffer-create (name)
761   "Do the same as `get-buffer-create', but store the created buffer."
762   (or (get-buffer name)
763       (car (push (get-buffer-create name) gnus-buffers))))
764
765 (defun gnus-add-buffer ()
766   "Add the current buffer to the list of Gnus buffers."
767   (push (current-buffer) gnus-buffers))
768
769 (defun gnus-buffers ()
770   "Return a list of live Gnus buffers."
771   (while (and gnus-buffers
772               (not (buffer-name (car gnus-buffers))))
773     (pop gnus-buffers))
774   (let ((buffers gnus-buffers))
775     (while (cdr buffers)
776       (if (buffer-name (cadr buffers))
777           (pop buffers)
778         (setcdr buffers (cddr buffers)))))
779   gnus-buffers)
780
781 ;;; Splash screen.
782
783 (defvar gnus-group-buffer "*Group*")
784
785 (eval-and-compile
786   (autoload 'gnus-play-jingle "gnus-audio"))
787
788 (defface gnus-splash-face
789   '((((class color)
790       (background dark))
791      (:foreground "#888888"))
792     (((class color)
793       (background light))
794      (:foreground "#888888"))
795     (t
796      ()))
797   "Face for the splash screen.")
798
799 (defun gnus-splash ()
800   (save-excursion
801     (switch-to-buffer (gnus-get-buffer-create gnus-group-buffer))
802     (let ((buffer-read-only nil))
803       (erase-buffer)
804       (unless gnus-inhibit-startup-message
805         (gnus-group-startup-message)
806         (sit-for 0)
807         (when gnus-play-startup-jingle
808           (gnus-play-jingle))))))
809
810 (defun gnus-indent-rigidly (start end arg)
811   "Indent rigidly using only spaces and no tabs."
812   (save-excursion
813     (save-restriction
814       (narrow-to-region start end)
815       (let ((tab-width 8))
816         (indent-rigidly start end arg)
817         ;; We translate tabs into spaces -- not everybody uses
818         ;; an 8-character tab.
819         (goto-char (point-min))
820         (while (search-forward "\t" nil t)
821           (replace-match "        " t t))))))
822
823 (defvar gnus-simple-splash nil)
824
825 ;;(format "%02x%02x%02x" 114 66 20) "724214"
826
827 (defvar gnus-logo-color-alist
828   '((flame "#cc3300" "#ff2200")
829     (pine "#c0cc93" "#f8ffb8")
830     (moss "#a1cc93" "#d2ffb8")
831     (irish "#04cc90" "#05ff97")
832     (sky "#049acc" "#05deff")
833     (tin "#6886cc" "#82b6ff")
834     (velvet "#7c68cc" "#8c82ff")
835     (grape "#b264cc" "#cf7df")
836     (labia "#cc64c2" "#fd7dff")
837     (berry "#cc6485" "#ff7db5")
838     (dino "#724214" "#1e3f03")
839     (oort "#cccccc" "#888888")
840     (storm "#666699" "#99ccff")
841     (pdino "#9999cc" "#99ccff")
842     (purp "#9999cc" "#666699")
843     (neutral "#b4b4b4" "#878787")
844     (september "#bf9900" "#ffcc00"))
845   "Color alist used for the Gnus logo.")
846
847 (defcustom gnus-logo-color-style 'oort
848   "*Color styles used for the Gnus logo."
849   :type `(choice ,@(mapcar (lambda (elem) (list 'const (car elem)))
850                            gnus-logo-color-alist))
851   :group 'gnus-xmas)
852
853 (defvar gnus-logo-colors
854   (cdr (assq gnus-logo-color-style gnus-logo-color-alist))
855   "Colors used for the Gnus logo.")
856
857 (defun gnus-group-startup-message (&optional x y)
858   "Insert startup message in current buffer."
859   ;; Insert the message.
860   (erase-buffer)
861   (cond
862    ((and (fboundp 'find-image)
863          (display-graphic-p)
864          (let* ((bg (face-background 'default))
865                 (fg (face-foreground 'gnus-splash-face))
866                 (data-directory (nnheader-find-etc-directory "gnus"))
867                 (image (find-image
868                         `((:type xpm :file "gnus.xpm"
869                                  :color-symbols
870                                  (("thing" . ,(car gnus-logo-colors))
871                                   ("shadow" . ,(cadr gnus-logo-colors))
872                                   ("oort" . "#eeeeee")
873                                   ("background" . ,bg)))
874                           (:type pbm :file "gnus.pbm"
875                                  ;; Account for the pbm's blackground.
876                                  :background ,bg :foreground ,fg)
877                           (:type xbm :file "gnus.xbm"
878                                  ;; Account for the xbm's blackground.
879                                  :background ,bg :foreground ,fg)))))
880            (when image
881              (insert
882               (propertize
883                (concat gnus-product-name " " gnus-version-number
884                        (if (zerop (string-to-number gnus-revision-number))
885                            ""
886                          (concat " (r" gnus-revision-number ")"))
887                        " based on " gnus-original-product-name " v"
888                        gnus-original-version-number)
889                'face `(variable-pitch :background ,bg :foreground ,fg)))
890              (let ((fill-column (window-width)))
891                (center-region (point-min) (point)))
892              (let ((size (image-size image)))
893                (insert-char ?\n (max 1 (round (- (window-height)
894                                                  (or y (cdr size))) 2)))
895                (insert
896                 (propertize " " 'display
897                             `(space :align-to
898                                     ,(max 0 (round (- (window-width)
899                                                       (or x (car size))) 2)))))
900                (insert-image image))
901              (setq gnus-simple-splash nil)
902              t))))
903    (t
904     (insert "
905           _    ___ _             _
906           _ ___ __ ___  __    _ ___
907           __   _     ___    __  ___
908               _           ___     _
909              _  _ __             _
910              ___   __            _
911                    __           _
912                     _      _   _
913                    _      _    _
914                       _  _    _
915                   __  ___
916                  _   _ _     _
917                 _   _
918               _    _
919              _    _
920             _
921           __
922
923 "
924             )
925     (goto-char (point-min))
926     (insert gnus-product-name " " gnus-version-number
927             (if (zerop (string-to-number gnus-revision-number))
928                 ""
929               (concat " (r" gnus-revision-number ")"))
930             " based on " gnus-original-product-name " v"
931             gnus-original-version-number)
932     (insert-char ?\  (prog1
933                          (max 0 (/ (- (window-width) (point)) 2))
934                        (goto-char (point-min))))
935     (forward-line 1)
936     ;; And then hack it.
937     (gnus-indent-rigidly (point) (point-max)
938                          (/ (max (- (window-width) (or x 46)) 0) 2))
939     (goto-char (point-min))
940     (forward-line 1)
941     (let* ((pheight (count-lines (point-min) (point-max)))
942            (wheight (window-height))
943            (rest (- wheight pheight)))
944       (insert (make-string (max 0 (* 2 (/ rest 3))) ?\n)))
945     ;; Fontify some.
946     (put-text-property (point-min) (point-max) 'face 'gnus-splash-face)
947     (setq gnus-simple-splash t)))
948   (goto-char (point-min))
949   (setq mode-line-buffer-identification (concat " " gnus-version))
950   (set-buffer-modified-p t))
951
952 (eval-when (load)
953   (let ((command (format "%s" this-command)))
954     (if (and (string-match "gnus" command)
955              (not (string-match "gnus-other-frame" command)))
956         (gnus-splash)
957       (gnus-get-buffer-create gnus-group-buffer))))
958
959 ;;; Do the rest.
960
961 (require 'gnus-util)
962 (require 'nnheader)
963
964 (defcustom gnus-parameters nil
965   "Alist of group parameters.
966
967 For example:
968    ((\"mail\\\\..*\"  (gnus-show-threads nil)
969                   (gnus-use-scoring nil)
970                   (gnus-summary-line-format
971                         \"%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\\n\")
972                   (gcc-self . t)
973                   (display . all))
974      (\"mail\\\\.me\" (gnus-use-scoring  t))
975      (\"list\\\\..*\" (total-expire . t)
976                   (broken-reply-to . t)))"
977   :group 'gnus-group-various
978   :type '(repeat (cons regexp
979                        (repeat sexp))))
980
981 (defvar gnus-group-parameters-more nil)
982
983 (defvar gnus-colon-keywords
984   (eval-when-compile
985     (when (boundp 'dgnushack-colon-keywords)
986       (symbol-value 'dgnushack-colon-keywords)))
987   "List of the colon keywords should be bound at run-time.  This variable
988 defaults to a proper value only if this file is byte-compiled by make.")
989
990 (dolist (keyword gnus-colon-keywords)
991   (set keyword keyword))
992
993 (defmacro gnus-define-group-parameter (param &rest rest)
994   "Define a group parameter PARAM.
995 REST is a plist of following:
996 :type               One of `bool', `list' or `nil'.
997 :function           The name of the function.
998 :function-document  The documentation of the function.
999 :parameter-type     The type for customizing the parameter.
1000 :parameter-document The documentation for the parameter.
1001 :variable           The name of the variable.
1002 :variable-document  The documentation for the variable.
1003 :variable-group     The group for customizing the variable.
1004 :variable-type      The type for customizing the variable.
1005 :variable-default   The default value of the variable."
1006   (let* ((type (plist-get rest :type))
1007          (parameter-type (plist-get rest :parameter-type))
1008          (parameter-document (plist-get rest :parameter-document))
1009          (function (or (plist-get rest :function)
1010                        (intern (format "gnus-parameter-%s" param))))
1011          (function-document (or (plist-get rest :function-document) ""))
1012          (variable (or (plist-get rest :variable)
1013                        (intern (format "gnus-parameter-%s-alist" param))))
1014          (variable-document (or (plist-get rest :variable-document) ""))
1015          (variable-group (plist-get rest :variable-group))
1016          (variable-type (or (plist-get rest :variable-type)
1017                             `(quote (repeat
1018                                      (list (regexp :tag "Group")
1019                                            ,(car (cdr parameter-type)))))))
1020          (variable-default (plist-get rest :variable-default)))
1021     (list
1022      'progn
1023      `(defcustom ,variable ,variable-default
1024         ,variable-document
1025         :group 'gnus-group-parameter
1026         :group ',variable-group
1027         :type ,variable-type)
1028      `(setq gnus-group-parameters-more
1029             (delq (assq ',param gnus-group-parameters-more)
1030                   gnus-group-parameters-more))
1031      `(add-to-list 'gnus-group-parameters-more
1032                    (list ',param
1033                          ,parameter-type
1034                          ,parameter-document))
1035      (if (eq type 'bool)
1036          `(defun ,function (name)
1037             ,function-document
1038             (let ((params (gnus-group-find-parameter name))
1039                   val)
1040               (cond
1041                ((memq ',param params)
1042                 t)
1043                ((setq val (assq ',param params))
1044                 (cdr val))
1045                ((stringp ,variable)
1046                 (string-match ,variable name))
1047                (,variable
1048                 (let ((alist ,variable)
1049                       elem value)
1050                   (while (setq elem (pop alist))
1051                     (when (and name
1052                                (string-match (car elem) name))
1053                       (setq alist nil
1054                             value (cdr elem))))
1055                   (if (consp value) (car value) value))))))
1056        `(defun ,function (name)
1057           ,function-document
1058           (and name
1059                (or (gnus-group-find-parameter name ',param ,(and type t))
1060                    (let ((alist ,variable)
1061                          elem value)
1062                      (while (setq elem (pop alist))
1063                        (when (and name
1064                                   (string-match (car elem) name))
1065                          (setq alist nil
1066                                value (cdr elem))))
1067                      ,(if type
1068                           'value
1069                         '(if (consp value) (car value) value))))))))))
1070
1071 (defcustom gnus-home-directory "~/"
1072   "Directory variable that specifies the \"home\" directory.
1073 All other Gnus path variables are initialized from this variable."
1074   :group 'gnus-files
1075   :type 'directory)
1076
1077 (defcustom gnus-directory (or (getenv "SAVEDIR")
1078                               (nnheader-concat gnus-home-directory "News/"))
1079   "*Directory variable from which all other Gnus file variables are derived.
1080
1081 Note that Gnus is mostly loaded when the `.gnus.el' file is read.
1082 This means that other directory variables that are initialized from
1083 this variable won't be set properly if you set this variable in `.gnus.el'.
1084 Set this variable in `.emacs' instead."
1085   :group 'gnus-files
1086   :type 'directory)
1087
1088 (defcustom gnus-default-directory nil
1089   "*Default directory for all Gnus buffers."
1090   :group 'gnus-files
1091   :type '(choice (const :tag "current" nil)
1092                  directory))
1093
1094 ;; Site dependent variables.  These variables should be defined in
1095 ;; paths.el.
1096
1097 (defvar gnus-default-nntp-server nil
1098   "Specify a default NNTP server.
1099 This variable should be defined in paths.el, and should never be set
1100 by the user.
1101 If you want to change servers, you should use `gnus-select-method'.
1102 See the documentation to that variable.")
1103
1104 ;; Don't touch this variable.
1105 (defvar gnus-nntp-service "nntp"
1106   "NNTP service name (\"nntp\" or 119).
1107 This is an obsolete variable, which is scarcely used.  If you use an
1108 nntp server for your newsgroup and want to change the port number
1109 used to 899, you would say something along these lines:
1110
1111  (setq gnus-select-method '(nntp \"my.nntp.server\" (nntp-port-number 899)))")
1112
1113 (defcustom gnus-nntpserver-file "/etc/nntpserver"
1114   "A file with only the name of the nntp server in it."
1115   :group 'gnus-files
1116   :group 'gnus-server
1117   :type 'file)
1118
1119 ;; This function is used to check both the environment variable
1120 ;; NNTPSERVER and the /etc/nntpserver file to see whether one can find
1121 ;; an nntp server name default.
1122 (defun gnus-getenv-nntpserver ()
1123   (or (getenv "NNTPSERVER")
1124       (and (file-readable-p gnus-nntpserver-file)
1125            (save-excursion
1126              (set-buffer (gnus-get-buffer-create " *gnus nntp*"))
1127              (insert-file-contents gnus-nntpserver-file)
1128              (let ((name (buffer-string)))
1129                (prog1
1130                    (if (string-match "\\'[ \t\n]*$" name)
1131                        nil
1132                      name)
1133                  (kill-buffer (current-buffer))))))))
1134
1135 (defcustom gnus-select-method
1136   (condition-case nil
1137       (nconc
1138        (list 'nntp (or (condition-case nil
1139                            (gnus-getenv-nntpserver)
1140                          (error nil))
1141                        (when (and gnus-default-nntp-server
1142                                   (not (string= gnus-default-nntp-server "")))
1143                          gnus-default-nntp-server)
1144                        "news"))
1145        (if (or (null gnus-nntp-service)
1146                (equal gnus-nntp-service "nntp"))
1147            nil
1148          (list gnus-nntp-service)))
1149     (error nil))
1150   "Default method for selecting a newsgroup.
1151 This variable should be a list, where the first element is how the
1152 news is to be fetched, the second is the address.
1153
1154 For instance, if you want to get your news via \"flab.flab.edu\" using
1155 NNTP, you could say:
1156
1157 \(setq gnus-select-method '(nntp \"flab.flab.edu\"))
1158
1159 If you want to use your local spool, say:
1160
1161 \(setq gnus-select-method (list 'nnspool (system-name)))
1162
1163 If you use this variable, you must set `gnus-nntp-server' to nil.
1164
1165 There is a lot more to know about select methods and virtual servers -
1166 see the manual for details."
1167   :group 'gnus-server
1168   :type 'gnus-select-method)
1169
1170 (defcustom gnus-message-archive-method "archive"
1171   "*Method used for archiving messages you've sent.
1172 This should be a mail method."
1173   :group 'gnus-server
1174   :group 'gnus-message
1175   :type 'gnus-select-method)
1176
1177 (defcustom gnus-message-archive-group nil
1178   "*Name of the group in which to save the messages you've written.
1179 This can either be a string; a list of strings; or an alist
1180 of regexps/functions/forms to be evaluated to return a string (or a list
1181 of strings).  The functions are called with the name of the current
1182 group (or nil) as a parameter.
1183
1184 If you want to save your mail in one group and the news articles you
1185 write in another group, you could say something like:
1186
1187  \(setq gnus-message-archive-group
1188         '((if (message-news-p)
1189               \"misc-news\"
1190             \"misc-mail\")))
1191
1192 Normally the group names returned by this variable should be
1193 unprefixed -- which implicitly means \"store on the archive server\".
1194 However, you may wish to store the message on some other server.  In
1195 that case, just return a fully prefixed name of the group --
1196 \"nnml+private:mail.misc\", for instance."
1197   :group 'gnus-message
1198   :type '(choice (const :tag "none" nil)
1199                  function
1200                  sexp
1201                  string))
1202
1203 (defcustom gnus-secondary-servers nil
1204   "List of NNTP servers that the user can choose between interactively.
1205 To make Gnus query you for a server, you have to give `gnus' a
1206 non-numeric prefix - `C-u M-x gnus', in short."
1207   :group 'gnus-server
1208   :type '(repeat string))
1209
1210 (defcustom gnus-nntp-server nil
1211   "*The name of the host running the NNTP server.
1212 This variable is semi-obsolete.  Use the `gnus-select-method'
1213 variable instead."
1214   :group 'gnus-server
1215   :type '(choice (const :tag "disable" nil)
1216                  string))
1217
1218 (defcustom gnus-secondary-select-methods nil
1219   "A list of secondary methods that will be used for reading news.
1220 This is a list where each element is a complete select method (see
1221 `gnus-select-method').
1222
1223 If, for instance, you want to read your mail with the nnml back end,
1224 you could set this variable:
1225
1226 \(setq gnus-secondary-select-methods '((nnml \"\")))"
1227   :group 'gnus-server
1228   :type '(repeat gnus-select-method))
1229
1230 (defvar gnus-backup-default-subscribed-newsgroups
1231   '("news.announce.newusers" "news.groups.questions" "gnu.emacs.gnus")
1232   "Default default new newsgroups the first time Gnus is run.
1233 Should be set in paths.el, and shouldn't be touched by the user.")
1234
1235 (defcustom gnus-local-domain nil
1236   "Local domain name without a host name.
1237 The DOMAINNAME environment variable is used instead if it is defined.
1238 If the function `system-name' returns the full Internet name, there is
1239 no need to set this variable."
1240   :group 'gnus-message
1241   :type '(choice (const :tag "default" nil)
1242                  string))
1243
1244 (defvar gnus-local-organization nil
1245   "String with a description of what organization (if any) the user belongs to.
1246 Obsolete variable; use `message-user-organization' instead.")
1247
1248 ;; Customization variables
1249
1250 (defcustom gnus-refer-article-method nil
1251   "Preferred method for fetching an article by Message-ID.
1252 If you are reading news from the local spool (with nnspool), fetching
1253 articles by Message-ID is painfully slow.  By setting this method to an
1254 nntp method, you might get acceptable results.
1255
1256 The value of this variable must be a valid select method as discussed
1257 in the documentation of `gnus-select-method'.
1258
1259 It can also be a list of select methods, as well as the special symbol
1260 `current', which means to use the current select method.  If it is a
1261 list, Gnus will try all the methods in the list until it finds a match."
1262   :group 'gnus-server
1263   :type '(choice (const :tag "default" nil)
1264                  (const :tag "Google" (nnweb "refer" (nnweb-type google)))
1265                  gnus-select-method
1266                  (repeat :menu-tag "Try multiple"
1267                          :tag "Multiple"
1268                          :value (current (nnweb "refer" (nnweb-type google)))
1269                          (choice :tag "Method"
1270                                  (const current)
1271                                  (const :tag "Google"
1272                                         (nnweb "refer" (nnweb-type google)))
1273                                  gnus-select-method))))
1274
1275 (defcustom gnus-group-faq-directory
1276   '("/ftp@mirrors.aol.com:/pub/rtfm/usenet/"
1277     "/ftp@sunsite.doc.ic.ac.uk:/pub/usenet/news-faqs/"
1278     "/ftp@src.doc.ic.ac.uk:/usenet/news-FAQS/"
1279     "/ftp@ftp.seas.gwu.edu:/pub/rtfm/"
1280     "/ftp@ftp.pasteur.fr:/pub/FAQ/"
1281     "/ftp@rtfm.mit.edu:/pub/usenet/"
1282     "/ftp@ftp.uni-paderborn.de:/pub/FAQ/"
1283     "/ftp@ftp.sunet.se:/pub/usenet/"
1284     "/ftp@nctuccca.edu.tw:/USENET/FAQ/"
1285     "/ftp@hwarang.postech.ac.kr:/pub/usenet/"
1286     "/ftp@ftp.hk.super.net:/mirror/faqs/")
1287   "*Directory where the group FAQs are stored.
1288 This will most commonly be on a remote machine, and the file will be
1289 fetched by ange-ftp.
1290
1291 This variable can also be a list of directories.  In that case, the
1292 first element in the list will be used by default.  The others can
1293 be used when being prompted for a site.
1294
1295 Note that Gnus uses an aol machine as the default directory.  If this
1296 feels fundamentally unclean, just think of it as a way to finally get
1297 something of value back from them.
1298
1299 If the default site is too slow, try one of these:
1300
1301    North America: mirrors.aol.com                /pub/rtfm/usenet
1302                   ftp.seas.gwu.edu               /pub/rtfm
1303                   rtfm.mit.edu                   /pub/usenet
1304    Europe:        ftp.uni-paderborn.de           /pub/FAQ
1305                   src.doc.ic.ac.uk               /usenet/news-FAQS
1306                   ftp.sunet.se                   /pub/usenet
1307                   ftp.pasteur.fr                 /pub/FAQ
1308    Asia:          nctuccca.edu.tw                /USENET/FAQ
1309                   hwarang.postech.ac.kr          /pub/usenet
1310                   ftp.hk.super.net               /mirror/faqs"
1311   :group 'gnus-group-various
1312   :type '(choice directory
1313                  (repeat directory)))
1314
1315 (defcustom gnus-group-charter-alist
1316   '(("no" . (concat "http://no.news-admin.org/charter/" name ".txt"))
1317     ("de" . (concat "http://purl.net/charta/" name ".html"))
1318     ("dk" . (concat "http://www.usenet.dk/grupper.pl?get=" name))
1319     ("england" . (concat "http://england.news-admin.org/charters/" name))
1320     ("fr" . (concat "http://www.usenet-fr.net/fur/chartes/" name ".html"))
1321     ("europa" . (concat "http://www.europa.usenet.eu.org/chartas/charta-en-" 
1322                         (gnus-replace-in-string name "europa\\." "") ".html"))
1323     ("nl" . (concat "http://www.xs4all.nl/~sister/usenet/charters/" name))
1324     ("aus" . (concat "http://aus.news-admin.org/groupinfo.php/" name))
1325     ("pl" . (concat "http://www.usenet.pl/opisy/" name))
1326     ("ch" . (concat "http://www.use-net.ch/Usenet/charter.html#" name))
1327     ("at" . (concat "http://www.usenet.at/chartas/" name "/charta"))
1328     ("uk" . (concat "http://www.usenet.org.uk/" name ".html"))
1329     ("wales" . (concat "http://www.wales-usenet.org/english/groups/" name ".html"))
1330     ("dfw" . (concat "http://www.cirr.com/dfw/charters/" name ".html"))
1331     ("se" . (concat "http://www.usenet-se.net/Reglementen/" 
1332                     (gnus-replace-in-string name "\\." "_") ".html"))
1333     ("milw" . (concat "http://usenet.mil.wi.us/" 
1334                       (gnus-replace-in-string name "milw\\." "") "-charter"))
1335     ("ca" . (concat "http://www.sbay.org/ca/charter-" name ".html"))
1336     ("netins" . (concat "http://www.netins.net/usenet/charter/" 
1337                         (gnus-replace-in-string name "\\." "-") "-charter.html")))
1338   "*An alist of (HIERARCHY . FORM) pairs used to construct the URL of a charter.
1339   When FORM is evaluated `name' is bound to the name of the group."
1340   :group 'gnus-group-various
1341   :type '(repeat (cons (string :tag "Hierarchy") (sexp :tag "Form"))))
1342
1343 (defcustom gnus-group-fetch-control-use-browse-url nil
1344   "*Non-nil means that control messages are displayed using `browse-url'.
1345 Otherwise they are fetched with ange-ftp and displayed in an ephemeral
1346 group."
1347   :group 'gnus-group-various
1348   :type 'boolean)
1349
1350 (defcustom gnus-use-cross-reference t
1351   "*Non-nil means that cross referenced articles will be marked as read.
1352 If nil, ignore cross references.  If t, mark articles as read in
1353 subscribed newsgroups.  If neither t nor nil, mark as read in all
1354 newsgroups."
1355   :group 'gnus-server
1356   :type '(choice (const :tag "off" nil)
1357                  (const :tag "subscribed" t)
1358                  (sexp :format "all"
1359                        :value always)))
1360
1361 (defcustom gnus-process-mark ?#
1362   "*Process mark."
1363   :group 'gnus-group-visual
1364   :group 'gnus-summary-marks
1365   :type 'character)
1366
1367 (defcustom gnus-large-newsgroup 200
1368   "*The number of articles which indicates a large newsgroup.
1369 If the number of articles in a newsgroup is greater than this value,
1370 confirmation is required for selecting the newsgroup.
1371 If it is `nil', no confirmation is required."
1372   :group 'gnus-group-select
1373   :type '(choice (const :tag "No limit" nil)
1374                  integer))
1375
1376 (defcustom gnus-use-long-file-name (not (memq system-type '(usg-unix-v xenix)))
1377   "*Non-nil means that the default name of a file to save articles in is the group name.
1378 If it's nil, the directory form of the group name is used instead.
1379
1380 If this variable is a list, and the list contains the element
1381 `not-score', long file names will not be used for score files; if it
1382 contains the element `not-save', long file names will not be used for
1383 saving; and if it contains the element `not-kill', long file names
1384 will not be used for kill files.
1385
1386 Note that the default for this variable varies according to what system
1387 type you're using.  On `usg-unix-v' and `xenix' this variable defaults
1388 to nil while on all other systems it defaults to t."
1389   :group 'gnus-start
1390   :type 'boolean)
1391
1392 (defcustom gnus-kill-files-directory gnus-directory
1393   "*Name of the directory where kill files will be stored (default \"~/News\")."
1394   :group 'gnus-score-files
1395   :group 'gnus-score-kill
1396   :type 'directory)
1397
1398 (defcustom gnus-save-score nil
1399   "*If non-nil, save group scoring info."
1400   :group 'gnus-score-various
1401   :group 'gnus-start
1402   :type 'boolean)
1403
1404 (defcustom gnus-use-undo t
1405   "*If non-nil, allow undoing in Gnus group mode buffers."
1406   :group 'gnus-meta
1407   :type 'boolean)
1408
1409 (defcustom gnus-use-adaptive-scoring nil
1410   "*If non-nil, use some adaptive scoring scheme.
1411 If a list, then the values `word' and `line' are meaningful.  The
1412 former will perform adaption on individual words in the subject
1413 header while `line' will perform adaption on several headers."
1414   :group 'gnus-meta
1415   :group 'gnus-score-adapt
1416   :type '(set (const word) (const line)))
1417
1418 (defcustom gnus-use-cache 'passive
1419   "*If nil, Gnus will ignore the article cache.
1420 If `passive', it will allow entering (and reading) articles
1421 explicitly entered into the cache.  If anything else, use the
1422 cache to the full extent of the law."
1423   :group 'gnus-meta
1424   :group 'gnus-cache
1425   :type '(choice (const :tag "off" nil)
1426                  (const :tag "passive" passive)
1427                  (const :tag "active" t)))
1428
1429 (defcustom gnus-use-trees nil
1430   "*If non-nil, display a thread tree buffer."
1431   :group 'gnus-meta
1432   :type 'boolean)
1433
1434 (defcustom gnus-use-grouplens nil
1435   "*If non-nil, use GroupLens ratings."
1436   :group 'gnus-meta
1437   :type 'boolean)
1438
1439 (defcustom gnus-keep-backlog 20
1440   "*If non-nil, Gnus will keep read articles for later re-retrieval.
1441 If it is a number N, then Gnus will only keep the last N articles
1442 read.  If it is neither nil nor a number, Gnus will keep all read
1443 articles.  This is not a good idea."
1444   :group 'gnus-meta
1445   :type '(choice (const :tag "off" nil)
1446                  integer
1447                  (sexp :format "all"
1448                        :value t)))
1449
1450 (defcustom gnus-use-nocem nil
1451   "*If non-nil, Gnus will read NoCeM cancel messages."
1452   :group 'gnus-meta
1453   :type 'boolean)
1454
1455 (defcustom gnus-suppress-duplicates nil
1456   "*If non-nil, Gnus will mark duplicate copies of the same article as read."
1457   :group 'gnus-meta
1458   :type 'boolean)
1459
1460 (defcustom gnus-use-scoring t
1461   "*If non-nil, enable scoring."
1462   :group 'gnus-meta
1463   :type 'boolean)
1464
1465 (defcustom gnus-summary-prepare-exit-hook
1466   '(gnus-summary-expire-articles)
1467   "*A hook called when preparing to exit from the summary buffer.
1468 It calls `gnus-summary-expire-articles' by default."
1469   :group 'gnus-summary-exit
1470   :type 'hook)
1471
1472 (defcustom gnus-novice-user t
1473   "*Non-nil means that you are a usenet novice.
1474 If non-nil, verbose messages may be displayed and confirmations may be
1475 required."
1476   :group 'gnus-meta
1477   :type 'boolean)
1478
1479 (defcustom gnus-expert-user nil
1480   "*Non-nil means that you will never be asked for confirmation about anything.
1481 That doesn't mean *anything* anything; particularly destructive
1482 commands will still require prompting."
1483   :group 'gnus-meta
1484   :type 'boolean)
1485
1486 (defcustom gnus-interactive-catchup t
1487   "*If non-nil, require your confirmation when catching up a group."
1488   :group 'gnus-group-select
1489   :type 'boolean)
1490
1491 (defcustom gnus-interactive-exit t
1492   "*If non-nil, require your confirmation when exiting Gnus."
1493   :group 'gnus-exit
1494   :type 'boolean)
1495
1496 (defcustom gnus-extract-address-components 'gnus-extract-address-components
1497   "Function for extracting address components from a From header.
1498 Three pre-defined functions exist: `gnus-extract-address-components',
1499 which is the default, quite fast, and too simplistic solution,
1500 `mail-extract-address-components', which works much better, but is
1501 slower, and `std11-extract-address-components'."
1502   :group 'gnus-summary-format
1503   :type '(radio (function-item gnus-extract-address-components)
1504                 (function-item mail-extract-address-components)
1505                 (function-item std11-extract-address-components)
1506                 (function :tag "Other")))
1507
1508 (defcustom gnus-carpal nil
1509   "*If non-nil, display clickable icons."
1510   :group 'gnus-meta
1511   :type 'boolean)
1512
1513 (defcustom gnus-shell-command-separator ";"
1514   "String used to separate to shell commands."
1515   :group 'gnus-files
1516   :type 'string)
1517
1518 (defcustom gnus-valid-select-methods
1519   '(("nntp" post address prompt-address physical-address)
1520     ("nnspool" post address)
1521     ("nnvirtual" post-mail virtual prompt-address)
1522     ("nnmbox" mail respool address)
1523     ("nnml" post-mail respool address)
1524     ("nnmh" mail respool address)
1525     ("nndir" post-mail prompt-address physical-address)
1526     ("nneething" none address prompt-address physical-address)
1527     ("nndoc" none address prompt-address)
1528     ("nnbabyl" mail address respool)
1529     ("nnkiboze" post virtual)
1530     ("nnsoup" post-mail address)
1531     ("nndraft" post-mail)
1532     ("nnfolder" mail respool address)
1533     ("nngateway" post-mail address prompt-address physical-address)
1534     ("nnweb" none)
1535     ("nngoogle" post)
1536     ("nnslashdot" post)
1537     ("nnultimate" none)
1538     ("nnrss" none)
1539     ("nnwfm" none)
1540     ("nnwarchive" none)
1541     ("nnlistserv" none)
1542     ("nnagent" post-mail)
1543     ("nnimap" post-mail address prompt-address physical-address)
1544     ("nnmaildir" mail respool address)
1545     ("nnnil" none))
1546   "*An alist of valid select methods.
1547 The first element of each list lists should be a string with the name
1548 of the select method.  The other elements may be the category of
1549 this method (i. e., `post', `mail', `none' or whatever) or other
1550 properties that this method has (like being respoolable).
1551 If you implement a new select method, all you should have to change is
1552 this variable.  I think."
1553   :group 'gnus-server
1554   :type '(repeat (group (string :tag "Name")
1555                         (radio-button-choice (const :format "%v " post)
1556                                              (const :format "%v " mail)
1557                                              (const :format "%v " none)
1558                                              (const post-mail))
1559                         (checklist :inline t
1560                                    (const :format "%v " address)
1561                                    (const :format "%v " prompt-address)
1562                                    (const :format "%v " physical-address)
1563                                    (const :format "%v " virtual)
1564                                    (const respool)))))
1565
1566 (defun gnus-redefine-select-method-widget ()
1567   "Recomputes the select-method widget based on the value of
1568 `gnus-valid-select-methods'."
1569   (define-widget 'gnus-select-method 'list
1570     "Widget for entering a select method."
1571     :value '(nntp "")
1572     :tag "Select Method"
1573     :args `((choice :tag "Method"
1574                     ,@(mapcar (lambda (entry)
1575                                 (list 'const :format "%v\n"
1576                                       (intern (car entry))))
1577                               gnus-valid-select-methods)
1578                     (symbol :tag "other"))
1579             (string :tag "Address")
1580             (repeat :tag "Options"
1581                     :inline t
1582                     (list :format "%v"
1583                           variable
1584                           (sexp :tag "Value"))))))
1585
1586 (gnus-redefine-select-method-widget)
1587
1588 (defcustom gnus-updated-mode-lines '(group article summary tree)
1589   "List of buffers that should update their mode lines.
1590 The list may contain the symbols `group', `article', `tree' and
1591 `summary'.  If the corresponding symbol is present, Gnus will keep
1592 that mode line updated with information that may be pertinent.
1593 If this variable is nil, screen refresh may be quicker."
1594   :group 'gnus-various
1595   :type '(set (const group)
1596               (const article)
1597               (const summary)
1598               (const tree)))
1599
1600 ;; Added by Keinonen Kari <kk85613@cs.tut.fi>.
1601 (defcustom gnus-mode-non-string-length nil
1602   "*Max length of mode-line non-string contents.
1603 If this is nil, Gnus will take space as is needed, leaving the rest
1604 of the modeline intact.  Note that the default of nil is unlikely
1605 to be desirable; see the manual for further details."
1606   :group 'gnus-various
1607   :type '(choice (const nil)
1608                  integer))
1609
1610 ;; There should be special validation for this.
1611 (define-widget 'gnus-email-address 'string
1612   "An email address")
1613
1614 (gnus-define-group-parameter
1615  to-address
1616  :function-document
1617  "Return GROUP's to-address."
1618  :variable-document
1619  "*Alist of group regexps and correspondent to-addresses."
1620  :parameter-type '(gnus-email-address :tag "To Address")
1621  :parameter-document "\
1622 This will be used when doing followups and posts.
1623
1624 This is primarily useful in mail groups that represent closed
1625 mailing lists--mailing lists where it's expected that everybody that
1626 writes to the mailing list is subscribed to it.  Since using this
1627 parameter ensures that the mail only goes to the mailing list itself,
1628 it means that members won't receive two copies of your followups.
1629
1630 Using `to-address' will actually work whether the group is foreign or
1631 not.  Let's say there's a group on the server that is called
1632 `fa.4ad-l'.  This is a real newsgroup, but the server has gotten the
1633 articles from a mail-to-news gateway.  Posting directly to this group
1634 is therefore impossible--you have to send mail to the mailing list
1635 address instead.
1636
1637 The gnus-group-split mail splitting mechanism will behave as if this
1638 address was listed in gnus-group-split Addresses (see below).")
1639
1640 (gnus-define-group-parameter
1641  to-list
1642  :function-document
1643  "Return GROUP's to-list."
1644  :variable-document
1645  "*Alist of group regexps and correspondent to-lists."
1646  :parameter-type '(gnus-email-address :tag "To List")
1647  :parameter-document "\
1648 This address will be used when doing a `a' in the group.
1649
1650 It is totally ignored when doing a followup--except that if it is
1651 present in a news group, you'll get mail group semantics when doing
1652 `f'.
1653
1654 The gnus-group-split mail splitting mechanism will behave as if this
1655 address was listed in gnus-group-split Addresses (see below).")
1656
1657 (gnus-define-group-parameter
1658  subscribed
1659  :type bool
1660  :function-document
1661  "Return GROUP's subscription status."
1662  :variable-document
1663  "*Groups which are automatically considered subscribed."
1664  :parameter-type '(const :tag "Subscribed" t)
1665  :parameter-document "\
1666 Gnus assumed that you are subscribed to the To/List address.
1667
1668 When constructing a list of subscribed groups using
1669 `gnus-find-subscribed-addresses', Gnus includes the To address given
1670 above, or the list address (if the To address has not been set).")
1671
1672 (gnus-define-group-parameter
1673  auto-expire
1674  :type bool
1675  :function gnus-group-auto-expirable-p
1676  :function-document
1677  "Check whether GROUP is auto-expirable or not."
1678  :variable gnus-auto-expirable-newsgroups
1679  :variable-default nil
1680  :variable-document
1681  "*Groups in which to automatically mark read articles as expirable.
1682 If non-nil, this should be a regexp that should match all groups in
1683 which to perform auto-expiry.  This only makes sense for mail groups."
1684  :variable-group nnmail-expire
1685  :variable-type '(choice (const nil)
1686                          regexp)
1687  :parameter-type '(const :tag "Automatic Expire" t)
1688  :parameter-document
1689  "All articles that are read will be marked as expirable.")
1690
1691 (gnus-define-group-parameter
1692  total-expire
1693  :type bool
1694  :function gnus-group-total-expirable-p
1695  :function-document
1696  "Check whether GROUP is total-expirable or not."
1697  :variable gnus-total-expirable-newsgroups
1698  :variable-default nil
1699  :variable-document
1700  "*Groups in which to perform expiry of all read articles.
1701 Use with extreme caution.  All groups that match this regexp will be
1702 expiring - which means that all read articles will be deleted after
1703 \(say) one week.         (This only goes for mail groups and the like, of
1704 course.)"
1705  :variable-group nnmail-expire
1706  :variable-type '(choice (const nil)
1707                          regexp)
1708  :parameter-type '(const :tag "Total Expire" t)
1709  :parameter-document
1710  "All read articles will be put through the expiry process
1711
1712 This happens even if they are not marked as expirable.
1713 Use with caution.")
1714
1715 (gnus-define-group-parameter
1716  charset
1717  :function-document
1718  "Return the default charset of GROUP."
1719  :variable gnus-group-charset-alist
1720  :variable-default
1721  '(("\\(^\\|:\\)hk\\>\\|\\(^\\|:\\)tw\\>\\|\\<big5\\>" cn-big5)
1722    ("\\(^\\|:\\)cn\\>\\|\\<chinese\\>" cn-gb-2312)
1723    ("\\(^\\|:\\)fj\\>\\|\\(^\\|:\\)japan\\>" iso-2022-jp-2)
1724    ("\\(^\\|:\\)tnn\\>\\|\\(^\\|:\\)pin\\>\\|\\(^\\|:\\)sci.lang.japan" iso-2022-7bit)
1725    ("\\(^\\|:\\)relcom\\>" koi8-r)
1726    ("\\(^\\|:\\)fido7\\>" koi8-r)
1727    ("\\(^\\|:\\)\\(cz\\|hun\\|pl\\|sk\\|hr\\)\\>" iso-8859-2)
1728    ("\\(^\\|:\\)israel\\>" iso-8859-1)
1729    ("\\(^\\|:\\)han\\>" euc-kr)
1730    ("\\(^\\|:\\)alt.chinese.text.big5\\>" chinese-big5)
1731    ("\\(^\\|:\\)soc.culture.vietnamese\\>" vietnamese-viqr)
1732    ("\\(^\\|:\\)\\(comp\\|rec\\|alt\\|sci\\|soc\\|news\\|gnu\\|bofh\\)\\>" iso-8859-1))
1733  :variable-document
1734  "Alist of regexps (to match group names) and default charsets to be used when reading."
1735  :variable-group gnus-charset
1736  :variable-type '(repeat (list (regexp :tag "Group")
1737                                (symbol :tag "Charset")))
1738  :parameter-type '(symbol :tag "Charset")
1739  :parameter-document "\
1740 The default charset to use in the group.")
1741
1742 (gnus-define-group-parameter
1743  post-method
1744  :type list
1745  :function-document
1746  "Return a posting method for GROUP."
1747  :variable gnus-post-method-alist
1748  :variable-document
1749  "Alist of regexps (to match group names) and method to be used when
1750 posting an article."
1751  :variable-group gnus-group-foreign
1752  :parameter-type
1753  '(choice :tag "Posting Method"
1754           (const :tag "Use native server" native)
1755           (const :tag "Use current server" current)
1756           (list :convert-widget
1757                 (lambda (widget)
1758                   (list 'sexp :tag "Methods"
1759                         :value gnus-select-method))))
1760  :parameter-document
1761  "Posting method for this group.")
1762
1763 (gnus-define-group-parameter
1764  large-newsgroup-initial
1765  :type integer
1766  :function-document
1767  "Return GROUP's initial input of the number of articles."
1768  :variable-document
1769  "*Alist of group regexps and its initial input of the number of articles."
1770  :parameter-type '(choice :tag "Initial Input for Large Newsgroup"
1771                           (const :tag "All" nil)
1772                           (integer))
1773  :parameter-document "\
1774
1775 This number will be prompted as the initial value of the number of
1776 articles to list when the group is a large newsgroup (see
1777 `gnus-large-newsgroup').  If it is `nil', the default value is the
1778 total number of articles in the group.")
1779
1780 ;; group parameters for spam processing added by Ted Zlatanov <tzz@lifelogs.com>
1781 (defvar gnus-group-spam-classification-spam t
1782   "Spam group classification (requires spam.el).
1783 This group contains spam messages.  On summary entry, unread messages
1784 will be marked as spam.  On summary exit, the specified spam
1785 processors will be invoked on spam-marked messages, then those
1786 messages will be expired, so the spam processor will only see a
1787 spam-marked message once.")
1788
1789 (defvar gnus-group-spam-classification-ham 'ask
1790   "The ham value for the spam group parameter (requires spam.el).
1791 On summary exit, the specified ham processors will be invoked on
1792 ham-marked messages.  Exercise caution, since the ham processor will
1793 see the same message more than once because there is no ham message
1794 registry.")
1795
1796 (gnus-define-group-parameter
1797  spam-contents
1798  :type list
1799  :function-document
1800  "The spam type (spam, ham, or neither) of the group."
1801  :variable gnus-spam-newsgroup-contents
1802  :variable-default nil
1803  :variable-document
1804  "*Groups in which to automatically mark new articles as spam on
1805 summary entry.  If non-nil, this should be a list of group name
1806 regexps that should match all groups in which to do automatic spam
1807 tagging, associated with a classification (spam, ham, or neither).
1808 This only makes sense for mail groups."
1809  :variable-group spam
1810  :variable-type '(repeat 
1811                          (list :tag "Group contents spam/ham classification"
1812                           (regexp :tag "Group")
1813                           (choice
1814                            (variable-item gnus-group-spam-classification-spam)
1815                            (variable-item gnus-group-spam-classification-ham)
1816                            (other :tag "Unclassified" nil))))
1817
1818  :parameter-type '(list :tag "Group contents spam/ham classification"
1819                    (choice :tag "Group contents classification for spam sorting"
1820                            (variable-item gnus-group-spam-classification-spam)
1821                            (variable-item gnus-group-spam-classification-ham)
1822                            (other :tag "Unclassified" nil)))
1823  :parameter-document
1824  "The spam classification (spam, ham, or neither) of this group.
1825 When a spam group is entered, all unread articles are marked as spam.")
1826
1827 (defvar gnus-group-spam-exit-processor-ifile "ifile"
1828   "The ifile summary exit spam processor.
1829 Only applicable to spam groups.")
1830
1831 (defvar gnus-group-spam-exit-processor-bogofilter "bogofilter"
1832   "The Bogofilter summary exit spam processor.
1833 Only applicable to spam groups.")
1834
1835 (defvar gnus-group-spam-exit-processor-blacklist "blacklist"
1836   "The Blacklist summary exit spam processor.
1837 Only applicable to spam groups.")
1838
1839 (defvar gnus-group-ham-exit-processor-whitelist "whitelist"
1840   "The whitelist summary exit ham processor.
1841 Only applicable to non-spam (unclassified and ham) groups.")
1842
1843 (defvar gnus-group-ham-exit-processor-BBDB "bbdb"
1844   "The BBDB summary exit ham processor.
1845 Only applicable to non-spam (unclassified and ham) groups.")
1846
1847 (gnus-define-group-parameter
1848  spam-process
1849  :type list
1850  :parameter-type '(choice :tag "Spam Summary Exit Processor"
1851                           :value nil
1852                           (list :tag "Spam Summary Exit Processor Choices"
1853                            (set 
1854                             (variable-item gnus-group-spam-exit-processor-ifile)
1855                             (variable-item gnus-group-spam-exit-processor-bogofilter)
1856                             (variable-item gnus-group-spam-exit-processor-blacklist)
1857                             (variable-item gnus-group-ham-exit-processor-whitelist)
1858                             (variable-item gnus-group-ham-exit-processor-BBDB))))
1859  :function-document
1860  "Which spam or ham processors will be applied to the GROUP articles at summary exit."
1861  :variable gnus-spam-process-newsgroups
1862  :variable-default nil
1863  :variable-document
1864  "*Groups in which to automatically process spam or ham articles with
1865 a backend on summary exit.  If non-nil, this should be a list of group
1866 name regexps that should match all groups in which to do automatic
1867 spam processing, associated with the appropriate processor.  This only makes sense
1868 for mail groups."
1869  :variable-group spam
1870  :variable-type '(repeat :tag "Spam/Ham Processors" 
1871                          (list :tag "Spam Summary Exit Processor Choices"
1872                           (regexp :tag "Group Regexp") 
1873                           (set :tag "Spam/Ham Summary Exit Processor"
1874                                (variable-item gnus-group-spam-exit-processor-ifile)
1875                                (variable-item gnus-group-spam-exit-processor-bogofilter)
1876                                (variable-item gnus-group-spam-exit-processor-blacklist)
1877                                (variable-item gnus-group-ham-exit-processor-whitelist)
1878                                (variable-item gnus-group-ham-exit-processor-BBDB))))
1879  :parameter-document
1880  "Which spam processors will be applied to the spam or ham GROUP articles at summary exit.")
1881
1882 (gnus-define-group-parameter
1883  spam-process-destination
1884  :parameter-type '(choice :tag "Destination for spam-processed articles at summary exit"
1885                           (string :tag "Move to a group")
1886                           (other :tag "Expire" nil))
1887  :function-document
1888  "Where spam-processed articles will go at summary exit."
1889  :variable gnus-spam-process-destinations
1890  :variable-default nil
1891  :variable-document
1892  "*Groups in which to explicitly send spam-processed articles to
1893 another group, or expire them (the default).  If non-nil, this should
1894 be a list of group name regexps that should match all groups in which
1895 to do spam-processed article moving, associated with the destination
1896 group or `nil' for explicit expiration.  This only makes sense for
1897 mail groups."
1898  :variable-group spam
1899  :variable-type '(repeat :tag "Spam-processed articles destination" 
1900                          (list
1901                           (regexp :tag "Group Regexp") 
1902                           (choice :tag "Destination for spam-processed articles at summary exit"
1903                                   (string :tag "Move to a group")
1904                                   (other :tag "Expire" nil))))
1905  :parameter-document
1906  "Where spam-processed articles will go at summary exit.")
1907
1908 (defcustom gnus-group-uncollapsed-levels 1
1909   "Number of group name elements to leave alone when making a short group name."
1910   :group 'gnus-group-visual
1911   :type 'integer)
1912
1913 (defcustom gnus-group-use-permanent-levels nil
1914   "*If non-nil, once you set a level, Gnus will use this level."
1915   :group 'gnus-group-levels
1916   :type 'boolean)
1917
1918 ;; Hooks.
1919
1920 (defcustom gnus-load-hook nil
1921   "A hook run while Gnus is loaded."
1922   :group 'gnus-start
1923   :type 'hook)
1924
1925 (defcustom gnus-apply-kill-hook '(gnus-apply-kill-file)
1926   "A hook called to apply kill files to a group.
1927 This hook is intended to apply a kill file to the selected newsgroup.
1928 The function `gnus-apply-kill-file' is called by default.
1929
1930 Since a general kill file is too heavy to use only for a few
1931 newsgroups, I recommend you to use a lighter hook function.  For
1932 example, if you'd like to apply a kill file to articles which contains
1933 a string `rmgroup' in subject in newsgroup `control', you can use the
1934 following hook:
1935
1936  (setq gnus-apply-kill-hook
1937       (list
1938         (lambda ()
1939           (cond ((string-match \"control\" gnus-newsgroup-name)
1940                  (gnus-kill \"Subject\" \"rmgroup\")
1941                  (gnus-expunge \"X\"))))))"
1942   :group 'gnus-score-kill
1943   :options '(gnus-apply-kill-file)
1944   :type 'hook)
1945
1946 (defcustom gnus-group-change-level-function nil
1947   "Function run when a group level is changed.
1948 It is called with three parameters -- GROUP, LEVEL and OLDLEVEL."
1949   :group 'gnus-group-levels
1950   :type 'function)
1951
1952 ;;; Face thingies.
1953
1954 (defcustom gnus-visual
1955   '(summary-highlight group-highlight article-highlight
1956                       mouse-face
1957                       summary-menu group-menu article-menu
1958                       tree-highlight menu highlight
1959                       browse-menu server-menu
1960                       page-marker tree-menu binary-menu pick-menu
1961                       grouplens-menu)
1962   "*Enable visual features.
1963 If `visual' is disabled, there will be no menus and few faces.  Most of
1964 the visual customization options below will be ignored.  Gnus will use
1965 less space and be faster as a result.
1966
1967 This variable can also be a list of visual elements to switch on.  For
1968 instance, to switch off all visual things except menus, you can say:
1969
1970    (setq gnus-visual '(menu))
1971
1972 Valid elements include `summary-highlight', `group-highlight',
1973 `article-highlight', `mouse-face', `summary-menu', `group-menu',
1974 `article-menu', `tree-highlight', `menu', `highlight', `browse-menu',
1975 `server-menu', `page-marker', `tree-menu', `binary-menu', `pick-menu',
1976 and `grouplens-menu'."
1977   :group 'gnus-meta
1978   :group 'gnus-visual
1979   :type '(set (const summary-highlight)
1980               (const group-highlight)
1981               (const article-highlight)
1982               (const mouse-face)
1983               (const summary-menu)
1984               (const group-menu)
1985               (const article-menu)
1986               (const tree-highlight)
1987               (const menu)
1988               (const highlight)
1989               (const browse-menu)
1990               (const server-menu)
1991               (const page-marker)
1992               (const tree-menu)
1993               (const binary-menu)
1994               (const pick-menu)
1995               (const grouplens-menu)))
1996
1997 ;; Byte-compiler warning.
1998 (defvar gnus-visual)
1999 ;; Find out whether the gnus-visual TYPE is wanted.
2000 (defun gnus-visual-p (&optional type class)
2001   (and gnus-visual                      ; Has to be non-nil, at least.
2002        (if (not type)                   ; We don't care about type.
2003            gnus-visual
2004          (if (listp gnus-visual)        ; It's a list, so we check it.
2005              (or (memq type gnus-visual)
2006                  (memq class gnus-visual))
2007            t))))
2008
2009 (defcustom gnus-mouse-face
2010   (condition-case ()
2011       (if (gnus-visual-p 'mouse-face 'highlight)
2012           (if (boundp 'gnus-mouse-face)
2013               (or gnus-mouse-face 'highlight)
2014             'highlight)
2015         'default)
2016     (error 'highlight))
2017   "*Face used for group or summary buffer mouse highlighting.
2018 The line beneath the mouse pointer will be highlighted with this
2019 face."
2020   :group 'gnus-visual
2021   :type 'face)
2022
2023 (defcustom gnus-article-save-directory gnus-directory
2024   "*Name of the directory articles will be saved in (default \"~/News\")."
2025   :group 'gnus-article-saving
2026   :type 'directory)
2027
2028 (defvar gnus-plugged t
2029   "Whether Gnus is plugged or not.")
2030
2031 (defcustom gnus-agent-cache t
2032   "Whether Gnus use agent cache.
2033 You also need to enable `gnus-agent'."
2034   :version "21.3"
2035   :group 'gnus-agent
2036   :type 'boolean)
2037
2038 (defcustom gnus-default-charset 'iso-8859-1
2039   "Default charset assumed to be used when viewing non-ASCII characters.
2040 This variable is overridden on a group-to-group basis by the
2041 gnus-group-charset-alist variable and is only used on groups not
2042 covered by that variable."
2043   :type 'symbol
2044   :group 'gnus-charset)
2045
2046 (defcustom gnus-agent t
2047   "Whether we want to use the Gnus agent or not.
2048 Putting (gnus-agentize) in ~/.gnus is obsolete by (setq gnus-agent t)."
2049   :version "21.3"
2050   :group 'gnus-agent
2051   :type 'boolean)
2052
2053 (defcustom gnus-other-frame-function 'gnus
2054   "Function called by the command `gnus-other-frame'."
2055   :group 'gnus-start
2056   :type '(choice (function-item gnus)
2057                  (function-item gnus-no-server)
2058                  (function-item gnus-slave)
2059                  (function-item gnus-slave-no-server)))
2060
2061 (defcustom gnus-other-frame-parameters nil
2062   "Frame parameters used by `gnus-other-frame' to create a Gnus frame.
2063 This should be an alist for FSF Emacs, or a plist for XEmacs."
2064   :group 'gnus-start
2065   :type (if (featurep 'xemacs)
2066             '(repeat (list :inline t :format "%v"
2067                            (symbol :tag "Property")
2068                            (sexp :tag "Value")))
2069           '(repeat (cons :format "%v"
2070                          (symbol :tag "Parameter")
2071                          (sexp :tag "Value")))))
2072
2073 \f
2074 ;;; Internal variables
2075
2076 (defvar gnus-agent-gcc-header "X-Gnus-Agent-Gcc")
2077 (defvar gnus-agent-meta-information-header "X-Gnus-Agent-Meta-Information")
2078 (defvar gnus-draft-meta-information-header "X-Draft-From")
2079 (defvar gnus-group-get-parameter-function 'gnus-group-get-parameter)
2080 (defvar gnus-original-article-buffer " *Original Article*")
2081 (defvar gnus-newsgroup-name nil)
2082 (defvar gnus-ephemeral-servers nil)
2083 (defvar gnus-server-method-cache nil)
2084
2085 (defvar gnus-agent-fetching nil
2086   "Whether Gnus agent is in fetching mode.")
2087
2088 (defvar gnus-agent-covered-methods nil)
2089
2090 (defvar gnus-command-method nil
2091   "Dynamically bound variable that says what the current back end is.")
2092
2093 (defvar gnus-current-select-method nil
2094   "The current method for selecting a newsgroup.")
2095
2096 (defvar gnus-tree-buffer "*Tree*"
2097   "Buffer where Gnus thread trees are displayed.")
2098
2099 ;; Dummy variable.
2100 (defvar gnus-use-generic-from nil)
2101
2102 ;; Variable holding the user answers to all method prompts.
2103 (defvar gnus-method-history nil)
2104
2105 ;; Variable holding the user answers to all mail method prompts.
2106 (defvar gnus-mail-method-history nil)
2107
2108 ;; Variable holding the user answers to all group prompts.
2109 (defvar gnus-group-history nil)
2110
2111 (defvar gnus-server-alist nil
2112   "List of available servers.")
2113
2114 (defcustom gnus-cache-directory
2115   (nnheader-concat gnus-directory "cache/")
2116   "*The directory where cached articles will be stored."
2117   :group 'gnus-cache
2118   :type 'directory)
2119
2120 (defvar gnus-predefined-server-alist
2121   `(("cache"
2122      nnspool "cache"
2123      (nnspool-spool-directory ,gnus-cache-directory)
2124      (nnspool-nov-directory ,gnus-cache-directory)
2125      (nnspool-active-file
2126       ,(nnheader-concat gnus-cache-directory "active"))))
2127   "List of predefined (convenience) servers.")
2128
2129 (defvar gnus-topic-indentation "");; Obsolete variable.
2130
2131 (defconst gnus-article-mark-lists
2132   '((marked . tick) (replied . reply)
2133     (expirable . expire) (killed . killed)
2134     (bookmarks . bookmark) (dormant . dormant)
2135     (scored . score) (saved . save)
2136     (cached . cache) (downloadable . download)
2137     (unsendable . unsend) (forwarded . forward)
2138     (recent . recent) (seen . seen)))
2139
2140 (defconst gnus-article-special-mark-lists
2141   '((seen range)
2142     (killed range)
2143     (bookmark tuple)
2144     (score tuple)))
2145
2146 ;; Propagate flags to server, with the following exceptions:
2147 ;; `seen' is private to each gnus installation
2148 ;; `cache' is a internal gnus flag for each gnus installation
2149 ;; `download' is a agent flag private to each gnus installation
2150 ;; `unsend' are for nndraft groups only
2151 ;; `score' is not a proper mark
2152 ;; `bookmark': don't propagated it, or fix the bug in update-mark.
2153 (defconst gnus-article-unpropagated-mark-lists
2154   '(seen cache download unsend score bookmark)
2155   "Marks that shouldn't be propagated to back ends.
2156 Typical marks are those that make no sense in a standalone back end,
2157 such as a mark that says whether an article is stored in the cache
2158 \(which doesn't make sense in a standalone back end).")
2159
2160 (defvar gnus-headers-retrieved-by nil)
2161 (defvar gnus-article-reply nil)
2162 (defvar gnus-override-method nil)
2163 (defvar gnus-article-check-size nil)
2164 (defvar gnus-opened-servers nil)
2165
2166 (defvar gnus-current-kill-article nil)
2167
2168 (defvar gnus-have-read-active-file nil)
2169
2170 (defconst gnus-maintainer
2171   "semi-gnus-ja@meadowy.org (T-gnus Bugfixing Girls + Boys)"
2172   "The mail address of the T-gnus maintainers.")
2173
2174 (defcustom gnus-info-filename nil
2175   "*Controls language of gnus Info.
2176 If nil and current-language-environment is Japanese, go to gnus-ja.
2177 Otherwise go to corresponding Info.
2178 This variable can be nil, gnus or gnus-ja."
2179   :group 'gnus-start
2180   :type '(choice (const nil)
2181                  (const :tag "English" gnus)
2182                  (const :tag "Japanese" gnus-ja)))
2183
2184 (defvar gnus-info-nodes
2185   '((gnus-group-mode "Group Buffer")
2186     (gnus-summary-mode "Summary Buffer")
2187     (gnus-article-mode "Article Buffer")
2188     (gnus-server-mode "Server Buffer")
2189     (gnus-browse-mode "Browse Foreign Server")
2190     (gnus-tree-mode "Tree Display"))
2191   "Alist of major modes and related Info nodes.")
2192
2193 (defvar gnus-group-buffer "*Group*")
2194 (defvar gnus-summary-buffer "*Summary*")
2195 (defvar gnus-article-buffer "*Article*")
2196 (defvar gnus-server-buffer "*Server*")
2197
2198 (defvar gnus-slave nil
2199   "Whether this Gnus is a slave or not.")
2200
2201 (defvar gnus-batch-mode nil
2202   "Whether this Gnus is running in batch mode or not.")
2203
2204 (defvar gnus-variable-list
2205   '(gnus-newsrc-options gnus-newsrc-options-n
2206                         gnus-newsrc-last-checked-date
2207                         gnus-newsrc-alist gnus-server-alist
2208                         gnus-killed-list gnus-zombie-list
2209                         gnus-topic-topology gnus-topic-alist
2210                         gnus-agent-covered-methods)
2211   "Gnus variables saved in the quick startup file.")
2212
2213 (defvar gnus-product-variable-file-list
2214   (let ((version (product-version (product-find 'gnus-vers)))
2215         (codesys (static-if (boundp 'MULE) '*ctext* 'ctext)))
2216     `(("strict-cache"
2217        ((product-version ,version)
2218         (emacs-version)
2219         (correct-string-widths))
2220        binary
2221        gnus-format-specs-compiled)
2222       ("cache"
2223        ((product-version ,version)
2224         (emacs-version)
2225         (correct-string-widths))
2226        ,codesys
2227        gnus-format-specs)))
2228   "Alist of the methods for checking whether the contents of the T-gnus
2229 quick startup files are valid.  One is for the byte-compiled format
2230 specifications, the other is for the source form.  Each element should
2231 be a list which looks like follows:
2232
2233 \(\"FILE_NAME\"
2234  ((VARIABLE EXPECTED_VALUE_or_NIL)
2235   (VARIABLE EXPECTED_VALUE_or_NIL)
2236   ...)
2237  CODING-SYSTEM_FOR_READING_FILE
2238  SYMBOL_OF_FORMAT_SPECS)")
2239
2240 (defcustom gnus-compile-user-specs t
2241   "If non-nil, the user-defined format specs will be byte-compiled
2242 automatically.
2243 It has an effect on the values of `gnus-*-line-format-spec'."
2244   :group 'gnus
2245   :type 'boolean)
2246
2247 (defvar gnus-newsrc-alist nil
2248   "Assoc list of read articles.
2249 gnus-newsrc-hashtb should be kept so that both hold the same information.")
2250
2251 (defvar gnus-newsrc-hashtb nil
2252   "Hashtable of gnus-newsrc-alist.")
2253
2254 (defvar gnus-killed-list nil
2255   "List of killed newsgroups.")
2256
2257 (defvar gnus-killed-hashtb nil
2258   "Hash table equivalent of gnus-killed-list.")
2259
2260 (defvar gnus-zombie-list nil
2261   "List of almost dead newsgroups.")
2262
2263 (defvar gnus-description-hashtb nil
2264   "Descriptions of newsgroups.")
2265
2266 (defvar gnus-list-of-killed-groups nil
2267   "List of newsgroups that have recently been killed by the user.")
2268
2269 (defvar gnus-active-hashtb nil
2270   "Hashtable of active articles.")
2271
2272 (defvar gnus-moderated-hashtb nil
2273   "Hashtable of moderated newsgroups.")
2274
2275 ;; Save window configuration.
2276 (defvar gnus-prev-winconf nil)
2277
2278 (defvar gnus-reffed-article-number nil)
2279
2280 ;;; Let the byte-compiler know that we know about this variable.
2281 (defvar rmail-default-rmail-file)
2282
2283 (defvar gnus-dead-summary nil)
2284
2285 (defvar gnus-invalid-group-regexp "[: `'\"/]\\|^$"
2286   "Regexp matching invalid groups.")
2287
2288 (defvar gnus-other-frame-object nil
2289   "A frame object which will be created by `gnus-other-frame'.")
2290
2291 ;;; End of variables.
2292
2293 ;; Define some autoload functions Gnus might use.
2294 (eval-and-compile
2295
2296   ;; This little mapcar goes through the list below and marks the
2297   ;; symbols in question as autoloaded functions.
2298   (mapcar
2299    (lambda (package)
2300      (let ((interactive (nth 1 (memq ':interactive package))))
2301        (mapcar
2302         (lambda (function)
2303           (let (keymap)
2304             (when (consp function)
2305               (setq keymap (car (memq 'keymap function)))
2306               (setq function (car function)))
2307             (unless (fboundp function)
2308               (autoload function (car package) nil interactive keymap))))
2309         (if (eq (nth 1 package) ':interactive)
2310             (nthcdr 3 package)
2311           (cdr package)))))
2312    '(("info" :interactive t Info-goto-node)
2313      ("pp" pp-to-string)
2314      ("ps-print" ps-print-preprint)
2315      ("message" :interactive t
2316       message-send-and-exit message-yank-original)
2317      ("babel" babel-as-string)
2318      ("nnmail" nnmail-split-fancy nnmail-article-group)
2319      ("nnvirtual" nnvirtual-catchup-group nnvirtual-convert-headers)
2320      ("rmailout" rmail-output rmail-output-to-rmail-file)
2321      ("rmail" rmail-insert-rmail-file-header rmail-count-new-messages
2322       rmail-show-message rmail-summary-exists
2323       rmail-select-summary rmail-update-summary)
2324      ("gnus-audio" :interactive t gnus-audio-play)
2325      ("gnus-xmas" gnus-xmas-splash)
2326      ("gnus-soup" :interactive t
2327       gnus-group-brew-soup gnus-brew-soup gnus-soup-add-article
2328       gnus-soup-send-replies gnus-soup-save-areas gnus-soup-pack-packet)
2329      ("nnsoup" nnsoup-pack-replies)
2330      ("score-mode" :interactive t gnus-score-mode)
2331      ("gnus-mh" gnus-summary-save-article-folder
2332       gnus-Folder-save-name gnus-folder-save-name)
2333      ("gnus-mh" :interactive t gnus-summary-save-in-folder)
2334      ("gnus-demon" gnus-demon-add-nocem gnus-demon-add-scanmail
2335       gnus-demon-add-rescan gnus-demon-add-scan-timestamps
2336       gnus-demon-add-disconnection gnus-demon-add-handler
2337       gnus-demon-remove-handler)
2338      ("gnus-demon" :interactive t
2339       gnus-demon-init gnus-demon-cancel)
2340      ("gnus-fun" gnus-convert-gray-x-face-to-xpm gnus-display-x-face-in-from
2341       gnus-convert-image-to-gray-x-face)
2342      ("gnus-salt" gnus-highlight-selected-tree gnus-possibly-generate-tree
2343       gnus-tree-open gnus-tree-close gnus-carpal-setup-buffer)
2344      ("gnus-nocem" gnus-nocem-scan-groups gnus-nocem-close
2345       gnus-nocem-unwanted-article-p)
2346      ("gnus-srvr" gnus-enter-server-buffer gnus-server-set-info
2347       gnus-server-server-name)
2348      ("gnus-srvr" gnus-browse-foreign-server)
2349      ("gnus-cite" :interactive t
2350       gnus-article-highlight-citation gnus-article-hide-citation-maybe
2351       gnus-article-hide-citation gnus-article-fill-cited-article
2352       gnus-article-hide-citation-in-followups)
2353      ("gnus-kill" gnus-kill gnus-apply-kill-file-internal
2354       gnus-kill-file-edit-file gnus-kill-file-raise-followups-to-author
2355       gnus-execute gnus-expunge gnus-batch-kill gnus-batch-score)
2356      ("gnus-cache" gnus-cache-possibly-enter-article gnus-cache-save-buffers
2357       gnus-cache-possibly-remove-articles gnus-cache-request-article
2358       gnus-cache-retrieve-headers gnus-cache-possibly-alter-active
2359       gnus-cache-enter-remove-article gnus-cached-article-p
2360       gnus-cache-open gnus-cache-close gnus-cache-update-article
2361       gnus-cache-articles-in-group)
2362      ("gnus-cache" :interactive t gnus-jog-cache gnus-cache-enter-article
2363       gnus-cache-remove-article gnus-summary-insert-cached-articles)
2364      ("gnus-score" :interactive t
2365       gnus-summary-increase-score gnus-summary-set-score
2366       gnus-summary-raise-thread gnus-summary-raise-same-subject
2367       gnus-summary-raise-score gnus-summary-raise-same-subject-and-select
2368       gnus-summary-lower-thread gnus-summary-lower-same-subject
2369       gnus-summary-lower-score gnus-summary-lower-same-subject-and-select
2370       gnus-summary-current-score gnus-score-delta-default
2371       gnus-score-flush-cache gnus-score-close
2372       gnus-possibly-score-headers gnus-score-followup-article
2373       gnus-score-followup-thread)
2374      ("gnus-score"
2375       (gnus-summary-score-map keymap) gnus-score-save gnus-score-headers
2376       gnus-current-score-file-nondirectory gnus-score-adaptive
2377       gnus-score-find-trace gnus-score-file-name)
2378      ("gnus-cus" :interactive t gnus-custom-mode gnus-group-customize
2379       gnus-score-customize)
2380      ("gnus-topic" :interactive t gnus-topic-mode)
2381      ("gnus-topic" gnus-topic-remove-group gnus-topic-set-parameters
2382       gnus-subscribe-topics)
2383      ("gnus-salt" :interactive t gnus-pick-mode gnus-binary-mode)
2384      ("gnus-uu" (gnus-uu-extract-map keymap) (gnus-uu-mark-map keymap))
2385      ("gnus-uu" :interactive t
2386       gnus-uu-digest-mail-forward gnus-uu-digest-post-forward
2387       gnus-uu-mark-series gnus-uu-mark-region gnus-uu-mark-buffer
2388       gnus-uu-mark-by-regexp gnus-uu-mark-all
2389       gnus-uu-mark-sparse gnus-uu-mark-thread gnus-uu-decode-uu
2390       gnus-uu-decode-uu-and-save gnus-uu-decode-unshar
2391       gnus-uu-decode-unshar-and-save gnus-uu-decode-save
2392       gnus-uu-decode-binhex gnus-uu-decode-uu-view
2393       gnus-uu-decode-uu-and-save-view gnus-uu-decode-unshar-view
2394       gnus-uu-decode-unshar-and-save-view gnus-uu-decode-save-view
2395       gnus-uu-decode-binhex-view gnus-uu-unmark-thread
2396       gnus-uu-mark-over gnus-uu-post-news)
2397      ("gnus-uu" gnus-uu-delete-work-dir gnus-quote-arg-for-sh-or-csh
2398       gnus-uu-unmark-thread)
2399      ("gnus-msg" (gnus-summary-send-map keymap)
2400       gnus-article-mail gnus-copy-article-buffer gnus-following-method)
2401      ("gnus-msg" :interactive t
2402       gnus-group-post-news gnus-group-mail gnus-group-news
2403       gnus-summary-post-news gnus-summary-news-other-window
2404       gnus-summary-followup gnus-summary-followup-with-original
2405       gnus-summary-cancel-article gnus-summary-supersede-article
2406       gnus-post-news gnus-summary-reply gnus-summary-reply-with-original
2407       gnus-summary-mail-forward gnus-summary-mail-other-window
2408       gnus-summary-resend-message gnus-summary-resend-bounced-mail
2409       gnus-summary-wide-reply gnus-summary-followup-to-mail
2410       gnus-summary-followup-to-mail-with-original gnus-bug
2411       gnus-summary-wide-reply-with-original gnus-summary-post-forward
2412       gnus-summary-digest-mail-forward gnus-summary-digest-post-forward)
2413      ("gnus-picon" :interactive t gnus-treat-from-picon)
2414      ("gnus-gl" bbb-login bbb-logout bbb-grouplens-group-p
2415       gnus-grouplens-mode)
2416      ("smiley" :interactive t smiley-region)
2417      ("gnus-win" gnus-configure-windows gnus-add-configuration)
2418      ("gnus-sum" gnus-summary-insert-line gnus-summary-read-group
2419       gnus-list-of-unread-articles gnus-list-of-read-articles
2420       gnus-offer-save-summaries gnus-make-thread-indent-array
2421       gnus-summary-exit gnus-update-read-articles gnus-summary-last-subject
2422       gnus-summary-skip-intangible gnus-summary-article-number
2423       gnus-data-header gnus-data-find gnus-summary-jump-to-other-group)
2424      ("gnus-group" gnus-group-insert-group-line gnus-group-quit
2425       gnus-group-list-groups gnus-group-first-unread-group
2426       gnus-group-set-mode-line gnus-group-set-info gnus-group-save-newsrc
2427       gnus-group-setup-buffer gnus-group-get-new-news
2428       gnus-group-make-help-group gnus-group-update-group
2429       gnus-group-iterate gnus-group-group-name)
2430      ("gnus-bcklg" gnus-backlog-request-article gnus-backlog-enter-article
2431       gnus-backlog-remove-article)
2432      ("gnus-art" gnus-article-read-summary-keys gnus-article-save
2433       gnus-article-prepare gnus-article-set-window-start
2434       gnus-article-next-page gnus-article-prev-page
2435       gnus-request-article-this-buffer gnus-article-mode
2436       gnus-article-setup-buffer gnus-narrow-to-page
2437       gnus-article-delete-invisible-text gnus-treat-article)
2438      ("gnus-art" :interactive t
2439       gnus-article-hide-headers gnus-article-hide-boring-headers
2440       gnus-article-treat-overstrike
2441       gnus-article-remove-cr gnus-article-remove-trailing-blank-lines
2442       gnus-article-display-x-face
2443       gnus-article-decode-HZ
2444       gnus-article-wash-html
2445       gnus-article-unsplit-urls
2446       gnus-article-hide-pgp
2447       gnus-article-hide-pem gnus-article-hide-signature
2448       gnus-article-strip-leading-blank-lines gnus-article-date-local
2449       gnus-article-date-original gnus-article-date-lapsed
2450       gnus-article-show-all-headers
2451       ;; gnus-article-show-all
2452       gnus-article-edit-mode gnus-article-edit-article
2453       gnus-article-edit-done article-decode-encoded-words
2454       gnus-start-date-timer gnus-stop-date-timer)
2455      ("gnus-int" gnus-request-type)
2456      ("gnus-start" gnus-newsrc-parse-options gnus-1 gnus-no-server-1
2457       gnus-dribble-enter gnus-read-init-file gnus-dribble-touch)
2458      ("gnus-dup" gnus-dup-suppress-articles gnus-dup-unsuppress-article
2459       gnus-dup-enter-articles)
2460      ("gnus-range" gnus-copy-sequence)
2461      ("gnus-eform" gnus-edit-form)
2462      ("gnus-move" :interactive t
2463       gnus-group-move-group-to-server gnus-change-server)
2464      ("gnus-logic" gnus-score-advanced)
2465      ("gnus-undo" gnus-undo-mode gnus-undo-register)
2466      ("gnus-async" gnus-async-request-fetched-article gnus-async-prefetch-next
2467       gnus-async-prefetch-article gnus-async-prefetch-remove-group
2468       gnus-async-halt-prefetch)
2469      ("gnus-offline"
2470       gnus-offline-setup)
2471      ("gnus-offline" :interactive t
2472       gnus-offline-toggle-plugged
2473       gnus-offline-set-unplugged-state
2474       gnus-offline-toggle-auto-hangup
2475       gnus-offline-toggle-on/off-send-mail
2476       gnus-offline-toggle-articles-to-fetch
2477       gnus-offline-set-interval-time
2478       gnus-offline-agent-expire)
2479      ("miee" :interactive t gnspool-get-news
2480       mail-spool-send news-spool-post)
2481      ("international/mw32misc" define-process-argument-editing
2482       general-process-argument-editing-function)
2483      ("gnus-agent" gnus-open-agent gnus-agent-get-function
2484       gnus-agent-save-groups gnus-agent-save-active gnus-agent-method-p
2485       gnus-agent-get-undownloaded-list gnus-agent-fetch-session
2486       gnus-summary-set-agent-mark gnus-agent-save-group-info
2487       gnus-agent-request-article gnus-agent-retrieve-headers)
2488      ("gnus-agent" :interactive t
2489       gnus-unplugged gnus-agentize gnus-agent-batch)
2490      ("gnus-vm" :interactive t gnus-summary-save-in-vm
2491       gnus-summary-save-article-vm)
2492      ("compface" uncompface)
2493      ("gnus-draft" :interactive t gnus-draft-mode gnus-group-send-queue)
2494      ("gnus-mlspl" gnus-group-split gnus-group-split-fancy)
2495      ("gnus-mlspl" :interactive t gnus-group-split-setup
2496       gnus-group-split-update)
2497      ("gnus-delay" gnus-delay-initialize))))
2498
2499 (eval-and-compile
2500   (unless (featurep 'xemacs)
2501     (if (>= emacs-major-version 21)
2502         (autoload 'x-face-decode-message-header "x-face-e21")
2503       (autoload 'x-face-mule-gnus-article-display-x-face "x-face-mule"))))
2504
2505 (unless (and (fboundp 'base64-encode-string)
2506              (subrp (symbol-function 'base64-encode-string)))
2507   (require 'base64))
2508
2509 ;; To search articles with Namazu.
2510 (autoload 'gnus-namazu-search "gnus-namazu" nil t)
2511 (autoload 'gnus-namazu-create-index "gnus-namazu" nil t)
2512 (autoload 'gnus-namazu-update-index "gnus-namazu" nil t)
2513 (autoload 'gnus-namazu-update-all-indices "gnus-namazu" nil t)
2514
2515 ;; To make nnir groups.
2516 (autoload 'gnus-group-make-nnir-group "nnir" nil t)
2517
2518 ;; To make shimbun groups.
2519 (autoload 'gnus-group-make-shimbun-group "nnshimbun" nil t)
2520
2521 ;; A tool for the developers.
2522 (autoload 'find-cl-run-time-functions "gnus-clfns" nil t)
2523
2524 ;;; gnus-sum.el thingies
2525
2526
2527 (defcustom gnus-summary-line-format "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n"
2528   "*The format specification of the lines in the summary buffer.
2529
2530 It works along the same lines as a normal formatting string,
2531 with some simple extensions.
2532
2533 %N   Article number, left padded with spaces (string)
2534 %S   Subject (string)
2535 %s   Subject if it is at the root of a thread, and \"\" otherwise (string)
2536 %n   Name of the poster (string)
2537 %a   Extracted name of the poster (string)
2538 %A   Extracted address of the poster (string)
2539 %F   Contents of the From: header (string)
2540 %f   Contents of the From: or To: headers (string)
2541 %x   Contents of the Xref: header (string)
2542 %D   Date of the article (string)
2543 %d   Date of the article (string) in DD-MMM format
2544 %o   Date of the article (string) in YYYYMMDD`T'HHMMSS format
2545 %M   Message-id of the article (string)
2546 %r   References of the article (string)
2547 %c   Number of characters in the article (integer)
2548 %k   Pretty-printed version of the above (string)
2549      For example, \"1.2k\" or \"0.4M\".
2550 %L   Number of lines in the article (integer)
2551 %I   Indentation based on thread level (a string of spaces)
2552 %B   A complex trn-style thread tree (string)
2553      The variables `gnus-sum-thread-*' can be used for customization.
2554 %T   A string with two possible values: 80 spaces if the article
2555      is on thread level two or larger and 0 spaces on level one
2556 %R   \"A\" if this article has been replied to, \" \" otherwise (character)
2557 %U   Status of this article (character, \"R\", \"K\", \"-\" or \" \")
2558 %[   Opening bracket (character, \"[\" or \"<\")
2559 %]   Closing bracket (character, \"]\" or \">\")
2560 %>   Spaces of length thread-level (string)
2561 %<   Spaces of length (- 20 thread-level) (string)
2562 %i   Article score (number)
2563 %z   Article zcore (character)
2564 %t   Number of articles under the current thread (number).
2565 %e   Whether the thread is empty or not (character).
2566 %l   GroupLens score (string).
2567 %V   Total thread score (number).
2568 %P   The line number (number).
2569 %O   Download mark (character).
2570 %C   If present, indicates desired cursor position
2571      (instead of after first colon).
2572 %u   User defined specifier.  The next character in the format string should
2573      be a letter.  Gnus will call the function gnus-user-format-function-X,
2574      where X is the letter following %u.  The function will be passed the
2575      current header as argument.  The function should return a string, which
2576      will be inserted into the summary just like information from any other
2577      summary specifier.
2578
2579 The %U (status), %R (replied) and %z (zcore) specs have to be handled
2580 with care.  For reasons of efficiency, Gnus will compute what column
2581 these characters will end up in, and \"hard-code\" that.  This means that
2582 it is invalid to have these specs after a variable-length spec.  Well,
2583 you might not be arrested, but your summary buffer will look strange,
2584 which is bad enough.
2585
2586 The smart choice is to have these specs as far to the left as
2587 possible.
2588
2589 This restriction may disappear in later versions of Gnus.
2590
2591 General format specifiers can also be used.
2592 See Info node `(gnus)Formatting Variables'."
2593   :link '(custom-manual "(gnus)Formatting Variables")
2594   :type 'string
2595   :group 'gnus-summary-format)
2596
2597 ;;;
2598 ;;; Skeleton keymaps
2599 ;;;
2600
2601 (defun gnus-suppress-keymap (keymap)
2602   (suppress-keymap keymap)
2603   (let ((keys `([backspace] [delete] "\177" "\M-u"))) ;gnus-mouse-2
2604     (while keys
2605       (define-key keymap (pop keys) 'undefined))))
2606
2607 (defvar gnus-article-mode-map
2608   (let ((keymap (make-sparse-keymap)))
2609     (gnus-suppress-keymap keymap)
2610     keymap))
2611 (defvar gnus-summary-mode-map
2612   (let ((keymap (make-keymap)))
2613     (gnus-suppress-keymap keymap)
2614     keymap))
2615 (defvar gnus-group-mode-map
2616   (let ((keymap (make-keymap)))
2617     (gnus-suppress-keymap keymap)
2618     keymap))
2619
2620 \f
2621
2622 ;; Fix by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
2623 ;; If you want the cursor to go somewhere else, set these two
2624 ;; functions in some startup hook to whatever you want.
2625 (defalias 'gnus-summary-position-point 'gnus-goto-colon)
2626 (defalias 'gnus-group-position-point 'gnus-goto-colon)
2627
2628 ;;; Various macros and substs.
2629
2630 (defun gnus-header-from (header)
2631   (mail-header-from header))
2632
2633 (defmacro gnus-gethash (string hashtable)
2634   "Get hash value of STRING in HASHTABLE."
2635   `(symbol-value (intern-soft ,string ,hashtable)))
2636
2637 (defmacro gnus-gethash-safe (string hashtable)
2638   "Get hash value of STRING in HASHTABLE.
2639 Return nil if not defined."
2640   `(let ((sym (intern-soft ,string ,hashtable)))
2641      (and (boundp sym) (symbol-value sym))))
2642
2643 (defmacro gnus-sethash (string value hashtable)
2644   "Set hash value.  Arguments are STRING, VALUE, and HASHTABLE."
2645   `(set (intern ,string ,hashtable) ,value))
2646 (put 'gnus-sethash 'edebug-form-spec '(form form form))
2647
2648 (defmacro gnus-group-unread (group)
2649   "Get the currently computed number of unread articles in GROUP."
2650   `(car (gnus-gethash ,group gnus-newsrc-hashtb)))
2651
2652 (defmacro gnus-group-entry (group)
2653   "Get the newsrc entry for GROUP."
2654   `(gnus-gethash ,group gnus-newsrc-hashtb))
2655
2656 (defmacro gnus-active (group)
2657   "Get active info on GROUP."
2658   `(gnus-gethash ,group gnus-active-hashtb))
2659
2660 (defmacro gnus-set-active (group active)
2661   "Set GROUP's active info."
2662   `(gnus-sethash ,group ,active gnus-active-hashtb))
2663
2664 ;; Info access macros.
2665
2666 (defmacro gnus-info-group (info)
2667   `(nth 0 ,info))
2668 (defmacro gnus-info-rank (info)
2669   `(nth 1 ,info))
2670 (defmacro gnus-info-read (info)
2671   `(nth 2 ,info))
2672 (defmacro gnus-info-marks (info)
2673   `(nth 3 ,info))
2674 (defmacro gnus-info-method (info)
2675   `(nth 4 ,info))
2676 (defmacro gnus-info-params (info)
2677   `(nth 5 ,info))
2678
2679 (defmacro gnus-info-level (info)
2680   `(let ((rank (gnus-info-rank ,info)))
2681      (if (consp rank)
2682          (car rank)
2683        rank)))
2684 (defmacro gnus-info-score (info)
2685   `(let ((rank (gnus-info-rank ,info)))
2686      (or (and (consp rank) (cdr rank)) 0)))
2687
2688 (defmacro gnus-info-set-group (info group)
2689   `(setcar ,info ,group))
2690 (defmacro gnus-info-set-rank (info rank)
2691   `(setcar (nthcdr 1 ,info) ,rank))
2692 (defmacro gnus-info-set-read (info read)
2693   `(setcar (nthcdr 2 ,info) ,read))
2694 (defmacro gnus-info-set-marks (info marks &optional extend)
2695   (if extend
2696       `(gnus-info-set-entry ,info ,marks 3)
2697     `(setcar (nthcdr 3 ,info) ,marks)))
2698 (defmacro gnus-info-set-method (info method &optional extend)
2699   (if extend
2700       `(gnus-info-set-entry ,info ,method 4)
2701     `(setcar (nthcdr 4 ,info) ,method)))
2702 (defmacro gnus-info-set-params (info params &optional extend)
2703   (if extend
2704       `(gnus-info-set-entry ,info ,params 5)
2705     `(setcar (nthcdr 5 ,info) ,params)))
2706
2707 (defun gnus-info-set-entry (info entry number)
2708   ;; Extend the info until we have enough elements.
2709   (while (<= (length info) number)
2710     (nconc info (list nil)))
2711   ;; Set the entry.
2712   (setcar (nthcdr number info) entry))
2713
2714 (defmacro gnus-info-set-level (info level)
2715   `(let ((rank (cdr ,info)))
2716      (if (consp (car rank))
2717          (setcar (car rank) ,level)
2718        (setcar rank ,level))))
2719 (defmacro gnus-info-set-score (info score)
2720   `(let ((rank (cdr ,info)))
2721      (if (consp (car rank))
2722          (setcdr (car rank) ,score)
2723        (setcar rank (cons (car rank) ,score)))))
2724
2725 (defmacro gnus-get-info (group)
2726   `(nth 2 (gnus-gethash ,group gnus-newsrc-hashtb)))
2727
2728 ;;; Load the compatibility functions.
2729
2730 (require 'gnus-ems)
2731
2732 \f
2733 ;;;
2734 ;;; Shutdown
2735 ;;;
2736
2737 (defvar gnus-shutdown-alist nil)
2738
2739 (defun gnus-add-shutdown (function &rest symbols)
2740   "Run FUNCTION whenever one of SYMBOLS is shut down."
2741   (push (cons function symbols) gnus-shutdown-alist))
2742
2743 (defun gnus-shutdown (symbol)
2744   "Shut down everything that waits for SYMBOL."
2745   (let ((alist gnus-shutdown-alist)
2746         entry)
2747     (while (setq entry (pop alist))
2748       (when (memq symbol (cdr entry))
2749         (funcall (car entry))))))
2750
2751 \f
2752 ;;;
2753 ;;; Gnus Utility Functions
2754 ;;;
2755
2756 (defun gnus-find-subscribed-addresses ()
2757   "Return a regexp matching the addresses of all subscribed mail groups.
2758 It consists of the `to-address' or `to-list' parameter of all groups
2759 with a `subscribed' parameter."
2760   (let (group address addresses)
2761     (dolist (entry (cdr gnus-newsrc-alist))
2762       (setq group (car entry))
2763       (when (gnus-parameter-subscribed group)
2764         (setq address (mail-strip-quoted-names
2765                        (or (gnus-group-fast-parameter group 'to-address)
2766                            (gnus-group-fast-parameter group 'to-list))))
2767         (when address
2768           (add-to-list 'addresses address))))
2769     (when addresses
2770       (list (mapconcat 'regexp-quote addresses "\\|")))))
2771
2772 (defmacro gnus-string-or (&rest strings)
2773   "Return the first element of STRINGS that is a non-blank string.
2774 STRINGS will be evaluated in normal `or' order."
2775   `(gnus-string-or-1 ',strings))
2776
2777 (defun gnus-string-or-1 (strings)
2778   (let (string)
2779     (while strings
2780       (setq string (eval (pop strings)))
2781       (if (string-match "^[ \t]*$" string)
2782           (setq string nil)
2783         (setq strings nil)))
2784     string))
2785
2786 (defun gnus-info-find-node (&optional nodename)
2787   "Find Info documentation of Gnus."
2788   (interactive)
2789   ;; Enlarge info window if needed.
2790   (let (gnus-info-buffer)
2791     (Info-goto-node
2792      (format "(%s)%s"
2793              (or gnus-info-filename
2794                  (get-language-info current-language-environment 'gnus-info)
2795                  "gnus")
2796              (or nodename
2797                  (cadr (assq major-mode gnus-info-nodes))
2798                  (and (eq (current-buffer) (get-buffer gnus-article-buffer))
2799                       (cadr (assq 'gnus-article-mode gnus-info-nodes))))))
2800     (setq gnus-info-buffer (current-buffer))
2801     (gnus-configure-windows 'info)))
2802
2803 ;;;
2804 ;;; gnus-interactive
2805 ;;;
2806
2807 (defvar gnus-current-prefix-symbol nil
2808   "Current prefix symbol.")
2809
2810 (defvar gnus-current-prefix-symbols nil
2811   "List of current prefix symbols.")
2812
2813 (defun gnus-interactive (string &optional params)
2814   "Return a list that can be fed to `interactive'.
2815 See `interactive' for full documentation.
2816
2817 Adds the following specs:
2818
2819 y -- The current symbolic prefix.
2820 Y -- A list of the current symbolic prefix(es).
2821 A -- Article number.
2822 H -- Article header.
2823 g -- Group name."
2824   (let ((i 0)
2825         out c prompt)
2826     (while (< i (length string))
2827       (string-match ".\\([^\n]*\\)\n?" string i)
2828       (setq c (aref string i))
2829       (when (match-end 1)
2830         (setq prompt (match-string 1 string)))
2831       (setq i (match-end 0))
2832       ;; We basically emulate just about everything that
2833       ;; `interactive' does, but add the specs listed above.
2834       (push
2835        (cond
2836         ((= c ?a)
2837          (completing-read prompt obarray 'fboundp t))
2838         ((= c ?b)
2839          (read-buffer prompt (current-buffer) t))
2840         ((= c ?B)
2841          (read-buffer prompt (other-buffer (current-buffer))))
2842         ((= c ?c)
2843          (read-char))
2844         ((= c ?C)
2845          (completing-read prompt obarray 'commandp t))
2846         ((= c ?d)
2847          (point))
2848         ((= c ?D)
2849          (read-file-name prompt nil default-directory 'lambda))
2850         ((= c ?f)
2851          (read-file-name prompt nil nil 'lambda))
2852         ((= c ?F)
2853          (read-file-name prompt))
2854         ((= c ?k)
2855          (read-key-sequence prompt))
2856         ((= c ?K)
2857          (error "Not implemented spec"))
2858         ((= c ?e)
2859          (error "Not implemented spec"))
2860         ((= c ?m)
2861          (mark))
2862         ((= c ?N)
2863          (error "Not implemented spec"))
2864         ((= c ?n)
2865          (string-to-number (read-from-minibuffer prompt)))
2866         ((= c ?p)
2867          (prefix-numeric-value current-prefix-arg))
2868         ((= c ?P)
2869          current-prefix-arg)
2870         ((= c ?r)
2871          'gnus-prefix-nil)
2872         ((= c ?s)
2873          (read-string prompt))
2874         ((= c ?S)
2875          (intern (read-string prompt)))
2876         ((= c ?v)
2877          (read-variable prompt))
2878         ((= c ?x)
2879          (read-minibuffer prompt))
2880         ((= c ?x)
2881          (eval-minibuffer prompt))
2882         ;; And here the new specs come.
2883         ((= c ?y)
2884          gnus-current-prefix-symbol)
2885         ((= c ?Y)
2886          gnus-current-prefix-symbols)
2887         ((= c ?g)
2888          (gnus-group-group-name))
2889         ((= c ?A)
2890          (gnus-summary-skip-intangible)
2891          (or (get-text-property (point) 'gnus-number)
2892              (gnus-summary-last-subject)))
2893         ((= c ?H)
2894          (gnus-data-header (gnus-data-find (gnus-summary-article-number))))
2895         (t
2896          (error "Non-implemented spec")))
2897        out)
2898       (cond
2899        ((= c ?r)
2900         (push (if (< (point) (mark)) (point) (mark)) out)
2901         (push (if (> (point) (mark)) (point) (mark)) out))))
2902     (setq out (delq 'gnus-prefix-nil out))
2903     (nreverse out)))
2904
2905 (defun gnus-symbolic-argument (&optional arg)
2906   "Read a symbolic argument and a command, and then execute command."
2907   (interactive "P")
2908   (let* ((in-command (this-command-keys))
2909          (command in-command)
2910          gnus-current-prefix-symbols
2911          gnus-current-prefix-symbol
2912          syms)
2913     (while (equal in-command command)
2914       (message "%s-" (key-description (this-command-keys)))
2915       (push (intern (char-to-string (read-char))) syms)
2916       (setq command (read-key-sequence nil t)))
2917     (setq gnus-current-prefix-symbols (nreverse syms)
2918           gnus-current-prefix-symbol (car gnus-current-prefix-symbols))
2919     (call-interactively (key-binding command t))))
2920
2921 ;;; More various functions.
2922
2923 (defsubst gnus-check-backend-function (func group)
2924   "Check whether GROUP supports function FUNC.
2925 GROUP can either be a string (a group name) or a select method."
2926   (ignore-errors
2927     (let ((method (if (stringp group)
2928                       (car (gnus-find-method-for-group group))
2929                     group)))
2930       (unless (featurep method)
2931         (require method))
2932       (fboundp (intern (format "%s-%s" method func))))))
2933
2934 (defun gnus-group-read-only-p (&optional group)
2935   "Check whether GROUP supports editing or not.
2936 If GROUP is nil, `gnus-newsgroup-name' will be checked instead.  Note
2937 that that variable is buffer-local to the summary buffers."
2938   (let ((group (or group gnus-newsgroup-name)))
2939     (not (gnus-check-backend-function 'request-replace-article group))))
2940
2941 (defun gnus-virtual-group-p (group)
2942   "Say whether GROUP is virtual or not."
2943   (memq 'virtual (assoc (symbol-name (car (gnus-find-method-for-group group)))
2944                         gnus-valid-select-methods)))
2945
2946 (defun gnus-news-group-p (group &optional article)
2947   "Return non-nil if GROUP (and ARTICLE) come from a news server."
2948   (cond ((gnus-member-of-valid 'post group) ;Ordinary news group
2949          t)                             ;is news of course.
2950         ((not (gnus-member-of-valid 'post-mail group)) ;Non-combined.
2951          nil)                           ;must be mail then.
2952         ((vectorp article)              ;Has header info.
2953          (eq (gnus-request-type group (mail-header-id article)) 'news))
2954         ((null article)                 ;Hasn't header info
2955          (eq (gnus-request-type group) 'news)) ;(unknown ==> mail)
2956         ((< article 0)                  ;Virtual message
2957          nil)                           ;we don't know, guess mail.
2958         (t                              ;Has positive number
2959          (eq (gnus-request-type group article) 'news)))) ;use it.
2960
2961 ;; Returns a list of writable groups.
2962 (defun gnus-writable-groups ()
2963   (let ((alist gnus-newsrc-alist)
2964         groups group)
2965     (while (setq group (car (pop alist)))
2966       (unless (gnus-group-read-only-p group)
2967         (push group groups)))
2968     (nreverse groups)))
2969
2970 ;; Check whether to use long file names.
2971 (defun gnus-use-long-file-name (symbol)
2972   ;; The variable has to be set...
2973   (and gnus-use-long-file-name
2974        ;; If it isn't a list, then we return t.
2975        (or (not (listp gnus-use-long-file-name))
2976            ;; If it is a list, and the list contains `symbol', we
2977            ;; return nil.
2978            (not (memq symbol gnus-use-long-file-name)))))
2979
2980 ;; Generate a unique new group name.
2981 (defun gnus-generate-new-group-name (leaf)
2982   (let ((name leaf)
2983         (num 0))
2984     (while (gnus-gethash name gnus-newsrc-hashtb)
2985       (setq name (concat leaf "<" (int-to-string (setq num (1+ num))) ">")))
2986     name))
2987
2988 (defun gnus-ephemeral-group-p (group)
2989   "Say whether GROUP is ephemeral or not."
2990   (gnus-group-get-parameter group 'quit-config t))
2991
2992 (defun gnus-group-quit-config (group)
2993   "Return the quit-config of GROUP."
2994   (gnus-group-get-parameter group 'quit-config t))
2995
2996 (defun gnus-kill-ephemeral-group (group)
2997   "Remove ephemeral GROUP from relevant structures."
2998   (gnus-sethash group nil gnus-newsrc-hashtb))
2999
3000 (defun gnus-simplify-mode-line ()
3001   "Make mode lines a bit simpler."
3002   (setq mode-line-modified (cdr gnus-mode-line-modified))
3003   (when (listp mode-line-format)
3004     (make-local-variable 'mode-line-format)
3005     (setq mode-line-format (copy-sequence mode-line-format))
3006     (when (equal (nth 3 mode-line-format) "   ")
3007       (setcar (nthcdr 3 mode-line-format) " "))))
3008
3009 ;;; Servers and groups.
3010
3011 (defsubst gnus-server-add-address (method)
3012   (let ((method-name (symbol-name (car method))))
3013     (if (and (memq 'address (assoc method-name gnus-valid-select-methods))
3014              (not (assq (intern (concat method-name "-address")) method))
3015              (memq 'physical-address (assq (car method)
3016                                            gnus-valid-select-methods)))
3017         (append method (list (list (intern (concat method-name "-address"))
3018                                    (nth 1 method))))
3019       method)))
3020
3021 (defsubst gnus-server-to-method (server)
3022   "Map virtual server names to select methods."
3023   (or (and server (listp server) server)
3024       (cdr (assoc server gnus-server-method-cache))
3025       (let ((result
3026              (or
3027               ;; Perhaps this is the native server?
3028               (and (equal server "native") gnus-select-method)
3029               ;; It should be in the server alist.
3030               (cdr (assoc server gnus-server-alist))
3031               ;; It could be in the predefined server alist.
3032               (cdr (assoc server gnus-predefined-server-alist))
3033               ;; If not, we look through all the opened server
3034               ;; to see whether we can find it there.
3035               (let ((opened gnus-opened-servers))
3036                 (while (and opened
3037                             (not (equal server (format "%s:%s" (caaar opened)
3038                                                        (cadaar opened)))))
3039                   (pop opened))
3040                 (caar opened))
3041               ;; It could be a named method, search all servers
3042               (let ((servers gnus-secondary-select-methods))
3043                 (while (and servers
3044                             (not (equal server (format "%s:%s" (caar servers)
3045                                                        (cadar servers)))))
3046                   (pop servers))
3047                 (car servers)))))
3048         (push (cons server result) gnus-server-method-cache)
3049         result)))
3050
3051 (defsubst gnus-server-get-method (group method)
3052   ;; Input either a server name, and extended server name, or a
3053   ;; select method, and return a select method.
3054   (cond ((stringp method)
3055          (gnus-server-to-method method))
3056         ((equal method gnus-select-method)
3057          gnus-select-method)
3058         ((and (stringp (car method))
3059               group)
3060          (gnus-server-extend-method group method))
3061         ((and method
3062               (not group)
3063               (equal (cadr method) ""))
3064          method)
3065         (t
3066          (gnus-server-add-address method))))
3067
3068 (defmacro gnus-method-equal (ss1 ss2)
3069   "Say whether two servers are equal."
3070   `(let ((s1 ,ss1)
3071          (s2 ,ss2))
3072      (or (equal s1 s2)
3073          (and (= (length s1) (length s2))
3074               (progn
3075                 (while (and s1 (member (car s1) s2))
3076                   (setq s1 (cdr s1)))
3077                 (null s1))))))
3078
3079 (defun gnus-methods-equal-p (m1 m2)
3080   (let ((m1 (or m1 gnus-select-method))
3081         (m2 (or m2 gnus-select-method)))
3082     (or (equal m1 m2)
3083         (and (eq (car m1) (car m2))
3084              (or (not (memq 'address (assoc (symbol-name (car m1))
3085                                             gnus-valid-select-methods)))
3086                  (equal (nth 1 m1) (nth 1 m2)))))))
3087
3088 (defun gnus-server-equal (m1 m2)
3089   "Say whether two methods are equal."
3090   (let ((m1 (cond ((null m1) gnus-select-method)
3091                   ((stringp m1) (gnus-server-to-method m1))
3092                   (t m1)))
3093         (m2 (cond ((null m2) gnus-select-method)
3094                   ((stringp m2) (gnus-server-to-method m2))
3095                   (t m2))))
3096     (gnus-method-equal m1 m2)))
3097
3098 (defun gnus-servers-using-backend (backend)
3099   "Return a list of known servers using BACKEND."
3100   (let ((opened gnus-opened-servers)
3101         out)
3102     (while opened
3103       (when (eq backend (caaar opened))
3104         (push (caar opened) out))
3105       (pop opened))
3106     out))
3107
3108 (defun gnus-archive-server-wanted-p ()
3109   "Say whether the user wants to use the archive server."
3110   (cond
3111    ((or (not gnus-message-archive-method)
3112         (not gnus-message-archive-group))
3113     nil)
3114    ((and gnus-message-archive-method gnus-message-archive-group)
3115     t)
3116    (t
3117     (let ((active (cadr (assq 'nnfolder-active-file
3118                               gnus-message-archive-method))))
3119       (and active
3120            (file-exists-p active))))))
3121
3122 (defsubst gnus-method-to-server-name (method)
3123   (concat
3124    (format "%s" (car method))
3125    (when (and
3126           (or (assoc (format "%s" (car method))
3127                      (gnus-methods-using 'address))
3128               (gnus-server-equal method gnus-message-archive-method))
3129           (nth 1 method)
3130           (not (string= (nth 1 method) "")))
3131      (concat "+" (nth 1 method)))))
3132
3133 (defsubst gnus-method-to-full-server-name (method)
3134   (format "%s+%s" (car method) (nth 1 method)))
3135
3136 (defun gnus-group-prefixed-name (group method)
3137   "Return the whole name from GROUP and METHOD."
3138   (and (stringp method) (setq method (gnus-server-to-method method)))
3139   (if (or (not method)
3140           (gnus-server-equal method "native")
3141           (string-match ":" group))
3142       group
3143     (concat (gnus-method-to-server-name method) ":" group)))
3144
3145 (defun gnus-group-real-prefix (group)
3146   "Return the prefix of the current group name."
3147   (if (string-match "^[^:]+:" group)
3148       (substring group 0 (match-end 0))
3149     ""))
3150
3151 (defun gnus-group-method (group)
3152   "Return the server or method used for selecting GROUP.
3153 You should probably use `gnus-find-method-for-group' instead."
3154   (let ((prefix (gnus-group-real-prefix group)))
3155     (if (equal prefix "")
3156         gnus-select-method
3157       (let ((servers gnus-opened-servers)
3158             (server "")
3159             backend possible found)
3160         (if (string-match "^[^\\+]+\\+" prefix)
3161             (setq backend (intern (substring prefix 0 (1- (match-end 0))))
3162                   server (substring prefix (match-end 0) (1- (length prefix))))
3163           (setq backend (intern (substring prefix 0 (1- (length prefix))))))
3164         (while servers
3165           (when (eq (caaar servers) backend)
3166             (setq possible (caar servers))
3167             (when (equal (cadaar servers) server)
3168               (setq found (caar servers))))
3169           (pop servers))
3170         (or (car (rassoc found gnus-server-alist))
3171             found
3172             (car (rassoc possible gnus-server-alist))
3173             possible
3174             (list backend server))))))
3175
3176 (defsubst gnus-native-method-p (method)
3177   "Return whether METHOD is the native select method."
3178   (gnus-method-equal method gnus-select-method))
3179
3180 (defsubst gnus-secondary-method-p (method)
3181   "Return whether METHOD is a secondary select method."
3182   (let ((methods gnus-secondary-select-methods)
3183         (gmethod (gnus-server-get-method nil method)))
3184     (while (and methods
3185                 (not (gnus-method-equal
3186                       (gnus-server-get-method nil (car methods))
3187                       gmethod)))
3188       (setq methods (cdr methods)))
3189     methods))
3190
3191 (defun gnus-method-simplify (method)
3192   "Return the shortest uniquely identifying string or method for METHOD."
3193   (cond ((stringp method)
3194          method)
3195         ((gnus-native-method-p method)
3196          nil)
3197         ((gnus-secondary-method-p method)
3198          (format "%s:%s" (nth 0 method) (nth 1 method)))
3199         (t
3200          method)))
3201
3202 (defun gnus-groups-from-server (server)
3203   "Return a list of all groups that are fetched from SERVER."
3204   (let ((alist (cdr gnus-newsrc-alist))
3205         info groups)
3206     (while (setq info (pop alist))
3207       (when (gnus-server-equal (gnus-info-method info) server)
3208         (push (gnus-info-group info) groups)))
3209     (sort groups 'string<)))
3210
3211 (defun gnus-group-foreign-p (group)
3212   "Say whether a group is foreign or not."
3213   (and (not (gnus-group-native-p group))
3214        (not (gnus-group-secondary-p group))))
3215
3216 (defun gnus-group-native-p (group)
3217   "Say whether the group is native or not."
3218   (not (string-match ":" group)))
3219
3220 (defun gnus-group-secondary-p (group)
3221   "Say whether the group is secondary or not."
3222   (gnus-secondary-method-p (gnus-find-method-for-group group)))
3223
3224 (defun gnus-parameters-get-parameter (group)
3225   "Return the group parameters for GROUP from `gnus-parameters'."
3226   (let (params-list)
3227     (dolist (elem gnus-parameters)
3228       (when (string-match (car elem) group)
3229         (setq params-list
3230               (nconc (gnus-expand-group-parameters
3231                       (car elem) (cdr elem) group)
3232                      params-list))))
3233     params-list))
3234
3235 (defun gnus-expand-group-parameter (match value group)
3236   "Use MATCH to expand VALUE in GROUP."
3237   (with-temp-buffer
3238     (insert group)
3239     (goto-char (point-min))
3240     (while (re-search-forward match nil t)
3241       (replace-match value))
3242     (buffer-string)))
3243
3244 (defun gnus-expand-group-parameters (match parameters group)
3245   "Go through PARAMETERS and expand them according to the match data."
3246   (let (new)
3247     (dolist (elem parameters)
3248       (if (and (stringp (cdr elem))
3249                (string-match "\\\\[0-9&]" (cdr elem)))
3250           (push (cons (car elem)
3251                       (gnus-expand-group-parameter match (cdr elem) group))
3252                 new)
3253         (push elem new)))
3254     new))
3255
3256 (defun gnus-group-fast-parameter (group symbol &optional allow-list)
3257   "For GROUP, return the value of SYMBOL.
3258
3259 You should call this in the `gnus-group-buffer' buffer.
3260 The function `gnus-group-find-parameter' will do that for you."
3261   ;; The speed trick:  No cons'ing and quit early.
3262   (let* ((params (funcall gnus-group-get-parameter-function group))
3263          ;; Start easy, check the "real" group parameters.
3264          (simple-results
3265           (gnus-group-parameter-value params symbol allow-list t)))
3266     (if simple-results
3267         ;; Found results; return them.
3268         (car simple-results)
3269       ;; We didn't found it there, try `gnus-parameters'.
3270       (let ((result nil)
3271             (head nil)
3272             (tail gnus-parameters))
3273         ;; A good old-fashioned non-cl loop.
3274         (while tail
3275           (setq head (car tail)
3276                 tail (cdr tail))
3277           ;; The car is regexp matching for matching the group name.
3278           (when (string-match (car head) group)
3279             ;; The cdr is the parameters.
3280             (setq result (gnus-group-parameter-value (cdr head)
3281                                                      symbol allow-list))
3282             (when result
3283               ;; Expand if necessary.
3284               (if (and (stringp result) (string-match "\\\\[0-9&]" result))
3285                   (setq result (gnus-expand-group-parameter (car head)
3286                                                             result group)))
3287               ;; Exit the loop early.
3288               (setq tail nil))))
3289         ;; Done.
3290         result))))
3291
3292 (defun gnus-group-find-parameter (group &optional symbol allow-list)
3293   "Return the group parameters for GROUP.
3294 If SYMBOL, return the value of that symbol in the group parameters.
3295
3296 If you call this function inside a loop, consider using the faster
3297 `gnus-group-fast-parameter' instead."
3298   (save-excursion
3299     (set-buffer gnus-group-buffer)
3300     (if symbol
3301         (gnus-group-fast-parameter group symbol allow-list)
3302       (nconc
3303        (copy-sequence
3304         (funcall gnus-group-get-parameter-function group))
3305        (gnus-parameters-get-parameter group)))))
3306
3307 (defun gnus-group-get-parameter (group &optional symbol allow-list)
3308   "Return the group parameters for GROUP.
3309 If SYMBOL, return the value of that symbol in the group parameters.
3310 Most functions should use `gnus-group-find-parameter', which
3311 also examines the topic parameters."
3312   (let ((params (gnus-info-params (gnus-get-info group))))
3313     (if symbol
3314         (gnus-group-parameter-value params symbol allow-list)
3315       params)))
3316
3317 (defun gnus-group-parameter-value (params symbol &optional
3318                                           allow-list present-p)
3319   "Return the value of SYMBOL in group PARAMS."
3320   ;; We only wish to return group parameters (dotted lists) and
3321   ;; not local variables, which may have the same names.
3322   ;; But first we handle single elements...
3323   (or (car (memq symbol params))
3324       ;; Handle alist.
3325       (let (elem)
3326         (catch 'found
3327           (while (setq elem (pop params))
3328             (when (and (consp elem)
3329                        (eq (car elem) symbol)
3330                        (or allow-list
3331                            (atom (cdr elem))))
3332               (throw 'found (if present-p (list (cdr elem))
3333                               (cdr elem)))))))))
3334
3335 (defun gnus-group-add-parameter (group param)
3336   "Add parameter PARAM to GROUP."
3337   (let ((info (gnus-get-info group)))
3338     (when info
3339       (gnus-group-remove-parameter group (if (consp param) (car param) param))
3340       ;; Cons the new param to the old one and update.
3341       (gnus-group-set-info (cons param (gnus-info-params info))
3342                            group 'params))))
3343
3344 (defun gnus-group-set-parameter (group name value)
3345   "Set parameter NAME to VALUE in GROUP."
3346   (let ((info (gnus-get-info group)))
3347     (when info
3348       (gnus-group-remove-parameter group name)
3349       (let ((old-params (gnus-info-params info))
3350             (new-params (list (cons name value))))
3351         (while old-params
3352           (when (or (not (listp (car old-params)))
3353                     (not (eq (caar old-params) name)))
3354             (setq new-params (append new-params (list (car old-params)))))
3355           (setq old-params (cdr old-params)))
3356         (gnus-group-set-info new-params group 'params)))))
3357
3358 (defun gnus-group-remove-parameter (group name)
3359   "Remove parameter NAME from GROUP."
3360   (let ((info (gnus-get-info group)))
3361     (when info
3362       (let ((params (gnus-info-params info)))
3363         (when params
3364           (setq params (delq name params))
3365           (while (assq name params)
3366             (gnus-pull name params))
3367           (gnus-info-set-params info params))))))
3368
3369 (defun gnus-group-add-score (group &optional score)
3370   "Add SCORE to the GROUP score.
3371 If SCORE is nil, add 1 to the score of GROUP."
3372   (let ((info (gnus-get-info group)))
3373     (when info
3374       (gnus-info-set-score info (+ (gnus-info-score info) (or score 1))))))
3375
3376 (defun gnus-short-group-name (group &optional levels)
3377   "Collapse GROUP name LEVELS.
3378 Select methods are stripped and any remote host name is stripped down to
3379 just the host name."
3380   (let* ((name "")
3381          (foreign "")
3382          (depth 0)
3383          (skip 1)
3384          (levels (or levels
3385                      gnus-group-uncollapsed-levels
3386                      (progn
3387                        (while (string-match "\\." group skip)
3388                          (setq skip (match-end 0)
3389                                depth (+ depth 1)))
3390                        depth))))
3391     ;; Separate foreign select method from group name and collapse.
3392     ;; If method contains a server, collapse to non-domain server name,
3393     ;; otherwise collapse to select method.
3394     (let* ((colon (string-match ":" group))
3395            (server (and colon (substring group 0 colon)))
3396            (plus (and server (string-match "+" server))))
3397       (when server
3398         (if plus
3399             (setq foreign (substring server (+ 1 plus)
3400                                      (string-match "\\." server))
3401                   group (substring group (+ 1 colon)))
3402           (setq foreign server
3403                 group (substring group (+ 1 colon))))
3404         (setq foreign (concat foreign ":")))
3405       ;; Collapse group name leaving LEVELS uncollapsed elements
3406       (let* ((slist (split-string group "/"))
3407              (slen (length slist))
3408              (dlist (split-string group "\\."))
3409              (dlen (length dlist))
3410              glist
3411              glen
3412              gsep
3413              res)
3414         (if (> slen dlen)
3415             (setq glist slist
3416                   glen slen
3417                   gsep "/")
3418           (setq glist dlist
3419                 glen dlen
3420                 gsep "."))
3421         (setq levels (- glen levels))
3422         (dolist (g glist)
3423           (push (if (>= (decf levels) 0)
3424                     (if (zerop (length g))
3425                         ""
3426                       (substring g 0 1))
3427                   g)
3428                 res))
3429         (concat foreign (mapconcat 'identity (nreverse res) gsep))))))
3430
3431 (defun gnus-narrow-to-body ()
3432   "Narrow to the body of an article."
3433   (narrow-to-region
3434    (progn
3435      (goto-char (point-min))
3436      (or (search-forward "\n\n" nil t)
3437          (point-max)))
3438    (point-max)))
3439
3440 \f
3441 ;;;
3442 ;;; Kill file handling.
3443 ;;;
3444
3445 (defun gnus-apply-kill-file ()
3446   "Apply a kill file to the current newsgroup.
3447 Returns the number of articles marked as read."
3448   (if (or (file-exists-p (gnus-newsgroup-kill-file nil))
3449           (file-exists-p (gnus-newsgroup-kill-file gnus-newsgroup-name)))
3450       (gnus-apply-kill-file-internal)
3451     0))
3452
3453 (defun gnus-kill-save-kill-buffer ()
3454   (let ((file (gnus-newsgroup-kill-file gnus-newsgroup-name)))
3455     (when (get-file-buffer file)
3456       (save-excursion
3457         (set-buffer (get-file-buffer file))
3458         (when (buffer-modified-p)
3459           (save-buffer))
3460         (kill-buffer (current-buffer))))))
3461
3462 (defcustom gnus-kill-file-name "KILL"
3463   "Suffix of the kill files."
3464   :group 'gnus-score-kill
3465   :group 'gnus-score-files
3466   :type 'string)
3467
3468 (defun gnus-newsgroup-kill-file (newsgroup)
3469   "Return the name of a kill file name for NEWSGROUP.
3470 If NEWSGROUP is nil, return the global kill file name instead."
3471   (cond
3472    ;; The global KILL file is placed at top of the directory.
3473    ((or (null newsgroup)
3474         (string-equal newsgroup ""))
3475     (expand-file-name gnus-kill-file-name
3476                       gnus-kill-files-directory))
3477    ;; Append ".KILL" to newsgroup name.
3478    ((gnus-use-long-file-name 'not-kill)
3479     (expand-file-name (concat (gnus-newsgroup-savable-name newsgroup)
3480                               "." gnus-kill-file-name)
3481                       gnus-kill-files-directory))
3482    ;; Place "KILL" under the hierarchical directory.
3483    (t
3484     (expand-file-name (concat (gnus-newsgroup-directory-form newsgroup)
3485                               "/" gnus-kill-file-name)
3486                       gnus-kill-files-directory))))
3487
3488 ;;; Server things.
3489
3490 (defun gnus-member-of-valid (symbol group)
3491   "Find out if GROUP has SYMBOL as part of its \"valid\" spec."
3492   (memq symbol (assoc
3493                 (symbol-name (car (gnus-find-method-for-group group)))
3494                 gnus-valid-select-methods)))
3495
3496 (defun gnus-method-option-p (method option)
3497   "Return non-nil if select METHOD has OPTION as a parameter."
3498   (when (stringp method)
3499     (setq method (gnus-server-to-method method)))
3500   (memq option (assoc (format "%s" (car method))
3501                       gnus-valid-select-methods)))
3502
3503 (defun gnus-similar-server-opened (method)
3504   (let ((opened gnus-opened-servers))
3505     (while (and method opened)
3506       (when (and (equal (cadr method) (cadaar opened))
3507                  (equal (car method) (caaar opened))
3508                  (not (equal method (caar opened))))
3509         (setq method nil))
3510       (pop opened))
3511     (not method)))
3512
3513 (defun gnus-server-extend-method (group method)
3514   ;; This function "extends" a virtual server.  If the server is
3515   ;; "hello", and the select method is ("hello" (my-var "something"))
3516   ;; in the group "alt.alt", this will result in a new virtual server
3517   ;; called "hello+alt.alt".
3518   (if (or (not (inline (gnus-similar-server-opened method)))
3519           (not (cddr method)))
3520       method
3521     `(,(car method) ,(concat (cadr method) "+" group)
3522       (,(intern (format "%s-address" (car method))) ,(cadr method))
3523       ,@(cddr method))))
3524
3525 (defun gnus-server-status (method)
3526   "Return the status of METHOD."
3527   (nth 1 (assoc method gnus-opened-servers)))
3528
3529 (defun gnus-group-name-to-method (group)
3530   "Guess a select method based on GROUP."
3531   (if (string-match ":" group)
3532       (let ((server (substring group 0 (match-beginning 0))))
3533         (if (string-match "\\+" server)
3534             (list (intern (substring server 0 (match-beginning 0)))
3535                   (substring server (match-end 0)))
3536           (list (intern server) "")))
3537     gnus-select-method))
3538
3539 (defun gnus-server-string (server)
3540   "Return a readable string that describes SERVER."
3541   (let* ((server (gnus-server-to-method server))
3542          (address (nth 1 server)))
3543     (if (and address
3544              (not (zerop (length address))))
3545         (format "%s using %s" address (car server))
3546       (format "%s" (car server)))))
3547
3548 (defun gnus-find-method-for-group (group &optional info)
3549   "Find the select method that GROUP uses."
3550   (or gnus-override-method
3551       (and (not group)
3552            gnus-select-method)
3553       (and (not (gnus-group-entry group));; a new group
3554            (gnus-group-name-to-method group))
3555       (let ((info (or info (gnus-get-info group)))
3556             method)
3557         (if (or (not info)
3558                 (not (setq method (gnus-info-method info)))
3559                 (equal method "native"))
3560             gnus-select-method
3561           (setq method
3562                 (cond ((stringp method)
3563                        (inline (gnus-server-to-method method)))
3564                       ((stringp (cadr method))
3565                        (inline (gnus-server-extend-method group method)))
3566                       (t
3567                        method)))
3568           (cond ((equal (cadr method) "")
3569                  method)
3570                 ((null (cadr method))
3571                  (list (car method) ""))
3572                 (t
3573                  (gnus-server-add-address method)))))))
3574
3575 (defun gnus-methods-using (feature)
3576   "Find all methods that have FEATURE."
3577   (let ((valids gnus-valid-select-methods)
3578         outs)
3579     (while valids
3580       (when (memq feature (car valids))
3581         (push (car valids) outs))
3582       (setq valids (cdr valids)))
3583     outs))
3584
3585 (defun gnus-read-group (prompt &optional default)
3586   "Prompt the user for a group name.
3587 Disallow invalid group names."
3588   (let ((prefix "")
3589         group)
3590     (while (not group)
3591       (when (string-match
3592              gnus-invalid-group-regexp
3593              (setq group (read-string (concat prefix prompt)
3594                                       (cons (or default "") 0)
3595                                       'gnus-group-history)))
3596         (setq prefix (format "Invalid group name: \"%s\".  " group)
3597               group nil)))
3598     group))
3599
3600 (defun gnus-read-method (prompt)
3601   "Prompt the user for a method.
3602 Allow completion over sensible values."
3603   (let* ((open-servers
3604           (mapcar (lambda (i) (cons (format "%s:%s" (caar i) (cadar i)) i))
3605                   gnus-opened-servers))
3606          (valid-methods
3607           (let (methods)
3608             (dolist (method gnus-valid-select-methods)
3609               (if (or (memq 'prompt-address method)
3610                       (not (assoc (format "%s:" (car method)) open-servers)))
3611                   (push method methods)))
3612             methods))
3613          (servers
3614           (append valid-methods
3615                   open-servers
3616                   gnus-predefined-server-alist
3617                   gnus-server-alist))
3618          (method
3619           (completing-read
3620            prompt servers
3621            nil t nil 'gnus-method-history)))
3622     (cond
3623      ((equal method "")
3624       (setq method gnus-select-method))
3625      ((assoc method gnus-valid-select-methods)
3626       (let ((address (if (memq 'prompt-address
3627                                (assoc method gnus-valid-select-methods))
3628                          (read-string "Address: ")
3629                        "")))
3630         (or (cadr (assoc (format "%s:%s" method address) open-servers))
3631             (list (intern method) address))))
3632      ((assoc method servers)
3633       method)
3634      (t
3635       (list (intern method) "")))))
3636
3637 ;;; Agent functions
3638
3639 (defun gnus-agent-method-p (method)
3640   "Say whether METHOD is covered by the agent."
3641   (member method gnus-agent-covered-methods))
3642
3643 (defun gnus-online (method)
3644   (not
3645    (if gnus-plugged
3646        (eq (cadr (assoc method gnus-opened-servers)) 'offline)
3647      (gnus-agent-method-p method))))
3648
3649 ;;; User-level commands.
3650
3651 ;;;###autoload
3652 (defun gnus-slave-no-server (&optional arg)
3653   "Read network news as a slave, without connecting to the local server."
3654   (interactive "P")
3655   (gnus-no-server arg t))
3656
3657 ;;;###autoload
3658 (defun gnus-no-server (&optional arg slave)
3659   "Read network news.
3660 If ARG is a positive number, Gnus will use that as the startup
3661 level. If ARG is nil, Gnus will be started at level 2.  If ARG is
3662 non-nil and not a positive number, Gnus will prompt the user for the
3663 name of an NNTP server to use.
3664 As opposed to `gnus', this command will not connect to the local
3665 server."
3666   (interactive "P")
3667   (gnus-no-server-1 arg slave))
3668
3669 ;;;###autoload
3670 (defun gnus-slave (&optional arg)
3671   "Read news as a slave."
3672   (interactive "P")
3673   (gnus arg nil 'slave))
3674
3675 (defcustom gnus-frame-properties nil
3676   "The properties of the frame in which gnus is displayed. Under XEmacs,
3677 the variable `toolbar-news-frame-plist' will be refered instead."
3678   :type '(repeat (cons :format "%v"
3679                        (symbol :tag "Parameter")
3680                        (sexp :tag "Value")))
3681   :group 'gnus)
3682
3683 ;;;###autoload
3684 (defun gnus-other-frame (&optional arg display)
3685   "Pop up a frame to read news.
3686 This will call one of the Gnus commands which is specified by the user
3687 option `gnus-other-frame-function' (default `gnus') with the argument
3688 ARG if Gnus is not running, otherwise just pop up a Gnus frame.  The
3689 optional second argument DISPLAY should be a standard display string
3690 such as \"unix:0\" to specify where to pop up a frame.  If DISPLAY is
3691 omitted or the function `make-frame-on-display' is not available, the
3692 current display is used."
3693   (interactive "P")
3694   (if (fboundp 'make-frame-on-display)
3695       (unless display
3696         (setq display (gnus-frame-or-window-display-name (selected-frame))))
3697     (setq display nil))
3698   (let ((alive (gnus-alive-p)))
3699     (unless (and alive
3700                  (catch 'found
3701                    (walk-windows
3702                     (lambda (window)
3703                       (when (and (or (not display)
3704                                      (equal display
3705                                             (gnus-frame-or-window-display-name
3706                                              window)))
3707                                  (with-current-buffer (window-buffer window)
3708                                    (string-match "\\`gnus-"
3709                                                  (symbol-name major-mode))))
3710                         (gnus-select-frame-set-input-focus
3711                          (setq gnus-other-frame-object (window-frame window)))
3712                         (select-window window)
3713                         (throw 'found t)))
3714                     'ignore t)))
3715       (gnus-select-frame-set-input-focus
3716        (setq gnus-other-frame-object
3717              (if display
3718                  (make-frame-on-display display gnus-other-frame-parameters)
3719                (make-frame gnus-other-frame-parameters))))
3720       (if alive
3721           (switch-to-buffer gnus-group-buffer)
3722         (funcall gnus-other-frame-function arg)
3723         (add-hook 'gnus-exit-gnus-hook
3724                   (lambda nil
3725                     (when (and (frame-live-p gnus-other-frame-object)
3726                                (cdr (frame-list)))
3727                       (delete-frame gnus-other-frame-object))
3728                     (setq gnus-other-frame-object nil)))))))
3729
3730 ;;;###autoload
3731 (defun gnus (&optional arg dont-connect slave)
3732   "Read network news.
3733 If ARG is non-nil and a positive number, Gnus will use that as the
3734 startup level.  If ARG is non-nil and not a positive number, Gnus will
3735 prompt the user for the name of an NNTP server to use."
3736   (interactive "P")
3737   (unless (byte-code-function-p (symbol-function 'gnus))
3738     (message "You should byte-compile Gnus")
3739     (sit-for 2))
3740   (gnus-1 arg dont-connect slave))
3741
3742 ;; Allow redefinition of Gnus functions.
3743
3744 (gnus-ems-redefine)
3745
3746 (product-provide (provide 'gnus) 'gnus-vers)
3747
3748 ;;; gnus.el ends here