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