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