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