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