*** empty log message ***
[gnus] / lisp / gnus.el
1 ;;; gnus.el --- a newsreader for GNU Emacs
2 ;; Copyright (C) 1987,88,89,90,93,94,95,96 Free Software Foundation, Inc.
3
4 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
5 ;;      Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
6 ;; Keywords: news
7
8 ;; This file is part of GNU Emacs.
9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;; any later version.
14
15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 ;; GNU General Public License for more details.
19
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
24
25 ;;; Commentary:
26
27 ;;; Code:
28
29 (eval '(run-hooks 'gnus-load-hook))
30
31 (require 'mail-utils)
32 (require 'timezone)
33 (require 'nnheader)
34 (require 'message)
35 (require 'nnmail)
36 (require 'backquote)
37
38 (eval-when-compile (require 'cl))
39
40 ;;;###autoload
41 (defvar gnus-directory (or (getenv "SAVEDIR") "~/News/")
42   "*Directory variable from which all other Gnus file variables are derived.")
43
44 ;; Site dependent variables.  These variables should be defined in
45 ;; paths.el.
46
47 (defvar gnus-default-nntp-server nil
48   "Specify a default NNTP server.
49 This variable should be defined in paths.el, and should never be set
50 by the user.
51 If you want to change servers, you should use `gnus-select-method'.
52 See the documentation to that variable.")
53
54 (defvar gnus-backup-default-subscribed-newsgroups
55   '("news.announce.newusers" "news.groups.questions" "gnu.emacs.gnus")
56   "Default default new newsgroups the first time Gnus is run.
57 Should be set in paths.el, and shouldn't be touched by the user.")
58
59 (defvar gnus-local-domain nil
60   "Local domain name without a host name.
61 The DOMAINNAME environment variable is used instead if it is defined.
62 If the `system-name' function returns the full Internet name, there is
63 no need to set this variable.")
64
65 (defvar gnus-local-organization nil
66   "String with a description of what organization (if any) the user belongs to.
67 The ORGANIZATION environment variable is used instead if it is defined.
68 If this variable contains a function, this function will be called
69 with the current newsgroup name as the argument.  The function should
70 return a string.
71
72 In any case, if the string (either in the variable, in the environment
73 variable, or returned by the function) is a file name, the contents of
74 this file will be used as the organization.")
75
76 ;; Customization variables
77
78 ;; Don't touch this variable.
79 (defvar gnus-nntp-service "nntp"
80   "*NNTP service name (\"nntp\" or 119).
81 This is an obsolete variable, which is scarcely used.  If you use an
82 nntp server for your newsgroup and want to change the port number
83 used to 899, you would say something along these lines:
84
85  (setq gnus-select-method '(nntp \"my.nntp.server\" (nntp-port-number 899)))")
86
87 (defvar gnus-nntpserver-file "/etc/nntpserver"
88   "*A file with only the name of the nntp server in it.")
89
90 ;; This function is used to check both the environment variable
91 ;; NNTPSERVER and the /etc/nntpserver file to see whether one can find
92 ;; an nntp server name default.
93 (defun gnus-getenv-nntpserver ()
94   (or (getenv "NNTPSERVER")
95       (and (file-readable-p gnus-nntpserver-file)
96            (save-excursion
97              (set-buffer (get-buffer-create " *gnus nntp*"))
98              (buffer-disable-undo (current-buffer))
99              (insert-file-contents gnus-nntpserver-file)
100              (let ((name (buffer-string)))
101                (prog1
102                    (if (string-match "^[ \t\n]*$" name)
103                        nil
104                      name)
105                  (kill-buffer (current-buffer))))))))
106
107 (defvar gnus-select-method
108   (nconc
109    (list 'nntp (or (condition-case ()
110                        (gnus-getenv-nntpserver)
111                      (error nil))
112                    (if (and gnus-default-nntp-server
113                             (not (string= gnus-default-nntp-server "")))
114                        gnus-default-nntp-server)
115                    (system-name)))
116    (if (or (null gnus-nntp-service)
117            (equal gnus-nntp-service "nntp"))
118        nil
119      (list gnus-nntp-service)))
120   "*Default method for selecting a newsgroup.
121 This variable should be a list, where the first element is how the
122 news is to be fetched, the second is the address.
123
124 For instance, if you want to get your news via NNTP from
125 \"flab.flab.edu\", you could say:
126
127 (setq gnus-select-method '(nntp \"flab.flab.edu\"))
128
129 If you want to use your local spool, say:
130
131 (setq gnus-select-method (list 'nnspool (system-name)))
132
133 If you use this variable, you must set `gnus-nntp-server' to nil.
134
135 There is a lot more to know about select methods and virtual servers -
136 see the manual for details.")
137
138 (defvar gnus-message-archive-method 
139   `(nnfolder
140     "archive"
141     (nnfolder-directory ,(nnheader-concat message-directory "archive"))
142     (nnfolder-active-file 
143      ,(nnheader-concat message-directory "archive/active"))
144     (nnfolder-get-new-mail nil)
145     (nnfolder-inhibit-expiry t))
146   "*Method used for archiving messages you've sent.
147 This should be a mail method.")
148
149 (defvar gnus-refer-article-method nil
150   "*Preferred method for fetching an article by Message-ID.
151 If you are reading news from the local spool (with nnspool), fetching
152 articles by Message-ID is painfully slow.  By setting this method to an
153 nntp method, you might get acceptable results.
154
155 The value of this variable must be a valid select method as discussed
156 in the documentation of `gnus-select-method'.")
157
158 (defvar gnus-secondary-select-methods nil
159   "*A list of secondary methods that will be used for reading news.
160 This is a list where each element is a complete select method (see
161 `gnus-select-method').
162
163 If, for instance, you want to read your mail with the nnml backend,
164 you could set this variable:
165
166 (setq gnus-secondary-select-methods '((nnml \"\")))")
167
168 (defvar gnus-secondary-servers nil
169   "*List of NNTP servers that the user can choose between interactively.
170 To make Gnus query you for a server, you have to give `gnus' a
171 non-numeric prefix - `C-u M-x gnus', in short.")
172
173 (defvar gnus-nntp-server nil
174   "*The name of the host running the NNTP server.
175 This variable is semi-obsolete.  Use the `gnus-select-method'
176 variable instead.")
177
178 (defvar gnus-startup-file "~/.newsrc"
179   "*Your `.newsrc' file.
180 `.newsrc-SERVER' will be used instead if that exists.")
181
182 (defvar gnus-init-file "~/.gnus"
183   "*Your Gnus elisp startup file.
184 If a file with the .el or .elc suffixes exist, it will be read
185 instead.")
186
187 (defvar gnus-group-faq-directory
188   '("/ftp@mirrors.aol.com:/pub/rtfm/usenet/"
189     "/ftp@sunsite.auc.dk:/pub/usenet/"
190     "/ftp@src.doc.ic.ac.uk:/usenet/news-FAQS/"
191     "/ftp@ftp.seas.gwu.edu:/pub/rtfm/"
192     "/ftp@rtfm.mit.edu:/pub/usenet/"
193     "/ftp@ftp.uni-paderborn.de:/pub/FAQ/"
194     "/ftp@ftp.sunet.se:/pub/usenet/"
195     "/ftp@nctuccca.edu.tw:/USENET/FAQ/"
196     "/ftp@hwarang.postech.ac.kr:/pub/usenet/"
197     "/ftp@ftp.hk.super.net:/mirror/faqs/")
198   "*Directory where the group FAQs are stored.
199 This will most commonly be on a remote machine, and the file will be
200 fetched by ange-ftp.
201
202 This variable can also be a list of directories.  In that case, the
203 first element in the list will be used by default, and the others will
204 be used as backup sites.
205
206 Note that Gnus uses an aol machine as the default directory.  If this
207 feels fundamentally unclean, just think of it as a way to finally get
208 something of value back from them.
209
210 If the default site is too slow, try one of these:
211
212    North America: mirrors.aol.com                /pub/rtfm/usenet
213                   ftp.seas.gwu.edu               /pub/rtfm
214                   rtfm.mit.edu                   /pub/usenet
215    Europe:        ftp.uni-paderborn.de           /pub/FAQ
216                   src.doc.ic.ac.uk               /usenet/news-FAQS
217                   ftp.sunet.se                   /pub/usenet
218                   sunsite.auc.dk                 /pub/usenet
219    Asia:          nctuccca.edu.tw                /USENET/FAQ
220                   hwarang.postech.ac.kr          /pub/usenet
221                   ftp.hk.super.net               /mirror/faqs")
222
223 (defvar gnus-group-archive-directory
224   "/ftp@ftp.hpc.uh.edu:/pub/emacs/ding-list/"
225   "*The address of the (ding) archives.")
226
227 (defvar gnus-group-recent-archive-directory
228   "/ftp@ftp.hpc.uh.edu:/pub/emacs/ding-list-recent/"
229   "*The address of the most recent (ding) articles.")
230
231 (defvar gnus-default-subscribed-newsgroups nil
232   "*This variable lists what newsgroups should be subscribed the first time Gnus is used.
233 It should be a list of strings.
234 If it is `t', Gnus will not do anything special the first time it is
235 started; it'll just use the normal newsgroups subscription methods.")
236
237 (defvar gnus-use-cross-reference t
238   "*Non-nil means that cross referenced articles will be marked as read.
239 If nil, ignore cross references.  If t, mark articles as read in
240 subscribed newsgroups.  If neither t nor nil, mark as read in all
241 newsgroups.")
242
243 (defvar gnus-single-article-buffer t
244   "*If non-nil, display all articles in the same buffer.
245 If nil, each group will get its own article buffer.")
246
247 (defvar gnus-use-dribble-file t
248   "*Non-nil means that Gnus will use a dribble file to store user updates.
249 If Emacs should crash without saving the .newsrc files, complete
250 information can be restored from the dribble file.")
251
252 (defvar gnus-dribble-directory nil
253   "*The directory where dribble files will be saved.
254 If this variable is nil, the directory where the .newsrc files are
255 saved will be used.")
256
257 (defvar gnus-asynchronous nil
258   "*If non-nil, Gnus will supply backends with data needed for async article fetching.")
259
260 (defvar gnus-kill-summary-on-exit t
261   "*If non-nil, kill the summary buffer when you exit from it.
262 If nil, the summary will become a \"*Dead Summary*\" buffer, and
263 it will be killed sometime later.")
264
265 (defvar gnus-large-newsgroup 200
266   "*The number of articles which indicates a large newsgroup.
267 If the number of articles in a newsgroup is greater than this value,
268 confirmation is required for selecting the newsgroup.")
269
270 ;; Suggested by Andrew Eskilsson <pi92ae@lelle.pt.hk-r.se>.
271 (defvar gnus-no-groups-message "No news is horrible news"
272   "*Message displayed by Gnus when no groups are available.")
273
274 (defvar gnus-use-long-file-name (not (memq system-type '(usg-unix-v xenix)))
275   "*Non-nil means that the default name of a file to save articles in is the group name.
276 If it's nil, the directory form of the group name is used instead.
277
278 If this variable is a list, and the list contains the element
279 `not-score', long file names will not be used for score files; if it
280 contains the element `not-save', long file names will not be used for
281 saving; and if it contains the element `not-kill', long file names
282 will not be used for kill files.")
283
284 (defvar gnus-article-save-directory gnus-directory
285   "*Name of the directory articles will be saved in (default \"~/News\").")
286
287 (defvar gnus-kill-files-directory gnus-directory
288   "*Name of the directory where kill files will be stored (default \"~/News\").")
289
290 (defvar gnus-default-article-saver 'gnus-summary-save-in-rmail
291   "*A function to save articles in your favorite format.
292 The function must be interactively callable (in other words, it must
293 be an Emacs command).
294
295 Gnus provides the following functions:
296
297 * gnus-summary-save-in-rmail (Rmail format)
298 * gnus-summary-save-in-mail (Unix mail format)
299 * gnus-summary-save-in-folder (MH folder)
300 * gnus-summary-save-in-file (article format).
301 * gnus-summary-save-in-vm (use VM's folder format).")
302
303 (defvar gnus-prompt-before-saving 'always
304   "*This variable says how much prompting is to be done when saving articles.
305 If it is nil, no prompting will be done, and the articles will be
306 saved to the default files.  If this variable is `always', each and
307 every article that is saved will be preceded by a prompt, even when
308 saving large batches of articles.  If this variable is neither nil not
309 `always', there the user will be prompted once for a file name for
310 each invocation of the saving commands.")
311
312 (defvar gnus-rmail-save-name (function gnus-plain-save-name)
313   "*A function generating a file name to save articles in Rmail format.
314 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE.")
315
316 (defvar gnus-mail-save-name (function gnus-plain-save-name)
317   "*A function generating a file name to save articles in Unix mail format.
318 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE.")
319
320 (defvar gnus-folder-save-name (function gnus-folder-save-name)
321   "*A function generating a file name to save articles in MH folder.
322 The function is called with NEWSGROUP, HEADERS, and optional LAST-FOLDER.")
323
324 (defvar gnus-file-save-name (function gnus-numeric-save-name)
325   "*A function generating a file name to save articles in article format.
326 The function is called with NEWSGROUP, HEADERS, and optional
327 LAST-FILE.")
328
329 (defvar gnus-split-methods
330   '((gnus-article-archive-name))
331   "*Variable used to suggest where articles are to be saved.
332 For instance, if you would like to save articles related to Gnus in
333 the file \"gnus-stuff\", and articles related to VM in \"vm-stuff\",
334 you could set this variable to something like:
335
336  '((\"^Subject:.*gnus\\|^Newsgroups:.*gnus\" \"gnus-stuff\")
337    (\"^Subject:.*vm\\|^Xref:.*vm\" \"vm-stuff\"))
338
339 This variable is an alist where the where the key is the match and the
340 value is a list of possible files to save in if the match is non-nil.
341
342 If the match is a string, it is used as a regexp match on the
343 article.  If the match is a symbol, that symbol will be funcalled
344 from the buffer of the article to be saved with the newsgroup as the
345 parameter.  If it is a list, it will be evaled in the same buffer.
346
347 If this form or function returns a string, this string will be used as
348 a possible file name; and if it returns a non-nil list, that list will
349 be used as possible file names.")
350
351 (defvar gnus-move-split-methods nil
352   "*Variable used to suggest where articles are to be moved to.
353 It uses the same syntax as the `gnus-split-methods' variable.")
354
355 (defvar gnus-save-score nil
356   "*If non-nil, save group scoring info.")
357
358 (defvar gnus-use-adaptive-scoring nil
359   "*If non-nil, use some adaptive scoring scheme.")
360
361 (defvar gnus-use-cache 'passive
362   "*If nil, Gnus will ignore the article cache.
363 If `passive', it will allow entering (and reading) articles
364 explicitly entered into the cache.  If anything else, use the
365 cache to the full extent of the law.")
366
367 (defvar gnus-use-trees nil
368   "*If non-nil, display a thread tree buffer.")
369
370 (defvar gnus-use-grouplens nil
371   "*If non-nil, use GroupLens ratings.")
372
373 (defvar gnus-keep-backlog nil
374   "*If non-nil, Gnus will keep read articles for later re-retrieval.
375 If it is a number N, then Gnus will only keep the last N articles
376 read.  If it is neither nil nor a number, Gnus will keep all read
377 articles.  This is not a good idea.")
378
379 (defvar gnus-use-nocem nil
380   "*If non-nil, Gnus will read NoCeM cancel messages.")
381
382 (defvar gnus-use-demon nil
383   "If non-nil, Gnus might use some demons.")
384
385 (defvar gnus-use-scoring t
386   "*If non-nil, enable scoring.")
387
388 (defvar gnus-use-picons nil
389   "*If non-nil, display picons.")
390
391 (defvar gnus-fetch-old-headers nil
392   "*Non-nil means that Gnus will try to build threads by grabbing old headers.
393 If an unread article in the group refers to an older, already read (or
394 just marked as read) article, the old article will not normally be
395 displayed in the Summary buffer.  If this variable is non-nil, Gnus
396 will attempt to grab the headers to the old articles, and thereby
397 build complete threads.  If it has the value `some', only enough
398 headers to connect otherwise loose threads will be displayed.
399 This variable can also be a number.  In that case, no more than that
400 number of old headers will be fetched.
401
402 The server has to support NOV for any of this to work.")
403
404 ;see gnus-cus.el
405 ;(defvar gnus-visual t
406 ;  "*If non-nil, will do various highlighting.
407 ;If nil, no mouse highlights (or any other highlights) will be
408 ;performed.  This might speed up Gnus some when generating large group
409 ;and summary buffers.")
410
411 (defvar gnus-novice-user t
412   "*Non-nil means that you are a usenet novice.
413 If non-nil, verbose messages may be displayed and confirmations may be
414 required.")
415
416 (defvar gnus-expert-user nil
417   "*Non-nil means that you will never be asked for confirmation about anything.
418 And that means *anything*.")
419
420 (defvar gnus-verbose 7
421   "*Integer that says how verbose Gnus should be.
422 The higher the number, the more messages Gnus will flash to say what
423 it's doing.  At zero, Gnus will be totally mute; at five, Gnus will
424 display most important messages; and at ten, Gnus will keep on
425 jabbering all the time.")
426
427 (defvar gnus-keep-same-level nil
428   "*Non-nil means that the next newsgroup after the current will be on the same level.
429 When you type, for instance, `n' after reading the last article in the
430 current newsgroup, you will go to the next newsgroup.  If this variable
431 is nil, the next newsgroup will be the next from the group
432 buffer.
433 If this variable is non-nil, Gnus will either put you in the
434 next newsgroup with the same level, or, if no such newsgroup is
435 available, the next newsgroup with the lowest possible level higher
436 than the current level.
437 If this variable is `best', Gnus will make the next newsgroup the one
438 with the best level.")
439
440 (defvar gnus-summary-make-false-root 'adopt
441   "*nil means that Gnus won't gather loose threads.
442 If the root of a thread has expired or been read in a previous
443 session, the information necessary to build a complete thread has been
444 lost.  Instead of having many small sub-threads from this original thread
445 scattered all over the summary buffer, Gnus can gather them.
446
447 If non-nil, Gnus will try to gather all loose sub-threads from an
448 original thread into one large thread.
449
450 If this variable is non-nil, it should be one of `none', `adopt',
451 `dummy' or `empty'.
452
453 If this variable is `none', Gnus will not make a false root, but just
454 present the sub-threads after another.
455 If this variable is `dummy', Gnus will create a dummy root that will
456 have all the sub-threads as children.
457 If this variable is `adopt', Gnus will make one of the \"children\"
458 the parent and mark all the step-children as such.
459 If this variable is `empty', the \"children\" are printed with empty
460 subject fields.  (Or rather, they will be printed with a string
461 given by the `gnus-summary-same-subject' variable.)")
462
463 (defvar gnus-summary-gather-exclude-subject "^ *$\\|^(none)$"
464   "*A regexp to match subjects to be excluded from loose thread gathering.
465 As loose thread gathering is done on subjects only, that means that
466 there can be many false gatherings performed.  By rooting out certain
467 common subjects, gathering might become saner.")
468
469 (defvar gnus-summary-gather-subject-limit nil
470   "*Maximum length of subject comparisons when gathering loose threads.
471 Use nil to compare full subjects.  Setting this variable to a low
472 number will help gather threads that have been corrupted by
473 newsreaders chopping off subject lines, but it might also mean that
474 unrelated articles that have subject that happen to begin with the
475 same few characters will be incorrectly gathered.
476
477 If this variable is `fuzzy', Gnus will use a fuzzy algorithm when
478 comparing subjects.")
479
480 (defvar gnus-simplify-ignored-prefixes nil
481   "*Regexp, matches for which are removed from subject lines when simplifying.")
482
483 (defvar gnus-build-sparse-threads nil
484   "*If non-nil, fill in the gaps in threads.
485 If `some', only fill in the gaps that are needed to tie loose threads
486 together.  If `more', fill in all leaf nodes that Gnus can find.  If
487 non-nil and non-`some', fill in all gaps that Gnus manages to guess.")
488
489 (defvar gnus-summary-thread-gathering-function 'gnus-gather-threads-by-subject
490   "Function used for gathering loose threads.
491 There are two pre-defined functions: `gnus-gather-threads-by-subject',
492 which only takes Subjects into consideration; and
493 `gnus-gather-threads-by-references', which compared the References
494 headers of the articles to find matches.")
495
496 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
497 (defvar gnus-summary-same-subject ""
498   "*String indicating that the current article has the same subject as the previous.
499 This variable will only be used if the value of
500 `gnus-summary-make-false-root' is `empty'.")
501
502 (defvar gnus-summary-goto-unread t
503   "*If non-nil, marking commands will go to the next unread article.
504 If `never', \\<gnus-summary-mode-map>\\[gnus-summary-next-page] will go to the next article,
505 whether it is read or not.")
506
507 (defvar gnus-group-goto-unread t
508   "*If non-nil, movement commands will go to the next unread and subscribed group.")
509
510 (defvar gnus-goto-next-group-when-activating t
511   "*If non-nil, the \\<gnus-group-mode-map>\\[gnus-group-get-new-news-this-group] command will advance point to the next group.")
512
513 (defvar gnus-check-new-newsgroups t
514   "*Non-nil means that Gnus will add new newsgroups at startup.
515 If this variable is `ask-server', Gnus will ask the server for new
516 groups since the last time it checked.  This means that the killed list
517 is no longer necessary, so you could set `gnus-save-killed-list' to
518 nil.
519
520 A variant is to have this variable be a list of select methods.  Gnus
521 will then use the `ask-server' method on all these select methods to
522 query for new groups from all those servers.
523
524 Eg.
525   (setq gnus-check-new-newsgroups
526         '((nntp \"some.server\") (nntp \"other.server\")))
527
528 If this variable is nil, then you have to tell Gnus explicitly to
529 check for new newsgroups with \\<gnus-group-mode-map>\\[gnus-find-new-newsgroups].")
530
531 (defvar gnus-check-bogus-newsgroups nil
532   "*Non-nil means that Gnus will check and remove bogus newsgroup at startup.
533 If this variable is nil, then you have to tell Gnus explicitly to
534 check for bogus newsgroups with \\<gnus-group-mode-map>\\[gnus-group-check-bogus-groups].")
535
536 (defvar gnus-read-active-file t
537   "*Non-nil means that Gnus will read the entire active file at startup.
538 If this variable is nil, Gnus will only know about the groups in your
539 `.newsrc' file.
540
541 If this variable is `some', Gnus will try to only read the relevant
542 parts of the active file from the server.  Not all servers support
543 this, and it might be quite slow with other servers, but this should
544 generally be faster than both the t and nil value.
545
546 If you set this variable to nil or `some', you probably still want to
547 be told about new newsgroups that arrive.  To do that, set
548 `gnus-check-new-newsgroups' to `ask-server'.  This may not work
549 properly with all servers.")
550
551 (defvar gnus-level-subscribed 5
552   "*Groups with levels less than or equal to this variable are subscribed.")
553
554 (defvar gnus-level-unsubscribed 7
555   "*Groups with levels less than or equal to this variable are unsubscribed.
556 Groups with levels less than `gnus-level-subscribed', which should be
557 less than this variable, are subscribed.")
558
559 (defvar gnus-level-zombie 8
560   "*Groups with this level are zombie groups.")
561
562 (defvar gnus-level-killed 9
563   "*Groups with this level are killed.")
564
565 (defvar gnus-level-default-subscribed 3
566   "*New subscribed groups will be subscribed at this level.")
567
568 (defvar gnus-level-default-unsubscribed 6
569   "*New unsubscribed groups will be unsubscribed at this level.")
570
571 (defvar gnus-activate-level (1+ gnus-level-subscribed)
572   "*Groups higher than this level won't be activated on startup.
573 Setting this variable to something log might save lots of time when
574 you have many groups that you aren't interested in.")
575
576 (defvar gnus-activate-foreign-newsgroups 4
577   "*If nil, Gnus will not check foreign newsgroups at startup.
578 If it is non-nil, it should be a number between one and nine.  Foreign
579 newsgroups that have a level lower or equal to this number will be
580 activated on startup.  For instance, if you want to active all
581 subscribed newsgroups, but not the rest, you'd set this variable to
582 `gnus-level-subscribed'.
583
584 If you subscribe to lots of newsgroups from different servers, startup
585 might take a while.  By setting this variable to nil, you'll save time,
586 but you won't be told how many unread articles there are in the
587 groups.")
588
589 (defvar gnus-save-newsrc-file t
590   "*Non-nil means that Gnus will save the `.newsrc' file.
591 Gnus always saves its own startup file, which is called
592 \".newsrc.eld\".  The file called \".newsrc\" is in a format that can
593 be readily understood by other newsreaders.  If you don't plan on
594 using other newsreaders, set this variable to nil to save some time on
595 exit.")
596
597 (defvar gnus-save-killed-list t
598   "*If non-nil, save the list of killed groups to the startup file.
599 If you set this variable to nil, you'll save both time (when starting
600 and quitting) and space (both memory and disk), but it will also mean
601 that Gnus has no record of which groups are new and which are old, so
602 the automatic new newsgroups subscription methods become meaningless.
603
604 You should always set `gnus-check-new-newsgroups' to `ask-server' or
605 nil if you set this variable to nil.")
606
607 (defvar gnus-interactive-catchup t
608   "*If non-nil, require your confirmation when catching up a group.")
609
610 (defvar gnus-interactive-exit t
611   "*If non-nil, require your confirmation when exiting Gnus.")
612
613 (defvar gnus-kill-killed t
614   "*If non-nil, Gnus will apply kill files to already killed articles.
615 If it is nil, Gnus will never apply kill files to articles that have
616 already been through the scoring process, which might very well save lots
617 of time.")
618
619 (defvar gnus-extract-address-components 'gnus-extract-address-components
620   "*Function for extracting address components from a From header.
621 Two pre-defined function exist: `gnus-extract-address-components',
622 which is the default, quite fast, and too simplistic solution, and
623 `mail-extract-address-components', which works much better, but is
624 slower.")
625
626 (defvar gnus-summary-default-score 0
627   "*Default article score level.
628 If this variable is nil, scoring will be disabled.")
629
630 (defvar gnus-summary-zcore-fuzz 0
631   "*Fuzziness factor for the zcore in the summary buffer.
632 Articles with scores closer than this to `gnus-summary-default-score'
633 will not be marked.")
634
635 (defvar gnus-simplify-subject-fuzzy-regexp nil
636   "*Strings to be removed when doing fuzzy matches.
637 This can either be a regular expression or list of regular expressions
638 that will be removed from subject strings if fuzzy subject
639 simplification is selected.")
640
641 (defvar gnus-permanently-visible-groups nil
642   "*Regexp to match groups that should always be listed in the group buffer.
643 This means that they will still be listed when there are no unread
644 articles in the groups.")
645
646 (defvar gnus-list-groups-with-ticked-articles t
647   "*If non-nil, list groups that have only ticked articles.
648 If nil, only list groups that have unread articles.")
649
650 (defvar gnus-group-default-list-level gnus-level-subscribed
651   "*Default listing level.
652 Ignored if `gnus-group-use-permanent-levels' is non-nil.")
653
654 (defvar gnus-group-use-permanent-levels nil
655   "*If non-nil, once you set a level, Gnus will use this level.")
656
657 (defvar gnus-group-list-inactive-groups t
658   "*If non-nil, inactive groups will be listed.")
659
660 (defvar gnus-show-mime nil
661   "*If non-nil, do mime processing of articles.
662 The articles will simply be fed to the function given by
663 `gnus-show-mime-method'.")
664
665 (defvar gnus-strict-mime t
666   "*If nil, MIME-decode even if there is no Mime-Version header in the article.")
667
668 (defvar gnus-show-mime-method 'metamail-buffer
669   "*Function to process a MIME message.
670 The function is called from the article buffer.")
671
672 (defvar gnus-decode-encoded-word-method (lambda ())
673   "*Function to decode a MIME encoded-words.
674 The function is called from the article buffer.")
675
676 (defvar gnus-show-threads t
677   "*If non-nil, display threads in summary mode.")
678
679 (defvar gnus-thread-hide-subtree nil
680   "*If non-nil, hide all threads initially.
681 If threads are hidden, you have to run the command
682 `gnus-summary-show-thread' by hand or use `gnus-select-article-hook'
683 to expose hidden threads.")
684
685 (defvar gnus-thread-hide-killed t
686   "*If non-nil, hide killed threads automatically.")
687
688 (defvar gnus-thread-ignore-subject nil
689   "*If non-nil, ignore subjects and do all threading based on the Reference header.
690 If nil, which is the default, articles that have different subjects
691 from their parents will start separate threads.")
692
693 (defvar gnus-thread-operation-ignore-subject t
694   "*If non-nil, subjects will be ignored when doing thread commands.
695 This affects commands like `gnus-summary-kill-thread' and
696 `gnus-summary-lower-thread'.
697
698 If this variable is nil, articles in the same thread with different
699 subjects will not be included in the operation in question.  If this
700 variable is `fuzzy', only articles that have subjects that are fuzzily
701 equal will be included.")
702
703 (defvar gnus-thread-indent-level 4
704   "*Number that says how much each sub-thread should be indented.")
705
706 (defvar gnus-ignored-newsgroups
707   (purecopy (mapconcat 'identity
708                        '("^to\\."       ; not "real" groups
709                          "^[0-9. \t]+ " ; all digits in name
710                          "[][\"#'()]"   ; bogus characters
711                          )
712                        "\\|"))
713   "*A regexp to match uninteresting newsgroups in the active file.
714 Any lines in the active file matching this regular expression are
715 removed from the newsgroup list before anything else is done to it,
716 thus making them effectively non-existent.")
717
718 (defvar gnus-ignored-headers
719   "^Path:\\|^Posting-Version:\\|^Article-I.D.:\\|^Expires:\\|^Date-Received:\\|^References:\\|^Control:\\|^Xref:\\|^Lines:\\|^Posted:\\|^Relay-Version:\\|^Message-ID:\\|^Nf-ID:\\|^Nf-From:\\|^Approved:\\|^Sender:\\|^Received:\\|^Mail-from:"
720   "*All headers that match this regexp will be hidden.
721 This variable can also be a list of regexps of headers to be ignored.
722 If `gnus-visible-headers' is non-nil, this variable will be ignored.")
723
724 (defvar gnus-visible-headers "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-"
725   "*All headers that do not match this regexp will be hidden.
726 This variable can also be a list of regexp of headers to remain visible.
727 If this variable is non-nil, `gnus-ignored-headers' will be ignored.")
728
729 (defvar gnus-sorted-header-list
730   '("^From:" "^Subject:" "^Summary:" "^Keywords:" "^Newsgroups:" "^To:"
731     "^Cc:" "^Date:" "^Organization:")
732   "*This variable is a list of regular expressions.
733 If it is non-nil, headers that match the regular expressions will
734 be placed first in the article buffer in the sequence specified by
735 this list.")
736
737 (defvar gnus-boring-article-headers
738   '(empty followup-to reply-to)
739   "*Headers that are only to be displayed if they have interesting data.
740 Possible values in this list are `empty', `newsgroups', `followup-to',
741 `reply-to', and `date'.")
742
743 (defvar gnus-show-all-headers nil
744   "*If non-nil, don't hide any headers.")
745
746 (defvar gnus-save-all-headers t
747   "*If non-nil, don't remove any headers before saving.")
748
749 (defvar gnus-saved-headers gnus-visible-headers
750   "*Headers to keep if `gnus-save-all-headers' is nil.
751 If `gnus-save-all-headers' is non-nil, this variable will be ignored.
752 If that variable is nil, however, all headers that match this regexp
753 will be kept while the rest will be deleted before saving.")
754
755 (defvar gnus-inhibit-startup-message nil
756   "*If non-nil, the startup message will not be displayed.")
757
758 (defvar gnus-signature-separator "^-- *$"
759   "Regexp matching signature separator.")
760
761 (defvar gnus-signature-limit nil
762   "Provide a limit to what is considered a signature.
763 If it is a number, no signature may not be longer (in characters) than
764 that number.  If it is a function, the function will be called without
765 any parameters, and if it returns nil, there is no signature in the
766 buffer.  If it is a string, it will be used as a regexp.  If it
767 matches, the text in question is not a signature.")
768
769 (defvar gnus-auto-extend-newsgroup t
770   "*If non-nil, extend newsgroup forward and backward when requested.")
771
772 (defvar gnus-auto-select-first t
773   "*If nil, don't select the first unread article when entering a group.
774 If this variable is `best', select the highest-scored unread article
775 in the group.  If neither nil nor `best', select the first unread
776 article.
777
778 If you want to prevent automatic selection of the first unread article
779 in some newsgroups, set the variable to nil in
780 `gnus-select-group-hook'.")
781
782 (defvar gnus-auto-select-next t
783   "*If non-nil, offer to go to the next group from the end of the previous.
784 If the value is t and the next newsgroup is empty, Gnus will exit
785 summary mode and go back to group mode.  If the value is neither nil
786 nor t, Gnus will select the following unread newsgroup.  In
787 particular, if the value is the symbol `quietly', the next unread
788 newsgroup will be selected without any confirmation, and if it is
789 `almost-quietly', the next group will be selected without any
790 confirmation if you are located on the last article in the group.
791 Finally, if this variable is `slightly-quietly', the `Z n' command
792 will go to the next group without confirmation.")
793
794 (defvar gnus-auto-select-same nil
795   "*If non-nil, select the next article with the same subject.")
796
797 (defvar gnus-summary-check-current nil
798   "*If non-nil, consider the current article when moving.
799 The \"unread\" movement commands will stay on the same line if the
800 current article is unread.")
801
802 (defvar gnus-auto-center-summary t
803   "*If non-nil, always center the current summary buffer.
804 In particular, if `vertical' do only vertical recentering.  If non-nil
805 and non-`vertical', do both horizontal and vertical recentering.")
806
807 (defvar gnus-break-pages t
808   "*If non-nil, do page breaking on articles.
809 The page delimiter is specified by the `gnus-page-delimiter'
810 variable.")
811
812 (defvar gnus-page-delimiter "^\^L"
813   "*Regexp describing what to use as article page delimiters.
814 The default value is \"^\^L\", which is a form linefeed at the
815 beginning of a line.")
816
817 (defvar gnus-use-full-window t
818   "*If non-nil, use the entire Emacs screen.")
819
820 (defvar gnus-window-configuration nil
821   "Obsolete variable.  See `gnus-buffer-configuration'.")
822
823 (defvar gnus-window-min-width 2
824   "*Minimum width of Gnus buffers.")
825
826 (defvar gnus-window-min-height 1
827   "*Minimum height of Gnus buffers.")
828
829 (defvar gnus-buffer-configuration
830   '((group
831      (vertical 1.0
832                (group 1.0 point)
833                (if gnus-carpal '(group-carpal 4))))
834     (summary
835      (vertical 1.0
836                (summary 1.0 point)
837                (if gnus-carpal '(summary-carpal 4))))
838     (article
839      (cond 
840       (gnus-use-picons
841        '(frame 1.0
842                (vertical 1.0
843                          (summary 0.25 point)
844                          (if gnus-carpal '(summary-carpal 4))
845                          (article 1.0))
846                (vertical ((height . 5) (width . 15)
847                           (user-position . t)
848                           (left . -1) (top . 1))
849                          (picons 1.0))))
850       (gnus-use-trees
851        '(vertical 1.0
852                   (summary 0.25 point)
853                   (tree 0.25)
854                   (article 1.0)))
855       (t
856        '(vertical 1.0
857                  (summary 0.25 point)
858                  (if gnus-carpal '(summary-carpal 4))
859                  (if gnus-use-trees '(tree 0.25))
860                  (article 1.0)))))
861     (server
862      (vertical 1.0
863                (server 1.0 point)
864                (if gnus-carpal '(server-carpal 2))))
865     (browse
866      (vertical 1.0
867                (browse 1.0 point)
868                (if gnus-carpal '(browse-carpal 2))))
869     (message
870      (vertical 1.0
871                (message 1.0 point)))
872     (pick
873      (vertical 1.0
874                (article 1.0 point)))
875     (info
876      (vertical 1.0
877                (info 1.0 point)))
878     (summary-faq
879      (vertical 1.0
880                (summary 0.25)
881                (faq 1.0 point)))
882     (edit-group
883      (vertical 1.0
884                (group 0.5)
885                (edit-group 1.0 point)))
886     (edit-server
887      (vertical 1.0
888                (server 0.5)
889                (edit-server 1.0 point)))
890     (edit-score
891      (vertical 1.0
892                (summary 0.25)
893                (edit-score 1.0 point)))
894     (post
895      (vertical 1.0
896                (post 1.0 point)))
897     (reply
898      (vertical 1.0
899                (article-copy 0.5)
900                (message 1.0 point)))
901     (forward
902      (vertical 1.0
903                (message 1.0 point)))
904     (reply-yank
905      (vertical 1.0
906                (message 1.0 point)))
907     (mail-bounce
908      (vertical 1.0
909                (article 0.5)
910                (message 1.0 point)))
911     (draft
912      (vertical 1.0
913                (draft 1.0 point)))
914     (pipe
915      (vertical 1.0
916                (summary 0.25 point)
917                (if gnus-carpal '(summary-carpal 4))
918                ("*Shell Command Output*" 1.0)))
919     (bug
920      (vertical 1.0
921                ("*Gnus Help Bug*" 0.5)
922                ("*Gnus Bug*" 1.0 point)))
923     (compose-bounce
924      (vertical 1.0
925                (article 0.5)
926                (message 1.0 point))))
927   "Window configuration for all possible Gnus buffers.
928 This variable is a list of lists.  Each of these lists has a NAME and
929 a RULE.  The NAMEs are commonsense names like `group', which names a
930 rule used when displaying the group buffer; `summary', which names a
931 rule for what happens when you enter a group and do not display an
932 article buffer; and so on.  See the value of this variable for a
933 complete list of NAMEs.
934
935 Each RULE is a list of vectors.  The first element in this vector is
936 the name of the buffer to be displayed; the second element is the
937 percentage of the screen this buffer is to occupy (a number in the
938 0.0-0.99 range); the optional third element is `point', which should
939 be present to denote which buffer point is to go to after making this
940 buffer configuration.")
941
942 (defvar gnus-window-to-buffer
943   '((group . gnus-group-buffer)
944     (summary . gnus-summary-buffer)
945     (article . gnus-article-buffer)
946     (server . gnus-server-buffer)
947     (browse . "*Gnus Browse Server*")
948     (edit-group . gnus-group-edit-buffer)
949     (edit-server . gnus-server-edit-buffer)
950     (group-carpal . gnus-carpal-group-buffer)
951     (summary-carpal . gnus-carpal-summary-buffer)
952     (server-carpal . gnus-carpal-server-buffer)
953     (browse-carpal . gnus-carpal-browse-buffer)
954     (edit-score . gnus-score-edit-buffer)
955     (message . gnus-message-buffer)
956     (mail . gnus-message-buffer)
957     (post-news . gnus-message-buffer)
958     (faq . gnus-faq-buffer)
959     (picons . "*Picons*")
960     (tree . gnus-tree-buffer)
961     (info . gnus-info-buffer)
962     (article-copy . gnus-article-copy)
963     (draft . gnus-draft-buffer))
964   "Mapping from short symbols to buffer names or buffer variables.")
965
966 (defvar gnus-carpal nil
967   "*If non-nil, display clickable icons.")
968
969 (defvar gnus-subscribe-newsgroup-method 'gnus-subscribe-zombies
970   "*Function called with a group name when new group is detected.
971 A few pre-made functions are supplied: `gnus-subscribe-randomly'
972 inserts new groups at the beginning of the list of groups;
973 `gnus-subscribe-alphabetically' inserts new groups in strict
974 alphabetic order; `gnus-subscribe-hierarchically' inserts new groups
975 in hierarchical newsgroup order; `gnus-subscribe-interactively' asks
976 for your decision; `gnus-subscribe-killed' kills all new groups;
977 `gnus-subscribe-zombies' will make all new groups into zombies.")
978
979 ;; Suggested by a bug report by Hallvard B Furuseth.
980 ;; <h.b.furuseth@usit.uio.no>.
981 (defvar gnus-subscribe-options-newsgroup-method
982   (function gnus-subscribe-alphabetically)
983   "*This function is called to subscribe newsgroups mentioned on \"options -n\" lines.
984 If, for instance, you want to subscribe to all newsgroups in the
985 \"no\" and \"alt\" hierarchies, you'd put the following in your
986 .newsrc file:
987
988 options -n no.all alt.all
989
990 Gnus will the subscribe all new newsgroups in these hierarchies with
991 the subscription method in this variable.")
992
993 (defvar gnus-subscribe-hierarchical-interactive nil
994   "*If non-nil, Gnus will offer to subscribe hierarchically.
995 When a new hierarchy appears, Gnus will ask the user:
996
997 'alt.binaries': Do you want to subscribe to this hierarchy? ([d]ys):
998
999 If the user pressed `d', Gnus will descend the hierarchy, `y' will
1000 subscribe to all newsgroups in the hierarchy and `s' will skip this
1001 hierarchy in its entirety.")
1002
1003 (defvar gnus-group-sort-function 'gnus-group-sort-by-alphabet
1004   "*Function used for sorting the group buffer.
1005 This function will be called with group info entries as the arguments
1006 for the groups to be sorted.  Pre-made functions include
1007 `gnus-group-sort-by-alphabet', `gnus-group-sort-by-unread',
1008 `gnus-group-sort-by-level', `gnus-group-sort-by-score', and
1009 `gnus-group-sort-by-rank'.
1010
1011 This variable can also be a list of sorting functions.  In that case,
1012 the most significant sort function should be the last function in the
1013 list.")
1014
1015 ;; Mark variables suggested by Thomas Michanek
1016 ;; <Thomas.Michanek@telelogic.se>.
1017 (defvar gnus-unread-mark ? 
1018   "*Mark used for unread articles.")
1019 (defvar gnus-ticked-mark ?!
1020   "*Mark used for ticked articles.")
1021 (defvar gnus-dormant-mark ??
1022   "*Mark used for dormant articles.")
1023 (defvar gnus-del-mark ?r
1024   "*Mark used for del'd articles.")
1025 (defvar gnus-read-mark ?R
1026   "*Mark used for read articles.")
1027 (defvar gnus-expirable-mark ?E
1028   "*Mark used for expirable articles.")
1029 (defvar gnus-killed-mark ?K
1030   "*Mark used for killed articles.")
1031 (defvar gnus-souped-mark ?F
1032   "*Mark used for killed articles.")
1033 (defvar gnus-kill-file-mark ?X
1034   "*Mark used for articles killed by kill files.")
1035 (defvar gnus-low-score-mark ?Y
1036   "*Mark used for articles with a low score.")
1037 (defvar gnus-catchup-mark ?C
1038   "*Mark used for articles that are caught up.")
1039 (defvar gnus-replied-mark ?A
1040   "*Mark used for articles that have been replied to.")
1041 (defvar gnus-cached-mark ?*
1042   "*Mark used for articles that are in the cache.")
1043 (defvar gnus-saved-mark ?S
1044   "*Mark used for articles that have been saved to.")
1045 (defvar gnus-process-mark ?#
1046   "*Process mark.")
1047 (defvar gnus-ancient-mark ?O
1048   "*Mark used for ancient articles.")
1049 (defvar gnus-sparse-mark ?Q
1050   "*Mark used for sparsely reffed articles.")
1051 (defvar gnus-canceled-mark ?G
1052   "*Mark used for canceled articles.")
1053 (defvar gnus-score-over-mark ?+
1054   "*Score mark used for articles with high scores.")
1055 (defvar gnus-score-below-mark ?-
1056   "*Score mark used for articles with low scores.")
1057 (defvar gnus-empty-thread-mark ? 
1058   "*There is no thread under the article.")
1059 (defvar gnus-not-empty-thread-mark ?=
1060   "*There is a thread under the article.")
1061
1062 (defvar gnus-view-pseudo-asynchronously nil
1063   "*If non-nil, Gnus will view pseudo-articles asynchronously.")
1064
1065 (defvar gnus-view-pseudos nil
1066   "*If `automatic', pseudo-articles will be viewed automatically.
1067 If `not-confirm', pseudos will be viewed automatically, and the user
1068 will not be asked to confirm the command.")
1069
1070 (defvar gnus-view-pseudos-separately t
1071   "*If non-nil, one pseudo-article will be created for each file to be viewed.
1072 If nil, all files that use the same viewing command will be given as a
1073 list of parameters to that command.")
1074
1075 (defvar gnus-insert-pseudo-articles t
1076   "*If non-nil, insert pseudo-articles when decoding articles.")
1077
1078 (defvar gnus-group-line-format "%M%S%p%P%5y: %(%g%)%l\n"
1079   "*Format of group lines.
1080 It works along the same lines as a normal formatting string,
1081 with some simple extensions.
1082
1083 %M    Only marked articles (character, \"*\" or \" \")
1084 %S    Whether the group is subscribed (character, \"U\", \"K\", \"Z\" or \" \")
1085 %L    Level of subscribedness (integer)
1086 %N    Number of unread articles (integer)
1087 %I    Number of dormant articles (integer)
1088 %i    Number of ticked and dormant (integer)
1089 %T    Number of ticked articles (integer)
1090 %R    Number of read articles (integer)
1091 %t    Total number of articles (integer)
1092 %y    Number of unread, unticked articles (integer)
1093 %G    Group name (string)
1094 %g    Qualified group name (string)
1095 %D    Group description (string)
1096 %s    Select method (string)
1097 %o    Moderated group (char, \"m\")
1098 %p    Process mark (char)
1099 %O    Moderated group (string, \"(m)\" or \"\")
1100 %P    Topic indentation (string)
1101 %l    Whether there are GroupLens predictions for this group (string)
1102 %n    Select from where (string)
1103 %z    A string that look like `<%s:%n>' if a foreign select method is used
1104 %u    User defined specifier.  The next character in the format string should
1105       be a letter.  Gnus will call the function gnus-user-format-function-X,
1106       where X is the letter following %u.  The function will be passed the
1107       current header as argument.  The function should return a string, which
1108       will be inserted into the buffer just like information from any other
1109       group specifier.
1110
1111 Text between %( and %) will be highlighted with `gnus-mouse-face' when
1112 the mouse point move inside the area.  There can only be one such area.
1113
1114 Note that this format specification is not always respected.  For
1115 reasons of efficiency, when listing killed groups, this specification
1116 is ignored altogether.  If the spec is changed considerably, your
1117 output may end up looking strange when listing both alive and killed
1118 groups.
1119
1120 If you use %o or %O, reading the active file will be slower and quite
1121 a bit of extra memory will be used. %D will also worsen performance.
1122 Also note that if you change the format specification to include any
1123 of these specs, you must probably re-start Gnus to see them go into
1124 effect.")
1125
1126 (defvar gnus-summary-line-format "%U%R%z%I%(%[%4L: %-20,20n%]%) %s\n"
1127   "*The format specification of the lines in the summary buffer.
1128
1129 It works along the same lines as a normal formatting string,
1130 with some simple extensions.
1131
1132 %N   Article number, left padded with spaces (string)
1133 %S   Subject (string)
1134 %s   Subject if it is at the root of a thread, and \"\" otherwise (string)
1135 %n   Name of the poster (string)
1136 %a   Extracted name of the poster (string)
1137 %A   Extracted address of the poster (string)
1138 %F   Contents of the From: header (string)
1139 %x   Contents of the Xref: header (string)
1140 %D   Date of the article (string)
1141 %d   Date of the article (string) in DD-MMM format
1142 %M   Message-id of the article (string)
1143 %r   References of the article (string)
1144 %c   Number of characters in the article (integer)
1145 %L   Number of lines in the article (integer)
1146 %I   Indentation based on thread level (a string of spaces)
1147 %T   A string with two possible values: 80 spaces if the article
1148      is on thread level two or larger and 0 spaces on level one
1149 %R   \"A\" if this article has been replied to, \" \" otherwise (character)
1150 %U   Status of this article (character, \"R\", \"K\", \"-\" or \" \")
1151 %[   Opening bracket (character, \"[\" or \"<\")
1152 %]   Closing bracket (character, \"]\" or \">\")
1153 %>   Spaces of length thread-level (string)
1154 %<   Spaces of length (- 20 thread-level) (string)
1155 %i   Article score (number)
1156 %z   Article zcore (character)
1157 %t   Number of articles under the current thread (number).
1158 %e   Whether the thread is empty or not (character).
1159 %l   GroupLens score (string).
1160 %u   User defined specifier.  The next character in the format string should
1161      be a letter.  Gnus will call the function gnus-user-format-function-X,
1162      where X is the letter following %u.  The function will be passed the
1163      current header as argument.  The function should return a string, which
1164      will be inserted into the summary just like information from any other
1165      summary specifier.
1166
1167 Text between %( and %) will be highlighted with `gnus-mouse-face'
1168 when the mouse point is placed inside the area.  There can only be one
1169 such area.
1170
1171 The %U (status), %R (replied) and %z (zcore) specs have to be handled
1172 with care.  For reasons of efficiency, Gnus will compute what column
1173 these characters will end up in, and \"hard-code\" that.  This means that
1174 it is illegal to have these specs after a variable-length spec.  Well,
1175 you might not be arrested, but your summary buffer will look strange,
1176 which is bad enough.
1177
1178 The smart choice is to have these specs as for to the left as
1179 possible.
1180
1181 This restriction may disappear in later versions of Gnus.")
1182
1183 (defvar gnus-summary-dummy-line-format
1184   "*  %(:                          :%) %S\n"
1185   "*The format specification for the dummy roots in the summary buffer.
1186 It works along the same lines as a normal formatting string,
1187 with some simple extensions.
1188
1189 %S  The subject")
1190
1191 (defvar gnus-summary-mode-line-format "Gnus: %%b [%A] %Z"
1192   "*The format specification for the summary mode line.
1193 It works along the same lines as a normal formatting string,
1194 with some simple extensions:
1195
1196 %G  Group name
1197 %p  Unprefixed group name
1198 %A  Current article number
1199 %V  Gnus version
1200 %U  Number of unread articles in the group
1201 %e  Number of unselected articles in the group
1202 %Z  A string with unread/unselected article counts
1203 %g  Shortish group name
1204 %S  Subject of the current article
1205 %u  User-defined spec
1206 %s  Current score file name
1207 %d  Number of dormant articles
1208 %r  Number of articles that have been marked as read in this session
1209 %E  Number of articles expunged by the score files")
1210
1211 (defvar gnus-article-mode-line-format "Gnus: %%b %S"
1212   "*The format specification for the article mode line.
1213 See `gnus-summary-mode-line-format' for a closer description.")
1214
1215 (defvar gnus-group-mode-line-format "Gnus: %%b {%M%:%S}"
1216   "*The format specification for the group mode line.
1217 It works along the same lines as a normal formatting string,
1218 with some simple extensions:
1219
1220 %S   The native news server.
1221 %M   The native select method.
1222 %:   \":\" if %S isn't \"\".")
1223
1224 (defvar gnus-valid-select-methods
1225   '(("nntp" post address prompt-address)
1226     ("nnspool" post address)
1227     ("nnvirtual" post-mail virtual prompt-address)
1228     ("nnmbox" mail respool address)
1229     ("nnml" mail respool address)
1230     ("nnmh" mail respool address)
1231     ("nndir" post-mail prompt-address address)
1232     ("nneething" none address prompt-address)
1233     ("nndoc" none address prompt-address)
1234     ("nnbabyl" mail address respool)
1235     ("nnkiboze" post address virtual)
1236     ("nnsoup" post-mail address)
1237     ("nndraft" post-mail)
1238     ("nnfolder" mail respool address))
1239   "An alist of valid select methods.
1240 The first element of each list lists should be a string with the name
1241 of the select method.  The other elements may be be the category of
1242 this method (ie. `post', `mail', `none' or whatever) or other
1243 properties that this method has (like being respoolable).
1244 If you implement a new select method, all you should have to change is
1245 this variable.  I think.")
1246
1247 (defvar gnus-updated-mode-lines '(group article summary tree)
1248   "*List of buffers that should update their mode lines.
1249 The list may contain the symbols `group', `article' and `summary'.  If
1250 the corresponding symbol is present, Gnus will keep that mode line
1251 updated with information that may be pertinent.
1252 If this variable is nil, screen refresh may be quicker.")
1253
1254 ;; Added by Keinonen Kari <kk85613@cs.tut.fi>.
1255 (defvar gnus-mode-non-string-length nil
1256   "*Max length of mode-line non-string contents.
1257 If this is nil, Gnus will take space as is needed, leaving the rest
1258 of the modeline intact.")
1259
1260 ;see gnus-cus.el
1261 ;(defvar gnus-mouse-face 'highlight
1262 ;  "*Face used for mouse highlighting in Gnus.
1263 ;No mouse highlights will be done if `gnus-visual' is nil.")
1264
1265 (defvar gnus-summary-mark-below 0
1266   "*Mark all articles with a score below this variable as read.
1267 This variable is local to each summary buffer and usually set by the
1268 score file.")
1269
1270 (defvar gnus-article-sort-functions '(gnus-article-sort-by-number)
1271   "*List of functions used for sorting articles in the summary buffer.
1272 This variable is only used when not using a threaded display.")
1273
1274 (defvar gnus-thread-sort-functions '(gnus-thread-sort-by-number)
1275   "*List of functions used for sorting threads in the summary buffer.
1276 By default, threads are sorted by article number.
1277
1278 Each function takes two threads and return non-nil if the first thread
1279 should be sorted before the other.  If you use more than one function,
1280 the primary sort function should be the last.  You should probably
1281 always include `gnus-thread-sort-by-number' in the list of sorting
1282 functions -- preferably first.
1283
1284 Ready-mady functions include `gnus-thread-sort-by-number',
1285 `gnus-thread-sort-by-author', `gnus-thread-sort-by-subject',
1286 `gnus-thread-sort-by-date', `gnus-thread-sort-by-score' and
1287 `gnus-thread-sort-by-total-score' (see `gnus-thread-score-function').")
1288
1289 (defvar gnus-thread-score-function '+
1290   "*Function used for calculating the total score of a thread.
1291
1292 The function is called with the scores of the article and each
1293 subthread and should then return the score of the thread.
1294
1295 Some functions you can use are `+', `max', or `min'.")
1296
1297 (defvar gnus-summary-expunge-below nil
1298   "All articles that have a score less than this variable will be expunged.")
1299
1300 (defvar gnus-thread-expunge-below nil
1301   "All threads that have a total score less than this variable will be expunged.
1302 See `gnus-thread-score-function' for en explanation of what a
1303 \"thread score\" is.")
1304
1305 (defvar gnus-auto-subscribed-groups
1306   "^nnml\\|^nnfolder\\|^nnmbox\\|^nnmh\\|^nnbabyl"
1307   "*All new groups that match this regexp will be subscribed automatically.
1308 Note that this variable only deals with new groups.  It has no effect
1309 whatsoever on old groups.")
1310
1311 (defvar gnus-options-subscribe nil
1312   "*All new groups matching this regexp will be subscribed unconditionally.
1313 Note that this variable deals only with new newsgroups.  This variable
1314 does not affect old newsgroups.")
1315
1316 (defvar gnus-options-not-subscribe nil
1317   "*All new groups matching this regexp will be ignored.
1318 Note that this variable deals only with new newsgroups.  This variable
1319 does not affect old (already subscribed) newsgroups.")
1320
1321 (defvar gnus-auto-expirable-newsgroups nil
1322   "*Groups in which to automatically mark read articles as expirable.
1323 If non-nil, this should be a regexp that should match all groups in
1324 which to perform auto-expiry.  This only makes sense for mail groups.")
1325
1326 (defvar gnus-total-expirable-newsgroups nil
1327   "*Groups in which to perform expiry of all read articles.
1328 Use with extreme caution.  All groups that match this regexp will be
1329 expiring - which means that all read articles will be deleted after
1330 (say) one week.  (This only goes for mail groups and the like, of
1331 course.)")
1332
1333 (defvar gnus-group-uncollapsed-levels 1
1334   "Number of group name elements to leave alone when making a short group name.")
1335
1336 (defvar gnus-hidden-properties '(invisible t intangible t)
1337   "Property list to use for hiding text.")
1338
1339 (defvar gnus-modtime-botch nil
1340   "*Non-nil means .newsrc should be deleted prior to save.  
1341 Its use is due to the bogus appearance that .newsrc was modified on
1342 disc.")
1343
1344 ;; Hooks.
1345
1346 (defvar gnus-group-mode-hook nil
1347   "*A hook for Gnus group mode.")
1348
1349 (defvar gnus-summary-mode-hook nil
1350   "*A hook for Gnus summary mode.
1351 This hook is run before any variables are set in the summary buffer.")
1352
1353 (defvar gnus-article-mode-hook nil
1354   "*A hook for Gnus article mode.")
1355
1356 (defvar gnus-summary-prepare-exit-hook nil
1357   "*A hook called when preparing to exit from the summary buffer.
1358 It calls `gnus-summary-expire-articles' by default.")
1359 (add-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles)
1360
1361 (defvar gnus-summary-exit-hook nil
1362   "*A hook called on exit from the summary buffer.")
1363
1364 (defvar gnus-group-catchup-group-hook nil
1365   "*A hook run when catching up a group from the group buffer.")
1366
1367 (defvar gnus-group-update-group-hook nil
1368   "*A hook called when updating group lines.")
1369
1370 (defvar gnus-open-server-hook nil
1371   "*A hook called just before opening connection to the news server.")
1372
1373 (defvar gnus-load-hook nil
1374   "*A hook run while Gnus is loaded.")
1375
1376 (defvar gnus-startup-hook nil
1377   "*A hook called at startup.
1378 This hook is called after Gnus is connected to the NNTP server.")
1379
1380 (defvar gnus-get-new-news-hook nil
1381   "*A hook run just before Gnus checks for new news.")
1382
1383 (defvar gnus-after-getting-new-news-hook nil
1384   "*A hook run after Gnus checks for new news.")
1385
1386 (defvar gnus-group-prepare-function 'gnus-group-prepare-flat
1387   "*A function that is called to generate the group buffer.
1388 The function is called with three arguments: The first is a number;
1389 all group with a level less or equal to that number should be listed,
1390 if the second is non-nil, empty groups should also be displayed.  If
1391 the third is non-nil, it is a number.  No groups with a level lower
1392 than this number should be displayed.
1393
1394 The only current function implemented is `gnus-group-prepare-flat'.")
1395
1396 (defvar gnus-group-prepare-hook nil
1397   "*A hook called after the group buffer has been generated.
1398 If you want to modify the group buffer, you can use this hook.")
1399
1400 (defvar gnus-summary-prepare-hook nil
1401   "*A hook called after the summary buffer has been generated.
1402 If you want to modify the summary buffer, you can use this hook.")
1403
1404 (defvar gnus-summary-generate-hook nil
1405   "*A hook run just before generating the summary buffer.
1406 This hook is commonly used to customize threading variables and the
1407 like.")
1408
1409 (defvar gnus-article-prepare-hook nil
1410   "*A hook called after an article has been prepared in the article buffer.
1411 If you want to run a special decoding program like nkf, use this hook.")
1412
1413 ;(defvar gnus-article-display-hook nil
1414 ;  "*A hook called after the article is displayed in the article buffer.
1415 ;The hook is designed to change the contents of the article
1416 ;buffer.  Typical functions that this hook may contain are
1417 ;`gnus-article-hide-headers' (hide selected headers),
1418 ;`gnus-article-maybe-highlight' (perform fancy article highlighting),
1419 ;`gnus-article-hide-signature' (hide signature) and
1420 ;`gnus-article-treat-overstrike' (turn \"^H_\" into bold characters).")
1421 ;(add-hook 'gnus-article-display-hook 'gnus-article-hide-headers-if-wanted)
1422 ;(add-hook 'gnus-article-display-hook 'gnus-article-treat-overstrike)
1423 ;(add-hook 'gnus-article-display-hook 'gnus-article-maybe-highlight)
1424
1425 (defvar gnus-article-x-face-command
1426   "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | xv -quit -"
1427   "String or function to be executed to display an X-Face header.
1428 If it is a string, the command will be executed in a sub-shell
1429 asynchronously.  The compressed face will be piped to this command.")
1430
1431 (defvar gnus-article-x-face-too-ugly nil
1432   "Regexp matching posters whose face shouldn't be shown automatically.")
1433
1434 (defvar gnus-select-group-hook nil
1435   "*A hook called when a newsgroup is selected.
1436
1437 If you'd like to simplify subjects like the
1438 `gnus-summary-next-same-subject' command does, you can use the
1439 following hook:
1440
1441  (setq gnus-select-group-hook
1442       (list
1443         (lambda ()
1444           (mapcar (lambda (header)
1445                      (mail-header-set-subject
1446                       header
1447                       (gnus-simplify-subject
1448                        (mail-header-subject header) 're-only)))
1449                   gnus-newsgroup-headers))))")
1450
1451 (defvar gnus-select-article-hook nil
1452   "*A hook called when an article is selected.")
1453
1454 (defvar gnus-apply-kill-hook '(gnus-apply-kill-file)
1455   "*A hook called to apply kill files to a group.
1456 This hook is intended to apply a kill file to the selected newsgroup.
1457 The function `gnus-apply-kill-file' is called by default.
1458
1459 Since a general kill file is too heavy to use only for a few
1460 newsgroups, I recommend you to use a lighter hook function.  For
1461 example, if you'd like to apply a kill file to articles which contains
1462 a string `rmgroup' in subject in newsgroup `control', you can use the
1463 following hook:
1464
1465  (setq gnus-apply-kill-hook
1466       (list
1467         (lambda ()
1468           (cond ((string-match \"control\" gnus-newsgroup-name)
1469                  (gnus-kill \"Subject\" \"rmgroup\")
1470                  (gnus-expunge \"X\"))))))")
1471
1472 (defvar gnus-visual-mark-article-hook
1473   (list 'gnus-highlight-selected-summary)
1474   "*Hook run after selecting an article in the summary buffer.
1475 It is meant to be used for highlighting the article in some way.  It
1476 is not run if `gnus-visual' is nil.")
1477
1478 (defvar gnus-parse-headers-hook nil
1479   "*A hook called before parsing the headers.")
1480 (add-hook 'gnus-parse-headers-hook 'gnus-decode-rfc1522)
1481
1482 (defvar gnus-exit-group-hook nil
1483   "*A hook called when exiting (not quitting) summary mode.")
1484
1485 (defvar gnus-suspend-gnus-hook nil
1486   "*A hook called when suspending (not exiting) Gnus.")
1487
1488 (defvar gnus-exit-gnus-hook nil
1489   "*A hook called when exiting Gnus.")
1490
1491 (defvar gnus-after-exiting-gnus-hook nil
1492   "*A hook called after exiting Gnus.")
1493
1494 (defvar gnus-save-newsrc-hook nil
1495   "*A hook called before saving any of the newsrc files.")
1496
1497 (defvar gnus-save-quick-newsrc-hook nil
1498   "*A hook called just before saving the quick newsrc file.
1499 Can be used to turn version control on or off.")
1500
1501 (defvar gnus-save-standard-newsrc-hook nil
1502   "*A hook called just before saving the standard newsrc file.
1503 Can be used to turn version control on or off.")
1504
1505 (defvar gnus-summary-update-hook
1506   (list 'gnus-summary-highlight-line)
1507   "*A hook called when a summary line is changed.
1508 The hook will not be called if `gnus-visual' is nil.
1509
1510 The default function `gnus-summary-highlight-line' will
1511 highlight the line according to the `gnus-summary-highlight'
1512 variable.")
1513
1514 (defvar gnus-group-update-hook '(gnus-group-highlight-line)
1515   "*A hook called when a group line is changed.
1516 The hook will not be called if `gnus-visual' is nil.
1517
1518 The default function `gnus-group-highlight-line' will
1519 highlight the line according to the `gnus-group-highlight'
1520 variable.")
1521
1522 (defvar gnus-mark-article-hook '(gnus-summary-mark-read-and-unread-as-read)
1523   "*A hook called when an article is selected for the first time.
1524 The hook is intended to mark an article as read (or unread)
1525 automatically when it is selected.")
1526
1527 (defvar gnus-group-change-level-function nil
1528   "Function run when a group level is changed.
1529 It is called with three parameters -- GROUP, LEVEL and OLDLEVEL.")
1530
1531 ;; Remove any hilit infestation.
1532 (add-hook 'gnus-startup-hook
1533           (lambda ()
1534             (remove-hook 'gnus-summary-prepare-hook
1535                          'hilit-rehighlight-buffer-quietly)
1536             (remove-hook 'gnus-summary-prepare-hook 'hilit-install-line-hooks)
1537             (setq gnus-mark-article-hook
1538                   '(gnus-summary-mark-read-and-unread-as-read))
1539             (remove-hook 'gnus-article-prepare-hook
1540                          'hilit-rehighlight-buffer-quietly)))
1541
1542 \f
1543 ;; Internal variables
1544
1545 (defvar gnus-tree-buffer "*Tree*"
1546   "Buffer where Gnus thread trees are displayed.")
1547
1548 ;; Dummy variable.
1549 (defvar gnus-use-generic-from nil)
1550
1551 (defvar gnus-thread-indent-array nil)
1552 (defvar gnus-thread-indent-array-level gnus-thread-indent-level)
1553
1554 (defvar gnus-newsrc-file-version nil)
1555
1556 (defvar gnus-method-history nil)
1557 ;; Variable holding the user answers to all method prompts.
1558
1559 (defvar gnus-group-history nil)
1560 ;; Variable holding the user answers to all group prompts.
1561
1562 (defvar gnus-server-alist nil
1563   "List of available servers.")
1564
1565 (defvar gnus-group-indentation-function nil)
1566
1567 (defvar gnus-topic-indentation "") ;; Obsolete variable.
1568
1569 (defvar gnus-goto-missing-group-function nil)
1570
1571 (defvar gnus-override-subscribe-method nil)
1572
1573 (defvar gnus-group-goto-next-group-function nil
1574   "Function to override finding the next group after listing groups.")
1575
1576 (defconst gnus-article-mark-lists
1577   '((marked . tick) (replied . reply)
1578     (expirable . expire) (killed . killed)
1579     (bookmarks . bookmark) (dormant . dormant)
1580     (scored . score) (saved . save)
1581     (cached . cache)
1582     ))
1583
1584 ;; Avoid highlighting in kill files.
1585 (defvar gnus-summary-inhibit-highlight nil)
1586 (defvar gnus-newsgroup-selected-overlay nil)
1587
1588 (defvar gnus-inhibit-hiding nil)
1589 (defvar gnus-group-indentation "")
1590 (defvar gnus-inhibit-limiting nil)
1591 (defvar gnus-created-frames nil)
1592
1593 (defvar gnus-article-mode-map nil)
1594 (defvar gnus-dribble-buffer nil)
1595 (defvar gnus-headers-retrieved-by nil)
1596 (defvar gnus-article-reply nil)
1597 (defvar gnus-override-method nil)
1598 (defvar gnus-article-check-size nil)
1599
1600 (defvar gnus-current-score-file nil)
1601 (defvar gnus-newsgroup-adaptive-score-file nil)
1602 (defvar gnus-scores-exclude-files nil)
1603
1604 (defvar gnus-opened-servers nil)
1605
1606 (defvar gnus-current-move-group nil)
1607 (defvar gnus-current-copy-group nil)
1608 (defvar gnus-current-crosspost-group nil)
1609
1610 (defvar gnus-newsgroup-dependencies nil)
1611 (defvar gnus-newsgroup-async nil)
1612 (defconst gnus-group-edit-buffer "*Gnus edit newsgroup*")
1613
1614 (defvar gnus-newsgroup-adaptive nil)
1615
1616 (defvar gnus-summary-display-table nil)
1617 (defvar gnus-summary-display-article-function nil)
1618
1619 (defvar gnus-summary-highlight-line-function nil
1620   "Function called after highlighting a summary line.")
1621
1622 (defvar gnus-group-line-format-alist
1623   `((?M gnus-tmp-marked-mark ?c)
1624     (?S gnus-tmp-subscribed ?c)
1625     (?L gnus-tmp-level ?d)
1626     (?N (cond ((eq number t) "*" )
1627               ((numberp number) 
1628                (int-to-string
1629                 (+ number
1630                    (gnus-range-length (cdr (assq 'dormant gnus-tmp-marked)))
1631                    (gnus-range-length (cdr (assq 'tick gnus-tmp-marked))))))
1632               (t number)) ?s)
1633     (?R gnus-tmp-number-of-read ?s)
1634     (?t gnus-tmp-number-total ?d)
1635     (?y gnus-tmp-number-of-unread ?s)
1636     (?I (gnus-range-length (cdr (assq 'dormant gnus-tmp-marked))) ?d)
1637     (?T (gnus-range-length (cdr (assq 'tick gnus-tmp-marked))) ?d)
1638     (?i (+ (gnus-range-length (cdr (assq 'dormant gnus-tmp-marked)))
1639            (gnus-range-length (cdr (assq 'tick gnus-tmp-marked)))) ?d)
1640     (?g gnus-tmp-group ?s)
1641     (?G gnus-tmp-qualified-group ?s)
1642     (?c (gnus-short-group-name gnus-tmp-group) ?s)
1643     (?D gnus-tmp-newsgroup-description ?s)
1644     (?o gnus-tmp-moderated ?c)
1645     (?O gnus-tmp-moderated-string ?s)
1646     (?p gnus-tmp-process-marked ?c)
1647     (?s gnus-tmp-news-server ?s)
1648     (?n gnus-tmp-news-method ?s)
1649     (?P gnus-group-indentation ?s)
1650     (?l gnus-tmp-grouplens ?s)
1651     (?z gnus-tmp-news-method-string ?s)
1652     (?u gnus-tmp-user-defined ?s)))
1653
1654 (defvar gnus-summary-line-format-alist
1655   `((?N ,(macroexpand '(mail-header-number gnus-tmp-header)) ?d)
1656     (?S ,(macroexpand '(mail-header-subject gnus-tmp-header)) ?s)
1657     (?s gnus-tmp-subject-or-nil ?s)
1658     (?n gnus-tmp-name ?s)
1659     (?A (car (cdr (funcall gnus-extract-address-components gnus-tmp-from)))
1660         ?s)
1661     (?a (or (car (funcall gnus-extract-address-components gnus-tmp-from))
1662             gnus-tmp-from) ?s)
1663     (?F gnus-tmp-from ?s)
1664     (?x ,(macroexpand '(mail-header-xref gnus-tmp-header)) ?s)
1665     (?D ,(macroexpand '(mail-header-date gnus-tmp-header)) ?s)
1666     (?d (gnus-dd-mmm (mail-header-date gnus-tmp-header)) ?s)
1667     (?M ,(macroexpand '(mail-header-id gnus-tmp-header)) ?s)
1668     (?r ,(macroexpand '(mail-header-references gnus-tmp-header)) ?s)
1669     (?c (or (mail-header-chars gnus-tmp-header) 0) ?d)
1670     (?L gnus-tmp-lines ?d)
1671     (?I gnus-tmp-indentation ?s)
1672     (?T (if (= gnus-tmp-level 0) "" (make-string (frame-width) ? )) ?s)
1673     (?R gnus-tmp-replied ?c)
1674     (?\[ gnus-tmp-opening-bracket ?c)
1675     (?\] gnus-tmp-closing-bracket ?c)
1676     (?\> (make-string gnus-tmp-level ? ) ?s)
1677     (?\< (make-string (max 0 (- 20 gnus-tmp-level)) ? ) ?s)
1678     (?i gnus-tmp-score ?d)
1679     (?z gnus-tmp-score-char ?c)
1680     (?l (bbb-grouplens-score gnus-tmp-header) ?s)
1681     (?V (gnus-thread-total-score (and (boundp 'thread) (car thread))) ?d)
1682     (?U gnus-tmp-unread ?c)
1683     (?t (gnus-summary-number-of-articles-in-thread
1684          (and (boundp 'thread) (car thread)) gnus-tmp-level)
1685         ?d)
1686     (?e (gnus-summary-number-of-articles-in-thread
1687          (and (boundp 'thread) (car thread)) gnus-tmp-level t)
1688         ?c)
1689     (?u gnus-tmp-user-defined ?s))
1690   "An alist of format specifications that can appear in summary lines,
1691 and what variables they correspond with, along with the type of the
1692 variable (string, integer, character, etc).")
1693
1694 (defvar gnus-summary-dummy-line-format-alist
1695   `((?S gnus-tmp-subject ?s)
1696     (?N gnus-tmp-number ?d)
1697     (?u gnus-tmp-user-defined ?s)))
1698
1699 (defvar gnus-summary-mode-line-format-alist
1700   `((?G gnus-tmp-group-name ?s)
1701     (?g (gnus-short-group-name gnus-tmp-group-name) ?s)
1702     (?p (gnus-group-real-name gnus-tmp-group-name) ?s)
1703     (?A gnus-tmp-article-number ?d)
1704     (?Z gnus-tmp-unread-and-unselected ?s)
1705     (?V gnus-version ?s)
1706     (?U gnus-tmp-unread ?d)
1707     (?S gnus-tmp-subject ?s)
1708     (?e gnus-tmp-unselected ?d)
1709     (?u gnus-tmp-user-defined ?s)
1710     (?d (length gnus-newsgroup-dormant) ?d)
1711     (?t (length gnus-newsgroup-marked) ?d)
1712     (?r (length gnus-newsgroup-reads) ?d)
1713     (?E gnus-newsgroup-expunged-tally ?d)
1714     (?s (gnus-current-score-file-nondirectory) ?s)))
1715
1716 (defvar gnus-article-mode-line-format-alist
1717   gnus-summary-mode-line-format-alist)
1718
1719 (defvar gnus-group-mode-line-format-alist
1720   `((?S gnus-tmp-news-server ?s)
1721     (?M gnus-tmp-news-method ?s)
1722     (?u gnus-tmp-user-defined ?s)
1723     (?: gnus-tmp-colon ?s)))
1724
1725 (defvar gnus-have-read-active-file nil)
1726
1727 (defconst gnus-maintainer
1728   "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)"
1729   "The mail address of the Gnus maintainers.")
1730
1731 (defconst gnus-version-number "5.2.10"
1732   "Version number for this version of Gnus.")
1733
1734 (defconst gnus-version (format "Gnus v%s" gnus-version-number)
1735   "Version string for this version of Gnus.")
1736
1737 (defvar gnus-info-nodes
1738   '((gnus-group-mode "(gnus)The Group Buffer")
1739     (gnus-summary-mode "(gnus)The Summary Buffer")
1740     (gnus-article-mode "(gnus)The Article Buffer"))
1741   "Alist of major modes and related Info nodes.")
1742
1743 (defvar gnus-group-buffer "*Group*")
1744 (defvar gnus-summary-buffer "*Summary*")
1745 (defvar gnus-article-buffer "*Article*")
1746 (defvar gnus-server-buffer "*Server*")
1747
1748 (defvar gnus-work-buffer " *gnus work*")
1749
1750 (defvar gnus-original-article-buffer " *Original Article*")
1751 (defvar gnus-original-article nil)
1752
1753 (defvar gnus-buffer-list nil
1754   "Gnus buffers that should be killed on exit.")
1755
1756 (defvar gnus-slave nil
1757   "Whether this Gnus is a slave or not.")
1758
1759 (defvar gnus-variable-list
1760   '(gnus-newsrc-options gnus-newsrc-options-n
1761     gnus-newsrc-last-checked-date
1762     gnus-newsrc-alist gnus-server-alist
1763     gnus-killed-list gnus-zombie-list
1764     gnus-topic-topology gnus-topic-alist
1765     gnus-format-specs)
1766   "Gnus variables saved in the quick startup file.")
1767
1768 (defvar gnus-newsrc-options nil
1769   "Options line in the .newsrc file.")
1770
1771 (defvar gnus-newsrc-options-n nil
1772   "List of regexps representing groups to be subscribed/ignored unconditionally.")
1773
1774 (defvar gnus-newsrc-last-checked-date nil
1775   "Date Gnus last asked server for new newsgroups.")
1776
1777 (defvar gnus-topic-topology nil
1778   "The complete topic hierarchy.")
1779
1780 (defvar gnus-topic-alist nil
1781   "The complete topic-group alist.")
1782
1783 (defvar gnus-newsrc-alist nil
1784   "Assoc list of read articles.
1785 gnus-newsrc-hashtb should be kept so that both hold the same information.")
1786
1787 (defvar gnus-newsrc-hashtb nil
1788   "Hashtable of gnus-newsrc-alist.")
1789
1790 (defvar gnus-killed-list nil
1791   "List of killed newsgroups.")
1792
1793 (defvar gnus-killed-hashtb nil
1794   "Hash table equivalent of gnus-killed-list.")
1795
1796 (defvar gnus-zombie-list nil
1797   "List of almost dead newsgroups.")
1798
1799 (defvar gnus-description-hashtb nil
1800   "Descriptions of newsgroups.")
1801
1802 (defvar gnus-list-of-killed-groups nil
1803   "List of newsgroups that have recently been killed by the user.")
1804
1805 (defvar gnus-active-hashtb nil
1806   "Hashtable of active articles.")
1807
1808 (defvar gnus-moderated-list nil
1809   "List of moderated newsgroups.")
1810
1811 (defvar gnus-group-marked nil)
1812
1813 (defvar gnus-current-startup-file nil
1814   "Startup file for the current host.")
1815
1816 (defvar gnus-last-search-regexp nil
1817   "Default regexp for article search command.")
1818
1819 (defvar gnus-last-shell-command nil
1820   "Default shell command on article.")
1821
1822 (defvar gnus-current-select-method nil
1823   "The current method for selecting a newsgroup.")
1824
1825 (defvar gnus-group-list-mode nil)
1826
1827 (defvar gnus-article-internal-prepare-hook nil)
1828
1829 (defvar gnus-newsgroup-name nil)
1830 (defvar gnus-newsgroup-begin nil)
1831 (defvar gnus-newsgroup-end nil)
1832 (defvar gnus-newsgroup-last-rmail nil)
1833 (defvar gnus-newsgroup-last-mail nil)
1834 (defvar gnus-newsgroup-last-folder nil)
1835 (defvar gnus-newsgroup-last-file nil)
1836 (defvar gnus-newsgroup-auto-expire nil)
1837 (defvar gnus-newsgroup-active nil)
1838
1839 (defvar gnus-newsgroup-data nil)
1840 (defvar gnus-newsgroup-data-reverse nil)
1841 (defvar gnus-newsgroup-limit nil)
1842 (defvar gnus-newsgroup-limits nil)
1843
1844 (defvar gnus-newsgroup-unreads nil
1845   "List of unread articles in the current newsgroup.")
1846
1847 (defvar gnus-newsgroup-unselected nil
1848   "List of unselected unread articles in the current newsgroup.")
1849
1850 (defvar gnus-newsgroup-reads nil
1851   "Alist of read articles and article marks in the current newsgroup.")
1852
1853 (defvar gnus-newsgroup-expunged-tally nil)
1854
1855 (defvar gnus-newsgroup-marked nil
1856   "List of ticked articles in the current newsgroup (a subset of unread art).")
1857
1858 (defvar gnus-newsgroup-killed nil
1859   "List of ranges of articles that have been through the scoring process.")
1860
1861 (defvar gnus-newsgroup-cached nil
1862   "List of articles that come from the article cache.")
1863
1864 (defvar gnus-newsgroup-saved nil
1865   "List of articles that have been saved.")
1866
1867 (defvar gnus-newsgroup-kill-headers nil)
1868
1869 (defvar gnus-newsgroup-replied nil
1870   "List of articles that have been replied to in the current newsgroup.")
1871
1872 (defvar gnus-newsgroup-expirable nil
1873   "List of articles in the current newsgroup that can be expired.")
1874
1875 (defvar gnus-newsgroup-processable nil
1876   "List of articles in the current newsgroup that can be processed.")
1877
1878 (defvar gnus-newsgroup-bookmarks nil
1879   "List of articles in the current newsgroup that have bookmarks.")
1880
1881 (defvar gnus-newsgroup-dormant nil
1882   "List of dormant articles in the current newsgroup.")
1883
1884 (defvar gnus-newsgroup-scored nil
1885   "List of scored articles in the current newsgroup.")
1886
1887 (defvar gnus-newsgroup-headers nil
1888   "List of article headers in the current newsgroup.")
1889
1890 (defvar gnus-newsgroup-threads nil)
1891
1892 (defvar gnus-newsgroup-prepared nil
1893   "Whether the current group has been prepared properly.")
1894
1895 (defvar gnus-newsgroup-ancient nil
1896   "List of `gnus-fetch-old-headers' articles in the current newsgroup.")
1897
1898 (defvar gnus-newsgroup-sparse nil)
1899
1900 (defvar gnus-current-article nil)
1901 (defvar gnus-article-current nil)
1902 (defvar gnus-current-headers nil)
1903 (defvar gnus-have-all-headers nil)
1904 (defvar gnus-last-article nil)
1905 (defvar gnus-newsgroup-history nil)
1906 (defvar gnus-current-kill-article nil)
1907
1908 ;; Save window configuration.
1909 (defvar gnus-prev-winconf nil)
1910
1911 (defvar gnus-summary-mark-positions nil)
1912 (defvar gnus-group-mark-positions nil)
1913
1914 (defvar gnus-reffed-article-number nil)
1915
1916 ;;; Let the byte-compiler know that we know about this variable.
1917 (defvar rmail-default-rmail-file)
1918
1919 (defvar gnus-cache-removable-articles nil)
1920
1921 (defvar gnus-dead-summary nil)
1922
1923 (defconst gnus-summary-local-variables
1924   '(gnus-newsgroup-name
1925     gnus-newsgroup-begin gnus-newsgroup-end
1926     gnus-newsgroup-last-rmail gnus-newsgroup-last-mail
1927     gnus-newsgroup-last-folder gnus-newsgroup-last-file
1928     gnus-newsgroup-auto-expire gnus-newsgroup-unreads
1929     gnus-newsgroup-unselected gnus-newsgroup-marked
1930     gnus-newsgroup-reads gnus-newsgroup-saved
1931     gnus-newsgroup-replied gnus-newsgroup-expirable
1932     gnus-newsgroup-processable gnus-newsgroup-killed
1933     gnus-newsgroup-bookmarks gnus-newsgroup-dormant
1934     gnus-newsgroup-headers gnus-newsgroup-threads
1935     gnus-newsgroup-prepared gnus-summary-highlight-line-function
1936     gnus-current-article gnus-current-headers gnus-have-all-headers
1937     gnus-last-article gnus-article-internal-prepare-hook
1938     gnus-newsgroup-dependencies gnus-newsgroup-selected-overlay
1939     gnus-newsgroup-scored gnus-newsgroup-kill-headers
1940     gnus-newsgroup-async gnus-thread-expunge-below
1941     gnus-score-alist gnus-current-score-file gnus-summary-expunge-below
1942     (gnus-summary-mark-below . global)
1943     gnus-newsgroup-active gnus-scores-exclude-files
1944     gnus-newsgroup-history gnus-newsgroup-ancient
1945     gnus-newsgroup-sparse
1946     (gnus-newsgroup-adaptive . gnus-use-adaptive-scoring)
1947     gnus-newsgroup-adaptive-score-file
1948     (gnus-newsgroup-expunged-tally . 0)
1949     gnus-cache-removable-articles gnus-newsgroup-cached
1950     gnus-newsgroup-data gnus-newsgroup-data-reverse
1951     gnus-newsgroup-limit gnus-newsgroup-limits)
1952   "Variables that are buffer-local to the summary buffers.")
1953
1954 (defconst gnus-bug-message
1955   "Sending a bug report to the Gnus Towers.
1956 ========================================
1957
1958 The buffer below is a mail buffer.  When you press `C-c C-c', it will
1959 be sent to the Gnus Bug Exterminators.
1960
1961 At the bottom of the buffer you'll see lots of variable settings.
1962 Please do not delete those.  They will tell the Bug People what your
1963 environment is, so that it will be easier to locate the bugs.
1964
1965 If you have found a bug that makes Emacs go \"beep\", set
1966 debug-on-error to t (`M-x set-variable RET debug-on-error RET t RET')
1967 and include the backtrace in your bug report.
1968
1969 Please describe the bug in annoying, painstaking detail.
1970
1971 Thank you for your help in stamping out bugs.
1972 ")
1973
1974 ;;; End of variables.
1975
1976 ;; Define some autoload functions Gnus might use.
1977 (eval-and-compile
1978
1979   ;; This little mapcar goes through the list below and marks the
1980   ;; symbols in question as autoloaded functions.
1981   (mapcar
1982    (lambda (package)
1983      (let ((interactive (nth 1 (memq ':interactive package))))
1984        (mapcar
1985         (lambda (function)
1986           (let (keymap)
1987             (when (consp function)
1988               (setq keymap (car (memq 'keymap function)))
1989               (setq function (car function)))
1990             (autoload function (car package) nil interactive keymap)))
1991         (if (eq (nth 1 package) ':interactive)
1992             (cdddr package)
1993           (cdr package)))))
1994    '(("metamail" metamail-buffer)
1995      ("info" Info-goto-node)
1996      ("hexl" hexl-hex-string-to-integer)
1997      ("pp" pp pp-to-string pp-eval-expression)
1998      ("mail-extr" mail-extract-address-components)
1999      ("nnmail" nnmail-split-fancy nnmail-article-group)
2000      ("nnvirtual" nnvirtual-catchup-group)
2001      ("timezone" timezone-make-date-arpa-standard timezone-fix-time
2002       timezone-make-sortable-date timezone-make-time-string)
2003      ("rmailout" rmail-output)
2004      ("rmail" rmail-insert-rmail-file-header rmail-count-new-messages
2005       rmail-show-message)
2006      ("gnus-soup" :interactive t
2007       gnus-group-brew-soup gnus-brew-soup gnus-soup-add-article
2008       gnus-soup-send-replies gnus-soup-save-areas gnus-soup-pack-packet)
2009      ("nnsoup" nnsoup-pack-replies)
2010      ("gnus-scomo" :interactive t gnus-score-mode)
2011      ("gnus-mh" gnus-mh-mail-setup gnus-summary-save-article-folder
2012       gnus-Folder-save-name gnus-folder-save-name)
2013      ("gnus-mh" :interactive t gnus-summary-save-in-folder)
2014      ("gnus-vis" gnus-group-make-menu-bar gnus-summary-make-menu-bar
2015       gnus-server-make-menu-bar gnus-article-make-menu-bar
2016       gnus-browse-make-menu-bar gnus-highlight-selected-summary
2017       gnus-summary-highlight-line gnus-carpal-setup-buffer
2018       gnus-group-highlight-line
2019       gnus-article-add-button gnus-insert-next-page-button
2020       gnus-insert-prev-page-button gnus-visual-turn-off-edit-menu)
2021      ("gnus-vis" :interactive t
2022       gnus-article-push-button gnus-article-press-button
2023       gnus-article-highlight gnus-article-highlight-some
2024       gnus-article-highlight-headers gnus-article-highlight-signature
2025       gnus-article-add-buttons gnus-article-add-buttons-to-head
2026       gnus-article-next-button gnus-article-prev-button)
2027      ("gnus-demon" gnus-demon-add-nocem gnus-demon-add-scanmail
2028       gnus-demon-add-disconnection gnus-demon-add-handler
2029       gnus-demon-remove-handler)
2030      ("gnus-demon" :interactive t
2031       gnus-demon-init gnus-demon-cancel)
2032      ("gnus-salt" gnus-highlight-selected-tree gnus-possibly-generate-tree
2033       gnus-tree-open gnus-tree-close)
2034      ("gnus-nocem" gnus-nocem-scan-groups gnus-nocem-close
2035       gnus-nocem-unwanted-article-p)
2036      ("gnus-srvr" gnus-enter-server-buffer gnus-server-set-info)
2037      ("gnus-srvr" gnus-browse-foreign-server)
2038      ("gnus-cite" :interactive t
2039       gnus-article-highlight-citation gnus-article-hide-citation-maybe
2040       gnus-article-hide-citation gnus-article-fill-cited-article
2041       gnus-article-hide-citation-in-followups)
2042      ("gnus-kill" gnus-kill gnus-apply-kill-file-internal
2043       gnus-kill-file-edit-file gnus-kill-file-raise-followups-to-author
2044       gnus-execute gnus-expunge)
2045      ("gnus-cache" gnus-cache-possibly-enter-article gnus-cache-save-buffers
2046       gnus-cache-possibly-remove-articles gnus-cache-request-article
2047       gnus-cache-retrieve-headers gnus-cache-possibly-alter-active
2048       gnus-cache-enter-remove-article gnus-cached-article-p
2049       gnus-cache-open gnus-cache-close gnus-cache-update-article)
2050      ("gnus-cache" :interactive t gnus-jog-cache gnus-cache-enter-article
2051       gnus-cache-remove-article)
2052      ("gnus-score" :interactive t
2053       gnus-summary-increase-score gnus-summary-lower-score
2054       gnus-score-flush-cache gnus-score-close
2055       gnus-score-raise-same-subject-and-select
2056       gnus-score-raise-same-subject gnus-score-default
2057       gnus-score-raise-thread gnus-score-lower-same-subject-and-select
2058       gnus-score-lower-same-subject gnus-score-lower-thread
2059       gnus-possibly-score-headers gnus-summary-raise-score 
2060       gnus-summary-set-score gnus-summary-current-score)
2061      ("gnus-score"
2062       (gnus-summary-score-map keymap) gnus-score-save gnus-score-headers
2063       gnus-current-score-file-nondirectory gnus-score-adaptive
2064       gnus-score-find-trace gnus-score-file-name)
2065      ("gnus-edit" :interactive t gnus-score-customize)
2066      ("gnus-topic" :interactive t gnus-topic-mode)
2067      ("gnus-topic" gnus-topic-remove-group)
2068      ("gnus-salt" :interactive t gnus-pick-mode gnus-binary-mode)
2069      ("gnus-uu" (gnus-uu-extract-map keymap) (gnus-uu-mark-map keymap))
2070      ("gnus-uu" :interactive t
2071       gnus-uu-digest-mail-forward gnus-uu-digest-post-forward
2072       gnus-uu-mark-series gnus-uu-mark-region gnus-uu-mark-buffer
2073       gnus-uu-mark-by-regexp gnus-uu-mark-all
2074       gnus-uu-mark-sparse gnus-uu-mark-thread gnus-uu-decode-uu
2075       gnus-uu-decode-uu-and-save gnus-uu-decode-unshar
2076       gnus-uu-decode-unshar-and-save gnus-uu-decode-save
2077       gnus-uu-decode-binhex gnus-uu-decode-uu-view
2078       gnus-uu-decode-uu-and-save-view gnus-uu-decode-unshar-view
2079       gnus-uu-decode-unshar-and-save-view gnus-uu-decode-save-view
2080       gnus-uu-decode-binhex-view)
2081      ("gnus-msg" (gnus-summary-send-map keymap)
2082       gnus-mail-yank-original gnus-mail-send-and-exit
2083       gnus-sendmail-setup-mail gnus-article-mail
2084       gnus-inews-message-id gnus-new-mail gnus-mail-reply)
2085      ("gnus-msg" :interactive t
2086       gnus-group-post-news gnus-group-mail gnus-summary-post-news
2087       gnus-summary-followup gnus-summary-followup-with-original
2088       gnus-summary-cancel-article gnus-summary-supersede-article
2089       gnus-post-news gnus-inews-news gnus-cancel-news
2090       gnus-summary-reply gnus-summary-reply-with-original
2091       gnus-summary-mail-forward gnus-summary-mail-other-window
2092       gnus-bug)
2093      ("gnus-picon" :interactive t gnus-article-display-picons
2094       gnus-group-display-picons gnus-picons-article-display-x-face)
2095      ("gnus-gl" bbb-login bbb-logout bbb-grouplens-group-p 
2096       gnus-grouplens-mode)
2097      ("gnus-vm" gnus-vm-mail-setup)
2098      ("gnus-vm" :interactive t gnus-summary-save-in-vm
2099       gnus-summary-save-article-vm))))
2100
2101 \f
2102
2103 ;; Fix by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
2104 ;; If you want the cursor to go somewhere else, set these two
2105 ;; functions in some startup hook to whatever you want.
2106 (defalias 'gnus-summary-position-point 'gnus-goto-colon)
2107 (defalias 'gnus-group-position-point 'gnus-goto-colon)
2108
2109 ;;; Various macros and substs.
2110
2111 (defun gnus-header-from (header)
2112   (mail-header-from header))
2113
2114 (defmacro gnus-eval-in-buffer-window (buffer &rest forms)
2115   "Pop to BUFFER, evaluate FORMS, and then return to the original window."
2116   (let ((tempvar (make-symbol "GnusStartBufferWindow"))
2117         (w (make-symbol "w"))
2118         (buf (make-symbol "buf")))
2119     `(let* ((,tempvar (selected-window))
2120             (,buf ,buffer)
2121             (,w (get-buffer-window ,buf 'visible)))
2122        (unwind-protect
2123            (progn
2124              (if ,w
2125                  (select-window ,w)
2126                (pop-to-buffer ,buf))
2127              ,@forms)
2128          (select-window ,tempvar)))))
2129
2130 (defmacro gnus-gethash (string hashtable)
2131   "Get hash value of STRING in HASHTABLE."
2132   `(symbol-value (intern-soft ,string ,hashtable)))
2133
2134 (defmacro gnus-sethash (string value hashtable)
2135   "Set hash value.  Arguments are STRING, VALUE, and HASHTABLE."
2136   `(set (intern ,string ,hashtable) ,value))
2137
2138 (defmacro gnus-intern-safe (string hashtable)
2139   "Set hash value.  Arguments are STRING, VALUE, and HASHTABLE."
2140   `(let ((symbol (intern ,string ,hashtable)))
2141      (or (boundp symbol)
2142          (set symbol nil))
2143      symbol))
2144
2145 (defmacro gnus-group-unread (group)
2146   "Get the currently computed number of unread articles in GROUP."
2147   `(car (gnus-gethash ,group gnus-newsrc-hashtb)))
2148
2149 (defmacro gnus-group-entry (group)
2150   "Get the newsrc entry for GROUP."
2151   `(gnus-gethash ,group gnus-newsrc-hashtb))
2152
2153 (defmacro gnus-active (group)
2154   "Get active info on GROUP."
2155   `(gnus-gethash ,group gnus-active-hashtb))
2156
2157 (defmacro gnus-set-active (group active)
2158   "Set GROUP's active info."
2159   `(gnus-sethash ,group ,active gnus-active-hashtb))
2160
2161 ;; modified by MORIOKA Tomohiko <morioka@jaist.ac.jp>
2162 ;;   function `substring' might cut on a middle of multi-octet
2163 ;;   character.
2164 (defun gnus-truncate-string (str width)
2165   (substring str 0 width))
2166
2167 ;; Added by Geoffrey T. Dairiki <dairiki@u.washington.edu>.  A safe way
2168 ;; to limit the length of a string.  This function is necessary since
2169 ;; `(substr "abc" 0 30)' pukes with "Args out of range".
2170 (defsubst gnus-limit-string (str width)
2171   (if (> (length str) width)
2172       (substring str 0 width)
2173     str))
2174
2175 (defsubst gnus-simplify-subject-re (subject)
2176   "Remove \"Re:\" from subject lines."
2177   (if (string-match "^[Rr][Ee]: *" subject)
2178       (substring subject (match-end 0))
2179     subject))
2180
2181 (defsubst gnus-functionp (form)
2182   "Return non-nil if FORM is funcallable."
2183   (or (and (symbolp form) (fboundp form))
2184       (and (listp form) (eq (car form) 'lambda))))
2185
2186 (defsubst gnus-goto-char (point)
2187   (and point (goto-char point)))
2188
2189 (defmacro gnus-buffer-exists-p (buffer)
2190   `(let ((buffer ,buffer))
2191      (and buffer
2192           (funcall (if (stringp buffer) 'get-buffer 'buffer-name)
2193                    buffer))))
2194
2195 (defmacro gnus-kill-buffer (buffer)
2196   `(let ((buf ,buffer))
2197      (if (gnus-buffer-exists-p buf)
2198          (kill-buffer buf))))
2199
2200 (defsubst gnus-point-at-bol ()
2201   "Return point at the beginning of the line."
2202   (let ((p (point)))
2203     (beginning-of-line)
2204     (prog1
2205         (point)
2206       (goto-char p))))
2207
2208 (defsubst gnus-point-at-eol ()
2209   "Return point at the end of the line."
2210   (let ((p (point)))
2211     (end-of-line)
2212     (prog1
2213         (point)
2214       (goto-char p))))
2215
2216 (defun gnus-alive-p ()
2217   "Say whether Gnus is running or not."
2218   (and gnus-group-buffer
2219        (get-buffer gnus-group-buffer)))
2220
2221 (defun gnus-delete-first (elt list)
2222   "Delete by side effect the first occurrence of ELT as a member of LIST."
2223   (if (equal (car list) elt)
2224       (cdr list)
2225     (let ((total list))
2226       (while (and (cdr list)
2227                   (not (equal (cadr list) elt)))
2228         (setq list (cdr list)))
2229       (when (cdr list)
2230         (setcdr list (cddr list)))
2231       total)))
2232
2233 ;; Delete the current line (and the next N lines.);
2234 (defmacro gnus-delete-line (&optional n)
2235   `(delete-region (progn (beginning-of-line) (point))
2236                   (progn (forward-line ,(or n 1)) (point))))
2237
2238 ;; Suggested by Brian Edmonds <edmonds@cs.ubc.ca>.
2239 (defvar gnus-init-inhibit nil)
2240 (defun gnus-read-init-file (&optional inhibit-next)
2241   (if gnus-init-inhibit
2242       (setq gnus-init-inhibit nil)
2243     (setq gnus-init-inhibit inhibit-next)
2244     (and gnus-init-file
2245          (or (and (file-exists-p gnus-init-file)
2246                   ;; Don't try to load a directory.
2247                   (not (file-directory-p gnus-init-file)))
2248              (file-exists-p (concat gnus-init-file ".el"))
2249              (file-exists-p (concat gnus-init-file ".elc")))
2250          (condition-case var
2251              (load gnus-init-file nil t)
2252            (error
2253             (error "Error in %s: %s" gnus-init-file var))))))
2254
2255 ;; Info access macros.
2256
2257 (defmacro gnus-info-group (info)
2258   `(nth 0 ,info))
2259 (defmacro gnus-info-rank (info)
2260   `(nth 1 ,info))
2261 (defmacro gnus-info-read (info)
2262   `(nth 2 ,info))
2263 (defmacro gnus-info-marks (info)
2264   `(nth 3 ,info))
2265 (defmacro gnus-info-method (info)
2266   `(nth 4 ,info))
2267 (defmacro gnus-info-params (info)
2268   `(nth 5 ,info))
2269
2270 (defmacro gnus-info-level (info)
2271   `(let ((rank (gnus-info-rank ,info)))
2272      (if (consp rank)
2273          (car rank)
2274        rank)))
2275 (defmacro gnus-info-score (info)
2276   `(let ((rank (gnus-info-rank ,info)))
2277      (or (and (consp rank) (cdr rank)) 0)))
2278
2279 (defmacro gnus-info-set-group (info group)
2280   `(setcar ,info ,group))
2281 (defmacro gnus-info-set-rank (info rank)
2282   `(setcar (nthcdr 1 ,info) ,rank))
2283 (defmacro gnus-info-set-read (info read)
2284   `(setcar (nthcdr 2 ,info) ,read))
2285 (defmacro gnus-info-set-marks (info marks)
2286   `(setcar (nthcdr 3 ,info) ,marks))
2287 (defmacro gnus-info-set-method (info method)
2288   `(setcar (nthcdr 4 ,info) ,method))
2289 (defmacro gnus-info-set-params (info params)
2290   `(setcar (nthcdr 5 ,info) ,params))
2291
2292 (defmacro gnus-info-set-level (info level)
2293   `(let ((rank (cdr ,info)))
2294      (if (consp (car rank))
2295          (setcar (car rank) ,level)
2296        (setcar rank ,level))))
2297 (defmacro gnus-info-set-score (info score)
2298   `(let ((rank (cdr ,info)))
2299      (if (consp (car rank))
2300          (setcdr (car rank) ,score)
2301        (setcar rank (cons (car rank) ,score)))))
2302
2303 (defmacro gnus-get-info (group)
2304   `(nth 2 (gnus-gethash ,group gnus-newsrc-hashtb)))
2305
2306 (defun gnus-byte-code (func)
2307   "Return a form that can be `eval'ed based on FUNC."
2308   (let ((fval (symbol-function func)))
2309     (if (byte-code-function-p fval)
2310         (let ((flist (append fval nil)))
2311           (setcar flist 'byte-code)
2312           flist)
2313       (cons 'progn (cddr fval)))))
2314
2315 ;; Find out whether the gnus-visual TYPE is wanted.
2316 (defun gnus-visual-p (&optional type class)
2317   (and gnus-visual                      ; Has to be non-nil, at least.
2318        (if (not type)                   ; We don't care about type.
2319            gnus-visual
2320          (if (listp gnus-visual)        ; It's a list, so we check it.
2321              (or (memq type gnus-visual)
2322                  (memq class gnus-visual))
2323            t))))
2324
2325 ;;; Load the compatability functions.
2326
2327 (require 'gnus-cus)
2328 (require 'gnus-ems)
2329
2330 \f
2331 ;;;
2332 ;;; Shutdown
2333 ;;;
2334
2335 (defvar gnus-shutdown-alist nil)
2336
2337 (defun gnus-add-shutdown (function &rest symbols)
2338   "Run FUNCTION whenever one of SYMBOLS is shut down."
2339   (push (cons function symbols) gnus-shutdown-alist))
2340
2341 (defun gnus-shutdown (symbol)
2342   "Shut down everything that waits for SYMBOL."
2343   (let ((alist gnus-shutdown-alist)
2344         entry)
2345     (while (setq entry (pop alist))
2346       (when (memq symbol (cdr entry))
2347         (funcall (car entry))))))
2348
2349 \f
2350
2351 ;; Format specs.  The chunks below are the machine-generated forms
2352 ;; that are to be evaled as the result of the default format strings.
2353 ;; We write them in here to get them byte-compiled.  That way the
2354 ;; default actions will be quite fast, while still retaining the full
2355 ;; flexibility of the user-defined format specs.
2356
2357 ;; First we have lots of dummy defvars to let the compiler know these
2358 ;; are really dynamic variables.
2359
2360 (defvar gnus-tmp-unread)
2361 (defvar gnus-tmp-replied)
2362 (defvar gnus-tmp-score-char)
2363 (defvar gnus-tmp-indentation)
2364 (defvar gnus-tmp-opening-bracket)
2365 (defvar gnus-tmp-lines)
2366 (defvar gnus-tmp-name)
2367 (defvar gnus-tmp-closing-bracket)
2368 (defvar gnus-tmp-subject-or-nil)
2369 (defvar gnus-tmp-subject)
2370 (defvar gnus-tmp-marked)
2371 (defvar gnus-tmp-marked-mark)
2372 (defvar gnus-tmp-subscribed)
2373 (defvar gnus-tmp-process-marked)
2374 (defvar gnus-tmp-number-of-unread)
2375 (defvar gnus-tmp-group-name)
2376 (defvar gnus-tmp-group)
2377 (defvar gnus-tmp-article-number)
2378 (defvar gnus-tmp-unread-and-unselected)
2379 (defvar gnus-tmp-news-method)
2380 (defvar gnus-tmp-news-server)
2381 (defvar gnus-tmp-article-number)
2382 (defvar gnus-mouse-face)
2383 (defvar gnus-mouse-face-prop)
2384
2385 (defun gnus-summary-line-format-spec ()
2386   (insert gnus-tmp-unread gnus-tmp-replied
2387           gnus-tmp-score-char gnus-tmp-indentation)
2388   (gnus-put-text-property
2389    (point)
2390    (progn
2391      (insert
2392       gnus-tmp-opening-bracket
2393       (format "%4d: %-20s"
2394               gnus-tmp-lines
2395               (if (> (length gnus-tmp-name) 20)
2396                   (substring gnus-tmp-name 0 20)
2397                 gnus-tmp-name))
2398       gnus-tmp-closing-bracket)
2399      (point))
2400    gnus-mouse-face-prop gnus-mouse-face)
2401   (insert " " gnus-tmp-subject-or-nil "\n"))
2402
2403 (defvar gnus-summary-line-format-spec
2404   (gnus-byte-code 'gnus-summary-line-format-spec))
2405
2406 (defun gnus-summary-dummy-line-format-spec ()
2407   (insert "*  ")
2408   (gnus-put-text-property
2409    (point)
2410    (progn
2411      (insert ":                          :")
2412      (point))
2413    gnus-mouse-face-prop gnus-mouse-face)
2414   (insert " " gnus-tmp-subject "\n"))
2415
2416 (defvar gnus-summary-dummy-line-format-spec
2417   (gnus-byte-code 'gnus-summary-dummy-line-format-spec))
2418
2419 (defun gnus-group-line-format-spec ()
2420   (insert gnus-tmp-marked-mark gnus-tmp-subscribed
2421           gnus-tmp-process-marked
2422           gnus-group-indentation
2423           (format "%5s: " gnus-tmp-number-of-unread))
2424   (gnus-put-text-property
2425    (point)
2426    (progn
2427      (insert gnus-tmp-group "\n")
2428      (1- (point)))
2429    gnus-mouse-face-prop gnus-mouse-face))
2430 (defvar gnus-group-line-format-spec
2431   (gnus-byte-code 'gnus-group-line-format-spec))
2432
2433 (defvar gnus-format-specs
2434   `((version . ,emacs-version)
2435     (group ,gnus-group-line-format ,gnus-group-line-format-spec)
2436     (summary-dummy ,gnus-summary-dummy-line-format
2437                    ,gnus-summary-dummy-line-format-spec)
2438     (summary ,gnus-summary-line-format ,gnus-summary-line-format-spec)))
2439
2440 (defvar gnus-article-mode-line-format-spec nil)
2441 (defvar gnus-summary-mode-line-format-spec nil)
2442 (defvar gnus-group-mode-line-format-spec nil)
2443
2444 ;;; Phew.  All that gruft is over, fortunately.
2445
2446 \f
2447 ;;;
2448 ;;; Gnus Utility Functions
2449 ;;;
2450
2451 (defun gnus-extract-address-components (from)
2452   (let (name address)
2453     ;; First find the address - the thing with the @ in it.  This may
2454     ;; not be accurate in mail addresses, but does the trick most of
2455     ;; the time in news messages.
2456     (if (string-match "\\b[^@ \t<>]+[!@][^@ \t<>]+\\b" from)
2457         (setq address (substring from (match-beginning 0) (match-end 0))))
2458     ;; Then we check whether the "name <address>" format is used.
2459     (and address
2460          ;; Fix by MORIOKA Tomohiko <morioka@jaist.ac.jp>
2461          ;; Linear white space is not required.
2462          (string-match (concat "[ \t]*<" (regexp-quote address) ">") from)
2463          (and (setq name (substring from 0 (match-beginning 0)))
2464               ;; Strip any quotes from the name.
2465               (string-match "\".*\"" name)
2466               (setq name (substring name 1 (1- (match-end 0))))))
2467     ;; If not, then "address (name)" is used.
2468     (or name
2469         (and (string-match "(.+)" from)
2470              (setq name (substring from (1+ (match-beginning 0))
2471                                    (1- (match-end 0)))))
2472         (and (string-match "()" from)
2473              (setq name address))
2474         ;; Fix by MORIOKA Tomohiko <morioka@jaist.ac.jp>.
2475         ;; XOVER might not support folded From headers.
2476         (and (string-match "(.*" from)
2477              (setq name (substring from (1+ (match-beginning 0))
2478                                    (match-end 0)))))
2479     ;; Fix by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
2480     (list (or name from) (or address from))))
2481
2482 (defun gnus-fetch-field (field)
2483   "Return the value of the header FIELD of current article."
2484   (save-excursion
2485     (save-restriction
2486       (let ((case-fold-search t)
2487             (inhibit-point-motion-hooks t))
2488         (nnheader-narrow-to-headers)
2489         (message-fetch-field field)))))
2490
2491 (defun gnus-goto-colon ()
2492   (beginning-of-line)
2493   (search-forward ":" (gnus-point-at-eol) t))
2494
2495 ;;;###autoload
2496 (defun gnus-update-format (var)
2497   "Update the format specification near point."
2498   (interactive
2499    (list
2500     (save-excursion
2501       (eval-defun nil)
2502       ;; Find the end of the current word.
2503       (re-search-forward "[ \t\n]" nil t)
2504       ;; Search backward.
2505       (when (re-search-backward "\\(gnus-[-a-z]+-line-format\\)" nil t)
2506         (match-string 1)))))
2507   (let* ((type (intern (progn (string-match "gnus-\\([-a-z]+\\)-line" var)
2508                               (match-string 1 var))))
2509          (entry (assq type gnus-format-specs))
2510          value spec)
2511     (when entry
2512       (setq gnus-format-specs (delq entry gnus-format-specs)))
2513     (set
2514      (intern (format "%s-spec" var))
2515      (gnus-parse-format (setq value (symbol-value (intern var)))
2516                         (symbol-value (intern (format "%s-alist" var)))
2517                         (not (string-match "mode" var))))
2518     (setq spec (symbol-value (intern (format "%s-spec" var))))
2519     (push (list type value spec) gnus-format-specs)
2520
2521     (pop-to-buffer "*Gnus Format*")
2522     (erase-buffer)
2523     (lisp-interaction-mode)
2524     (insert (pp-to-string spec))))
2525
2526 (defun gnus-update-format-specifications (&optional force)
2527   "Update all (necessary) format specifications."
2528   ;; Make the indentation array.
2529   (gnus-make-thread-indent-array)
2530
2531   ;; See whether all the stored info needs to be flushed.
2532   (when (or force
2533             (not (equal emacs-version
2534                         (cdr (assq 'version gnus-format-specs)))))
2535     (setq gnus-format-specs nil))
2536
2537   ;; Go through all the formats and see whether they need updating.
2538   (let ((types '(summary summary-dummy group
2539                          summary-mode group-mode article-mode))
2540         new-format entry type val)
2541     (while (setq type (pop types))
2542       ;; Jump to the proper buffer to find out the value of
2543       ;; the variable, if possible.  (It may be buffer-local.)
2544       (save-excursion
2545         (let ((buffer (intern (format "gnus-%s-buffer" type)))
2546               val)
2547           (when (and (boundp buffer)
2548                      (setq val (symbol-value buffer))
2549                      (get-buffer val)
2550                      (buffer-name (get-buffer val)))
2551             (set-buffer (get-buffer val)))
2552           (setq new-format (symbol-value
2553                             (intern (format "gnus-%s-line-format" type))))))
2554       (setq entry (cdr (assq type gnus-format-specs)))
2555       (if (and entry
2556                (equal (car entry) new-format))
2557           ;; Use the old format.
2558           (set (intern (format "gnus-%s-line-format-spec" type))
2559                (cadr entry))
2560         ;; This is a new format.
2561         (setq val
2562               (if (not (stringp new-format))
2563                   ;; This is a function call or something.
2564                   new-format
2565                 ;; This is a "real" format.
2566                 (gnus-parse-format
2567                  new-format
2568                  (symbol-value
2569                   (intern (format "gnus-%s-line-format-alist"
2570                                   (if (eq type 'article-mode)
2571                                       'summary-mode type))))
2572                  (not (string-match "mode$" (symbol-name type))))))
2573         ;; Enter the new format spec into the list.
2574         (if entry
2575             (progn
2576               (setcar (cdr entry) val)
2577               (setcar entry new-format))
2578           (push (list type new-format val) gnus-format-specs))
2579         (set (intern (format "gnus-%s-line-format-spec" type)) val))))
2580
2581   (unless (assq 'version gnus-format-specs)
2582     (push (cons 'version emacs-version) gnus-format-specs))
2583
2584   (gnus-update-group-mark-positions)
2585   (gnus-update-summary-mark-positions))
2586
2587 (defun gnus-update-summary-mark-positions ()
2588   "Compute where the summary marks are to go."
2589   (save-excursion
2590     (when (and gnus-summary-buffer
2591                (get-buffer gnus-summary-buffer)
2592                (buffer-name (get-buffer gnus-summary-buffer)))
2593       (set-buffer gnus-summary-buffer))
2594     (let ((gnus-replied-mark 129)
2595           (gnus-score-below-mark 130)
2596           (gnus-score-over-mark 130)
2597           (thread nil)
2598           (gnus-visual nil)
2599           (spec gnus-summary-line-format-spec)
2600           pos)
2601       (save-excursion
2602         (gnus-set-work-buffer)
2603         (let ((gnus-summary-line-format-spec spec))
2604           (gnus-summary-insert-line
2605            [0 "" "" "" "" "" 0 0 ""]  0 nil 128 t nil "" nil 1)
2606           (goto-char (point-min))
2607           (setq pos (list (cons 'unread (and (search-forward "\200" nil t)
2608                                              (- (point) 2)))))
2609           (goto-char (point-min))
2610           (push (cons 'replied (and (search-forward "\201" nil t) 
2611                                     (- (point) 2)))
2612                 pos)
2613           (goto-char (point-min))
2614           (push (cons 'score (and (search-forward "\202" nil t) (- (point) 2)))
2615                 pos)))
2616       (setq gnus-summary-mark-positions pos))))
2617
2618 (defun gnus-update-group-mark-positions ()
2619   (save-excursion
2620     (let ((gnus-process-mark 128)
2621           (gnus-group-marked '("dummy.group"))
2622           (gnus-active-hashtb (make-vector 10 0)))
2623       (gnus-set-active "dummy.group" '(0 . 0))
2624       (gnus-set-work-buffer)
2625       (gnus-group-insert-group-line "dummy.group" 0 nil 0 nil)
2626       (goto-char (point-min))
2627       (setq gnus-group-mark-positions
2628             (list (cons 'process (and (search-forward "\200" nil t)
2629                                       (- (point) 2))))))))
2630
2631 (defvar gnus-mouse-face-0 'highlight)
2632 (defvar gnus-mouse-face-1 'highlight)
2633 (defvar gnus-mouse-face-2 'highlight)
2634 (defvar gnus-mouse-face-3 'highlight)
2635 (defvar gnus-mouse-face-4 'highlight)
2636
2637 (defun gnus-mouse-face-function (form type)
2638   `(gnus-put-text-property
2639     (point) (progn ,@form (point))
2640     gnus-mouse-face-prop
2641     ,(if (equal type 0)
2642          'gnus-mouse-face
2643        `(quote ,(symbol-value (intern (format "gnus-mouse-face-%d" type)))))))
2644
2645 (defvar gnus-face-0 'bold)
2646 (defvar gnus-face-1 'italic)
2647 (defvar gnus-face-2 'bold-italic)
2648 (defvar gnus-face-3 'bold)
2649 (defvar gnus-face-4 'bold)
2650
2651 (defun gnus-face-face-function (form type)
2652   `(gnus-put-text-property
2653     (point) (progn ,@form (point))
2654     'face ',(symbol-value (intern (format "gnus-face-%d" type)))))
2655
2656 (defun gnus-max-width-function (el max-width)
2657   (or (numberp max-width) (signal 'wrong-type-argument '(numberp max-width)))
2658   (if (symbolp el)
2659       `(if (> (length ,el) ,max-width)
2660            (substring ,el 0 ,max-width)
2661          ,el)
2662     `(let ((val (eval ,el)))
2663        (if (numberp val)
2664            (setq val (int-to-string val)))
2665        (if (> (length val) ,max-width)
2666            (substring val 0 ,max-width)
2667          val))))
2668
2669 (defun gnus-parse-format (format spec-alist &optional insert)
2670   ;; This function parses the FORMAT string with the help of the
2671   ;; SPEC-ALIST and returns a list that can be eval'ed to return the
2672   ;; string.  If the FORMAT string contains the specifiers %( and %)
2673   ;; the text between them will have the mouse-face text property.
2674   (if (string-match
2675        "\\`\\(.*\\)%[0-9]?[{(]\\(.*\\)%[0-9]?[})]\\(.*\n?\\)\\'"
2676        format)
2677       (gnus-parse-complex-format format spec-alist)
2678     ;; This is a simple format.
2679     (gnus-parse-simple-format format spec-alist insert)))
2680
2681 (defun gnus-parse-complex-format (format spec-alist)
2682   (save-excursion
2683     (gnus-set-work-buffer)
2684     (insert format)
2685     (goto-char (point-min))
2686     (while (re-search-forward "\"" nil t)
2687       (replace-match "\\\"" nil t))
2688     (goto-char (point-min))
2689     (insert "(\"")
2690     (while (re-search-forward "%\\([0-9]+\\)?\\([{}()]\\)" nil t)
2691       (let ((number (if (match-beginning 1)
2692                         (match-string 1) "0"))
2693             (delim (aref (match-string 2) 0)))
2694         (if (or (= delim ?\() (= delim ?\{))
2695             (replace-match (concat "\"(" (if (= delim ?\() "mouse" "face")
2696                                    " " number " \""))
2697           (replace-match "\")\""))))
2698     (goto-char (point-max))
2699     (insert "\")")
2700     (goto-char (point-min))
2701     (let ((form (read (current-buffer))))
2702       (cons 'progn (gnus-complex-form-to-spec form spec-alist)))))
2703
2704 (defun gnus-complex-form-to-spec (form spec-alist)
2705   (delq nil
2706         (mapcar
2707          (lambda (sform)
2708            (if (stringp sform)
2709                (gnus-parse-simple-format sform spec-alist t)
2710              (funcall (intern (format "gnus-%s-face-function" (car sform)))
2711                       (gnus-complex-form-to-spec (cddr sform) spec-alist)
2712                       (nth 1 sform))))
2713          form)))
2714
2715 (defun gnus-parse-simple-format (format spec-alist &optional insert)
2716   ;; This function parses the FORMAT string with the help of the
2717   ;; SPEC-ALIST and returns a list that can be eval'ed to return a
2718   ;; string.
2719   (let ((max-width 0)
2720         spec flist fstring newspec elem beg result dontinsert)
2721     (save-excursion
2722       (gnus-set-work-buffer)
2723       (insert format)
2724       (goto-char (point-min))
2725       (while (re-search-forward "%[-0-9]*\\(,[0-9]+\\)?\\([^0-9]\\)\\(.\\)?"
2726                                 nil t)
2727         (if (= (setq spec (string-to-char (match-string 2))) ?%)
2728               (setq newspec "%"
2729                     beg (1+ (match-beginning 0)))
2730           ;; First check if there are any specs that look anything like
2731           ;; "%12,12A", ie. with a "max width specification".  These have
2732           ;; to be treated specially.
2733           (if (setq beg (match-beginning 1))
2734               (setq max-width
2735                     (string-to-int
2736                      (buffer-substring
2737                       (1+ (match-beginning 1)) (match-end 1))))
2738             (setq max-width 0)
2739             (setq beg (match-beginning 2)))
2740           ;; Find the specification from `spec-alist'.
2741           (unless (setq elem (cdr (assq spec spec-alist)))
2742             (setq elem '("*" ?s)))
2743           ;; Treat user defined format specifiers specially.
2744           (when (eq (car elem) 'gnus-tmp-user-defined)
2745             (setq elem
2746                   (list
2747                    (list (intern (concat "gnus-user-format-function-"
2748                                          (match-string 3)))
2749                          'gnus-tmp-header) ?s))
2750             (delete-region (match-beginning 3) (match-end 3)))
2751           (if (not (zerop max-width))
2752               (let ((el (car elem)))
2753                 (cond ((= (cadr elem) ?c)
2754                        (setq el (list 'char-to-string el)))
2755                       ((= (cadr elem) ?d)
2756                        (setq el (list 'int-to-string el))))
2757                 (setq flist (cons (gnus-max-width-function el max-width)
2758                                   flist))
2759                 (setq newspec ?s))
2760             (progn
2761               (setq flist (cons (car elem) flist))
2762               (setq newspec (cadr elem)))))
2763         ;; Remove the old specification (and possibly a ",12" string).
2764         (delete-region beg (match-end 2))
2765         ;; Insert the new specification.
2766         (goto-char beg)
2767         (insert newspec))
2768       (setq fstring (buffer-substring 1 (point-max))))
2769     ;; Do some postprocessing to increase efficiency.
2770     (setq
2771      result
2772      (cond
2773       ;; Emptyness.
2774       ((string= fstring "")
2775        nil)
2776       ;; Not a format string.
2777       ((not (string-match "%" fstring))
2778        (list fstring))
2779       ;; A format string with just a single string spec.
2780       ((string= fstring "%s")
2781        (list (car flist)))
2782       ;; A single character.
2783       ((string= fstring "%c")
2784        (list (car flist)))
2785       ;; A single number.
2786       ((string= fstring "%d")
2787        (setq dontinsert)
2788        (if insert
2789            (list `(princ ,(car flist)))
2790          (list `(int-to-string ,(car flist)))))
2791       ;; Just lots of chars and strings.
2792       ((string-match "\\`\\(%[cs]\\)+\\'" fstring)
2793        (nreverse flist))
2794       ;; A single string spec at the beginning of the spec.
2795       ((string-match "\\`%[sc][^%]+\\'" fstring)
2796        (list (car flist) (substring fstring 2)))
2797       ;; A single string spec in the middle of the spec.
2798       ((string-match "\\`\\([^%]+\\)%[sc]\\([^%]+\\)\\'" fstring)
2799        (list (match-string 1 fstring) (car flist) (match-string 2 fstring)))
2800       ;; A single string spec in the end of the spec.
2801       ((string-match "\\`\\([^%]+\\)%[sc]\\'" fstring)
2802        (list (match-string 1 fstring) (car flist)))
2803       ;; A more complex spec.
2804       (t
2805        (list (cons 'format (cons fstring (nreverse flist)))))))
2806
2807     (if insert
2808         (when result
2809           (if dontinsert
2810               result
2811             (cons 'insert result)))
2812       (cond ((stringp result)
2813              result)
2814             ((consp result)
2815              (cons 'concat result))
2816             (t "")))))
2817
2818 (defun gnus-eval-format (format &optional alist props)
2819   "Eval the format variable FORMAT, using ALIST.
2820 If PROPS, insert the result."
2821   (let ((form (gnus-parse-format format alist props)))
2822     (if props
2823         (gnus-add-text-properties (point) (progn (eval form) (point)) props)
2824       (eval form))))
2825
2826 (defun gnus-remove-text-with-property (prop)
2827   "Delete all text in the current buffer with text property PROP."
2828   (save-excursion
2829     (goto-char (point-min))
2830     (while (not (eobp))
2831       (while (get-text-property (point) prop)
2832         (delete-char 1))
2833       (goto-char (next-single-property-change (point) prop nil (point-max))))))
2834
2835 (defun gnus-set-work-buffer ()
2836   (if (get-buffer gnus-work-buffer)
2837       (progn
2838         (set-buffer gnus-work-buffer)
2839         (erase-buffer))
2840     (set-buffer (get-buffer-create gnus-work-buffer))
2841     (kill-all-local-variables)
2842     (buffer-disable-undo (current-buffer))
2843     (gnus-add-current-to-buffer-list)))
2844
2845 ;; Article file names when saving.
2846
2847 (defun gnus-Numeric-save-name (newsgroup headers &optional last-file)
2848   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
2849 If variable `gnus-use-long-file-name' is nil, it is ~/News/News.group/num.
2850 Otherwise, it is like ~/News/news/group/num."
2851   (let ((default
2852           (expand-file-name
2853            (concat (if (gnus-use-long-file-name 'not-save)
2854                        (gnus-capitalize-newsgroup newsgroup)
2855                      (gnus-newsgroup-directory-form newsgroup))
2856                    "/" (int-to-string (mail-header-number headers)))
2857            gnus-article-save-directory)))
2858     (if (and last-file
2859              (string-equal (file-name-directory default)
2860                            (file-name-directory last-file))
2861              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
2862         default
2863       (or last-file default))))
2864
2865 (defun gnus-numeric-save-name (newsgroup headers &optional last-file)
2866   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
2867 If variable `gnus-use-long-file-name' is non-nil, it is
2868 ~/News/news.group/num.  Otherwise, it is like ~/News/news/group/num."
2869   (let ((default
2870           (expand-file-name
2871            (concat (if (gnus-use-long-file-name 'not-save)
2872                        newsgroup
2873                      (gnus-newsgroup-directory-form newsgroup))
2874                    "/" (int-to-string (mail-header-number headers)))
2875            gnus-article-save-directory)))
2876     (if (and last-file
2877              (string-equal (file-name-directory default)
2878                            (file-name-directory last-file))
2879              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
2880         default
2881       (or last-file default))))
2882
2883 (defun gnus-Plain-save-name (newsgroup headers &optional last-file)
2884   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
2885 If variable `gnus-use-long-file-name' is non-nil, it is
2886 ~/News/News.group.  Otherwise, it is like ~/News/news/group/news."
2887   (or last-file
2888       (expand-file-name
2889        (if (gnus-use-long-file-name 'not-save)
2890            (gnus-capitalize-newsgroup newsgroup)
2891          (concat (gnus-newsgroup-directory-form newsgroup) "/news"))
2892        gnus-article-save-directory)))
2893
2894 (defun gnus-plain-save-name (newsgroup headers &optional last-file)
2895   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
2896 If variable `gnus-use-long-file-name' is non-nil, it is
2897 ~/News/news.group.  Otherwise, it is like ~/News/news/group/news."
2898   (or last-file
2899       (expand-file-name
2900        (if (gnus-use-long-file-name 'not-save)
2901            newsgroup
2902          (concat (gnus-newsgroup-directory-form newsgroup) "/news"))
2903        gnus-article-save-directory)))
2904
2905 ;; For subscribing new newsgroup
2906
2907 (defun gnus-subscribe-hierarchical-interactive (groups)
2908   (let ((groups (sort groups 'string<))
2909         prefixes prefix start ans group starts)
2910     (while groups
2911       (setq prefixes (list "^"))
2912       (while (and groups prefixes)
2913         (while (not (string-match (car prefixes) (car groups)))
2914           (setq prefixes (cdr prefixes)))
2915         (setq prefix (car prefixes))
2916         (setq start (1- (length prefix)))
2917         (if (and (string-match "[^\\.]\\." (car groups) start)
2918                  (cdr groups)
2919                  (setq prefix
2920                        (concat "^" (substring (car groups) 0 (match-end 0))))
2921                  (string-match prefix (cadr groups)))
2922             (progn
2923               (setq prefixes (cons prefix prefixes))
2924               (message "Descend hierarchy %s? ([y]nsq): "
2925                        (substring prefix 1 (1- (length prefix))))
2926               (while (not (memq (setq ans (read-char)) '(?y ?\n ?n ?s ?q)))
2927                 (ding)
2928                 (message "Descend hierarchy %s? ([y]nsq): "
2929                          (substring prefix 1 (1- (length prefix)))))
2930               (cond ((= ans ?n)
2931                      (while (and groups
2932                                  (string-match prefix
2933                                                (setq group (car groups))))
2934                        (setq gnus-killed-list
2935                              (cons group gnus-killed-list))
2936                        (gnus-sethash group group gnus-killed-hashtb)
2937                        (setq groups (cdr groups)))
2938                      (setq starts (cdr starts)))
2939                     ((= ans ?s)
2940                      (while (and groups
2941                                  (string-match prefix
2942                                                (setq group (car groups))))
2943                        (gnus-sethash group group gnus-killed-hashtb)
2944                        (gnus-subscribe-alphabetically (car groups))
2945                        (setq groups (cdr groups)))
2946                      (setq starts (cdr starts)))
2947                     ((= ans ?q)
2948                      (while groups
2949                        (setq group (car groups))
2950                        (setq gnus-killed-list (cons group gnus-killed-list))
2951                        (gnus-sethash group group gnus-killed-hashtb)
2952                        (setq groups (cdr groups))))
2953                     (t nil)))
2954           (message "Subscribe %s? ([n]yq)" (car groups))
2955           (while (not (memq (setq ans (read-char)) '(?y ?\n ?q ?n)))
2956             (ding)
2957             (message "Subscribe %s? ([n]yq)" (car groups)))
2958           (setq group (car groups))
2959           (cond ((= ans ?y)
2960                  (gnus-subscribe-alphabetically (car groups))
2961                  (gnus-sethash group group gnus-killed-hashtb))
2962                 ((= ans ?q)
2963                  (while groups
2964                    (setq group (car groups))
2965                    (setq gnus-killed-list (cons group gnus-killed-list))
2966                    (gnus-sethash group group gnus-killed-hashtb)
2967                    (setq groups (cdr groups))))
2968                 (t
2969                  (setq gnus-killed-list (cons group gnus-killed-list))
2970                  (gnus-sethash group group gnus-killed-hashtb)))
2971           (setq groups (cdr groups)))))))
2972
2973 (defun gnus-subscribe-randomly (newsgroup)
2974   "Subscribe new NEWSGROUP by making it the first newsgroup."
2975   (gnus-subscribe-newsgroup newsgroup))
2976
2977 (defun gnus-subscribe-alphabetically (newgroup)
2978   "Subscribe new NEWSGROUP and insert it in alphabetical order."
2979   (let ((groups (cdr gnus-newsrc-alist))
2980         before)
2981     (while (and (not before) groups)
2982       (if (string< newgroup (caar groups))
2983           (setq before (caar groups))
2984         (setq groups (cdr groups))))
2985     (gnus-subscribe-newsgroup newgroup before)))
2986
2987 (defun gnus-subscribe-hierarchically (newgroup)
2988   "Subscribe new NEWSGROUP and insert it in hierarchical newsgroup order."
2989   ;; Basic ideas by mike-w@cs.aukuni.ac.nz (Mike Williams)
2990   (save-excursion
2991     (set-buffer (find-file-noselect gnus-current-startup-file))
2992     (let ((groupkey newgroup)
2993           before)
2994       (while (and (not before) groupkey)
2995         (goto-char (point-min))
2996         (let ((groupkey-re
2997                (concat "^\\(" (regexp-quote groupkey) ".*\\)[!:]")))
2998           (while (and (re-search-forward groupkey-re nil t)
2999                       (progn
3000                         (setq before (match-string 1))
3001                         (string< before newgroup)))))
3002         ;; Remove tail of newsgroup name (eg. a.b.c -> a.b)
3003         (setq groupkey
3004               (if (string-match "^\\(.*\\)\\.[^.]+$" groupkey)
3005                   (substring groupkey (match-beginning 1) (match-end 1)))))
3006       (gnus-subscribe-newsgroup newgroup before))))
3007
3008 (defun gnus-subscribe-interactively (group)
3009   "Subscribe the new GROUP interactively.
3010 It is inserted in hierarchical newsgroup order if subscribed.  If not,
3011 it is killed."
3012   (if (gnus-y-or-n-p (format "Subscribe new newsgroup: %s " group))
3013       (gnus-subscribe-hierarchically group)
3014     (push group gnus-killed-list)))
3015
3016 (defun gnus-subscribe-zombies (group)
3017   "Make the new GROUP into a zombie group."
3018   (push group gnus-zombie-list))
3019
3020 (defun gnus-subscribe-killed (group)
3021   "Make the new GROUP a killed group."
3022   (push group gnus-killed-list))
3023
3024 (defun gnus-subscribe-newsgroup (newsgroup &optional next)
3025   "Subscribe new NEWSGROUP.
3026 If NEXT is non-nil, it is inserted before NEXT.  Otherwise it is made
3027 the first newsgroup."
3028   ;; We subscribe the group by changing its level to `subscribed'.
3029   (gnus-group-change-level
3030    newsgroup gnus-level-default-subscribed
3031    gnus-level-killed (gnus-gethash (or next "dummy.group") gnus-newsrc-hashtb))
3032   (gnus-message 5 "Subscribe newsgroup: %s" newsgroup))
3033
3034 ;; For directories
3035
3036 (defun gnus-newsgroup-directory-form (newsgroup)
3037   "Make hierarchical directory name from NEWSGROUP name."
3038   (let ((newsgroup (gnus-newsgroup-savable-name newsgroup))
3039         (len (length newsgroup))
3040         idx)
3041     ;; If this is a foreign group, we don't want to translate the
3042     ;; entire name.
3043     (if (setq idx (string-match ":" newsgroup))
3044         (aset newsgroup idx ?/)
3045       (setq idx 0))
3046     ;; Replace all occurrences of `.' with `/'.
3047     (while (< idx len)
3048       (if (= (aref newsgroup idx) ?.)
3049           (aset newsgroup idx ?/))
3050       (setq idx (1+ idx)))
3051     newsgroup))
3052
3053 (defun gnus-newsgroup-savable-name (group)
3054   ;; Replace any slashes in a group name (eg. an ange-ftp nndoc group)
3055   ;; with dots.
3056   (nnheader-replace-chars-in-string group ?/ ?.))
3057
3058 (defun gnus-make-directory (dir)
3059   "Make DIRECTORY recursively."
3060   ;; Why don't we use `(make-directory dir 'parents)'?  That's just one
3061   ;; of the many mysteries of the universe.
3062   (let* ((dir (expand-file-name dir default-directory))
3063          dirs err)
3064     (if (string-match "/$" dir)
3065         (setq dir (substring dir 0 (match-beginning 0))))
3066     ;; First go down the path until we find a directory that exists.
3067     (while (not (file-exists-p dir))
3068       (setq dirs (cons dir dirs))
3069       (string-match "/[^/]+$" dir)
3070       (setq dir (substring dir 0 (match-beginning 0))))
3071     ;; Then create all the subdirs.
3072     (while (and dirs (not err))
3073       (condition-case ()
3074           (make-directory (car dirs))
3075         (error (setq err t)))
3076       (setq dirs (cdr dirs)))
3077     ;; We return whether we were successful or not.
3078     (not dirs)))
3079
3080 (defun gnus-capitalize-newsgroup (newsgroup)
3081   "Capitalize NEWSGROUP name."
3082   (and (not (zerop (length newsgroup)))
3083        (concat (char-to-string (upcase (aref newsgroup 0)))
3084                (substring newsgroup 1))))
3085
3086 ;; Various... things.
3087
3088 (defun gnus-simplify-subject (subject &optional re-only)
3089   "Remove `Re:' and words in parentheses.
3090 If RE-ONLY is non-nil, strip leading `Re:'s only."
3091   (let ((case-fold-search t))           ;Ignore case.
3092     ;; Remove `Re:', `Re^N:', `Re(n)', and `Re[n]:'.
3093     (when (string-match "\\`\\(re\\([[(^][0-9]+[])]?\\)?:[ \t]*\\)+" subject)
3094       (setq subject (substring subject (match-end 0))))
3095     ;; Remove uninteresting prefixes.
3096     (if (and (not re-only)
3097              gnus-simplify-ignored-prefixes
3098              (string-match gnus-simplify-ignored-prefixes subject))
3099         (setq subject (substring subject (match-end 0))))
3100     ;; Remove words in parentheses from end.
3101     (unless re-only
3102       (while (string-match "[ \t\n]*([^()]*)[ \t\n]*\\'" subject)
3103         (setq subject (substring subject 0 (match-beginning 0)))))
3104     ;; Return subject string.
3105     subject))
3106
3107 ;; Remove any leading "re:"s, any trailing paren phrases, and simplify
3108 ;; all whitespace.
3109 ;; Written by Stainless Steel Rat <ratinox@ccs.neu.edu>.
3110 (defun gnus-simplify-buffer-fuzzy ()
3111   (goto-char (point-min))
3112   (while (search-forward "\t" nil t)
3113     (replace-match " " t t))
3114   (goto-char (point-min))
3115   (re-search-forward "^ *\\(re\\|fwd\\)[[{(^0-9]*[])}]?[:;] *" nil t)
3116   (goto-char (match-beginning 0))
3117   (while (or
3118           (looking-at "^ *\\(re\\|fwd\\)[[{(^0-9]*[])}]?[:;] *")
3119           (looking-at "^[[].*: .*[]]$"))
3120     (goto-char (point-min))
3121     (while (re-search-forward "^ *\\(re\\|fwd\\)[[{(^0-9]*[])}]?[:;] *"
3122                               nil t)
3123       (replace-match "" t t))
3124     (goto-char (point-min))
3125     (while (re-search-forward "^[[].*: .*[]]$" nil t)
3126       (goto-char (match-end 0))
3127       (delete-char -1)
3128       (delete-region
3129        (progn (goto-char (match-beginning 0)))
3130        (re-search-forward ":"))))
3131   (goto-char (point-min))
3132   (while (re-search-forward " *[[{(][^()\n]*[]})] *$" nil t)
3133     (replace-match "" t t))
3134   (goto-char (point-min))
3135   (while (re-search-forward "  +" nil t)
3136     (replace-match " " t t))
3137   (goto-char (point-min))
3138   (while (re-search-forward " $" nil t)
3139     (replace-match "" t t))
3140   (goto-char (point-min))
3141   (while (re-search-forward "^ +" nil t)
3142     (replace-match "" t t))
3143   (goto-char (point-min))
3144   (when gnus-simplify-subject-fuzzy-regexp
3145     (if (listp gnus-simplify-subject-fuzzy-regexp)
3146         (let ((list gnus-simplify-subject-fuzzy-regexp))
3147           (while list
3148             (goto-char (point-min))
3149             (while (re-search-forward (car list) nil t)
3150               (replace-match "" t t))
3151             (setq list (cdr list))))
3152       (while (re-search-forward gnus-simplify-subject-fuzzy-regexp nil t)
3153         (replace-match "" t t)))))
3154
3155 (defun gnus-simplify-subject-fuzzy (subject)
3156   "Siplify a subject string fuzzily."
3157   (save-excursion
3158     (gnus-set-work-buffer)
3159     (let ((case-fold-search t))
3160       (insert subject)
3161       (inline (gnus-simplify-buffer-fuzzy))
3162       (buffer-string))))
3163
3164 ;; Add the current buffer to the list of buffers to be killed on exit.
3165 (defun gnus-add-current-to-buffer-list ()
3166   (or (memq (current-buffer) gnus-buffer-list)
3167       (setq gnus-buffer-list (cons (current-buffer) gnus-buffer-list))))
3168
3169 (defun gnus-string> (s1 s2)
3170   (not (or (string< s1 s2)
3171            (string= s1 s2))))
3172
3173 (defun gnus-read-active-file-p ()
3174   "Say whether the active file has been read from `gnus-select-method'."
3175   (memq gnus-select-method gnus-have-read-active-file))
3176
3177 ;;; General various misc type functions.
3178
3179 (defun gnus-clear-system ()
3180   "Clear all variables and buffers."
3181   ;; Clear Gnus variables.
3182   (let ((variables gnus-variable-list))
3183     (while variables
3184       (set (car variables) nil)
3185       (setq variables (cdr variables))))
3186   ;; Clear other internal variables.
3187   (setq gnus-list-of-killed-groups nil
3188         gnus-have-read-active-file nil
3189         gnus-newsrc-alist nil
3190         gnus-newsrc-hashtb nil
3191         gnus-killed-list nil
3192         gnus-zombie-list nil
3193         gnus-killed-hashtb nil
3194         gnus-active-hashtb nil
3195         gnus-moderated-list nil
3196         gnus-description-hashtb nil
3197         gnus-current-headers nil
3198         gnus-thread-indent-array nil
3199         gnus-newsgroup-headers nil
3200         gnus-newsgroup-name nil
3201         gnus-server-alist nil
3202         gnus-group-list-mode nil
3203         gnus-opened-servers nil
3204         gnus-current-select-method nil)
3205   (gnus-shutdown 'gnus)
3206   ;; Kill the startup file.
3207   (and gnus-current-startup-file
3208        (get-file-buffer gnus-current-startup-file)
3209        (kill-buffer (get-file-buffer gnus-current-startup-file)))
3210   ;; Clear the dribble buffer.
3211   (gnus-dribble-clear)
3212   ;; Kill global KILL file buffer.
3213   (when (get-file-buffer (gnus-newsgroup-kill-file nil))
3214     (kill-buffer (get-file-buffer (gnus-newsgroup-kill-file nil))))
3215   (gnus-kill-buffer nntp-server-buffer)
3216   ;; Kill Gnus buffers.
3217   (while gnus-buffer-list
3218     (gnus-kill-buffer (pop gnus-buffer-list)))
3219   ;; Remove Gnus frames.
3220   (while gnus-created-frames
3221     (when (frame-live-p (car gnus-created-frames))
3222       ;; We slap a condition-case around this `delete-frame' to ensure 
3223       ;; agains errors if we try do delete the single frame that's left.
3224       (condition-case ()
3225           (delete-frame (car gnus-created-frames))
3226         (error nil)))
3227     (pop gnus-created-frames)))
3228
3229 (defun gnus-windows-old-to-new (setting)
3230   ;; First we take care of the really, really old Gnus 3 actions.
3231   (when (symbolp setting)
3232     (setq setting
3233           ;; Take care of ooold GNUS 3.x values.
3234           (cond ((eq setting 'SelectArticle) 'article)
3235                 ((memq setting '(SelectSubject ExpandSubject)) 'summary)
3236                 ((memq setting '(SelectNewsgroup ExitNewsgroup)) 'group)
3237                 (t setting))))
3238   (if (or (listp setting)
3239           (not (and gnus-window-configuration
3240                     (memq setting '(group summary article)))))
3241       setting
3242     (let* ((setting (if (eq setting 'group)
3243                         (if (assq 'newsgroup gnus-window-configuration)
3244                             'newsgroup
3245                           'newsgroups) setting))
3246            (elem (cadr (assq setting gnus-window-configuration)))
3247            (total (apply '+ elem))
3248            (types '(group summary article))
3249            (pbuf (if (eq setting 'newsgroups) 'group 'summary))
3250            (i 0)
3251            perc
3252            out)
3253       (while (< i 3)
3254         (or (not (numberp (nth i elem)))
3255             (zerop (nth i elem))
3256             (progn
3257               (setq perc  (/ (float (nth 0 elem)) total))
3258               (setq out (cons (if (eq pbuf (nth i types))
3259                                   (vector (nth i types) perc 'point)
3260                                 (vector (nth i types) perc))
3261                               out))))
3262         (setq i (1+ i)))
3263       (list (nreverse out)))))
3264
3265 ;;;###autoload
3266 (defun gnus-add-configuration (conf)
3267   "Add the window configuration CONF to `gnus-buffer-configuration'."
3268   (setq gnus-buffer-configuration
3269         (cons conf (delq (assq (car conf) gnus-buffer-configuration)
3270                          gnus-buffer-configuration))))
3271
3272 (defvar gnus-frame-list nil)
3273
3274 (defun gnus-configure-frame (split &optional window)
3275   "Split WINDOW according to SPLIT."
3276   (unless window
3277     (setq window (get-buffer-window (current-buffer))))
3278   (select-window window)
3279   ;; This might be an old-stylee buffer config.
3280   (when (vectorp split)
3281     (setq split (append split nil)))
3282   (when (or (consp (car split))
3283             (vectorp (car split)))
3284     (push 1.0 split)
3285     (push 'vertical split))
3286   ;; The SPLIT might be something that is to be evaled to
3287   ;; return a new SPLIT.
3288   (while (and (not (assq (car split) gnus-window-to-buffer))
3289               (gnus-functionp (car split)))
3290     (setq split (eval split)))
3291   (let* ((type (car split))
3292          (subs (cddr split))
3293          (len (if (eq type 'horizontal) (window-width) (window-height)))
3294          (total 0)
3295          (window-min-width (or gnus-window-min-width window-min-width))
3296          (window-min-height (or gnus-window-min-height window-min-height))
3297          s result new-win rest comp-subs size sub)
3298     (cond
3299      ;; Nothing to do here.
3300      ((null split))
3301      ;; Don't switch buffers.
3302      ((null type)
3303       (and (memq 'point split) window))
3304      ;; This is a buffer to be selected.
3305      ((not (memq type '(frame horizontal vertical)))
3306       (let ((buffer (cond ((stringp type) type)
3307                           (t (cdr (assq type gnus-window-to-buffer)))))
3308             buf)
3309         (unless buffer
3310           (error "Illegal buffer type: %s" type))
3311         (unless (setq buf (get-buffer (if (symbolp buffer)
3312                                           (symbol-value buffer) buffer)))
3313           (setq buf (get-buffer-create (if (symbolp buffer)
3314                                            (symbol-value buffer) buffer))))
3315         (switch-to-buffer buf)
3316         ;; We return the window if it has the `point' spec.
3317         (and (memq 'point split) window)))
3318      ;; This is a frame split.
3319      ((eq type 'frame)
3320       (unless gnus-frame-list
3321         (setq gnus-frame-list (list (window-frame
3322                                      (get-buffer-window (current-buffer))))))
3323       (let ((i 0)
3324             params frame fresult)
3325         (while (< i (length subs))
3326           ;; Frame parameter is gotten from the sub-split.
3327           (setq params (cadr (elt subs i)))
3328           ;; It should be a list.
3329           (unless (listp params)
3330             (setq params nil))
3331           ;; Create a new frame?
3332           (unless (setq frame (elt gnus-frame-list i))
3333             (nconc gnus-frame-list (list (setq frame (make-frame params))))
3334             (push frame gnus-created-frames))
3335           ;; Is the old frame still alive?
3336           (unless (frame-live-p frame)
3337             (setcar (nthcdr i gnus-frame-list)
3338                     (setq frame (make-frame params))))
3339           ;; Select the frame in question and do more splits there.
3340           (select-frame frame)
3341           (setq fresult (or (gnus-configure-frame (elt subs i)) fresult))
3342           (incf i))
3343         ;; Select the frame that has the selected buffer.
3344         (when fresult
3345           (select-frame (window-frame fresult)))))
3346      ;; This is a normal split.
3347      (t
3348       (when (> (length subs) 0)
3349         ;; First we have to compute the sizes of all new windows.
3350         (while subs
3351           (setq sub (append (pop subs) nil))
3352           (while (and (not (assq (car sub) gnus-window-to-buffer))
3353                       (gnus-functionp (car sub)))
3354             (setq sub (eval sub)))
3355           (when sub
3356             (push sub comp-subs)
3357             (setq size (cadar comp-subs))
3358             (cond ((equal size 1.0)
3359                    (setq rest (car comp-subs))
3360                    (setq s 0))
3361                   ((floatp size)
3362                    (setq s (floor (* size len))))
3363                   ((integerp size)
3364                    (setq s size))
3365                   (t
3366                    (error "Illegal size: %s" size)))
3367             ;; Try to make sure that we are inside the safe limits.
3368             (cond ((zerop s))
3369                   ((eq type 'horizontal)
3370                    (setq s (max s window-min-width)))
3371                   ((eq type 'vertical)
3372                    (setq s (max s window-min-height))))
3373             (setcar (cdar comp-subs) s)
3374             (incf total s)))
3375         ;; Take care of the "1.0" spec.
3376         (if rest
3377             (setcar (cdr rest) (- len total))
3378           (error "No 1.0 specs in %s" split))
3379         ;; The we do the actual splitting in a nice recursive
3380         ;; fashion.
3381         (setq comp-subs (nreverse comp-subs))
3382         (while comp-subs
3383           (if (null (cdr comp-subs))
3384               (setq new-win window)
3385             (setq new-win
3386                   (split-window window (cadar comp-subs)
3387                                 (eq type 'horizontal))))
3388           (setq result (or (gnus-configure-frame
3389                             (car comp-subs) window) result))
3390           (select-window new-win)
3391           (setq window new-win)
3392           (setq comp-subs (cdr comp-subs))))
3393       ;; Return the proper window, if any.
3394       (when result
3395         (select-window result))))))
3396
3397 (defvar gnus-frame-split-p nil)
3398
3399 (defun gnus-configure-windows (setting &optional force)
3400   (setq setting (gnus-windows-old-to-new setting))
3401   (let ((split (if (symbolp setting)
3402                    (cadr (assq setting gnus-buffer-configuration))
3403                  setting))
3404         all-visible)
3405
3406     (setq gnus-frame-split-p nil)
3407
3408     (unless split
3409       (error "No such setting: %s" setting))
3410
3411     (if (and (setq all-visible (gnus-all-windows-visible-p split))
3412              (not force))
3413         ;; All the windows mentioned are already visible, so we just
3414         ;; put point in the assigned buffer, and do not touch the
3415         ;; winconf.
3416         (select-window all-visible)
3417
3418       ;; Either remove all windows or just remove all Gnus windows.
3419       (let ((frame (selected-frame)))
3420         (unwind-protect
3421             (if gnus-use-full-window
3422                 ;; We want to remove all other windows.
3423                 (if (not gnus-frame-split-p)
3424                     ;; This is not a `frame' split, so we ignore the
3425                     ;; other frames.  
3426                     (delete-other-windows)
3427                   ;; This is a `frame' split, so we delete all windows
3428                   ;; on all frames.
3429                   (mapcar 
3430                    (lambda (frame)
3431                      (unless (eq (cdr (assq 'minibuffer
3432                                             (frame-parameters frame)))
3433                                  'only)
3434                        (select-frame frame)
3435                        (delete-other-windows)))
3436                    (frame-list)))
3437               ;; Just remove some windows.
3438               (gnus-remove-some-windows)
3439               (switch-to-buffer nntp-server-buffer))
3440           (select-frame frame)))
3441
3442       (switch-to-buffer nntp-server-buffer)
3443       (gnus-configure-frame split (get-buffer-window (current-buffer))))))
3444
3445 (defun gnus-all-windows-visible-p (split)
3446   "Say whether all buffers in SPLIT are currently visible.
3447 In particular, the value returned will be the window that
3448 should have point."
3449   (let ((stack (list split))
3450         (all-visible t)
3451         type buffer win buf)
3452     (while (and (setq split (pop stack))
3453                 all-visible)
3454       ;; Be backwards compatible.
3455       (when (vectorp split)
3456         (setq split (append split nil)))
3457       (when (or (consp (car split))
3458                 (vectorp (car split)))
3459         (push 1.0 split)
3460         (push 'vertical split))
3461       ;; The SPLIT might be something that is to be evaled to
3462       ;; return a new SPLIT.
3463       (while (and (not (assq (car split) gnus-window-to-buffer))
3464                   (gnus-functionp (car split)))
3465         (setq split (eval split)))
3466
3467       (setq type (elt split 0))
3468       (cond
3469        ;; Nothing here.
3470        ((null split) t)
3471        ;; A buffer.
3472        ((not (memq type '(horizontal vertical frame)))
3473         (setq buffer (cond ((stringp type) type)
3474                            (t (cdr (assq type gnus-window-to-buffer)))))
3475         (unless buffer
3476           (error "Illegal buffer type: %s" type))
3477         (when (setq buf (get-buffer (if (symbolp buffer)
3478                                         (symbol-value buffer)
3479                                       buffer)))
3480           (setq win (get-buffer-window buf t)))
3481         (if win
3482             (when (memq 'point split)
3483                 (setq all-visible win))
3484           (setq all-visible nil)))
3485        (t
3486         (when (eq type 'frame)
3487           (setq gnus-frame-split-p t))
3488         (setq stack (append (cddr split) stack)))))
3489     (unless (eq all-visible t)
3490       all-visible)))
3491
3492 (defun gnus-window-top-edge (&optional window)
3493   (nth 1 (window-edges window)))
3494
3495 (defun gnus-remove-some-windows ()
3496   (let ((buffers gnus-window-to-buffer)
3497         buf bufs lowest-buf lowest)
3498     (save-excursion
3499       ;; Remove windows on all known Gnus buffers.
3500       (while buffers
3501         (setq buf (cdar buffers))
3502         (if (symbolp buf)
3503             (setq buf (and (boundp buf) (symbol-value buf))))
3504         (and buf
3505              (get-buffer-window buf)
3506              (progn
3507                (setq bufs (cons buf bufs))
3508                (pop-to-buffer buf)
3509                (if (or (not lowest)
3510                        (< (gnus-window-top-edge) lowest))
3511                    (progn
3512                      (setq lowest (gnus-window-top-edge))
3513                      (setq lowest-buf buf)))))
3514         (setq buffers (cdr buffers)))
3515       ;; Remove windows on *all* summary buffers.
3516       (walk-windows
3517        (lambda (win)
3518          (let ((buf (window-buffer win)))
3519            (if (string-match    "^\\*Summary" (buffer-name buf))
3520                (progn
3521                  (setq bufs (cons buf bufs))
3522                  (pop-to-buffer buf)
3523                  (if (or (not lowest)
3524                          (< (gnus-window-top-edge) lowest))
3525                      (progn
3526                        (setq lowest-buf buf)
3527                        (setq lowest (gnus-window-top-edge)))))))))
3528       (and lowest-buf
3529            (progn
3530              (pop-to-buffer lowest-buf)
3531              (switch-to-buffer nntp-server-buffer)))
3532       (while bufs
3533         (and (not (eq (car bufs) lowest-buf))
3534              (delete-windows-on (car bufs)))
3535         (setq bufs (cdr bufs))))))
3536
3537 (defun gnus-version (&optional arg)
3538   "Version number of this version of Gnus.
3539 If ARG, insert string at point."
3540   (interactive "P")
3541   (let ((methods gnus-valid-select-methods)
3542         (mess gnus-version)
3543         meth)
3544     ;; Go through all the legal select methods and add their version
3545     ;; numbers to the total version string.  Only the backends that are
3546     ;; currently in use will have their message numbers taken into
3547     ;; consideration.
3548     (while methods
3549       (setq meth (intern (concat (caar methods) "-version")))
3550       (and (boundp meth)
3551            (stringp (symbol-value meth))
3552            (setq mess (concat mess "; " (symbol-value meth))))
3553       (setq methods (cdr methods)))
3554     (if arg
3555         (insert (message mess))
3556       (message mess))))
3557
3558 (defun gnus-info-find-node ()
3559   "Find Info documentation of Gnus."
3560   (interactive)
3561   ;; Enlarge info window if needed.
3562   (let ((mode major-mode)
3563         gnus-info-buffer)
3564     (Info-goto-node (cadr (assq mode gnus-info-nodes)))
3565     (setq gnus-info-buffer (current-buffer))
3566     (gnus-configure-windows 'info)))
3567
3568 (defun gnus-days-between (date1 date2)
3569   ;; Return the number of days between date1 and date2.
3570   (- (gnus-day-number date1) (gnus-day-number date2)))
3571
3572 (defun gnus-day-number (date)
3573   (let ((dat (mapcar (lambda (s) (and s (string-to-int s)) )
3574                      (timezone-parse-date date))))
3575     (timezone-absolute-from-gregorian
3576      (nth 1 dat) (nth 2 dat) (car dat))))
3577
3578 (defun gnus-encode-date (date)
3579   "Convert DATE to internal time."
3580   (let* ((parse (timezone-parse-date date))
3581          (date (mapcar (lambda (d) (and d (string-to-int d))) parse))
3582          (time (mapcar 'string-to-int (timezone-parse-time (aref parse 3)))))
3583     (encode-time (caddr time) (cadr time) (car time)
3584                  (caddr date) (cadr date) (car date) (nth 4 date))))
3585
3586 (defun gnus-time-minus (t1 t2)
3587   "Subtract two internal times."
3588   (let ((borrow (< (cadr t1) (cadr t2))))
3589     (list (- (car t1) (car t2) (if borrow 1 0))
3590           (- (+ (if borrow 65536 0) (cadr t1)) (cadr t2)))))
3591
3592 (defun gnus-file-newer-than (file date)
3593   (let ((fdate (nth 5 (file-attributes file))))
3594     (or (> (car fdate) (car date))
3595         (and (= (car fdate) (car date))
3596              (> (nth 1 fdate) (nth 1 date))))))
3597
3598 (defmacro gnus-local-set-keys (&rest plist)
3599   "Set the keys in PLIST in the current keymap."
3600   `(gnus-define-keys-1 (current-local-map) ',plist))
3601
3602 (defmacro gnus-define-keys (keymap &rest plist)
3603   "Define all keys in PLIST in KEYMAP."
3604   `(gnus-define-keys-1 (quote ,keymap) (quote ,plist)))
3605
3606 (put 'gnus-define-keys 'lisp-indent-function 1)
3607 (put 'gnus-define-keys 'lisp-indent-hook 1)
3608 (put 'gnus-define-keymap 'lisp-indent-function 1)
3609 (put 'gnus-define-keymap 'lisp-indent-hook 1)
3610
3611 (defmacro gnus-define-keymap (keymap &rest plist)
3612   "Define all keys in PLIST in KEYMAP."
3613   `(gnus-define-keys-1 ,keymap (quote ,plist)))
3614
3615 (defun gnus-define-keys-1 (keymap plist)
3616   (when (null keymap)
3617     (error "Can't set keys in a null keymap"))
3618   (cond ((symbolp keymap)
3619          (setq keymap (symbol-value keymap)))
3620         ((keymapp keymap))
3621         ((listp keymap)
3622          (set (car keymap) nil)
3623          (define-prefix-command (car keymap))
3624          (define-key (symbol-value (caddr keymap)) (cadr keymap) (car keymap))
3625          (setq keymap (symbol-value (car keymap)))))
3626   (let (key)
3627     (while plist
3628       (when (symbolp (setq key (pop plist)))
3629         (setq key (symbol-value key)))
3630       (define-key keymap key (pop plist)))))
3631
3632 (defun gnus-group-read-only-p (&optional group)
3633   "Check whether GROUP supports editing or not.
3634 If GROUP is nil, `gnus-newsgroup-name' will be checked instead.  Note
3635 that that variable is buffer-local to the summary buffers."
3636   (let ((group (or group gnus-newsgroup-name)))
3637     (not (gnus-check-backend-function 'request-replace-article group))))
3638
3639 (defun gnus-group-total-expirable-p (group)
3640   "Check whether GROUP is total-expirable or not."
3641   (let ((params (gnus-info-params (gnus-get-info group))))
3642     (or (memq 'total-expire params)
3643         (cdr (assq 'total-expire params)) ; (total-expire . t)
3644         (and gnus-total-expirable-newsgroups ; Check var.
3645              (string-match gnus-total-expirable-newsgroups group)))))
3646
3647 (defun gnus-group-auto-expirable-p (group)
3648   "Check whether GROUP is total-expirable or not."
3649   (let ((params (gnus-info-params (gnus-get-info group))))
3650     (or (memq 'auto-expire params)
3651         (cdr (assq 'auto-expire params)) ; (auto-expire . t)
3652         (and gnus-auto-expirable-newsgroups ; Check var.
3653              (string-match gnus-auto-expirable-newsgroups group)))))
3654
3655 (defun gnus-virtual-group-p (group)
3656   "Say whether GROUP is virtual or not."
3657   (memq 'virtual (assoc (symbol-name (car (gnus-find-method-for-group group)))
3658                         gnus-valid-select-methods)))
3659
3660 (defun gnus-news-group-p (group &optional article)
3661   "Return non-nil if GROUP (and ARTICLE) come from a news server."
3662   (or (gnus-member-of-valid 'post group) ; Ordinary news group.
3663       (and (gnus-member-of-valid 'post-mail group) ; Combined group.
3664            (eq (gnus-request-type group article) 'news))))
3665
3666 (defsubst gnus-simplify-subject-fully (subject)
3667   "Simplify a subject string according to the user's wishes."
3668   (cond
3669    ((null gnus-summary-gather-subject-limit)
3670     (gnus-simplify-subject-re subject))
3671    ((eq gnus-summary-gather-subject-limit 'fuzzy)
3672     (gnus-simplify-subject-fuzzy subject))
3673    ((numberp gnus-summary-gather-subject-limit)
3674     (gnus-limit-string (gnus-simplify-subject-re subject)
3675                        gnus-summary-gather-subject-limit))
3676    (t
3677     subject)))
3678
3679 (defsubst gnus-subject-equal (s1 s2 &optional simple-first)
3680   "Check whether two subjects are equal.  If optional argument
3681 simple-first is t, first argument is already simplified."
3682   (cond
3683    ((null simple-first)
3684     (equal (gnus-simplify-subject-fully s1)
3685            (gnus-simplify-subject-fully s2)))
3686    (t
3687     (equal s1
3688            (gnus-simplify-subject-fully s2)))))
3689
3690 ;; Returns a list of writable groups.
3691 (defun gnus-writable-groups ()
3692   (let ((alist gnus-newsrc-alist)
3693         groups group)
3694     (while (setq group (car (pop alist)))
3695       (unless (gnus-group-read-only-p group)
3696         (push group groups)))
3697     (nreverse groups)))
3698
3699 (defun gnus-completing-read (default prompt &rest args)
3700   ;; Like `completing-read', except that DEFAULT is the default argument.
3701   (let* ((prompt (if default 
3702                      (concat prompt " (default " default ") ")
3703                    (concat prompt " ")))
3704          (answer (apply 'completing-read prompt args)))
3705     (if (or (null answer) (zerop (length answer)))
3706         default
3707       answer)))
3708
3709 ;; Two silly functions to ensure that all `y-or-n-p' questions clear
3710 ;; the echo area.
3711 (defun gnus-y-or-n-p (prompt)
3712   (prog1
3713       (y-or-n-p prompt)
3714     (message "")))
3715
3716 (defun gnus-yes-or-no-p (prompt)
3717   (prog1
3718       (yes-or-no-p prompt)
3719     (message "")))
3720
3721 ;; Check whether to use long file names.
3722 (defun gnus-use-long-file-name (symbol)
3723   ;; The variable has to be set...
3724   (and gnus-use-long-file-name
3725        ;; If it isn't a list, then we return t.
3726        (or (not (listp gnus-use-long-file-name))
3727            ;; If it is a list, and the list contains `symbol', we
3728            ;; return nil.
3729            (not (memq symbol gnus-use-long-file-name)))))
3730
3731 ;; I suspect there's a better way, but I haven't taken the time to do
3732 ;; it yet. -erik selberg@cs.washington.edu
3733 (defun gnus-dd-mmm (messy-date)
3734   "Return a string like DD-MMM from a big messy string"
3735   (let ((datevec (condition-case () (timezone-parse-date messy-date) 
3736                    (error nil))))
3737     (if (not datevec)
3738         "??-???"
3739       (format "%2s-%s"
3740               (condition-case ()
3741                   ;; Make sure leading zeroes are stripped.
3742                   (number-to-string (string-to-number (aref datevec 2)))
3743                 (error "??"))
3744               (capitalize
3745                (or (car
3746                     (nth (1- (string-to-number (aref datevec 1)))
3747                          timezone-months-assoc))
3748                    "???"))))))
3749
3750 (defun gnus-mode-string-quote (string)
3751   "Quote all \"%\" in STRING."
3752   (save-excursion
3753     (gnus-set-work-buffer)
3754     (insert string)
3755     (goto-char (point-min))
3756     (while (search-forward "%" nil t)
3757       (insert "%"))
3758     (buffer-string)))
3759
3760 ;; Make a hash table (default and minimum size is 255).
3761 ;; Optional argument HASHSIZE specifies the table size.
3762 (defun gnus-make-hashtable (&optional hashsize)
3763   (make-vector (if hashsize (max (gnus-create-hash-size hashsize) 255) 255) 0))
3764
3765 ;; Make a number that is suitable for hashing; bigger than MIN and one
3766 ;; less than 2^x.
3767 (defun gnus-create-hash-size (min)
3768   (let ((i 1))
3769     (while (< i min)
3770       (setq i (* 2 i)))
3771     (1- i)))
3772
3773 ;; Show message if message has a lower level than `gnus-verbose'.
3774 ;; Guideline for numbers:
3775 ;; 1 - error messages, 3 - non-serious error messages, 5 - messages
3776 ;; for things that take a long time, 7 - not very important messages
3777 ;; on stuff, 9 - messages inside loops.
3778 (defun gnus-message (level &rest args)
3779   (if (<= level gnus-verbose)
3780       (apply 'message args)
3781     ;; We have to do this format thingy here even if the result isn't
3782     ;; shown - the return value has to be the same as the return value
3783     ;; from `message'.
3784     (apply 'format args)))
3785
3786 (defun gnus-error (level &rest args)
3787   "Beep an error if `gnus-verbose' is on LEVEL or less."
3788   (when (<= (floor level) gnus-verbose)
3789     (apply 'message args)
3790     (ding)
3791     (let (duration)
3792       (when (and (floatp level)
3793                  (not (zerop (setq duration (* 10 (- level (floor level)))))))
3794         (sit-for duration))))
3795   nil)
3796
3797 ;; Generate a unique new group name.
3798 (defun gnus-generate-new-group-name (leaf)
3799   (let ((name leaf)
3800         (num 0))
3801     (while (gnus-gethash name gnus-newsrc-hashtb)
3802       (setq name (concat leaf "<" (int-to-string (setq num (1+ num))) ">")))
3803     name))
3804
3805 (defsubst gnus-hide-text (b e props)
3806   "Set text PROPS on the B to E region, extending `intangible' 1 past B."
3807   (gnus-add-text-properties b e props)
3808   (when (memq 'intangible props)
3809     (gnus-put-text-property (max (1- b) (point-min))
3810                        b 'intangible (cddr (memq 'intangible props)))))
3811
3812 (defsubst gnus-unhide-text (b e)
3813   "Remove hidden text properties from region between B and E."
3814   (remove-text-properties b e gnus-hidden-properties)
3815   (when (memq 'intangible gnus-hidden-properties)
3816     (gnus-put-text-property (max (1- b) (point-min))
3817                        b 'intangible nil)))
3818
3819 (defun gnus-hide-text-type (b e type)
3820   "Hide text of TYPE between B and E."
3821   (gnus-hide-text b e (cons 'gnus-type (cons type gnus-hidden-properties))))
3822
3823 (defun gnus-parent-headers (headers &optional generation)
3824   "Return the headers of the GENERATIONeth parent of HEADERS."
3825   (unless generation 
3826     (setq generation 1))
3827   (let (references parent)
3828     (while (and headers (not (zerop generation)))
3829       (setq references (mail-header-references headers))
3830       (when (and references
3831                  (setq parent (gnus-parent-id references))
3832                  (setq headers (car (gnus-id-to-thread parent))))
3833         (decf generation)))
3834     headers))
3835
3836 (defun gnus-parent-id (references)
3837   "Return the last Message-ID in REFERENCES."
3838   (when (and references
3839              (string-match "\\(<[^\n<>]+>\\)[ \t\n]*\\'" references))
3840     (substring references (match-beginning 1) (match-end 1))))
3841
3842 (defun gnus-split-references (references)
3843   "Return a list of Message-IDs in REFERENCES."
3844   (let ((beg 0)
3845         ids)
3846     (while (string-match "<[^>]+>" references beg)
3847       (push (substring references (match-beginning 0) (setq beg (match-end 0)))
3848             ids))
3849     (nreverse ids)))
3850
3851 (defun gnus-buffer-live-p (buffer)
3852   "Say whether BUFFER is alive or not."
3853   (and buffer
3854        (get-buffer buffer)
3855        (buffer-name (get-buffer buffer))))
3856
3857 (defun gnus-ephemeral-group-p (group)
3858   "Say whether GROUP is ephemeral or not."
3859   (gnus-group-get-parameter group 'quit-config))
3860
3861 (defun gnus-group-quit-config (group)
3862   "Return the quit-config of GROUP."
3863   (gnus-group-get-parameter group 'quit-config))
3864
3865 (defun gnus-simplify-mode-line ()
3866   "Make mode lines a bit simpler."
3867   (setq mode-line-modified "-- ")
3868   (when (listp mode-line-format)
3869     (make-local-variable 'mode-line-format)
3870     (setq mode-line-format (copy-sequence mode-line-format))
3871     (when (equal (nth 3 mode-line-format) "   ")
3872       (setcar (nthcdr 3 mode-line-format) " "))))
3873
3874 ;;; List and range functions
3875
3876 (defun gnus-last-element (list)
3877   "Return last element of LIST."
3878   (while (cdr list)
3879     (setq list (cdr list)))
3880   (car list))
3881
3882 (defun gnus-copy-sequence (list)
3883   "Do a complete, total copy of a list."
3884   (if (and (consp list) (not (consp (cdr list))))
3885       (cons (car list) (cdr list))
3886     (mapcar (lambda (elem) (if (consp elem)
3887                                (if (consp (cdr elem))
3888                                    (gnus-copy-sequence elem)
3889                                  (cons (car elem) (cdr elem)))
3890                              elem))
3891             list)))
3892
3893 (defun gnus-set-difference (list1 list2)
3894   "Return a list of elements of LIST1 that do not appear in LIST2."
3895   (let ((list1 (copy-sequence list1)))
3896     (while list2
3897       (setq list1 (delq (car list2) list1))
3898       (setq list2 (cdr list2)))
3899     list1))
3900
3901 (defun gnus-sorted-complement (list1 list2)
3902   "Return a list of elements of LIST1 that do not appear in LIST2.
3903 Both lists have to be sorted over <."
3904   (let (out)
3905     (if (or (null list1) (null list2))
3906         (or list1 list2)
3907       (while (and list1 list2)
3908         (cond ((= (car list1) (car list2))
3909                (setq list1 (cdr list1)
3910                      list2 (cdr list2)))
3911               ((< (car list1) (car list2))
3912                (setq out (cons (car list1) out))
3913                (setq list1 (cdr list1)))
3914               (t
3915                (setq out (cons (car list2) out))
3916                (setq list2 (cdr list2)))))
3917       (nconc (nreverse out) (or list1 list2)))))
3918
3919 (defun gnus-intersection (list1 list2)
3920   (let ((result nil))
3921     (while list2
3922       (if (memq (car list2) list1)
3923           (setq result (cons (car list2) result)))
3924       (setq list2 (cdr list2)))
3925     result))
3926
3927 (defun gnus-sorted-intersection (list1 list2)
3928   ;; LIST1 and LIST2 have to be sorted over <.
3929   (let (out)
3930     (while (and list1 list2)
3931       (cond ((= (car list1) (car list2))
3932              (setq out (cons (car list1) out)
3933                    list1 (cdr list1)
3934                    list2 (cdr list2)))
3935             ((< (car list1) (car list2))
3936              (setq list1 (cdr list1)))
3937             (t
3938              (setq list2 (cdr list2)))))
3939     (nreverse out)))
3940
3941 (defun gnus-set-sorted-intersection (list1 list2)
3942   ;; LIST1 and LIST2 have to be sorted over <.
3943   ;; This function modifies LIST1.
3944   (let* ((top (cons nil list1))
3945          (prev top))
3946     (while (and list1 list2)
3947       (cond ((= (car list1) (car list2))
3948              (setq prev list1
3949                    list1 (cdr list1)
3950                    list2 (cdr list2)))
3951             ((< (car list1) (car list2))
3952              (setcdr prev (cdr list1))
3953              (setq list1 (cdr list1)))
3954             (t
3955              (setq list2 (cdr list2)))))
3956     (setcdr prev nil)
3957     (cdr top)))
3958
3959 (defun gnus-compress-sequence (numbers &optional always-list)
3960   "Convert list of numbers to a list of ranges or a single range.
3961 If ALWAYS-LIST is non-nil, this function will always release a list of
3962 ranges."
3963   (let* ((first (car numbers))
3964          (last (car numbers))
3965          result)
3966     (if (null numbers)
3967         nil
3968       (if (not (listp (cdr numbers)))
3969           numbers
3970         (while numbers
3971           (cond ((= last (car numbers)) nil) ;Omit duplicated number
3972                 ((= (1+ last) (car numbers)) ;Still in sequence
3973                  (setq last (car numbers)))
3974                 (t                      ;End of one sequence
3975                  (setq result
3976                        (cons (if (= first last) first
3977                                (cons first last)) result))
3978                  (setq first (car numbers))
3979                  (setq last  (car numbers))))
3980           (setq numbers (cdr numbers)))
3981         (if (and (not always-list) (null result))
3982             (if (= first last) (list first) (cons first last))
3983           (nreverse (cons (if (= first last) first (cons first last))
3984                           result)))))))
3985
3986 (defalias 'gnus-uncompress-sequence 'gnus-uncompress-range)
3987 (defun gnus-uncompress-range (ranges)
3988   "Expand a list of ranges into a list of numbers.
3989 RANGES is either a single range on the form `(num . num)' or a list of
3990 these ranges."
3991   (let (first last result)
3992     (cond
3993      ((null ranges)
3994       nil)
3995      ((not (listp (cdr ranges)))
3996       (setq first (car ranges))
3997       (setq last (cdr ranges))
3998       (while (<= first last)
3999         (setq result (cons first result))
4000         (setq first (1+ first)))
4001       (nreverse result))
4002      (t
4003       (while ranges
4004         (if (atom (car ranges))
4005             (if (numberp (car ranges))
4006                 (setq result (cons (car ranges) result)))
4007           (setq first (caar ranges))
4008           (setq last  (cdar ranges))
4009           (while (<= first last)
4010             (setq result (cons first result))
4011             (setq first (1+ first))))
4012         (setq ranges (cdr ranges)))
4013       (nreverse result)))))
4014
4015 (defun gnus-add-to-range (ranges list)
4016   "Return a list of ranges that has all articles from both RANGES and LIST.
4017 Note: LIST has to be sorted over `<'."
4018   (if (not ranges)
4019       (gnus-compress-sequence list t)
4020     (setq list (copy-sequence list))
4021     (or (listp (cdr ranges))
4022         (setq ranges (list ranges)))
4023     (let ((out ranges)
4024           ilist lowest highest temp)
4025       (while (and ranges list)
4026         (setq ilist list)
4027         (setq lowest (or (and (atom (car ranges)) (car ranges))
4028                          (caar ranges)))
4029         (while (and list (cdr list) (< (cadr list) lowest))
4030           (setq list (cdr list)))
4031         (if (< (car ilist) lowest)
4032             (progn
4033               (setq temp list)
4034               (setq list (cdr list))
4035               (setcdr temp nil)
4036               (setq out (nconc (gnus-compress-sequence ilist t) out))))
4037         (setq highest (or (and (atom (car ranges)) (car ranges))
4038                           (cdar ranges)))
4039         (while (and list (<= (car list) highest))
4040           (setq list (cdr list)))
4041         (setq ranges (cdr ranges)))
4042       (if list
4043           (setq out (nconc (gnus-compress-sequence list t) out)))
4044       (setq out (sort out (lambda (r1 r2)
4045                             (< (or (and (atom r1) r1) (car r1))
4046                                (or (and (atom r2) r2) (car r2))))))
4047       (setq ranges out)
4048       (while ranges
4049         (if (atom (car ranges))
4050             (if (cdr ranges)
4051                 (if (atom (cadr ranges))
4052                     (if (= (1+ (car ranges)) (cadr ranges))
4053                         (progn
4054                           (setcar ranges (cons (car ranges)
4055                                                (cadr ranges)))
4056                           (setcdr ranges (cddr ranges))))
4057                   (if (= (1+ (car ranges)) (caadr ranges))
4058                       (progn
4059                         (setcar (cadr ranges) (car ranges))
4060                         (setcar ranges (cadr ranges))
4061                         (setcdr ranges (cddr ranges))))))
4062           (if (cdr ranges)
4063               (if (atom (cadr ranges))
4064                   (if (= (1+ (cdar ranges)) (cadr ranges))
4065                       (progn
4066                         (setcdr (car ranges) (cadr ranges))
4067                         (setcdr ranges (cddr ranges))))
4068                 (if (= (1+ (cdar ranges)) (caadr ranges))
4069                     (progn
4070                       (setcdr (car ranges) (cdadr ranges))
4071                       (setcdr ranges (cddr ranges)))))))
4072         (setq ranges (cdr ranges)))
4073       out)))
4074
4075 (defun gnus-remove-from-range (ranges list)
4076   "Return a list of ranges that has all articles from LIST removed from RANGES.
4077 Note: LIST has to be sorted over `<'."
4078   ;; !!! This function shouldn't look like this, but I've got a headache.
4079   (gnus-compress-sequence
4080    (gnus-sorted-complement
4081     (gnus-uncompress-range ranges) list)))
4082
4083 (defun gnus-member-of-range (number ranges)
4084   (if (not (listp (cdr ranges)))
4085       (and (>= number (car ranges))
4086            (<= number (cdr ranges)))
4087     (let ((not-stop t))
4088       (while (and ranges
4089                   (if (numberp (car ranges))
4090                       (>= number (car ranges))
4091                     (>= number (caar ranges)))
4092                   not-stop)
4093         (if (if (numberp (car ranges))
4094                 (= number (car ranges))
4095               (and (>= number (caar ranges))
4096                    (<= number (cdar ranges))))
4097             (setq not-stop nil))
4098         (setq ranges (cdr ranges)))
4099       (not not-stop))))
4100
4101 (defun gnus-range-length (range)
4102   "Return the length RANGE would have if uncompressed."
4103   (length (gnus-uncompress-range range)))
4104
4105 (defun gnus-sublist-p (list sublist)
4106   "Test whether all elements in SUBLIST are members of LIST."
4107   (let ((sublistp t))
4108     (while sublist
4109       (unless (memq (pop sublist) list)
4110         (setq sublistp nil
4111               sublist nil)))
4112     sublistp))
4113
4114 \f
4115 ;;;
4116 ;;; Gnus group mode
4117 ;;;
4118
4119 (defvar gnus-group-mode-map nil)
4120 (put 'gnus-group-mode 'mode-class 'special)
4121
4122 (unless gnus-group-mode-map
4123   (setq gnus-group-mode-map (make-keymap))
4124   (suppress-keymap gnus-group-mode-map)
4125
4126   (gnus-define-keys gnus-group-mode-map
4127     " " gnus-group-read-group
4128     "=" gnus-group-select-group
4129     "\r" gnus-group-select-group
4130     "\M-\r" gnus-group-quick-select-group
4131     "j" gnus-group-jump-to-group
4132     "n" gnus-group-next-unread-group
4133     "p" gnus-group-prev-unread-group
4134     "\177" gnus-group-prev-unread-group
4135     [delete] gnus-group-prev-unread-group
4136     "N" gnus-group-next-group
4137     "P" gnus-group-prev-group
4138     "\M-n" gnus-group-next-unread-group-same-level
4139     "\M-p" gnus-group-prev-unread-group-same-level
4140     "," gnus-group-best-unread-group
4141     "." gnus-group-first-unread-group
4142     "u" gnus-group-unsubscribe-current-group
4143     "U" gnus-group-unsubscribe-group
4144     "c" gnus-group-catchup-current
4145     "C" gnus-group-catchup-current-all
4146     "l" gnus-group-list-groups
4147     "L" gnus-group-list-all-groups
4148     "m" gnus-group-mail
4149     "g" gnus-group-get-new-news
4150     "\M-g" gnus-group-get-new-news-this-group
4151     "R" gnus-group-restart
4152     "r" gnus-group-read-init-file
4153     "B" gnus-group-browse-foreign-server
4154     "b" gnus-group-check-bogus-groups
4155     "F" gnus-find-new-newsgroups
4156     "\C-c\C-d" gnus-group-describe-group
4157     "\M-d" gnus-group-describe-all-groups
4158     "\C-c\C-a" gnus-group-apropos
4159     "\C-c\M-\C-a" gnus-group-description-apropos
4160     "a" gnus-group-post-news
4161     "\ek" gnus-group-edit-local-kill
4162     "\eK" gnus-group-edit-global-kill
4163     "\C-k" gnus-group-kill-group
4164     "\C-y" gnus-group-yank-group
4165     "\C-w" gnus-group-kill-region
4166     "\C-x\C-t" gnus-group-transpose-groups
4167     "\C-c\C-l" gnus-group-list-killed
4168     "\C-c\C-x" gnus-group-expire-articles
4169     "\C-c\M-\C-x" gnus-group-expire-all-groups
4170     "V" gnus-version
4171     "s" gnus-group-save-newsrc
4172     "z" gnus-group-suspend
4173     "Z" gnus-group-clear-dribble
4174     "q" gnus-group-exit
4175     "Q" gnus-group-quit
4176     "?" gnus-group-describe-briefly
4177     "\C-c\C-i" gnus-info-find-node
4178     "\M-e" gnus-group-edit-group-method
4179     "^" gnus-group-enter-server-mode
4180     gnus-mouse-2 gnus-mouse-pick-group
4181     "<" beginning-of-buffer
4182     ">" end-of-buffer
4183     "\C-c\C-b" gnus-bug
4184     "\C-c\C-s" gnus-group-sort-groups
4185     "t" gnus-topic-mode
4186     "\C-c\M-g" gnus-activate-all-groups
4187     "\M-&" gnus-group-universal-argument
4188     "#" gnus-group-mark-group
4189     "\M-#" gnus-group-unmark-group)
4190
4191   (gnus-define-keys (gnus-group-mark-map "M" gnus-group-mode-map)
4192     "m" gnus-group-mark-group
4193     "u" gnus-group-unmark-group
4194     "w" gnus-group-mark-region
4195     "m" gnus-group-mark-buffer
4196     "r" gnus-group-mark-regexp
4197     "U" gnus-group-unmark-all-groups)
4198
4199   (gnus-define-keys (gnus-group-group-map "G" gnus-group-mode-map)
4200     "d" gnus-group-make-directory-group
4201     "h" gnus-group-make-help-group
4202     "a" gnus-group-make-archive-group
4203     "k" gnus-group-make-kiboze-group
4204     "m" gnus-group-make-group
4205     "E" gnus-group-edit-group
4206     "e" gnus-group-edit-group-method
4207     "p" gnus-group-edit-group-parameters
4208     "v" gnus-group-add-to-virtual
4209     "V" gnus-group-make-empty-virtual
4210     "D" gnus-group-enter-directory
4211     "f" gnus-group-make-doc-group
4212     "r" gnus-group-rename-group
4213     "\177" gnus-group-delete-group
4214     [delete] gnus-group-delete-group)
4215
4216    (gnus-define-keys (gnus-group-soup-map "s" gnus-group-group-map)
4217      "b" gnus-group-brew-soup
4218      "w" gnus-soup-save-areas
4219      "s" gnus-soup-send-replies
4220      "p" gnus-soup-pack-packet
4221      "r" nnsoup-pack-replies)
4222
4223    (gnus-define-keys (gnus-group-sort-map "S" gnus-group-group-map)
4224      "s" gnus-group-sort-groups
4225      "a" gnus-group-sort-groups-by-alphabet
4226      "u" gnus-group-sort-groups-by-unread
4227      "l" gnus-group-sort-groups-by-level
4228      "v" gnus-group-sort-groups-by-score
4229      "r" gnus-group-sort-groups-by-rank
4230      "m" gnus-group-sort-groups-by-method)
4231
4232    (gnus-define-keys (gnus-group-list-map "A" gnus-group-mode-map)
4233      "k" gnus-group-list-killed
4234      "z" gnus-group-list-zombies
4235      "s" gnus-group-list-groups
4236      "u" gnus-group-list-all-groups
4237      "A" gnus-group-list-active
4238      "a" gnus-group-apropos
4239      "d" gnus-group-description-apropos
4240      "m" gnus-group-list-matching
4241      "M" gnus-group-list-all-matching
4242      "l" gnus-group-list-level)
4243
4244    (gnus-define-keys (gnus-group-score-map "W" gnus-group-mode-map)
4245      "f" gnus-score-flush-cache)
4246
4247    (gnus-define-keys (gnus-group-help-map "H" gnus-group-mode-map)
4248      "f" gnus-group-fetch-faq)
4249
4250    (gnus-define-keys (gnus-group-sub-map "S" gnus-group-mode-map)
4251      "l" gnus-group-set-current-level
4252      "t" gnus-group-unsubscribe-current-group
4253      "s" gnus-group-unsubscribe-group
4254      "k" gnus-group-kill-group
4255      "y" gnus-group-yank-group
4256      "w" gnus-group-kill-region
4257      "\C-k" gnus-group-kill-level
4258      "z" gnus-group-kill-all-zombies))
4259
4260 (defun gnus-group-mode ()
4261   "Major mode for reading news.
4262
4263 All normal editing commands are switched off.
4264 \\<gnus-group-mode-map>
4265 The group buffer lists (some of) the groups available.  For instance,
4266 `\\[gnus-group-list-groups]' will list all subscribed groups with unread articles, while `\\[gnus-group-list-zombies]'
4267 lists all zombie groups.
4268
4269 Groups that are displayed can be entered with `\\[gnus-group-read-group]'.  To subscribe
4270 to a group not displayed, type `\\[gnus-group-unsubscribe-group]'.
4271
4272 For more in-depth information on this mode, read the manual (`\\[gnus-info-find-node]').
4273
4274 The following commands are available:
4275
4276 \\{gnus-group-mode-map}"
4277   (interactive)
4278   (when (and menu-bar-mode
4279              (gnus-visual-p 'group-menu 'menu))
4280     (gnus-group-make-menu-bar))
4281   (kill-all-local-variables)
4282   (gnus-simplify-mode-line)
4283   (setq major-mode 'gnus-group-mode)
4284   (setq mode-name "Group")
4285   (gnus-group-set-mode-line)
4286   (setq mode-line-process nil)
4287   (use-local-map gnus-group-mode-map)
4288   (buffer-disable-undo (current-buffer))
4289   (setq truncate-lines t)
4290   (setq buffer-read-only t)
4291   (gnus-make-local-hook 'post-command-hook)
4292   (gnus-add-hook 'post-command-hook 'gnus-clear-inboxes-moved nil t)
4293   (run-hooks 'gnus-group-mode-hook))
4294
4295 (defun gnus-clear-inboxes-moved ()
4296   (setq nnmail-moved-inboxes nil))
4297
4298 (defun gnus-mouse-pick-group (e)
4299   "Enter the group under the mouse pointer."
4300   (interactive "e")
4301   (mouse-set-point e)
4302   (gnus-group-read-group nil))
4303
4304 ;; Look at LEVEL and find out what the level is really supposed to be.
4305 ;; If LEVEL is non-nil, LEVEL will be returned, if not, what happens
4306 ;; will depend on whether `gnus-group-use-permanent-levels' is used.
4307 (defun gnus-group-default-level (&optional level number-or-nil)
4308   (cond
4309    (gnus-group-use-permanent-levels
4310     (or (setq gnus-group-use-permanent-levels
4311               (or level (if (numberp gnus-group-use-permanent-levels)
4312                             gnus-group-use-permanent-levels
4313                           (or gnus-group-default-list-level
4314                               gnus-level-subscribed))))
4315         gnus-group-default-list-level gnus-level-subscribed))
4316    (number-or-nil
4317     level)
4318    (t
4319     (or level gnus-group-default-list-level gnus-level-subscribed))))
4320
4321 ;;;###autoload
4322 (defun gnus-slave-no-server (&optional arg)
4323   "Read network news as a slave, without connecting to local server"
4324   (interactive "P")
4325   (gnus-no-server arg t))
4326
4327 ;;;###autoload
4328 (defun gnus-no-server (&optional arg slave)
4329   "Read network news.
4330 If ARG is a positive number, Gnus will use that as the
4331 startup level.  If ARG is nil, Gnus will be started at level 2.
4332 If ARG is non-nil and not a positive number, Gnus will
4333 prompt the user for the name of an NNTP server to use.
4334 As opposed to `gnus', this command will not connect to the local server."
4335   (interactive "P")
4336   (let ((val (or arg (1- gnus-level-default-subscribed))))
4337     (gnus val t slave)
4338     (make-local-variable 'gnus-group-use-permanent-levels)
4339     (setq gnus-group-use-permanent-levels val)))
4340
4341 ;;;###autoload
4342 (defun gnus-slave (&optional arg)
4343   "Read news as a slave."
4344   (interactive "P")
4345   (gnus arg nil 'slave))
4346
4347 ;;;###autoload
4348 (defun gnus-other-frame (&optional arg)
4349   "Pop up a frame to read news."
4350   (interactive "P")
4351   (if (get-buffer gnus-group-buffer)
4352       (let ((pop-up-frames t))
4353         (gnus arg))
4354     (select-frame (make-frame))
4355     (gnus arg)))
4356
4357 ;;;###autoload
4358 (defun gnus (&optional arg dont-connect slave)
4359   "Read network news.
4360 If ARG is non-nil and a positive number, Gnus will use that as the
4361 startup level.  If ARG is non-nil and not a positive number, Gnus will
4362 prompt the user for the name of an NNTP server to use."
4363   (interactive "P")
4364
4365   (if (get-buffer gnus-group-buffer)
4366       (progn
4367         (switch-to-buffer gnus-group-buffer)
4368         (gnus-group-get-new-news))
4369
4370     (gnus-clear-system)
4371     (nnheader-init-server-buffer)
4372     (gnus-read-init-file)
4373     (setq gnus-slave slave)
4374
4375     (gnus-group-setup-buffer)
4376     (let ((buffer-read-only nil))
4377       (erase-buffer)
4378       (if (not gnus-inhibit-startup-message)
4379           (progn
4380             (gnus-group-startup-message)
4381             (sit-for 0))))
4382
4383     (let ((level (and (numberp arg) (> arg 0) arg))
4384           did-connect)
4385       (unwind-protect
4386           (progn
4387             (or dont-connect
4388                 (setq did-connect
4389                       (gnus-start-news-server (and arg (not level))))))
4390         (if (and (not dont-connect)
4391                  (not did-connect))
4392             (gnus-group-quit)
4393           (run-hooks 'gnus-startup-hook)
4394           ;; NNTP server is successfully open.
4395
4396           ;; Find the current startup file name.
4397           (setq gnus-current-startup-file
4398                 (gnus-make-newsrc-file gnus-startup-file))
4399
4400           ;; Read the dribble file.
4401           (when (or gnus-slave gnus-use-dribble-file)
4402             (gnus-dribble-read-file))
4403
4404           ;; Allow using GroupLens predictions.
4405           (when gnus-use-grouplens
4406             (bbb-login)
4407             (add-hook 'gnus-summary-mode-hook 'gnus-grouplens-mode))
4408
4409           (gnus-summary-make-display-table)
4410           ;; Do the actual startup.
4411           (gnus-setup-news nil level dont-connect)
4412           ;; Generate the group buffer.
4413           (gnus-group-list-groups level)
4414           (gnus-group-first-unread-group)
4415           (gnus-configure-windows 'group)
4416           (gnus-group-set-mode-line))))))
4417
4418 (defun gnus-unload ()
4419   "Unload all Gnus features."
4420   (interactive)
4421   (or (boundp 'load-history)
4422       (error "Sorry, `gnus-unload' is not implemented in this Emacs version."))
4423   (let ((history load-history)
4424         feature)
4425     (while history
4426       (and (string-match "^\\(gnus\\|nn\\)" (caar history))
4427            (setq feature (cdr (assq 'provide (car history))))
4428            (unload-feature feature 'force))
4429       (setq history (cdr history)))))
4430
4431 (defun gnus-compile ()
4432   "Byte-compile the user-defined format specs."
4433   (interactive)
4434   (let ((entries gnus-format-specs)
4435         entry gnus-tmp-func)
4436     (save-excursion
4437       (gnus-message 7 "Compiling format specs...")
4438
4439       (while entries
4440         (setq entry (pop entries))
4441         (if (eq (car entry) 'version)
4442             (setq gnus-format-specs (delq entry gnus-format-specs))
4443           (when (and (listp (caddr entry))
4444                      (not (eq 'byte-code (caaddr entry))))
4445             (fset 'gnus-tmp-func
4446                   `(lambda () ,(caddr entry)))
4447             (byte-compile 'gnus-tmp-func)
4448             (setcar (cddr entry) (gnus-byte-code 'gnus-tmp-func)))))
4449
4450       (push (cons 'version emacs-version) gnus-format-specs)
4451
4452       (gnus-message 7 "Compiling user specs...done"))))
4453
4454 (defun gnus-indent-rigidly (start end arg)
4455   "Indent rigidly using only spaces and no tabs."
4456   (save-excursion
4457     (save-restriction
4458       (narrow-to-region start end)
4459       (indent-rigidly start end arg)
4460       (goto-char (point-min))
4461       (while (search-forward "\t" nil t)
4462         (replace-match "        " t t)))))
4463
4464 (defun gnus-group-startup-message (&optional x y)
4465   "Insert startup message in current buffer."
4466   ;; Insert the message.
4467   (erase-buffer)
4468   (insert
4469    (format "              %s
4470           _    ___ _             _
4471           _ ___ __ ___  __    _ ___
4472           __   _     ___    __  ___
4473               _           ___     _
4474              _  _ __             _
4475              ___   __            _
4476                    __           _
4477                     _      _   _
4478                    _      _    _
4479                       _  _    _
4480                   __  ___
4481                  _   _ _     _
4482                 _   _
4483               _    _
4484              _    _
4485             _
4486           __
4487
4488 "
4489            ""))
4490   ;; And then hack it.
4491   (gnus-indent-rigidly (point-min) (point-max)
4492                        (/ (max (- (window-width) (or x 46)) 0) 2))
4493   (goto-char (point-min))
4494   (forward-line 1)
4495   (let* ((pheight (count-lines (point-min) (point-max)))
4496          (wheight (window-height))
4497          (rest (- wheight pheight)))
4498     (insert (make-string (max 0 (* 2 (/ rest 3))) ?\n)))
4499   ;; Fontify some.
4500   (goto-char (point-min))
4501   (and (search-forward "Praxis" nil t)
4502        (gnus-put-text-property (match-beginning 0) (match-end 0) 'face 'bold))
4503   (goto-char (point-min))
4504   (let* ((mode-string (gnus-group-set-mode-line)))
4505     (setq mode-line-buffer-identification
4506           (list (concat gnus-version (substring (car mode-string) 4))))
4507     (set-buffer-modified-p t)))
4508
4509 (defun gnus-group-setup-buffer ()
4510   (or (get-buffer gnus-group-buffer)
4511       (progn
4512         (switch-to-buffer gnus-group-buffer)
4513         (gnus-add-current-to-buffer-list)
4514         (gnus-group-mode)
4515         (and gnus-carpal (gnus-carpal-setup-buffer 'group)))))
4516
4517 (defun gnus-group-list-groups (&optional level unread lowest)
4518   "List newsgroups with level LEVEL or lower that have unread articles.
4519 Default is all subscribed groups.
4520 If argument UNREAD is non-nil, groups with no unread articles are also
4521 listed."
4522   (interactive (list (if current-prefix-arg
4523                          (prefix-numeric-value current-prefix-arg)
4524                        (or
4525                         (gnus-group-default-level nil t)
4526                         gnus-group-default-list-level
4527                         gnus-level-subscribed))))
4528   (or level
4529       (setq level (car gnus-group-list-mode)
4530             unread (cdr gnus-group-list-mode)))
4531   (setq level (gnus-group-default-level level))
4532   (gnus-group-setup-buffer)             ;May call from out of group buffer
4533   (gnus-update-format-specifications)
4534   (let ((case-fold-search nil)
4535         (props (text-properties-at (gnus-point-at-bol)))
4536         (group (gnus-group-group-name)))
4537     (set-buffer gnus-group-buffer)
4538     (funcall gnus-group-prepare-function level unread lowest)
4539     (if (zerop (buffer-size))
4540         (gnus-message 5 gnus-no-groups-message)
4541       (goto-char (point-max))
4542       (when (or (not gnus-group-goto-next-group-function)
4543                 (not (funcall gnus-group-goto-next-group-function 
4544                               group props)))
4545         (if (not group)
4546             ;; Go to the first group with unread articles.
4547             (gnus-group-search-forward t)
4548           ;; Find the right group to put point on.  If the current group
4549           ;; has disappeared in the new listing, try to find the next
4550           ;; one.        If no next one can be found, just leave point at the
4551           ;; first newsgroup in the buffer.
4552           (if (not (gnus-goto-char
4553                     (text-property-any
4554                      (point-min) (point-max)
4555                      'gnus-group (gnus-intern-safe group gnus-active-hashtb))))
4556               (let ((newsrc (cdddr (gnus-gethash group gnus-newsrc-hashtb))))
4557                 (while (and newsrc
4558                             (not (gnus-goto-char
4559                                   (text-property-any
4560                                    (point-min) (point-max) 'gnus-group
4561                                    (gnus-intern-safe
4562                                     (caar newsrc) gnus-active-hashtb)))))
4563                   (setq newsrc (cdr newsrc)))
4564                 (or newsrc (progn (goto-char (point-max))
4565                                   (forward-line -1)))))))
4566       ;; Adjust cursor point.
4567       (gnus-group-position-point))))
4568
4569 (defun gnus-group-list-level (level &optional all)
4570   "List groups on LEVEL.
4571 If ALL (the prefix), also list groups that have no unread articles."
4572   (interactive "nList groups on level: \nP")
4573   (gnus-group-list-groups level all level))
4574
4575 (defun gnus-group-prepare-flat (level &optional all lowest regexp)
4576   "List all newsgroups with unread articles of level LEVEL or lower.
4577 If ALL is non-nil, list groups that have no unread articles.
4578 If LOWEST is non-nil, list all newsgroups of level LOWEST or higher.
4579 If REGEXP, only list groups matching REGEXP."
4580   (set-buffer gnus-group-buffer)
4581   (let ((buffer-read-only nil)
4582         (newsrc (cdr gnus-newsrc-alist))
4583         (lowest (or lowest 1))
4584         info clevel unread group params)
4585     (erase-buffer)
4586     (if (< lowest gnus-level-zombie)
4587         ;; List living groups.
4588         (while newsrc
4589           (setq info (car newsrc)
4590                 group (gnus-info-group info)
4591                 params (gnus-info-params info)
4592                 newsrc (cdr newsrc)
4593                 unread (car (gnus-gethash group gnus-newsrc-hashtb)))
4594           (and unread                   ; This group might be bogus
4595                (or (not regexp)
4596                    (string-match regexp group))
4597                (<= (setq clevel (gnus-info-level info)) level)
4598                (>= clevel lowest)
4599                (or all                  ; We list all groups?
4600                    (if (eq unread t)    ; Unactivated?
4601                        gnus-group-list-inactive-groups ; We list unactivated 
4602                      (> unread 0))      ; We list groups with unread articles
4603                    (and gnus-list-groups-with-ticked-articles
4604                         (cdr (assq 'tick (gnus-info-marks info))))
4605                                         ; And groups with tickeds
4606                    ;; Check for permanent visibility.
4607                    (and gnus-permanently-visible-groups
4608                         (string-match gnus-permanently-visible-groups
4609                                       group))
4610                    (memq 'visible params)
4611                    (cdr (assq 'visible params)))
4612                (gnus-group-insert-group-line
4613                 group (gnus-info-level info)
4614                 (gnus-info-marks info) unread (gnus-info-method info)))))
4615
4616     ;; List dead groups.
4617     (and (>= level gnus-level-zombie) (<= lowest gnus-level-zombie)
4618          (gnus-group-prepare-flat-list-dead
4619           (setq gnus-zombie-list (sort gnus-zombie-list 'string<))
4620           gnus-level-zombie ?Z
4621           regexp))
4622     (and (>= level gnus-level-killed) (<= lowest gnus-level-killed)
4623          (gnus-group-prepare-flat-list-dead
4624           (setq gnus-killed-list (sort gnus-killed-list 'string<))
4625           gnus-level-killed ?K regexp))
4626
4627     (gnus-group-set-mode-line)
4628     (setq gnus-group-list-mode (cons level all))
4629     (run-hooks 'gnus-group-prepare-hook)))
4630
4631 (defun gnus-group-prepare-flat-list-dead (groups level mark regexp)
4632   ;; List zombies and killed lists somewhat faster, which was
4633   ;; suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.  It does
4634   ;; this by ignoring the group format specification altogether.
4635   (let (group)
4636     (if regexp
4637         ;; This loop is used when listing groups that match some
4638         ;; regexp.
4639         (while groups
4640           (setq group (pop groups))
4641           (when (string-match regexp group)
4642             (gnus-add-text-properties
4643              (point) (prog1 (1+ (point))
4644                        (insert " " mark "     *: " group "\n"))
4645              (list 'gnus-group (gnus-intern-safe group gnus-active-hashtb)
4646                    'gnus-unread t
4647                    'gnus-level level))))
4648       ;; This loop is used when listing all groups.
4649       (while groups
4650         (gnus-add-text-properties
4651          (point) (prog1 (1+ (point))
4652                    (insert " " mark "     *: "
4653                            (setq group (pop groups)) "\n"))
4654          (list 'gnus-group (gnus-intern-safe group gnus-active-hashtb)
4655                'gnus-unread t
4656                'gnus-level level))))))
4657
4658 (defmacro gnus-group-real-name (group)
4659   "Find the real name of a foreign newsgroup."
4660   `(let ((gname ,group))
4661      (if (string-match ":[^:]+$" gname)
4662          (substring gname (1+ (match-beginning 0)))
4663        gname)))
4664
4665 (defsubst gnus-server-add-address (method)
4666   (let ((method-name (symbol-name (car method))))
4667     (if (and (memq 'address (assoc method-name gnus-valid-select-methods))
4668              (not (assq (intern (concat method-name "-address")) method)))
4669         (append method (list (list (intern (concat method-name "-address"))
4670                                    (nth 1 method))))
4671       method)))
4672
4673 (defsubst gnus-server-get-method (group method)
4674   ;; Input either a server name, and extended server name, or a
4675   ;; select method, and return a select method.
4676   (cond ((stringp method)
4677          (gnus-server-to-method method))
4678         ((equal method gnus-select-method)
4679          gnus-select-method)
4680         ((and (stringp (car method)) group)
4681          (gnus-server-extend-method group method))
4682         ((and method (not group)
4683               (equal (cadr method) ""))
4684          method)
4685         (t
4686          (gnus-server-add-address method))))
4687
4688 (defun gnus-server-to-method (server)
4689   "Map virtual server names to select methods."
4690   (or 
4691    ;; Is this a method, perhaps?
4692    (and server (listp server) server)
4693    ;; Perhaps this is the native server?
4694    (and (equal server "native") gnus-select-method)
4695    ;; It should be in the server alist.
4696    (cdr (assoc server gnus-server-alist))
4697    ;; If not, we look through all the opened server
4698    ;; to see whether we can find it there.
4699    (let ((opened gnus-opened-servers))
4700      (while (and opened
4701                  (not (equal server (format "%s:%s" (caaar opened)
4702                                             (cadaar opened)))))
4703        (pop opened))
4704      (caar opened))))
4705
4706 (defmacro gnus-method-equal (ss1 ss2)
4707   "Say whether two servers are equal."
4708   `(let ((s1 ,ss1)
4709          (s2 ,ss2))
4710      (or (equal s1 s2)
4711          (and (= (length s1) (length s2))
4712               (progn
4713                 (while (and s1 (member (car s1) s2))
4714                   (setq s1 (cdr s1)))
4715                 (null s1))))))
4716
4717 (defun gnus-server-equal (m1 m2)
4718   "Say whether two methods are equal."
4719   (let ((m1 (cond ((null m1) gnus-select-method)
4720                   ((stringp m1) (gnus-server-to-method m1))
4721                   (t m1)))
4722         (m2 (cond ((null m2) gnus-select-method)
4723                   ((stringp m2) (gnus-server-to-method m2))
4724                   (t m2))))
4725     (gnus-method-equal m1 m2)))
4726
4727 (defun gnus-servers-using-backend (backend)
4728   "Return a list of known servers using BACKEND."
4729   (let ((opened gnus-opened-servers)
4730         out)
4731     (while opened
4732       (when (eq backend (caaar opened))
4733         (push (caar opened) out))
4734       (pop opened))
4735     out))
4736
4737 (defun gnus-group-prefixed-name (group method)
4738   "Return the whole name from GROUP and METHOD."
4739   (and (stringp method) (setq method (gnus-server-to-method method)))
4740   (concat (format "%s" (car method))
4741           (if (and
4742                (or (assoc (format "%s" (car method)) 
4743                           (gnus-methods-using 'address))
4744                    (gnus-server-equal method gnus-message-archive-method))
4745                (nth 1 method)
4746                (not (string= (nth 1 method) "")))
4747               (concat "+" (nth 1 method)))
4748           ":" group))
4749
4750 (defun gnus-group-real-prefix (group)
4751   "Return the prefix of the current group name."
4752   (if (string-match "^[^:]+:" group)
4753       (substring group 0 (match-end 0))
4754     ""))
4755
4756 (defun gnus-group-method (group)
4757   "Return the server or method used for selecting GROUP."
4758   (let ((prefix (gnus-group-real-prefix group)))
4759     (if (equal prefix "")
4760         gnus-select-method
4761       (let ((servers gnus-opened-servers)
4762             (server "")
4763             backend possible found)
4764         (if (string-match "^[^\\+]+\\+" prefix)
4765             (setq backend (intern (substring prefix 0 (1- (match-end 0))))
4766                   server (substring prefix (match-end 0) (1- (length prefix))))
4767           (setq backend (intern (substring prefix 0 (1- (length prefix))))))
4768         (while servers
4769           (when (eq (caaar servers) backend)
4770             (setq possible (caar servers))
4771             (when (equal (cadaar servers) server)
4772               (setq found (caar servers))))
4773           (pop servers))
4774         (or (car (rassoc found gnus-server-alist))
4775             found
4776             (car (rassoc possible gnus-server-alist))
4777             possible
4778             (list backend server))))))
4779
4780 (defsubst gnus-secondary-method-p (method)
4781   "Return whether METHOD is a secondary select method."
4782   (let ((methods gnus-secondary-select-methods)
4783         (gmethod (gnus-server-get-method nil method)))
4784     (while (and methods
4785                 (not (equal (gnus-server-get-method nil (car methods))
4786                             gmethod)))
4787       (setq methods (cdr methods)))
4788     methods))
4789
4790 (defun gnus-group-foreign-p (group)
4791   "Say whether a group is foreign or not."
4792   (and (not (gnus-group-native-p group))
4793        (not (gnus-group-secondary-p group))))
4794
4795 (defun gnus-group-native-p (group)
4796   "Say whether the group is native or not."
4797   (not (string-match ":" group)))
4798
4799 (defun gnus-group-secondary-p (group)
4800   "Say whether the group is secondary or not."
4801   (gnus-secondary-method-p (gnus-find-method-for-group group)))
4802
4803 (defun gnus-group-get-parameter (group &optional symbol)
4804   "Returns the group parameters for GROUP.
4805 If SYMBOL, return the value of that symbol in the group parameters."
4806   (let ((params (gnus-info-params (gnus-get-info group))))
4807     (if symbol
4808         (gnus-group-parameter-value params symbol)
4809       params)))
4810
4811 (defun gnus-group-parameter-value (params symbol)
4812   "Return the value of SYMBOL in group PARAMS."
4813   (or (car (memq symbol params))        ; It's either a simple symbol
4814       (cdr (assq symbol params))))      ; or a cons.
4815
4816 (defun gnus-group-add-parameter (group param)
4817   "Add parameter PARAM to GROUP."
4818   (let ((info (gnus-get-info group)))
4819     (if (not info)
4820         () ; This is a dead group.  We just ignore it.
4821       ;; Cons the new param to the old one and update.
4822       (gnus-group-set-info (cons param (gnus-info-params info))
4823                            group 'params))))
4824
4825 (defun gnus-group-set-parameter (group name value)
4826   "Set parameter NAME to VALUE in GROUP."
4827   (let ((info (gnus-get-info group)))
4828     (if (not info)
4829         () ; This is a dead group.  We just ignore it.
4830       (let ((old-params (gnus-info-params info))
4831             (new-params (list (cons name value))))
4832         (while old-params
4833           (if (or (not (listp (car old-params)))
4834                   (not (eq (caar old-params) name)))
4835               (setq new-params (append new-params (list (car old-params)))))
4836           (setq old-params (cdr old-params)))
4837         (gnus-group-set-info new-params group 'params)))))
4838
4839 (defun gnus-group-add-score (group &optional score)
4840   "Add SCORE to the GROUP score.
4841 If SCORE is nil, add 1 to the score of GROUP."
4842   (let ((info (gnus-get-info group)))
4843     (when info
4844       (gnus-info-set-score info (+ (gnus-info-score info) (or score 1))))))
4845
4846 (defun gnus-summary-bubble-group ()
4847   "Increase the score of the current group.
4848 This is a handy function to add to `gnus-summary-exit-hook' to
4849 increase the score of each group you read."
4850   (gnus-group-add-score gnus-newsgroup-name))
4851
4852 (defun gnus-group-set-info (info &optional method-only-group part)
4853   (let* ((entry (gnus-gethash
4854                  (or method-only-group (gnus-info-group info))
4855                  gnus-newsrc-hashtb))
4856          (part-info info)
4857          (info (if method-only-group (nth 2 entry) info))
4858          method)
4859     (when method-only-group
4860       (unless entry
4861         (error "Trying to change non-existent group %s" method-only-group))
4862       ;; We have received parts of the actual group info - either the
4863       ;; select method or the group parameters.  We first check
4864       ;; whether we have to extend the info, and if so, do that.
4865       (let ((len (length info))
4866             (total (if (eq part 'method) 5 6)))
4867         (when (< len total)
4868           (setcdr (nthcdr (1- len) info)
4869                   (make-list (- total len) nil)))
4870         ;; Then we enter the new info.
4871         (setcar (nthcdr (1- total) info) part-info)))
4872     (unless entry
4873       ;; This is a new group, so we just create it.
4874       (save-excursion
4875         (set-buffer gnus-group-buffer)
4876         (setq method (gnus-info-method info))
4877         (when (gnus-server-equal method "native")
4878           (setq method nil))
4879         (save-excursion
4880           (set-buffer gnus-group-buffer)
4881           (if method
4882               ;; It's a foreign group...
4883               (gnus-group-make-group
4884                (gnus-group-real-name (gnus-info-group info))
4885                (if (stringp method) method
4886                  (prin1-to-string (car method)))
4887                (and (consp method)
4888                     (nth 1 (gnus-info-method info))))
4889             ;; It's a native group.
4890             (gnus-group-make-group (gnus-info-group info))))
4891         (gnus-message 6 "Note: New group created")
4892         (setq entry
4893               (gnus-gethash (gnus-group-prefixed-name
4894                              (gnus-group-real-name (gnus-info-group info))
4895                              (or (gnus-info-method info) gnus-select-method))
4896                             gnus-newsrc-hashtb))))
4897     ;; Whether it was a new group or not, we now have the entry, so we
4898     ;; can do the update.
4899     (if entry
4900         (progn
4901           (setcar (nthcdr 2 entry) info)
4902           (when (and (not (eq (car entry) t))
4903                      (gnus-active (gnus-info-group info)))
4904             (setcar entry (length (gnus-list-of-unread-articles (car info))))))
4905       (error "No such group: %s" (gnus-info-group info)))))
4906
4907 (defun gnus-group-set-method-info (group select-method)
4908   (gnus-group-set-info select-method group 'method))
4909
4910 (defun gnus-group-set-params-info (group params)
4911   (gnus-group-set-info params group 'params))
4912
4913 (defun gnus-group-update-group-line ()
4914   "Update the current line in the group buffer."
4915   (let* ((buffer-read-only nil)
4916          (group (gnus-group-group-name))
4917          (entry (and group (gnus-gethash group gnus-newsrc-hashtb)))
4918          gnus-group-indentation)
4919     (and entry
4920          (not (gnus-ephemeral-group-p group))
4921          (gnus-dribble-enter
4922           (concat "(gnus-group-set-info '"
4923                   (prin1-to-string (nth 2 entry)) ")")))
4924     (setq gnus-group-indentation (gnus-group-group-indentation))
4925     (gnus-delete-line)
4926     (gnus-group-insert-group-line-info group)
4927     (forward-line -1)
4928     (gnus-group-position-point)))
4929
4930 (defun gnus-group-insert-group-line-info (group)
4931   "Insert GROUP on the current line."
4932   (let ((entry (gnus-gethash group gnus-newsrc-hashtb))
4933         active info)
4934     (if entry
4935         (progn
4936           ;; (Un)subscribed group.
4937           (setq info (nth 2 entry))
4938           (gnus-group-insert-group-line
4939            group (gnus-info-level info) (gnus-info-marks info)
4940            (or (car entry) t) (gnus-info-method info)))
4941       ;; This group is dead.
4942       (gnus-group-insert-group-line
4943        group
4944        (if (member group gnus-zombie-list) gnus-level-zombie gnus-level-killed)
4945        nil
4946        (if (setq active (gnus-active group))
4947            (- (1+ (cdr active)) (car active)) 0)
4948        nil))))
4949
4950 (defun gnus-group-insert-group-line (gnus-tmp-group gnus-tmp-level 
4951                                                     gnus-tmp-marked number
4952                                                     gnus-tmp-method)
4953   "Insert a group line in the group buffer."
4954   (let* ((gnus-tmp-active (gnus-active gnus-tmp-group))
4955          (gnus-tmp-number-total
4956           (if gnus-tmp-active
4957               (1+ (- (cdr gnus-tmp-active) (car gnus-tmp-active)))
4958             0))
4959          (gnus-tmp-number-of-unread
4960           (if (numberp number) (int-to-string (max 0 number))
4961             "*"))
4962          (gnus-tmp-number-of-read
4963           (if (numberp number)
4964               (int-to-string (max 0 (- gnus-tmp-number-total number)))
4965             "*"))
4966          (gnus-tmp-subscribed
4967           (cond ((<= gnus-tmp-level gnus-level-subscribed) ? )
4968                 ((<= gnus-tmp-level gnus-level-unsubscribed) ?U)
4969                 ((= gnus-tmp-level gnus-level-zombie) ?Z)
4970                 (t ?K)))
4971          (gnus-tmp-qualified-group (gnus-group-real-name gnus-tmp-group))
4972          (gnus-tmp-newsgroup-description
4973           (if gnus-description-hashtb
4974               (or (gnus-gethash gnus-tmp-group gnus-description-hashtb) "")
4975             ""))
4976          (gnus-tmp-moderated
4977           (if (member gnus-tmp-group gnus-moderated-list) ?m ? ))
4978          (gnus-tmp-moderated-string
4979           (if (eq gnus-tmp-moderated ?m) "(m)" ""))
4980          (gnus-tmp-method
4981           (gnus-server-get-method gnus-tmp-group gnus-tmp-method))
4982          (gnus-tmp-news-server (or (cadr gnus-tmp-method) ""))
4983          (gnus-tmp-news-method (or (car gnus-tmp-method) ""))
4984          (gnus-tmp-news-method-string
4985           (if gnus-tmp-method
4986               (format "(%s:%s)" (car gnus-tmp-method)
4987                       (cadr gnus-tmp-method)) ""))
4988          (gnus-tmp-marked-mark
4989           (if (and (numberp number)
4990                    (zerop number)
4991                    (cdr (assq 'tick gnus-tmp-marked)))
4992               ?* ? ))
4993          (gnus-tmp-process-marked
4994           (if (member gnus-tmp-group gnus-group-marked)
4995               gnus-process-mark ? ))
4996          (gnus-tmp-grouplens
4997           (or (and gnus-use-grouplens
4998                    (bbb-grouplens-group-p gnus-tmp-group))
4999               ""))
5000          (buffer-read-only nil)
5001          header gnus-tmp-header)        ; passed as parameter to user-funcs.
5002     (beginning-of-line)
5003     (gnus-add-text-properties
5004      (point)
5005      (prog1 (1+ (point))
5006        ;; Insert the text.
5007        (eval gnus-group-line-format-spec))
5008      `(gnus-group ,(gnus-intern-safe gnus-tmp-group gnus-active-hashtb)
5009        gnus-unread ,(if (numberp number)
5010                         (string-to-int gnus-tmp-number-of-unread)
5011                       t)
5012        gnus-marked ,gnus-tmp-marked-mark
5013        gnus-indentation ,gnus-group-indentation
5014        gnus-level ,gnus-tmp-level))
5015     (when (inline (gnus-visual-p 'group-highlight 'highlight))
5016       (forward-line -1)
5017       (run-hooks 'gnus-group-update-hook)
5018       (forward-line))
5019     ;; Allow XEmacs to remove front-sticky text properties.
5020     (gnus-group-remove-excess-properties)))
5021
5022 (defun gnus-group-update-group (group &optional visible-only)
5023   "Update all lines where GROUP appear.
5024 If VISIBLE-ONLY is non-nil, the group won't be displayed if it isn't
5025 already."
5026   (save-excursion
5027     (set-buffer gnus-group-buffer)
5028     ;; The buffer may be narrowed.
5029     (save-restriction
5030       (widen)
5031       (let ((ident (gnus-intern-safe group gnus-active-hashtb))
5032             (loc (point-min))
5033             found buffer-read-only)
5034         ;; Enter the current status into the dribble buffer.
5035         (let ((entry (gnus-gethash group gnus-newsrc-hashtb)))
5036           (if (and entry (not (gnus-ephemeral-group-p group)))
5037               (gnus-dribble-enter
5038                (concat "(gnus-group-set-info '" (prin1-to-string (nth 2 entry))
5039                        ")"))))
5040         ;; Find all group instances.  If topics are in use, each group
5041         ;; may be listed in more than once.
5042         (while (setq loc (text-property-any
5043                           loc (point-max) 'gnus-group ident))
5044           (setq found t)
5045           (goto-char loc)
5046           (let ((gnus-group-indentation (gnus-group-group-indentation)))
5047             (gnus-delete-line)
5048             (gnus-group-insert-group-line-info group)
5049             (save-excursion
5050               (forward-line -1)
5051               (run-hooks 'gnus-group-update-group-hook)))
5052           (setq loc (1+ loc)))
5053         (unless (or found visible-only)
5054           ;; No such line in the buffer, find out where it's supposed to
5055           ;; go, and insert it there (or at the end of the buffer).
5056           (if gnus-goto-missing-group-function
5057               (funcall gnus-goto-missing-group-function group)
5058             (let ((entry (cddr (gnus-gethash group gnus-newsrc-hashtb))))
5059               (while (and entry (car entry)
5060                           (not
5061                            (gnus-goto-char
5062                             (text-property-any
5063                              (point-min) (point-max)
5064                              'gnus-group (gnus-intern-safe
5065                                           (caar entry) gnus-active-hashtb)))))
5066                 (setq entry (cdr entry)))
5067               (or entry (goto-char (point-max)))))
5068           ;; Finally insert the line.
5069           (let ((gnus-group-indentation (gnus-group-group-indentation)))
5070             (gnus-group-insert-group-line-info group)
5071             (save-excursion
5072               (forward-line -1)
5073               (run-hooks 'gnus-group-update-group-hook))))
5074         (gnus-group-set-mode-line)))))
5075
5076 (defun gnus-group-set-mode-line ()
5077   "Update the mode line in the group buffer."
5078   (when (memq 'group gnus-updated-mode-lines)
5079     ;; Yes, we want to keep this mode line updated.
5080     (save-excursion
5081       (set-buffer gnus-group-buffer)
5082       (let* ((gformat (or gnus-group-mode-line-format-spec
5083                           (setq gnus-group-mode-line-format-spec
5084                                 (gnus-parse-format
5085                                  gnus-group-mode-line-format
5086                                  gnus-group-mode-line-format-alist))))
5087              (gnus-tmp-news-server (cadr gnus-select-method))
5088              (gnus-tmp-news-method (car gnus-select-method))
5089              (gnus-tmp-colon (if (equal gnus-tmp-news-server "") "" ":"))
5090              (max-len 60)
5091              gnus-tmp-header            ;Dummy binding for user-defined formats
5092              ;; Get the resulting string.
5093              (mode-string (eval gformat)))
5094         ;; Say whether the dribble buffer has been modified.
5095         (setq mode-line-modified
5096               (if (and gnus-dribble-buffer
5097                        (buffer-name gnus-dribble-buffer)
5098                        (buffer-modified-p gnus-dribble-buffer)
5099                        (save-excursion
5100                          (set-buffer gnus-dribble-buffer)
5101                          (not (zerop (buffer-size)))))
5102                   "---*- " "----- "))
5103         ;; If the line is too long, we chop it off.
5104         (when (> (length mode-string) max-len)
5105           (setq mode-string (substring mode-string 0 (- max-len 4))))
5106         (prog1
5107             (setq mode-line-buffer-identification 
5108                   (list mode-string))
5109           (set-buffer-modified-p t))))))
5110
5111 (defun gnus-group-group-name ()
5112   "Get the name of the newsgroup on the current line."
5113   (let ((group (get-text-property (gnus-point-at-bol) 'gnus-group)))
5114     (and group (symbol-name group))))
5115
5116 (defun gnus-group-group-level ()
5117   "Get the level of the newsgroup on the current line."
5118   (get-text-property (gnus-point-at-bol) 'gnus-level))
5119
5120 (defun gnus-group-group-indentation ()
5121   "Get the indentation of the newsgroup on the current line."
5122   (or (get-text-property (gnus-point-at-bol) 'gnus-indentation)
5123       (and gnus-group-indentation-function
5124            (funcall gnus-group-indentation-function))
5125       ""))
5126
5127 (defun gnus-group-group-unread ()
5128   "Get the number of unread articles of the newsgroup on the current line."
5129   (get-text-property (gnus-point-at-bol) 'gnus-unread))
5130
5131 (defun gnus-group-search-forward (&optional backward all level first-too)
5132   "Find the next newsgroup with unread articles.
5133 If BACKWARD is non-nil, find the previous newsgroup instead.
5134 If ALL is non-nil, just find any newsgroup.
5135 If LEVEL is non-nil, find group with level LEVEL, or higher if no such
5136 group exists.
5137 If FIRST-TOO, the current line is also eligible as a target."
5138   (let ((way (if backward -1 1))
5139         (low gnus-level-killed)
5140         (beg (point))
5141         pos found lev)
5142     (if (and backward (progn (beginning-of-line)) (bobp))
5143         nil
5144       (or first-too (forward-line way))
5145       (while (and
5146               (not (eobp))
5147               (not (setq
5148                     found
5149                     (and (or all
5150                              (and
5151                               (let ((unread
5152                                      (get-text-property (point) 'gnus-unread)))
5153                                 (and (numberp unread) (> unread 0)))
5154                               (setq lev (get-text-property (point)
5155                                                            'gnus-level))
5156                               (<= lev gnus-level-subscribed)))
5157                          (or (not level)
5158                              (and (setq lev (get-text-property (point)
5159                                                                'gnus-level))
5160                                   (or (= lev level)
5161                                       (and (< lev low)
5162                                            (< level lev)
5163                                            (progn
5164                                              (setq low lev)
5165                                              (setq pos (point))
5166                                              nil))))))))
5167               (zerop (forward-line way)))))
5168     (if found
5169         (progn (gnus-group-position-point) t)
5170       (goto-char (or pos beg))
5171       (and pos t))))
5172
5173 ;;; Gnus group mode commands
5174
5175 ;; Group marking.
5176
5177 (defun gnus-group-mark-group (n &optional unmark no-advance)
5178   "Mark the current group."
5179   (interactive "p")
5180   (let ((buffer-read-only nil)
5181         group)
5182     (while (and (> n 0)
5183                 (not (eobp)))
5184       (when (setq group (gnus-group-group-name))
5185         ;; Update the mark.
5186         (beginning-of-line)
5187         (forward-char
5188          (or (cdr (assq 'process gnus-group-mark-positions)) 2))
5189         (delete-char 1)
5190         (if unmark
5191             (progn
5192               (insert " ")
5193               (setq gnus-group-marked (delete group gnus-group-marked)))
5194           (insert "#")
5195           (setq gnus-group-marked
5196                 (cons group (delete group gnus-group-marked)))))
5197       (or no-advance (gnus-group-next-group 1))
5198       (decf n))
5199     (gnus-summary-position-point)
5200     n))
5201
5202 (defun gnus-group-unmark-group (n)
5203   "Remove the mark from the current group."
5204   (interactive "p")
5205   (gnus-group-mark-group n 'unmark)
5206   (gnus-group-position-point))
5207
5208 (defun gnus-group-unmark-all-groups ()
5209   "Unmark all groups."
5210   (interactive)
5211   (let ((groups gnus-group-marked))
5212     (save-excursion
5213       (while groups
5214         (gnus-group-remove-mark (pop groups)))))
5215   (gnus-group-position-point))
5216
5217 (defun gnus-group-mark-region (unmark beg end)
5218   "Mark all groups between point and mark.
5219 If UNMARK, remove the mark instead."
5220   (interactive "P\nr")
5221   (let ((num (count-lines beg end)))
5222     (save-excursion
5223       (goto-char beg)
5224       (- num (gnus-group-mark-group num unmark)))))
5225
5226 (defun gnus-group-mark-buffer (&optional unmark)
5227   "Mark all groups in the buffer.
5228 If UNMARK, remove the mark instead."
5229   (interactive "P")
5230   (gnus-group-mark-region unmark (point-min) (point-max)))
5231
5232 (defun gnus-group-mark-regexp (regexp)
5233   "Mark all groups that match some regexp."
5234   (interactive "sMark (regexp): ")
5235   (let ((alist (cdr gnus-newsrc-alist))
5236         group)
5237     (while alist
5238       (when (string-match regexp (setq group (gnus-info-group (pop alist))))
5239         (gnus-group-set-mark group))))
5240   (gnus-group-position-point))
5241
5242 (defun gnus-group-remove-mark (group)
5243   "Remove the process mark from GROUP and move point there.
5244 Return nil if the group isn't displayed."
5245   (if (gnus-group-goto-group group)
5246       (save-excursion
5247         (gnus-group-mark-group 1 'unmark t)
5248         t)
5249     (setq gnus-group-marked
5250           (delete group gnus-group-marked))
5251     nil))
5252
5253 (defun gnus-group-set-mark (group)
5254   "Set the process mark on GROUP."
5255   (if (gnus-group-goto-group group) 
5256       (save-excursion
5257         (gnus-group-mark-group 1 nil t))
5258     (setq gnus-group-marked (cons group (delete group gnus-group-marked)))))
5259
5260 (defun gnus-group-universal-argument (arg &optional groups func)
5261   "Perform any command on all groups accoring to the process/prefix convention."
5262   (interactive "P")
5263   (let ((groups (or groups (gnus-group-process-prefix arg)))
5264         group func)
5265     (if (eq (setq func (or func
5266                            (key-binding
5267                             (read-key-sequence
5268                              (substitute-command-keys
5269                               "\\<gnus-group-mode-map>\\[gnus-group-universal-argument]")))))
5270             'undefined)
5271         (gnus-error 1 "Undefined key")
5272       (while groups
5273         (gnus-group-remove-mark (setq group (pop groups)))
5274         (command-execute func))))
5275   (gnus-group-position-point))
5276
5277 (defun gnus-group-process-prefix (n)
5278   "Return a list of groups to work on.
5279 Take into consideration N (the prefix) and the list of marked groups."
5280   (cond
5281    (n
5282     (setq n (prefix-numeric-value n))
5283     ;; There is a prefix, so we return a list of the N next
5284     ;; groups.
5285     (let ((way (if (< n 0) -1 1))
5286           (n (abs n))
5287           group groups)
5288       (save-excursion
5289         (while (and (> n 0)
5290                     (setq group (gnus-group-group-name)))
5291           (setq groups (cons group groups))
5292           (setq n (1- n))
5293           (gnus-group-next-group way)))
5294       (nreverse groups)))
5295    ((and (boundp 'transient-mark-mode)
5296          transient-mark-mode
5297          (boundp 'mark-active)
5298          mark-active)
5299     ;; Work on the region between point and mark.
5300     (let ((max (max (point) (mark)))
5301           groups)
5302       (save-excursion
5303         (goto-char (min (point) (mark)))
5304         (while
5305             (and
5306              (push (gnus-group-group-name) groups)
5307              (zerop (gnus-group-next-group 1))
5308              (< (point) max)))
5309         (nreverse groups))))
5310    (gnus-group-marked
5311     ;; No prefix, but a list of marked articles.
5312     (reverse gnus-group-marked))
5313    (t
5314     ;; Neither marked articles or a prefix, so we return the
5315     ;; current group.
5316     (let ((group (gnus-group-group-name)))
5317       (and group (list group))))))
5318
5319 ;; Selecting groups.
5320
5321 (defun gnus-group-read-group (&optional all no-article group)
5322   "Read news in this newsgroup.
5323 If the prefix argument ALL is non-nil, already read articles become
5324 readable.  IF ALL is a number, fetch this number of articles.  If the
5325 optional argument NO-ARTICLE is non-nil, no article will be
5326 auto-selected upon group entry.  If GROUP is non-nil, fetch that
5327 group."
5328   (interactive "P")
5329   (let ((group (or group (gnus-group-group-name)))
5330         number active marked entry)
5331     (or group (error "No group on current line"))
5332     (setq marked (nth 3 (nth 2 (setq entry (gnus-gethash
5333                                             group gnus-newsrc-hashtb)))))
5334     ;; This group might be a dead group.  In that case we have to get
5335     ;; the number of unread articles from `gnus-active-hashtb'.
5336     (setq number
5337           (cond ((numberp all) all)
5338                 (entry (car entry))
5339                 ((setq active (gnus-active group))
5340                  (- (1+ (cdr active)) (car active)))))
5341     (gnus-summary-read-group
5342      group (or all (and (numberp number)
5343                         (zerop (+ number (length (cdr (assq 'tick marked)))
5344                                   (length (cdr (assq 'dormant marked)))))))
5345      no-article)))
5346
5347 (defun gnus-group-select-group (&optional all)
5348   "Select this newsgroup.
5349 No article is selected automatically.
5350 If ALL is non-nil, already read articles become readable.
5351 If ALL is a number, fetch this number of articles."
5352   (interactive "P")
5353   (gnus-group-read-group all t))
5354
5355 (defun gnus-group-quick-select-group (&optional all)
5356   "Select the current group \"quickly\".
5357 This means that no highlighting or scoring will be performed."
5358   (interactive "P")
5359   (let (gnus-visual
5360         gnus-score-find-score-files-function
5361         gnus-apply-kill-hook
5362         gnus-summary-expunge-below)
5363     (gnus-group-read-group all t)))
5364
5365 (defun gnus-group-visible-select-group (&optional all)
5366   "Select the current group without hiding any articles."
5367   (interactive "P")
5368   (let ((gnus-inhibit-limiting t))
5369     (gnus-group-read-group all t)))
5370
5371 ;;;###autoload
5372 (defun gnus-fetch-group (group)
5373   "Start Gnus if necessary and enter GROUP.
5374 Returns whether the fetching was successful or not."
5375   (interactive "sGroup name: ")
5376   (or (get-buffer gnus-group-buffer)
5377       (gnus))
5378   (gnus-group-read-group nil nil group))
5379
5380 ;; Enter a group that is not in the group buffer.  Non-nil is returned
5381 ;; if selection was successful.
5382 (defun gnus-group-read-ephemeral-group
5383   (group method &optional activate quit-config)
5384   (let ((group (if (gnus-group-foreign-p group) group
5385                  (gnus-group-prefixed-name group method))))
5386     (gnus-sethash
5387      group
5388      `(t nil (,group ,gnus-level-default-subscribed nil nil ,method
5389                      ((quit-config . ,(if quit-config quit-config
5390                                         (cons (current-buffer) 'summary))))))
5391      gnus-newsrc-hashtb)
5392     (set-buffer gnus-group-buffer)
5393     (or (gnus-check-server method)
5394         (error "Unable to contact server: %s" (gnus-status-message method)))
5395     (if activate (or (gnus-request-group group)
5396                      (error "Couldn't request group")))
5397     (condition-case ()
5398         (gnus-group-read-group t t group)
5399       (error nil)
5400       (quit nil))))
5401
5402 (defun gnus-group-jump-to-group (group)
5403   "Jump to newsgroup GROUP."
5404   (interactive
5405    (list (completing-read
5406           "Group: " gnus-active-hashtb nil
5407           (gnus-read-active-file-p)
5408           nil
5409           'gnus-group-history)))
5410
5411   (when (equal group "")
5412     (error "Empty group name"))
5413
5414   (when (string-match "[\000-\032]" group)
5415     (error "Control characters in group: %s" group))
5416
5417   (let ((b (text-property-any
5418             (point-min) (point-max)
5419             'gnus-group (gnus-intern-safe group gnus-active-hashtb))))
5420     (unless (gnus-ephemeral-group-p group)
5421       (if b
5422           ;; Either go to the line in the group buffer...
5423           (goto-char b)
5424         ;; ... or insert the line.
5425         (or
5426          (gnus-active group)
5427          (gnus-activate-group group)
5428          (error "%s error: %s" group (gnus-status-message group)))
5429
5430         (gnus-group-update-group group)
5431         (goto-char (text-property-any
5432                     (point-min) (point-max)
5433                     'gnus-group (gnus-intern-safe group gnus-active-hashtb)))))
5434     ;; Adjust cursor point.
5435     (gnus-group-position-point)))
5436
5437 (defun gnus-group-goto-group (group)
5438   "Goto to newsgroup GROUP."
5439   (when group
5440     (let ((b (text-property-any (point-min) (point-max)
5441                                 'gnus-group (gnus-intern-safe
5442                                              group gnus-active-hashtb))))
5443       (and b (goto-char b)))))
5444
5445 (defun gnus-group-next-group (n)
5446   "Go to next N'th newsgroup.
5447 If N is negative, search backward instead.
5448 Returns the difference between N and the number of skips actually
5449 done."
5450   (interactive "p")
5451   (gnus-group-next-unread-group n t))
5452
5453 (defun gnus-group-next-unread-group (n &optional all level)
5454   "Go to next N'th unread newsgroup.
5455 If N is negative, search backward instead.
5456 If ALL is non-nil, choose any newsgroup, unread or not.
5457 If LEVEL is non-nil, choose the next group with level LEVEL, or, if no
5458 such group can be found, the next group with a level higher than
5459 LEVEL.
5460 Returns the difference between N and the number of skips actually
5461 made."
5462   (interactive "p")
5463   (let ((backward (< n 0))
5464         (n (abs n)))
5465     (while (and (> n 0)
5466                 (gnus-group-search-forward
5467                  backward (or (not gnus-group-goto-unread) all) level))
5468       (setq n (1- n)))
5469     (if (/= 0 n) (gnus-message 7 "No more%s newsgroups%s" (if all "" " unread")
5470                                (if level " on this level or higher" "")))
5471     n))
5472
5473 (defun gnus-group-prev-group (n)
5474   "Go to previous N'th newsgroup.
5475 Returns the difference between N and the number of skips actually
5476 done."
5477   (interactive "p")
5478   (gnus-group-next-unread-group (- n) t))
5479
5480 (defun gnus-group-prev-unread-group (n)
5481   "Go to previous N'th unread newsgroup.
5482 Returns the difference between N and the number of skips actually
5483 done."
5484   (interactive "p")
5485   (gnus-group-next-unread-group (- n)))
5486
5487 (defun gnus-group-next-unread-group-same-level (n)
5488   "Go to next N'th unread newsgroup on the same level.
5489 If N is negative, search backward instead.
5490 Returns the difference between N and the number of skips actually
5491 done."
5492   (interactive "p")
5493   (gnus-group-next-unread-group n t (gnus-group-group-level))
5494   (gnus-group-position-point))
5495
5496 (defun gnus-group-prev-unread-group-same-level (n)
5497   "Go to next N'th unread newsgroup on the same level.
5498 Returns the difference between N and the number of skips actually
5499 done."
5500   (interactive "p")
5501   (gnus-group-next-unread-group (- n) t (gnus-group-group-level))
5502   (gnus-group-position-point))
5503
5504 (defun gnus-group-best-unread-group (&optional exclude-group)
5505   "Go to the group with the highest level.
5506 If EXCLUDE-GROUP, do not go to that group."
5507   (interactive)
5508   (goto-char (point-min))
5509   (let ((best 100000)
5510         unread best-point)
5511     (while (not (eobp))
5512       (setq unread (get-text-property (point) 'gnus-unread))
5513       (if (and (numberp unread) (> unread 0))
5514           (progn
5515             (if (and (get-text-property (point) 'gnus-level)
5516                      (< (get-text-property (point) 'gnus-level) best)
5517                      (or (not exclude-group)
5518                          (not (equal exclude-group (gnus-group-group-name)))))
5519                 (progn
5520                   (setq best (get-text-property (point) 'gnus-level))
5521                   (setq best-point (point))))))
5522       (forward-line 1))
5523     (if best-point (goto-char best-point))
5524     (gnus-summary-position-point)
5525     (and best-point (gnus-group-group-name))))
5526
5527 (defun gnus-group-first-unread-group ()
5528   "Go to the first group with unread articles."
5529   (interactive)
5530   (prog1
5531       (let ((opoint (point))
5532             unread)
5533         (goto-char (point-min))
5534         (if (or (eq (setq unread (gnus-group-group-unread)) t) ; Not active.
5535                 (and (numberp unread)   ; Not a topic.
5536                      (not (zerop unread))) ; Has unread articles.
5537                 (zerop (gnus-group-next-unread-group 1))) ; Next unread group.
5538             (point)                     ; Success.
5539           (goto-char opoint)
5540           nil))                         ; Not success.
5541     (gnus-group-position-point)))
5542
5543 (defun gnus-group-enter-server-mode ()
5544   "Jump to the server buffer."
5545   (interactive)
5546   (gnus-enter-server-buffer))
5547
5548 (defun gnus-group-make-group (name &optional method address)
5549   "Add a new newsgroup.
5550 The user will be prompted for a NAME, for a select METHOD, and an
5551 ADDRESS."
5552   (interactive
5553    (cons
5554     (read-string "Group name: ")
5555     (let ((method
5556            (completing-read
5557             "Method: " (append gnus-valid-select-methods gnus-server-alist)
5558             nil t nil 'gnus-method-history)))
5559       (cond ((assoc method gnus-valid-select-methods)
5560              (list method
5561                    (if (memq 'prompt-address
5562                              (assoc method gnus-valid-select-methods))
5563                        (read-string "Address: ")
5564                      "")))
5565             ((assoc method gnus-server-alist)
5566              (list method))
5567             (t
5568              (list method ""))))))
5569
5570   (let* ((meth (and method (if address (list (intern method) address)
5571                              method)))
5572          (nname (if method (gnus-group-prefixed-name name meth) name))
5573          backend info)
5574     (when (gnus-gethash nname gnus-newsrc-hashtb)
5575       (error "Group %s already exists" nname))
5576     ;; Subscribe to the new group.
5577     (gnus-group-change-level
5578      (setq info (list t nname gnus-level-default-subscribed nil nil meth))
5579      gnus-level-default-subscribed gnus-level-killed
5580      (and (gnus-group-group-name)
5581           (gnus-gethash (gnus-group-group-name)
5582                         gnus-newsrc-hashtb))
5583      t)
5584     ;; Make it active.
5585     (gnus-set-active nname (cons 1 0))
5586     (or (gnus-ephemeral-group-p name)
5587         (gnus-dribble-enter
5588          (concat "(gnus-group-set-info '" (prin1-to-string (cdr info)) ")")))
5589     ;; Insert the line.
5590     (gnus-group-insert-group-line-info nname)
5591     (forward-line -1)
5592     (gnus-group-position-point)
5593
5594     ;; Load the backend and try to make the backend create
5595     ;; the group as well.
5596     (when (assoc (symbol-name (setq backend (car (gnus-server-get-method
5597                                                   nil meth))))
5598                  gnus-valid-select-methods)
5599       (require backend))
5600     (gnus-check-server meth)
5601     (and (gnus-check-backend-function 'request-create-group nname)
5602          (gnus-request-create-group nname))
5603     t))
5604
5605 (defun gnus-group-delete-group (group &optional force)
5606   "Delete the current group.
5607 If FORCE (the prefix) is non-nil, all the articles in the group will
5608 be deleted.  This is \"deleted\" as in \"removed forever from the face
5609 of the Earth\".  There is no undo."
5610   (interactive
5611    (list (gnus-group-group-name)
5612          current-prefix-arg))
5613   (or group (error "No group to rename"))
5614   (or (gnus-check-backend-function 'request-delete-group group)
5615       (error "This backend does not support group deletion"))
5616   (prog1
5617       (if (not (gnus-yes-or-no-p
5618                 (format
5619                  "Do you really want to delete %s%s? "
5620                  group (if force " and all its contents" ""))))
5621           () ; Whew!
5622         (gnus-message 6 "Deleting group %s..." group)
5623         (if (not (gnus-request-delete-group group force))
5624             (gnus-error 3 "Couldn't delete group %s" group)
5625           (gnus-message 6 "Deleting group %s...done" group)
5626           (gnus-group-goto-group group)
5627           (gnus-group-kill-group 1 t)
5628           (gnus-sethash group nil gnus-active-hashtb)
5629           t))
5630     (gnus-group-position-point)))
5631
5632 (defun gnus-group-rename-group (group new-name)
5633   (interactive
5634    (list
5635     (gnus-group-group-name)
5636     (progn
5637       (or (gnus-check-backend-function
5638            'request-rename-group (gnus-group-group-name))
5639           (error "This backend does not support renaming groups"))
5640       (read-string "New group name: "))))
5641
5642   (or (gnus-check-backend-function 'request-rename-group group)
5643       (error "This backend does not support renaming groups"))
5644
5645   (or group (error "No group to rename"))
5646   (and (string-match "^[ \t]*$" new-name)
5647        (error "Not a valid group name"))
5648
5649   ;; We find the proper prefixed name.
5650   (setq new-name
5651         (gnus-group-prefixed-name
5652          (gnus-group-real-name new-name)
5653          (gnus-info-method (gnus-get-info group))))
5654
5655   (gnus-message 6 "Renaming group %s to %s..." group new-name)
5656   (prog1
5657       (if (not (gnus-request-rename-group group new-name))
5658           (gnus-error 3 "Couldn't rename group %s to %s" group new-name)
5659         ;; We rename the group internally by killing it...
5660         (gnus-group-goto-group group)
5661         (gnus-group-kill-group)
5662         ;; ... changing its name ...
5663         (setcar (cdar gnus-list-of-killed-groups) new-name)
5664         ;; ... and then yanking it.  Magic!
5665         (gnus-group-yank-group)
5666         (gnus-set-active new-name (gnus-active group))
5667         (gnus-message 6 "Renaming group %s to %s...done" group new-name)
5668         new-name)
5669     (gnus-group-position-point)))
5670
5671 (defun gnus-group-edit-group (group &optional part)
5672   "Edit the group on the current line."
5673   (interactive (list (gnus-group-group-name)))
5674   (let* ((part (or part 'info))
5675          (done-func `(lambda ()
5676                        "Exit editing mode and update the information."
5677                        (interactive)
5678                        (gnus-group-edit-group-done ',part ,group)))
5679          (winconf (current-window-configuration))
5680          info)
5681     (or group (error "No group on current line"))
5682     (or (setq info (gnus-get-info group))
5683         (error "Killed group; can't be edited"))
5684     (set-buffer (get-buffer-create gnus-group-edit-buffer))
5685     (gnus-configure-windows 'edit-group)
5686     (gnus-add-current-to-buffer-list)
5687     (emacs-lisp-mode)
5688     ;; Suggested by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
5689     (use-local-map (copy-keymap emacs-lisp-mode-map))
5690     (local-set-key "\C-c\C-c" done-func)
5691     (make-local-variable 'gnus-prev-winconf)
5692     (setq gnus-prev-winconf winconf)
5693     (erase-buffer)
5694     (insert
5695      (cond
5696       ((eq part 'method)
5697        ";; Type `C-c C-c' after editing the select method.\n\n")
5698       ((eq part 'params)
5699        ";; Type `C-c C-c' after editing the group parameters.\n\n")
5700       ((eq part 'info)
5701        ";; Type `C-c C-c' after editing the group info.\n\n")))
5702     (insert
5703      (pp-to-string
5704       (cond ((eq part 'method)
5705              (or (gnus-info-method info) "native"))
5706             ((eq part 'params)
5707              (gnus-info-params info))
5708             (t info)))
5709      "\n")))
5710
5711 (defun gnus-group-edit-group-method (group)
5712   "Edit the select method of GROUP."
5713   (interactive (list (gnus-group-group-name)))
5714   (gnus-group-edit-group group 'method))
5715
5716 (defun gnus-group-edit-group-parameters (group)
5717   "Edit the group parameters of GROUP."
5718   (interactive (list (gnus-group-group-name)))
5719   (gnus-group-edit-group group 'params))
5720
5721 (defun gnus-group-edit-group-done (part group)
5722   "Get info from buffer, update variables and jump to the group buffer."
5723   (set-buffer (get-buffer-create gnus-group-edit-buffer))
5724   (goto-char (point-min))
5725   (let* ((form (read (current-buffer)))
5726          (winconf gnus-prev-winconf)
5727          (method (cond ((eq part 'info) (nth 4 form))
5728                        ((eq part 'method) form)
5729                        (t nil)))
5730          (info (cond ((eq part 'info) form)
5731                      ((eq part 'method) (gnus-get-info group))
5732                      (t nil)))
5733          (new-group (if info
5734                       (if (or (not method)
5735                               (gnus-server-equal
5736                                gnus-select-method method))
5737                           (gnus-group-real-name (car info))
5738                         (gnus-group-prefixed-name
5739                          (gnus-group-real-name (car info)) method))
5740                       nil)))
5741     (when (and new-group
5742                (not (equal new-group group)))
5743       (when (gnus-group-goto-group group)
5744         (gnus-group-kill-group 1))
5745       (gnus-activate-group new-group))
5746     ;; Set the info.
5747     (if (and info new-group)
5748         (progn
5749           (setq info (gnus-copy-sequence info))
5750           (setcar info new-group)
5751           (unless (gnus-server-equal method "native")
5752             (unless (nthcdr 3 info)
5753               (nconc info (list nil nil)))
5754             (unless (nthcdr 4 info)
5755               (nconc info (list nil)))
5756             (gnus-info-set-method info method))
5757           (gnus-group-set-info info))
5758       (gnus-group-set-info form (or new-group group) part))
5759     (kill-buffer (current-buffer))
5760     (and winconf (set-window-configuration winconf))
5761     (set-buffer gnus-group-buffer)
5762     (gnus-group-update-group (or new-group group))
5763     (gnus-group-position-point)))
5764
5765 (defun gnus-group-make-help-group ()
5766   "Create the Gnus documentation group."
5767   (interactive)
5768   (let ((path load-path)
5769         (name (gnus-group-prefixed-name "gnus-help" '(nndoc "gnus-help")))
5770         file dir)
5771     (and (gnus-gethash name gnus-newsrc-hashtb)
5772          (error "Documentation group already exists"))
5773     (while path
5774       (setq dir (file-name-as-directory (expand-file-name (pop path)))
5775             file nil)
5776       (when (or (file-exists-p (setq file (concat dir "gnus-tut.txt")))
5777                 (file-exists-p
5778                  (setq file (concat (file-name-directory
5779                                      (directory-file-name dir))
5780                                     "etc/gnus-tut.txt"))))
5781         (setq path nil)))
5782     (if (not file)
5783         (gnus-message 1 "Couldn't find doc group")
5784       (gnus-group-make-group
5785        (gnus-group-real-name name)
5786        (list 'nndoc "gnus-help"
5787              (list 'nndoc-address file)
5788              (list 'nndoc-article-type 'mbox)))))
5789   (gnus-group-position-point))
5790
5791 (defun gnus-group-make-doc-group (file type)
5792   "Create a group that uses a single file as the source."
5793   (interactive
5794    (list (read-file-name "File name: ")
5795          (and current-prefix-arg 'ask)))
5796   (when (eq type 'ask)
5797     (let ((err "")
5798           char found)
5799       (while (not found)
5800         (message
5801          "%sFile type (mbox, babyl, digest, forward, mmfd, guess) [mbdfag]: "
5802          err)
5803         (setq found (cond ((= (setq char (read-char)) ?m) 'mbox)
5804                           ((= char ?b) 'babyl)
5805                           ((= char ?d) 'digest)
5806                           ((= char ?f) 'forward)
5807                           ((= char ?a) 'mmfd)
5808                           (t (setq err (format "%c unknown. " char))
5809                              nil))))
5810       (setq type found)))
5811   (let* ((file (expand-file-name file))
5812          (name (gnus-generate-new-group-name
5813                 (gnus-group-prefixed-name
5814                  (file-name-nondirectory file) '(nndoc "")))))
5815     (gnus-group-make-group
5816      (gnus-group-real-name name)
5817      (list 'nndoc (file-name-nondirectory file)
5818            (list 'nndoc-address file)
5819            (list 'nndoc-article-type (or type 'guess))))))
5820
5821 (defun gnus-group-make-archive-group (&optional all)
5822   "Create the (ding) Gnus archive group of the most recent articles.
5823 Given a prefix, create a full group."
5824   (interactive "P")
5825   (let ((group (gnus-group-prefixed-name
5826                 (if all "ding.archives" "ding.recent") '(nndir ""))))
5827     (and (gnus-gethash group gnus-newsrc-hashtb)
5828          (error "Archive group already exists"))
5829     (gnus-group-make-group
5830      (gnus-group-real-name group)
5831      (list 'nndir (if all "hpc" "edu")
5832            (list 'nndir-directory
5833                  (if all gnus-group-archive-directory
5834                    gnus-group-recent-archive-directory))))))
5835
5836 (defun gnus-group-make-directory-group (dir)
5837   "Create an nndir group.
5838 The user will be prompted for a directory.  The contents of this
5839 directory will be used as a newsgroup.  The directory should contain
5840 mail messages or news articles in files that have numeric names."
5841   (interactive
5842    (list (read-file-name "Create group from directory: ")))
5843   (or (file-exists-p dir) (error "No such directory"))
5844   (or (file-directory-p dir) (error "Not a directory"))
5845   (let ((ext "")
5846         (i 0)
5847         group)
5848     (while (or (not group) (gnus-gethash group gnus-newsrc-hashtb))
5849       (setq group
5850             (gnus-group-prefixed-name
5851              (concat (file-name-as-directory (directory-file-name dir))
5852                      ext)
5853              '(nndir "")))
5854       (setq ext (format "<%d>" (setq i (1+ i)))))
5855     (gnus-group-make-group
5856      (gnus-group-real-name group)
5857      (list 'nndir group (list 'nndir-directory dir)))))
5858
5859 (defun gnus-group-make-kiboze-group (group address scores)
5860   "Create an nnkiboze group.
5861 The user will be prompted for a name, a regexp to match groups, and
5862 score file entries for articles to include in the group."
5863   (interactive
5864    (list
5865     (read-string "nnkiboze group name: ")
5866     (read-string "Source groups (regexp): ")
5867     (let ((headers (mapcar (lambda (group) (list group))
5868                            '("subject" "from" "number" "date" "message-id"
5869                              "references" "chars" "lines" "xref"
5870                              "followup" "all" "body" "head")))
5871           scores header regexp regexps)
5872       (while (not (equal "" (setq header (completing-read
5873                                           "Match on header: " headers nil t))))
5874         (setq regexps nil)
5875         (while (not (equal "" (setq regexp (read-string
5876                                             (format "Match on %s (string): "
5877                                                     header)))))
5878           (setq regexps (cons (list regexp nil nil 'r) regexps)))
5879         (setq scores (cons (cons header regexps) scores)))
5880       scores)))
5881   (gnus-group-make-group group "nnkiboze" address)
5882   (nnheader-temp-write (gnus-score-file-name (concat "nnkiboze:" group))
5883     (let (emacs-lisp-mode-hook)
5884       (pp scores (current-buffer)))))
5885
5886 (defun gnus-group-add-to-virtual (n vgroup)
5887   "Add the current group to a virtual group."
5888   (interactive
5889    (list current-prefix-arg
5890          (completing-read "Add to virtual group: " gnus-newsrc-hashtb nil t
5891                           "nnvirtual:")))
5892   (or (eq (car (gnus-find-method-for-group vgroup)) 'nnvirtual)
5893       (error "%s is not an nnvirtual group" vgroup))
5894   (let* ((groups (gnus-group-process-prefix n))
5895          (method (gnus-info-method (gnus-get-info vgroup))))
5896     (setcar (cdr method)
5897             (concat
5898              (nth 1 method) "\\|"
5899              (mapconcat
5900               (lambda (s)
5901                 (gnus-group-remove-mark s)
5902                 (concat "\\(^" (regexp-quote s) "$\\)"))
5903               groups "\\|"))))
5904   (gnus-group-position-point))
5905
5906 (defun gnus-group-make-empty-virtual (group)
5907   "Create a new, fresh, empty virtual group."
5908   (interactive "sCreate new, empty virtual group: ")
5909   (let* ((method (list 'nnvirtual "^$"))
5910          (pgroup (gnus-group-prefixed-name group method)))
5911     ;; Check whether it exists already.
5912     (and (gnus-gethash pgroup gnus-newsrc-hashtb)
5913          (error "Group %s already exists." pgroup))
5914     ;; Subscribe the new group after the group on the current line.
5915     (gnus-subscribe-group pgroup (gnus-group-group-name) method)
5916     (gnus-group-update-group pgroup)
5917     (forward-line -1)
5918     (gnus-group-position-point)))
5919
5920 (defun gnus-group-enter-directory (dir)
5921   "Enter an ephemeral nneething group."
5922   (interactive "DDirectory to read: ")
5923   (let* ((method (list 'nneething dir))
5924          (leaf (gnus-group-prefixed-name
5925                 (file-name-nondirectory (directory-file-name dir))
5926                 method))
5927          (name (gnus-generate-new-group-name leaf)))
5928     (let ((nneething-read-only t))
5929       (or (gnus-group-read-ephemeral-group
5930            name method t
5931            (cons (current-buffer) (if (eq major-mode 'gnus-summary-mode)
5932                                       'summary 'group)))
5933           (error "Couldn't enter %s" dir)))))
5934
5935 ;; Group sorting commands
5936 ;; Suggested by Joe Hildebrand <hildjj@idaho.fuentez.com>.
5937
5938 (defun gnus-group-sort-groups (func &optional reverse)
5939   "Sort the group buffer according to FUNC.
5940 If REVERSE, reverse the sorting order."
5941   (interactive (list gnus-group-sort-function
5942                      current-prefix-arg))
5943   (let ((func (cond 
5944                ((not (listp func)) func)
5945                ((null func) func)
5946                ((= 1 (length func)) (car func))
5947                (t `(lambda (t1 t2)
5948                      ,(gnus-make-sort-function 
5949                        (reverse func)))))))
5950     ;; We peel off the dummy group from the alist.
5951     (when func
5952       (when (equal (car (gnus-info-group gnus-newsrc-alist)) "dummy.group")
5953         (pop gnus-newsrc-alist))
5954       ;; Do the sorting.
5955       (setq gnus-newsrc-alist
5956             (sort gnus-newsrc-alist func))
5957       (when reverse
5958         (setq gnus-newsrc-alist (nreverse gnus-newsrc-alist)))
5959       ;; Regenerate the hash table.
5960       (gnus-make-hashtable-from-newsrc-alist)
5961       (gnus-group-list-groups))))
5962
5963 (defun gnus-group-sort-groups-by-alphabet (&optional reverse)
5964   "Sort the group buffer alphabetically by group name.
5965 If REVERSE, sort in reverse order."
5966   (interactive "P")
5967   (gnus-group-sort-groups 'gnus-group-sort-by-alphabet reverse))
5968
5969 (defun gnus-group-sort-groups-by-unread (&optional reverse)
5970   "Sort the group buffer by number of unread articles.
5971 If REVERSE, sort in reverse order."
5972   (interactive "P")
5973   (gnus-group-sort-groups 'gnus-group-sort-by-unread reverse))
5974
5975 (defun gnus-group-sort-groups-by-level (&optional reverse)
5976   "Sort the group buffer by group level.
5977 If REVERSE, sort in reverse order."
5978   (interactive "P")
5979   (gnus-group-sort-groups 'gnus-group-sort-by-level reverse))
5980
5981 (defun gnus-group-sort-groups-by-score (&optional reverse)
5982   "Sort the group buffer by group score.
5983 If REVERSE, sort in reverse order."
5984   (interactive "P")
5985   (gnus-group-sort-groups 'gnus-group-sort-by-score reverse))
5986
5987 (defun gnus-group-sort-groups-by-rank (&optional reverse)
5988   "Sort the group buffer by group rank.
5989 If REVERSE, sort in reverse order."
5990   (interactive "P")
5991   (gnus-group-sort-groups 'gnus-group-sort-by-rank reverse))
5992
5993 (defun gnus-group-sort-groups-by-method (&optional reverse)
5994   "Sort the group buffer alphabetically by backend name.
5995 If REVERSE, sort in reverse order."
5996   (interactive "P")
5997   (gnus-group-sort-groups 'gnus-group-sort-by-method reverse))
5998
5999 (defun gnus-group-sort-by-alphabet (info1 info2)
6000   "Sort alphabetically."
6001   (string< (gnus-info-group info1) (gnus-info-group info2)))
6002
6003 (defun gnus-group-sort-by-unread (info1 info2)
6004   "Sort by number of unread articles."
6005   (let ((n1 (car (gnus-gethash (gnus-info-group info1) gnus-newsrc-hashtb)))
6006         (n2 (car (gnus-gethash (gnus-info-group info2) gnus-newsrc-hashtb))))
6007     (< (or (and (numberp n1) n1) 0)
6008        (or (and (numberp n2) n2) 0))))
6009
6010 (defun gnus-group-sort-by-level (info1 info2)
6011   "Sort by level."
6012   (< (gnus-info-level info1) (gnus-info-level info2)))
6013
6014 (defun gnus-group-sort-by-method (info1 info2)
6015   "Sort alphabetically by backend name."
6016   (string< (symbol-name (car (gnus-find-method-for-group
6017                               (gnus-info-group info1) info1)))
6018            (symbol-name (car (gnus-find-method-for-group
6019                               (gnus-info-group info2) info2)))))
6020
6021 (defun gnus-group-sort-by-score (info1 info2)
6022   "Sort by group score."
6023   (< (gnus-info-score info1) (gnus-info-score info2)))
6024
6025 (defun gnus-group-sort-by-rank (info1 info2)
6026   "Sort by level and score."
6027   (let ((level1 (gnus-info-level info1))
6028         (level2 (gnus-info-level info2)))
6029     (or (< level1 level2)
6030         (and (= level1 level2)
6031              (> (gnus-info-score info1) (gnus-info-score info2))))))
6032
6033 ;; Group catching up.
6034
6035 (defun gnus-group-clear-data (n)
6036   "Clear all marks and read ranges from the current group."
6037   (interactive "P")
6038   (let ((groups (gnus-group-process-prefix n))
6039         group info)
6040     (while (setq group (pop groups))
6041       (setq info (gnus-get-info group))
6042       (gnus-info-set-read info nil)
6043       (when (gnus-info-marks info)
6044         (gnus-info-set-marks info nil))
6045       (gnus-get-unread-articles-in-group info (gnus-active group) t)
6046       (when (gnus-group-goto-group group)
6047         (gnus-group-remove-mark group)
6048         (gnus-group-update-group-line)))))
6049
6050 (defun gnus-group-catchup-current (&optional n all)
6051   "Mark all articles not marked as unread in current newsgroup as read.
6052 If prefix argument N is numeric, the ARG next newsgroups will be
6053 caught up.  If ALL is non-nil, marked articles will also be marked as
6054 read.  Cross references (Xref: header) of articles are ignored.
6055 The difference between N and actual number of newsgroups that were
6056 caught up is returned."
6057   (interactive "P")
6058   (unless (gnus-group-group-name)
6059     (error "No group on the current line"))
6060   (if (not (or (not gnus-interactive-catchup) ;Without confirmation?
6061                gnus-expert-user
6062                (gnus-y-or-n-p
6063                 (if all
6064                     "Do you really want to mark all articles as read? "
6065                   "Mark all unread articles as read? "))))
6066       n
6067     (let ((groups (gnus-group-process-prefix n))
6068           (ret 0))
6069       (while groups
6070         ;; Virtual groups have to be given special treatment.
6071         (let ((method (gnus-find-method-for-group (car groups))))
6072           (if (eq 'nnvirtual (car method))
6073               (nnvirtual-catchup-group
6074                (gnus-group-real-name (car groups)) (nth 1 method) all)))
6075         (gnus-group-remove-mark (car groups))
6076         (if (>= (gnus-group-group-level) gnus-level-zombie)
6077             (gnus-message 2 "Dead groups can't be caught up")
6078           (if (prog1
6079                   (gnus-group-goto-group (car groups))
6080                 (gnus-group-catchup (car groups) all))
6081               (gnus-group-update-group-line)
6082             (setq ret (1+ ret))))
6083         (setq groups (cdr groups)))
6084       (gnus-group-next-unread-group 1)
6085       ret)))
6086
6087 (defun gnus-group-catchup-current-all (&optional n)
6088   "Mark all articles in current newsgroup as read.
6089 Cross references (Xref: header) of articles are ignored."
6090   (interactive "P")
6091   (gnus-group-catchup-current n 'all))
6092
6093 (defun gnus-group-catchup (group &optional all)
6094   "Mark all articles in GROUP as read.
6095 If ALL is non-nil, all articles are marked as read.
6096 The return value is the number of articles that were marked as read,
6097 or nil if no action could be taken."
6098   (let* ((entry (gnus-gethash group gnus-newsrc-hashtb))
6099          (num (car entry)))
6100     ;; Do the updating only if the newsgroup isn't killed.
6101     (if (not (numberp (car entry)))
6102         (gnus-message 1 "Can't catch up; non-active group")
6103       ;; Do auto-expirable marks if that's required.
6104       (when (gnus-group-auto-expirable-p group)
6105         (gnus-add-marked-articles
6106          group 'expire (gnus-list-of-unread-articles group))
6107         (when all
6108           (let ((marks (nth 3 (nth 2 entry))))
6109             (gnus-add-marked-articles
6110              group 'expire (gnus-uncompress-range (cdr (assq 'tick marks))))
6111             (gnus-add-marked-articles
6112              group 'expire (gnus-uncompress-range (cdr (assq 'tick marks)))))))
6113       (when entry
6114         (gnus-update-read-articles group nil)
6115         ;; Also nix out the lists of marks and dormants.
6116         (when all
6117           (gnus-add-marked-articles group 'tick nil nil 'force)
6118           (gnus-add-marked-articles group 'dormant nil nil 'force))
6119         (run-hooks 'gnus-group-catchup-group-hook)
6120         num))))
6121
6122 (defun gnus-group-expire-articles (&optional n)
6123   "Expire all expirable articles in the current newsgroup."
6124   (interactive "P")
6125   (let ((groups (gnus-group-process-prefix n))
6126         group)
6127     (unless groups
6128       (error "No groups to expire"))
6129     (while (setq group (pop groups))
6130       (gnus-group-remove-mark group)
6131       (when (gnus-check-backend-function 'request-expire-articles group)
6132         (gnus-message 6 "Expiring articles in %s..." group)
6133         (let* ((info (gnus-get-info group))
6134                (expirable (if (gnus-group-total-expirable-p group)
6135                               (cons nil (gnus-list-of-read-articles group))
6136                             (assq 'expire (gnus-info-marks info))))
6137                (expiry-wait (gnus-group-get-parameter group 'expiry-wait)))
6138           (when expirable
6139             (setcdr
6140              expirable
6141              (gnus-compress-sequence
6142               (if expiry-wait
6143                   ;; We set the expiry variables to the groupp
6144                   ;; parameter. 
6145                   (let ((nnmail-expiry-wait-function nil)
6146                         (nnmail-expiry-wait expiry-wait))
6147                     (gnus-request-expire-articles
6148                      (gnus-uncompress-sequence (cdr expirable)) group))
6149                 ;; Just expire using the normal expiry values.
6150                 (gnus-request-expire-articles
6151                  (gnus-uncompress-sequence (cdr expirable)) group)))))
6152           (gnus-message 6 "Expiring articles in %s...done" group)))
6153       (gnus-group-position-point))))
6154
6155 (defun gnus-group-expire-all-groups ()
6156   "Expire all expirable articles in all newsgroups."
6157   (interactive)
6158   (save-excursion
6159     (gnus-message 5 "Expiring...")
6160     (let ((gnus-group-marked (mapcar (lambda (info) (gnus-info-group info))
6161                                      (cdr gnus-newsrc-alist))))
6162       (gnus-group-expire-articles nil)))
6163   (gnus-group-position-point)
6164   (gnus-message 5 "Expiring...done"))
6165
6166 (defun gnus-group-set-current-level (n level)
6167   "Set the level of the next N groups to LEVEL."
6168   (interactive
6169    (list
6170     current-prefix-arg
6171     (string-to-int
6172      (let ((s (read-string
6173                (format "Level (default %s): "
6174                        (or (gnus-group-group-level) 
6175                            gnus-level-default-subscribed)))))
6176        (if (string-match "^\\s-*$" s)
6177            (int-to-string (or (gnus-group-group-level) 
6178                               gnus-level-default-subscribed))
6179          s)))))
6180   (or (and (>= level 1) (<= level gnus-level-killed))
6181       (error "Illegal level: %d" level))
6182   (let ((groups (gnus-group-process-prefix n))
6183         group)
6184     (while (setq group (pop groups))
6185       (gnus-group-remove-mark group)
6186       (gnus-message 6 "Changed level of %s from %d to %d"
6187                     group (or (gnus-group-group-level) gnus-level-killed)
6188                     level)
6189       (gnus-group-change-level
6190        group level (or (gnus-group-group-level) gnus-level-killed))
6191       (gnus-group-update-group-line)))
6192   (gnus-group-position-point))
6193
6194 (defun gnus-group-unsubscribe-current-group (&optional n)
6195   "Toggle subscription of the current group.
6196 If given numerical prefix, toggle the N next groups."
6197   (interactive "P")
6198   (let ((groups (gnus-group-process-prefix n))
6199         group)
6200     (while groups
6201       (setq group (car groups)
6202             groups (cdr groups))
6203       (gnus-group-remove-mark group)
6204       (gnus-group-unsubscribe-group
6205        group (if (<= (gnus-group-group-level) gnus-level-subscribed)
6206                  gnus-level-default-unsubscribed
6207                gnus-level-default-subscribed) t)
6208       (gnus-group-update-group-line))
6209     (gnus-group-next-group 1)))
6210
6211 (defun gnus-group-unsubscribe-group (group &optional level silent)
6212   "Toggle subscription to GROUP.
6213 Killed newsgroups are subscribed.  If SILENT, don't try to update the
6214 group line."
6215   (interactive
6216    (list (completing-read
6217           "Group: " gnus-active-hashtb nil
6218           (gnus-read-active-file-p)
6219           nil 
6220           'gnus-group-history)))
6221   (let ((newsrc (gnus-gethash group gnus-newsrc-hashtb)))
6222     (cond
6223      ((string-match "^[ \t]$" group)
6224       (error "Empty group name"))
6225      (newsrc
6226       ;; Toggle subscription flag.
6227       (gnus-group-change-level
6228        newsrc (if level level (if (<= (nth 1 (nth 2 newsrc))
6229                                       gnus-level-subscribed)
6230                                   (1+ gnus-level-subscribed)
6231                                 gnus-level-default-subscribed)))
6232       (unless silent
6233         (gnus-group-update-group group)))
6234      ((and (stringp group)
6235            (or (not (gnus-read-active-file-p))
6236                (gnus-active group)))
6237       ;; Add new newsgroup.
6238       (gnus-group-change-level
6239        group
6240        (if level level gnus-level-default-subscribed)
6241        (or (and (member group gnus-zombie-list)
6242                 gnus-level-zombie)
6243            gnus-level-killed)
6244        (and (gnus-group-group-name)
6245             (gnus-gethash (gnus-group-group-name) gnus-newsrc-hashtb)))
6246       (unless silent
6247         (gnus-group-update-group group)))
6248      (t (error "No such newsgroup: %s" group)))
6249     (gnus-group-position-point)))
6250
6251 (defun gnus-group-transpose-groups (n)
6252   "Move the current newsgroup up N places.
6253 If given a negative prefix, move down instead.  The difference between
6254 N and the number of steps taken is returned."
6255   (interactive "p")
6256   (or (gnus-group-group-name)
6257       (error "No group on current line"))
6258   (gnus-group-kill-group 1)
6259   (prog1
6260       (forward-line (- n))
6261     (gnus-group-yank-group)
6262     (gnus-group-position-point)))
6263
6264 (defun gnus-group-kill-all-zombies ()
6265   "Kill all zombie newsgroups."
6266   (interactive)
6267   (setq gnus-killed-list (nconc gnus-zombie-list gnus-killed-list))
6268   (setq gnus-zombie-list nil)
6269   (gnus-group-list-groups))
6270
6271 (defun gnus-group-kill-region (begin end)
6272   "Kill newsgroups in current region (excluding current point).
6273 The killed newsgroups can be yanked by using \\[gnus-group-yank-group]."
6274   (interactive "r")
6275   (let ((lines
6276          ;; Count lines.
6277          (save-excursion
6278            (count-lines
6279             (progn
6280               (goto-char begin)
6281               (beginning-of-line)
6282               (point))
6283             (progn
6284               (goto-char end)
6285               (beginning-of-line)
6286               (point))))))
6287     (goto-char begin)
6288     (beginning-of-line)                 ;Important when LINES < 1
6289     (gnus-group-kill-group lines)))
6290
6291 (defun gnus-group-kill-group (&optional n discard)
6292   "Kill the next N groups.
6293 The killed newsgroups can be yanked by using \\[gnus-group-yank-group].
6294 However, only groups that were alive can be yanked; already killed
6295 groups or zombie groups can't be yanked.
6296 The return value is the name of the group that was killed, or a list
6297 of groups killed."
6298   (interactive "P")
6299   (let ((buffer-read-only nil)
6300         (groups (gnus-group-process-prefix n))
6301         group entry level out)
6302     (if (< (length groups) 10)
6303         ;; This is faster when there are few groups.
6304         (while groups
6305           (push (setq group (pop groups)) out)
6306           (gnus-group-remove-mark group)
6307           (setq level (gnus-group-group-level))
6308           (gnus-delete-line)
6309           (when (and (not discard)
6310                      (setq entry (gnus-gethash group gnus-newsrc-hashtb)))
6311             (push (cons (car entry) (nth 2 entry))
6312                   gnus-list-of-killed-groups))
6313           (gnus-group-change-level
6314            (if entry entry group) gnus-level-killed (if entry nil level)))
6315       ;; If there are lots and lots of groups to be killed, we use
6316       ;; this thing instead.
6317       (let (entry)
6318         (setq groups (nreverse groups))
6319         (while groups
6320           (gnus-group-remove-mark (setq group (pop groups)))
6321           (gnus-delete-line)
6322           (cond
6323            ((setq entry (gnus-gethash group gnus-newsrc-hashtb))
6324             (push (cons (car entry) (nth 2 entry))
6325                   gnus-list-of-killed-groups)
6326             (setcdr (cdr entry) (cdddr entry)))
6327            ((member group gnus-zombie-list)
6328             (setq gnus-zombie-list (delete group gnus-zombie-list)))))
6329         (gnus-make-hashtable-from-newsrc-alist)))
6330
6331     (gnus-group-position-point)
6332     (if (< (length out) 2) (car out) (nreverse out))))
6333
6334 (defun gnus-group-yank-group (&optional arg)
6335   "Yank the last newsgroups killed with \\[gnus-group-kill-group],
6336 inserting it before the current newsgroup.  The numeric ARG specifies
6337 how many newsgroups are to be yanked.  The name of the newsgroup yanked
6338 is returned, or (if several groups are yanked) a list of yanked groups
6339 is returned."
6340   (interactive "p")
6341   (setq arg (or arg 1))
6342   (let (info group prev out)
6343     (while (>= (decf arg) 0)
6344       (if (not (setq info (pop gnus-list-of-killed-groups)))
6345           (error "No more newsgroups to yank"))
6346       (push (setq group (nth 1 info)) out)
6347       ;; Find which newsgroup to insert this one before - search
6348       ;; backward until something suitable is found.  If there are no
6349       ;; other newsgroups in this buffer, just make this newsgroup the
6350       ;; first newsgroup.
6351       (setq prev (gnus-group-group-name))
6352       (gnus-group-change-level
6353        info (gnus-info-level (cdr info)) gnus-level-killed
6354        (and prev (gnus-gethash prev gnus-newsrc-hashtb))
6355        t)
6356       (gnus-group-insert-group-line-info group))
6357     (forward-line -1)
6358     (gnus-group-position-point)
6359     (if (< (length out) 2) (car out) (nreverse out))))
6360
6361 (defun gnus-group-kill-level (level)
6362   "Kill all groups that is on a certain LEVEL."
6363   (interactive "nKill all groups on level: ")
6364   (cond
6365    ((= level gnus-level-zombie)
6366     (setq gnus-killed-list
6367           (nconc gnus-zombie-list gnus-killed-list))
6368     (setq gnus-zombie-list nil))
6369    ((and (< level gnus-level-zombie)
6370          (> level 0)
6371          (or gnus-expert-user
6372              (gnus-yes-or-no-p
6373               (format
6374                "Do you really want to kill all groups on level %d? "
6375                level))))
6376     (let* ((prev gnus-newsrc-alist)
6377            (alist (cdr prev)))
6378       (while alist
6379         (if (= (gnus-info-level level) level)
6380             (setcdr prev (cdr alist))
6381           (setq prev alist))
6382         (setq alist (cdr alist)))
6383       (gnus-make-hashtable-from-newsrc-alist)
6384       (gnus-group-list-groups)))
6385    (t
6386     (error "Can't kill; illegal level: %d" level))))
6387
6388 (defun gnus-group-list-all-groups (&optional arg)
6389   "List all newsgroups with level ARG or lower.
6390 Default is gnus-level-unsubscribed, which lists all subscribed and most
6391 unsubscribed groups."
6392   (interactive "P")
6393   (gnus-group-list-groups (or arg gnus-level-unsubscribed) t))
6394
6395 ;; Redefine this to list ALL killed groups if prefix arg used.
6396 ;; Rewritten by engstrom@src.honeywell.com (Eric Engstrom).
6397 (defun gnus-group-list-killed (&optional arg)
6398   "List all killed newsgroups in the group buffer.
6399 If ARG is non-nil, list ALL killed groups known to Gnus.  This may
6400 entail asking the server for the groups."
6401   (interactive "P")
6402   ;; Find all possible killed newsgroups if arg.
6403   (when arg
6404     (gnus-get-killed-groups))
6405   (if (not gnus-killed-list)
6406       (gnus-message 6 "No killed groups")
6407     (let (gnus-group-list-mode)
6408       (funcall gnus-group-prepare-function
6409                gnus-level-killed t gnus-level-killed))
6410     (goto-char (point-min)))
6411   (gnus-group-position-point))
6412
6413 (defun gnus-group-list-zombies ()
6414   "List all zombie newsgroups in the group buffer."
6415   (interactive)
6416   (if (not gnus-zombie-list)
6417       (gnus-message 6 "No zombie groups")
6418     (let (gnus-group-list-mode)
6419       (funcall gnus-group-prepare-function
6420                gnus-level-zombie t gnus-level-zombie))
6421     (goto-char (point-min)))
6422   (gnus-group-position-point))
6423
6424 (defun gnus-group-list-active ()
6425   "List all groups that are available from the server(s)."
6426   (interactive)
6427   ;; First we make sure that we have really read the active file.
6428   (unless (gnus-read-active-file-p)
6429     (let ((gnus-read-active-file t))
6430       (gnus-read-active-file)))
6431   ;; Find all groups and sort them.
6432   (let ((groups
6433          (sort
6434           (let (list)
6435             (mapatoms
6436              (lambda (sym)
6437                (and (boundp sym)
6438                     (symbol-value sym)
6439                     (setq list (cons (symbol-name sym) list))))
6440              gnus-active-hashtb)
6441             list)
6442           'string<))
6443         (buffer-read-only nil))
6444     (erase-buffer)
6445     (while groups
6446       (gnus-group-insert-group-line-info (pop groups)))
6447     (goto-char (point-min))))
6448
6449 (defun gnus-activate-all-groups (level)
6450   "Activate absolutely all groups."
6451   (interactive (list 7))
6452   (let ((gnus-activate-level level)
6453         (gnus-activate-foreign-newsgroups level))
6454     (gnus-group-get-new-news)))
6455
6456 (defun gnus-group-get-new-news (&optional arg)
6457   "Get newly arrived articles.
6458 If ARG is a number, it specifies which levels you are interested in
6459 re-scanning.  If ARG is non-nil and not a number, this will force
6460 \"hard\" re-reading of the active files from all servers."
6461   (interactive "P")
6462   (run-hooks 'gnus-get-new-news-hook)
6463   ;; We might read in new NoCeM messages here.
6464   (when (and gnus-use-nocem 
6465              (null arg))
6466     (gnus-nocem-scan-groups))
6467   ;; If ARG is not a number, then we read the active file.
6468   (when (and arg (not (numberp arg)))
6469     (let ((gnus-read-active-file t))
6470       (gnus-read-active-file))
6471     (setq arg nil))
6472
6473   (setq arg (gnus-group-default-level arg t))
6474   (if (and gnus-read-active-file (not arg))
6475       (progn
6476         (gnus-read-active-file)
6477         (gnus-get-unread-articles arg))
6478     (let ((gnus-read-active-file (if arg nil gnus-read-active-file)))
6479       (gnus-get-unread-articles arg)))
6480   (run-hooks 'gnus-after-getting-new-news-hook)
6481   (gnus-group-list-groups))
6482
6483 (defun gnus-group-get-new-news-this-group (&optional n)
6484   "Check for newly arrived news in the current group (and the N-1 next groups).
6485 The difference between N and the number of newsgroup checked is returned.
6486 If N is negative, this group and the N-1 previous groups will be checked."
6487   (interactive "P")
6488   (let* ((groups (gnus-group-process-prefix n))
6489          (ret (if (numberp n) (- n (length groups)) 0))
6490          (beg (unless n (point)))
6491          group)
6492     (while (setq group (pop groups))
6493       (gnus-group-remove-mark group)
6494       (if (gnus-activate-group group 'scan)
6495           (progn
6496             (gnus-get-unread-articles-in-group
6497              (gnus-get-info group) (gnus-active group) t)
6498             (unless (gnus-virtual-group-p group)
6499               (gnus-close-group group))
6500             (gnus-group-update-group group))
6501         (gnus-error 3 "%s error: %s" group (gnus-status-message group))))
6502     (when beg (goto-char beg))
6503     (when gnus-goto-next-group-when-activating
6504       (gnus-group-next-unread-group 1 t))
6505     (gnus-summary-position-point)
6506     ret))
6507
6508 (defun gnus-group-fetch-faq (group &optional faq-dir)
6509   "Fetch the FAQ for the current group."
6510   (interactive
6511    (list
6512     (gnus-group-real-name (gnus-group-group-name))
6513     (cond (current-prefix-arg
6514            (completing-read
6515             "Faq dir: " (and (listp gnus-group-faq-directory)
6516                              gnus-group-faq-directory))))))
6517   (or faq-dir
6518       (setq faq-dir (if (listp gnus-group-faq-directory)
6519                         (car gnus-group-faq-directory)
6520                       gnus-group-faq-directory)))
6521   (or group (error "No group name given"))
6522   (let ((file (concat (file-name-as-directory faq-dir)
6523                       (gnus-group-real-name group))))
6524     (if (not (file-exists-p file))
6525         (error "No such file: %s" file)
6526       (find-file file))))
6527
6528 (defun gnus-group-describe-group (force &optional group)
6529   "Display a description of the current newsgroup."
6530   (interactive (list current-prefix-arg (gnus-group-group-name)))
6531   (and force (setq gnus-description-hashtb nil))
6532   (let ((method (gnus-find-method-for-group group))
6533         desc)
6534     (or group (error "No group name given"))
6535     (and (or (and gnus-description-hashtb
6536                   ;; We check whether this group's method has been
6537                   ;; queried for a description file.
6538                   (gnus-gethash
6539                    (gnus-group-prefixed-name "" method)
6540                    gnus-description-hashtb))
6541              (setq desc (gnus-group-get-description group))
6542              (gnus-read-descriptions-file method))
6543          (gnus-message 1
6544           (or desc (gnus-gethash group gnus-description-hashtb)
6545               "No description available")))))
6546
6547 ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
6548 (defun gnus-group-describe-all-groups (&optional force)
6549   "Pop up a buffer with descriptions of all newsgroups."
6550   (interactive "P")
6551   (and force (setq gnus-description-hashtb nil))
6552   (if (not (or gnus-description-hashtb
6553                (gnus-read-all-descriptions-files)))
6554       (error "Couldn't request descriptions file"))
6555   (let ((buffer-read-only nil)
6556         b)
6557     (erase-buffer)
6558     (mapatoms
6559      (lambda (group)
6560        (setq b (point))
6561        (insert (format "      *: %-20s %s\n" (symbol-name group)
6562                        (symbol-value group)))
6563        (gnus-add-text-properties
6564         b (1+ b) (list 'gnus-group group
6565                        'gnus-unread t 'gnus-marked nil
6566                        'gnus-level (1+ gnus-level-subscribed))))
6567      gnus-description-hashtb)
6568     (goto-char (point-min))
6569     (gnus-group-position-point)))
6570
6571 ;; Suggested by by Daniel Quinlan <quinlan@best.com>.
6572 (defun gnus-group-apropos (regexp &optional search-description)
6573   "List all newsgroups that have names that match a regexp."
6574   (interactive "sGnus apropos (regexp): ")
6575   (let ((prev "")
6576         (obuf (current-buffer))
6577         groups des)
6578     ;; Go through all newsgroups that are known to Gnus.
6579     (mapatoms
6580      (lambda (group)
6581        (and (symbol-name group)
6582             (string-match regexp (symbol-name group))
6583             (setq groups (cons (symbol-name group) groups))))
6584      gnus-active-hashtb)
6585     ;; Also go through all descriptions that are known to Gnus.
6586     (when search-description
6587       (mapatoms
6588        (lambda (group)
6589          (and (string-match regexp (symbol-value group))
6590               (gnus-active (symbol-name group))
6591               (setq groups (cons (symbol-name group) groups))))
6592        gnus-description-hashtb))
6593     (if (not groups)
6594         (gnus-message 3 "No groups matched \"%s\"." regexp)
6595       ;; Print out all the groups.
6596       (save-excursion
6597         (pop-to-buffer "*Gnus Help*")
6598         (buffer-disable-undo (current-buffer))
6599         (erase-buffer)
6600         (setq groups (sort groups 'string<))
6601         (while groups
6602           ;; Groups may be entered twice into the list of groups.
6603           (if (not (string= (car groups) prev))
6604               (progn
6605                 (insert (setq prev (car groups)) "\n")
6606                 (if (and gnus-description-hashtb
6607                          (setq des (gnus-gethash (car groups)
6608                                                  gnus-description-hashtb)))
6609                     (insert "  " des "\n"))))
6610           (setq groups (cdr groups)))
6611         (goto-char (point-min))))
6612     (pop-to-buffer obuf)))
6613
6614 (defun gnus-group-description-apropos (regexp)
6615   "List all newsgroups that have names or descriptions that match a regexp."
6616   (interactive "sGnus description apropos (regexp): ")
6617   (if (not (or gnus-description-hashtb
6618                (gnus-read-all-descriptions-files)))
6619       (error "Couldn't request descriptions file"))
6620   (gnus-group-apropos regexp t))
6621
6622 ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
6623 (defun gnus-group-list-matching (level regexp &optional all lowest)
6624   "List all groups with unread articles that match REGEXP.
6625 If the prefix LEVEL is non-nil, it should be a number that says which
6626 level to cut off listing groups.
6627 If ALL, also list groups with no unread articles.
6628 If LOWEST, don't list groups with level lower than LOWEST.
6629
6630 This command may read the active file."
6631   (interactive "P\nsList newsgroups matching: ")
6632   ;; First make sure active file has been read.
6633   (when (and level
6634              (> (prefix-numeric-value level) gnus-level-killed))
6635     (gnus-get-killed-groups))
6636   (gnus-group-prepare-flat (or level gnus-level-subscribed)
6637                            all (or lowest 1) regexp)
6638   (goto-char (point-min))
6639   (gnus-group-position-point))
6640
6641 (defun gnus-group-list-all-matching (level regexp &optional lowest)
6642   "List all groups that match REGEXP.
6643 If the prefix LEVEL is non-nil, it should be a number that says which
6644 level to cut off listing groups.
6645 If LOWEST, don't list groups with level lower than LOWEST."
6646   (interactive "P\nsList newsgroups matching: ")
6647   (gnus-group-list-matching (or level gnus-level-killed) regexp t lowest))
6648
6649 ;; Suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.
6650 (defun gnus-group-save-newsrc (&optional force)
6651   "Save the Gnus startup files.
6652 If FORCE, force saving whether it is necessary or not."
6653   (interactive "P")
6654   (gnus-save-newsrc-file force))
6655
6656 (defun gnus-group-restart (&optional arg)
6657   "Force Gnus to read the .newsrc file."
6658   (interactive "P")
6659   (when (gnus-yes-or-no-p
6660          (format "Are you sure you want to read %s? "
6661                  gnus-current-startup-file))
6662     (gnus-save-newsrc-file)
6663     (gnus-setup-news 'force)
6664     (gnus-group-list-groups arg)))
6665
6666 (defun gnus-group-read-init-file ()
6667   "Read the Gnus elisp init file."
6668   (interactive)
6669   (gnus-read-init-file))
6670
6671 (defun gnus-group-check-bogus-groups (&optional silent)
6672   "Check bogus newsgroups.
6673 If given a prefix, don't ask for confirmation before removing a bogus
6674 group."
6675   (interactive "P")
6676   (gnus-check-bogus-newsgroups (and (not silent) (not gnus-expert-user)))
6677   (gnus-group-list-groups))
6678
6679 (defun gnus-group-edit-global-kill (&optional article group)
6680   "Edit the global kill file.
6681 If GROUP, edit that local kill file instead."
6682   (interactive "P")
6683   (setq gnus-current-kill-article article)
6684   (gnus-kill-file-edit-file group)
6685   (gnus-message
6686    6
6687    (substitute-command-keys
6688     (format "Editing a %s kill file (Type \\[gnus-kill-file-exit] to exit)"
6689             (if group "local" "global")))))
6690
6691 (defun gnus-group-edit-local-kill (article group)
6692   "Edit a local kill file."
6693   (interactive (list nil (gnus-group-group-name)))
6694   (gnus-group-edit-global-kill article group))
6695
6696 (defun gnus-group-force-update ()
6697   "Update `.newsrc' file."
6698   (interactive)
6699   (gnus-save-newsrc-file))
6700
6701 (defun gnus-group-suspend ()
6702   "Suspend the current Gnus session.
6703 In fact, cleanup buffers except for group mode buffer.
6704 The hook gnus-suspend-gnus-hook is called before actually suspending."
6705   (interactive)
6706   (run-hooks 'gnus-suspend-gnus-hook)
6707   ;; Kill Gnus buffers except for group mode buffer.
6708   (let ((group-buf (get-buffer gnus-group-buffer)))
6709     ;; Do this on a separate list in case the user does a ^G before we finish
6710     (let ((gnus-buffer-list
6711            (delq group-buf (delq gnus-dribble-buffer
6712                                  (append gnus-buffer-list nil)))))
6713       (while gnus-buffer-list
6714         (gnus-kill-buffer (car gnus-buffer-list))
6715         (setq gnus-buffer-list (cdr gnus-buffer-list))))
6716     (if group-buf
6717         (progn
6718           (setq gnus-buffer-list (list group-buf))
6719           (bury-buffer group-buf)
6720           (delete-windows-on group-buf t)))))
6721
6722 (defun gnus-group-clear-dribble ()
6723   "Clear all information from the dribble buffer."
6724   (interactive)
6725   (gnus-dribble-clear)
6726   (gnus-message 7 "Cleared dribble buffer"))
6727
6728 (defun gnus-group-exit ()
6729   "Quit reading news after updating .newsrc.eld and .newsrc.
6730 The hook `gnus-exit-gnus-hook' is called before actually exiting."
6731   (interactive)
6732   (when 
6733       (or noninteractive                ;For gnus-batch-kill
6734           (not gnus-interactive-exit)   ;Without confirmation
6735           gnus-expert-user
6736           (gnus-y-or-n-p "Are you sure you want to quit reading news? "))
6737     (run-hooks 'gnus-exit-gnus-hook)
6738     ;; Offer to save data from non-quitted summary buffers.
6739     (gnus-offer-save-summaries)
6740     ;; Save the newsrc file(s).
6741     (gnus-save-newsrc-file)
6742     ;; Kill-em-all.
6743     (gnus-close-backends)
6744     ;; Reset everything.
6745     (gnus-clear-system)
6746     ;; Allow the user to do things after cleaning up.
6747     (run-hooks 'gnus-after-exiting-gnus-hook)))
6748
6749 (defun gnus-close-backends ()
6750   ;; Send a close request to all backends that support such a request.
6751   (let ((methods gnus-valid-select-methods)
6752         func)
6753     (while methods
6754       (if (fboundp (setq func (intern (concat (caar methods)
6755                                               "-request-close"))))
6756           (funcall func))
6757       (setq methods (cdr methods)))))
6758
6759 (defun gnus-group-quit ()
6760   "Quit reading news without updating .newsrc.eld or .newsrc.
6761 The hook `gnus-exit-gnus-hook' is called before actually exiting."
6762   (interactive)
6763   (when (or noninteractive              ;For gnus-batch-kill
6764             (zerop (buffer-size))
6765             (not (gnus-server-opened gnus-select-method))
6766             gnus-expert-user
6767             (not gnus-current-startup-file)
6768             (gnus-yes-or-no-p
6769              (format "Quit reading news without saving %s? "
6770                      (file-name-nondirectory gnus-current-startup-file))))
6771     (run-hooks 'gnus-exit-gnus-hook)
6772     (if gnus-use-full-window
6773         (delete-other-windows)
6774       (gnus-remove-some-windows))
6775     (gnus-dribble-save)
6776     (gnus-close-backends)
6777     (gnus-clear-system)
6778     ;; Allow the user to do things after cleaning up.
6779     (run-hooks 'gnus-after-exiting-gnus-hook)))
6780
6781 (defun gnus-offer-save-summaries ()
6782   "Offer to save all active summary buffers."
6783   (save-excursion
6784     (let ((buflist (buffer-list))
6785           buffers bufname)
6786       ;; Go through all buffers and find all summaries.
6787       (while buflist
6788         (and (setq bufname (buffer-name (car buflist)))
6789              (string-match "Summary" bufname)
6790              (save-excursion
6791                (set-buffer bufname)
6792                ;; We check that this is, indeed, a summary buffer.
6793                (and (eq major-mode 'gnus-summary-mode)
6794                     ;; Also make sure this isn't bogus.
6795                     gnus-newsgroup-prepared))
6796              (push bufname buffers))
6797         (setq buflist (cdr buflist)))
6798       ;; Go through all these summary buffers and offer to save them.
6799       (when buffers
6800         (map-y-or-n-p
6801          "Update summary buffer %s? "
6802          (lambda (buf) (set-buffer buf) (gnus-summary-exit))
6803          buffers)))))
6804
6805 (defun gnus-group-describe-briefly ()
6806   "Give a one line description of the group mode commands."
6807   (interactive)
6808   (gnus-message 7 (substitute-command-keys "\\<gnus-group-mode-map>\\[gnus-group-read-group]:Select  \\[gnus-group-next-unread-group]:Forward  \\[gnus-group-prev-unread-group]:Backward  \\[gnus-group-exit]:Exit  \\[gnus-info-find-node]:Run Info  \\[gnus-group-describe-briefly]:This help")))
6809
6810 (defun gnus-group-browse-foreign-server (method)
6811   "Browse a foreign news server.
6812 If called interactively, this function will ask for a select method
6813  (nntp, nnspool, etc.) and a server address (eg. nntp.some.where).
6814 If not, METHOD should be a list where the first element is the method
6815 and the second element is the address."
6816   (interactive
6817    (list (let ((how (completing-read
6818                      "Which backend: "
6819                      (append gnus-valid-select-methods gnus-server-alist)
6820                      nil t (cons "nntp" 0) 'gnus-method-history)))
6821            ;; We either got a backend name or a virtual server name.
6822            ;; If the first, we also need an address.
6823            (if (assoc how gnus-valid-select-methods)
6824                (list (intern how)
6825                      ;; Suggested by mapjph@bath.ac.uk.
6826                      (completing-read
6827                       "Address: "
6828                       (mapcar (lambda (server) (list server))
6829                               gnus-secondary-servers)))
6830              ;; We got a server name, so we find the method.
6831              (gnus-server-to-method how)))))
6832   (gnus-browse-foreign-server method))
6833
6834 \f
6835 ;;;
6836 ;;; Gnus summary mode
6837 ;;;
6838
6839 (defvar gnus-summary-mode-map nil)
6840
6841 (put 'gnus-summary-mode 'mode-class 'special)
6842
6843 (unless gnus-summary-mode-map
6844   (setq gnus-summary-mode-map (make-keymap))
6845   (suppress-keymap gnus-summary-mode-map)
6846
6847   ;; Non-orthogonal keys
6848
6849   (gnus-define-keys gnus-summary-mode-map
6850     " " gnus-summary-next-page
6851     "\177" gnus-summary-prev-page
6852     [delete] gnus-summary-prev-page
6853     "\r" gnus-summary-scroll-up
6854     "n" gnus-summary-next-unread-article
6855     "p" gnus-summary-prev-unread-article
6856     "N" gnus-summary-next-article
6857     "P" gnus-summary-prev-article
6858     "\M-\C-n" gnus-summary-next-same-subject
6859     "\M-\C-p" gnus-summary-prev-same-subject
6860     "\M-n" gnus-summary-next-unread-subject
6861     "\M-p" gnus-summary-prev-unread-subject
6862     "." gnus-summary-first-unread-article
6863     "," gnus-summary-best-unread-article
6864     "\M-s" gnus-summary-search-article-forward
6865     "\M-r" gnus-summary-search-article-backward
6866     "<" gnus-summary-beginning-of-article
6867     ">" gnus-summary-end-of-article
6868     "j" gnus-summary-goto-article
6869     "^" gnus-summary-refer-parent-article
6870     "\M-^" gnus-summary-refer-article
6871     "u" gnus-summary-tick-article-forward
6872     "!" gnus-summary-tick-article-forward
6873     "U" gnus-summary-tick-article-backward
6874     "d" gnus-summary-mark-as-read-forward
6875     "D" gnus-summary-mark-as-read-backward
6876     "E" gnus-summary-mark-as-expirable
6877     "\M-u" gnus-summary-clear-mark-forward
6878     "\M-U" gnus-summary-clear-mark-backward
6879     "k" gnus-summary-kill-same-subject-and-select
6880     "\C-k" gnus-summary-kill-same-subject
6881     "\M-\C-k" gnus-summary-kill-thread
6882     "\M-\C-l" gnus-summary-lower-thread
6883     "e" gnus-summary-edit-article
6884     "#" gnus-summary-mark-as-processable
6885     "\M-#" gnus-summary-unmark-as-processable
6886     "\M-\C-t" gnus-summary-toggle-threads
6887     "\M-\C-s" gnus-summary-show-thread
6888     "\M-\C-h" gnus-summary-hide-thread
6889     "\M-\C-f" gnus-summary-next-thread
6890     "\M-\C-b" gnus-summary-prev-thread
6891     "\M-\C-u" gnus-summary-up-thread
6892     "\M-\C-d" gnus-summary-down-thread
6893     "&" gnus-summary-execute-command
6894     "c" gnus-summary-catchup-and-exit
6895     "\C-w" gnus-summary-mark-region-as-read
6896     "\C-t" gnus-summary-toggle-truncation
6897     "?" gnus-summary-mark-as-dormant
6898     "\C-c\M-\C-s" gnus-summary-limit-include-expunged
6899     "\C-c\C-s\C-n" gnus-summary-sort-by-number
6900     "\C-c\C-s\C-a" gnus-summary-sort-by-author
6901     "\C-c\C-s\C-s" gnus-summary-sort-by-subject
6902     "\C-c\C-s\C-d" gnus-summary-sort-by-date
6903     "\C-c\C-s\C-i" gnus-summary-sort-by-score
6904     "=" gnus-summary-expand-window
6905     "\C-x\C-s" gnus-summary-reselect-current-group
6906     "\M-g" gnus-summary-rescan-group
6907     "w" gnus-summary-stop-page-breaking
6908     "\C-c\C-r" gnus-summary-caesar-message
6909     "\M-t" gnus-summary-toggle-mime
6910     "f" gnus-summary-followup
6911     "F" gnus-summary-followup-with-original
6912     "C" gnus-summary-cancel-article
6913     "r" gnus-summary-reply
6914     "R" gnus-summary-reply-with-original
6915     "\C-c\C-f" gnus-summary-mail-forward
6916     "o" gnus-summary-save-article
6917     "\C-o" gnus-summary-save-article-mail
6918     "|" gnus-summary-pipe-output
6919     "\M-k" gnus-summary-edit-local-kill
6920     "\M-K" gnus-summary-edit-global-kill
6921     "V" gnus-version
6922     "\C-c\C-d" gnus-summary-describe-group
6923     "q" gnus-summary-exit
6924     "Q" gnus-summary-exit-no-update
6925     "\C-c\C-i" gnus-info-find-node
6926     gnus-mouse-2 gnus-mouse-pick-article
6927     "m" gnus-summary-mail-other-window
6928     "a" gnus-summary-post-news
6929     "x" gnus-summary-limit-to-unread
6930     "s" gnus-summary-isearch-article
6931     "t" gnus-article-hide-headers
6932     "g" gnus-summary-show-article
6933     "l" gnus-summary-goto-last-article
6934     "\C-c\C-v\C-v" gnus-uu-decode-uu-view
6935     "\C-d" gnus-summary-enter-digest-group
6936     "\C-c\C-b" gnus-bug
6937     "*" gnus-cache-enter-article
6938     "\M-*" gnus-cache-remove-article
6939     "\M-&" gnus-summary-universal-argument
6940     "\C-l" gnus-recenter
6941     "I" gnus-summary-increase-score
6942     "L" gnus-summary-lower-score
6943
6944     "V" gnus-summary-score-map
6945     "X" gnus-uu-extract-map
6946     "S" gnus-summary-send-map)
6947
6948   ;; Sort of orthogonal keymap
6949   (gnus-define-keys (gnus-summary-mark-map "M" gnus-summary-mode-map)
6950     "t" gnus-summary-tick-article-forward
6951     "!" gnus-summary-tick-article-forward
6952     "d" gnus-summary-mark-as-read-forward
6953     "r" gnus-summary-mark-as-read-forward
6954     "c" gnus-summary-clear-mark-forward
6955     " " gnus-summary-clear-mark-forward
6956     "e" gnus-summary-mark-as-expirable
6957     "x" gnus-summary-mark-as-expirable
6958     "?" gnus-summary-mark-as-dormant
6959     "b" gnus-summary-set-bookmark
6960     "B" gnus-summary-remove-bookmark
6961     "#" gnus-summary-mark-as-processable
6962     "\M-#" gnus-summary-unmark-as-processable
6963     "S" gnus-summary-limit-include-expunged
6964     "C" gnus-summary-catchup
6965     "H" gnus-summary-catchup-to-here
6966     "\C-c" gnus-summary-catchup-all
6967     "k" gnus-summary-kill-same-subject-and-select
6968     "K" gnus-summary-kill-same-subject
6969     "P" gnus-uu-mark-map)
6970
6971   (gnus-define-keys (gnus-summary-mscore-map "V" gnus-summary-mode-map)
6972     "c" gnus-summary-clear-above
6973     "u" gnus-summary-tick-above
6974     "m" gnus-summary-mark-above
6975     "k" gnus-summary-kill-below)
6976
6977   (gnus-define-keys (gnus-summary-limit-map "/" gnus-summary-mode-map)
6978     "/" gnus-summary-limit-to-subject
6979     "n" gnus-summary-limit-to-articles
6980     "w" gnus-summary-pop-limit
6981     "s" gnus-summary-limit-to-subject
6982     "a" gnus-summary-limit-to-author
6983     "u" gnus-summary-limit-to-unread
6984     "m" gnus-summary-limit-to-marks
6985     "v" gnus-summary-limit-to-score
6986     "D" gnus-summary-limit-include-dormant
6987     "d" gnus-summary-limit-exclude-dormant
6988     ;;  "t" gnus-summary-limit-exclude-thread
6989     "E" gnus-summary-limit-include-expunged
6990     "c" gnus-summary-limit-exclude-childless-dormant
6991     "C" gnus-summary-limit-mark-excluded-as-read)
6992
6993   (gnus-define-keys (gnus-summary-goto-map "G" gnus-summary-mode-map)
6994     "n" gnus-summary-next-unread-article
6995     "p" gnus-summary-prev-unread-article
6996     "N" gnus-summary-next-article
6997     "P" gnus-summary-prev-article
6998     "\C-n" gnus-summary-next-same-subject
6999     "\C-p" gnus-summary-prev-same-subject
7000     "\M-n" gnus-summary-next-unread-subject
7001     "\M-p" gnus-summary-prev-unread-subject
7002     "f" gnus-summary-first-unread-article
7003     "b" gnus-summary-best-unread-article
7004     "j" gnus-summary-goto-article
7005     "g" gnus-summary-goto-subject
7006     "l" gnus-summary-goto-last-article
7007     "p" gnus-summary-pop-article)
7008
7009   (gnus-define-keys (gnus-summary-thread-map "T" gnus-summary-mode-map)
7010     "k" gnus-summary-kill-thread
7011     "l" gnus-summary-lower-thread
7012     "i" gnus-summary-raise-thread
7013     "T" gnus-summary-toggle-threads
7014     "t" gnus-summary-rethread-current
7015     "^" gnus-summary-reparent-thread
7016     "s" gnus-summary-show-thread
7017     "S" gnus-summary-show-all-threads
7018     "h" gnus-summary-hide-thread
7019     "H" gnus-summary-hide-all-threads
7020     "n" gnus-summary-next-thread
7021     "p" gnus-summary-prev-thread
7022     "u" gnus-summary-up-thread
7023     "o" gnus-summary-top-thread
7024     "d" gnus-summary-down-thread
7025     "#" gnus-uu-mark-thread
7026     "\M-#" gnus-uu-unmark-thread)
7027
7028   (gnus-define-keys (gnus-summary-exit-map "Z" gnus-summary-mode-map)
7029     "c" gnus-summary-catchup-and-exit
7030     "C" gnus-summary-catchup-all-and-exit
7031     "E" gnus-summary-exit-no-update
7032     "Q" gnus-summary-exit
7033     "Z" gnus-summary-exit
7034     "n" gnus-summary-catchup-and-goto-next-group
7035     "R" gnus-summary-reselect-current-group
7036     "G" gnus-summary-rescan-group
7037     "N" gnus-summary-next-group
7038     "P" gnus-summary-prev-group)
7039
7040   (gnus-define-keys (gnus-summary-article-map "A" gnus-summary-mode-map)
7041     " " gnus-summary-next-page
7042     "n" gnus-summary-next-page
7043     "\177" gnus-summary-prev-page
7044     [delete] gnus-summary-prev-page
7045     "p" gnus-summary-prev-page
7046     "\r" gnus-summary-scroll-up
7047     "<" gnus-summary-beginning-of-article
7048     ">" gnus-summary-end-of-article
7049     "b" gnus-summary-beginning-of-article
7050     "e" gnus-summary-end-of-article
7051     "^" gnus-summary-refer-parent-article
7052     "r" gnus-summary-refer-parent-article
7053     "R" gnus-summary-refer-references
7054     "g" gnus-summary-show-article
7055     "s" gnus-summary-isearch-article)
7056
7057   (gnus-define-keys (gnus-summary-wash-map "W" gnus-summary-mode-map)
7058     "b" gnus-article-add-buttons
7059     "B" gnus-article-add-buttons-to-head
7060     "o" gnus-article-treat-overstrike
7061     ;;  "w" gnus-article-word-wrap
7062     "w" gnus-article-fill-cited-article
7063     "c" gnus-article-remove-cr
7064     "L" gnus-article-remove-trailing-blank-lines
7065     "q" gnus-article-de-quoted-unreadable
7066     "f" gnus-article-display-x-face
7067     "l" gnus-summary-stop-page-breaking
7068     "r" gnus-summary-caesar-message
7069     "t" gnus-article-hide-headers
7070     "v" gnus-summary-verbose-headers
7071     "m" gnus-summary-toggle-mime)
7072
7073   (gnus-define-keys (gnus-summary-wash-hide-map "W" gnus-summary-wash-map)
7074     "a" gnus-article-hide
7075     "h" gnus-article-hide-headers
7076     "b" gnus-article-hide-boring-headers
7077     "s" gnus-article-hide-signature
7078     "c" gnus-article-hide-citation
7079     "p" gnus-article-hide-pgp
7080     "\C-c" gnus-article-hide-citation-maybe)
7081
7082   (gnus-define-keys (gnus-summary-wash-highlight-map "H" gnus-summary-wash-map)
7083     "a" gnus-article-highlight
7084     "h" gnus-article-highlight-headers
7085     "c" gnus-article-highlight-citation
7086     "s" gnus-article-highlight-signature)
7087
7088   (gnus-define-keys (gnus-summary-wash-time-map "T" gnus-summary-wash-map)
7089     "z" gnus-article-date-ut
7090     "u" gnus-article-date-ut
7091     "l" gnus-article-date-local
7092     "e" gnus-article-date-lapsed
7093     "o" gnus-article-date-original)
7094
7095   (gnus-define-keys (gnus-summary-help-map "H" gnus-summary-mode-map)
7096     "v" gnus-version
7097     "f" gnus-summary-fetch-faq
7098     "d" gnus-summary-describe-group
7099     "h" gnus-summary-describe-briefly
7100     "i" gnus-info-find-node)
7101
7102   (gnus-define-keys (gnus-summary-backend-map "B" gnus-summary-mode-map)
7103     "e" gnus-summary-expire-articles
7104     "\M-\C-e" gnus-summary-expire-articles-now
7105     "\177" gnus-summary-delete-article
7106     [delete] gnus-summary-delete-article
7107     "m" gnus-summary-move-article
7108     "r" gnus-summary-respool-article
7109     "w" gnus-summary-edit-article
7110     "c" gnus-summary-copy-article
7111     "B" gnus-summary-crosspost-article
7112     "q" gnus-summary-respool-query
7113     "i" gnus-summary-import-article)
7114
7115   (gnus-define-keys (gnus-summary-save-map "O" gnus-summary-mode-map)
7116     "o" gnus-summary-save-article
7117     "m" gnus-summary-save-article-mail
7118     "r" gnus-summary-save-article-rmail
7119     "f" gnus-summary-save-article-file
7120     "b" gnus-summary-save-article-body-file
7121     "h" gnus-summary-save-article-folder
7122     "v" gnus-summary-save-article-vm
7123     "p" gnus-summary-pipe-output
7124     "s" gnus-soup-add-article)
7125   )
7126
7127 \f
7128
7129 (defun gnus-summary-mode (&optional group)
7130   "Major mode for reading articles.
7131
7132 All normal editing commands are switched off.
7133 \\<gnus-summary-mode-map>
7134 Each line in this buffer represents one article.  To read an
7135 article, you can, for instance, type `\\[gnus-summary-next-page]'.  To move forwards
7136 and backwards while displaying articles, type `\\[gnus-summary-next-unread-article]' and `\\[gnus-summary-prev-unread-article]',
7137 respectively.
7138
7139 You can also post articles and send mail from this buffer.  To
7140 follow up an article, type `\\[gnus-summary-followup]'.  To mail a reply to the author
7141 of an article, type `\\[gnus-summary-reply]'.
7142
7143 There are approx. one gazillion commands you can execute in this
7144 buffer; read the info pages for more information (`\\[gnus-info-find-node]').
7145
7146 The following commands are available:
7147
7148 \\{gnus-summary-mode-map}"
7149   (interactive)
7150   (when (and menu-bar-mode
7151              (gnus-visual-p 'summary-menu 'menu))
7152     (gnus-summary-make-menu-bar))
7153   (kill-all-local-variables)
7154   (gnus-summary-make-local-variables)
7155   (gnus-make-thread-indent-array)
7156   (gnus-simplify-mode-line)
7157   (setq major-mode 'gnus-summary-mode)
7158   (setq mode-name "Summary")
7159   (make-local-variable 'minor-mode-alist)
7160   (use-local-map gnus-summary-mode-map)
7161   (buffer-disable-undo (current-buffer))
7162   (setq buffer-read-only t)             ;Disable modification
7163   (setq truncate-lines t)
7164   (setq selective-display t)
7165   (setq selective-display-ellipses t)   ;Display `...'
7166   (setq buffer-display-table gnus-summary-display-table)
7167   (setq gnus-newsgroup-name group)
7168   (make-local-variable 'gnus-summary-line-format)
7169   (make-local-variable 'gnus-summary-line-format-spec)
7170   (make-local-variable 'gnus-summary-mark-positions)
7171   (run-hooks 'gnus-summary-mode-hook))
7172
7173 (defun gnus-summary-make-local-variables ()
7174   "Make all the local summary buffer variables."
7175   (let ((locals gnus-summary-local-variables)
7176         global local)
7177     (while (setq local (pop locals))
7178       (if (consp local)
7179           (progn
7180             (if (eq (cdr local) 'global)
7181                 ;; Copy the global value of the variable.
7182                 (setq global (symbol-value (car local)))
7183               ;; Use the value from the list.
7184               (setq global (eval (cdr local))))
7185             (make-local-variable (car local))
7186             (set (car local) global))
7187         ;; Simple nil-valued local variable.
7188         (make-local-variable local)
7189         (set local nil)))))
7190
7191 (defun gnus-summary-make-display-table ()
7192   ;; Change the display table.  Odd characters have a tendency to mess
7193   ;; up nicely formatted displays - we make all possible glyphs
7194   ;; display only a single character.
7195
7196   ;; We start from the standard display table, if any.
7197   (setq gnus-summary-display-table
7198         (or (copy-sequence standard-display-table)
7199             (make-display-table)))
7200   ;; Nix out all the control chars...
7201   (let ((i 32))
7202     (while (>= (setq i (1- i)) 0)
7203       (aset gnus-summary-display-table i [??])))
7204   ;; ... but not newline and cr, of course. (cr is necessary for the
7205   ;; selective display).
7206   (aset gnus-summary-display-table ?\n nil)
7207   (aset gnus-summary-display-table ?\r nil)
7208   ;; We nix out any glyphs over 126 that are not set already.
7209   (let ((i 256))
7210     (while (>= (setq i (1- i)) 127)
7211       ;; Only modify if the entry is nil.
7212       (or (aref gnus-summary-display-table i)
7213           (aset gnus-summary-display-table i [??])))))
7214
7215 (defun gnus-summary-clear-local-variables ()
7216   (let ((locals gnus-summary-local-variables))
7217     (while locals
7218       (if (consp (car locals))
7219           (and (vectorp (caar locals))
7220                (set (caar locals) nil))
7221         (and (vectorp (car locals))
7222              (set (car locals) nil)))
7223       (setq locals (cdr locals)))))
7224
7225 ;; Summary data functions.
7226
7227 (defmacro gnus-data-number (data)
7228   `(car ,data))
7229
7230 (defmacro gnus-data-set-number (data number)
7231   `(setcar ,data ,number))
7232
7233 (defmacro gnus-data-mark (data)
7234   `(nth 1 ,data))
7235
7236 (defmacro gnus-data-set-mark (data mark)
7237   `(setcar (nthcdr 1 ,data) ,mark))
7238
7239 (defmacro gnus-data-pos (data)
7240   `(nth 2 ,data))
7241
7242 (defmacro gnus-data-set-pos (data pos)
7243   `(setcar (nthcdr 2 ,data) ,pos))
7244
7245 (defmacro gnus-data-header (data)
7246   `(nth 3 ,data))
7247
7248 (defmacro gnus-data-level (data)
7249   `(nth 4 ,data))
7250
7251 (defmacro gnus-data-unread-p (data)
7252   `(= (nth 1 ,data) gnus-unread-mark))
7253
7254 (defmacro gnus-data-pseudo-p (data)
7255   `(consp (nth 3 ,data)))
7256
7257 (defmacro gnus-data-find (number)
7258   `(assq ,number gnus-newsgroup-data))
7259
7260 (defmacro gnus-data-find-list (number &optional data)
7261   `(let ((bdata ,(or data 'gnus-newsgroup-data)))
7262      (memq (assq ,number bdata)
7263            bdata)))
7264
7265 (defmacro gnus-data-make (number mark pos header level)
7266   `(list ,number ,mark ,pos ,header ,level))
7267
7268 (defun gnus-data-enter (after-article number mark pos header level offset)
7269   (let ((data (gnus-data-find-list after-article)))
7270     (or data (error "No such article: %d" after-article))
7271     (setcdr data (cons (gnus-data-make number mark pos header level)
7272                        (cdr data)))
7273     (setq gnus-newsgroup-data-reverse nil)
7274     (gnus-data-update-list (cddr data) offset)))
7275
7276 (defun gnus-data-enter-list (after-article list &optional offset)
7277   (when list
7278     (let ((data (and after-article (gnus-data-find-list after-article)))
7279           (ilist list))
7280       (or data (not after-article) (error "No such article: %d" after-article))
7281       ;; Find the last element in the list to be spliced into the main
7282       ;; list.
7283       (while (cdr list)
7284         (setq list (cdr list)))
7285       (if (not data)
7286           (progn
7287             (setcdr list gnus-newsgroup-data)
7288             (setq gnus-newsgroup-data ilist)
7289             (and offset (gnus-data-update-list (cdr list) offset)))
7290         (setcdr list (cdr data))
7291         (setcdr data ilist)
7292         (and offset (gnus-data-update-list (cdr data) offset)))
7293       (setq gnus-newsgroup-data-reverse nil))))
7294
7295 (defun gnus-data-remove (article &optional offset)
7296   (let ((data gnus-newsgroup-data))
7297     (if (= (gnus-data-number (car data)) article)
7298         (setq gnus-newsgroup-data (cdr gnus-newsgroup-data)
7299               gnus-newsgroup-data-reverse nil)
7300       (while (cdr data)
7301         (and (= (gnus-data-number (cadr data)) article)
7302              (progn
7303                (setcdr data (cddr data))
7304                (and offset (gnus-data-update-list (cdr data) offset))
7305                (setq data nil
7306                      gnus-newsgroup-data-reverse nil)))
7307         (setq data (cdr data))))))
7308
7309 (defmacro gnus-data-list (backward)
7310   `(if ,backward
7311        (or gnus-newsgroup-data-reverse
7312            (setq gnus-newsgroup-data-reverse
7313                  (reverse gnus-newsgroup-data)))
7314      gnus-newsgroup-data))
7315
7316 (defun gnus-data-update-list (data offset)
7317   "Add OFFSET to the POS of all data entries in DATA."
7318   (while data
7319     (setcar (nthcdr 2 (car data)) (+ offset (nth 2 (car data))))
7320     (setq data (cdr data))))
7321
7322 (defun gnus-data-compute-positions ()
7323   "Compute the positions of all articles."
7324   (let ((data gnus-newsgroup-data)
7325         pos)
7326     (while data
7327       (when (setq pos (text-property-any
7328                        (point-min) (point-max)
7329                        'gnus-number (gnus-data-number (car data))))
7330         (gnus-data-set-pos (car data) (+ pos 3)))
7331       (setq data (cdr data)))))
7332
7333 (defun gnus-summary-article-pseudo-p (article)
7334   "Say whether this article is a pseudo article or not."
7335   (not (vectorp (gnus-data-header (gnus-data-find article)))))
7336
7337 (defun gnus-article-parent-p (number)
7338   "Say whether this article is a parent or not."
7339   (let ((data (gnus-data-find-list number)))
7340     (and (cdr data)                     ; There has to be an article after...
7341          (< (gnus-data-level (car data)) ; And it has to have a higher level.
7342             (gnus-data-level (nth 1 data))))))
7343
7344 (defun gnus-article-children (number)
7345   "Return a list of all children to NUMBER."
7346   (let* ((data (gnus-data-find-list number))
7347          (level (gnus-data-level (car data)))
7348          children)
7349     (setq data (cdr data))
7350     (while (and data            
7351                 (= (gnus-data-level (car data)) (1+ level)))
7352       (push (gnus-data-number (car data)) children)
7353       (setq data (cdr data)))
7354     children))
7355
7356 (defmacro gnus-summary-skip-intangible ()
7357   "If the current article is intangible, then jump to a different article."
7358   '(let ((to (get-text-property (point) 'gnus-intangible)))
7359     (and to (gnus-summary-goto-subject to))))
7360
7361 (defmacro gnus-summary-article-intangible-p ()
7362   "Say whether this article is intangible or not."
7363   '(get-text-property (point) 'gnus-intangible))
7364
7365 ;; Some summary mode macros.
7366
7367 (defmacro gnus-summary-article-number ()
7368   "The article number of the article on the current line.
7369 If there isn's an article number here, then we return the current
7370 article number."
7371   '(progn
7372      (gnus-summary-skip-intangible)
7373      (or (get-text-property (point) 'gnus-number)
7374          (gnus-summary-last-subject))))
7375
7376 (defmacro gnus-summary-article-header (&optional number)
7377   `(gnus-data-header (gnus-data-find
7378                       ,(or number '(gnus-summary-article-number)))))
7379
7380 (defmacro gnus-summary-thread-level (&optional number)
7381   `(if (and (eq gnus-summary-make-false-root 'dummy)
7382             (get-text-property (point) 'gnus-intangible))
7383        0
7384      (gnus-data-level (gnus-data-find
7385                        ,(or number '(gnus-summary-article-number))))))
7386
7387 (defmacro gnus-summary-article-mark (&optional number)
7388   `(gnus-data-mark (gnus-data-find
7389                     ,(or number '(gnus-summary-article-number)))))
7390
7391 (defmacro gnus-summary-article-pos (&optional number)
7392   `(gnus-data-pos (gnus-data-find
7393                    ,(or number '(gnus-summary-article-number)))))
7394
7395 (defalias 'gnus-summary-subject-string 'gnus-summary-article-subject)
7396 (defmacro gnus-summary-article-subject (&optional number)
7397   "Return current subject string or nil if nothing."
7398   `(let ((headers
7399           ,(if number
7400                `(gnus-data-header (assq ,number gnus-newsgroup-data))
7401              '(gnus-data-header (assq (gnus-summary-article-number)
7402                                       gnus-newsgroup-data)))))
7403      (and headers
7404           (vectorp headers)
7405           (mail-header-subject headers))))
7406
7407 (defmacro gnus-summary-article-score (&optional number)
7408   "Return current article score."
7409   `(or (cdr (assq ,(or number '(gnus-summary-article-number))
7410                   gnus-newsgroup-scored))
7411        gnus-summary-default-score 0))
7412
7413 (defun gnus-summary-article-children (&optional number)
7414   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))))
7415          (level (gnus-data-level (car data)))
7416          l children)
7417     (while (and (setq data (cdr data))
7418                 (> (setq l (gnus-data-level (car data))) level))
7419       (and (= (1+ level) l)
7420            (setq children (cons (gnus-data-number (car data))
7421                                 children))))
7422     (nreverse children)))
7423
7424 (defun gnus-summary-article-parent (&optional number)
7425   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))
7426                                     (gnus-data-list t)))
7427          (level (gnus-data-level (car data))))
7428     (if (zerop level)
7429         () ; This is a root.
7430       ;; We search until we find an article with a level less than
7431       ;; this one.  That function has to be the parent.
7432       (while (and (setq data (cdr data))
7433                   (not (< (gnus-data-level (car data)) level))))
7434       (and data (gnus-data-number (car data))))))
7435
7436 (defun gnus-unread-mark-p (mark)
7437   "Say whether MARK is the unread mark."
7438   (= mark gnus-unread-mark))
7439
7440 (defun gnus-read-mark-p (mark)
7441   "Say whether MARK is one of the marks that mark as read.
7442 This is all marks except unread, ticked, dormant, and expirable."
7443   (not (or (= mark gnus-unread-mark)
7444            (= mark gnus-ticked-mark)
7445            (= mark gnus-dormant-mark)
7446            (= mark gnus-expirable-mark))))
7447
7448 ;; Saving hidden threads.
7449
7450 (put 'gnus-save-hidden-threads 'lisp-indent-function 0)
7451 (put 'gnus-save-hidden-threads 'lisp-indent-hook 0)
7452 (put 'gnus-save-hidden-threads 'edebug-form-spec '(body))
7453
7454 (defmacro gnus-save-hidden-threads (&rest forms)
7455   "Save hidden threads, eval FORMS, and restore the hidden threads."
7456   (let ((config (make-symbol "config")))
7457     `(let ((,config (gnus-hidden-threads-configuration)))
7458        (unwind-protect
7459            (progn
7460              ,@forms)
7461          (gnus-restore-hidden-threads-configuration ,config)))))
7462
7463 (defun gnus-hidden-threads-configuration ()
7464   "Return the current hidden threads configuration."
7465   (save-excursion
7466     (let (config)
7467       (goto-char (point-min))
7468       (while (search-forward "\r" nil t)
7469         (push (1- (point)) config))
7470       config)))
7471
7472 (defun gnus-restore-hidden-threads-configuration (config)
7473   "Restore hidden threads configuration from CONFIG."
7474   (let (point buffer-read-only)
7475     (while (setq point (pop config))
7476       (when (and (< point (point-max))
7477                  (goto-char point)
7478                  (= (following-char) ?\n))
7479         (subst-char-in-region point (1+ point) ?\n ?\r)))))
7480
7481 ;; Various summary mode internalish functions.
7482
7483 (defun gnus-mouse-pick-article (e)
7484   (interactive "e")
7485   (mouse-set-point e)
7486   (gnus-summary-next-page nil t))
7487
7488 (defun gnus-summary-setup-buffer (group)
7489   "Initialize summary buffer."
7490   (let ((buffer (concat "*Summary " group "*")))
7491     (if (get-buffer buffer)
7492         (progn
7493           (set-buffer buffer)
7494           (setq gnus-summary-buffer (current-buffer))
7495           (not gnus-newsgroup-prepared))
7496       ;; Fix by Sudish Joseph <joseph@cis.ohio-state.edu>
7497       (setq gnus-summary-buffer (set-buffer (get-buffer-create buffer)))
7498       (gnus-add-current-to-buffer-list)
7499       (gnus-summary-mode group)
7500       (when gnus-carpal
7501         (gnus-carpal-setup-buffer 'summary))
7502       (unless gnus-single-article-buffer
7503         (make-local-variable 'gnus-article-buffer)
7504         (make-local-variable 'gnus-article-current)
7505         (make-local-variable 'gnus-original-article-buffer))
7506       (setq gnus-newsgroup-name group)
7507       t)))
7508
7509 (defun gnus-set-global-variables ()
7510   ;; Set the global equivalents of the summary buffer-local variables
7511   ;; to the latest values they had.  These reflect the summary buffer
7512   ;; that was in action when the last article was fetched.
7513   (when (eq major-mode 'gnus-summary-mode)
7514     (setq gnus-summary-buffer (current-buffer))
7515     (let ((name gnus-newsgroup-name)
7516           (marked gnus-newsgroup-marked)
7517           (unread gnus-newsgroup-unreads)
7518           (headers gnus-current-headers)
7519           (data gnus-newsgroup-data)
7520           (summary gnus-summary-buffer)
7521           (article-buffer gnus-article-buffer)
7522           (original gnus-original-article-buffer)
7523           (gac gnus-article-current)
7524           (score-file gnus-current-score-file))
7525       (save-excursion
7526         (set-buffer gnus-group-buffer)
7527         (setq gnus-newsgroup-name name)
7528         (setq gnus-newsgroup-marked marked)
7529         (setq gnus-newsgroup-unreads unread)
7530         (setq gnus-current-headers headers)
7531         (setq gnus-newsgroup-data data)
7532         (setq gnus-article-current gac)
7533         (setq gnus-summary-buffer summary)
7534         (setq gnus-article-buffer article-buffer)
7535         (setq gnus-original-article-buffer original)
7536         (setq gnus-current-score-file score-file)))))
7537
7538 (defun gnus-summary-last-article-p (&optional article)
7539   "Return whether ARTICLE is the last article in the buffer."
7540   (if (not (setq article (or article (gnus-summary-article-number))))
7541       t ; All non-existant numbers are the last article. :-)
7542     (not (cdr (gnus-data-find-list article)))))
7543
7544 (defun gnus-summary-insert-dummy-line (gnus-tmp-subject gnus-tmp-number)
7545   "Insert a dummy root in the summary buffer."
7546   (beginning-of-line)
7547   (gnus-add-text-properties
7548    (point) (progn (eval gnus-summary-dummy-line-format-spec) (point))
7549    (list 'gnus-number gnus-tmp-number 'gnus-intangible gnus-tmp-number)))
7550
7551 (defun gnus-make-thread-indent-array ()
7552   (let ((n 200))
7553     (unless (and gnus-thread-indent-array
7554                  (= gnus-thread-indent-level gnus-thread-indent-array-level))
7555       (setq gnus-thread-indent-array (make-vector 201 "")
7556             gnus-thread-indent-array-level gnus-thread-indent-level)
7557       (while (>= n 0)
7558         (aset gnus-thread-indent-array n
7559               (make-string (* n gnus-thread-indent-level) ? ))
7560         (setq n (1- n))))))
7561
7562 (defun gnus-summary-insert-line
7563   (gnus-tmp-header gnus-tmp-level gnus-tmp-current gnus-tmp-unread
7564                    gnus-tmp-replied gnus-tmp-expirable gnus-tmp-subject-or-nil
7565                    &optional gnus-tmp-dummy gnus-tmp-score gnus-tmp-process)
7566   (let* ((gnus-tmp-indentation (aref gnus-thread-indent-array gnus-tmp-level))
7567          (gnus-tmp-lines (mail-header-lines gnus-tmp-header))
7568          (gnus-tmp-score (or gnus-tmp-score gnus-summary-default-score 0))
7569          (gnus-tmp-score-char
7570           (if (or (null gnus-summary-default-score)
7571                   (<= (abs (- gnus-tmp-score gnus-summary-default-score))
7572                       gnus-summary-zcore-fuzz)) ? 
7573             (if (< gnus-tmp-score gnus-summary-default-score)
7574                 gnus-score-below-mark gnus-score-over-mark)))
7575          (gnus-tmp-replied (cond (gnus-tmp-process gnus-process-mark)
7576                                  ((memq gnus-tmp-current gnus-newsgroup-cached)
7577                                   gnus-cached-mark)
7578                                  (gnus-tmp-replied gnus-replied-mark)
7579                                  ((memq gnus-tmp-current gnus-newsgroup-saved)
7580                                   gnus-saved-mark)
7581                                  (t gnus-unread-mark)))
7582          (gnus-tmp-from (mail-header-from gnus-tmp-header))
7583          (gnus-tmp-name
7584           (cond
7585            ((string-match "(.+)" gnus-tmp-from)
7586             (substring gnus-tmp-from
7587                        (1+ (match-beginning 0)) (1- (match-end 0))))
7588            ((string-match "<[^>]+> *$" gnus-tmp-from)
7589             (let ((beg (match-beginning 0)))
7590               (or (and (string-match "^\"[^\"]*\"" gnus-tmp-from)
7591                        (substring gnus-tmp-from (1+ (match-beginning 0))
7592                                   (1- (match-end 0))))
7593                   (substring gnus-tmp-from 0 beg))))
7594            (t gnus-tmp-from)))
7595          (gnus-tmp-subject (mail-header-subject gnus-tmp-header))
7596          (gnus-tmp-number (mail-header-number gnus-tmp-header))
7597          (gnus-tmp-opening-bracket (if gnus-tmp-dummy ?\< ?\[))
7598          (gnus-tmp-closing-bracket (if gnus-tmp-dummy ?\> ?\]))
7599          (buffer-read-only nil))
7600     (when (string= gnus-tmp-name "")
7601       (setq gnus-tmp-name gnus-tmp-from))
7602     (or (numberp gnus-tmp-lines) (setq gnus-tmp-lines 0))
7603     (gnus-put-text-property
7604      (point)
7605      (progn (eval gnus-summary-line-format-spec) (point))
7606      'gnus-number gnus-tmp-number)
7607     (when (gnus-visual-p 'summary-highlight 'highlight)
7608       (forward-line -1)
7609       (run-hooks 'gnus-summary-update-hook)
7610       (forward-line 1))))
7611
7612 (defun gnus-summary-update-line (&optional dont-update)
7613   ;; Update summary line after change.
7614   (when (and gnus-summary-default-score
7615              (not gnus-summary-inhibit-highlight))
7616     (let* ((gnus-summary-inhibit-highlight t) ; Prevent recursion.
7617            (article (gnus-summary-article-number))
7618            (score (gnus-summary-article-score article)))
7619       (unless dont-update
7620         (if (and gnus-summary-mark-below
7621                  (< (gnus-summary-article-score)
7622                     gnus-summary-mark-below))
7623             ;; This article has a low score, so we mark it as read.
7624             (when (memq article gnus-newsgroup-unreads)
7625               (gnus-summary-mark-article-as-read gnus-low-score-mark))
7626           (when (eq (gnus-summary-article-mark) gnus-low-score-mark)
7627             ;; This article was previously marked as read on account
7628             ;; of a low score, but now it has risen, so we mark it as
7629             ;; unread.
7630             (gnus-summary-mark-article-as-unread gnus-unread-mark)))
7631         (gnus-summary-update-mark
7632          (if (or (null gnus-summary-default-score)
7633                  (<= (abs (- score gnus-summary-default-score))
7634                      gnus-summary-zcore-fuzz)) ? 
7635            (if (< score gnus-summary-default-score)
7636                gnus-score-below-mark gnus-score-over-mark)) 'score))
7637       ;; Do visual highlighting.
7638       (when (gnus-visual-p 'summary-highlight 'highlight)
7639         (run-hooks 'gnus-summary-update-hook)))))
7640
7641 (defvar gnus-tmp-new-adopts nil)
7642
7643 (defun gnus-summary-number-of-articles-in-thread (thread &optional level char)
7644   ;; Sum up all elements (and sub-elements) in a list.
7645   (let* ((number
7646           ;; Fix by Luc Van Eycken <Luc.VanEycken@esat.kuleuven.ac.be>.
7647           (cond
7648            ((and (consp thread) (cdr thread))
7649             (apply
7650              '+ 1 (mapcar
7651                    'gnus-summary-number-of-articles-in-thread (cdr thread))))
7652            ((null thread)
7653             1)
7654            ((memq (mail-header-number (car thread)) gnus-newsgroup-limit)
7655             1)
7656            (t 0))))
7657     (when (and level (zerop level) gnus-tmp-new-adopts)
7658       (incf number
7659             (apply '+ (mapcar
7660                        'gnus-summary-number-of-articles-in-thread
7661                        gnus-tmp-new-adopts))))
7662     (if char
7663         (if (> number 1) gnus-not-empty-thread-mark
7664           gnus-empty-thread-mark)
7665       number)))
7666
7667 (defun gnus-summary-set-local-parameters (group)
7668  "Go through the local params of GROUP and set all variable specs in that list."
7669   (let ((params (gnus-info-params (gnus-get-info group)))
7670         elem)
7671     (while params
7672       (setq elem (car params)
7673             params (cdr params))
7674       (and (consp elem)                 ; Has to be a cons.
7675            (consp (cdr elem))           ; The cdr has to be a list.
7676            (symbolp (car elem))         ; Has to be a symbol in there.
7677            (not (memq (car elem) 
7678                       '(quit-config to-address to-list to-group)))
7679            (progn                       ; So we set it.
7680              (make-local-variable (car elem))
7681              (set (car elem) (eval (nth 1 elem))))))))
7682
7683 (defun gnus-summary-read-group (group &optional show-all no-article
7684                                       kill-buffer no-display)
7685   "Start reading news in newsgroup GROUP.
7686 If SHOW-ALL is non-nil, already read articles are also listed.
7687 If NO-ARTICLE is non-nil, no article is selected initially.
7688 If NO-DISPLAY, don't generate a summary buffer."
7689   (gnus-message 5 "Retrieving newsgroup: %s..." group)
7690   (let* ((new-group (gnus-summary-setup-buffer group))
7691          (quit-config (gnus-group-quit-config group))
7692          (did-select (and new-group (gnus-select-newsgroup group show-all))))
7693     (cond
7694      ;; This summary buffer exists already, so we just select it.
7695      ((not new-group)
7696       (gnus-set-global-variables)
7697       (when kill-buffer
7698         (gnus-kill-or-deaden-summary kill-buffer))
7699       (gnus-configure-windows 'summary 'force)
7700       (gnus-set-mode-line 'summary)
7701       (gnus-summary-position-point)
7702       (message "")
7703       t)
7704      ;; We couldn't select this group.
7705      ((null did-select)
7706       (when (and (eq major-mode 'gnus-summary-mode)
7707                  (not (equal (current-buffer) kill-buffer)))
7708         (kill-buffer (current-buffer))
7709         (if (not quit-config)
7710             (progn
7711               (set-buffer gnus-group-buffer)
7712               (gnus-group-jump-to-group group)
7713               (gnus-group-next-unread-group 1))
7714           (if (not (buffer-name (car quit-config)))
7715               (gnus-configure-windows 'group 'force)
7716             (set-buffer (car quit-config))
7717             (and (eq major-mode 'gnus-summary-mode)
7718                  (gnus-set-global-variables))
7719             (gnus-configure-windows (cdr quit-config)))))
7720       (gnus-message 3 "Can't select group")
7721       nil)
7722      ;; The user did a `C-g' while prompting for number of articles,
7723      ;; so we exit this group.
7724      ((eq did-select 'quit)
7725       (and (eq major-mode 'gnus-summary-mode)
7726            (not (equal (current-buffer) kill-buffer))
7727            (kill-buffer (current-buffer)))
7728       (when kill-buffer
7729         (gnus-kill-or-deaden-summary kill-buffer))
7730       (if (not quit-config)
7731           (progn
7732             (set-buffer gnus-group-buffer)
7733             (gnus-group-jump-to-group group)
7734             (gnus-group-next-unread-group 1)
7735             (gnus-configure-windows 'group 'force))
7736         (if (not (buffer-name (car quit-config)))
7737             (gnus-configure-windows 'group 'force)
7738           (set-buffer (car quit-config))
7739           (and (eq major-mode 'gnus-summary-mode)
7740                (gnus-set-global-variables))
7741           (gnus-configure-windows (cdr quit-config))))
7742       ;; Finally signal the quit.
7743       (signal 'quit nil))
7744      ;; The group was successfully selected.
7745      (t
7746       (gnus-set-global-variables)
7747       ;; Save the active value in effect when the group was entered.
7748       (setq gnus-newsgroup-active
7749             (gnus-copy-sequence
7750              (gnus-active gnus-newsgroup-name)))
7751       ;; You can change the summary buffer in some way with this hook.
7752       (run-hooks 'gnus-select-group-hook)
7753       ;; Set any local variables in the group parameters.
7754       (gnus-summary-set-local-parameters gnus-newsgroup-name)
7755       (gnus-update-format-specifications)
7756       ;; Do score processing.
7757       (when gnus-use-scoring
7758         (gnus-possibly-score-headers))
7759       ;; Check whether to fill in the gaps in the threads.
7760       (when gnus-build-sparse-threads
7761         (gnus-build-sparse-threads))
7762       ;; Find the initial limit.
7763       (if gnus-show-threads
7764           (if show-all
7765               (let ((gnus-newsgroup-dormant nil))
7766                 (gnus-summary-initial-limit show-all))
7767             (gnus-summary-initial-limit show-all))
7768         (setq gnus-newsgroup-limit 
7769               (mapcar 
7770                (lambda (header) (mail-header-number header))
7771                gnus-newsgroup-headers)))
7772       ;; Generate the summary buffer.
7773       (unless no-display
7774         (gnus-summary-prepare))
7775       (when gnus-use-trees
7776         (gnus-tree-open group)
7777         (setq gnus-summary-highlight-line-function
7778               'gnus-tree-highlight-article))
7779       ;; If the summary buffer is empty, but there are some low-scored
7780       ;; articles or some excluded dormants, we include these in the
7781       ;; buffer.
7782       (when (and (zerop (buffer-size))
7783                  (not no-display))
7784         (cond (gnus-newsgroup-dormant
7785                (gnus-summary-limit-include-dormant))
7786               ((and gnus-newsgroup-scored show-all)
7787                (gnus-summary-limit-include-expunged))))
7788       ;; Function `gnus-apply-kill-file' must be called in this hook.
7789       (run-hooks 'gnus-apply-kill-hook)
7790       (if (and (zerop (buffer-size))
7791                (not no-display))
7792           (progn
7793             ;; This newsgroup is empty.
7794             (gnus-summary-catchup-and-exit nil t) ;Without confirmations.
7795             (gnus-message 6 "No unread news")
7796             (when kill-buffer
7797               (gnus-kill-or-deaden-summary kill-buffer))
7798             ;; Return nil from this function.
7799             nil)
7800         ;; Hide conversation thread subtrees.  We cannot do this in
7801         ;; gnus-summary-prepare-hook since kill processing may not
7802         ;; work with hidden articles.
7803         (and gnus-show-threads
7804              gnus-thread-hide-subtree
7805              (gnus-summary-hide-all-threads))
7806         ;; Show first unread article if requested.
7807         (if (and (not no-article)
7808                  (not no-display)
7809                  gnus-newsgroup-unreads
7810                  gnus-auto-select-first)
7811             (unless (if (eq gnus-auto-select-first 'best)
7812                         (gnus-summary-best-unread-article)
7813                       (gnus-summary-first-unread-article))
7814               (gnus-configure-windows 'summary))
7815           ;; Don't select any articles, just move point to the first
7816           ;; article in the group.
7817           (goto-char (point-min))
7818           (gnus-summary-position-point)
7819           (gnus-set-mode-line 'summary)
7820           (gnus-configure-windows 'summary 'force))
7821         ;; If we are in async mode, we send some info to the backend.
7822         (when gnus-newsgroup-async
7823           (gnus-request-asynchronous gnus-newsgroup-name gnus-newsgroup-data))
7824         (when kill-buffer
7825           (gnus-kill-or-deaden-summary kill-buffer))
7826         (when (get-buffer-window gnus-group-buffer t)
7827           ;; Gotta use windows, because recenter does wierd stuff if
7828           ;; the current buffer ain't the displayed window.
7829           (let ((owin (selected-window)))
7830             (select-window (get-buffer-window gnus-group-buffer t))
7831             (when (gnus-group-goto-group group)
7832               (recenter))
7833             (select-window owin))))
7834       ;; Mark this buffer as "prepared".
7835       (setq gnus-newsgroup-prepared t)
7836       t))))
7837
7838 (defun gnus-summary-prepare ()
7839   "Generate the summary buffer."
7840   (let ((buffer-read-only nil))
7841     (erase-buffer)
7842     (setq gnus-newsgroup-data nil
7843           gnus-newsgroup-data-reverse nil)
7844     (run-hooks 'gnus-summary-generate-hook)
7845     ;; Generate the buffer, either with threads or without.
7846     (when gnus-newsgroup-headers
7847       (gnus-summary-prepare-threads
7848        (if gnus-show-threads
7849            (gnus-sort-gathered-threads
7850             (funcall gnus-summary-thread-gathering-function
7851                      (gnus-sort-threads
7852                       (gnus-cut-threads (gnus-make-threads)))))
7853          ;; Unthreaded display.
7854          (gnus-sort-articles gnus-newsgroup-headers))))
7855     (setq gnus-newsgroup-data (nreverse gnus-newsgroup-data))
7856     ;; Call hooks for modifying summary buffer.
7857     (goto-char (point-min))
7858     (run-hooks 'gnus-summary-prepare-hook)))
7859
7860 (defun gnus-gather-threads-by-subject (threads)
7861   "Gather threads by looking at Subject headers."
7862   (if (not gnus-summary-make-false-root)
7863       threads
7864     (let ((hashtb (gnus-make-hashtable 1023))
7865           (prev threads)
7866           (result threads)
7867           subject hthread whole-subject)
7868       (while threads
7869         (setq whole-subject (mail-header-subject (caar threads)))
7870         (setq subject
7871               (cond
7872                ;; Truncate the subject.
7873                ((numberp gnus-summary-gather-subject-limit)
7874                 (setq subject (gnus-simplify-subject-re whole-subject))
7875                 (if (> (length subject) gnus-summary-gather-subject-limit)
7876                     (substring subject 0 gnus-summary-gather-subject-limit)
7877                   subject))
7878                ;; Fuzzily simplify it.
7879                ((eq 'fuzzy gnus-summary-gather-subject-limit)
7880                 (gnus-simplify-subject-fuzzy whole-subject))
7881                ;; Just remove the leading "Re:".
7882                (t
7883                 (gnus-simplify-subject-re whole-subject))))
7884
7885         (if (and gnus-summary-gather-exclude-subject
7886                  (string-match gnus-summary-gather-exclude-subject
7887                                subject))
7888             ()          ; We don't want to do anything with this article.
7889           ;; We simplify the subject before looking it up in the
7890           ;; hash table.
7891
7892           (if (setq hthread (gnus-gethash subject hashtb))
7893               (progn
7894                 ;; We enter a dummy root into the thread, if we
7895                 ;; haven't done that already.
7896                 (unless (stringp (caar hthread))
7897                   (setcar hthread (list whole-subject (car hthread))))
7898                 ;; We add this new gathered thread to this gathered
7899                 ;; thread.
7900                 (setcdr (car hthread)
7901                         (nconc (cdar hthread) (list (car threads))))
7902                 ;; Remove it from the list of threads.
7903                 (setcdr prev (cdr threads))
7904                 (setq threads prev))
7905             ;; Enter this thread into the hash table.
7906             (gnus-sethash subject threads hashtb)))
7907         (setq prev threads)
7908         (setq threads (cdr threads)))
7909       result)))
7910
7911 (defun gnus-gather-threads-by-references (threads)
7912   "Gather threads by looking at References headers."
7913   (let ((idhashtb (gnus-make-hashtable 1023))
7914         (thhashtb (gnus-make-hashtable 1023))
7915         (prev threads)
7916         (result threads)
7917         ids references id gthread gid entered)
7918     (while threads
7919       (when (setq references (mail-header-references (caar threads)))
7920         (setq id (mail-header-id (caar threads)))
7921         (setq ids (gnus-split-references references))
7922         (setq entered nil)
7923         (while ids
7924           (if (not (setq gid (gnus-gethash (car ids) idhashtb)))
7925               (progn
7926                 (gnus-sethash (car ids) id idhashtb)
7927                 (gnus-sethash id threads thhashtb))
7928             (setq gthread (gnus-gethash gid thhashtb))
7929             (unless entered
7930               ;; We enter a dummy root into the thread, if we
7931               ;; haven't done that already.
7932               (unless (stringp (caar gthread))
7933                 (setcar gthread (list (mail-header-subject (caar gthread))
7934                                       (car gthread))))
7935               ;; We add this new gathered thread to this gathered
7936               ;; thread.
7937               (setcdr (car gthread)
7938                       (nconc (cdar gthread) (list (car threads)))))
7939             ;; Add it into the thread hash table.
7940             (gnus-sethash id gthread thhashtb)
7941             (setq entered t)
7942             ;; Remove it from the list of threads.
7943             (setcdr prev (cdr threads))
7944             (setq threads prev))
7945           (setq ids (cdr ids))))
7946       (setq prev threads)
7947       (setq threads (cdr threads)))
7948     result))
7949
7950 (defun gnus-sort-gathered-threads (threads)
7951   "Sort subtreads inside each gathered thread by article number."
7952   (let ((result threads))
7953     (while threads
7954       (when (stringp (caar threads))
7955         (setcdr (car threads)
7956                 (sort (cdar threads) 'gnus-thread-sort-by-number)))
7957       (setq threads (cdr threads)))
7958     result))
7959
7960 (defun gnus-make-threads ()
7961   "Go through the dependency hashtb and find the roots.  Return all threads."
7962   (let (threads)
7963     (mapatoms
7964      (lambda (refs)
7965        (unless (car (symbol-value refs))
7966          ;; These threads do not refer back to any other articles,
7967          ;; so they're roots.
7968          (setq threads (append (cdr (symbol-value refs)) threads))))
7969      gnus-newsgroup-dependencies)
7970     threads))
7971
7972 (defun gnus-build-sparse-threads ()
7973   (let ((headers gnus-newsgroup-headers)
7974         (deps gnus-newsgroup-dependencies)
7975         header references generation relations 
7976         cthread subject child end pthread relation)
7977     ;; First we create an alist of generations/relations, where 
7978     ;; generations is how much we trust the ralation, and the relation
7979     ;; is parent/child.
7980     (gnus-message 7 "Making sparse threads...")
7981     (save-excursion
7982       (nnheader-set-temp-buffer " *gnus sparse threads*")
7983       (while (setq header (pop headers))
7984         (when (and (setq references (mail-header-references header))
7985                    (not (string= references "")))
7986           (insert references)
7987           (setq child (mail-header-id header)
7988                 subject (mail-header-subject header))
7989           (setq generation 0)
7990           (while (search-backward ">" nil t)
7991             (setq end (1+ (point)))
7992             (when (search-backward "<" nil t)
7993               (push (list (incf generation) 
7994                           child (setq child (buffer-substring (point) end))
7995                           subject)
7996                     relations)))
7997           (push (list (1+ generation) child nil subject) relations)
7998           (erase-buffer)))
7999       (kill-buffer (current-buffer)))
8000     ;; Sort over trustworthiness.
8001     (setq relations (sort relations (lambda (r1 r2) (< (car r1) (car r2)))))
8002     (while (setq relation (pop relations))
8003       (when (if (boundp (setq cthread (intern (cadr relation) deps)))
8004                 (unless (car (symbol-value cthread))
8005                   ;; Make this article the parent of these threads.
8006                   (setcar (symbol-value cthread)
8007                           (vector gnus-reffed-article-number 
8008                                   (cadddr relation) 
8009                                   "" ""
8010                                   (cadr relation) 
8011                                   (or (caddr relation) "") 0 0 "")))
8012               (set cthread (list (vector gnus-reffed-article-number
8013                                          (cadddr relation) 
8014                                          "" "" (cadr relation) 
8015                                          (or (caddr relation) "") 0 0 ""))))
8016         (push gnus-reffed-article-number gnus-newsgroup-limit)
8017         (push gnus-reffed-article-number gnus-newsgroup-sparse)
8018         (push (cons gnus-reffed-article-number gnus-sparse-mark)
8019               gnus-newsgroup-reads)
8020         (decf gnus-reffed-article-number)
8021         ;; Make this new thread the child of its parent.
8022         (if (boundp (setq pthread (intern (or (caddr relation) "none") deps)))
8023             (setcdr (symbol-value pthread)
8024                     (nconc (cdr (symbol-value pthread))
8025                            (list (symbol-value cthread))))
8026           (set pthread (list nil (symbol-value cthread))))))
8027     (gnus-message 7 "Making sparse threads...done")))
8028
8029 (defun gnus-build-old-threads ()
8030   ;; Look at all the articles that refer back to old articles, and
8031   ;; fetch the headers for the articles that aren't there.  This will
8032   ;; build complete threads - if the roots haven't been expired by the
8033   ;; server, that is.
8034   (let (id heads)
8035     (mapatoms
8036      (lambda (refs)
8037        (when (not (car (symbol-value refs)))
8038          (setq heads (cdr (symbol-value refs)))
8039          (while heads
8040            (if (memq (mail-header-number (caar heads))
8041                      gnus-newsgroup-dormant)
8042                (setq heads (cdr heads))
8043              (setq id (symbol-name refs))
8044              (while (and (setq id (gnus-build-get-header id))
8045                          (not (car (gnus-gethash
8046                                     id gnus-newsgroup-dependencies)))))
8047              (setq heads nil)))))
8048      gnus-newsgroup-dependencies)))
8049
8050 (defun gnus-build-get-header (id)
8051   ;; Look through the buffer of NOV lines and find the header to
8052   ;; ID.  Enter this line into the dependencies hash table, and return
8053   ;; the id of the parent article (if any).
8054   (let ((deps gnus-newsgroup-dependencies)
8055         found header)
8056     (prog1
8057         (save-excursion
8058           (set-buffer nntp-server-buffer)
8059           (goto-char (point-min))
8060           (while (and (not found) (search-forward id nil t))
8061             (beginning-of-line)
8062             (setq found (looking-at
8063                          (format "^[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t%s"
8064                                  (regexp-quote id))))
8065             (or found (beginning-of-line 2)))
8066           (when found
8067             (beginning-of-line)
8068             (and
8069              (setq header (gnus-nov-parse-line
8070                            (read (current-buffer)) deps))
8071              (gnus-parent-id (mail-header-references header)))))
8072       (when header
8073         (let ((number (mail-header-number header)))
8074           (push number gnus-newsgroup-limit)
8075           (push header gnus-newsgroup-headers)
8076           (if (memq number gnus-newsgroup-unselected)
8077               (progn
8078                 (push number gnus-newsgroup-unreads)
8079                 (setq gnus-newsgroup-unselected
8080                       (delq number gnus-newsgroup-unselected)))
8081             (push number gnus-newsgroup-ancient)))))))
8082
8083 (defun gnus-summary-update-article (article &optional iheader)
8084   "Update ARTICLE in the summary buffer."
8085   (set-buffer gnus-summary-buffer)
8086   (let* ((header (or iheader (gnus-summary-article-header article)))
8087          (id (mail-header-id header))
8088          (data (gnus-data-find article))
8089          (thread (gnus-id-to-thread id))
8090          (references (mail-header-references header))
8091          (parent
8092           (gnus-id-to-thread
8093            (or (gnus-parent-id 
8094                 (if (and references
8095                          (not (equal "" references)))
8096                     references))
8097                "none")))
8098          (buffer-read-only nil)
8099          (old (car thread))
8100          (number (mail-header-number header))
8101          pos)
8102     (when thread
8103       ;; !!! Should this be in or not?
8104       (unless iheader
8105         (setcar thread nil))
8106       (when parent
8107         (delq thread parent))
8108       (if (gnus-summary-insert-subject id header iheader)
8109           ;; Set the (possibly) new article number in the data structure.
8110           (gnus-data-set-number data (gnus-id-to-article id))
8111         (setcar thread old)
8112         nil))))
8113
8114 (defun gnus-rebuild-thread (id)
8115   "Rebuild the thread containing ID."
8116   (let ((buffer-read-only nil)
8117         current thread data)
8118     (if (not gnus-show-threads)
8119         (setq thread (list (car (gnus-id-to-thread id))))
8120       ;; Get the thread this article is part of.
8121       (setq thread (gnus-remove-thread id)))
8122     (setq current (save-excursion
8123                     (and (zerop (forward-line -1))
8124                          (gnus-summary-article-number))))
8125     ;; If this is a gathered thread, we have to go some re-gathering.
8126     (when (stringp (car thread))
8127       (let ((subject (car thread))
8128             roots thr)
8129         (setq thread (cdr thread))
8130         (while thread
8131           (unless (memq (setq thr (gnus-id-to-thread
8132                                       (gnus-root-id
8133                                        (mail-header-id (caar thread)))))
8134                         roots)
8135             (push thr roots))
8136           (setq thread (cdr thread)))
8137         ;; We now have all (unique) roots.
8138         (if (= (length roots) 1)
8139             ;; All the loose roots are now one solid root.
8140             (setq thread (car roots))
8141           (setq thread (cons subject (gnus-sort-threads roots))))))
8142     (let (threads)
8143       ;; We then insert this thread into the summary buffer.
8144       (let (gnus-newsgroup-data gnus-newsgroup-threads)
8145         (gnus-summary-prepare-threads (gnus-cut-threads (list thread)))
8146         (setq data (nreverse gnus-newsgroup-data))
8147         (setq threads gnus-newsgroup-threads))
8148       ;; We splice the new data into the data structure.
8149       (gnus-data-enter-list current data)
8150       (gnus-data-compute-positions)
8151       (setq gnus-newsgroup-threads (nconc threads gnus-newsgroup-threads)))))
8152
8153 (defun gnus-id-to-thread (id)
8154   "Return the (sub-)thread where ID appears."
8155   (gnus-gethash id gnus-newsgroup-dependencies))
8156
8157 (defun gnus-id-to-article (id)
8158   "Return the article number of ID."
8159   (let ((thread (gnus-id-to-thread id)))
8160     (when (and thread
8161                (car thread))
8162       (mail-header-number (car thread)))))
8163
8164 (defun gnus-id-to-header (id)
8165   "Return the article headers of ID."
8166   (car (gnus-id-to-thread id)))
8167
8168 (defun gnus-article-displayed-root-p (article)
8169   "Say whether ARTICLE is a root(ish) article."
8170   (let ((level (gnus-summary-thread-level article))
8171         (refs (mail-header-references  (gnus-summary-article-header article)))
8172         particle)
8173     (cond 
8174      ((null level) nil)
8175      ((zerop level) t)
8176      ((null refs) t)
8177      ((null (gnus-parent-id refs)) t)
8178      ((and (= 1 level)
8179            (null (setq particle (gnus-id-to-article
8180                                  (gnus-parent-id refs))))
8181            (null (gnus-summary-thread-level particle)))))))
8182
8183 (defun gnus-root-id (id)
8184   "Return the id of the root of the thread where ID appears."
8185   (let (last-id prev)
8186     (while (and id (setq prev (car (gnus-gethash 
8187                                     id gnus-newsgroup-dependencies))))
8188       (setq last-id id
8189             id (gnus-parent-id (mail-header-references prev))))
8190     last-id))
8191
8192 (defun gnus-remove-thread (id &optional dont-remove)
8193   "Remove the thread that has ID in it."
8194   (let ((dep gnus-newsgroup-dependencies)
8195         headers thread last-id)
8196     ;; First go up in this thread until we find the root.
8197     (setq last-id (gnus-root-id id))
8198     (setq headers (list (car (gnus-id-to-thread last-id))
8199                         (caadr (gnus-id-to-thread last-id))))
8200     ;; We have now found the real root of this thread.  It might have
8201     ;; been gathered into some loose thread, so we have to search
8202     ;; through the threads to find the thread we wanted.
8203     (let ((threads gnus-newsgroup-threads)
8204           sub)
8205       (while threads
8206         (setq sub (car threads))
8207         (if (stringp (car sub))
8208             ;; This is a gathered threads, so we look at the roots
8209             ;; below it to find whether this article in in this
8210             ;; gathered root.
8211             (progn
8212               (setq sub (cdr sub))
8213               (while sub
8214                 (when (member (caar sub) headers)
8215                   (setq thread (car threads)
8216                         threads nil
8217                         sub nil))
8218                 (setq sub (cdr sub))))
8219           ;; It's an ordinary thread, so we check it.
8220           (when (eq (car sub) (car headers))
8221             (setq thread sub
8222                   threads nil)))
8223         (setq threads (cdr threads)))
8224       ;; If this article is in no thread, then it's a root.
8225       (if thread
8226           (unless dont-remove
8227             (setq gnus-newsgroup-threads (delq thread gnus-newsgroup-threads)))
8228         (setq thread (gnus-gethash last-id dep)))
8229       (when thread
8230         (prog1
8231             thread ; We return this thread.
8232           (unless dont-remove
8233             (if (stringp (car thread))
8234                 (progn
8235                   ;; If we use dummy roots, then we have to remove the
8236                   ;; dummy root as well.
8237                   (when (eq gnus-summary-make-false-root 'dummy)
8238                     ;; Uhm.
8239                     )
8240                   (setq thread (cdr thread))
8241                   (while thread
8242                     (gnus-remove-thread-1 (car thread))
8243                     (setq thread (cdr thread))))
8244               (gnus-remove-thread-1 thread))))))))
8245
8246 (defun gnus-remove-thread-1 (thread)
8247   "Remove the thread THREAD recursively."
8248   (let ((number (mail-header-number (car thread)))
8249         pos)
8250     (when (setq pos (text-property-any
8251                      (point-min) (point-max) 'gnus-number number))
8252       (goto-char pos)
8253       (gnus-delete-line)
8254       (gnus-data-remove number))
8255     (setq thread (cdr thread))
8256     (while thread
8257       (gnus-remove-thread-1 (pop thread)))))
8258
8259 (defun gnus-sort-threads (threads)
8260   "Sort THREADS."
8261   (if (not gnus-thread-sort-functions)
8262       threads
8263     (let ((func (if (= 1 (length gnus-thread-sort-functions))
8264                     (car gnus-thread-sort-functions)
8265                   `(lambda (t1 t2)
8266                      ,(gnus-make-sort-function 
8267                        (reverse gnus-thread-sort-functions))))))
8268       (gnus-message 7 "Sorting threads...")
8269       (prog1
8270           (sort threads func)
8271         (gnus-message 7 "Sorting threads...done")))))
8272
8273 (defun gnus-sort-articles (articles)
8274   "Sort ARTICLES."
8275   (when gnus-article-sort-functions
8276     (let ((func (if (= 1 (length gnus-article-sort-functions))
8277                     (car gnus-article-sort-functions)
8278                   `(lambda (t1 t2)
8279                      ,(gnus-make-sort-function 
8280                        (reverse gnus-article-sort-functions))))))
8281       (gnus-message 7 "Sorting articles...")
8282       (prog1
8283           (setq gnus-newsgroup-headers (sort articles func))
8284         (gnus-message 7 "Sorting articles...done")))))
8285
8286 (defun gnus-make-sort-function (funs)
8287   "Return a composite sort condition based on the functions in FUNC."
8288   (if (cdr funs)
8289       `(or (,(car funs) t1 t2)
8290            (and (not (,(car funs) t2 t1))
8291                 ,(gnus-make-sort-function (cdr funs))))
8292     `(,(car funs) t1 t2)))
8293                  
8294 ;; Written by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
8295 (defmacro gnus-thread-header (thread)
8296   ;; Return header of first article in THREAD.
8297   ;; Note that THREAD must never, ever be anything else than a variable -
8298   ;; using some other form will lead to serious barfage.
8299   (or (symbolp thread) (signal 'wrong-type-argument '(symbolp thread)))
8300   ;; (8% speedup to gnus-summary-prepare, just for fun :-)
8301   (list 'byte-code "\10\211:\203\17\0\211@;\203\16\0A@@\207" ;
8302         (vector thread) 2))
8303
8304 (defsubst gnus-article-sort-by-number (h1 h2)
8305   "Sort articles by article number."
8306   (< (mail-header-number h1)
8307      (mail-header-number h2)))
8308
8309 (defun gnus-thread-sort-by-number (h1 h2)
8310   "Sort threads by root article number."
8311   (gnus-article-sort-by-number
8312    (gnus-thread-header h1) (gnus-thread-header h2)))
8313
8314 (defsubst gnus-article-sort-by-author (h1 h2)
8315   "Sort articles by root author."
8316   (string-lessp
8317    (let ((extract (funcall
8318                    gnus-extract-address-components
8319                    (mail-header-from h1))))
8320      (or (car extract) (cdr extract)))
8321    (let ((extract (funcall
8322                    gnus-extract-address-components
8323                    (mail-header-from h2))))
8324      (or (car extract) (cdr extract)))))
8325
8326 (defun gnus-thread-sort-by-author (h1 h2)
8327   "Sort threads by root author."
8328   (gnus-article-sort-by-author
8329    (gnus-thread-header h1)  (gnus-thread-header h2)))
8330
8331 (defsubst gnus-article-sort-by-subject (h1 h2)
8332   "Sort articles by root subject."
8333   (string-lessp
8334    (downcase (gnus-simplify-subject-re (mail-header-subject h1)))
8335    (downcase (gnus-simplify-subject-re (mail-header-subject h2)))))
8336
8337 (defun gnus-thread-sort-by-subject (h1 h2)
8338   "Sort threads by root subject."
8339   (gnus-article-sort-by-subject
8340    (gnus-thread-header h1) (gnus-thread-header h2)))
8341
8342 (defsubst gnus-article-sort-by-date (h1 h2)
8343   "Sort articles by root article date."
8344   (string-lessp
8345    (inline (gnus-sortable-date (mail-header-date h1)))
8346    (inline (gnus-sortable-date (mail-header-date h2)))))
8347
8348 (defun gnus-thread-sort-by-date (h1 h2)
8349   "Sort threads by root article date."
8350   (gnus-article-sort-by-date
8351    (gnus-thread-header h1) (gnus-thread-header h2)))
8352
8353 (defsubst gnus-article-sort-by-score (h1 h2)
8354   "Sort articles by root article score.
8355 Unscored articles will be counted as having a score of zero."
8356   (> (or (cdr (assq (mail-header-number h1)
8357                     gnus-newsgroup-scored))
8358          gnus-summary-default-score 0)
8359      (or (cdr (assq (mail-header-number h2)
8360                     gnus-newsgroup-scored))
8361          gnus-summary-default-score 0)))
8362
8363 (defun gnus-thread-sort-by-score (h1 h2)
8364   "Sort threads by root article score."
8365   (gnus-article-sort-by-score
8366    (gnus-thread-header h1) (gnus-thread-header h2)))
8367
8368 (defun gnus-thread-sort-by-total-score (h1 h2)
8369   "Sort threads by the sum of all scores in the thread.
8370 Unscored articles will be counted as having a score of zero."
8371   (> (gnus-thread-total-score h1) (gnus-thread-total-score h2)))
8372
8373 (defun gnus-thread-total-score (thread)
8374   ;;  This function find the total score of THREAD.
8375   (cond ((null thread)
8376          0)
8377         ((consp thread)
8378          (if (stringp (car thread))
8379              (apply gnus-thread-score-function 0
8380                     (mapcar 'gnus-thread-total-score-1 (cdr thread)))
8381            (gnus-thread-total-score-1 thread)))
8382         (t
8383          (gnus-thread-total-score-1 (list thread)))))
8384
8385 (defun gnus-thread-total-score-1 (root)
8386   ;; This function find the total score of the thread below ROOT.
8387   (setq root (car root))
8388   (apply gnus-thread-score-function
8389          (or (cdr (assq (mail-header-number root) gnus-newsgroup-scored))
8390              gnus-summary-default-score 0)
8391          (mapcar 'gnus-thread-total-score
8392                  (cdr (gnus-gethash (mail-header-id root)
8393                                     gnus-newsgroup-dependencies)))))
8394
8395 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
8396 (defvar gnus-tmp-prev-subject nil)
8397 (defvar gnus-tmp-false-parent nil)
8398 (defvar gnus-tmp-root-expunged nil)
8399 (defvar gnus-tmp-dummy-line nil)
8400
8401 (defun gnus-summary-prepare-threads (threads)
8402   "Prepare summary buffer from THREADS and indentation LEVEL.
8403 THREADS is either a list of `(PARENT [(CHILD1 [(GRANDCHILD ...]...) ...])'
8404 or a straight list of headers."
8405   (gnus-message 7 "Generating summary...")
8406
8407   (setq gnus-newsgroup-threads threads)
8408   (beginning-of-line)
8409
8410   (let ((gnus-tmp-level 0)
8411         (default-score (or gnus-summary-default-score 0))
8412         (gnus-visual-p (gnus-visual-p 'summary-highlight 'highlight))
8413         thread number subject stack state gnus-tmp-gathered beg-match
8414         new-roots gnus-tmp-new-adopts thread-end
8415         gnus-tmp-header gnus-tmp-unread
8416         gnus-tmp-replied gnus-tmp-subject-or-nil
8417         gnus-tmp-dummy gnus-tmp-indentation gnus-tmp-lines gnus-tmp-score
8418         gnus-tmp-score-char gnus-tmp-from gnus-tmp-name
8419         gnus-tmp-number gnus-tmp-opening-bracket gnus-tmp-closing-bracket)
8420
8421     (setq gnus-tmp-prev-subject nil)
8422
8423     (if (vectorp (car threads))
8424         ;; If this is a straight (sic) list of headers, then a
8425         ;; threaded summary display isn't required, so we just create
8426         ;; an unthreaded one.
8427         (gnus-summary-prepare-unthreaded threads)
8428
8429       ;; Do the threaded display.
8430
8431       (while (or threads stack gnus-tmp-new-adopts new-roots)
8432
8433         (if (and (= gnus-tmp-level 0)
8434                  (not (setq gnus-tmp-dummy-line nil))
8435                  (or (not stack)
8436                      (= (caar stack) 0))
8437                  (not gnus-tmp-false-parent)
8438                  (or gnus-tmp-new-adopts new-roots))
8439             (if gnus-tmp-new-adopts
8440                 (setq gnus-tmp-level (if gnus-tmp-root-expunged 0 1)
8441                       thread (list (car gnus-tmp-new-adopts))
8442                       gnus-tmp-header (caar thread)
8443                       gnus-tmp-new-adopts (cdr gnus-tmp-new-adopts))
8444               (if new-roots
8445                   (setq thread (list (car new-roots))
8446                         gnus-tmp-header (caar thread)
8447                         new-roots (cdr new-roots))))
8448
8449           (if threads
8450               ;; If there are some threads, we do them before the
8451               ;; threads on the stack.
8452               (setq thread threads
8453                     gnus-tmp-header (caar thread))
8454             ;; There were no current threads, so we pop something off
8455             ;; the stack.
8456             (setq state (car stack)
8457                   gnus-tmp-level (car state)
8458                   thread (cdr state)
8459                   stack (cdr stack)
8460                   gnus-tmp-header (caar thread))))
8461
8462         (setq gnus-tmp-false-parent nil)
8463         (setq gnus-tmp-root-expunged nil)
8464         (setq thread-end nil)
8465
8466         (if (stringp gnus-tmp-header)
8467             ;; The header is a dummy root.
8468             (cond
8469              ((eq gnus-summary-make-false-root 'adopt)
8470               ;; We let the first article adopt the rest.
8471               (setq gnus-tmp-new-adopts (nconc gnus-tmp-new-adopts
8472                                                (cddar thread)))
8473               (setq gnus-tmp-gathered
8474                     (nconc (mapcar
8475                             (lambda (h) (mail-header-number (car h)))
8476                             (cddar thread))
8477                            gnus-tmp-gathered))
8478               (setq thread (cons (list (caar thread)
8479                                        (cadar thread))
8480                                  (cdr thread)))
8481               (setq gnus-tmp-level -1
8482                     gnus-tmp-false-parent t))
8483              ((eq gnus-summary-make-false-root 'empty)
8484               ;; We print adopted articles with empty subject fields.
8485               (setq gnus-tmp-gathered
8486                     (nconc (mapcar
8487                             (lambda (h) (mail-header-number (car h)))
8488                             (cddar thread))
8489                            gnus-tmp-gathered))
8490               (setq gnus-tmp-level -1))
8491              ((eq gnus-summary-make-false-root 'dummy)
8492               ;; We remember that we probably want to output a dummy
8493               ;; root.
8494               (setq gnus-tmp-dummy-line gnus-tmp-header)
8495               (setq gnus-tmp-prev-subject gnus-tmp-header))
8496              (t
8497               ;; We do not make a root for the gathered
8498               ;; sub-threads at all.
8499               (setq gnus-tmp-level -1)))
8500
8501           (setq number (mail-header-number gnus-tmp-header)
8502                 subject (mail-header-subject gnus-tmp-header))
8503
8504           (cond
8505            ;; If the thread has changed subject, we might want to make
8506            ;; this subthread into a root.
8507            ((and (null gnus-thread-ignore-subject)
8508                  (not (zerop gnus-tmp-level))
8509                  gnus-tmp-prev-subject
8510                  (not (inline
8511                         (gnus-subject-equal gnus-tmp-prev-subject subject))))
8512             (setq new-roots (nconc new-roots (list (car thread)))
8513                   thread-end t
8514                   gnus-tmp-header nil))
8515            ;; If the article lies outside the current limit,
8516            ;; then we do not display it.
8517            ((and (not (memq number gnus-newsgroup-limit))
8518                  (not gnus-tmp-dummy-line))
8519             (setq gnus-tmp-gathered
8520                   (nconc (mapcar
8521                           (lambda (h) (mail-header-number (car h)))
8522                           (cdar thread))
8523                          gnus-tmp-gathered))
8524             (setq gnus-tmp-new-adopts (if (cdar thread)
8525                                           (append gnus-tmp-new-adopts
8526                                                   (cdar thread))
8527                                         gnus-tmp-new-adopts)
8528                   thread-end t
8529                   gnus-tmp-header nil)
8530             (when (zerop gnus-tmp-level)
8531               (setq gnus-tmp-root-expunged t)))
8532            ;; Perhaps this article is to be marked as read?
8533            ((and gnus-summary-mark-below
8534                  (< (or (cdr (assq number gnus-newsgroup-scored))
8535                         default-score)
8536                     gnus-summary-mark-below)
8537                  ;; Don't touch sparse articles.
8538                  (not (memq number gnus-newsgroup-sparse))
8539                  (not (memq number gnus-newsgroup-ancient)))
8540             (setq gnus-newsgroup-unreads
8541                   (delq number gnus-newsgroup-unreads))
8542             (if gnus-newsgroup-auto-expire
8543                 (push number gnus-newsgroup-expirable)
8544               (push (cons number gnus-low-score-mark)
8545                     gnus-newsgroup-reads))))
8546
8547           (when gnus-tmp-header
8548             ;; We may have an old dummy line to output before this
8549             ;; article.
8550             (when gnus-tmp-dummy-line
8551               (gnus-summary-insert-dummy-line
8552                gnus-tmp-dummy-line (mail-header-number gnus-tmp-header))
8553               (setq gnus-tmp-dummy-line nil))
8554
8555             ;; Compute the mark.
8556             (setq
8557              gnus-tmp-unread
8558              (cond
8559               ((memq number gnus-newsgroup-unreads) gnus-unread-mark)
8560               ((memq number gnus-newsgroup-marked) gnus-ticked-mark)
8561               ((memq number gnus-newsgroup-dormant) gnus-dormant-mark)
8562               ((memq number gnus-newsgroup-expirable) gnus-expirable-mark)
8563               (t (or (cdr (assq number gnus-newsgroup-reads))
8564                      gnus-ancient-mark))))
8565
8566             (push (gnus-data-make number gnus-tmp-unread (1+ (point))
8567                                   gnus-tmp-header gnus-tmp-level)
8568                   gnus-newsgroup-data)
8569
8570             ;; Actually insert the line.
8571             (setq
8572              gnus-tmp-subject-or-nil
8573              (cond
8574               ((and gnus-thread-ignore-subject
8575                     gnus-tmp-prev-subject
8576                     (not (inline (gnus-subject-equal
8577                                   gnus-tmp-prev-subject subject))))
8578                subject)
8579               ((zerop gnus-tmp-level)
8580                (if (and (eq gnus-summary-make-false-root 'empty)
8581                         (memq number gnus-tmp-gathered)
8582                         gnus-tmp-prev-subject
8583                         (inline (gnus-subject-equal
8584                                  gnus-tmp-prev-subject subject)))
8585                    gnus-summary-same-subject
8586                  subject))
8587               (t gnus-summary-same-subject)))
8588             (if (and (eq gnus-summary-make-false-root 'adopt)
8589                      (= gnus-tmp-level 1)
8590                      (memq number gnus-tmp-gathered))
8591                 (setq gnus-tmp-opening-bracket ?\<
8592                       gnus-tmp-closing-bracket ?\>)
8593               (setq gnus-tmp-opening-bracket ?\[
8594                     gnus-tmp-closing-bracket ?\]))
8595             (setq
8596              gnus-tmp-indentation
8597              (aref gnus-thread-indent-array gnus-tmp-level)
8598              gnus-tmp-lines (mail-header-lines gnus-tmp-header)
8599              gnus-tmp-score (or (cdr (assq number gnus-newsgroup-scored))
8600                                 gnus-summary-default-score 0)
8601              gnus-tmp-score-char
8602              (if (or (null gnus-summary-default-score)
8603                      (<= (abs (- gnus-tmp-score gnus-summary-default-score))
8604                          gnus-summary-zcore-fuzz)) ? 
8605                (if (< gnus-tmp-score gnus-summary-default-score)
8606                    gnus-score-below-mark gnus-score-over-mark))
8607              gnus-tmp-replied
8608              (cond ((memq number gnus-newsgroup-processable)
8609                     gnus-process-mark)
8610                    ((memq number gnus-newsgroup-cached)
8611                     gnus-cached-mark)
8612                    ((memq number gnus-newsgroup-replied)
8613                     gnus-replied-mark)
8614                    (t gnus-unread-mark))
8615              gnus-tmp-from (mail-header-from gnus-tmp-header)
8616              gnus-tmp-name
8617              (cond
8618               ((string-match "(.+)" gnus-tmp-from)
8619                (substring gnus-tmp-from
8620                           (1+ (match-beginning 0)) (1- (match-end 0))))
8621               ((string-match "<[^>]+> *$" gnus-tmp-from)
8622                (setq beg-match (match-beginning 0))
8623                (or (and (string-match "^\"[^\"]*\"" gnus-tmp-from)
8624                         (substring gnus-tmp-from (1+ (match-beginning 0))
8625                                    (1- (match-end 0))))
8626                    (substring gnus-tmp-from 0 beg-match)))
8627               (t gnus-tmp-from)))
8628             (when (string= gnus-tmp-name "")
8629               (setq gnus-tmp-name gnus-tmp-from))
8630             (or (numberp gnus-tmp-lines) (setq gnus-tmp-lines 0))
8631             (gnus-put-text-property
8632              (point)
8633              (progn (eval gnus-summary-line-format-spec) (point))
8634              'gnus-number number)
8635             (when gnus-visual-p
8636               (forward-line -1)
8637               (run-hooks 'gnus-summary-update-hook)
8638               (forward-line 1))
8639
8640             (setq gnus-tmp-prev-subject subject)))
8641
8642         (when (nth 1 thread)
8643           (push (cons (max 0 gnus-tmp-level) (nthcdr 1 thread)) stack))
8644         (incf gnus-tmp-level)
8645         (setq threads (if thread-end nil (cdar thread)))
8646         (unless threads
8647           (setq gnus-tmp-level 0)))))
8648   (gnus-message 7 "Generating summary...done"))
8649
8650 (defun gnus-summary-prepare-unthreaded (headers)
8651   "Generate an unthreaded summary buffer based on HEADERS."
8652   (let (header number mark)
8653
8654     (while headers
8655       ;; We may have to root out some bad articles...
8656       (when (memq (setq number (mail-header-number
8657                                 (setq header (pop headers))))
8658                   gnus-newsgroup-limit)
8659         ;; Mark article as read when it has a low score.
8660         (when (and gnus-summary-mark-below
8661                    (< (or (cdr (assq number gnus-newsgroup-scored))
8662                           gnus-summary-default-score 0)
8663                       gnus-summary-mark-below)
8664                    (not (memq number gnus-newsgroup-ancient)))
8665           (setq gnus-newsgroup-unreads
8666                 (delq number gnus-newsgroup-unreads))
8667           (if gnus-newsgroup-auto-expire
8668               (push number gnus-newsgroup-expirable)
8669             (push (cons number gnus-low-score-mark)
8670                   gnus-newsgroup-reads)))
8671
8672         (setq mark
8673               (cond
8674                ((memq number gnus-newsgroup-marked) gnus-ticked-mark)
8675                ((memq number gnus-newsgroup-dormant) gnus-dormant-mark)
8676                ((memq number gnus-newsgroup-unreads) gnus-unread-mark)
8677                ((memq number gnus-newsgroup-expirable) gnus-expirable-mark)
8678                (t (or (cdr (assq number gnus-newsgroup-reads))
8679                       gnus-ancient-mark))))
8680         (setq gnus-newsgroup-data
8681               (cons (gnus-data-make number mark (1+ (point)) header 0)
8682                     gnus-newsgroup-data))
8683         (gnus-summary-insert-line
8684          header 0 nil mark (memq number gnus-newsgroup-replied)
8685          (memq number gnus-newsgroup-expirable)
8686          (mail-header-subject header) nil
8687          (cdr (assq number gnus-newsgroup-scored))
8688          (memq number gnus-newsgroup-processable))))))
8689
8690 (defun gnus-select-newsgroup (group &optional read-all)
8691   "Select newsgroup GROUP.
8692 If READ-ALL is non-nil, all articles in the group are selected."
8693   (let* ((entry (gnus-gethash group gnus-newsrc-hashtb))
8694          (info (nth 2 entry))
8695          articles fetched-articles cached)
8696
8697     (or (gnus-check-server
8698          (setq gnus-current-select-method (gnus-find-method-for-group group)))
8699         (error "Couldn't open server"))
8700
8701     (or (and entry (not (eq (car entry) t))) ; Either it's active...
8702         (gnus-activate-group group)     ; Or we can activate it...
8703         (progn                          ; Or we bug out.
8704           (when (equal major-mode 'gnus-summary-mode)
8705             (kill-buffer (current-buffer)))
8706           (error "Couldn't request group %s: %s"
8707                  group (gnus-status-message group))))
8708
8709     (unless (gnus-request-group group t)
8710       (when (equal major-mode 'gnus-summary-mode)
8711         (kill-buffer (current-buffer)))
8712       (error "Couldn't request group %s: %s"
8713              group (gnus-status-message group)))      
8714
8715     (setq gnus-newsgroup-name group)
8716     (setq gnus-newsgroup-unselected nil)
8717     (setq gnus-newsgroup-unreads (gnus-list-of-unread-articles group))
8718
8719     (and gnus-asynchronous
8720          (gnus-check-backend-function
8721           'request-asynchronous gnus-newsgroup-name)
8722          (setq gnus-newsgroup-async
8723                (gnus-request-asynchronous gnus-newsgroup-name)))
8724
8725     ;; Adjust and set lists of article marks.
8726     (when info
8727       (gnus-adjust-marked-articles info))
8728
8729     ;; Kludge to avoid having cached articles nixed out in virtual groups.
8730     (when (gnus-virtual-group-p group)
8731       (setq cached gnus-newsgroup-cached))
8732
8733     (setq gnus-newsgroup-unreads
8734           (gnus-set-difference
8735            (gnus-set-difference gnus-newsgroup-unreads gnus-newsgroup-marked)
8736            gnus-newsgroup-dormant))
8737
8738     (setq gnus-newsgroup-processable nil)
8739
8740     (setq articles (gnus-articles-to-read group read-all))
8741
8742     (cond
8743      ((null articles)
8744       ;;(gnus-message 3 "Couldn't select newsgroup -- no articles to display")
8745       'quit)
8746      ((eq articles 0) nil)
8747      (t
8748       ;; Init the dependencies hash table.
8749       (setq gnus-newsgroup-dependencies
8750             (gnus-make-hashtable (length articles)))
8751       ;; Retrieve the headers and read them in.
8752       (gnus-message 5 "Fetching headers for %s..." gnus-newsgroup-name)
8753       (setq gnus-newsgroup-headers
8754             (if (eq 'nov
8755                     (setq gnus-headers-retrieved-by
8756                           (gnus-retrieve-headers
8757                            articles gnus-newsgroup-name
8758                            ;; We might want to fetch old headers, but
8759                            ;; not if there is only 1 article.
8760                            (and gnus-fetch-old-headers
8761                                 (or (and
8762                                      (not (eq gnus-fetch-old-headers 'some))
8763                                      (not (numberp gnus-fetch-old-headers)))
8764                                     (> (length articles) 1))))))
8765                 (gnus-get-newsgroup-headers-xover articles)
8766               (gnus-get-newsgroup-headers)))
8767       (gnus-message 5 "Fetching headers for %s...done" gnus-newsgroup-name)
8768
8769       ;; Kludge to avoid having cached articles nixed out in virtual groups.
8770       (when cached
8771         (setq gnus-newsgroup-cached cached))
8772
8773       ;; Set the initial limit.
8774       (setq gnus-newsgroup-limit (copy-sequence articles))
8775       ;; Remove canceled articles from the list of unread articles.
8776       (setq gnus-newsgroup-unreads
8777             (gnus-set-sorted-intersection
8778              gnus-newsgroup-unreads
8779              (setq fetched-articles
8780                    (mapcar (lambda (headers) (mail-header-number headers))
8781                            gnus-newsgroup-headers))))
8782       ;; Removed marked articles that do not exist.
8783       (gnus-update-missing-marks
8784        (gnus-sorted-complement fetched-articles articles))
8785       ;; We might want to build some more threads first.
8786       (and gnus-fetch-old-headers
8787            (eq gnus-headers-retrieved-by 'nov)
8788            (gnus-build-old-threads))
8789       ;; Check whether auto-expire is to be done in this group.
8790       (setq gnus-newsgroup-auto-expire
8791             (gnus-group-auto-expirable-p group))
8792       ;; Set up the article buffer now, if necessary.
8793       (unless gnus-single-article-buffer
8794         (gnus-article-setup-buffer))
8795       ;; First and last article in this newsgroup.
8796       (when gnus-newsgroup-headers
8797         (setq gnus-newsgroup-begin
8798               (mail-header-number (car gnus-newsgroup-headers))
8799               gnus-newsgroup-end
8800               (mail-header-number
8801                (gnus-last-element gnus-newsgroup-headers))))
8802       (setq gnus-reffed-article-number -1)
8803       ;; GROUP is successfully selected.
8804       (or gnus-newsgroup-headers t)))))
8805
8806 (defun gnus-articles-to-read (group read-all)
8807   ;; Find out what articles the user wants to read.
8808   (let* ((articles
8809           ;; Select all articles if `read-all' is non-nil, or if there
8810           ;; are no unread articles.
8811           (if (or read-all
8812                   (and (zerop (length gnus-newsgroup-marked))
8813                        (zerop (length gnus-newsgroup-unreads))))
8814               (gnus-uncompress-range (gnus-active group))
8815             (sort (append gnus-newsgroup-dormant gnus-newsgroup-marked
8816                           (copy-sequence gnus-newsgroup-unreads))
8817                   '<)))
8818          (scored-list (gnus-killed-articles gnus-newsgroup-killed articles))
8819          (scored (length scored-list))
8820          (number (length articles))
8821          (marked (+ (length gnus-newsgroup-marked)
8822                     (length gnus-newsgroup-dormant)))
8823          (select
8824           (cond
8825            ((numberp read-all)
8826             read-all)
8827            (t
8828             (condition-case ()
8829                 (cond
8830                  ((and (or (<= scored marked) (= scored number))
8831                        (numberp gnus-large-newsgroup)
8832                        (> number gnus-large-newsgroup))
8833                   (let ((input
8834                          (read-string
8835                           (format
8836                            "How many articles from %s (default %d): "
8837                            gnus-newsgroup-name number))))
8838                     (if (string-match "^[ \t]*$" input) number input)))
8839                  ((and (> scored marked) (< scored number))
8840                   (let ((input
8841                          (read-string
8842                           (format "%s %s (%d scored, %d total): "
8843                                   "How many articles from"
8844                                   group scored number))))
8845                     (if (string-match "^[ \t]*$" input)
8846                         number input)))
8847                  (t number))
8848               (quit nil))))))
8849     (setq select (if (stringp select) (string-to-number select) select))
8850     (if (or (null select) (zerop select))
8851         select
8852       (if (and (not (zerop scored)) (<= (abs select) scored))
8853           (progn
8854             (setq articles (sort scored-list '<))
8855             (setq number (length articles)))
8856         (setq articles (copy-sequence articles)))
8857
8858       (if (< (abs select) number)
8859           (if (< select 0)
8860               ;; Select the N oldest articles.
8861               (setcdr (nthcdr (1- (abs select)) articles) nil)
8862             ;; Select the N most recent articles.
8863             (setq articles (nthcdr (- number select) articles))))
8864       (setq gnus-newsgroup-unselected
8865             (gnus-sorted-intersection
8866              gnus-newsgroup-unreads
8867              (gnus-sorted-complement gnus-newsgroup-unreads articles)))
8868       articles)))
8869
8870 (defun gnus-killed-articles (killed articles)
8871   (let (out)
8872     (while articles
8873       (if (inline (gnus-member-of-range (car articles) killed))
8874           (setq out (cons (car articles) out)))
8875       (setq articles (cdr articles)))
8876     out))
8877
8878 (defun gnus-uncompress-marks (marks)
8879   "Uncompress the mark ranges in MARKS."
8880   (let ((uncompressed '(score bookmark))
8881         out)
8882     (while marks
8883       (if (memq (caar marks) uncompressed)
8884           (push (car marks) out)
8885         (push (cons (caar marks) (gnus-uncompress-range (cdar marks))) out))
8886       (setq marks (cdr marks)))
8887     out))
8888
8889 (defun gnus-adjust-marked-articles (info)
8890   "Set all article lists and remove all marks that are no longer legal."
8891   (let* ((marked-lists (gnus-info-marks info))
8892          (active (gnus-active (gnus-info-group info)))
8893          (min (car active))
8894          (max (cdr active))
8895          (types gnus-article-mark-lists)
8896          (uncompressed '(score bookmark))
8897          marks var articles article mark)
8898
8899     (while marked-lists
8900       (setq marks (pop marked-lists))
8901       (set (setq var (intern (format "gnus-newsgroup-%s"
8902                                      (car (rassq (setq mark (car marks))
8903                                                  types)))))
8904            (if (memq (car marks) uncompressed) (cdr marks)
8905              (gnus-uncompress-range (cdr marks))))
8906
8907       (setq articles (symbol-value var))
8908
8909       ;; All articles have to be subsets of the active articles.
8910       (cond
8911        ;; Adjust "simple" lists.
8912        ((memq mark '(tick dormant expirable reply killed save))
8913         (while articles
8914           (when (or (< (setq article (pop articles)) min) (> article max))
8915             (set var (delq article (symbol-value var))))))
8916        ;; Adjust assocs.
8917        ((memq mark '(score bookmark))
8918         (while articles
8919           (when (or (< (car (setq article (pop articles))) min)
8920                     (> (car article) max))
8921             (set var (delq article (symbol-value var))))))))))
8922
8923 (defun gnus-update-missing-marks (missing)
8924   "Go through the list of MISSING articles and remove them mark lists."
8925   (when missing
8926     (let ((types gnus-article-mark-lists)
8927           var m)
8928       ;; Go through all types.
8929       (while types
8930         (setq var (intern (format "gnus-newsgroup-%s" (car (pop types)))))
8931         (when (symbol-value var)
8932           ;; This list has articles.  So we delete all missing articles
8933           ;; from it.
8934           (setq m missing)
8935           (while m
8936             (set var (delq (pop m) (symbol-value var)))))))))
8937
8938 (defun gnus-update-marks ()
8939   "Enter the various lists of marked articles into the newsgroup info list."
8940   (let ((types gnus-article-mark-lists)
8941         (info (gnus-get-info gnus-newsgroup-name))
8942         (uncompressed '(score bookmark killed))
8943         type list newmarked symbol)
8944     (when info
8945       ;; Add all marks lists that are non-nil to the list of marks lists.
8946       (while types
8947         (setq type (pop types))
8948         (when (setq list (symbol-value
8949                           (setq symbol
8950                                 (intern (format "gnus-newsgroup-%s"
8951                                                 (car type))))))
8952           (push (cons (cdr type)
8953                       (if (memq (cdr type) uncompressed) list
8954                         (gnus-compress-sequence (set symbol (sort list '<)) t)))
8955                 newmarked)))
8956
8957       ;; Enter these new marks into the info of the group.
8958       (if (nthcdr 3 info)
8959           (setcar (nthcdr 3 info) newmarked)
8960         ;; Add the marks lists to the end of the info.
8961         (when newmarked
8962           (setcdr (nthcdr 2 info) (list newmarked))))
8963
8964       ;; Cut off the end of the info if there's nothing else there.
8965       (let ((i 5))
8966         (while (and (> i 2)
8967                     (not (nth i info)))
8968           (when (nthcdr (decf i) info)
8969             (setcdr (nthcdr i info) nil)))))))
8970
8971 (defun gnus-add-marked-articles (group type articles &optional info force)
8972   ;; Add ARTICLES of TYPE to the info of GROUP.
8973   ;; If INFO is non-nil, use that info.  If FORCE is non-nil, don't
8974   ;; add, but replace marked articles of TYPE with ARTICLES.
8975   (let ((info (or info (gnus-get-info group)))
8976         (uncompressed '(score bookmark killed))
8977         marked m)
8978     (or (not info)
8979         (and (not (setq marked (nthcdr 3 info)))
8980              (or (null articles)
8981                  (setcdr (nthcdr 2 info)
8982                          (list (list (cons type (gnus-compress-sequence
8983                                                  articles t)))))))
8984         (and (not (setq m (assq type (car marked))))
8985              (or (null articles)
8986                  (setcar marked
8987                          (cons (cons type (gnus-compress-sequence articles t) )
8988                                (car marked)))))
8989         (if force
8990             (if (null articles)
8991                 (setcar (nthcdr 3 info)
8992                         (delq (assq type (car marked)) (car marked)))
8993               (setcdr m (gnus-compress-sequence articles t)))
8994           (setcdr m (gnus-compress-sequence
8995                      (sort (nconc (gnus-uncompress-range (cdr m))
8996                                   (copy-sequence articles)) '<) t))))))
8997
8998 (defun gnus-set-mode-line (where)
8999   "This function sets the mode line of the article or summary buffers.
9000 If WHERE is `summary', the summary mode line format will be used."
9001   ;; Is this mode line one we keep updated?
9002   (when (memq where gnus-updated-mode-lines)
9003     (let (mode-string)
9004       (save-excursion
9005         ;; We evaluate this in the summary buffer since these
9006         ;; variables are buffer-local to that buffer.
9007         (set-buffer gnus-summary-buffer)
9008         ;; We bind all these variables that are used in the `eval' form
9009         ;; below.
9010         (let* ((mformat (symbol-value
9011                          (intern
9012                           (format "gnus-%s-mode-line-format-spec" where))))
9013                (gnus-tmp-group-name gnus-newsgroup-name)
9014                (gnus-tmp-article-number (or gnus-current-article 0))
9015                (gnus-tmp-unread gnus-newsgroup-unreads)
9016                (gnus-tmp-unread-and-unticked (length gnus-newsgroup-unreads))
9017                (gnus-tmp-unselected (length gnus-newsgroup-unselected))
9018                (gnus-tmp-unread-and-unselected
9019                 (cond ((and (zerop gnus-tmp-unread-and-unticked)
9020                             (zerop gnus-tmp-unselected)) "")
9021                       ((zerop gnus-tmp-unselected)
9022                        (format "{%d more}" gnus-tmp-unread-and-unticked))
9023                       (t (format "{%d(+%d) more}"
9024                                  gnus-tmp-unread-and-unticked
9025                                  gnus-tmp-unselected))))
9026                (gnus-tmp-subject
9027                 (if (and gnus-current-headers
9028                          (vectorp gnus-current-headers))
9029                     (gnus-mode-string-quote
9030                      (mail-header-subject gnus-current-headers)) ""))
9031                max-len
9032                gnus-tmp-header);; passed as argument to any user-format-funcs
9033           (setq mode-string (eval mformat))
9034           (setq max-len (max 4 (if gnus-mode-non-string-length
9035                                    (- (window-width)
9036                                       gnus-mode-non-string-length)
9037                                  (length mode-string))))
9038           ;; We might have to chop a bit of the string off...
9039           (when (> (length mode-string) max-len)
9040             (setq mode-string
9041                   (concat (gnus-truncate-string mode-string (- max-len 3))
9042                           "...")))
9043           ;; Pad the mode string a bit.
9044           (setq mode-string (format (format "%%-%ds" max-len) mode-string))))
9045       ;; Update the mode line.
9046       (setq mode-line-buffer-identification (list mode-string))
9047       (set-buffer-modified-p t))))
9048
9049 (defun gnus-create-xref-hashtb (from-newsgroup headers unreads)
9050   "Go through the HEADERS list and add all Xrefs to a hash table.
9051 The resulting hash table is returned, or nil if no Xrefs were found."
9052   (let* ((virtual (gnus-virtual-group-p from-newsgroup))
9053          (prefix (if virtual "" (gnus-group-real-prefix from-newsgroup)))
9054          (xref-hashtb (make-vector 63 0))
9055          start group entry number xrefs header)
9056     (while headers
9057       (setq header (pop headers))
9058       (when (and (setq xrefs (mail-header-xref header))
9059                  (not (memq (setq number (mail-header-number header))
9060                             unreads)))
9061         (setq start 0)
9062         (while (string-match "\\([^ ]+\\)[:/]\\([0-9]+\\)" xrefs start)
9063           (setq start (match-end 0))
9064           (setq group (if prefix
9065                           (concat prefix (substring xrefs (match-beginning 1)
9066                                                     (match-end 1)))
9067                         (substring xrefs (match-beginning 1) (match-end 1))))
9068           (setq number
9069                 (string-to-int (substring xrefs (match-beginning 2)
9070                                           (match-end 2))))
9071           (if (setq entry (gnus-gethash group xref-hashtb))
9072               (setcdr entry (cons number (cdr entry)))
9073             (gnus-sethash group (cons number nil) xref-hashtb)))))
9074     (and start xref-hashtb)))
9075
9076 (defun gnus-mark-xrefs-as-read (from-newsgroup headers unreads)
9077   "Look through all the headers and mark the Xrefs as read."
9078   (let ((virtual (gnus-virtual-group-p from-newsgroup))
9079         name entry info xref-hashtb idlist method nth4)
9080     (save-excursion
9081       (set-buffer gnus-group-buffer)
9082       (when (setq xref-hashtb
9083                   (gnus-create-xref-hashtb from-newsgroup headers unreads))
9084         (mapatoms
9085          (lambda (group)
9086            (unless (string= from-newsgroup (setq name (symbol-name group)))
9087              (setq idlist (symbol-value group))
9088              ;; Dead groups are not updated.
9089              (and (prog1
9090                       (setq entry (gnus-gethash name gnus-newsrc-hashtb)
9091                             info (nth 2 entry))
9092                     (if (stringp (setq nth4 (gnus-info-method info)))
9093                         (setq nth4 (gnus-server-to-method nth4))))
9094                   ;; Only do the xrefs if the group has the same
9095                   ;; select method as the group we have just read.
9096                   (or (gnus-methods-equal-p
9097                        nth4 (gnus-find-method-for-group from-newsgroup))
9098                       virtual
9099                       (equal nth4 (setq method (gnus-find-method-for-group
9100                                                 from-newsgroup)))
9101                       (and (equal (car nth4) (car method))
9102                            (equal (nth 1 nth4) (nth 1 method))))
9103                   gnus-use-cross-reference
9104                   (or (not (eq gnus-use-cross-reference t))
9105                       virtual
9106                       ;; Only do cross-references on subscribed
9107                       ;; groups, if that is what is wanted.
9108                       (<= (gnus-info-level info) gnus-level-subscribed))
9109                   (gnus-group-make-articles-read name idlist))))
9110          xref-hashtb)))))
9111
9112 (defun gnus-group-make-articles-read (group articles)
9113   (let* ((num 0)
9114          (entry (gnus-gethash group gnus-newsrc-hashtb))
9115          (info (nth 2 entry))
9116          (active (gnus-active group))
9117          range)
9118     ;; First peel off all illegal article numbers.
9119     (if active
9120         (let ((ids articles)
9121               id first)
9122           (while ids
9123             (setq id (car ids))
9124             (if (and first (> id (cdr active)))
9125                 (progn
9126                   ;; We'll end up in this situation in one particular
9127                   ;; obscure situation.  If you re-scan a group and get
9128                   ;; a new article that is cross-posted to a different
9129                   ;; group that has not been re-scanned, you might get
9130                   ;; crossposted article that has a higher number than
9131                   ;; Gnus believes possible.  So we re-activate this
9132                   ;; group as well.  This might mean doing the
9133                   ;; crossposting thingy will *increase* the number
9134                   ;; of articles in some groups.  Tsk, tsk.
9135                   (setq active (or (gnus-activate-group group) active))))
9136             (if (or (> id (cdr active))
9137                     (< id (car active)))
9138                 (setq articles (delq id articles)))
9139             (setq ids (cdr ids)))))
9140     ;; If the read list is nil, we init it.
9141     (and active
9142          (null (gnus-info-read info))
9143          (> (car active) 1)
9144          (gnus-info-set-read info (cons 1 (1- (car active)))))
9145     ;; Then we add the read articles to the range.
9146     (gnus-info-set-read
9147      info
9148      (setq range
9149            (gnus-add-to-range
9150             (gnus-info-read info) (setq articles (sort articles '<)))))
9151     ;; Then we have to re-compute how many unread
9152     ;; articles there are in this group.
9153     (if active
9154         (progn
9155           (cond
9156            ((not range)
9157             (setq num (- (1+ (cdr active)) (car active))))
9158            ((not (listp (cdr range)))
9159             (setq num (- (cdr active) (- (1+ (cdr range))
9160                                          (car range)))))
9161            (t
9162             (while range
9163               (if (numberp (car range))
9164                   (setq num (1+ num))
9165                 (setq num (+ num (- (1+ (cdar range)) (caar range)))))
9166               (setq range (cdr range)))
9167             (setq num (- (cdr active) num))))
9168           ;; Update the number of unread articles.
9169           (setcar entry num)
9170           ;; Update the group buffer.
9171           (gnus-group-update-group group t)))))
9172
9173 (defun gnus-methods-equal-p (m1 m2)
9174   (let ((m1 (or m1 gnus-select-method))
9175         (m2 (or m2 gnus-select-method)))
9176     (or (equal m1 m2)
9177         (and (eq (car m1) (car m2))
9178              (or (not (memq 'address (assoc (symbol-name (car m1))
9179                                             gnus-valid-select-methods)))
9180                  (equal (nth 1 m1) (nth 1 m2)))))))
9181
9182 (defsubst gnus-header-value ()
9183   (buffer-substring (match-end 0) (gnus-point-at-eol)))
9184
9185 (defvar gnus-newsgroup-none-id 0)
9186
9187 (defun gnus-get-newsgroup-headers (&optional dependencies force-new)
9188   (let ((cur nntp-server-buffer)
9189         (dependencies
9190          (or dependencies
9191              (save-excursion (set-buffer gnus-summary-buffer)
9192                              gnus-newsgroup-dependencies)))
9193         headers id id-dep ref-dep end ref)
9194     (save-excursion
9195       (set-buffer nntp-server-buffer)
9196       (run-hooks 'gnus-parse-headers-hook)
9197       (let ((case-fold-search t)
9198             in-reply-to header p lines)
9199         (goto-char (point-min))
9200         ;; Search to the beginning of the next header.  Error messages
9201         ;; do not begin with 2 or 3.
9202         (while (re-search-forward "^[23][0-9]+ " nil t)
9203           (setq id nil
9204                 ref nil)
9205           ;; This implementation of this function, with nine
9206           ;; search-forwards instead of the one re-search-forward and
9207           ;; a case (which basically was the old function) is actually
9208           ;; about twice as fast, even though it looks messier.  You
9209           ;; can't have everything, I guess.  Speed and elegance
9210           ;; doesn't always go hand in hand.
9211           (setq
9212            header
9213            (vector
9214             ;; Number.
9215             (prog1
9216                 (read cur)
9217               (end-of-line)
9218               (setq p (point))
9219               (narrow-to-region (point)
9220                                 (or (and (search-forward "\n.\n" nil t)
9221                                          (- (point) 2))
9222                                     (point))))
9223             ;; Subject.
9224             (progn
9225               (goto-char p)
9226               (if (search-forward "\nsubject: " nil t)
9227                   (gnus-header-value) "(none)"))
9228             ;; From.
9229             (progn
9230               (goto-char p)
9231               (if (search-forward "\nfrom: " nil t)
9232                   (gnus-header-value) "(nobody)"))
9233             ;; Date.
9234             (progn
9235               (goto-char p)
9236               (if (search-forward "\ndate: " nil t)
9237                   (gnus-header-value) ""))
9238             ;; Message-ID.
9239             (progn
9240               (goto-char p)
9241               (if (search-forward "\nmessage-id: " nil t)
9242                   (setq id (gnus-header-value))
9243                 ;; If there was no message-id, we just fake one to make
9244                 ;; subsequent routines simpler.
9245                 (setq id (concat "none+"
9246                                  (int-to-string
9247                                   (setq gnus-newsgroup-none-id
9248                                         (1+ gnus-newsgroup-none-id)))))))
9249             ;; References.
9250             (progn
9251               (goto-char p)
9252               (if (search-forward "\nreferences: " nil t)
9253                   (prog1
9254                       (gnus-header-value)
9255                     (setq end (match-end 0))
9256                     (save-excursion
9257                       (setq ref
9258                             (buffer-substring
9259                              (progn
9260                                (end-of-line)
9261                                (search-backward ">" end t)
9262                                (1+ (point)))
9263                              (progn
9264                                (search-backward "<" end t)
9265                                (point))))))
9266                 ;; Get the references from the in-reply-to header if there
9267                 ;; were no references and the in-reply-to header looks
9268                 ;; promising.
9269                 (if (and (search-forward "\nin-reply-to: " nil t)
9270                          (setq in-reply-to (gnus-header-value))
9271                          (string-match "<[^>]+>" in-reply-to))
9272                     (setq ref (substring in-reply-to (match-beginning 0)
9273                                          (match-end 0)))
9274                   (setq ref ""))))
9275             ;; Chars.
9276             0
9277             ;; Lines.
9278             (progn
9279               (goto-char p)
9280               (if (search-forward "\nlines: " nil t)
9281                   (if (numberp (setq lines (read cur)))
9282                       lines 0)
9283                 0))
9284             ;; Xref.
9285             (progn
9286               (goto-char p)
9287               (and (search-forward "\nxref: " nil t)
9288                    (gnus-header-value)))))
9289           ;; We do the threading while we read the headers.  The
9290           ;; message-id and the last reference are both entered into
9291           ;; the same hash table.  Some tippy-toeing around has to be
9292           ;; done in case an article has arrived before the article
9293           ;; which it refers to.
9294           (if (boundp (setq id-dep (intern id dependencies)))
9295               (if (and (car (symbol-value id-dep))
9296                        (not force-new))
9297                   ;; An article with this Message-ID has already
9298                   ;; been seen, so we ignore this one, except we add
9299                   ;; any additional Xrefs (in case the two articles
9300                   ;; came from different servers).
9301                   (progn
9302                     (mail-header-set-xref
9303                      (car (symbol-value id-dep))
9304                      (concat (or (mail-header-xref
9305                                   (car (symbol-value id-dep))) "")
9306                              (or (mail-header-xref header) "")))
9307                     (setq header nil))
9308                 (setcar (symbol-value id-dep) header))
9309             (set id-dep (list header)))
9310           (when header
9311             (if (boundp (setq ref-dep (intern ref dependencies)))
9312                 (setcdr (symbol-value ref-dep)
9313                         (nconc (cdr (symbol-value ref-dep))
9314                                (list (symbol-value id-dep))))
9315               (set ref-dep (list nil (symbol-value id-dep))))
9316             (setq headers (cons header headers)))
9317           (goto-char (point-max))
9318           (widen))
9319         (nreverse headers)))))
9320
9321 ;; The following macros and functions were written by Felix Lee
9322 ;; <flee@cse.psu.edu>.
9323
9324 (defmacro gnus-nov-read-integer ()
9325   '(prog1
9326        (if (= (following-char) ?\t)
9327            0
9328          (let ((num (condition-case nil (read buffer) (error nil))))
9329            (if (numberp num) num 0)))
9330      (or (eobp) (forward-char 1))))
9331
9332 (defmacro gnus-nov-skip-field ()
9333   '(search-forward "\t" eol 'move))
9334
9335 (defmacro gnus-nov-field ()
9336   '(buffer-substring (point) (if (gnus-nov-skip-field) (1- (point)) eol)))
9337
9338 ;; Goes through the xover lines and returns a list of vectors
9339 (defun gnus-get-newsgroup-headers-xover (sequence &optional 
9340                                                   force-new dependencies)
9341   "Parse the news overview data in the server buffer, and return a
9342 list of headers that match SEQUENCE (see `nntp-retrieve-headers')."
9343   ;; Get the Xref when the users reads the articles since most/some
9344   ;; NNTP servers do not include Xrefs when using XOVER.
9345   (setq gnus-article-internal-prepare-hook '(gnus-article-get-xrefs))
9346   (let ((cur nntp-server-buffer)
9347         (dependencies (or dependencies gnus-newsgroup-dependencies))
9348         number headers header)
9349     (save-excursion
9350       (set-buffer nntp-server-buffer)
9351       ;; Allow the user to mangle the headers before parsing them.
9352       (run-hooks 'gnus-parse-headers-hook)
9353       (goto-char (point-min))
9354       (while (and sequence (not (eobp)))
9355         (setq number (read cur))
9356         (while (and sequence (< (car sequence) number))
9357           (setq sequence (cdr sequence)))
9358         (and sequence
9359              (eq number (car sequence))
9360              (progn
9361                (setq sequence (cdr sequence))
9362                (if (setq header
9363                          (inline (gnus-nov-parse-line
9364                                   number dependencies force-new)))
9365                    (setq headers (cons header headers)))))
9366         (forward-line 1))
9367       (setq headers (nreverse headers)))
9368     headers))
9369
9370 ;; This function has to be called with point after the article number
9371 ;; on the beginning of the line.
9372 (defun gnus-nov-parse-line (number dependencies &optional force-new)
9373   (let ((none 0)
9374         (eol (gnus-point-at-eol))
9375         (buffer (current-buffer))
9376         header ref id id-dep ref-dep)
9377
9378     ;; overview: [num subject from date id refs chars lines misc]
9379     (narrow-to-region (point) eol)
9380     (or (eobp) (forward-char))
9381
9382     (condition-case nil
9383         (setq header
9384               (vector
9385                number                   ; number
9386                (gnus-nov-field)         ; subject
9387                (gnus-nov-field)         ; from
9388                (gnus-nov-field)         ; date
9389                (setq id (or (gnus-nov-field)
9390                             (concat "none+"
9391                                     (int-to-string
9392                                      (setq none (1+ none)))))) ; id
9393                (progn
9394                  (save-excursion
9395                    (let ((beg (point)))
9396                      (search-forward "\t" eol)
9397                      (if (search-backward ">" beg t)
9398                          (setq ref
9399                                (buffer-substring
9400                                 (1+ (point))
9401                                 (search-backward "<" beg t)))
9402                        (setq ref nil))))
9403                  (gnus-nov-field))      ; refs
9404                (gnus-nov-read-integer)  ; chars
9405                (gnus-nov-read-integer)  ; lines
9406                (if (= (following-char) ?\n)
9407                    nil
9408                  (gnus-nov-field))      ; misc
9409                ))
9410       (error (progn
9411                (gnus-error 4 "Strange nov line")
9412                (setq header nil)
9413                (goto-char eol))))
9414
9415     (widen)
9416
9417     ;; We build the thread tree.
9418     (when header
9419       (if (boundp (setq id-dep (intern id dependencies)))
9420           (if (and (car (symbol-value id-dep))
9421                    (not force-new))
9422               ;; An article with this Message-ID has already been seen,
9423               ;; so we ignore this one, except we add any additional
9424               ;; Xrefs (in case the two articles came from different
9425               ;; servers.
9426               (progn
9427                 (mail-header-set-xref
9428                  (car (symbol-value id-dep))
9429                  (concat (or (mail-header-xref
9430                               (car (symbol-value id-dep))) "")
9431                          (or (mail-header-xref header) "")))
9432                 (setq header nil))
9433             (setcar (symbol-value id-dep) header))
9434         (set id-dep (list header))))
9435     (when header
9436       (if (boundp (setq ref-dep (intern (or ref "none") dependencies)))
9437           (setcdr (symbol-value ref-dep)
9438                   (nconc (cdr (symbol-value ref-dep))
9439                          (list (symbol-value id-dep))))
9440         (set ref-dep (list nil (symbol-value id-dep)))))
9441     header))
9442
9443 (defun gnus-article-get-xrefs ()
9444   "Fill in the Xref value in `gnus-current-headers', if necessary.
9445 This is meant to be called in `gnus-article-internal-prepare-hook'."
9446   (let ((headers (save-excursion (set-buffer gnus-summary-buffer)
9447                                  gnus-current-headers)))
9448     (or (not gnus-use-cross-reference)
9449         (not headers)
9450         (and (mail-header-xref headers)
9451              (not (string= (mail-header-xref headers) "")))
9452         (let ((case-fold-search t)
9453               xref)
9454           (save-restriction
9455             (nnheader-narrow-to-headers)
9456             (goto-char (point-min))
9457             (if (or (and (eq (downcase (following-char)) ?x)
9458                          (looking-at "Xref:"))
9459                     (search-forward "\nXref:" nil t))
9460                 (progn
9461                   (goto-char (1+ (match-end 0)))
9462                   (setq xref (buffer-substring (point)
9463                                                (progn (end-of-line) (point))))
9464                   (mail-header-set-xref headers xref))))))))
9465
9466 (defun gnus-summary-insert-subject (id &optional old-header use-old-header)
9467   "Find article ID and insert the summary line for that article."
9468   (let ((header (if (and old-header use-old-header)
9469                     old-header (gnus-read-header id)))
9470         (number (and (numberp id) id))
9471         pos)
9472     (when header
9473       ;; Rebuild the thread that this article is part of and go to the
9474       ;; article we have fetched.
9475       (when (and (not gnus-show-threads)
9476                  old-header)
9477         (when (setq pos (text-property-any
9478                          (point-min) (point-max) 'gnus-number 
9479                          (mail-header-number old-header)))
9480           (goto-char pos)
9481           (gnus-delete-line)
9482           (gnus-data-remove (mail-header-number old-header))))
9483       (when old-header
9484         (mail-header-set-number header (mail-header-number old-header)))
9485       (setq gnus-newsgroup-sparse
9486             (delq (setq number (mail-header-number header)) 
9487                   gnus-newsgroup-sparse))
9488       (setq gnus-newsgroup-ancient (delq number gnus-newsgroup-ancient))
9489       (gnus-rebuild-thread (mail-header-id header))
9490       (gnus-summary-goto-subject number nil t))
9491     (when (and (numberp number)
9492                (> number 0))
9493       ;; We have to update the boundaries even if we can't fetch the
9494       ;; article if ID is a number -- so that the next `P' or `N'
9495       ;; command will fetch the previous (or next) article even
9496       ;; if the one we tried to fetch this time has been canceled.
9497       (and (> number gnus-newsgroup-end)
9498            (setq gnus-newsgroup-end number))
9499       (and (< number gnus-newsgroup-begin)
9500            (setq gnus-newsgroup-begin number))
9501       (setq gnus-newsgroup-unselected
9502             (delq number gnus-newsgroup-unselected)))
9503     ;; Report back a success?
9504     (and header (mail-header-number header))))
9505
9506 (defun gnus-summary-work-articles (n)
9507   "Return a list of articles to be worked upon.  The prefix argument,
9508 the list of process marked articles, and the current article will be
9509 taken into consideration."
9510   (cond
9511    ((and n (numberp n))
9512     ;; A numerical prefix has been given.
9513     (let ((backward (< n 0))
9514           (n (abs n))
9515           articles article)
9516       (save-excursion
9517         (while
9518             (and (> n 0)
9519                  (push (setq article (gnus-summary-article-number))
9520                        articles)
9521                  (if backward
9522                      (gnus-summary-find-prev nil article)
9523                    (gnus-summary-find-next nil article)))
9524           (decf n)))
9525       (nreverse articles)))
9526    ((and (boundp 'transient-mark-mode)
9527          transient-mark-mode
9528          mark-active)
9529     ;; Work on the region between point and mark.
9530     (let ((max (max (point) (mark)))
9531           articles article)
9532       (save-excursion
9533         (goto-char (min (point) (mark)))
9534         (while
9535             (and
9536              (push (setq article (gnus-summary-article-number)) articles)
9537              (gnus-summary-find-next nil article)
9538              (< (point) max)))
9539         (nreverse articles))))
9540    (gnus-newsgroup-processable
9541     ;; There are process-marked articles present.
9542     (reverse gnus-newsgroup-processable))
9543    (t
9544     ;; Just return the current article.
9545     (list (gnus-summary-article-number)))))
9546
9547 (defun gnus-summary-search-group (&optional backward use-level)
9548   "Search for next unread newsgroup.
9549 If optional argument BACKWARD is non-nil, search backward instead."
9550   (save-excursion
9551     (set-buffer gnus-group-buffer)
9552     (if (gnus-group-search-forward
9553          backward nil (if use-level (gnus-group-group-level) nil))
9554         (gnus-group-group-name))))
9555
9556 (defun gnus-summary-best-group (&optional exclude-group)
9557   "Find the name of the best unread group.
9558 If EXCLUDE-GROUP, do not go to this group."
9559   (save-excursion
9560     (set-buffer gnus-group-buffer)
9561     (save-excursion
9562       (gnus-group-best-unread-group exclude-group))))
9563
9564 (defun gnus-summary-find-next (&optional unread article backward)
9565   (if backward (gnus-summary-find-prev)
9566     (let* ((dummy (gnus-summary-article-intangible-p))
9567            (article (or article (gnus-summary-article-number)))
9568            (arts (gnus-data-find-list article))
9569            result)
9570       (when (and (not dummy)
9571                  (or (not gnus-summary-check-current)
9572                      (not unread)
9573                      (not (gnus-data-unread-p (car arts)))))
9574         (setq arts (cdr arts)))
9575       (when (setq result
9576                   (if unread
9577                       (progn
9578                         (while arts
9579                           (when (gnus-data-unread-p (car arts))
9580                             (setq result (car arts)
9581                                   arts nil))
9582                           (setq arts (cdr arts)))
9583                         result)
9584                     (car arts)))
9585         (goto-char (gnus-data-pos result))
9586         (gnus-data-number result)))))
9587
9588 (defun gnus-summary-find-prev (&optional unread article)
9589   (let* ((eobp (eobp))
9590          (article (or article (gnus-summary-article-number)))
9591          (arts (gnus-data-find-list article (gnus-data-list 'rev)))
9592          result)
9593     (when (and (not eobp)
9594                (or (not gnus-summary-check-current)
9595                    (not unread)
9596                    (not (gnus-data-unread-p (car arts)))))
9597       (setq arts (cdr arts)))
9598     (if (setq result
9599               (if unread
9600                   (progn
9601                     (while arts
9602                       (and (gnus-data-unread-p (car arts))
9603                            (setq result (car arts)
9604                                  arts nil))
9605                       (setq arts (cdr arts)))
9606                     result)
9607                 (car arts)))
9608         (progn
9609           (goto-char (gnus-data-pos result))
9610           (gnus-data-number result)))))
9611
9612 (defun gnus-summary-find-subject (subject &optional unread backward article)
9613   (let* ((simp-subject (gnus-simplify-subject-fully subject))
9614          (article (or article (gnus-summary-article-number)))
9615          (articles (gnus-data-list backward))
9616          (arts (gnus-data-find-list article articles))
9617          result)
9618     (when (or (not gnus-summary-check-current)
9619               (not unread)
9620               (not (gnus-data-unread-p (car arts))))
9621       (setq arts (cdr arts)))
9622     (while arts
9623       (and (or (not unread)
9624                (gnus-data-unread-p (car arts)))
9625            (vectorp (gnus-data-header (car arts)))
9626            (gnus-subject-equal
9627             simp-subject (mail-header-subject (gnus-data-header (car arts))) t)
9628            (setq result (car arts)
9629                  arts nil))
9630       (setq arts (cdr arts)))
9631     (and result
9632          (goto-char (gnus-data-pos result))
9633          (gnus-data-number result))))
9634
9635 (defun gnus-summary-search-forward (&optional unread subject backward)
9636   "Search forward for an article.
9637 If UNREAD, look for unread articles.  If SUBJECT, look for
9638 articles with that subject.  If BACKWARD, search backward instead."
9639   (cond (subject (gnus-summary-find-subject subject unread backward))
9640         (backward (gnus-summary-find-prev unread))
9641         (t (gnus-summary-find-next unread))))
9642
9643 (defun gnus-recenter (&optional n)
9644   "Center point in window and redisplay frame.
9645 Also do horizontal recentering."
9646   (interactive "P")
9647   (when (and gnus-auto-center-summary
9648              (not (eq gnus-auto-center-summary 'vertical)))
9649     (gnus-horizontal-recenter))
9650   (recenter n))
9651
9652 (defun gnus-summary-recenter ()
9653   "Center point in the summary window.
9654 If `gnus-auto-center-summary' is nil, or the article buffer isn't
9655 displayed, no centering will be performed."
9656   ;; Suggested by earle@mahendo.JPL.NASA.GOV (Greg Earle).
9657   ;; Recenter only when requested.  Suggested by popovich@park.cs.columbia.edu.
9658   (let* ((top (cond ((< (window-height) 4) 0)
9659                     ((< (window-height) 7) 1)
9660                     (t 2)))
9661          (height (1- (window-height)))
9662          (bottom (save-excursion (goto-char (point-max))
9663                                  (forward-line (- height))
9664                                  (point)))
9665          (window (get-buffer-window (current-buffer))))
9666     ;; The user has to want it.
9667     (when gnus-auto-center-summary
9668       (when (get-buffer-window gnus-article-buffer)
9669        ;; Only do recentering when the article buffer is displayed,
9670        ;; Set the window start to either `bottom', which is the biggest
9671        ;; possible valid number, or the second line from the top,
9672        ;; whichever is the least.
9673        (set-window-start
9674         window (min bottom (save-excursion 
9675                              (forward-line (- top)) (point)))))
9676       ;; Do horizontal recentering while we're at it.
9677       (when (and (get-buffer-window (current-buffer) t)
9678                  (not (eq gnus-auto-center-summary 'vertical)))
9679         (let ((selected (selected-window)))
9680           (select-window (get-buffer-window (current-buffer) t))
9681           (gnus-summary-position-point)
9682           (gnus-horizontal-recenter)
9683           (select-window selected))))))
9684
9685 (defun gnus-horizontal-recenter ()
9686   "Recenter the current buffer horizontally."
9687   (if (< (current-column) (/ (window-width) 2))
9688       (set-window-hscroll (get-buffer-window (current-buffer) t) 0)
9689     (let* ((orig (point))
9690            (end (window-end (get-buffer-window (current-buffer) t)))
9691            (max 0))
9692       ;; Find the longest line currently displayed in the window.
9693       (goto-char (window-start))
9694       (while (and (not (eobp)) 
9695                   (< (point) end))
9696         (end-of-line)
9697         (setq max (max max (current-column)))
9698         (forward-line 1))
9699       (goto-char orig)
9700       ;; Scroll horizontally to center (sort of) the point.
9701       (if (> max (window-width))
9702           (set-window-hscroll 
9703            (get-buffer-window (current-buffer) t)
9704            (min (- (current-column) (/ (window-width) 3))
9705                 (+ 2 (- max (window-width)))))
9706         (set-window-hscroll (get-buffer-window (current-buffer) t) 0))
9707       max)))
9708
9709 ;; Function written by Stainless Steel Rat <ratinox@ccs.neu.edu>.
9710 (defun gnus-short-group-name (group &optional levels)
9711   "Collapse GROUP name LEVELS."
9712   (let* ((name "") 
9713          (foreign "")
9714          (depth 0) 
9715          (skip 1)
9716          (levels (or levels
9717                      (progn
9718                        (while (string-match "\\." group skip)
9719                          (setq skip (match-end 0)
9720                                depth (+ depth 1)))
9721                        depth))))
9722     (if (string-match ":" group)
9723         (setq foreign (substring group 0 (match-end 0))
9724               group (substring group (match-end 0))))
9725     (while group
9726       (if (and (string-match "\\." group)
9727                (> levels (- gnus-group-uncollapsed-levels 1)))
9728           (setq name (concat name (substring group 0 1))
9729                 group (substring group (match-end 0))
9730                 levels (- levels 1)
9731                 name (concat name "."))
9732         (setq name (concat foreign name group)
9733               group nil)))
9734     name))
9735
9736 (defun gnus-summary-jump-to-group (newsgroup)
9737   "Move point to NEWSGROUP in group mode buffer."
9738   ;; Keep update point of group mode buffer if visible.
9739   (if (eq (current-buffer) (get-buffer gnus-group-buffer))
9740       (save-window-excursion
9741         ;; Take care of tree window mode.
9742         (if (get-buffer-window gnus-group-buffer)
9743             (pop-to-buffer gnus-group-buffer))
9744         (gnus-group-jump-to-group newsgroup))
9745     (save-excursion
9746       ;; Take care of tree window mode.
9747       (if (get-buffer-window gnus-group-buffer)
9748           (pop-to-buffer gnus-group-buffer)
9749         (set-buffer gnus-group-buffer))
9750       (gnus-group-jump-to-group newsgroup))))
9751
9752 ;; This function returns a list of article numbers based on the
9753 ;; difference between the ranges of read articles in this group and
9754 ;; the range of active articles.
9755 (defun gnus-list-of-unread-articles (group)
9756   (let* ((read (gnus-info-read (gnus-get-info group)))
9757          (active (gnus-active group))
9758          (last (cdr active))
9759          first nlast unread)
9760     ;; If none are read, then all are unread.
9761     (if (not read)
9762         (setq first (car active))
9763       ;; If the range of read articles is a single range, then the
9764       ;; first unread article is the article after the last read
9765       ;; article.  Sounds logical, doesn't it?
9766       (if (not (listp (cdr read)))
9767           (setq first (1+ (cdr read)))
9768         ;; `read' is a list of ranges.
9769         (if (/= (setq nlast (or (and (numberp (car read)) (car read))
9770                                 (caar read))) 1)
9771             (setq first 1))
9772         (while read
9773           (if first
9774               (while (< first nlast)
9775                 (setq unread (cons first unread))
9776                 (setq first (1+ first))))
9777           (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
9778           (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
9779           (setq read (cdr read)))))
9780     ;; And add the last unread articles.
9781     (while (<= first last)
9782       (setq unread (cons first unread))
9783       (setq first (1+ first)))
9784     ;; Return the list of unread articles.
9785     (nreverse unread)))
9786
9787 (defun gnus-list-of-read-articles (group)
9788   "Return a list of unread, unticked and non-dormant articles."
9789   (let* ((info (gnus-get-info group))
9790          (marked (gnus-info-marks info))
9791          (active (gnus-active group)))
9792     (and info active
9793          (gnus-set-difference
9794           (gnus-sorted-complement
9795            (gnus-uncompress-range active)
9796            (gnus-list-of-unread-articles group))
9797           (append
9798            (gnus-uncompress-range (cdr (assq 'dormant marked)))
9799            (gnus-uncompress-range (cdr (assq 'tick marked))))))))
9800
9801 ;; Various summary commands
9802
9803 (defun gnus-summary-universal-argument (arg)
9804   "Perform any operation on all articles that are process/prefixed."
9805   (interactive "P")
9806   (gnus-set-global-variables)
9807   (let ((articles (gnus-summary-work-articles arg))
9808         func article)
9809     (if (eq
9810          (setq
9811           func
9812           (key-binding
9813            (read-key-sequence
9814             (substitute-command-keys
9815              "\\<gnus-summary-mode-map>\\[gnus-summary-universal-argument]"
9816              ))))
9817          'undefined)
9818         (gnus-error 1 "Undefined key")
9819       (save-excursion
9820         (while articles
9821           (gnus-summary-goto-subject (setq article (pop articles)))
9822           (command-execute func)
9823           (gnus-summary-remove-process-mark article)))))
9824   (gnus-summary-position-point))
9825
9826 (defun gnus-summary-toggle-truncation (&optional arg)
9827   "Toggle truncation of summary lines.
9828 With arg, turn line truncation on iff arg is positive."
9829   (interactive "P")
9830   (setq truncate-lines
9831         (if (null arg) (not truncate-lines)
9832           (> (prefix-numeric-value arg) 0)))
9833   (redraw-display))
9834
9835 (defun gnus-summary-reselect-current-group (&optional all rescan)
9836   "Exit and then reselect the current newsgroup.
9837 The prefix argument ALL means to select all articles."
9838   (interactive "P")
9839   (gnus-set-global-variables)
9840   (let ((current-subject (gnus-summary-article-number))
9841         (group gnus-newsgroup-name))
9842     (setq gnus-newsgroup-begin nil)
9843     (gnus-summary-exit)
9844     ;; We have to adjust the point of group mode buffer because the
9845     ;; current point was moved to the next unread newsgroup by
9846     ;; exiting.
9847     (gnus-summary-jump-to-group group)
9848     (when rescan
9849       (save-excursion
9850         (gnus-group-get-new-news-this-group 1)))
9851     (gnus-group-read-group all t)
9852     (gnus-summary-goto-subject current-subject)))
9853
9854 (defun gnus-summary-rescan-group (&optional all)
9855   "Exit the newsgroup, ask for new articles, and select the newsgroup."
9856   (interactive "P")
9857   (gnus-summary-reselect-current-group all t))
9858
9859 (defun gnus-summary-update-info ()
9860   (let* ((group gnus-newsgroup-name))
9861     (when gnus-newsgroup-kill-headers
9862       (setq gnus-newsgroup-killed
9863             (gnus-compress-sequence
9864              (nconc
9865               (gnus-set-sorted-intersection
9866                (gnus-uncompress-range gnus-newsgroup-killed)
9867                (setq gnus-newsgroup-unselected
9868                      (sort gnus-newsgroup-unselected '<)))
9869               (setq gnus-newsgroup-unreads
9870                     (sort gnus-newsgroup-unreads '<))) t)))
9871     (unless (listp (cdr gnus-newsgroup-killed))
9872       (setq gnus-newsgroup-killed (list gnus-newsgroup-killed)))
9873     (let ((headers gnus-newsgroup-headers))
9874       (run-hooks 'gnus-exit-group-hook)
9875       (unless gnus-save-score
9876         (setq gnus-newsgroup-scored nil))
9877       ;; Set the new ranges of read articles.
9878       (gnus-update-read-articles
9879        group (append gnus-newsgroup-unreads gnus-newsgroup-unselected))
9880       ;; Set the current article marks.
9881       (gnus-update-marks)
9882       ;; Do the cross-ref thing.
9883       (when gnus-use-cross-reference
9884         (gnus-mark-xrefs-as-read group headers gnus-newsgroup-unreads))
9885       ;; Do adaptive scoring, and possibly save score files.
9886       (when gnus-newsgroup-adaptive
9887         (gnus-score-adaptive))
9888       (when gnus-use-scoring
9889         (gnus-score-save))
9890       ;; Do not switch windows but change the buffer to work.
9891       (set-buffer gnus-group-buffer)
9892       (or (gnus-ephemeral-group-p gnus-newsgroup-name)
9893           (gnus-group-update-group group)))))
9894
9895 (defun gnus-summary-exit (&optional temporary)
9896   "Exit reading current newsgroup, and then return to group selection mode.
9897 gnus-exit-group-hook is called with no arguments if that value is non-nil."
9898   (interactive)
9899   (gnus-set-global-variables)
9900   (gnus-kill-save-kill-buffer)
9901   (let* ((group gnus-newsgroup-name)
9902          (quit-config (gnus-group-quit-config gnus-newsgroup-name))
9903          (mode major-mode)
9904          (buf (current-buffer)))
9905     (run-hooks 'gnus-summary-prepare-exit-hook)
9906     ;; If we have several article buffers, we kill them at exit.
9907     (unless gnus-single-article-buffer
9908       (gnus-kill-buffer gnus-original-article-buffer)
9909       (setq gnus-article-current nil))
9910     (when gnus-use-cache
9911       (gnus-cache-possibly-remove-articles)
9912       (gnus-cache-save-buffers))
9913     (when gnus-use-trees
9914       (gnus-tree-close group))
9915     ;; Make all changes in this group permanent.
9916     (unless quit-config
9917       (gnus-summary-update-info))
9918     (gnus-close-group group)
9919     ;; Make sure where I was, and go to next newsgroup.
9920     (set-buffer gnus-group-buffer)
9921     (unless quit-config
9922       (gnus-group-jump-to-group group))
9923     (run-hooks 'gnus-summary-exit-hook)
9924     (unless quit-config
9925       (gnus-group-next-unread-group 1))
9926     (if temporary
9927         nil                             ;Nothing to do.
9928       ;; If we have several article buffers, we kill them at exit.
9929       (unless gnus-single-article-buffer
9930         (gnus-kill-buffer gnus-article-buffer)
9931         (gnus-kill-buffer gnus-original-article-buffer)
9932         (setq gnus-article-current nil))
9933       (set-buffer buf)
9934       (if (not gnus-kill-summary-on-exit)
9935           (gnus-deaden-summary)
9936         ;; We set all buffer-local variables to nil.  It is unclear why
9937         ;; this is needed, but if we don't, buffer-local variables are
9938         ;; not garbage-collected, it seems.  This would the lead to en
9939         ;; ever-growing Emacs.
9940         (gnus-summary-clear-local-variables)
9941         (when (get-buffer gnus-article-buffer)
9942           (bury-buffer gnus-article-buffer))
9943         ;; We clear the global counterparts of the buffer-local
9944         ;; variables as well, just to be on the safe side.
9945         (gnus-configure-windows 'group 'force)
9946         (gnus-summary-clear-local-variables)
9947         ;; Return to group mode buffer.
9948         (if (eq mode 'gnus-summary-mode)
9949             (gnus-kill-buffer buf)))
9950       (setq gnus-current-select-method gnus-select-method)
9951       (pop-to-buffer gnus-group-buffer)
9952       ;; Clear the current group name.
9953       (if (not quit-config)
9954           (progn
9955             (gnus-group-jump-to-group group)
9956             (gnus-group-next-unread-group 1)
9957             (gnus-configure-windows 'group 'force))
9958         (if (not (buffer-name (car quit-config)))
9959             (gnus-configure-windows 'group 'force)
9960           (set-buffer (car quit-config))
9961           (and (eq major-mode 'gnus-summary-mode)
9962                (gnus-set-global-variables))
9963           (gnus-configure-windows (cdr quit-config))))
9964       (unless quit-config
9965         (setq gnus-newsgroup-name nil)))))
9966
9967 (defalias 'gnus-summary-quit 'gnus-summary-exit-no-update)
9968 (defun gnus-summary-exit-no-update (&optional no-questions)
9969   "Quit reading current newsgroup without updating read article info."
9970   (interactive)
9971   (gnus-set-global-variables)
9972   (let* ((group gnus-newsgroup-name)
9973          (quit-config (gnus-group-quit-config group)))
9974     (when (or no-questions
9975               gnus-expert-user
9976               (gnus-y-or-n-p "Do you really wanna quit reading this group? "))
9977       ;; If we have several article buffers, we kill them at exit.
9978       (unless gnus-single-article-buffer
9979         (gnus-kill-buffer gnus-article-buffer)
9980         (gnus-kill-buffer gnus-original-article-buffer)
9981         (setq gnus-article-current nil))
9982       (if (not gnus-kill-summary-on-exit)
9983           (gnus-deaden-summary)
9984         (gnus-close-group group)
9985         (gnus-summary-clear-local-variables)
9986         (set-buffer gnus-group-buffer)
9987         (gnus-summary-clear-local-variables)
9988         (when (get-buffer gnus-summary-buffer)
9989           (kill-buffer gnus-summary-buffer)))
9990       (unless gnus-single-article-buffer
9991         (setq gnus-article-current nil))
9992       (when gnus-use-trees
9993         (gnus-tree-close group))
9994       (when (get-buffer gnus-article-buffer)
9995         (bury-buffer gnus-article-buffer))
9996       ;; Return to the group buffer.
9997       (gnus-configure-windows 'group 'force)
9998       ;; Clear the current group name.
9999       (setq gnus-newsgroup-name nil)
10000       (when (equal (gnus-group-group-name) group)
10001         (gnus-group-next-unread-group 1))
10002       (when quit-config
10003         (if (not (buffer-name (car quit-config)))
10004             (gnus-configure-windows 'group 'force)
10005           (set-buffer (car quit-config))
10006           (when (eq major-mode 'gnus-summary-mode)
10007             (gnus-set-global-variables))
10008           (gnus-configure-windows (cdr quit-config)))))))
10009
10010 ;;; Dead summaries.
10011
10012 (defvar gnus-dead-summary-mode-map nil)
10013
10014 (if gnus-dead-summary-mode-map
10015     nil
10016   (setq gnus-dead-summary-mode-map (make-keymap))
10017   (suppress-keymap gnus-dead-summary-mode-map)
10018   (substitute-key-definition
10019    'undefined 'gnus-summary-wake-up-the-dead gnus-dead-summary-mode-map)
10020   (let ((keys '("\C-d" "\r" "\177")))
10021     (while keys
10022       (define-key gnus-dead-summary-mode-map
10023         (pop keys) 'gnus-summary-wake-up-the-dead))))
10024
10025 (defvar gnus-dead-summary-mode nil
10026   "Minor mode for Gnus summary buffers.")
10027
10028 (defun gnus-dead-summary-mode (&optional arg)
10029   "Minor mode for Gnus summary buffers."
10030   (interactive "P")
10031   (when (eq major-mode 'gnus-summary-mode)
10032     (make-local-variable 'gnus-dead-summary-mode)
10033     (setq gnus-dead-summary-mode
10034           (if (null arg) (not gnus-dead-summary-mode)
10035             (> (prefix-numeric-value arg) 0)))
10036     (when gnus-dead-summary-mode
10037       (unless (assq 'gnus-dead-summary-mode minor-mode-alist)
10038         (push '(gnus-dead-summary-mode " Dead") minor-mode-alist))
10039       (unless (assq 'gnus-dead-summary-mode minor-mode-map-alist)
10040         (push (cons 'gnus-dead-summary-mode gnus-dead-summary-mode-map)
10041               minor-mode-map-alist)))))
10042
10043 (defun gnus-deaden-summary ()
10044   "Make the current summary buffer into a dead summary buffer."
10045   ;; Kill any previous dead summary buffer.
10046   (when (and gnus-dead-summary
10047              (buffer-name gnus-dead-summary))
10048     (save-excursion
10049       (set-buffer gnus-dead-summary)
10050       (when gnus-dead-summary-mode
10051         (kill-buffer (current-buffer)))))
10052   ;; Make this the current dead summary.
10053   (setq gnus-dead-summary (current-buffer))
10054   (gnus-dead-summary-mode 1)
10055   (let ((name (buffer-name)))
10056     (when (string-match "Summary" name)
10057       (rename-buffer
10058        (concat (substring name 0 (match-beginning 0)) "Dead "
10059                (substring name (match-beginning 0))) t))))
10060
10061 (defun gnus-kill-or-deaden-summary (buffer)
10062   "Kill or deaden the summary BUFFER."
10063   (when (and (buffer-name buffer)
10064              (not gnus-single-article-buffer))
10065     (save-excursion
10066       (set-buffer buffer)
10067       (gnus-kill-buffer gnus-article-buffer)
10068       (gnus-kill-buffer gnus-original-article-buffer)))
10069   (cond (gnus-kill-summary-on-exit
10070          (when (and gnus-use-trees
10071                     (and (get-buffer buffer)
10072                          (buffer-name (get-buffer buffer))))
10073            (save-excursion
10074              (set-buffer (get-buffer buffer))
10075              (gnus-tree-close gnus-newsgroup-name)))
10076          (gnus-kill-buffer buffer))
10077         ((and (get-buffer buffer)
10078               (buffer-name (get-buffer buffer)))
10079          (save-excursion
10080            (set-buffer buffer)
10081            (gnus-deaden-summary)))))
10082
10083 (defun gnus-summary-wake-up-the-dead (&rest args)
10084   "Wake up the dead summary buffer."
10085   (interactive)
10086   (gnus-dead-summary-mode -1)
10087   (let ((name (buffer-name)))
10088     (when (string-match "Dead " name)
10089       (rename-buffer
10090        (concat (substring name 0 (match-beginning 0))
10091                (substring name (match-end 0))) t)))
10092   (gnus-message 3 "This dead summary is now alive again"))
10093
10094 ;; Suggested by Andrew Eskilsson <pi92ae@pt.hk-r.se>.
10095 (defun gnus-summary-fetch-faq (&optional faq-dir)
10096   "Fetch the FAQ for the current group.
10097 If FAQ-DIR (the prefix), prompt for a directory to search for the faq
10098 in."
10099   (interactive
10100    (list
10101     (if current-prefix-arg
10102         (completing-read
10103          "Faq dir: " (and (listp gnus-group-faq-directory)
10104                           gnus-group-faq-directory)))))
10105   (let (gnus-faq-buffer)
10106     (and (setq gnus-faq-buffer
10107                (gnus-group-fetch-faq gnus-newsgroup-name faq-dir))
10108          (gnus-configure-windows 'summary-faq))))
10109
10110 ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
10111 (defun gnus-summary-describe-group (&optional force)
10112   "Describe the current newsgroup."
10113   (interactive "P")
10114   (gnus-group-describe-group force gnus-newsgroup-name))
10115
10116 (defun gnus-summary-describe-briefly ()
10117   "Describe summary mode commands briefly."
10118   (interactive)
10119   (gnus-message 6
10120                 (substitute-command-keys "\\<gnus-summary-mode-map>\\[gnus-summary-next-page]:Select  \\[gnus-summary-next-unread-article]:Forward  \\[gnus-summary-prev-unread-article]:Backward  \\[gnus-summary-exit]:Exit  \\[gnus-info-find-node]:Run Info  \\[gnus-summary-describe-briefly]:This help")))
10121
10122 ;; Walking around group mode buffer from summary mode.
10123
10124 (defun gnus-summary-next-group (&optional no-article target-group backward)
10125   "Exit current newsgroup and then select next unread newsgroup.
10126 If prefix argument NO-ARTICLE is non-nil, no article is selected
10127 initially.  If NEXT-GROUP, go to this group.  If BACKWARD, go to
10128 previous group instead."
10129   (interactive "P")
10130   (gnus-set-global-variables)
10131   (let ((current-group gnus-newsgroup-name)
10132         (current-buffer (current-buffer))
10133         entered)
10134     ;; First we semi-exit this group to update Xrefs and all variables.
10135     ;; We can't do a real exit, because the window conf must remain
10136     ;; the same in case the user is prompted for info, and we don't
10137     ;; want the window conf to change before that...
10138     (gnus-summary-exit t)
10139     (while (not entered)
10140       ;; Then we find what group we are supposed to enter.
10141       (set-buffer gnus-group-buffer)
10142       (gnus-group-jump-to-group current-group)
10143       (setq target-group
10144             (or target-group
10145                 (if (eq gnus-keep-same-level 'best)
10146                     (gnus-summary-best-group gnus-newsgroup-name)
10147                   (gnus-summary-search-group backward gnus-keep-same-level))))
10148       (if (not target-group)
10149           ;; There are no further groups, so we return to the group
10150           ;; buffer.
10151           (progn
10152             (gnus-message 5 "Returning to the group buffer")
10153             (setq entered t)
10154             (set-buffer current-buffer)
10155             (gnus-summary-exit))
10156         ;; We try to enter the target group.
10157         (gnus-group-jump-to-group target-group)
10158         (let ((unreads (gnus-group-group-unread)))
10159           (if (and (or (eq t unreads)
10160                        (and unreads (not (zerop unreads))))
10161                    (gnus-summary-read-group
10162                     target-group nil no-article current-buffer))
10163               (setq entered t)
10164             (setq current-group target-group
10165                   target-group nil)))))))
10166
10167 (defun gnus-summary-prev-group (&optional no-article)
10168   "Exit current newsgroup and then select previous unread newsgroup.
10169 If prefix argument NO-ARTICLE is non-nil, no article is selected initially."
10170   (interactive "P")
10171   (gnus-summary-next-group no-article nil t))
10172
10173 ;; Walking around summary lines.
10174
10175 (defun gnus-summary-first-subject (&optional unread)
10176   "Go to the first unread subject.
10177 If UNREAD is non-nil, go to the first unread article.
10178 Returns the article selected or nil if there are no unread articles."
10179   (interactive "P")
10180   (prog1
10181       (cond
10182        ;; Empty summary.
10183        ((null gnus-newsgroup-data)
10184         (gnus-message 3 "No articles in the group")
10185         nil)
10186        ;; Pick the first article.
10187        ((not unread)
10188         (goto-char (gnus-data-pos (car gnus-newsgroup-data)))
10189         (gnus-data-number (car gnus-newsgroup-data)))
10190        ;; No unread articles.
10191        ((null gnus-newsgroup-unreads)
10192         (gnus-message 3 "No more unread articles")
10193         nil)
10194        ;; Find the first unread article.
10195        (t
10196         (let ((data gnus-newsgroup-data))
10197           (while (and data
10198                       (not (gnus-data-unread-p (car data))))
10199             (setq data (cdr data)))
10200           (if data
10201               (progn
10202                 (goto-char (gnus-data-pos (car data)))
10203                 (gnus-data-number (car data)))))))
10204     (gnus-summary-position-point)))
10205
10206 (defun gnus-summary-next-subject (n &optional unread dont-display)
10207   "Go to next N'th summary line.
10208 If N is negative, go to the previous N'th subject line.
10209 If UNREAD is non-nil, only unread articles are selected.
10210 The difference between N and the actual number of steps taken is
10211 returned."
10212   (interactive "p")
10213   (let ((backward (< n 0))
10214         (n (abs n)))
10215     (while (and (> n 0)
10216                 (if backward
10217                     (gnus-summary-find-prev unread)
10218                   (gnus-summary-find-next unread)))
10219       (setq n (1- n)))
10220     (if (/= 0 n) (gnus-message 7 "No more%s articles"
10221                                (if unread " unread" "")))
10222     (unless dont-display
10223       (gnus-summary-recenter)
10224       (gnus-summary-position-point))
10225     n))
10226
10227 (defun gnus-summary-next-unread-subject (n)
10228   "Go to next N'th unread summary line."
10229   (interactive "p")
10230   (gnus-summary-next-subject n t))
10231
10232 (defun gnus-summary-prev-subject (n &optional unread)
10233   "Go to previous N'th summary line.
10234 If optional argument UNREAD is non-nil, only unread article is selected."
10235   (interactive "p")
10236   (gnus-summary-next-subject (- n) unread))
10237
10238 (defun gnus-summary-prev-unread-subject (n)
10239   "Go to previous N'th unread summary line."
10240   (interactive "p")
10241   (gnus-summary-next-subject (- n) t))
10242
10243 (defun gnus-summary-goto-subject (article &optional force silent)
10244   "Go the subject line of ARTICLE.
10245 If FORCE, also allow jumping to articles not currently shown."
10246   (let ((b (point))
10247         (data (gnus-data-find article)))
10248     ;; We read in the article if we have to.
10249     (and (not data)
10250          force
10251          (gnus-summary-insert-subject article (and (vectorp force) force) t)
10252          (setq data (gnus-data-find article)))
10253     (goto-char b)
10254     (if (not data)
10255         (progn
10256           (unless silent
10257             (gnus-message 3 "Can't find article %d" article))
10258           nil)
10259       (goto-char (gnus-data-pos data))
10260       article)))
10261
10262 ;; Walking around summary lines with displaying articles.
10263
10264 (defun gnus-summary-expand-window (&optional arg)
10265   "Make the summary buffer take up the entire Emacs frame.
10266 Given a prefix, will force an `article' buffer configuration."
10267   (interactive "P")
10268   (gnus-set-global-variables)
10269   (if arg
10270       (gnus-configure-windows 'article 'force)
10271     (gnus-configure-windows 'summary 'force)))
10272
10273 (defun gnus-summary-display-article (article &optional all-header)
10274   "Display ARTICLE in article buffer."
10275   (gnus-set-global-variables)
10276   (if (null article)
10277       nil
10278     (prog1
10279         (if gnus-summary-display-article-function
10280             (funcall gnus-summary-display-article-function article all-header)
10281           (gnus-article-prepare article all-header))
10282       (run-hooks 'gnus-select-article-hook)
10283       (unless (zerop gnus-current-article)
10284         (gnus-summary-goto-subject gnus-current-article))
10285       (gnus-summary-recenter)
10286       (when gnus-use-trees
10287         (gnus-possibly-generate-tree article)
10288         (gnus-highlight-selected-tree article))
10289       ;; Successfully display article.
10290       (gnus-article-set-window-start
10291        (cdr (assq article gnus-newsgroup-bookmarks))))))
10292
10293 (defun gnus-summary-select-article (&optional all-headers force pseudo article)
10294   "Select the current article.
10295 If ALL-HEADERS is non-nil, show all header fields.  If FORCE is
10296 non-nil, the article will be re-fetched even if it already present in
10297 the article buffer.  If PSEUDO is non-nil, pseudo-articles will also
10298 be displayed."
10299   ;; Make sure we are in the summary buffer to work around bbdb bug.
10300   (unless (eq major-mode 'gnus-summary-mode)
10301     (set-buffer gnus-summary-buffer))
10302   (let ((article (or article (gnus-summary-article-number)))
10303         (all-headers (not (not all-headers))) ;Must be T or NIL.
10304         gnus-summary-display-article-function
10305         did)
10306     (and (not pseudo)
10307          (gnus-summary-article-pseudo-p article)
10308          (error "This is a pseudo-article."))
10309     (prog1
10310         (save-excursion
10311           (set-buffer gnus-summary-buffer)
10312           (if (or (and gnus-single-article-buffer
10313                        (or (null gnus-current-article)
10314                            (null gnus-article-current)
10315                            (null (get-buffer gnus-article-buffer))
10316                            (not (eq article (cdr gnus-article-current)))
10317                            (not (equal (car gnus-article-current)
10318                                        gnus-newsgroup-name))))
10319                   (and (not gnus-single-article-buffer)
10320                        (or (null gnus-current-article)
10321                            (not (eq gnus-current-article article))))
10322                   force)
10323               ;; The requested article is different from the current article.
10324               (prog1
10325                   (gnus-summary-display-article article all-headers)
10326                 (setq did article))
10327             (if (or all-headers gnus-show-all-headers)
10328                 (gnus-article-show-all-headers))
10329             'old))
10330       (if did
10331           (gnus-article-set-window-start
10332            (cdr (assq article gnus-newsgroup-bookmarks)))))))
10333
10334 (defun gnus-summary-set-current-mark (&optional current-mark)
10335   "Obsolete function."
10336   nil)
10337
10338 (defun gnus-summary-next-article (&optional unread subject backward push)
10339   "Select the next article.
10340 If UNREAD, only unread articles are selected.
10341 If SUBJECT, only articles with SUBJECT are selected.
10342 If BACKWARD, the previous article is selected instead of the next."
10343   (interactive "P")
10344   (gnus-set-global-variables)
10345   (cond
10346    ;; Is there such an article?
10347    ((and (gnus-summary-search-forward unread subject backward)
10348          (or (gnus-summary-display-article (gnus-summary-article-number))
10349              (eq (gnus-summary-article-mark) gnus-canceled-mark)))
10350     (gnus-summary-position-point))
10351    ;; If not, we try the first unread, if that is wanted.
10352    ((and subject
10353          gnus-auto-select-same
10354          (or (gnus-summary-first-unread-article)
10355              (eq (gnus-summary-article-mark) gnus-canceled-mark)))
10356     (gnus-summary-position-point)
10357     (gnus-message 6 "Wrapped"))
10358    ;; Try to get next/previous article not displayed in this group.
10359    ((and gnus-auto-extend-newsgroup
10360          (not unread) (not subject))
10361     (gnus-summary-goto-article
10362      (if backward (1- gnus-newsgroup-begin) (1+ gnus-newsgroup-end))
10363      nil t))
10364    ;; Go to next/previous group.
10365    (t
10366     (or (gnus-ephemeral-group-p gnus-newsgroup-name)
10367         (gnus-summary-jump-to-group gnus-newsgroup-name))
10368     (let ((cmd last-command-char)
10369           (group
10370            (if (eq gnus-keep-same-level 'best)
10371                (gnus-summary-best-group gnus-newsgroup-name)
10372              (gnus-summary-search-group backward gnus-keep-same-level))))
10373       ;; For some reason, the group window gets selected.  We change
10374       ;; it back.
10375       (select-window (get-buffer-window (current-buffer)))
10376       ;; Select next unread newsgroup automagically.
10377       (cond
10378        ((not gnus-auto-select-next)
10379         (gnus-message 7 "No more%s articles" (if unread " unread" "")))
10380        ((or (eq gnus-auto-select-next 'quietly)
10381             (and (eq gnus-auto-select-next 'slightly-quietly)
10382                  push)
10383             (and (eq gnus-auto-select-next 'almost-quietly)
10384                  (gnus-summary-last-article-p)))
10385         ;; Select quietly.
10386         (if (gnus-ephemeral-group-p gnus-newsgroup-name)
10387             (gnus-summary-exit)
10388           (gnus-message 7 "No more%s articles (%s)..."
10389                         (if unread " unread" "")
10390                         (if group (concat "selecting " group)
10391                           "exiting"))
10392           (gnus-summary-next-group nil group backward)))
10393        (t
10394         (gnus-summary-walk-group-buffer
10395          gnus-newsgroup-name cmd unread backward)))))))
10396
10397 (defun gnus-summary-walk-group-buffer (from-group cmd unread backward)
10398   (let ((keystrokes '((?\C-n (gnus-group-next-unread-group 1))
10399                       (?\C-p (gnus-group-prev-unread-group 1))))
10400         keve key group ended)
10401     (save-excursion
10402       (set-buffer gnus-group-buffer)
10403       (gnus-summary-jump-to-group from-group)
10404       (setq group
10405             (if (eq gnus-keep-same-level 'best)
10406                 (gnus-summary-best-group gnus-newsgroup-name)
10407               (gnus-summary-search-group backward gnus-keep-same-level))))
10408     (while (not ended)
10409       (gnus-message
10410        5 "No more%s articles%s" (if unread " unread" "")
10411        (if (and group
10412                 (not (gnus-ephemeral-group-p gnus-newsgroup-name)))
10413            (format " (Type %s for %s [%s])"
10414                    (single-key-description cmd) group
10415                    (car (gnus-gethash group gnus-newsrc-hashtb)))
10416          (format " (Type %s to exit %s)"
10417                  (single-key-description cmd)
10418                  gnus-newsgroup-name)))
10419       ;; Confirm auto selection.
10420       (setq key (car (setq keve (gnus-read-event-char))))
10421       (setq ended t)
10422       (cond
10423        ((assq key keystrokes)
10424         (let ((obuf (current-buffer)))
10425           (switch-to-buffer gnus-group-buffer)
10426           (and group
10427                (gnus-group-jump-to-group group))
10428           (eval (cadr (assq key keystrokes)))
10429           (setq group (gnus-group-group-name))
10430           (switch-to-buffer obuf))
10431         (setq ended nil))
10432        ((equal key cmd)
10433         (if (or (not group)
10434                 (gnus-ephemeral-group-p gnus-newsgroup-name))
10435             (gnus-summary-exit)
10436           (gnus-summary-next-group nil group backward)))
10437        (t
10438         (push (cdr keve) unread-command-events))))))
10439
10440 (defun gnus-read-event-char ()
10441   "Get the next event."
10442   (let ((event (read-event)))
10443     (cons (and (numberp event) event) event)))
10444
10445 (defun gnus-summary-next-unread-article ()
10446   "Select unread article after current one."
10447   (interactive)
10448   (gnus-summary-next-article t (and gnus-auto-select-same
10449                                     (gnus-summary-article-subject))))
10450
10451 (defun gnus-summary-prev-article (&optional unread subject)
10452   "Select the article after the current one.
10453 If UNREAD is non-nil, only unread articles are selected."
10454   (interactive "P")
10455   (gnus-summary-next-article unread subject t))
10456
10457 (defun gnus-summary-prev-unread-article ()
10458   "Select unred article before current one."
10459   (interactive)
10460   (gnus-summary-prev-article t (and gnus-auto-select-same
10461                                     (gnus-summary-article-subject))))
10462
10463 (defun gnus-summary-next-page (&optional lines circular)
10464   "Show next page of the selected article.
10465 If at the end of the current article, select the next article.
10466 LINES says how many lines should be scrolled up.
10467
10468 If CIRCULAR is non-nil, go to the start of the article instead of
10469 selecting the next article when reaching the end of the current
10470 article."
10471   (interactive "P")
10472   (setq gnus-summary-buffer (current-buffer))
10473   (gnus-set-global-variables)
10474   (let ((article (gnus-summary-article-number))
10475         (endp nil))
10476     (gnus-configure-windows 'article)
10477     (if (eq (cdr (assq article gnus-newsgroup-reads)) gnus-canceled-mark)
10478         (if (and (eq gnus-summary-goto-unread 'never)
10479                  (not (gnus-summary-last-article-p article)))
10480             (gnus-summary-next-article)
10481           (gnus-summary-next-unread-article))
10482       (if (or (null gnus-current-article)
10483               (null gnus-article-current)
10484               (/= article (cdr gnus-article-current))
10485               (not (equal (car gnus-article-current) gnus-newsgroup-name)))
10486           ;; Selected subject is different from current article's.
10487           (gnus-summary-display-article article)
10488         (gnus-eval-in-buffer-window
10489          gnus-article-buffer
10490          (setq endp (gnus-article-next-page lines)))
10491         (if endp
10492             (cond (circular
10493                    (gnus-summary-beginning-of-article))
10494                   (lines
10495                    (gnus-message 3 "End of message"))
10496                   ((null lines)
10497                    (if (and (eq gnus-summary-goto-unread 'never)
10498                             (not (gnus-summary-last-article-p article)))
10499                        (gnus-summary-next-article)
10500                      (gnus-summary-next-unread-article)))))))
10501     (gnus-summary-recenter)
10502     (gnus-summary-position-point)))
10503
10504 (defun gnus-summary-prev-page (&optional lines)
10505   "Show previous page of selected article.
10506 Argument LINES specifies lines to be scrolled down."
10507   (interactive "P")
10508   (gnus-set-global-variables)
10509   (let ((article (gnus-summary-article-number)))
10510     (gnus-configure-windows 'article)
10511     (if (or (null gnus-current-article)
10512             (null gnus-article-current)
10513             (/= article (cdr gnus-article-current))
10514             (not (equal (car gnus-article-current) gnus-newsgroup-name)))
10515         ;; Selected subject is different from current article's.
10516         (gnus-summary-display-article article)
10517       (gnus-summary-recenter)
10518       (gnus-eval-in-buffer-window gnus-article-buffer
10519                                   (gnus-article-prev-page lines))))
10520   (gnus-summary-position-point))
10521
10522 (defun gnus-summary-scroll-up (lines)
10523   "Scroll up (or down) one line current article.
10524 Argument LINES specifies lines to be scrolled up (or down if negative)."
10525   (interactive "p")
10526   (gnus-set-global-variables)
10527   (gnus-configure-windows 'article)
10528   (gnus-summary-show-thread)
10529   (when (eq (gnus-summary-select-article nil nil 'pseudo) 'old)
10530     (gnus-eval-in-buffer-window
10531      gnus-article-buffer
10532      (cond ((> lines 0)
10533             (if (gnus-article-next-page lines)
10534                 (gnus-message 3 "End of message")))
10535            ((< lines 0)
10536             (gnus-article-prev-page (- lines))))))
10537   (gnus-summary-recenter)
10538   (gnus-summary-position-point))
10539
10540 (defun gnus-summary-next-same-subject ()
10541   "Select next article which has the same subject as current one."
10542   (interactive)
10543   (gnus-set-global-variables)
10544   (gnus-summary-next-article nil (gnus-summary-article-subject)))
10545
10546 (defun gnus-summary-prev-same-subject ()
10547   "Select previous article which has the same subject as current one."
10548   (interactive)
10549   (gnus-set-global-variables)
10550   (gnus-summary-prev-article nil (gnus-summary-article-subject)))
10551
10552 (defun gnus-summary-next-unread-same-subject ()
10553   "Select next unread article which has the same subject as current one."
10554   (interactive)
10555   (gnus-set-global-variables)
10556   (gnus-summary-next-article t (gnus-summary-article-subject)))
10557
10558 (defun gnus-summary-prev-unread-same-subject ()
10559   "Select previous unread article which has the same subject as current one."
10560   (interactive)
10561   (gnus-set-global-variables)
10562   (gnus-summary-prev-article t (gnus-summary-article-subject)))
10563
10564 (defun gnus-summary-first-unread-article ()
10565   "Select the first unread article.
10566 Return nil if there are no unread articles."
10567   (interactive)
10568   (gnus-set-global-variables)
10569   (prog1
10570       (if (gnus-summary-first-subject t)
10571           (progn
10572             (gnus-summary-show-thread)
10573             (gnus-summary-first-subject t)
10574             (gnus-summary-display-article (gnus-summary-article-number))))
10575     (gnus-summary-position-point)))
10576
10577 (defun gnus-summary-best-unread-article ()
10578   "Select the unread article with the highest score."
10579   (interactive)
10580   (gnus-set-global-variables)
10581   (let ((best -1000000)
10582         (data gnus-newsgroup-data)
10583         article score)
10584     (while data
10585       (and (gnus-data-unread-p (car data))
10586            (> (setq score
10587                     (gnus-summary-article-score (gnus-data-number (car data))))
10588               best)
10589            (setq best score
10590                  article (gnus-data-number (car data))))
10591       (setq data (cdr data)))
10592     (prog1
10593         (if article
10594             (gnus-summary-goto-article article)
10595           (error "No unread articles"))
10596       (gnus-summary-position-point))))
10597
10598 (defun gnus-summary-last-subject ()
10599   "Go to the last displayed subject line in the group."
10600   (let ((article (gnus-data-number (car (gnus-data-list t)))))
10601     (when article
10602       (gnus-summary-goto-subject article))))
10603
10604 (defun gnus-summary-goto-article (article &optional all-headers force)
10605   "Fetch ARTICLE and display it if it exists.
10606 If ALL-HEADERS is non-nil, no header lines are hidden."
10607   (interactive
10608    (list
10609     (string-to-int
10610      (completing-read
10611       "Article number: "
10612       (mapcar (lambda (number) (list (int-to-string number)))
10613               gnus-newsgroup-limit)))
10614     current-prefix-arg
10615     t))
10616   (prog1
10617       (if (gnus-summary-goto-subject article force)
10618           (gnus-summary-display-article article all-headers)
10619         (gnus-message 4 "Couldn't go to article %s" article) nil)
10620     (gnus-summary-position-point)))
10621
10622 (defun gnus-summary-goto-last-article ()
10623   "Go to the previously read article."
10624   (interactive)
10625   (prog1
10626       (and gnus-last-article
10627            (gnus-summary-goto-article gnus-last-article))
10628     (gnus-summary-position-point)))
10629
10630 (defun gnus-summary-pop-article (number)
10631   "Pop one article off the history and go to the previous.
10632 NUMBER articles will be popped off."
10633   (interactive "p")
10634   (let (to)
10635     (setq gnus-newsgroup-history
10636           (cdr (setq to (nthcdr number gnus-newsgroup-history))))
10637     (if to
10638         (gnus-summary-goto-article (car to))
10639       (error "Article history empty")))
10640   (gnus-summary-position-point))
10641
10642 ;; Summary commands and functions for limiting the summary buffer.
10643
10644 (defun gnus-summary-limit-to-articles (n)
10645   "Limit the summary buffer to the next N articles.
10646 If not given a prefix, use the process marked articles instead."
10647   (interactive "P")
10648   (gnus-set-global-variables)
10649   (prog1
10650       (let ((articles (gnus-summary-work-articles n)))
10651         (setq gnus-newsgroup-processable nil)
10652         (gnus-summary-limit articles))
10653     (gnus-summary-position-point)))
10654
10655 (defun gnus-summary-pop-limit (&optional total)
10656   "Restore the previous limit.
10657 If given a prefix, remove all limits."
10658   (interactive "P")
10659   (gnus-set-global-variables)
10660   (when total 
10661     (setq gnus-newsgroup-limits
10662           (list (mapcar (lambda (h) (mail-header-number h))
10663                         gnus-newsgroup-headers))))
10664   (unless gnus-newsgroup-limits
10665     (error "No limit to pop"))
10666   (prog1
10667       (gnus-summary-limit nil 'pop)
10668     (gnus-summary-position-point)))
10669
10670 (defun gnus-summary-limit-to-subject (subject &optional header)
10671   "Limit the summary buffer to articles that have subjects that match a regexp."
10672   (interactive "sRegexp: ")
10673   (unless header
10674     (setq header "subject"))
10675   (when (not (equal "" subject))
10676     (prog1
10677         (let ((articles (gnus-summary-find-matching
10678                          (or header "subject") subject 'all)))
10679           (or articles (error "Found no matches for \"%s\"" subject))
10680           (gnus-summary-limit articles))
10681       (gnus-summary-position-point))))
10682
10683 (defun gnus-summary-limit-to-author (from)
10684   "Limit the summary buffer to articles that have authors that match a regexp."
10685   (interactive "sRegexp: ")
10686   (gnus-summary-limit-to-subject from "from"))
10687
10688 (defalias 'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
10689 (make-obsolete
10690  'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
10691
10692 (defun gnus-summary-limit-to-unread (&optional all)
10693   "Limit the summary buffer to articles that are not marked as read.
10694 If ALL is non-nil, limit strictly to unread articles."
10695   (interactive "P")
10696   (if all
10697       (gnus-summary-limit-to-marks (char-to-string gnus-unread-mark))
10698     (gnus-summary-limit-to-marks
10699      ;; Concat all the marks that say that an article is read and have
10700      ;; those removed.
10701      (list gnus-del-mark gnus-read-mark gnus-ancient-mark
10702            gnus-killed-mark gnus-kill-file-mark
10703            gnus-low-score-mark gnus-expirable-mark
10704            gnus-canceled-mark gnus-catchup-mark gnus-sparse-mark)
10705      'reverse)))
10706
10707 (defalias 'gnus-summary-delete-marked-with 'gnus-summary-limit-to-marks)
10708 (make-obsolete 'gnus-summary-delete-marked-with 'gnus-summary-limit-to-marks)
10709
10710 (defun gnus-summary-limit-to-marks (marks &optional reverse)
10711   "Limit the summary buffer to articles that are marked with MARKS (e.g. \"DK\").
10712 If REVERSE, limit the summary buffer to articles that are not marked
10713 with MARKS.  MARKS can either be a string of marks or a list of marks.
10714 Returns how many articles were removed."
10715   (interactive "sMarks: ")
10716   (gnus-set-global-variables)
10717   (prog1
10718       (let ((data gnus-newsgroup-data)
10719             (marks (if (listp marks) marks
10720                      (append marks nil))) ; Transform to list.
10721             articles)
10722         (while data
10723           (and (if reverse (not (memq (gnus-data-mark (car data)) marks))
10724                  (memq (gnus-data-mark (car data)) marks))
10725                (setq articles (cons (gnus-data-number (car data)) articles)))
10726           (setq data (cdr data)))
10727         (gnus-summary-limit articles))
10728     (gnus-summary-position-point)))
10729
10730 (defun gnus-summary-limit-to-score (&optional score)
10731   "Limit to articles with score at or above SCORE."
10732   (interactive "P")
10733   (gnus-set-global-variables)
10734   (setq score (if score
10735                   (prefix-numeric-value score)
10736                 (or gnus-summary-default-score 0)))
10737   (let ((data gnus-newsgroup-data)
10738         articles)
10739     (while data
10740       (when (>= (gnus-summary-article-score (gnus-data-number (car data)))
10741                 score)
10742         (push (gnus-data-number (car data)) articles))
10743       (setq data (cdr data)))
10744     (prog1
10745         (gnus-summary-limit articles)
10746       (gnus-summary-position-point))))
10747
10748 (defun gnus-summary-limit-include-dormant ()
10749   "Display all the hidden articles that are marked as dormant."
10750   (interactive)
10751   (gnus-set-global-variables)
10752   (or gnus-newsgroup-dormant
10753       (error "There are no dormant articles in this group"))
10754   (prog1
10755       (gnus-summary-limit (append gnus-newsgroup-dormant gnus-newsgroup-limit))
10756     (gnus-summary-position-point)))
10757
10758 (defun gnus-summary-limit-exclude-dormant ()
10759   "Hide all dormant articles."
10760   (interactive)
10761   (gnus-set-global-variables)
10762   (prog1
10763       (gnus-summary-limit-to-marks (list gnus-dormant-mark) 'reverse)
10764     (gnus-summary-position-point)))
10765
10766 (defun gnus-summary-limit-exclude-childless-dormant ()
10767   "Hide all dormant articles that have no children."
10768   (interactive)
10769   (gnus-set-global-variables)
10770   (let ((data (gnus-data-list t))
10771         articles d children)
10772     ;; Find all articles that are either not dormant or have
10773     ;; children.
10774     (while (setq d (pop data))
10775       (when (or (not (= (gnus-data-mark d) gnus-dormant-mark))
10776                 (and (setq children 
10777                            (gnus-article-children (gnus-data-number d)))
10778                      (let (found)
10779                        (while children
10780                          (when (memq (car children) articles)
10781                            (setq children nil
10782                                  found t))
10783                          (pop children))
10784                        found)))
10785         (push (gnus-data-number d) articles)))
10786     ;; Do the limiting.
10787     (prog1
10788         (gnus-summary-limit articles)
10789       (gnus-summary-position-point))))
10790
10791 (defun gnus-summary-limit-mark-excluded-as-read (&optional all)
10792   "Mark all unread excluded articles as read.
10793 If ALL, mark even excluded ticked and dormants as read."
10794   (interactive "P")
10795   (let ((articles (gnus-sorted-complement
10796                    (sort
10797                     (mapcar (lambda (h) (mail-header-number h))
10798                             gnus-newsgroup-headers)
10799                     '<)
10800                    (sort gnus-newsgroup-limit '<)))
10801         article)
10802     (setq gnus-newsgroup-unreads nil)
10803     (if all
10804         (setq gnus-newsgroup-dormant nil
10805               gnus-newsgroup-marked nil
10806               gnus-newsgroup-reads
10807               (nconc
10808                (mapcar (lambda (n) (cons n gnus-catchup-mark)) articles)
10809                gnus-newsgroup-reads))
10810       (while (setq article (pop articles))
10811         (unless (or (memq article gnus-newsgroup-dormant)
10812                     (memq article gnus-newsgroup-marked))
10813           (push (cons article gnus-catchup-mark) gnus-newsgroup-reads))))))
10814
10815 (defun gnus-summary-limit (articles &optional pop)
10816   (if pop
10817       ;; We pop the previous limit off the stack and use that.
10818       (setq articles (car gnus-newsgroup-limits)
10819             gnus-newsgroup-limits (cdr gnus-newsgroup-limits))
10820     ;; We use the new limit, so we push the old limit on the stack.
10821     (setq gnus-newsgroup-limits
10822           (cons gnus-newsgroup-limit gnus-newsgroup-limits)))
10823   ;; Set the limit.
10824   (setq gnus-newsgroup-limit articles)
10825   (let ((total (length gnus-newsgroup-data))
10826         (data (gnus-data-find-list (gnus-summary-article-number)))
10827         found)
10828     ;; This will do all the work of generating the new summary buffer
10829     ;; according to the new limit.
10830     (gnus-summary-prepare)
10831     ;; Hide any threads, possibly.
10832     (and gnus-show-threads
10833          gnus-thread-hide-subtree
10834          (gnus-summary-hide-all-threads))
10835     ;; Try to return to the article you were at, or one in the
10836     ;; neighborhood.
10837     (if data
10838         ;; We try to find some article after the current one.
10839         (while data
10840           (and (gnus-summary-goto-subject
10841                 (gnus-data-number (car data)) nil t)
10842                (setq data nil
10843                      found t))
10844           (setq data (cdr data))))
10845     (or found
10846         ;; If there is no data, that means that we were after the last
10847         ;; article.  The same goes when we can't find any articles
10848         ;; after the current one.
10849         (progn
10850           (goto-char (point-max))
10851           (gnus-summary-find-prev)))
10852     ;; We return how many articles were removed from the summary
10853     ;; buffer as a result of the new limit.
10854     (- total (length gnus-newsgroup-data))))
10855
10856 (defsubst gnus-invisible-cut-children (threads)
10857   (let ((num 0))
10858     (while threads
10859       (when (memq (mail-header-number (caar threads)) gnus-newsgroup-limit)
10860         (incf num))
10861       (pop threads))
10862     (< num 2)))
10863
10864 (defsubst gnus-cut-thread (thread)
10865   "Go forwards in the thread until we find an article that we want to display."
10866   (when (or (eq gnus-fetch-old-headers 'some)
10867             (eq gnus-build-sparse-threads 'some)
10868             (eq gnus-build-sparse-threads 'more))
10869     ;; Deal with old-fetched headers and sparse threads.
10870     (while (and
10871             thread
10872             (or
10873              (memq (mail-header-number (car thread)) gnus-newsgroup-sparse)
10874              (memq (mail-header-number (car thread)) gnus-newsgroup-ancient))
10875             (or (<= (length (cdr thread)) 1)
10876                 (gnus-invisible-cut-children (cdr thread))))
10877       (setq thread (cadr thread))))
10878   thread)
10879
10880 (defun gnus-cut-threads (threads)
10881   "Cut off all uninteresting articles from the beginning of threads."
10882   (when (or (eq gnus-fetch-old-headers 'some)
10883             (eq gnus-build-sparse-threads 'some)
10884             (eq gnus-build-sparse-threads 'more))
10885     (let ((th threads))
10886       (while th
10887         (setcar th (gnus-cut-thread (car th)))
10888         (setq th (cdr th)))))
10889   ;; Remove nixed out threads.
10890   (delq nil threads))
10891
10892 (defun gnus-summary-initial-limit (&optional show-if-empty)
10893   "Figure out what the initial limit is supposed to be on group entry.
10894 This entails weeding out unwanted dormants, low-scored articles,
10895 fetch-old-headers verbiage, and so on."
10896   ;; Most groups have nothing to remove.
10897   (if (or gnus-inhibit-limiting
10898           (and (null gnus-newsgroup-dormant)
10899                (not (eq gnus-fetch-old-headers 'some))
10900                (null gnus-summary-expunge-below)
10901                (not (eq gnus-build-sparse-threads 'some))
10902                (not (eq gnus-build-sparse-threads 'more))
10903                (null gnus-thread-expunge-below)
10904                (not gnus-use-nocem)))
10905       () ; Do nothing.
10906     (push gnus-newsgroup-limit gnus-newsgroup-limits)
10907     (setq gnus-newsgroup-limit nil)
10908     (mapatoms
10909      (lambda (node)
10910        (unless (car (symbol-value node))
10911          ;; These threads have no parents -- they are roots.
10912          (let ((nodes (cdr (symbol-value node)))
10913                thread)
10914            (while nodes
10915              (if (and gnus-thread-expunge-below
10916                       (< (gnus-thread-total-score (car nodes))
10917                          gnus-thread-expunge-below))
10918                  (gnus-expunge-thread (pop nodes))
10919                (setq thread (pop nodes))
10920                (gnus-summary-limit-children thread))))))
10921      gnus-newsgroup-dependencies)
10922     ;; If this limitation resulted in an empty group, we might
10923     ;; pop the previous limit and use it instead.
10924     (when (and (not gnus-newsgroup-limit)
10925                show-if-empty)
10926       (setq gnus-newsgroup-limit (pop gnus-newsgroup-limits)))
10927     gnus-newsgroup-limit))
10928
10929 (defun gnus-summary-limit-children (thread)
10930   "Return 1 if this subthread is visible and 0 if it is not."
10931   ;; First we get the number of visible children to this thread.  This
10932   ;; is done by recursing down the thread using this function, so this
10933   ;; will really go down to a leaf article first, before slowly
10934   ;; working its way up towards the root.
10935   (when thread
10936     (let ((children
10937            (if (cdr thread)
10938                (apply '+ (mapcar 'gnus-summary-limit-children
10939                                  (cdr thread)))
10940              0))
10941           (number (mail-header-number (car thread)))
10942           score)
10943       (if (or
10944            ;; If this article is dormant and has absolutely no visible
10945            ;; children, then this article isn't visible.
10946            (and (memq number gnus-newsgroup-dormant)
10947                 (= children 0))
10948            ;; If this is "fetch-old-headered" and there is only one
10949            ;; visible child (or less), then we don't want this article.
10950            (and (eq gnus-fetch-old-headers 'some)
10951                 (memq number gnus-newsgroup-ancient)
10952                 (zerop children))
10953            ;; If this is a sparsely inserted article with no children,
10954            ;; we don't want it.
10955            (and (eq gnus-build-sparse-threads 'some)
10956                 (memq number gnus-newsgroup-sparse)
10957                 (zerop children))
10958            ;; If we use expunging, and this article is really
10959            ;; low-scored, then we don't want this article.
10960            (when (and gnus-summary-expunge-below
10961                       (< (setq score
10962                                (or (cdr (assq number gnus-newsgroup-scored))
10963                                    gnus-summary-default-score))
10964                          gnus-summary-expunge-below))
10965              ;; We increase the expunge-tally here, but that has
10966              ;; nothing to do with the limits, really.
10967              (incf gnus-newsgroup-expunged-tally)
10968              ;; We also mark as read here, if that's wanted.
10969              (when (and gnus-summary-mark-below
10970                         (< score gnus-summary-mark-below))
10971                (setq gnus-newsgroup-unreads
10972                      (delq number gnus-newsgroup-unreads))
10973                (if gnus-newsgroup-auto-expire
10974                    (push number gnus-newsgroup-expirable)
10975                  (push (cons number gnus-low-score-mark)
10976                        gnus-newsgroup-reads)))
10977              t)
10978            (and gnus-use-nocem
10979                 (gnus-nocem-unwanted-article-p (mail-header-id (car thread)))))
10980           ;; Nope, invisible article.
10981           0
10982         ;; Ok, this article is to be visible, so we add it to the limit
10983         ;; and return 1.
10984         (setq gnus-newsgroup-limit (cons number gnus-newsgroup-limit))
10985         1))))
10986
10987 (defun gnus-expunge-thread (thread)
10988   "Mark all articles in THREAD as read."
10989   (let* ((number (mail-header-number (car thread))))
10990     (incf gnus-newsgroup-expunged-tally)
10991     ;; We also mark as read here, if that's wanted.
10992     (setq gnus-newsgroup-unreads
10993           (delq number gnus-newsgroup-unreads))
10994     (if gnus-newsgroup-auto-expire
10995         (push number gnus-newsgroup-expirable)
10996       (push (cons number gnus-low-score-mark)
10997             gnus-newsgroup-reads)))
10998   ;; Go recursively through all subthreads.
10999   (mapcar 'gnus-expunge-thread (cdr thread)))
11000
11001 ;; Summary article oriented commands
11002
11003 (defun gnus-summary-refer-parent-article (n)
11004   "Refer parent article N times.
11005 The difference between N and the number of articles fetched is returned."
11006   (interactive "p")
11007   (gnus-set-global-variables)
11008   (while
11009       (and
11010        (> n 0)
11011        (let* ((header (gnus-summary-article-header))
11012               (ref
11013                ;; If we try to find the parent of the currently
11014                ;; displayed article, then we take a look at the actual
11015                ;; References header, since this is slightly more
11016                ;; reliable than the References field we got from the
11017                ;; server.
11018                (if (and (eq (mail-header-number header)
11019                             (cdr gnus-article-current))
11020                         (equal gnus-newsgroup-name
11021                                (car gnus-article-current)))
11022                    (save-excursion
11023                      (set-buffer gnus-original-article-buffer)
11024                      (nnheader-narrow-to-headers)
11025                      (prog1
11026                          (message-fetch-field "references")
11027                        (widen)))
11028                  ;; It's not the current article, so we take a bet on
11029                  ;; the value we got from the server.
11030                  (mail-header-references header))))
11031          (if (setq ref (or ref (mail-header-references header)))
11032              (or (gnus-summary-refer-article (gnus-parent-id ref))
11033                  (gnus-message 1 "Couldn't find parent"))
11034            (gnus-message 1 "No references in article %d"
11035                          (gnus-summary-article-number))
11036            nil)))
11037     (setq n (1- n)))
11038   (gnus-summary-position-point)
11039   n)
11040
11041 (defun gnus-summary-refer-references ()
11042   "Fetch all articles mentioned in the References header.
11043 Return how many articles were fetched."
11044   (interactive)
11045   (gnus-set-global-variables)
11046   (let ((ref (mail-header-references (gnus-summary-article-header)))
11047         (current (gnus-summary-article-number))
11048         (n 0))
11049     ;; For each Message-ID in the References header...
11050     (while (string-match "<[^>]*>" ref)
11051       (incf n)
11052       ;; ... fetch that article.
11053       (gnus-summary-refer-article
11054        (prog1 (match-string 0 ref)
11055          (setq ref (substring ref (match-end 0))))))
11056     (gnus-summary-goto-subject current)
11057     (gnus-summary-position-point)
11058     n))
11059
11060 (defun gnus-summary-refer-article (message-id)
11061   "Fetch an article specified by MESSAGE-ID."
11062   (interactive "sMessage-ID: ")
11063   (when (and (stringp message-id)
11064              (not (zerop (length message-id))))
11065     ;; Construct the correct Message-ID if necessary.
11066     ;; Suggested by tale@pawl.rpi.edu.
11067     (unless (string-match "^<" message-id)
11068       (setq message-id (concat "<" message-id)))
11069     (unless (string-match ">$" message-id)
11070       (setq message-id (concat message-id ">")))
11071     (let ((header (gnus-id-to-header message-id)))
11072       (if header
11073           ;; The article is present in the buffer, to we just go to it.
11074           (gnus-summary-goto-article (mail-header-number header) nil header)
11075         ;; We fetch the article
11076         (let ((gnus-override-method 
11077                (and (gnus-news-group-p gnus-newsgroup-name)
11078                     gnus-refer-article-method))
11079               number)
11080           ;; Start the special refer-article method, if necessary.
11081           (when (and gnus-refer-article-method
11082                      (gnus-news-group-p gnus-newsgroup-name))
11083             (gnus-check-server gnus-refer-article-method))
11084           ;; Fetch the header, and display the article.
11085           (if (setq number (gnus-summary-insert-subject message-id))
11086               (gnus-summary-select-article nil nil nil number)
11087             (gnus-message 3 "Couldn't fetch article %s" message-id)))))))
11088
11089 (defun gnus-summary-enter-digest-group (&optional force)
11090   "Enter a digest group based on the current article."
11091   (interactive "P")
11092   (gnus-set-global-variables)
11093   (gnus-summary-select-article)
11094   (let ((name (format "%s-%d"
11095                       (gnus-group-prefixed-name
11096                        gnus-newsgroup-name (list 'nndoc ""))
11097                       gnus-current-article))
11098         (ogroup gnus-newsgroup-name)
11099         (case-fold-search t)
11100         (buf (current-buffer))
11101         dig)
11102     (save-excursion
11103       (setq dig (nnheader-set-temp-buffer " *gnus digest buffer*"))
11104       (insert-buffer-substring gnus-original-article-buffer)
11105       (narrow-to-region
11106        (goto-char (point-min))
11107        (or (search-forward "\n\n" nil t) (point)))
11108       (goto-char (point-min))
11109       (delete-matching-lines "^\\(Path\\):\\|^From ")
11110       (widen))
11111     (unwind-protect
11112         (if (gnus-group-read-ephemeral-group
11113              name `(nndoc ,name (nndoc-address
11114                                  ,(get-buffer dig))
11115                           (nndoc-article-type ,(if force 'digest 'guess))) t)
11116             ;; Make all postings to this group go to the parent group.
11117             (nconc (gnus-info-params (gnus-get-info name))
11118                    (list (cons 'to-group ogroup)))
11119           ;; Couldn't select this doc group.
11120           (switch-to-buffer buf)
11121           (gnus-set-global-variables)
11122           (gnus-configure-windows 'summary)
11123           (gnus-message 3 "Article couldn't be entered?"))
11124       (kill-buffer dig))))
11125
11126 (defun gnus-summary-isearch-article (&optional regexp-p)
11127   "Do incremental search forward on the current article.
11128 If REGEXP-P (the prefix) is non-nil, do regexp isearch."
11129   (interactive "P")
11130   (gnus-set-global-variables)
11131   (gnus-summary-select-article)
11132   (gnus-configure-windows 'article)
11133   (gnus-eval-in-buffer-window
11134    gnus-article-buffer
11135    (goto-char (point-min))
11136    (isearch-forward regexp-p)))
11137
11138 (defun gnus-summary-search-article-forward (regexp &optional backward)
11139   "Search for an article containing REGEXP forward.
11140 If BACKWARD, search backward instead."
11141   (interactive
11142    (list (read-string
11143           (format "Search article %s (regexp%s): "
11144                   (if current-prefix-arg "backward" "forward")
11145                   (if gnus-last-search-regexp
11146                       (concat ", default " gnus-last-search-regexp)
11147                     "")))
11148          current-prefix-arg))
11149   (gnus-set-global-variables)
11150   (if (string-equal regexp "")
11151       (setq regexp (or gnus-last-search-regexp ""))
11152     (setq gnus-last-search-regexp regexp))
11153   (unless (gnus-summary-search-article regexp backward)
11154     (error "Search failed: \"%s\"" regexp)))
11155
11156 (defun gnus-summary-search-article-backward (regexp)
11157   "Search for an article containing REGEXP backward."
11158   (interactive
11159    (list (read-string
11160           (format "Search article backward (regexp%s): "
11161                   (if gnus-last-search-regexp
11162                       (concat ", default " gnus-last-search-regexp)
11163                     "")))))
11164   (gnus-summary-search-article-forward regexp 'backward))
11165
11166 (defun gnus-summary-search-article (regexp &optional backward)
11167   "Search for an article containing REGEXP.
11168 Optional argument BACKWARD means do search for backward.
11169 `gnus-select-article-hook' is not called during the search."
11170   (let ((gnus-select-article-hook nil)  ;Disable hook.
11171         (gnus-article-display-hook nil)
11172         (gnus-mark-article-hook nil)    ;Inhibit marking as read.
11173         (re-search
11174          (if backward
11175              're-search-backward 're-search-forward))
11176         (sum (current-buffer))
11177         (found nil))
11178     (gnus-save-hidden-threads
11179       (gnus-summary-select-article)
11180       (set-buffer gnus-article-buffer)
11181       (while (not found)
11182         (gnus-message 7 "Searching article: %d..." (cdr gnus-article-current))
11183         (if (if backward
11184                 (re-search-backward regexp nil t)
11185               (re-search-forward regexp nil t))
11186             ;; We found the regexp.
11187             (progn
11188               (setq found 'found)
11189               (beginning-of-line)
11190               (set-window-start
11191                (get-buffer-window (current-buffer))
11192                (point))
11193               (forward-line 1)
11194               (set-buffer sum))
11195           ;; We didn't find it, so we go to the next article.
11196           (set-buffer sum)
11197           (if (not (if backward (gnus-summary-find-prev)
11198                      (gnus-summary-find-next)))
11199               ;; No more articles.
11200               (setq found t)
11201             ;; Select the next article and adjust point.
11202             (gnus-summary-select-article)
11203             (set-buffer gnus-article-buffer)
11204             (widen)
11205             (goto-char (if backward (point-max) (point-min))))))
11206       (gnus-message 7 ""))
11207     ;; Return whether we found the regexp.
11208     (when (eq found 'found)
11209       (gnus-summary-show-thread)
11210       (gnus-summary-goto-subject gnus-current-article)
11211       (gnus-summary-position-point)
11212       t)))
11213
11214 (defun gnus-summary-find-matching (header regexp &optional backward unread
11215                                           not-case-fold)
11216   "Return a list of all articles that match REGEXP on HEADER.
11217 The search stars on the current article and goes forwards unless
11218 BACKWARD is non-nil.  If BACKWARD is `all', do all articles.
11219 If UNREAD is non-nil, only unread articles will
11220 be taken into consideration.  If NOT-CASE-FOLD, case won't be folded
11221 in the comparisons."
11222   (let ((data (if (eq backward 'all) gnus-newsgroup-data
11223                 (gnus-data-find-list
11224                  (gnus-summary-article-number) (gnus-data-list backward))))
11225         (func `(lambda (h) (,(intern (concat "mail-header-" header)) h)))
11226         (case-fold-search (not not-case-fold))
11227         articles d)
11228     (or (fboundp (intern (concat "mail-header-" header)))
11229         (error "%s is not a valid header" header))
11230     (while data
11231       (setq d (car data))
11232       (and (or (not unread)             ; We want all articles...
11233                (gnus-data-unread-p d))  ; Or just unreads.
11234            (vectorp (gnus-data-header d)) ; It's not a pseudo.
11235            (string-match regexp (funcall func (gnus-data-header d))) ; Match.
11236            (setq articles (cons (gnus-data-number d) articles))) ; Success!
11237       (setq data (cdr data)))
11238     (nreverse articles)))
11239
11240 (defun gnus-summary-execute-command (header regexp command &optional backward)
11241   "Search forward for an article whose HEADER matches REGEXP and execute COMMAND.
11242 If HEADER is an empty string (or nil), the match is done on the entire
11243 article.  If BACKWARD (the prefix) is non-nil, search backward instead."
11244   (interactive
11245    (list (let ((completion-ignore-case t))
11246            (completing-read
11247             "Header name: "
11248             (mapcar (lambda (string) (list string))
11249                     '("Number" "Subject" "From" "Lines" "Date"
11250                       "Message-ID" "Xref" "References" "Body"))
11251             nil 'require-match))
11252          (read-string "Regexp: ")
11253          (read-key-sequence "Command: ")
11254          current-prefix-arg))
11255   (when (equal header "Body")
11256     (setq header ""))
11257   (gnus-set-global-variables)
11258   ;; Hidden thread subtrees must be searched as well.
11259   (gnus-summary-show-all-threads)
11260   ;; We don't want to change current point nor window configuration.
11261   (save-excursion
11262     (save-window-excursion
11263       (gnus-message 6 "Executing %s..." (key-description command))
11264       ;; We'd like to execute COMMAND interactively so as to give arguments.
11265       (gnus-execute header regexp
11266                     `(lambda () (call-interactively ',(key-binding command)))
11267                     backward)
11268       (gnus-message 6 "Executing %s...done" (key-description command)))))
11269
11270 (defun gnus-summary-beginning-of-article ()
11271   "Scroll the article back to the beginning."
11272   (interactive)
11273   (gnus-set-global-variables)
11274   (gnus-summary-select-article)
11275   (gnus-configure-windows 'article)
11276   (gnus-eval-in-buffer-window
11277    gnus-article-buffer
11278    (widen)
11279    (goto-char (point-min))
11280    (and gnus-break-pages (gnus-narrow-to-page))))
11281
11282 (defun gnus-summary-end-of-article ()
11283   "Scroll to the end of the article."
11284   (interactive)
11285   (gnus-set-global-variables)
11286   (gnus-summary-select-article)
11287   (gnus-configure-windows 'article)
11288   (gnus-eval-in-buffer-window
11289    gnus-article-buffer
11290    (widen)
11291    (goto-char (point-max))
11292    (recenter -3)
11293    (and gnus-break-pages (gnus-narrow-to-page))))
11294
11295 (defun gnus-summary-show-article (&optional arg)
11296   "Force re-fetching of the current article.
11297 If ARG (the prefix) is non-nil, show the raw article without any
11298 article massaging functions being run."
11299   (interactive "P")
11300   (gnus-set-global-variables)
11301   (if (not arg)
11302       ;; Select the article the normal way.
11303       (gnus-summary-select-article nil 'force)
11304     ;; Bind the article treatment functions to nil.
11305     (let ((gnus-have-all-headers t)
11306           gnus-article-display-hook
11307           gnus-article-prepare-hook
11308           gnus-break-pages
11309           gnus-visual)
11310       (gnus-summary-select-article nil 'force)))
11311   (gnus-summary-goto-subject gnus-current-article)
11312 ;  (gnus-configure-windows 'article)
11313   (gnus-summary-position-point))
11314
11315 (defun gnus-summary-verbose-headers (&optional arg)
11316   "Toggle permanent full header display.
11317 If ARG is a positive number, turn header display on.
11318 If ARG is a negative number, turn header display off."
11319   (interactive "P")
11320   (gnus-set-global-variables)
11321   (gnus-summary-toggle-header arg)
11322   (setq gnus-show-all-headers
11323         (cond ((or (not (numberp arg))
11324                    (zerop arg))
11325                (not gnus-show-all-headers))
11326               ((natnump arg)
11327                t))))
11328
11329 (defun gnus-summary-toggle-header (&optional arg)
11330   "Show the headers if they are hidden, or hide them if they are shown.
11331 If ARG is a positive number, show the entire header.
11332 If ARG is a negative number, hide the unwanted header lines."
11333   (interactive "P")
11334   (gnus-set-global-variables)
11335   (save-excursion
11336     (set-buffer gnus-article-buffer)
11337     (let* ((buffer-read-only nil)
11338            (inhibit-point-motion-hooks t)
11339            (hidden (text-property-any
11340                     (goto-char (point-min)) (search-forward "\n\n")
11341                     'invisible t))
11342            e)
11343       (goto-char (point-min))
11344       (when (search-forward "\n\n" nil t)
11345         (delete-region (point-min) (1- (point))))
11346       (goto-char (point-min))
11347       (save-excursion
11348         (set-buffer gnus-original-article-buffer)
11349         (goto-char (point-min))
11350         (setq e (1- (or (search-forward "\n\n" nil t) (point-max)))))
11351       (insert-buffer-substring gnus-original-article-buffer 1 e)
11352       (let ((gnus-inhibit-hiding t))
11353         (run-hooks 'gnus-article-display-hook))
11354       (if (or (not hidden) (and (numberp arg) (< arg 0)))
11355           (gnus-article-hide-headers)))))
11356
11357 (defun gnus-summary-show-all-headers ()
11358   "Make all header lines visible."
11359   (interactive)
11360   (gnus-set-global-variables)
11361   (gnus-article-show-all-headers))
11362
11363 (defun gnus-summary-toggle-mime (&optional arg)
11364   "Toggle MIME processing.
11365 If ARG is a positive number, turn MIME processing on."
11366   (interactive "P")
11367   (gnus-set-global-variables)
11368   (setq gnus-show-mime
11369         (if (null arg) (not gnus-show-mime)
11370           (> (prefix-numeric-value arg) 0)))
11371   (gnus-summary-select-article t 'force))
11372
11373 (defun gnus-summary-caesar-message (&optional arg)
11374   "Caesar rotate the current article by 13.
11375 The numerical prefix specifies how manu places to rotate each letter
11376 forward."
11377   (interactive "P")
11378   (gnus-set-global-variables)
11379   (gnus-summary-select-article)
11380   (let ((mail-header-separator ""))
11381     (gnus-eval-in-buffer-window
11382      gnus-article-buffer
11383      (save-restriction
11384        (widen)
11385        (let ((start (window-start))
11386              buffer-read-only)
11387          (message-caesar-buffer-body arg)
11388          (set-window-start (get-buffer-window (current-buffer)) start))))))
11389
11390 (defun gnus-summary-stop-page-breaking ()
11391   "Stop page breaking in the current article."
11392   (interactive)
11393   (gnus-set-global-variables)
11394   (gnus-summary-select-article)
11395   (gnus-eval-in-buffer-window gnus-article-buffer (widen)))
11396
11397 (defun gnus-summary-move-article (&optional n to-newsgroup select-method action)
11398   "Move the current article to a different newsgroup.
11399 If N is a positive number, move the N next articles.
11400 If N is a negative number, move the N previous articles.
11401 If N is nil and any articles have been marked with the process mark,
11402 move those articles instead.
11403 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
11404 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
11405 re-spool using this method.
11406
11407 For this function to work, both the current newsgroup and the
11408 newsgroup that you want to move to have to support the `request-move'
11409 and `request-accept' functions."
11410   (interactive "P")
11411   (unless action (setq action 'move))
11412   (gnus-set-global-variables)
11413   ;; Check whether the source group supports the required functions.
11414   (cond ((and (eq action 'move)
11415               (not (gnus-check-backend-function
11416                     'request-move-article gnus-newsgroup-name)))
11417          (error "The current group does not support article moving"))
11418         ((and (eq action 'crosspost)
11419               (not (gnus-check-backend-function
11420                     'request-replace-article gnus-newsgroup-name)))
11421          (error "The current group does not support article editing")))
11422   (let ((articles (gnus-summary-work-articles n))
11423         (prefix (gnus-group-real-prefix gnus-newsgroup-name))
11424         (names '((move "Move" "Moving")
11425                  (copy "Copy" "Copying")
11426                  (crosspost "Crosspost" "Crossposting")))
11427         (copy-buf (save-excursion
11428                     (nnheader-set-temp-buffer " *copy article*")))
11429         art-group to-method new-xref article to-groups)
11430     (unless (assq action names)
11431       (error "Unknown action %s" action))
11432     ;; Read the newsgroup name.
11433     (when (and (not to-newsgroup)
11434                (not select-method))
11435       (setq to-newsgroup
11436             (gnus-read-move-group-name
11437              (cadr (assq action names))
11438              (symbol-value (intern (format "gnus-current-%s-group" action)))
11439              articles prefix))
11440       (set (intern (format "gnus-current-%s-group" action)) to-newsgroup))
11441     (setq to-method (or select-method 
11442                         (gnus-find-method-for-group to-newsgroup)))
11443     ;; Check the method we are to move this article to...
11444     (or (gnus-check-backend-function 'request-accept-article (car to-method))
11445         (error "%s does not support article copying" (car to-method)))
11446     (or (gnus-check-server to-method)
11447         (error "Can't open server %s" (car to-method)))
11448     (gnus-message 6 "%s to %s: %s..."
11449                   (caddr (assq action names))
11450                   (or (car select-method) to-newsgroup) articles)
11451     (while articles
11452       (setq article (pop articles))
11453       (setq
11454        art-group
11455        (cond
11456         ;; Move the article.
11457         ((eq action 'move)
11458          (gnus-request-move-article
11459           article                       ; Article to move
11460           gnus-newsgroup-name           ; From newsgrouo
11461           (nth 1 (gnus-find-method-for-group
11462                   gnus-newsgroup-name)) ; Server
11463           (list 'gnus-request-accept-article
11464                 to-newsgroup (list 'quote select-method)
11465                 (not articles))         ; Accept form
11466           (not articles)))              ; Only save nov last time
11467         ;; Copy the article.
11468         ((eq action 'copy)
11469          (save-excursion
11470            (set-buffer copy-buf)
11471            (gnus-request-article-this-buffer article gnus-newsgroup-name)
11472            (gnus-request-accept-article
11473             to-newsgroup select-method (not articles))))
11474         ;; Crosspost the article.
11475         ((eq action 'crosspost)
11476          (let ((xref (mail-header-xref (gnus-summary-article-header article))))
11477            (setq new-xref (concat gnus-newsgroup-name ":" article))
11478            (if (and xref (not (string= xref "")))
11479                (progn
11480                  (when (string-match "^Xref: " xref)
11481                    (setq xref (substring xref (match-end 0))))
11482                  (setq new-xref (concat xref " " new-xref)))
11483              (setq new-xref (concat (system-name) " " new-xref)))
11484            (save-excursion
11485              (set-buffer copy-buf)
11486              (gnus-request-article-this-buffer article gnus-newsgroup-name)
11487              (nnheader-replace-header "xref" new-xref)
11488              (gnus-request-accept-article
11489               to-newsgroup select-method (not articles)))))))
11490       (if (not art-group)
11491           (gnus-message 1 "Couldn't %s article %s"
11492                         (cadr (assq action names)) article)
11493         (let* ((entry
11494                 (or
11495                  (gnus-gethash (car art-group) gnus-newsrc-hashtb)
11496                  (gnus-gethash
11497                   (gnus-group-prefixed-name
11498                    (car art-group)
11499                    (or select-method 
11500                        (gnus-find-method-for-group to-newsgroup)))
11501                   gnus-newsrc-hashtb)))
11502                (info (nth 2 entry))
11503                (to-group (gnus-info-group info)))
11504           ;; Update the group that has been moved to.
11505           (when (and info
11506                      (memq action '(move copy)))
11507             (unless (member to-group to-groups)
11508               (push to-group to-groups))
11509
11510             (unless (memq article gnus-newsgroup-unreads)
11511               (gnus-info-set-read
11512                info (gnus-add-to-range (gnus-info-read info)
11513                                        (list (cdr art-group)))))
11514
11515             ;; Copy any marks over to the new group.
11516             (let ((marks gnus-article-mark-lists)
11517                   (to-article (cdr art-group)))
11518
11519               ;; See whether the article is to be put in the cache.
11520               (when gnus-use-cache
11521                 (gnus-cache-possibly-enter-article
11522                  to-group to-article
11523                  (let ((header (copy-sequence
11524                                 (gnus-summary-article-header article))))
11525                    (mail-header-set-number header to-article)
11526                    header)
11527                  (memq article gnus-newsgroup-marked)
11528                  (memq article gnus-newsgroup-dormant)
11529                  (memq article gnus-newsgroup-unreads)))
11530
11531               (while marks
11532                 (when (memq article (symbol-value
11533                                      (intern (format "gnus-newsgroup-%s"
11534                                                      (caar marks)))))
11535                   ;; If the other group is the same as this group,
11536                   ;; then we have to add the mark to the list.
11537                   (when (equal to-group gnus-newsgroup-name)
11538                     (set (intern (format "gnus-newsgroup-%s" (caar marks)))
11539                          (cons to-article
11540                                (symbol-value
11541                                 (intern (format "gnus-newsgroup-%s"
11542                                                 (caar marks)))))))
11543                   ;; Copy mark to other group.
11544                   (gnus-add-marked-articles
11545                    to-group (cdar marks) (list to-article) info))
11546                 (setq marks (cdr marks)))))
11547
11548           ;; Update the Xref header in this article to point to
11549           ;; the new crossposted article we have just created.
11550           (when (eq action 'crosspost)
11551             (save-excursion
11552               (set-buffer copy-buf)
11553               (gnus-request-article-this-buffer article gnus-newsgroup-name)
11554               (nnheader-replace-header
11555                "xref" (concat new-xref " " (gnus-group-prefixed-name
11556                                             (car art-group) to-method)
11557                               ":" (cdr art-group)))
11558               (gnus-request-replace-article
11559                article gnus-newsgroup-name (current-buffer)))))
11560
11561         (gnus-summary-goto-subject article)
11562         (when (eq action 'move)
11563           (gnus-summary-mark-article article gnus-canceled-mark)))
11564       (gnus-summary-remove-process-mark article))
11565     ;; Re-activate all groups that have been moved to.
11566     (while to-groups
11567       (gnus-activate-group (pop to-groups)))
11568     
11569     (gnus-kill-buffer copy-buf)
11570     (gnus-summary-position-point)
11571     (gnus-set-mode-line 'summary)))
11572
11573 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
11574   "Move the current article to a different newsgroup.
11575 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
11576 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
11577 re-spool using this method."
11578   (interactive "P")
11579   (gnus-summary-move-article n nil select-method 'copy))
11580
11581 (defun gnus-summary-crosspost-article (&optional n)
11582   "Crosspost the current article to some other group."
11583   (interactive "P")
11584   (gnus-summary-move-article n nil nil 'crosspost))
11585
11586 (defvar gnus-summary-respool-default-method nil
11587   "Default method for respooling an article.  
11588 If nil, use to the current newsgroup method.")
11589
11590 (defun gnus-summary-respool-article (&optional n method)
11591   "Respool the current article.
11592 The article will be squeezed through the mail spooling process again,
11593 which means that it will be put in some mail newsgroup or other
11594 depending on `nnmail-split-methods'.
11595 If N is a positive number, respool the N next articles.
11596 If N is a negative number, respool the N previous articles.
11597 If N is nil and any articles have been marked with the process mark,
11598 respool those articles instead.
11599
11600 Respooling can be done both from mail groups and \"real\" newsgroups.
11601 In the former case, the articles in question will be moved from the
11602 current group into whatever groups they are destined to.  In the
11603 latter case, they will be copied into the relevant groups."
11604   (interactive 
11605    (list current-prefix-arg
11606          (let* ((methods (gnus-methods-using 'respool))
11607                 (methname
11608                  (symbol-name (or gnus-summary-respool-default-method
11609                                   (car (gnus-find-method-for-group
11610                                         gnus-newsgroup-name)))))
11611                 (method
11612                  (gnus-completing-read 
11613                   methname "What backend do you want to use when? "
11614                   methods nil t nil 'gnus-method-history))
11615                 ms)
11616            (cond
11617             ((zerop (length (setq ms (gnus-servers-using-backend method))))
11618              (list (intern method) ""))
11619             ((= 1 (length ms))
11620              (car ms))
11621             (t
11622              (cdr (completing-read 
11623                    "Server name: "
11624                    (mapcar (lambda (m) (cons (cadr m) m)) ms) nil t)))))))
11625   (gnus-set-global-variables)
11626   (unless method
11627     (error "No method given for respooling"))
11628   (if (assoc (symbol-name
11629               (car (gnus-find-method-for-group gnus-newsgroup-name)))
11630              (gnus-methods-using 'respool))
11631       (gnus-summary-move-article n nil method)
11632     (gnus-summary-copy-article n nil method)))
11633
11634 (defun gnus-summary-import-article (file)
11635   "Import a random file into a mail newsgroup."
11636   (interactive "fImport file: ")
11637   (gnus-set-global-variables)
11638   (let ((group gnus-newsgroup-name)
11639         (now (current-time))
11640         atts lines)
11641     (or (gnus-check-backend-function 'request-accept-article group)
11642         (error "%s does not support article importing" group))
11643     (or (file-readable-p file)
11644         (not (file-regular-p file))
11645         (error "Can't read %s" file))
11646     (save-excursion
11647       (set-buffer (get-buffer-create " *import file*"))
11648       (buffer-disable-undo (current-buffer))
11649       (erase-buffer)
11650       (insert-file-contents file)
11651       (goto-char (point-min))
11652       (unless (nnheader-article-p)
11653         ;; This doesn't look like an article, so we fudge some headers.
11654         (setq atts (file-attributes file)
11655               lines (count-lines (point-min) (point-max)))
11656         (insert "From: " (read-string "From: ") "\n"
11657                 "Subject: " (read-string "Subject: ") "\n"
11658                 "Date: " (timezone-make-date-arpa-standard
11659                           (current-time-string (nth 5 atts))
11660                           (current-time-zone now)
11661                           (current-time-zone now)) "\n"
11662                 "Message-ID: " (gnus-inews-message-id) "\n"
11663                 "Lines: " (int-to-string lines) "\n"
11664                 "Chars: " (int-to-string (nth 7 atts)) "\n\n"))
11665       (gnus-request-accept-article group nil t)
11666       (kill-buffer (current-buffer)))))
11667
11668 (defun gnus-summary-expire-articles (&optional now)
11669   "Expire all articles that are marked as expirable in the current group."
11670   (interactive)
11671   (gnus-set-global-variables)
11672   (when (gnus-check-backend-function
11673          'request-expire-articles gnus-newsgroup-name)
11674     ;; This backend supports expiry.
11675     (let* ((total (gnus-group-total-expirable-p gnus-newsgroup-name))
11676            (expirable (if total
11677                           (gnus-list-of-read-articles gnus-newsgroup-name)
11678                         (setq gnus-newsgroup-expirable
11679                               (sort gnus-newsgroup-expirable '<))))
11680            (expiry-wait (if now 'immediate
11681                           (gnus-group-get-parameter
11682                            gnus-newsgroup-name 'expiry-wait)))
11683            es)
11684       (when expirable
11685         ;; There are expirable articles in this group, so we run them
11686         ;; through the expiry process.
11687         (gnus-message 6 "Expiring articles...")
11688         ;; The list of articles that weren't expired is returned.
11689         (if expiry-wait
11690             (let ((nnmail-expiry-wait-function nil)
11691                   (nnmail-expiry-wait expiry-wait))
11692               (setq es (gnus-request-expire-articles
11693                         expirable gnus-newsgroup-name)))
11694           (setq es (gnus-request-expire-articles
11695                     expirable gnus-newsgroup-name)))
11696         (or total (setq gnus-newsgroup-expirable es))
11697         ;; We go through the old list of expirable, and mark all
11698         ;; really expired articles as nonexistent.
11699         (unless (eq es expirable)       ;If nothing was expired, we don't mark.
11700           (let ((gnus-use-cache nil))
11701             (while expirable
11702               (unless (memq (car expirable) es)
11703                 (when (gnus-data-find (car expirable))
11704                   (gnus-summary-mark-article
11705                    (car expirable) gnus-canceled-mark)))
11706               (setq expirable (cdr expirable)))))
11707         (gnus-message 6 "Expiring articles...done")))))
11708
11709 (defun gnus-summary-expire-articles-now ()
11710   "Expunge all expirable articles in the current group.
11711 This means that *all* articles that are marked as expirable will be
11712 deleted forever, right now."
11713   (interactive)
11714   (gnus-set-global-variables)
11715   (or gnus-expert-user
11716       (gnus-y-or-n-p
11717        "Are you really, really, really sure you want to delete all these messages? ")
11718       (error "Phew!"))
11719   (gnus-summary-expire-articles t))
11720
11721 ;; Suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.
11722 (defun gnus-summary-delete-article (&optional n)
11723   "Delete the N next (mail) articles.
11724 This command actually deletes articles.  This is not a marking
11725 command.  The article will disappear forever from your life, never to
11726 return.
11727 If N is negative, delete backwards.
11728 If N is nil and articles have been marked with the process mark,
11729 delete these instead."
11730   (interactive "P")
11731   (gnus-set-global-variables)
11732   (or (gnus-check-backend-function 'request-expire-articles
11733                                    gnus-newsgroup-name)
11734       (error "The current newsgroup does not support article deletion."))
11735   ;; Compute the list of articles to delete.
11736   (let ((articles (gnus-summary-work-articles n))
11737         not-deleted)
11738     (if (and gnus-novice-user
11739              (not (gnus-y-or-n-p
11740                    (format "Do you really want to delete %s forever? "
11741                            (if (> (length articles) 1) 
11742                                (format "these %s articles" (length articles))
11743                              "this article")))))
11744         ()
11745       ;; Delete the articles.
11746       (setq not-deleted (gnus-request-expire-articles
11747                          articles gnus-newsgroup-name 'force))
11748       (while articles
11749         (gnus-summary-remove-process-mark (car articles))
11750         ;; The backend might not have been able to delete the article
11751         ;; after all.
11752         (or (memq (car articles) not-deleted)
11753             (gnus-summary-mark-article (car articles) gnus-canceled-mark))
11754         (setq articles (cdr articles))))
11755     (gnus-summary-position-point)
11756     (gnus-set-mode-line 'summary)
11757     not-deleted))
11758
11759 (defun gnus-summary-edit-article (&optional force)
11760   "Enter into a buffer and edit the current article.
11761 This will have permanent effect only in mail groups.
11762 If FORCE is non-nil, allow editing of articles even in read-only
11763 groups."
11764   (interactive "P")
11765   (save-excursion
11766     (set-buffer gnus-summary-buffer)
11767     (gnus-set-global-variables)
11768     (when (and (not force)
11769                (gnus-group-read-only-p))
11770       (error "The current newsgroup does not support article editing."))
11771     (gnus-summary-select-article t nil t)
11772     (gnus-configure-windows 'article)
11773     (select-window (get-buffer-window gnus-article-buffer))
11774     (gnus-message 6 "C-c C-c to end edits")
11775     (setq buffer-read-only nil)
11776     (text-mode)
11777     (use-local-map (copy-keymap (current-local-map)))
11778     (local-set-key "\C-c\C-c" 'gnus-summary-edit-article-done)
11779     (buffer-enable-undo)
11780     (widen)
11781     (goto-char (point-min))
11782     (search-forward "\n\n" nil t)))
11783
11784 (defun gnus-summary-edit-article-done ()
11785   "Make edits to the current article permanent."
11786   (interactive)
11787   (if (gnus-group-read-only-p)
11788       (progn
11789         (gnus-summary-edit-article-postpone)
11790         (gnus-error
11791          1 "The current newsgroup does not support article editing."))
11792     (let ((buf (format "%s" (buffer-string))))
11793       (erase-buffer)
11794       (insert buf)
11795       (if (not (gnus-request-replace-article
11796                 (cdr gnus-article-current) (car gnus-article-current)
11797                 (current-buffer)))
11798           (error "Couldn't replace article.")
11799         (gnus-article-mode)
11800         (use-local-map gnus-article-mode-map)
11801         (setq buffer-read-only t)
11802         (buffer-disable-undo (current-buffer))
11803         (gnus-configure-windows 'summary)
11804         (gnus-summary-update-article (cdr gnus-article-current))
11805         (when gnus-use-cache
11806           (gnus-cache-update-article 
11807            (cdr gnus-article-current) (car gnus-article-current)))
11808         (when gnus-keep-backlog
11809           (gnus-backlog-remove-article 
11810            (car gnus-article-current) (cdr gnus-article-current))))
11811       (save-excursion
11812         (when (get-buffer gnus-original-article-buffer)
11813           (set-buffer gnus-original-article-buffer)
11814           (setq gnus-original-article nil)))
11815       (setq gnus-article-current nil
11816             gnus-current-article nil)
11817       (run-hooks 'gnus-article-display-hook)
11818       (and (gnus-visual-p 'summary-highlight 'highlight)
11819            (run-hooks 'gnus-visual-mark-article-hook)))))
11820
11821 (defun gnus-summary-edit-article-postpone ()
11822   "Postpone changes to the current article."
11823   (interactive)
11824   (gnus-article-mode)
11825   (use-local-map gnus-article-mode-map)
11826   (setq buffer-read-only t)
11827   (buffer-disable-undo (current-buffer))
11828   (gnus-configure-windows 'summary)
11829   (and (gnus-visual-p 'summary-highlight 'highlight)
11830        (run-hooks 'gnus-visual-mark-article-hook)))
11831
11832 (defun gnus-summary-respool-query ()
11833   "Query where the respool algorithm would put this article."
11834   (interactive)
11835   (gnus-set-global-variables)
11836   (gnus-summary-select-article)
11837   (save-excursion
11838     (set-buffer gnus-article-buffer)
11839     (save-restriction
11840       (goto-char (point-min))
11841       (search-forward "\n\n")
11842       (narrow-to-region (point-min) (point))
11843       (pp-eval-expression
11844        (list 'quote (mapcar 'car (nnmail-article-group 'identity)))))))
11845
11846 ;; Summary marking commands.
11847
11848 (defun gnus-summary-kill-same-subject-and-select (&optional unmark)
11849   "Mark articles which has the same subject as read, and then select the next.
11850 If UNMARK is positive, remove any kind of mark.
11851 If UNMARK is negative, tick articles."
11852   (interactive "P")
11853   (gnus-set-global-variables)
11854   (if unmark
11855       (setq unmark (prefix-numeric-value unmark)))
11856   (let ((count
11857          (gnus-summary-mark-same-subject
11858           (gnus-summary-article-subject) unmark)))
11859     ;; Select next unread article.  If auto-select-same mode, should
11860     ;; select the first unread article.
11861     (gnus-summary-next-article t (and gnus-auto-select-same
11862                                       (gnus-summary-article-subject)))
11863     (gnus-message 7 "%d article%s marked as %s"
11864                   count (if (= count 1) " is" "s are")
11865                   (if unmark "unread" "read"))))
11866
11867 (defun gnus-summary-kill-same-subject (&optional unmark)
11868   "Mark articles which has the same subject as read.
11869 If UNMARK is positive, remove any kind of mark.
11870 If UNMARK is negative, tick articles."
11871   (interactive "P")
11872   (gnus-set-global-variables)
11873   (if unmark
11874       (setq unmark (prefix-numeric-value unmark)))
11875   (let ((count
11876          (gnus-summary-mark-same-subject
11877           (gnus-summary-article-subject) unmark)))
11878     ;; If marked as read, go to next unread subject.
11879     (if (null unmark)
11880         ;; Go to next unread subject.
11881         (gnus-summary-next-subject 1 t))
11882     (gnus-message 7 "%d articles are marked as %s"
11883                   count (if unmark "unread" "read"))))
11884
11885 (defun gnus-summary-mark-same-subject (subject &optional unmark)
11886   "Mark articles with same SUBJECT as read, and return marked number.
11887 If optional argument UNMARK is positive, remove any kinds of marks.
11888 If optional argument UNMARK is negative, mark articles as unread instead."
11889   (let ((count 1))
11890     (save-excursion
11891       (cond
11892        ((null unmark)                   ; Mark as read.
11893         (while (and
11894                 (progn
11895                   (gnus-summary-mark-article-as-read gnus-killed-mark)
11896                   (gnus-summary-show-thread) t)
11897                 (gnus-summary-find-subject subject))
11898           (setq count (1+ count))))
11899        ((> unmark 0)                    ; Tick.
11900         (while (and
11901                 (progn
11902                   (gnus-summary-mark-article-as-unread gnus-ticked-mark)
11903                   (gnus-summary-show-thread) t)
11904                 (gnus-summary-find-subject subject))
11905           (setq count (1+ count))))
11906        (t                               ; Mark as unread.
11907         (while (and
11908                 (progn
11909                   (gnus-summary-mark-article-as-unread gnus-unread-mark)
11910                   (gnus-summary-show-thread) t)
11911                 (gnus-summary-find-subject subject))
11912           (setq count (1+ count)))))
11913       (gnus-set-mode-line 'summary)
11914       ;; Return the number of marked articles.
11915       count)))
11916
11917 (defun gnus-summary-mark-as-processable (n &optional unmark)
11918   "Set the process mark on the next N articles.
11919 If N is negative, mark backward instead.  If UNMARK is non-nil, remove
11920 the process mark instead.  The difference between N and the actual
11921 number of articles marked is returned."
11922   (interactive "p")
11923   (gnus-set-global-variables)
11924   (let ((backward (< n 0))
11925         (n (abs n)))
11926     (while (and
11927             (> n 0)
11928             (if unmark
11929                 (gnus-summary-remove-process-mark
11930                  (gnus-summary-article-number))
11931               (gnus-summary-set-process-mark (gnus-summary-article-number)))
11932             (zerop (gnus-summary-next-subject (if backward -1 1) nil t)))
11933       (setq n (1- n)))
11934     (if (/= 0 n) (gnus-message 7 "No more articles"))
11935     (gnus-summary-recenter)
11936     (gnus-summary-position-point)
11937     n))
11938
11939 (defun gnus-summary-unmark-as-processable (n)
11940   "Remove the process mark from the next N articles.
11941 If N is negative, mark backward instead.  The difference between N and
11942 the actual number of articles marked is returned."
11943   (interactive "p")
11944   (gnus-set-global-variables)
11945   (gnus-summary-mark-as-processable n t))
11946
11947 (defun gnus-summary-unmark-all-processable ()
11948   "Remove the process mark from all articles."
11949   (interactive)
11950   (gnus-set-global-variables)
11951   (save-excursion
11952     (while gnus-newsgroup-processable
11953       (gnus-summary-remove-process-mark (car gnus-newsgroup-processable))))
11954   (gnus-summary-position-point))
11955
11956 (defun gnus-summary-mark-as-expirable (n)
11957   "Mark N articles forward as expirable.
11958 If N is negative, mark backward instead.  The difference between N and
11959 the actual number of articles marked is returned."
11960   (interactive "p")
11961   (gnus-set-global-variables)
11962   (gnus-summary-mark-forward n gnus-expirable-mark))
11963
11964 (defun gnus-summary-mark-article-as-replied (article)
11965   "Mark ARTICLE replied and update the summary line."
11966   (setq gnus-newsgroup-replied (cons article gnus-newsgroup-replied))
11967   (let ((buffer-read-only nil))
11968     (when (gnus-summary-goto-subject article)
11969       (gnus-summary-update-secondary-mark article))))
11970
11971 (defun gnus-summary-set-bookmark (article)
11972   "Set a bookmark in current article."
11973   (interactive (list (gnus-summary-article-number)))
11974   (gnus-set-global-variables)
11975   (if (or (not (get-buffer gnus-article-buffer))
11976           (not gnus-current-article)
11977           (not gnus-article-current)
11978           (not (equal gnus-newsgroup-name (car gnus-article-current))))
11979       (error "No current article selected"))
11980   ;; Remove old bookmark, if one exists.
11981   (let ((old (assq article gnus-newsgroup-bookmarks)))
11982     (if old (setq gnus-newsgroup-bookmarks
11983                   (delq old gnus-newsgroup-bookmarks))))
11984   ;; Set the new bookmark, which is on the form
11985   ;; (article-number . line-number-in-body).
11986   (setq gnus-newsgroup-bookmarks
11987         (cons
11988          (cons article
11989                (save-excursion
11990                  (set-buffer gnus-article-buffer)
11991                  (count-lines
11992                   (min (point)
11993                        (save-excursion
11994                          (goto-char (point-min))
11995                          (search-forward "\n\n" nil t)
11996                          (point)))
11997                   (point))))
11998          gnus-newsgroup-bookmarks))
11999   (gnus-message 6 "A bookmark has been added to the current article."))
12000
12001 (defun gnus-summary-remove-bookmark (article)
12002   "Remove the bookmark from the current article."
12003   (interactive (list (gnus-summary-article-number)))
12004   (gnus-set-global-variables)
12005   ;; Remove old bookmark, if one exists.
12006   (let ((old (assq article gnus-newsgroup-bookmarks)))
12007     (if old
12008         (progn
12009           (setq gnus-newsgroup-bookmarks
12010                 (delq old gnus-newsgroup-bookmarks))
12011           (gnus-message 6 "Removed bookmark."))
12012       (gnus-message 6 "No bookmark in current article."))))
12013
12014 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
12015 (defun gnus-summary-mark-as-dormant (n)
12016   "Mark N articles forward as dormant.
12017 If N is negative, mark backward instead.  The difference between N and
12018 the actual number of articles marked is returned."
12019   (interactive "p")
12020   (gnus-set-global-variables)
12021   (gnus-summary-mark-forward n gnus-dormant-mark))
12022
12023 (defun gnus-summary-set-process-mark (article)
12024   "Set the process mark on ARTICLE and update the summary line."
12025   (setq gnus-newsgroup-processable
12026         (cons article
12027               (delq article gnus-newsgroup-processable)))
12028   (when (gnus-summary-goto-subject article)
12029     (gnus-summary-show-thread)
12030     (gnus-summary-update-secondary-mark article)))
12031
12032 (defun gnus-summary-remove-process-mark (article)
12033   "Remove the process mark from ARTICLE and update the summary line."
12034   (setq gnus-newsgroup-processable (delq article gnus-newsgroup-processable))
12035   (when (gnus-summary-goto-subject article)
12036     (gnus-summary-show-thread)
12037     (gnus-summary-update-secondary-mark article)))
12038
12039 (defun gnus-summary-set-saved-mark (article)
12040   "Set the process mark on ARTICLE and update the summary line."
12041   (push article gnus-newsgroup-saved)
12042   (when (gnus-summary-goto-subject article)
12043     (gnus-summary-update-secondary-mark article)))
12044
12045 (defun gnus-summary-mark-forward (n &optional mark no-expire)
12046   "Mark N articles as read forwards.
12047 If N is negative, mark backwards instead.
12048 Mark with MARK.  If MARK is ? , ?! or ??, articles will be
12049 marked as unread.
12050 The difference between N and the actual number of articles marked is
12051 returned."
12052   (interactive "p")
12053   (gnus-set-global-variables)
12054   (let ((backward (< n 0))
12055         (gnus-summary-goto-unread
12056          (and gnus-summary-goto-unread
12057               (not (eq gnus-summary-goto-unread 'never))
12058               (not (memq mark (list gnus-unread-mark
12059                                     gnus-ticked-mark gnus-dormant-mark)))))
12060         (n (abs n))
12061         (mark (or mark gnus-del-mark)))
12062     (while (and (> n 0)
12063                 (gnus-summary-mark-article nil mark no-expire)
12064                 (zerop (gnus-summary-next-subject
12065                         (if backward -1 1)
12066                         (and gnus-summary-goto-unread
12067                              (not (eq gnus-summary-goto-unread 'never)))
12068                         t)))
12069       (setq n (1- n)))
12070     (if (/= 0 n) (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
12071     (gnus-summary-recenter)
12072     (gnus-summary-position-point)
12073     (gnus-set-mode-line 'summary)
12074     n))
12075
12076 (defun gnus-summary-mark-article-as-read (mark)
12077   "Mark the current article quickly as read with MARK."
12078   (let ((article (gnus-summary-article-number)))
12079     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
12080     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
12081     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
12082     (setq gnus-newsgroup-reads
12083           (cons (cons article mark) gnus-newsgroup-reads))
12084     ;; Possibly remove from cache, if that is used.
12085     (and gnus-use-cache (gnus-cache-enter-remove-article article))
12086     ;; Allow the backend to change the mark.
12087     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
12088     ;; Check for auto-expiry.
12089     (when (and gnus-newsgroup-auto-expire
12090                (or (= mark gnus-killed-mark) (= mark gnus-del-mark)
12091                    (= mark gnus-catchup-mark) (= mark gnus-low-score-mark)
12092                    (= mark gnus-ancient-mark)
12093                    (= mark gnus-read-mark) (= mark gnus-souped-mark)))
12094       (setq mark gnus-expirable-mark)
12095       (push article gnus-newsgroup-expirable))
12096     ;; Set the mark in the buffer.
12097     (gnus-summary-update-mark mark 'unread)
12098     t))
12099
12100 (defun gnus-summary-mark-article-as-unread (mark)
12101   "Mark the current article quickly as unread with MARK."
12102   (let ((article (gnus-summary-article-number)))
12103     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
12104     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
12105     (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable))
12106     (setq gnus-newsgroup-reads (delq article gnus-newsgroup-reads))
12107     (cond ((= mark gnus-ticked-mark)
12108            (push article gnus-newsgroup-marked))
12109           ((= mark gnus-dormant-mark)
12110            (push article gnus-newsgroup-dormant))
12111           (t
12112            (push article gnus-newsgroup-unreads)))
12113     (setq gnus-newsgroup-reads
12114           (delq (assq article gnus-newsgroup-reads)
12115                 gnus-newsgroup-reads))
12116
12117     ;; See whether the article is to be put in the cache.
12118     (and gnus-use-cache
12119          (vectorp (gnus-summary-article-header article))
12120          (save-excursion
12121            (gnus-cache-possibly-enter-article
12122             gnus-newsgroup-name article
12123             (gnus-summary-article-header article)
12124             (= mark gnus-ticked-mark)
12125             (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
12126
12127     ;; Fix the mark.
12128     (gnus-summary-update-mark mark 'unread)
12129     t))
12130
12131 (defun gnus-summary-mark-article (&optional article mark no-expire)
12132   "Mark ARTICLE with MARK.  MARK can be any character.
12133 Four MARK strings are reserved: `? ' (unread), `?!' (ticked),
12134 `??' (dormant) and `?E' (expirable).
12135 If MARK is nil, then the default character `?D' is used.
12136 If ARTICLE is nil, then the article on the current line will be
12137 marked."
12138   ;; The mark might be a string.
12139   (and (stringp mark)
12140        (setq mark (aref mark 0)))
12141   ;; If no mark is given, then we check auto-expiring.
12142   (and (not no-expire)
12143        gnus-newsgroup-auto-expire
12144        (or (not mark)
12145            (and (numberp mark)
12146                 (or (= mark gnus-killed-mark) (= mark gnus-del-mark)
12147                     (= mark gnus-catchup-mark) (= mark gnus-low-score-mark)
12148                     (= mark gnus-read-mark) (= mark gnus-souped-mark))))
12149        (setq mark gnus-expirable-mark))
12150   (let* ((mark (or mark gnus-del-mark))
12151          (article (or article (gnus-summary-article-number))))
12152     (or article (error "No article on current line"))
12153     (if (or (= mark gnus-unread-mark)
12154             (= mark gnus-ticked-mark)
12155             (= mark gnus-dormant-mark))
12156         (gnus-mark-article-as-unread article mark)
12157       (gnus-mark-article-as-read article mark))
12158
12159     ;; See whether the article is to be put in the cache.
12160     (and gnus-use-cache
12161          (not (= mark gnus-canceled-mark))
12162          (vectorp (gnus-summary-article-header article))
12163          (save-excursion
12164            (gnus-cache-possibly-enter-article
12165             gnus-newsgroup-name article
12166             (gnus-summary-article-header article)
12167             (= mark gnus-ticked-mark)
12168             (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
12169
12170     (if (gnus-summary-goto-subject article nil t)
12171         (let ((buffer-read-only nil))
12172           (gnus-summary-show-thread)
12173           ;; Fix the mark.
12174           (gnus-summary-update-mark mark 'unread)
12175           t))))
12176
12177 (defun gnus-summary-update-secondary-mark (article)
12178   "Update the secondary (read, process, cache) mark."
12179   (gnus-summary-update-mark
12180    (cond ((memq article gnus-newsgroup-processable)
12181           gnus-process-mark)
12182          ((memq article gnus-newsgroup-cached)
12183           gnus-cached-mark)
12184          ((memq article gnus-newsgroup-replied)
12185           gnus-replied-mark)
12186          ((memq article gnus-newsgroup-saved)
12187           gnus-saved-mark)
12188          (t gnus-unread-mark))
12189    'replied)
12190   (when (gnus-visual-p 'summary-highlight 'highlight)
12191     (run-hooks 'gnus-summary-update-hook))
12192   t)
12193
12194 (defun gnus-summary-update-mark (mark type)
12195   (beginning-of-line)
12196   (let ((forward (cdr (assq type gnus-summary-mark-positions)))
12197         (buffer-read-only nil))
12198     (when (and forward
12199                (<= (+ forward (point)) (point-max)))
12200       ;; Go to the right position on the line.
12201       (goto-char (+ forward (point)))
12202       ;; Replace the old mark with the new mark.
12203       (subst-char-in-region (point) (1+ (point)) (following-char) mark)
12204       ;; Optionally update the marks by some user rule.
12205       (when (eq type 'unread)
12206         (gnus-data-set-mark
12207          (gnus-data-find (gnus-summary-article-number)) mark)
12208         (gnus-summary-update-line (eq mark gnus-unread-mark))))))
12209
12210 (defun gnus-mark-article-as-read (article &optional mark)
12211   "Enter ARTICLE in the pertinent lists and remove it from others."
12212   ;; Make the article expirable.
12213   (let ((mark (or mark gnus-del-mark)))
12214     (if (= mark gnus-expirable-mark)
12215         (setq gnus-newsgroup-expirable (cons article gnus-newsgroup-expirable))
12216       (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable)))
12217     ;; Remove from unread and marked lists.
12218     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
12219     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
12220     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
12221     (push (cons article mark) gnus-newsgroup-reads)
12222     ;; Possibly remove from cache, if that is used.
12223     (when gnus-use-cache
12224       (gnus-cache-enter-remove-article article))))
12225
12226 (defun gnus-mark-article-as-unread (article &optional mark)
12227   "Enter ARTICLE in the pertinent lists and remove it from others."
12228   (let ((mark (or mark gnus-ticked-mark)))
12229     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
12230     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
12231     (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable))
12232     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
12233     (cond ((= mark gnus-ticked-mark)
12234            (push article gnus-newsgroup-marked))
12235           ((= mark gnus-dormant-mark)
12236            (push article gnus-newsgroup-dormant))
12237           (t
12238            (push article gnus-newsgroup-unreads)))
12239     (setq gnus-newsgroup-reads
12240           (delq (assq article gnus-newsgroup-reads)
12241                 gnus-newsgroup-reads))))
12242
12243 (defalias 'gnus-summary-mark-as-unread-forward
12244   'gnus-summary-tick-article-forward)
12245 (make-obsolete 'gnus-summary-mark-as-unread-forward
12246                'gnus-summary-tick-article-forward)
12247 (defun gnus-summary-tick-article-forward (n)
12248   "Tick N articles forwards.
12249 If N is negative, tick backwards instead.
12250 The difference between N and the number of articles ticked is returned."
12251   (interactive "p")
12252   (gnus-summary-mark-forward n gnus-ticked-mark))
12253
12254 (defalias 'gnus-summary-mark-as-unread-backward
12255   'gnus-summary-tick-article-backward)
12256 (make-obsolete 'gnus-summary-mark-as-unread-backward
12257                'gnus-summary-tick-article-backward)
12258 (defun gnus-summary-tick-article-backward (n)
12259   "Tick N articles backwards.
12260 The difference between N and the number of articles ticked is returned."
12261   (interactive "p")
12262   (gnus-summary-mark-forward (- n) gnus-ticked-mark))
12263
12264 (defalias 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
12265 (make-obsolete 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
12266 (defun gnus-summary-tick-article (&optional article clear-mark)
12267   "Mark current article as unread.
12268 Optional 1st argument ARTICLE specifies article number to be marked as unread.
12269 Optional 2nd argument CLEAR-MARK remove any kinds of mark."
12270   (interactive)
12271   (gnus-summary-mark-article article (if clear-mark gnus-unread-mark
12272                                        gnus-ticked-mark)))
12273
12274 (defun gnus-summary-mark-as-read-forward (n)
12275   "Mark N articles as read forwards.
12276 If N is negative, mark backwards instead.
12277 The difference between N and the actual number of articles marked is
12278 returned."
12279   (interactive "p")
12280   (gnus-summary-mark-forward n gnus-del-mark t))
12281
12282 (defun gnus-summary-mark-as-read-backward (n)
12283   "Mark the N articles as read backwards.
12284 The difference between N and the actual number of articles marked is
12285 returned."
12286   (interactive "p")
12287   (gnus-summary-mark-forward (- n) gnus-del-mark t))
12288
12289 (defun gnus-summary-mark-as-read (&optional article mark)
12290   "Mark current article as read.
12291 ARTICLE specifies the article to be marked as read.
12292 MARK specifies a string to be inserted at the beginning of the line."
12293   (gnus-summary-mark-article article mark))
12294
12295 (defun gnus-summary-clear-mark-forward (n)
12296   "Clear marks from N articles forward.
12297 If N is negative, clear backward instead.
12298 The difference between N and the number of marks cleared is returned."
12299   (interactive "p")
12300   (gnus-summary-mark-forward n gnus-unread-mark))
12301
12302 (defun gnus-summary-clear-mark-backward (n)
12303   "Clear marks from N articles backward.
12304 The difference between N and the number of marks cleared is returned."
12305   (interactive "p")
12306   (gnus-summary-mark-forward (- n) gnus-unread-mark))
12307
12308 (defun gnus-summary-mark-unread-as-read ()
12309   "Intended to be used by `gnus-summary-mark-article-hook'."
12310   (when (memq gnus-current-article gnus-newsgroup-unreads)
12311     (gnus-summary-mark-article gnus-current-article gnus-read-mark)))
12312
12313 (defun gnus-summary-mark-read-and-unread-as-read ()
12314   "Intended to be used by `gnus-summary-mark-article-hook'."
12315   (let ((mark (gnus-summary-article-mark)))
12316     (when (or (gnus-unread-mark-p mark)
12317               (gnus-read-mark-p mark))
12318       (gnus-summary-mark-article gnus-current-article gnus-read-mark))))
12319
12320 (defun gnus-summary-mark-region-as-read (point mark all)
12321   "Mark all unread articles between point and mark as read.
12322 If given a prefix, mark all articles between point and mark as read,
12323 even ticked and dormant ones."
12324   (interactive "r\nP")
12325   (save-excursion
12326     (let (article)
12327       (goto-char point)
12328       (beginning-of-line)
12329       (while (and
12330               (< (point) mark)
12331               (progn
12332                 (when (or all
12333                           (memq (setq article (gnus-summary-article-number))
12334                                 gnus-newsgroup-unreads))
12335                   (gnus-summary-mark-article article gnus-del-mark))
12336                 t)
12337               (gnus-summary-find-next))))))
12338
12339 (defun gnus-summary-mark-below (score mark)
12340   "Mark articles with score less than SCORE with MARK."
12341   (interactive "P\ncMark: ")
12342   (gnus-set-global-variables)
12343   (setq score (if score
12344                   (prefix-numeric-value score)
12345                 (or gnus-summary-default-score 0)))
12346   (save-excursion
12347     (set-buffer gnus-summary-buffer)
12348     (goto-char (point-min))
12349     (while 
12350         (progn
12351           (and (< (gnus-summary-article-score) score)
12352                (gnus-summary-mark-article nil mark))
12353           (gnus-summary-find-next)))))
12354
12355 (defun gnus-summary-kill-below (&optional score)
12356   "Mark articles with score below SCORE as read."
12357   (interactive "P")
12358   (gnus-set-global-variables)
12359   (gnus-summary-mark-below score gnus-killed-mark))
12360
12361 (defun gnus-summary-clear-above (&optional score)
12362   "Clear all marks from articles with score above SCORE."
12363   (interactive "P")
12364   (gnus-set-global-variables)
12365   (gnus-summary-mark-above score gnus-unread-mark))
12366
12367 (defun gnus-summary-tick-above (&optional score)
12368   "Tick all articles with score above SCORE."
12369   (interactive "P")
12370   (gnus-set-global-variables)
12371   (gnus-summary-mark-above score gnus-ticked-mark))
12372
12373 (defun gnus-summary-mark-above (score mark)
12374   "Mark articles with score over SCORE with MARK."
12375   (interactive "P\ncMark: ")
12376   (gnus-set-global-variables)
12377   (setq score (if score
12378                   (prefix-numeric-value score)
12379                 (or gnus-summary-default-score 0)))
12380   (save-excursion
12381     (set-buffer gnus-summary-buffer)
12382     (goto-char (point-min))
12383     (while (and (progn
12384                   (if (> (gnus-summary-article-score) score)
12385                       (gnus-summary-mark-article nil mark))
12386                   t)
12387                 (gnus-summary-find-next)))))
12388
12389 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
12390 (defalias 'gnus-summary-show-all-expunged 'gnus-summary-limit-include-expunged)
12391 (defun gnus-summary-limit-include-expunged ()
12392   "Display all the hidden articles that were expunged for low scores."
12393   (interactive)
12394   (gnus-set-global-variables)
12395   (let ((buffer-read-only nil))
12396     (let ((scored gnus-newsgroup-scored)
12397           headers h)
12398       (while scored
12399         (or (gnus-summary-goto-subject (caar scored))
12400             (and (setq h (gnus-summary-article-header (caar scored)))
12401                  (< (cdar scored) gnus-summary-expunge-below)
12402                  (setq headers (cons h headers))))
12403         (setq scored (cdr scored)))
12404       (or headers (error "No expunged articles hidden."))
12405       (goto-char (point-min))
12406       (gnus-summary-prepare-unthreaded (nreverse headers)))
12407     (goto-char (point-min))
12408     (gnus-summary-position-point)))
12409
12410 (defun gnus-summary-catchup (&optional all quietly to-here not-mark)
12411   "Mark all articles not marked as unread in this newsgroup as read.
12412 If prefix argument ALL is non-nil, all articles are marked as read.
12413 If QUIETLY is non-nil, no questions will be asked.
12414 If TO-HERE is non-nil, it should be a point in the buffer.  All
12415 articles before this point will be marked as read.
12416 The number of articles marked as read is returned."
12417   (interactive "P")
12418   (gnus-set-global-variables)
12419   (prog1
12420       (if (or quietly
12421               (not gnus-interactive-catchup) ;Without confirmation?
12422               gnus-expert-user
12423               (gnus-y-or-n-p
12424                (if all
12425                    "Mark absolutely all articles as read? "
12426                  "Mark all unread articles as read? ")))
12427           (if (and not-mark
12428                    (not gnus-newsgroup-adaptive)
12429                    (not gnus-newsgroup-auto-expire))
12430               (progn
12431                 (when all
12432                   (setq gnus-newsgroup-marked nil
12433                         gnus-newsgroup-dormant nil))
12434                 (setq gnus-newsgroup-unreads nil))
12435             ;; We actually mark all articles as canceled, which we
12436             ;; have to do when using auto-expiry or adaptive scoring.
12437             (gnus-summary-show-all-threads)
12438             (if (gnus-summary-first-subject (not all))
12439                 (while (and
12440                         (if to-here (< (point) to-here) t)
12441                         (gnus-summary-mark-article-as-read gnus-catchup-mark)
12442                         (gnus-summary-find-next (not all)))))
12443             (unless to-here
12444               (setq gnus-newsgroup-unreads nil))
12445             (gnus-set-mode-line 'summary)))
12446     (let ((method (gnus-find-method-for-group gnus-newsgroup-name)))
12447       (if (and (not to-here) (eq 'nnvirtual (car method)))
12448           (nnvirtual-catchup-group
12449            (gnus-group-real-name gnus-newsgroup-name) (nth 1 method) all)))
12450     (gnus-summary-position-point)))
12451
12452 (defun gnus-summary-catchup-to-here (&optional all)
12453   "Mark all unticked articles before the current one as read.
12454 If ALL is non-nil, also mark ticked and dormant articles as read."
12455   (interactive "P")
12456   (gnus-set-global-variables)
12457   (save-excursion
12458     (gnus-save-hidden-threads
12459       (let ((beg (point)))
12460         ;; We check that there are unread articles.
12461         (when (or all (gnus-summary-find-prev))
12462           (gnus-summary-catchup all t beg)))))
12463   (gnus-summary-position-point))
12464
12465 (defun gnus-summary-catchup-all (&optional quietly)
12466   "Mark all articles in this newsgroup as read."
12467   (interactive "P")
12468   (gnus-set-global-variables)
12469   (gnus-summary-catchup t quietly))
12470
12471 (defun gnus-summary-catchup-and-exit (&optional all quietly)
12472   "Mark all articles not marked as unread in this newsgroup as read, then exit.
12473 If prefix argument ALL is non-nil, all articles are marked as read."
12474   (interactive "P")
12475   (gnus-set-global-variables)
12476   (gnus-summary-catchup all quietly nil 'fast)
12477   ;; Select next newsgroup or exit.
12478   (if (eq gnus-auto-select-next 'quietly)
12479       (gnus-summary-next-group nil)
12480     (gnus-summary-exit)))
12481
12482 (defun gnus-summary-catchup-all-and-exit (&optional quietly)
12483   "Mark all articles in this newsgroup as read, and then exit."
12484   (interactive "P")
12485   (gnus-set-global-variables)
12486   (gnus-summary-catchup-and-exit t quietly))
12487
12488 ;; Suggested by "Arne Eofsson" <arne@hodgkin.mbi.ucla.edu>.
12489 (defun gnus-summary-catchup-and-goto-next-group (&optional all)
12490   "Mark all articles in this group as read and select the next group.
12491 If given a prefix, mark all articles, unread as well as ticked, as
12492 read."
12493   (interactive "P")
12494   (gnus-set-global-variables)
12495   (save-excursion
12496     (gnus-summary-catchup all))
12497   (gnus-summary-next-article t nil nil t))
12498
12499 ;; Thread-based commands.
12500
12501 (defun gnus-summary-articles-in-thread (&optional article)
12502   "Return a list of all articles in the current thread.
12503 If ARTICLE is non-nil, return all articles in the thread that starts
12504 with that article."
12505   (let* ((article (or article (gnus-summary-article-number)))
12506          (data (gnus-data-find-list article))
12507          (top-level (gnus-data-level (car data)))
12508          (top-subject
12509           (cond ((null gnus-thread-operation-ignore-subject)
12510                  (gnus-simplify-subject-re
12511                   (mail-header-subject (gnus-data-header (car data)))))
12512                 ((eq gnus-thread-operation-ignore-subject 'fuzzy)
12513                  (gnus-simplify-subject-fuzzy
12514                   (mail-header-subject (gnus-data-header (car data)))))
12515                 (t nil)))
12516          (end-point (save-excursion
12517                       (if (gnus-summary-go-to-next-thread) 
12518                           (point) (point-max))))
12519          articles)
12520     (while (and data
12521                 (< (gnus-data-pos (car data)) end-point))
12522       (when (or (not top-subject)
12523                 (string= top-subject
12524                          (if (eq gnus-thread-operation-ignore-subject 'fuzzy)
12525                              (gnus-simplify-subject-fuzzy
12526                               (mail-header-subject
12527                                (gnus-data-header (car data))))
12528                            (gnus-simplify-subject-re
12529                             (mail-header-subject
12530                              (gnus-data-header (car data)))))))
12531         (push (gnus-data-number (car data)) articles))
12532       (unless (and (setq data (cdr data))
12533                    (> (gnus-data-level (car data)) top-level))
12534         (setq data nil)))
12535     ;; Return the list of articles.
12536     (nreverse articles)))
12537
12538 (defun gnus-summary-rethread-current ()
12539   "Rethread the thread the current article is part of."
12540   (interactive)
12541   (gnus-set-global-variables)
12542   (let* ((gnus-show-threads t)
12543          (article (gnus-summary-article-number))
12544          (id (mail-header-id (gnus-summary-article-header)))
12545          (gnus-newsgroup-threads (list (gnus-id-to-thread (gnus-root-id id)))))
12546     (unless id
12547       (error "No article on the current line"))
12548     (gnus-rebuild-thread id)
12549     (gnus-summary-goto-subject article)))
12550
12551 (defun gnus-summary-reparent-thread ()
12552   "Make current article child of the marked (or previous) article.
12553
12554 Note that the re-threading will only work if `gnus-thread-ignore-subject'
12555 is non-nil or the Subject: of both articles are the same."
12556   (interactive)
12557   (or (not (gnus-group-read-only-p))
12558       (error "The current newsgroup does not support article editing."))
12559   (or (<= (length gnus-newsgroup-processable) 1)
12560       (error "No more than one article may be marked."))
12561   (save-window-excursion
12562     (let ((gnus-article-buffer " *reparent*")
12563           (current-article (gnus-summary-article-number))
12564           ; first grab the marked article, otherwise one line up.
12565           (parent-article (if (not (null gnus-newsgroup-processable))
12566                               (car gnus-newsgroup-processable)
12567                             (save-excursion
12568                               (if (eq (forward-line -1) 0)
12569                                   (gnus-summary-article-number)
12570                                 (error "Beginning of summary buffer."))))))
12571       (or (not (eq current-article parent-article))
12572           (error "An article may not be self-referential."))
12573       (let ((message-id (mail-header-id 
12574                          (gnus-summary-article-header parent-article))))
12575         (or (and message-id (not (equal message-id "")))
12576             (error "No message-id in desired parent."))
12577         (gnus-summary-select-article t t nil current-article)
12578         (set-buffer gnus-article-buffer)
12579         (setq buffer-read-only nil)
12580         (let ((buf (format "%s" (buffer-string))))
12581           (erase-buffer)
12582           (insert buf))
12583         (goto-char (point-min))
12584         (if (search-forward-regexp "^References: " nil t)
12585             (insert message-id " " )
12586           (insert "References: " message-id "\n"))
12587         (or (gnus-request-replace-article current-article
12588                                           (car gnus-article-current)
12589                                           gnus-article-buffer)
12590             (error "Couldn't replace article."))
12591         (set-buffer gnus-summary-buffer)
12592         (gnus-summary-unmark-all-processable)
12593         (gnus-summary-rethread-current)
12594         (gnus-message 3 "Article %d is now the child of article %d."
12595                       current-article parent-article)))))
12596
12597 (defun gnus-summary-toggle-threads (&optional arg)
12598   "Toggle showing conversation threads.
12599 If ARG is positive number, turn showing conversation threads on."
12600   (interactive "P")
12601   (gnus-set-global-variables)
12602   (let ((current (or (gnus-summary-article-number) gnus-newsgroup-end)))
12603     (setq gnus-show-threads
12604           (if (null arg) (not gnus-show-threads)
12605             (> (prefix-numeric-value arg) 0)))
12606     (gnus-summary-prepare)
12607     (gnus-summary-goto-subject current)
12608     (gnus-summary-position-point)))
12609
12610 (defun gnus-summary-show-all-threads ()
12611   "Show all threads."
12612   (interactive)
12613   (gnus-set-global-variables)
12614   (save-excursion
12615     (let ((buffer-read-only nil))
12616       (subst-char-in-region (point-min) (point-max) ?\^M ?\n t)))
12617   (gnus-summary-position-point))
12618
12619 (defun gnus-summary-show-thread ()
12620   "Show thread subtrees.
12621 Returns nil if no thread was there to be shown."
12622   (interactive)
12623   (gnus-set-global-variables)
12624   (let ((buffer-read-only nil)
12625         (orig (point))
12626         ;; first goto end then to beg, to have point at beg after let
12627         (end (progn (end-of-line) (point)))
12628         (beg (progn (beginning-of-line) (point))))
12629     (prog1
12630         ;; Any hidden lines here?
12631         (search-forward "\r" end t)
12632       (subst-char-in-region beg end ?\^M ?\n t)
12633       (goto-char orig)
12634       (gnus-summary-position-point))))
12635
12636 (defun gnus-summary-hide-all-threads ()
12637   "Hide all thread subtrees."
12638   (interactive)
12639   (gnus-set-global-variables)
12640   (save-excursion
12641     (goto-char (point-min))
12642     (gnus-summary-hide-thread)
12643     (while (zerop (gnus-summary-next-thread 1 t))
12644       (gnus-summary-hide-thread)))
12645   (gnus-summary-position-point))
12646
12647 (defun gnus-summary-hide-thread ()
12648   "Hide thread subtrees.
12649 Returns nil if no threads were there to be hidden."
12650   (interactive)
12651   (gnus-set-global-variables)
12652   (let ((buffer-read-only nil)
12653         (start (point))
12654         (article (gnus-summary-article-number)))
12655     (goto-char start)
12656     ;; Go forward until either the buffer ends or the subthread
12657     ;; ends.
12658     (when (and (not (eobp))
12659                (or (zerop (gnus-summary-next-thread 1 t))
12660                    (goto-char (point-max))))
12661       (prog1
12662           (if (and (> (point) start)
12663                    (search-backward "\n" start t))
12664               (progn
12665                 (subst-char-in-region start (point) ?\n ?\^M)
12666                 (gnus-summary-goto-subject article))
12667             (goto-char start)
12668             nil)
12669         ;;(gnus-summary-position-point)
12670         ))))
12671
12672 (defun gnus-summary-go-to-next-thread (&optional previous)
12673   "Go to the same level (or less) next thread.
12674 If PREVIOUS is non-nil, go to previous thread instead.
12675 Return the article number moved to, or nil if moving was impossible."
12676   (let ((level (gnus-summary-thread-level))
12677         (way (if previous -1 1))
12678         (beg (point)))
12679     (forward-line way)
12680     (while (and (not (eobp))
12681                 (< level (gnus-summary-thread-level)))
12682       (forward-line way))
12683     (if (eobp)
12684         (progn
12685           (goto-char beg)
12686           nil)
12687       (setq beg (point))
12688       (prog1
12689           (gnus-summary-article-number)
12690         (goto-char beg)))))
12691
12692 (defun gnus-summary-go-to-next-thread-old (&optional previous)
12693   "Go to the same level (or less) next thread.
12694 If PREVIOUS is non-nil, go to previous thread instead.
12695 Return the article number moved to, or nil if moving was impossible."
12696   (if (and (eq gnus-summary-make-false-root 'dummy)
12697            (gnus-summary-article-intangible-p))
12698       (let ((beg (point)))
12699         (while (and (zerop (forward-line 1))
12700                     (not (gnus-summary-article-intangible-p))
12701                     (not (zerop (save-excursion 
12702                                   (gnus-summary-thread-level))))))
12703         (if (eobp)
12704             (progn
12705               (goto-char beg)
12706               nil)
12707           (point)))
12708     (let* ((level (gnus-summary-thread-level))
12709            (article (gnus-summary-article-number))
12710            (data (cdr (gnus-data-find-list article (gnus-data-list previous))))
12711            oart)
12712       (while data
12713         (if (<= (gnus-data-level (car data)) level)
12714             (setq oart (gnus-data-number (car data))
12715                   data nil)
12716           (setq data (cdr data))))
12717       (and oart
12718            (gnus-summary-goto-subject oart)))))
12719
12720 (defun gnus-summary-next-thread (n &optional silent)
12721   "Go to the same level next N'th thread.
12722 If N is negative, search backward instead.
12723 Returns the difference between N and the number of skips actually
12724 done.
12725
12726 If SILENT, don't output messages."
12727   (interactive "p")
12728   (gnus-set-global-variables)
12729   (let ((backward (< n 0))
12730         (n (abs n))
12731         old dum int)
12732     (while (and (> n 0)
12733                 (gnus-summary-go-to-next-thread backward))
12734       (decf n))
12735     (unless silent 
12736       (gnus-summary-position-point))
12737     (when (and (not silent) (/= 0 n))
12738       (gnus-message 7 "No more threads"))
12739     n))
12740
12741 (defun gnus-summary-prev-thread (n)
12742   "Go to the same level previous N'th thread.
12743 Returns the difference between N and the number of skips actually
12744 done."
12745   (interactive "p")
12746   (gnus-set-global-variables)
12747   (gnus-summary-next-thread (- n)))
12748
12749 (defun gnus-summary-go-down-thread ()
12750   "Go down one level in the current thread."
12751   (let ((children (gnus-summary-article-children)))
12752     (and children
12753          (gnus-summary-goto-subject (car children)))))
12754
12755 (defun gnus-summary-go-up-thread ()
12756   "Go up one level in the current thread."
12757   (let ((parent (gnus-summary-article-parent)))
12758     (and parent
12759          (gnus-summary-goto-subject parent))))
12760
12761 (defun gnus-summary-down-thread (n)
12762   "Go down thread N steps.
12763 If N is negative, go up instead.
12764 Returns the difference between N and how many steps down that were
12765 taken."
12766   (interactive "p")
12767   (gnus-set-global-variables)
12768   (let ((up (< n 0))
12769         (n (abs n)))
12770     (while (and (> n 0)
12771                 (if up (gnus-summary-go-up-thread)
12772                   (gnus-summary-go-down-thread)))
12773       (setq n (1- n)))
12774     (gnus-summary-position-point)
12775     (if (/= 0 n) (gnus-message 7 "Can't go further"))
12776     n))
12777
12778 (defun gnus-summary-up-thread (n)
12779   "Go up thread N steps.
12780 If N is negative, go up instead.
12781 Returns the difference between N and how many steps down that were
12782 taken."
12783   (interactive "p")
12784   (gnus-set-global-variables)
12785   (gnus-summary-down-thread (- n)))
12786
12787 (defun gnus-summary-top-thread ()
12788   "Go to the top of the thread."
12789   (interactive)
12790   (gnus-set-global-variables)
12791   (while (gnus-summary-go-up-thread))
12792   (gnus-summary-article-number))
12793
12794 (defun gnus-summary-kill-thread (&optional unmark)
12795   "Mark articles under current thread as read.
12796 If the prefix argument is positive, remove any kinds of marks.
12797 If the prefix argument is negative, tick articles instead."
12798   (interactive "P")
12799   (gnus-set-global-variables)
12800   (if unmark
12801       (setq unmark (prefix-numeric-value unmark)))
12802   (let ((articles (gnus-summary-articles-in-thread)))
12803     (save-excursion
12804       ;; Expand the thread.
12805       (gnus-summary-show-thread)
12806       ;; Mark all the articles.
12807       (while articles
12808         (gnus-summary-goto-subject (car articles))
12809         (cond ((null unmark)
12810                (gnus-summary-mark-article-as-read gnus-killed-mark))
12811               ((> unmark 0)
12812                (gnus-summary-mark-article-as-unread gnus-unread-mark))
12813               (t
12814                (gnus-summary-mark-article-as-unread gnus-ticked-mark)))
12815         (setq articles (cdr articles))))
12816     ;; Hide killed subtrees.
12817     (and (null unmark)
12818          gnus-thread-hide-killed
12819          (gnus-summary-hide-thread))
12820     ;; If marked as read, go to next unread subject.
12821     (if (null unmark)
12822         ;; Go to next unread subject.
12823         (gnus-summary-next-subject 1 t)))
12824   (gnus-set-mode-line 'summary))
12825
12826 ;; Summary sorting commands
12827
12828 (defun gnus-summary-sort-by-number (&optional reverse)
12829   "Sort summary buffer by article number.
12830 Argument REVERSE means reverse order."
12831   (interactive "P")
12832   (gnus-summary-sort 'number reverse))
12833
12834 (defun gnus-summary-sort-by-author (&optional reverse)
12835   "Sort summary buffer by author name alphabetically.
12836 If case-fold-search is non-nil, case of letters is ignored.
12837 Argument REVERSE means reverse order."
12838   (interactive "P")
12839   (gnus-summary-sort 'author reverse))
12840
12841 (defun gnus-summary-sort-by-subject (&optional reverse)
12842   "Sort summary buffer by subject alphabetically. `Re:'s are ignored.
12843 If case-fold-search is non-nil, case of letters is ignored.
12844 Argument REVERSE means reverse order."
12845   (interactive "P")
12846   (gnus-summary-sort 'subject reverse))
12847
12848 (defun gnus-summary-sort-by-date (&optional reverse)
12849   "Sort summary buffer by date.
12850 Argument REVERSE means reverse order."
12851   (interactive "P")
12852   (gnus-summary-sort 'date reverse))
12853
12854 (defun gnus-summary-sort-by-score (&optional reverse)
12855   "Sort summary buffer by score.
12856 Argument REVERSE means reverse order."
12857   (interactive "P")
12858   (gnus-summary-sort 'score reverse))
12859
12860 (defun gnus-summary-sort (predicate reverse)
12861   "Sort summary buffer by PREDICATE.  REVERSE means reverse order."
12862   (gnus-set-global-variables)
12863   (let* ((thread (intern (format "gnus-thread-sort-by-%s" predicate)))
12864          (article (intern (format "gnus-article-sort-by-%s" predicate)))
12865          (gnus-thread-sort-functions
12866           (list
12867            (if (not reverse)
12868                thread
12869              `(lambda (t1 t2)
12870                 (,thread t2 t1)))))
12871          (gnus-article-sort-functions
12872           (list
12873            (if (not reverse)
12874                article
12875              `(lambda (t1 t2)
12876                 (,article t2 t1)))))
12877          (buffer-read-only)
12878          (gnus-summary-prepare-hook nil))
12879     ;; We do the sorting by regenerating the threads.
12880     (gnus-summary-prepare)
12881     ;; Hide subthreads if needed.
12882     (when (and gnus-show-threads gnus-thread-hide-subtree)
12883       (gnus-summary-hide-all-threads)))
12884   ;; If in async mode, we send some info to the backend.
12885   (when gnus-newsgroup-async
12886     (gnus-request-asynchronous
12887      gnus-newsgroup-name gnus-newsgroup-data)))
12888
12889 (defun gnus-sortable-date (date)
12890   "Make sortable string by string-lessp from DATE.
12891 Timezone package is used."
12892   (condition-case ()
12893       (progn
12894         (setq date (inline (timezone-fix-time 
12895                             date nil 
12896                             (aref (inline (timezone-parse-date date)) 4))))
12897         (inline
12898           (timezone-make-sortable-date
12899            (aref date 0) (aref date 1) (aref date 2)
12900            (inline
12901              (timezone-make-time-string
12902               (aref date 3) (aref date 4) (aref date 5))))))
12903     (error "")))
12904   
12905 ;; Summary saving commands.
12906
12907 (defun gnus-summary-save-article (&optional n not-saved)
12908   "Save the current article using the default saver function.
12909 If N is a positive number, save the N next articles.
12910 If N is a negative number, save the N previous articles.
12911 If N is nil and any articles have been marked with the process mark,
12912 save those articles instead.
12913 The variable `gnus-default-article-saver' specifies the saver function."
12914   (interactive "P")
12915   (gnus-set-global-variables)
12916   (let ((articles (gnus-summary-work-articles n))
12917         (save-buffer (save-excursion 
12918                        (nnheader-set-temp-buffer " *Gnus Save*")))
12919         file header article)
12920     (while articles
12921       (setq header (gnus-summary-article-header
12922                     (setq article (pop articles))))
12923       (if (not (vectorp header))
12924           ;; This is a pseudo-article.
12925           (if (assq 'name header)
12926               (gnus-copy-file (cdr (assq 'name header)))
12927             (gnus-message 1 "Article %d is unsaveable" article))
12928         ;; This is a real article.
12929         (save-window-excursion
12930           (gnus-summary-select-article t nil nil article))
12931         (save-excursion
12932           (set-buffer save-buffer)
12933           (insert-buffer-substring gnus-original-article-buffer))
12934         (unless gnus-save-all-headers
12935           ;; Remove headers accoring to `gnus-saved-headers'.
12936           (let ((gnus-visible-headers
12937                  (or gnus-saved-headers gnus-visible-headers))
12938                 (gnus-article-buffer save-buffer))
12939             (gnus-article-hide-headers 1 t)))
12940         (save-window-excursion
12941           (if (not gnus-default-article-saver)
12942               (error "No default saver is defined.")
12943             ;; !!! Magic!  The saving functions all save
12944             ;; `gnus-original-article-buffer' (or so they think),
12945             ;; but we bind that variable to out save-buffer.
12946             (let ((gnus-original-article-buffer save-buffer))
12947               (setq file (funcall
12948                           gnus-default-article-saver
12949                           (cond
12950                            ((not gnus-prompt-before-saving)
12951                             'default)
12952                            ((eq gnus-prompt-before-saving 'always)
12953                             nil)
12954                            (t file)))))))
12955         (gnus-summary-remove-process-mark article)
12956         (unless not-saved
12957           (gnus-summary-set-saved-mark article))))
12958     (gnus-kill-buffer save-buffer)
12959     (gnus-summary-position-point)
12960     n))
12961
12962 (defun gnus-summary-pipe-output (&optional arg)
12963   "Pipe the current article to a subprocess.
12964 If N is a positive number, pipe the N next articles.
12965 If N is a negative number, pipe the N previous articles.
12966 If N is nil and any articles have been marked with the process mark,
12967 pipe those articles instead."
12968   (interactive "P")
12969   (gnus-set-global-variables)
12970   (let ((gnus-default-article-saver 'gnus-summary-save-in-pipe))
12971     (gnus-summary-save-article arg t))
12972   (gnus-configure-windows 'pipe))
12973
12974 (defun gnus-summary-save-article-mail (&optional arg)
12975   "Append the current article to an mail file.
12976 If N is a positive number, save the N next articles.
12977 If N is a negative number, save the N previous articles.
12978 If N is nil and any articles have been marked with the process mark,
12979 save those articles instead."
12980   (interactive "P")
12981   (gnus-set-global-variables)
12982   (let ((gnus-default-article-saver 'gnus-summary-save-in-mail))
12983     (gnus-summary-save-article arg)))
12984
12985 (defun gnus-summary-save-article-rmail (&optional arg)
12986   "Append the current article to an rmail file.
12987 If N is a positive number, save the N next articles.
12988 If N is a negative number, save the N previous articles.
12989 If N is nil and any articles have been marked with the process mark,
12990 save those articles instead."
12991   (interactive "P")
12992   (gnus-set-global-variables)
12993   (let ((gnus-default-article-saver 'gnus-summary-save-in-rmail))
12994     (gnus-summary-save-article arg)))
12995
12996 (defun gnus-summary-save-article-file (&optional arg)
12997   "Append the current article to a file.
12998 If N is a positive number, save the N next articles.
12999 If N is a negative number, save the N previous articles.
13000 If N is nil and any articles have been marked with the process mark,
13001 save those articles instead."
13002   (interactive "P")
13003   (gnus-set-global-variables)
13004   (let ((gnus-default-article-saver 'gnus-summary-save-in-file))
13005     (gnus-summary-save-article arg)))
13006
13007 (defun gnus-summary-save-article-body-file (&optional arg)
13008   "Append the current article body to a file.
13009 If N is a positive number, save the N next articles.
13010 If N is a negative number, save the N previous articles.
13011 If N is nil and any articles have been marked with the process mark,
13012 save those articles instead."
13013   (interactive "P")
13014   (gnus-set-global-variables)
13015   (let ((gnus-default-article-saver 'gnus-summary-save-body-in-file))
13016     (gnus-summary-save-article arg)))
13017
13018 (defun gnus-get-split-value (methods)
13019   "Return a value based on the split METHODS."
13020   (let (split-name method result match)
13021     (when methods
13022       (save-excursion
13023         (set-buffer gnus-original-article-buffer)
13024         (save-restriction
13025           (nnheader-narrow-to-headers)
13026           (while methods
13027             (goto-char (point-min))
13028             (setq method (pop methods))
13029             (setq match (car method))
13030             (when (cond
13031                    ((stringp match)
13032                     ;; Regular expression.
13033                     (condition-case ()
13034                         (re-search-forward match nil t)
13035                       (error nil)))
13036                    ((gnus-functionp match)
13037                     ;; Function.
13038                     (save-restriction
13039                       (widen)
13040                       (setq result (funcall match gnus-newsgroup-name))))
13041                    ((consp match)
13042                     ;; Form.
13043                     (save-restriction
13044                       (widen)
13045                       (setq result (eval match)))))
13046               (setq split-name (append (cdr method) split-name))
13047               (cond ((stringp result)
13048                      (push result split-name))
13049                     ((consp result)
13050                      (setq split-name (append result split-name)))))))))
13051     split-name))
13052
13053 (defun gnus-read-move-group-name (prompt default articles prefix)
13054   "Read a group name."
13055   (let* ((split-name (gnus-get-split-value gnus-move-split-methods))
13056          (minibuffer-confirm-incomplete nil) ; XEmacs
13057          group-map
13058          (dum (mapatoms
13059                (lambda (g) 
13060                  (and (boundp g)
13061                       (symbol-name g)
13062                       (memq 'respool
13063                             (assoc (symbol-name
13064                                     (car (gnus-find-method-for-group
13065                                           (symbol-name g))))
13066                                    gnus-valid-select-methods))
13067                       (push (list (symbol-name g)) group-map)))
13068                gnus-active-hashtb))
13069          (prom
13070           (format "%s %s to:"
13071                   prompt
13072                   (if (> (length articles) 1)
13073                       (format "these %d articles" (length articles))
13074                     "this article")))
13075          (to-newsgroup
13076           (cond
13077            ((null split-name)
13078             (gnus-completing-read default prom
13079                                   group-map nil nil prefix
13080                                   'gnus-group-history))
13081            ((= 1 (length split-name))
13082             (gnus-completing-read (car split-name) prom group-map
13083                                   nil nil nil
13084                                   'gnus-group-history))
13085            (t
13086             (gnus-completing-read nil prom 
13087                                   (mapcar (lambda (el) (list el))
13088                                           (nreverse split-name))
13089                                   nil nil nil
13090                                   'gnus-group-history)))))
13091     (when to-newsgroup
13092       (if (or (string= to-newsgroup "")
13093               (string= to-newsgroup prefix))
13094           (setq to-newsgroup (or default "")))
13095       (or (gnus-active to-newsgroup)
13096           (gnus-activate-group to-newsgroup)
13097           (error "No such group: %s" to-newsgroup)))
13098     to-newsgroup))
13099
13100 (defun gnus-read-save-file-name (prompt default-name)
13101   (let* ((split-name (gnus-get-split-value gnus-split-methods))
13102          (file
13103           ;; Let the split methods have their say.
13104           (cond
13105            ;; No split name was found.
13106            ((null split-name)
13107             (read-file-name
13108              (concat prompt " (default "
13109                      (file-name-nondirectory default-name) ") ")
13110              (file-name-directory default-name)
13111              default-name))
13112            ;; A single split name was found
13113            ((= 1 (length split-name))
13114             (read-file-name
13115              (concat prompt " (default " (car split-name) ") ")
13116              gnus-article-save-directory
13117              (concat gnus-article-save-directory (car split-name))))
13118            ;; A list of splits was found.
13119            (t
13120             (setq split-name (nreverse split-name))
13121             (let (result)
13122               (let ((file-name-history (nconc split-name file-name-history)))
13123                 (setq result
13124                       (read-file-name
13125                        (concat prompt " (`M-p' for defaults) ")
13126                        gnus-article-save-directory
13127                        (car split-name))))
13128               (car (push result file-name-history)))))))
13129     ;; If we have read a directory, we append the default file name.
13130     (when (file-directory-p file)
13131       (setq file (concat (file-name-as-directory file)
13132                          (file-name-nondirectory default-name))))
13133     ;; Possibly translate some charaters.
13134     (nnheader-translate-file-chars file)))
13135
13136 (defun gnus-article-archive-name (group)
13137   "Return the first instance of an \"Archive-name\" in the current buffer."
13138   (let ((case-fold-search t))
13139     (when (re-search-forward "archive-name: *\\([^ \n\t]+\\)[ \t]*$" nil t)
13140       (match-string 1))))
13141
13142 (defun gnus-summary-save-in-rmail (&optional filename)
13143   "Append this article to Rmail file.
13144 Optional argument FILENAME specifies file name.
13145 Directory to save to is default to `gnus-article-save-directory'."
13146   (interactive)
13147   (gnus-set-global-variables)
13148   (let ((default-name
13149           (funcall gnus-rmail-save-name gnus-newsgroup-name
13150                    gnus-current-headers gnus-newsgroup-last-rmail)))
13151     (setq filename
13152           (cond ((eq filename 'default)
13153                  default-name)
13154                 (filename filename)
13155                 (t (gnus-read-save-file-name
13156                     "Save in rmail file:" default-name))))
13157     (gnus-make-directory (file-name-directory filename))
13158     (gnus-eval-in-buffer-window
13159      gnus-original-article-buffer
13160      (save-excursion
13161        (save-restriction
13162          (widen)
13163          (gnus-output-to-rmail filename))))
13164     ;; Remember the directory name to save articles
13165     (setq gnus-newsgroup-last-rmail filename)))
13166
13167 (defun gnus-summary-save-in-mail (&optional filename)
13168   "Append this article to Unix mail file.
13169 Optional argument FILENAME specifies file name.
13170 Directory to save to is default to `gnus-article-save-directory'."
13171   (interactive)
13172   (gnus-set-global-variables)
13173   (let ((default-name
13174           (funcall gnus-mail-save-name gnus-newsgroup-name
13175                    gnus-current-headers gnus-newsgroup-last-mail)))
13176     (setq filename
13177           (cond ((eq filename 'default)
13178                  default-name)
13179                 (filename filename)
13180                 (t (gnus-read-save-file-name
13181                     "Save in Unix mail file:" default-name))))
13182     (setq filename
13183           (expand-file-name filename
13184                             (and default-name
13185                                  (file-name-directory default-name))))
13186     (gnus-make-directory (file-name-directory filename))
13187     (gnus-eval-in-buffer-window
13188      gnus-original-article-buffer
13189      (save-excursion
13190        (save-restriction
13191          (widen)
13192          (if (and (file-readable-p filename) (mail-file-babyl-p filename))
13193              (gnus-output-to-rmail filename)
13194            (let ((mail-use-rfc822 t))
13195              (rmail-output filename 1 t t))))))
13196     ;; Remember the directory name to save articles.
13197     (setq gnus-newsgroup-last-mail filename)))
13198
13199 (defun gnus-summary-save-in-file (&optional filename)
13200   "Append this article to file.
13201 Optional argument FILENAME specifies file name.
13202 Directory to save to is default to `gnus-article-save-directory'."
13203   (interactive)
13204   (gnus-set-global-variables)
13205   (let ((default-name
13206           (funcall gnus-file-save-name gnus-newsgroup-name
13207                    gnus-current-headers gnus-newsgroup-last-file)))
13208     (setq filename
13209           (cond ((eq filename 'default)
13210                  default-name)
13211                 (filename filename)
13212                 (t (gnus-read-save-file-name
13213                     "Save in file:" default-name))))
13214     (gnus-make-directory (file-name-directory filename))
13215     (gnus-eval-in-buffer-window
13216      gnus-original-article-buffer
13217      (save-excursion
13218        (save-restriction
13219          (widen)
13220          (gnus-output-to-file filename))))
13221     ;; Remember the directory name to save articles.
13222     (setq gnus-newsgroup-last-file filename)))
13223
13224 (defun gnus-summary-save-body-in-file (&optional filename)
13225   "Append this article body to a file.
13226 Optional argument FILENAME specifies file name.
13227 The directory to save in defaults to `gnus-article-save-directory'."
13228   (interactive)
13229   (gnus-set-global-variables)
13230   (let ((default-name
13231           (funcall gnus-file-save-name gnus-newsgroup-name
13232                    gnus-current-headers gnus-newsgroup-last-file)))
13233     (setq filename
13234           (cond ((eq filename 'default)
13235                  default-name)
13236                 (filename filename)
13237                 (t (gnus-read-save-file-name
13238                     "Save body in file:" default-name))))
13239     (gnus-make-directory (file-name-directory filename))
13240     (gnus-eval-in-buffer-window
13241      gnus-article-buffer
13242      (save-excursion
13243        (save-restriction
13244          (widen)
13245          (goto-char (point-min))
13246          (and (search-forward "\n\n" nil t)
13247               (narrow-to-region (point) (point-max)))
13248          (gnus-output-to-file filename))))
13249     ;; Remember the directory name to save articles.
13250     (setq gnus-newsgroup-last-file filename)))
13251
13252 (defun gnus-summary-save-in-pipe (&optional command)
13253   "Pipe this article to subprocess."
13254   (interactive)
13255   (gnus-set-global-variables)
13256   (setq command
13257         (cond ((eq command 'default)
13258                gnus-last-shell-command)
13259               (command command)
13260               (t (read-string "Shell command on article: "
13261                               gnus-last-shell-command))))
13262   (if (string-equal command "")
13263       (setq command gnus-last-shell-command))
13264   (gnus-eval-in-buffer-window
13265    gnus-article-buffer
13266    (save-restriction
13267      (widen)
13268      (shell-command-on-region (point-min) (point-max) command nil)))
13269   (setq gnus-last-shell-command command))
13270
13271 ;; Summary extract commands
13272
13273 (defun gnus-summary-insert-pseudos (pslist &optional not-view)
13274   (let ((buffer-read-only nil)
13275         (article (gnus-summary-article-number))
13276         after-article b e)
13277     (or (gnus-summary-goto-subject article)
13278         (error (format "No such article: %d" article)))
13279     (gnus-summary-position-point)
13280     ;; If all commands are to be bunched up on one line, we collect
13281     ;; them here.
13282     (if gnus-view-pseudos-separately
13283         ()
13284       (let ((ps (setq pslist (sort pslist 'gnus-pseudos<)))
13285             files action)
13286         (while ps
13287           (setq action (cdr (assq 'action (car ps))))
13288           (setq files (list (cdr (assq 'name (car ps)))))
13289           (while (and ps (cdr ps)
13290                       (string= (or action "1")
13291                                (or (cdr (assq 'action (cadr ps))) "2")))
13292             (setq files (cons (cdr (assq 'name (cadr ps))) files))
13293             (setcdr ps (cddr ps)))
13294           (if (not files)
13295               ()
13296             (if (not (string-match "%s" action))
13297                 (setq files (cons " " files)))
13298             (setq files (cons " " files))
13299             (and (assq 'execute (car ps))
13300                  (setcdr (assq 'execute (car ps))
13301                          (funcall (if (string-match "%s" action)
13302                                       'format 'concat)
13303                                   action
13304                                   (mapconcat (lambda (f) f) files " ")))))
13305           (setq ps (cdr ps)))))
13306     (if (and gnus-view-pseudos (not not-view))
13307         (while pslist
13308           (and (assq 'execute (car pslist))
13309                (gnus-execute-command (cdr (assq 'execute (car pslist)))
13310                                      (eq gnus-view-pseudos 'not-confirm)))
13311           (setq pslist (cdr pslist)))
13312       (save-excursion
13313         (while pslist
13314           (setq after-article (or (cdr (assq 'article (car pslist)))
13315                                   (gnus-summary-article-number)))
13316           (gnus-summary-goto-subject after-article)
13317           (forward-line 1)
13318           (setq b (point))
13319           (insert "    " (file-name-nondirectory
13320                                 (cdr (assq 'name (car pslist))))
13321                   ": " (or (cdr (assq 'execute (car pslist))) "") "\n")
13322           (setq e (point))
13323           (forward-line -1)             ; back to `b'
13324           (gnus-add-text-properties
13325            b (1- e) (list 'gnus-number gnus-reffed-article-number
13326                           gnus-mouse-face-prop gnus-mouse-face))
13327           (gnus-data-enter
13328            after-article gnus-reffed-article-number
13329            gnus-unread-mark b (car pslist) 0 (- e b))
13330           (push gnus-reffed-article-number gnus-newsgroup-unreads)
13331           (setq gnus-reffed-article-number (1- gnus-reffed-article-number))
13332           (setq pslist (cdr pslist)))))))
13333
13334 (defun gnus-pseudos< (p1 p2)
13335   (let ((c1 (cdr (assq 'action p1)))
13336         (c2 (cdr (assq 'action p2))))
13337     (and c1 c2 (string< c1 c2))))
13338
13339 (defun gnus-request-pseudo-article (props)
13340   (cond ((assq 'execute props)
13341          (gnus-execute-command (cdr (assq 'execute props)))))
13342   (let ((gnus-current-article (gnus-summary-article-number)))
13343     (run-hooks 'gnus-mark-article-hook)))
13344
13345 (defun gnus-execute-command (command &optional automatic)
13346   (save-excursion
13347     (gnus-article-setup-buffer)
13348     (set-buffer gnus-article-buffer)
13349     (setq buffer-read-only nil)
13350     (let ((command (if automatic command (read-string "Command: " command)))
13351           ;; Just binding this here doesn't help, because there might
13352           ;; be output from the process after exiting the scope of 
13353           ;; this `let'.
13354           ;; (buffer-read-only nil)
13355           )
13356       (erase-buffer)
13357       (insert "$ " command "\n\n")
13358       (if gnus-view-pseudo-asynchronously
13359           (start-process "gnus-execute" nil "sh" "-c" command)
13360         (call-process "sh" nil t nil "-c" command)))))
13361
13362 (defun gnus-copy-file (file &optional to)
13363   "Copy FILE to TO."
13364   (interactive
13365    (list (read-file-name "Copy file: " default-directory)
13366          (read-file-name "Copy file to: " default-directory)))
13367   (gnus-set-global-variables)
13368   (or to (setq to (read-file-name "Copy file to: " default-directory)))
13369   (and (file-directory-p to)
13370        (setq to (concat (file-name-as-directory to)
13371                         (file-name-nondirectory file))))
13372   (copy-file file to))
13373
13374 ;; Summary kill commands.
13375
13376 (defun gnus-summary-edit-global-kill (article)
13377   "Edit the \"global\" kill file."
13378   (interactive (list (gnus-summary-article-number)))
13379   (gnus-set-global-variables)
13380   (gnus-group-edit-global-kill article))
13381
13382 (defun gnus-summary-edit-local-kill ()
13383   "Edit a local kill file applied to the current newsgroup."
13384   (interactive)
13385   (gnus-set-global-variables)
13386   (setq gnus-current-headers (gnus-summary-article-header))
13387   (gnus-set-global-variables)
13388   (gnus-group-edit-local-kill
13389    (gnus-summary-article-number) gnus-newsgroup-name))
13390
13391 \f
13392 ;;;
13393 ;;; Gnus article mode
13394 ;;;
13395
13396 (put 'gnus-article-mode 'mode-class 'special)
13397
13398 (if gnus-article-mode-map
13399     nil
13400   (setq gnus-article-mode-map (make-keymap))
13401   (suppress-keymap gnus-article-mode-map)
13402
13403   (gnus-define-keys gnus-article-mode-map
13404     " " gnus-article-goto-next-page
13405     "\177" gnus-article-goto-prev-page
13406     [delete] gnus-article-goto-prev-page
13407     "\C-c^" gnus-article-refer-article
13408     "h" gnus-article-show-summary
13409     "s" gnus-article-show-summary
13410     "\C-c\C-m" gnus-article-mail
13411     "?" gnus-article-describe-briefly
13412     gnus-mouse-2 gnus-article-push-button
13413     "\r" gnus-article-press-button
13414     "\t" gnus-article-next-button
13415     "\M-\t" gnus-article-prev-button
13416     "\C-c\C-b" gnus-bug)
13417
13418   (substitute-key-definition
13419    'undefined 'gnus-article-read-summary-keys gnus-article-mode-map))
13420
13421 (defun gnus-article-mode ()
13422   "Major mode for displaying an article.
13423
13424 All normal editing commands are switched off.
13425
13426 The following commands are available:
13427
13428 \\<gnus-article-mode-map>
13429 \\[gnus-article-next-page]\t Scroll the article one page forwards
13430 \\[gnus-article-prev-page]\t Scroll the article one page backwards
13431 \\[gnus-article-refer-article]\t Go to the article referred to by an article id near point
13432 \\[gnus-article-show-summary]\t Display the summary buffer
13433 \\[gnus-article-mail]\t Send a reply to the address near point
13434 \\[gnus-article-describe-briefly]\t Describe the current mode briefly
13435 \\[gnus-info-find-node]\t Go to the Gnus info node"
13436   (interactive)
13437   (when (and menu-bar-mode
13438              (gnus-visual-p 'article-menu 'menu))
13439     (gnus-article-make-menu-bar))
13440   (kill-all-local-variables)
13441   (gnus-simplify-mode-line)
13442   (setq mode-name "Article")
13443   (setq major-mode 'gnus-article-mode)
13444   (make-local-variable 'minor-mode-alist)
13445   (or (assq 'gnus-show-mime minor-mode-alist)
13446       (setq minor-mode-alist
13447             (cons (list 'gnus-show-mime " MIME") minor-mode-alist)))
13448   (use-local-map gnus-article-mode-map)
13449   (make-local-variable 'page-delimiter)
13450   (setq page-delimiter gnus-page-delimiter)
13451   (buffer-disable-undo (current-buffer))
13452   (setq buffer-read-only t)             ;Disable modification
13453   (run-hooks 'gnus-article-mode-hook))
13454
13455 (defun gnus-article-setup-buffer ()
13456   "Initialize the article buffer."
13457   (let* ((name (if gnus-single-article-buffer "*Article*"
13458                  (concat "*Article " gnus-newsgroup-name "*")))
13459          (original
13460           (progn (string-match "\\*Article" name)
13461                  (concat " *Original Article"
13462                          (substring name (match-end 0))))))
13463     (setq gnus-article-buffer name)
13464     (setq gnus-original-article-buffer original)
13465     ;; This might be a variable local to the summary buffer.
13466     (unless gnus-single-article-buffer
13467       (save-excursion
13468         (set-buffer gnus-summary-buffer)
13469         (setq gnus-article-buffer name)
13470         (setq gnus-original-article-buffer original)
13471         (gnus-set-global-variables))
13472       (make-local-variable 'gnus-summary-buffer))
13473     ;; Init original article buffer.
13474     (save-excursion
13475       (set-buffer (get-buffer-create gnus-original-article-buffer))
13476       (buffer-disable-undo (current-buffer))
13477       (setq major-mode 'gnus-original-article-mode)
13478       (make-local-variable 'gnus-original-article))
13479     (if (get-buffer name)
13480         (save-excursion
13481           (set-buffer name)
13482           (buffer-disable-undo (current-buffer))
13483           (setq buffer-read-only t)
13484           (gnus-add-current-to-buffer-list)
13485           (or (eq major-mode 'gnus-article-mode)
13486               (gnus-article-mode))
13487           (current-buffer))
13488       (save-excursion
13489         (set-buffer (get-buffer-create name))
13490         (gnus-add-current-to-buffer-list)
13491         (gnus-article-mode)
13492         (current-buffer)))))
13493
13494 ;; Set article window start at LINE, where LINE is the number of lines
13495 ;; from the head of the article.
13496 (defun gnus-article-set-window-start (&optional line)
13497   (set-window-start
13498    (get-buffer-window gnus-article-buffer t)
13499    (save-excursion
13500      (set-buffer gnus-article-buffer)
13501      (goto-char (point-min))
13502      (if (not line)
13503          (point-min)
13504        (gnus-message 6 "Moved to bookmark")
13505        (search-forward "\n\n" nil t)
13506        (forward-line line)
13507        (point)))))
13508
13509 (defun gnus-kill-all-overlays ()
13510   "Delete all overlays in the current buffer."
13511   (when (fboundp 'overlay-lists)
13512     (let* ((overlayss (overlay-lists))
13513            (buffer-read-only nil)
13514            (overlays (nconc (car overlayss) (cdr overlayss))))
13515       (while overlays
13516         (delete-overlay (pop overlays))))))
13517
13518 (defun gnus-request-article-this-buffer (article group)
13519   "Get an article and insert it into this buffer."
13520   (let (do-update-line)
13521     (prog1
13522         (save-excursion
13523           (erase-buffer)
13524           (gnus-kill-all-overlays)
13525           (setq group (or group gnus-newsgroup-name))
13526
13527           ;; Open server if it has closed.
13528           (gnus-check-server (gnus-find-method-for-group group))
13529
13530           ;; Using `gnus-request-article' directly will insert the article into
13531           ;; `nntp-server-buffer' - so we'll save some time by not having to
13532           ;; copy it from the server buffer into the article buffer.
13533
13534           ;; We only request an article by message-id when we do not have the
13535           ;; headers for it, so we'll have to get those.
13536           (when (stringp article)
13537             (let ((gnus-override-method gnus-refer-article-method))
13538               (gnus-read-header article)))
13539
13540           ;; If the article number is negative, that means that this article
13541           ;; doesn't belong in this newsgroup (possibly), so we find its
13542           ;; message-id and request it by id instead of number.
13543           (when (and (numberp article)
13544                      gnus-summary-buffer
13545                      (get-buffer gnus-summary-buffer)
13546                      (buffer-name (get-buffer gnus-summary-buffer)))
13547             (save-excursion
13548               (set-buffer gnus-summary-buffer)
13549               (let ((header (gnus-summary-article-header article)))
13550                 (if (< article 0)
13551                     (cond 
13552                      ((memq article gnus-newsgroup-sparse)
13553                       ;; This is a sparse gap article.
13554                       (setq do-update-line article)
13555                       (setq article (mail-header-id header))
13556                       (let ((gnus-override-method gnus-refer-article-method))
13557                         (gnus-read-header article))
13558                       (setq gnus-newsgroup-sparse
13559                             (delq article gnus-newsgroup-sparse)))
13560                      ((vectorp header)
13561                       ;; It's a real article.
13562                       (setq article (mail-header-id header)))
13563                      (t
13564                       ;; It is an extracted pseudo-article.
13565                       (setq article 'pseudo)
13566                       (gnus-request-pseudo-article header))))
13567                 
13568                 (let ((method (gnus-find-method-for-group 
13569                                gnus-newsgroup-name)))
13570                   (if (not (eq (car method) 'nneething))
13571                       ()
13572                     (let ((dir (concat (file-name-as-directory (nth 1 method))
13573                                        (mail-header-subject header))))
13574                       (if (file-directory-p dir)
13575                           (progn
13576                             (setq article 'nneething)
13577                             (gnus-group-enter-directory dir)))))))))
13578
13579           (cond
13580            ;; Refuse to select canceled articles.
13581            ((and (numberp article)
13582                  gnus-summary-buffer
13583                  (get-buffer gnus-summary-buffer)
13584                  (buffer-name (get-buffer gnus-summary-buffer))
13585                  (eq (cdr (save-excursion
13586                             (set-buffer gnus-summary-buffer)
13587                             (assq article gnus-newsgroup-reads)))
13588                      gnus-canceled-mark))
13589             nil)
13590            ;; We first check `gnus-original-article-buffer'.
13591            ((and (get-buffer gnus-original-article-buffer)
13592                  (numberp article)
13593                  (save-excursion
13594                    (set-buffer gnus-original-article-buffer)
13595                    (and (equal (car gnus-original-article) group)
13596                         (eq (cdr gnus-original-article) article))))
13597             (insert-buffer-substring gnus-original-article-buffer)
13598             'article)
13599            ;; Check the backlog.
13600            ((and gnus-keep-backlog
13601                  (gnus-backlog-request-article group article (current-buffer)))
13602             'article)
13603            ;; Check the cache.
13604            ((and gnus-use-cache
13605                  (numberp article)
13606                  (gnus-cache-request-article article group))
13607             'article)
13608            ;; Get the article and put into the article buffer.
13609            ((or (stringp article) (numberp article))
13610             (let ((gnus-override-method
13611                    (and (stringp article) gnus-refer-article-method))
13612                   (buffer-read-only nil))
13613               (erase-buffer)
13614               (gnus-kill-all-overlays)
13615               (if (gnus-request-article article group (current-buffer))
13616                   (progn
13617                     (and gnus-keep-backlog
13618                          (numberp article)
13619                          (gnus-backlog-enter-article
13620                           group article (current-buffer)))
13621                     'article))))
13622            ;; It was a pseudo.
13623            (t article)))
13624
13625       ;; Take the article from the original article buffer
13626       ;; and place it in the buffer it's supposed to be in.
13627       (when (and (get-buffer gnus-article-buffer)
13628                  ;;(numberp article)
13629                  (equal (buffer-name (current-buffer))
13630                         (buffer-name (get-buffer gnus-article-buffer))))
13631         (save-excursion
13632           (if (get-buffer gnus-original-article-buffer)
13633               (set-buffer (get-buffer gnus-original-article-buffer))
13634             (set-buffer (get-buffer-create gnus-original-article-buffer))
13635             (buffer-disable-undo (current-buffer))
13636             (setq major-mode 'gnus-original-article-mode)
13637             (setq buffer-read-only t)
13638             (gnus-add-current-to-buffer-list))
13639           (let (buffer-read-only)
13640             (erase-buffer)
13641             (insert-buffer-substring gnus-article-buffer))
13642           (setq gnus-original-article (cons group article))))
13643     
13644       ;; Update sparse articles.
13645       (when (and do-update-line
13646                  (or (numberp article)
13647                      (stringp article)))
13648         (let ((buf (current-buffer)))
13649           (set-buffer gnus-summary-buffer)
13650           (gnus-summary-update-article do-update-line)
13651           (gnus-summary-goto-subject do-update-line nil t)
13652           (set-window-point (get-buffer-window (current-buffer) t)
13653                             (point))
13654           (set-buffer buf))))))
13655
13656 (defun gnus-read-header (id &optional header)
13657   "Read the headers of article ID and enter them into the Gnus system."
13658   (let ((group gnus-newsgroup-name)
13659         (gnus-override-method 
13660          (and (gnus-news-group-p gnus-newsgroup-name)
13661               gnus-refer-article-method))       
13662         where)
13663     ;; First we check to see whether the header in question is already
13664     ;; fetched.
13665     (if (stringp id)
13666         ;; This is a Message-ID.
13667         (setq header (or header (gnus-id-to-header id)))
13668       ;; This is an article number.
13669       (setq header (or header (gnus-summary-article-header id))))
13670     (if (and header
13671              (not (memq (mail-header-number header) gnus-newsgroup-sparse)))
13672         ;; We have found the header.
13673         header
13674       ;; We have to really fetch the header to this article.
13675       (when (setq where
13676                   (if (gnus-check-backend-function 'request-head group)
13677                       (gnus-request-head id group)
13678                     (gnus-request-article id group)))
13679         (save-excursion
13680           (set-buffer nntp-server-buffer)
13681           (and (search-forward "\n\n" nil t)
13682                (delete-region (1- (point)) (point-max)))
13683           (goto-char (point-max))
13684           (insert ".\n")
13685           (goto-char (point-min))
13686           (insert "211 ")
13687           (princ (cond
13688                   ((numberp id) id)
13689                   ((cdr where) (cdr where))
13690                   (header (mail-header-number header))
13691                   (t gnus-reffed-article-number))
13692                  (current-buffer))
13693           (insert " Article retrieved.\n"))
13694         ;(when (and header
13695         ;          (memq (mail-header-number header) gnus-newsgroup-sparse))
13696         ;  (setcar (gnus-id-to-thread id) nil))
13697         (if (not (setq header (car (gnus-get-newsgroup-headers))))
13698             ()                          ; Malformed head.
13699           (unless (memq (mail-header-number header) gnus-newsgroup-sparse)
13700             (if (and (stringp id)
13701                      (not (string= (gnus-group-real-name group)
13702                                    (car where))))
13703                 ;; If we fetched by Message-ID and the article came
13704                 ;; from a different group, we fudge some bogus article
13705                 ;; numbers for this article.
13706                 (mail-header-set-number header gnus-reffed-article-number))
13707             (decf gnus-reffed-article-number)
13708             (gnus-remove-header (mail-header-number header))
13709             (push header gnus-newsgroup-headers)
13710             (setq gnus-current-headers header)
13711             (push (mail-header-number header) gnus-newsgroup-limit))
13712           header)))))
13713
13714 (defun gnus-remove-header (number)
13715   "Remove header NUMBER from `gnus-newsgroup-headers'."
13716   (if (and gnus-newsgroup-headers
13717            (= number (mail-header-number (car gnus-newsgroup-headers))))
13718       (pop gnus-newsgroup-headers)
13719     (let ((headers gnus-newsgroup-headers))
13720       (while (and (cdr headers)
13721                   (not (= number (mail-header-number (cadr headers)))))
13722         (pop headers))
13723       (when (cdr headers)
13724         (setcdr headers (cddr headers))))))
13725
13726 (defun gnus-article-prepare (article &optional all-headers header)
13727   "Prepare ARTICLE in article mode buffer.
13728 ARTICLE should either be an article number or a Message-ID.
13729 If ARTICLE is an id, HEADER should be the article headers.
13730 If ALL-HEADERS is non-nil, no headers are hidden."
13731   (save-excursion
13732     ;; Make sure we start in a summary buffer.
13733     (unless (eq major-mode 'gnus-summary-mode)
13734       (set-buffer gnus-summary-buffer))
13735     (setq gnus-summary-buffer (current-buffer))
13736     ;; Make sure the connection to the server is alive.
13737     (unless (gnus-server-opened
13738              (gnus-find-method-for-group gnus-newsgroup-name))
13739       (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
13740       (gnus-request-group gnus-newsgroup-name t))
13741     (let* ((article (if header (mail-header-number header) article))
13742            (summary-buffer (current-buffer))
13743            (internal-hook gnus-article-internal-prepare-hook)
13744            (group gnus-newsgroup-name)
13745            result)
13746       (save-excursion
13747         (gnus-article-setup-buffer)
13748         (set-buffer gnus-article-buffer)
13749         ;; Deactivate active regions.
13750         (when (and (boundp 'transient-mark-mode)
13751                    transient-mark-mode)
13752           (setq mark-active nil))
13753         (if (not (setq result (let ((buffer-read-only nil))
13754                                 (gnus-request-article-this-buffer
13755                                  article group))))
13756             ;; There is no such article.
13757             (save-excursion
13758               (when (and (numberp article)
13759                          (not (memq article gnus-newsgroup-sparse)))
13760                 (setq gnus-article-current
13761                       (cons gnus-newsgroup-name article))
13762                 (set-buffer gnus-summary-buffer)
13763                 (setq gnus-current-article article)
13764                 (gnus-summary-mark-article article gnus-canceled-mark))
13765               (unless (memq article gnus-newsgroup-sparse)
13766                 (gnus-error
13767                  1 "No such article (may have expired or been canceled)")))
13768           (if (or (eq result 'pseudo) (eq result 'nneething))
13769               (progn
13770                 (save-excursion
13771                   (set-buffer summary-buffer)
13772                   (setq gnus-last-article gnus-current-article
13773                         gnus-newsgroup-history (cons gnus-current-article
13774                                                      gnus-newsgroup-history)
13775                         gnus-current-article 0
13776                         gnus-current-headers nil
13777                         gnus-article-current nil)
13778                   (if (eq result 'nneething)
13779                       (gnus-configure-windows 'summary)
13780                     (gnus-configure-windows 'article))
13781                   (gnus-set-global-variables))
13782                 (gnus-set-mode-line 'article))
13783             ;; The result from the `request' was an actual article -
13784             ;; or at least some text that is now displayed in the
13785             ;; article buffer.
13786             (if (and (numberp article)
13787                      (not (eq article gnus-current-article)))
13788                 ;; Seems like a new article has been selected.
13789                 ;; `gnus-current-article' must be an article number.
13790                 (save-excursion
13791                   (set-buffer summary-buffer)
13792                   (setq gnus-last-article gnus-current-article
13793                         gnus-newsgroup-history (cons gnus-current-article
13794                                                      gnus-newsgroup-history)
13795                         gnus-current-article article
13796                         gnus-current-headers
13797                         (gnus-summary-article-header gnus-current-article)
13798                         gnus-article-current
13799                         (cons gnus-newsgroup-name gnus-current-article))
13800                   (unless (vectorp gnus-current-headers)
13801                     (setq gnus-current-headers nil))
13802                   (gnus-summary-show-thread)
13803                   (run-hooks 'gnus-mark-article-hook)
13804                   (gnus-set-mode-line 'summary)
13805                   (and (gnus-visual-p 'article-highlight 'highlight)
13806                        (run-hooks 'gnus-visual-mark-article-hook))
13807                   ;; Set the global newsgroup variables here.
13808                   ;; Suggested by Jim Sisolak
13809                   ;; <sisolak@trans4.neep.wisc.edu>.
13810                   (gnus-set-global-variables)
13811                   (setq gnus-have-all-headers
13812                         (or all-headers gnus-show-all-headers))
13813                   (and gnus-use-cache
13814                        (vectorp (gnus-summary-article-header article))
13815                        (gnus-cache-possibly-enter-article
13816                         group article
13817                         (gnus-summary-article-header article)
13818                         (memq article gnus-newsgroup-marked)
13819                         (memq article gnus-newsgroup-dormant)
13820                         (memq article gnus-newsgroup-unreads)))))
13821             (when (or (numberp article)
13822                       (stringp article))
13823               ;; Hooks for getting information from the article.
13824               ;; This hook must be called before being narrowed.
13825               (let (buffer-read-only)
13826                 (run-hooks 'internal-hook)
13827                 (run-hooks 'gnus-article-prepare-hook)
13828                 ;; Decode MIME message.
13829                 (if gnus-show-mime
13830                     (if (or (not gnus-strict-mime)
13831                             (gnus-fetch-field "Mime-Version"))
13832                         (funcall gnus-show-mime-method)
13833                       (funcall gnus-decode-encoded-word-method)))
13834                 ;; Perform the article display hooks.
13835                 (run-hooks 'gnus-article-display-hook))
13836               ;; Do page break.
13837               (goto-char (point-min))
13838               (and gnus-break-pages (gnus-narrow-to-page)))
13839             (gnus-set-mode-line 'article)
13840             (gnus-configure-windows 'article)
13841             (goto-char (point-min))
13842             t))))))
13843
13844 (defun gnus-article-show-all-headers ()
13845   "Show all article headers in article mode buffer."
13846   (save-excursion
13847     (gnus-article-setup-buffer)
13848     (set-buffer gnus-article-buffer)
13849     (let ((buffer-read-only nil))
13850       (gnus-unhide-text (point-min) (point-max)))))
13851
13852 (defun gnus-article-hide-headers-if-wanted ()
13853   "Hide unwanted headers if `gnus-have-all-headers' is nil.
13854 Provided for backwards compatibility."
13855   (or (save-excursion (set-buffer gnus-summary-buffer) gnus-have-all-headers)
13856       gnus-inhibit-hiding
13857       (gnus-article-hide-headers)))
13858
13859 (defsubst gnus-article-header-rank ()
13860   "Give the rank of the string HEADER as given by `gnus-sorted-header-list'."
13861   (let ((list gnus-sorted-header-list)
13862         (i 0))
13863     (while list
13864       (when (looking-at (car list))
13865         (setq list nil))
13866       (setq list (cdr list))
13867       (incf i))
13868     i))
13869
13870 (defun gnus-article-hide-headers (&optional arg delete)
13871   "Toggle whether to hide unwanted headers and possibly sort them as well.
13872 If given a negative prefix, always show; if given a positive prefix,
13873 always hide."
13874   (interactive "P")
13875   (if (gnus-article-check-hidden-text 'headers arg)
13876       ;; Show boring headers as well.
13877       (gnus-article-show-hidden-text 'boring-headers)
13878     ;; This function might be inhibited.
13879     (unless gnus-inhibit-hiding
13880       (save-excursion
13881         (set-buffer gnus-article-buffer)
13882         (save-restriction
13883           (let ((buffer-read-only nil)
13884                 (props (nconc (list 'gnus-type 'headers)
13885                               gnus-hidden-properties))
13886                 (max (1+ (length gnus-sorted-header-list)))
13887                 (ignored (when (not (stringp gnus-visible-headers))
13888                            (cond ((stringp gnus-ignored-headers)
13889                                   gnus-ignored-headers)
13890                                  ((listp gnus-ignored-headers)
13891                                   (mapconcat 'identity gnus-ignored-headers
13892                                              "\\|")))))
13893                 (visible
13894                  (cond ((stringp gnus-visible-headers)
13895                         gnus-visible-headers)
13896                        ((and gnus-visible-headers
13897                              (listp gnus-visible-headers))
13898                         (mapconcat 'identity gnus-visible-headers "\\|"))))
13899                 want-list beg)
13900             ;; First we narrow to just the headers.
13901             (widen)
13902             (goto-char (point-min))
13903             ;; Hide any "From " lines at the beginning of (mail) articles.
13904             (while (looking-at "From ")
13905               (forward-line 1))
13906             (unless (bobp)
13907               (if delete
13908                   (delete-region (point-min) (point))
13909                 (gnus-hide-text (point-min) (point) props)))
13910             ;; Then treat the rest of the header lines.
13911             (narrow-to-region
13912              (point)
13913              (progn (search-forward "\n\n" nil t) (forward-line -1) (point)))
13914             ;; Then we use the two regular expressions
13915             ;; `gnus-ignored-headers' and `gnus-visible-headers' to
13916             ;; select which header lines is to remain visible in the
13917             ;; article buffer.
13918             (goto-char (point-min))
13919             (while (re-search-forward "^[^ \t]*:" nil t)
13920               (beginning-of-line)
13921               ;; We add the headers we want to keep to a list and delete
13922               ;; them from the buffer.
13923               (gnus-put-text-property 
13924                (point) (1+ (point)) 'message-rank
13925                (if (or (and visible (looking-at visible))
13926                        (and ignored
13927                             (not (looking-at ignored))))
13928                    (gnus-article-header-rank) 
13929                  (+ 2 max)))
13930               (forward-line 1))
13931             (message-sort-headers-1)
13932             (when (setq beg (text-property-any 
13933                              (point-min) (point-max) 'message-rank (+ 2 max)))
13934               ;; We make the unwanted headers invisible.
13935               (if delete
13936                   (delete-region beg (point-max))
13937                 ;; Suggested by Sudish Joseph <joseph@cis.ohio-state.edu>.
13938                 (gnus-hide-text-type beg (point-max) 'headers))
13939               ;; Work around XEmacs lossage.
13940               (gnus-put-text-property (point-min) beg 'invisible nil))))))))
13941
13942 (defun gnus-article-hide-boring-headers (&optional arg)
13943   "Toggle hiding of headers that aren't very interesting.
13944 If given a negative prefix, always show; if given a positive prefix,
13945 always hide."
13946   (interactive "P")
13947   (unless (gnus-article-check-hidden-text 'boring-headers arg)
13948     (save-excursion
13949       (set-buffer gnus-article-buffer)
13950       (save-restriction
13951         (let ((buffer-read-only nil)
13952               (list gnus-boring-article-headers)
13953               (inhibit-point-motion-hooks t)
13954               elem)
13955           (nnheader-narrow-to-headers)
13956           (while list
13957             (setq elem (pop list))
13958             (goto-char (point-min))
13959             (cond
13960              ;; Hide empty headers.
13961              ((eq elem 'empty)
13962               (while (re-search-forward "^[^:]+:[ \t]\n[^ \t]" nil t)
13963                 (forward-line -1)
13964                 (gnus-hide-text-type
13965                  (progn (beginning-of-line) (point))
13966                  (progn 
13967                    (end-of-line)
13968                    (if (re-search-forward "^[^ \t]" nil t)
13969                        (match-beginning 0)
13970                      (point-max)))
13971                  'boring-headers)))
13972              ;; Hide boring Newsgroups header.
13973              ((eq elem 'newsgroups)
13974               (when (equal (message-fetch-field "newsgroups")
13975                            (gnus-group-real-name gnus-newsgroup-name))
13976                 (gnus-article-hide-header "newsgroups")))
13977              ((eq elem 'followup-to)
13978               (when (equal (message-fetch-field "followup-to")
13979                            (message-fetch-field "newsgroups"))
13980                 (gnus-article-hide-header "followup-to")))
13981              ((eq elem 'reply-to)
13982               (let ((from (message-fetch-field "from"))
13983                     (reply-to (message-fetch-field "reply-to")))
13984                 (when (and
13985                        from reply-to
13986                        (equal 
13987                         (nth 1 (funcall gnus-extract-address-components from))
13988                         (nth 1 (funcall gnus-extract-address-components
13989                                         reply-to))))
13990                   (gnus-article-hide-header "reply-to"))))
13991              ((eq elem 'date)
13992               (let ((date (message-fetch-field "date")))
13993                 (when (and date
13994                            (< (gnus-days-between date (current-time-string))
13995                               4))
13996                   (gnus-article-hide-header "date")))))))))))
13997
13998 (defun gnus-article-hide-header (header)
13999   (save-excursion
14000     (goto-char (point-min))
14001     (when (re-search-forward (concat "^" header ":") nil t)
14002       (gnus-hide-text-type
14003        (progn (beginning-of-line) (point))
14004        (progn 
14005          (end-of-line)
14006          (if (re-search-forward "^[^ \t]" nil t)
14007              (match-beginning 0)
14008            (point-max)))
14009        'boring-headers))))
14010
14011 ;; Written by Per Abrahamsen <amanda@iesd.auc.dk>.
14012 (defun gnus-article-treat-overstrike ()
14013   "Translate overstrikes into bold text."
14014   (interactive)
14015   (save-excursion
14016     (set-buffer gnus-article-buffer)
14017     (let ((buffer-read-only nil))
14018       (while (search-forward "\b" nil t)
14019         (let ((next (following-char))
14020               (previous (char-after (- (point) 2))))
14021           (cond 
14022            ((eq next previous)
14023             (gnus-put-text-property (- (point) 2) (point) 'invisible t)
14024             (gnus-put-text-property (point) (1+ (point)) 'face 'bold))
14025            ((eq next ?_)
14026             (gnus-put-text-property (1- (point)) (1+ (point)) 'invisible t)
14027             (gnus-put-text-property
14028              (- (point) 2) (1- (point)) 'face 'underline))
14029            ((eq previous ?_)
14030             (gnus-put-text-property (- (point) 2) (point) 'invisible t)
14031             (gnus-put-text-property
14032              (point) (1+ (point))       'face 'underline))))))))
14033
14034 (defun gnus-article-word-wrap ()
14035   "Format too long lines."
14036   (interactive)
14037   (save-excursion
14038     (set-buffer gnus-article-buffer)
14039     (let ((buffer-read-only nil))
14040       (widen)
14041       (goto-char (point-min))
14042       (search-forward "\n\n" nil t)
14043       (end-of-line 1)
14044       (let ((paragraph-start "^[>|#:<;* ]*[ \t]*$")
14045             (adaptive-fill-regexp "[ \t]*\\([|#:<;>*]+ *\\)?")
14046             (adaptive-fill-mode t))
14047         (while (not (eobp))
14048           (and (>= (current-column) (min fill-column (window-width)))
14049                (/= (preceding-char) ?:)
14050                (fill-paragraph nil))
14051           (end-of-line 2))))))
14052
14053 (defun gnus-article-remove-cr ()
14054   "Remove carriage returns from an article."
14055   (interactive)
14056   (save-excursion
14057     (set-buffer gnus-article-buffer)
14058     (let ((buffer-read-only nil))
14059       (goto-char (point-min))
14060       (while (search-forward "\r" nil t)
14061         (replace-match "" t t)))))
14062
14063 (defun gnus-article-remove-trailing-blank-lines ()
14064   "Remove all trailing blank lines from the article."
14065   (interactive)
14066   (save-excursion
14067     (set-buffer gnus-article-buffer)
14068     (let ((buffer-read-only nil))
14069       (goto-char (point-max))
14070       (delete-region
14071        (point)
14072        (progn
14073          (while (looking-at "^[ \t]*$")
14074            (forward-line -1))
14075          (forward-line 1)
14076          (point))))))
14077
14078 (defun gnus-article-display-x-face (&optional force)
14079   "Look for an X-Face header and display it if present."
14080   (interactive (list 'force))
14081   (save-excursion
14082     (set-buffer gnus-article-buffer)
14083     ;; Delete the old process, if any.
14084     (when (process-status "gnus-x-face")
14085       (delete-process "gnus-x-face"))
14086     (let ((inhibit-point-motion-hooks t)
14087           (case-fold-search nil)
14088           from)
14089       (save-restriction
14090         (nnheader-narrow-to-headers)
14091         (setq from (message-fetch-field "from"))
14092         (goto-char (point-min))
14093         (when (and gnus-article-x-face-command
14094                    (or force
14095                        ;; Check whether this face is censored.
14096                        (not gnus-article-x-face-too-ugly)
14097                        (and gnus-article-x-face-too-ugly from
14098                             (not (string-match gnus-article-x-face-too-ugly
14099                                                from))))
14100                    ;; Has to be present.
14101                    (re-search-forward "^X-Face: " nil t))
14102           ;; We now have the area of the buffer where the X-Face is stored.
14103           (let ((beg (point))
14104                 (end (1- (re-search-forward "^\\($\\|[^ \t]\\)" nil t))))
14105             ;; We display the face.
14106             (if (symbolp gnus-article-x-face-command)
14107                 ;; The command is a lisp function, so we call it.
14108                 (if (gnus-functionp gnus-article-x-face-command)
14109                     (funcall gnus-article-x-face-command beg end)
14110                   (error "%s is not a function" gnus-article-x-face-command))
14111               ;; The command is a string, so we interpret the command
14112               ;; as a, well, command, and fork it off.
14113               (let ((process-connection-type nil))
14114                 (process-kill-without-query
14115                  (start-process
14116                   "gnus-x-face" nil "sh" "-c" gnus-article-x-face-command))
14117                 (process-send-region "gnus-x-face" beg end)
14118                 (process-send-eof "gnus-x-face")))))))))
14119
14120 (defalias 'gnus-headers-decode-quoted-printable 'gnus-decode-rfc1522)
14121 (defun gnus-decode-rfc1522 ()
14122   "Hack to remove QP encoding from headers."
14123   (let ((case-fold-search t)
14124         (inhibit-point-motion-hooks t)
14125         (buffer-read-only nil)
14126         string)
14127     (save-restriction
14128       (narrow-to-region
14129        (goto-char (point-min))
14130        (or (search-forward "\n\n" nil t) (point-max)))
14131
14132       (while (re-search-forward 
14133               "=\\?iso-8859-1\\?q\\?\\([^?\t\n]*\\)\\?=" nil t)
14134         (setq string (match-string 1))
14135         (narrow-to-region (match-beginning 0) (match-end 0))
14136         (delete-region (point-min) (point-max))
14137         (insert string)
14138         (gnus-mime-decode-quoted-printable (goto-char (point-min)) (point-max))
14139         (subst-char-in-region (point-min) (point-max) ?_ ? )
14140         (widen)
14141         (goto-char (point-min))))))
14142
14143 (defun gnus-article-de-quoted-unreadable (&optional force)
14144   "Do a naive translation of a quoted-printable-encoded article.
14145 This is in no way, shape or form meant as a replacement for real MIME
14146 processing, but is simply a stop-gap measure until MIME support is
14147 written.
14148 If FORCE, decode the article whether it is marked as quoted-printable
14149 or not."
14150   (interactive (list 'force))
14151   (save-excursion
14152     (set-buffer gnus-article-buffer)
14153     (let ((case-fold-search t)
14154           (buffer-read-only nil)
14155           (type (gnus-fetch-field "content-transfer-encoding")))
14156       (gnus-decode-rfc1522)
14157       (when (or force
14158                 (and type (string-match "quoted-printable" (downcase type))))
14159         (goto-char (point-min))
14160         (search-forward "\n\n" nil 'move)
14161         (gnus-mime-decode-quoted-printable (point) (point-max))))))
14162
14163 (defun gnus-mime-decode-quoted-printable (from to)
14164   "Decode Quoted-Printable in the region between FROM and TO."
14165   (interactive "r")
14166   (goto-char from)
14167   (while (search-forward "=" to t)
14168     (cond ((eq (following-char) ?\n)
14169            (delete-char -1)
14170            (delete-char 1))
14171           ((looking-at "[0-9A-F][0-9A-F]")
14172            (subst-char-in-region
14173             (1- (point)) (point) ?=
14174             (hexl-hex-string-to-integer
14175              (buffer-substring (point) (+ 2 (point)))))
14176            (delete-char 2))
14177           ((looking-at "=")
14178            (delete-char 1))
14179           ((gnus-message 3 "Malformed MIME quoted-printable message")))))
14180
14181 (defun gnus-article-hide-pgp (&optional arg)
14182   "Toggle hiding of any PGP headers and signatures in the current article.
14183 If given a negative prefix, always show; if given a positive prefix,
14184 always hide."
14185   (interactive "P")
14186   (unless (gnus-article-check-hidden-text 'pgp arg)
14187     (save-excursion
14188       (set-buffer gnus-article-buffer)
14189       (let ((props (nconc (list 'gnus-type 'pgp) gnus-hidden-properties))
14190             buffer-read-only beg end)
14191         (widen)
14192         (goto-char (point-min))
14193         ;; Hide the "header".
14194         (and (search-forward "\n-----BEGIN PGP SIGNED MESSAGE-----\n" nil t)
14195              (gnus-hide-text (match-beginning 0) (match-end 0) props))
14196         (setq beg (point))
14197         ;; Hide the actual signature.
14198         (and (search-forward "\n-----BEGIN PGP SIGNATURE-----\n" nil t)
14199              (setq end (1+ (match-beginning 0)))
14200              (gnus-hide-text
14201               end
14202               (if (search-forward "\n-----END PGP SIGNATURE-----\n" nil t)
14203                   (match-end 0)
14204                 ;; Perhaps we shouldn't hide to the end of the buffer
14205                 ;; if there is no end to the signature?
14206                 (point-max))
14207               props))
14208         ;; Hide "- " PGP quotation markers.
14209         (when (and beg end)
14210           (narrow-to-region beg end)
14211           (goto-char (point-min))
14212           (while (re-search-forward "^- " nil t)
14213             (gnus-hide-text (match-beginning 0) (match-end 0) props))
14214           (widen))))))
14215
14216 (defun gnus-article-hide-signature (&optional arg)
14217   "Hide the signature in the current article.
14218 If given a negative prefix, always show; if given a positive prefix,
14219 always hide."
14220   (interactive "P")
14221   (unless (gnus-article-check-hidden-text 'signature arg)
14222     (save-excursion
14223       (set-buffer gnus-article-buffer)
14224       (save-restriction
14225         (let ((buffer-read-only nil))
14226           (when (gnus-narrow-to-signature)
14227             (gnus-hide-text-type (point-min) (point-max) 'signature)))))))
14228
14229 (defun gnus-article-strip-leading-blank-lines ()
14230   "Remove all blank lines from the beginning of the article."
14231   (interactive)
14232   (save-excursion
14233     (set-buffer gnus-article-buffer)
14234     (let (buffer-read-only)
14235       (goto-char (point-min))
14236       (when (search-forward "\n\n" nil t)
14237         (while (looking-at "[ \t]$")
14238           (gnus-delete-line))))))
14239
14240 (defvar mime::preview/content-list)
14241 (defvar mime::preview-content-info/point-min)
14242 (defun gnus-narrow-to-signature ()
14243   "Narrow to the signature."
14244   (widen)
14245   (if (and (boundp 'mime::preview/content-list)
14246            mime::preview/content-list)
14247       (let ((pcinfo (car (last mime::preview/content-list))))
14248         (narrow-to-region
14249          (funcall (intern "mime::preview-content-info/point-min") pcinfo)
14250          (point-max))
14251         t))
14252   (goto-char (point-max))
14253   (when (re-search-backward gnus-signature-separator nil t)
14254     (forward-line 1)
14255     (when (or (null gnus-signature-limit)
14256               (and (numberp gnus-signature-limit)
14257                    (< (- (point-max) (point)) gnus-signature-limit))
14258               (and (gnus-functionp gnus-signature-limit)
14259                    (funcall gnus-signature-limit))
14260               (and (stringp gnus-signature-limit)
14261                    (not (re-search-forward gnus-signature-limit nil t))))
14262       (narrow-to-region (point) (point-max))
14263       t)))
14264
14265 (defun gnus-article-check-hidden-text (type arg)
14266   "Return nil if hiding is necessary."
14267   (save-excursion
14268     (set-buffer gnus-article-buffer)
14269     (let ((hide (gnus-article-hidden-text-p type)))
14270       (cond ((or (and (null arg) (eq hide 'hidden))
14271                  (and arg (< (prefix-numeric-value arg) 1)))
14272              (gnus-article-show-hidden-text type))
14273             ((and (numberp arg) (> (prefix-numeric-value arg) 0))
14274              nil)
14275             ((eq hide 'shown)
14276              (gnus-article-show-hidden-text type t))
14277             (t nil)))))
14278
14279 (defun gnus-article-hidden-text-p (type)
14280   "Say whether the current buffer contains hidden text of type TYPE."
14281   (let ((pos (text-property-any (point-min) (point-max) 'gnus-type type)))
14282     (when pos
14283       (if (get-text-property pos 'invisible)
14284           'hidden
14285         'shown))))
14286
14287 (defun gnus-article-hide (&optional arg force)
14288   "Hide all the gruft in the current article.
14289 This means that PGP stuff, signatures, cited text and (some)
14290 headers will be hidden.
14291 If given a prefix, show the hidden text instead."
14292   (interactive (list current-prefix-arg 'force))
14293   (gnus-article-hide-headers arg)
14294   (gnus-article-hide-pgp arg)
14295   (gnus-article-hide-citation-maybe arg force)
14296   (gnus-article-hide-signature arg))
14297
14298 (defun gnus-article-show-hidden-text (type &optional hide)
14299   "Show all hidden text of type TYPE.
14300 If HIDE, hide the text instead."
14301   (save-excursion
14302     (set-buffer gnus-article-buffer)
14303     (let ((buffer-read-only nil)
14304           (inhibit-point-motion-hooks t)
14305           (beg (point-min)))
14306       (while (gnus-goto-char (text-property-any
14307                               beg (point-max) 'gnus-type type))
14308         (setq beg (point))
14309         (forward-char)
14310         (if hide
14311             (gnus-hide-text beg (point) gnus-hidden-properties)
14312           (gnus-unhide-text beg (point)))
14313         (setq beg (point)))
14314       t)))
14315
14316 (defvar gnus-article-time-units
14317   `((year . ,(* 365.25 24 60 60))
14318     (week . ,(* 7 24 60 60))
14319     (day . ,(* 24 60 60))
14320     (hour . ,(* 60 60))
14321     (minute . 60)
14322     (second . 1))
14323   "Mapping from time units to seconds.")
14324
14325 (defun gnus-article-date-ut (&optional type highlight)
14326   "Convert DATE date to universal time in the current article.
14327 If TYPE is `local', convert to local time; if it is `lapsed', output
14328 how much time has lapsed since DATE."
14329   (interactive (list 'ut t))
14330   (let* ((header (or gnus-current-headers
14331                      (gnus-summary-article-header) ""))
14332          (date (and (vectorp header) (mail-header-date header)))
14333          (date-regexp "^Date: \\|^X-Sent: ")
14334          (now (current-time))
14335          (inhibit-point-motion-hooks t)
14336          bface eface)
14337     (when (and date (not (string= date "")))
14338       (save-excursion
14339         (set-buffer gnus-article-buffer)
14340         (save-restriction
14341           (nnheader-narrow-to-headers)
14342           (let ((buffer-read-only nil))
14343             ;; Delete any old Date headers.
14344             (if (re-search-forward date-regexp nil t)
14345                 (progn
14346                   (setq bface (get-text-property (gnus-point-at-bol) 'face)
14347                         eface (get-text-property (1- (gnus-point-at-eol))
14348                                                  'face))
14349                   (message-remove-header date-regexp t)
14350                   (beginning-of-line))
14351               (goto-char (point-max)))
14352             (insert (gnus-make-date-line date type))
14353             ;; Do highlighting.
14354             (forward-line -1)
14355             (when (and (gnus-visual-p 'article-highlight 'highlight)
14356                        (looking-at "\\([^:]+\\): *\\(.*\\)$"))
14357               (gnus-put-text-property (match-beginning 1) (match-end 1)
14358                                  'face bface)
14359               (gnus-put-text-property (match-beginning 2) (match-end 2)
14360                                  'face eface))))))))
14361
14362 (defun gnus-make-date-line (date type)
14363   "Return a DATE line of TYPE."
14364   (cond
14365    ;; Convert to the local timezone.  We have to slap a
14366    ;; `condition-case' round the calls to the timezone
14367    ;; functions since they aren't particularly resistant to
14368    ;; buggy dates.
14369    ((eq type 'local)
14370     (concat "Date: " (condition-case ()
14371                          (timezone-make-date-arpa-standard date)
14372                        (error date))
14373             "\n"))
14374    ;; Convert to Universal Time.
14375    ((eq type 'ut)
14376     (concat "Date: "
14377             (condition-case ()
14378                 (timezone-make-date-arpa-standard date nil "UT")
14379               (error date))
14380             "\n"))
14381    ;; Get the original date from the article.
14382    ((eq type 'original)
14383     (concat "Date: " date "\n"))
14384    ;; Do an X-Sent lapsed format.
14385    ((eq type 'lapsed)
14386     ;; If the date is seriously mangled, the timezone
14387     ;; functions are liable to bug out, so we condition-case
14388     ;; the entire thing.
14389     (let* ((now (current-time))
14390            (real-time
14391             (condition-case ()
14392                 (gnus-time-minus
14393                  (gnus-encode-date
14394                   (timezone-make-date-arpa-standard
14395                    (current-time-string now)
14396                    (current-time-zone now) "UT"))
14397                  (gnus-encode-date
14398                   (timezone-make-date-arpa-standard
14399                    date nil "UT")))
14400               (error '(0 0))))
14401            (real-sec (+ (* (float (car real-time)) 65536)
14402                         (cadr real-time)))
14403            (sec (abs real-sec))
14404            num prev)
14405       (cond
14406        ((equal real-time '(0 0))
14407         "X-Sent: Unknown\n")
14408        ((zerop sec)
14409         "X-Sent: Now\n")
14410        (t
14411         (concat
14412          "X-Sent: "
14413          ;; This is a bit convoluted, but basically we go
14414          ;; through the time units for years, weeks, etc,
14415          ;; and divide things to see whether that results
14416          ;; in positive answers.
14417          (mapconcat
14418           (lambda (unit)
14419             (if (zerop (setq num (ffloor (/ sec (cdr unit)))))
14420                 ;; The (remaining) seconds are too few to
14421                 ;; be divided into this time unit.
14422                 ""
14423               ;; It's big enough, so we output it.
14424               (setq sec (- sec (* num (cdr unit))))
14425               (prog1
14426                   (concat (if prev ", " "") (int-to-string
14427                                              (floor num))
14428                           " " (symbol-name (car unit)) 
14429                           (if (> num 1) "s" ""))
14430                 (setq prev t))))
14431           gnus-article-time-units "")
14432          ;; If dates are odd, then it might appear like the
14433          ;; article was sent in the future.
14434          (if (> real-sec 0)
14435              " ago\n"
14436            " in the future\n"))))))
14437    (t
14438     (error "Unknown conversion type: %s" type))))
14439
14440 (defun gnus-article-date-local (&optional highlight)
14441   "Convert the current article date to the local timezone."
14442   (interactive (list t))
14443   (gnus-article-date-ut 'local highlight))
14444
14445 (defun gnus-article-date-original (&optional highlight)
14446   "Convert the current article date to what it was originally.
14447 This is only useful if you have used some other date conversion
14448 function and want to see what the date was before converting."
14449   (interactive (list t))
14450   (gnus-article-date-ut 'original highlight))
14451
14452 (defun gnus-article-date-lapsed (&optional highlight)
14453   "Convert the current article date to time lapsed since it was sent."
14454   (interactive (list t))
14455   (gnus-article-date-ut 'lapsed highlight))
14456
14457 (defun gnus-article-maybe-highlight ()
14458   "Do some article highlighting if `gnus-visual' is non-nil."
14459   (if (gnus-visual-p 'article-highlight 'highlight)
14460       (gnus-article-highlight-some)))
14461
14462 ;;; Article savers.
14463
14464 (defun gnus-output-to-rmail (file-name)
14465   "Append the current article to an Rmail file named FILE-NAME."
14466   (require 'rmail)
14467   ;; Most of these codes are borrowed from rmailout.el.
14468   (setq file-name (expand-file-name file-name))
14469   (setq rmail-default-rmail-file file-name)
14470   (let ((artbuf (current-buffer))
14471         (tmpbuf (get-buffer-create " *Gnus-output*")))
14472     (save-excursion
14473       (or (get-file-buffer file-name)
14474           (file-exists-p file-name)
14475           (if (gnus-yes-or-no-p
14476                (concat "\"" file-name "\" does not exist, create it? "))
14477               (let ((file-buffer (create-file-buffer file-name)))
14478                 (save-excursion
14479                   (set-buffer file-buffer)
14480                   (rmail-insert-rmail-file-header)
14481                   (let ((require-final-newline nil))
14482                     (write-region (point-min) (point-max) file-name t 1)))
14483                 (kill-buffer file-buffer))
14484             (error "Output file does not exist")))
14485       (set-buffer tmpbuf)
14486       (buffer-disable-undo (current-buffer))
14487       (erase-buffer)
14488       (insert-buffer-substring artbuf)
14489       (gnus-convert-article-to-rmail)
14490       ;; Decide whether to append to a file or to an Emacs buffer.
14491       (let ((outbuf (get-file-buffer file-name)))
14492         (if (not outbuf)
14493             (append-to-file (point-min) (point-max) file-name)
14494           ;; File has been visited, in buffer OUTBUF.
14495           (set-buffer outbuf)
14496           (let ((buffer-read-only nil)
14497                 (msg (and (boundp 'rmail-current-message)
14498                           (symbol-value 'rmail-current-message))))
14499             ;; If MSG is non-nil, buffer is in RMAIL mode.
14500             (if msg
14501                 (progn (widen)
14502                        (narrow-to-region (point-max) (point-max))))
14503             (insert-buffer-substring tmpbuf)
14504             (if msg
14505                 (progn
14506                   (goto-char (point-min))
14507                   (widen)
14508                   (search-backward "\^_")
14509                   (narrow-to-region (point) (point-max))
14510                   (goto-char (1+ (point-min)))
14511                   (rmail-count-new-messages t)
14512                   (rmail-show-message msg)))))))
14513     (kill-buffer tmpbuf)))
14514
14515 (defun gnus-output-to-file (file-name)
14516   "Append the current article to a file named FILE-NAME."
14517   (setq file-name (expand-file-name file-name))
14518   (let ((artbuf (current-buffer))
14519         (tmpbuf (get-buffer-create " *Gnus-output*")))
14520     (save-excursion
14521       (set-buffer tmpbuf)
14522       (buffer-disable-undo (current-buffer))
14523       (erase-buffer)
14524       (insert-buffer-substring artbuf)
14525       ;; Append newline at end of the buffer as separator, and then
14526       ;; save it to file.
14527       (goto-char (point-max))
14528       (insert "\n")
14529       (append-to-file (point-min) (point-max) file-name))
14530     (kill-buffer tmpbuf)))
14531
14532 (defun gnus-convert-article-to-rmail ()
14533   "Convert article in current buffer to Rmail message format."
14534   (let ((buffer-read-only nil))
14535     ;; Convert article directly into Babyl format.
14536     ;; Suggested by Rob Austein <sra@lcs.mit.edu>
14537     (goto-char (point-min))
14538     (insert "\^L\n0, unseen,,\n*** EOOH ***\n")
14539     (while (search-forward "\n\^_" nil t) ;single char
14540       (replace-match "\n^_" t t))       ;2 chars: "^" and "_"
14541     (goto-char (point-max))
14542     (insert "\^_")))
14543
14544 (defun gnus-narrow-to-page (&optional arg)
14545   "Narrow the article buffer to a page.
14546 If given a numerical ARG, move forward ARG pages."
14547   (interactive "P")
14548   (setq arg (if arg (prefix-numeric-value arg) 0))
14549   (save-excursion
14550     (set-buffer gnus-article-buffer)
14551     (goto-char (point-min))
14552     (widen)
14553     (when (gnus-visual-p 'page-marker)
14554       (let ((buffer-read-only nil))
14555         (gnus-remove-text-with-property 'gnus-prev)
14556         (gnus-remove-text-with-property 'gnus-next)))
14557     (when
14558         (cond ((< arg 0)
14559                (re-search-backward page-delimiter nil 'move (1+ (abs arg))))
14560               ((> arg 0)
14561                (re-search-forward page-delimiter nil 'move arg)))
14562       (goto-char (match-end 0)))
14563     (narrow-to-region
14564      (point)
14565      (if (re-search-forward page-delimiter nil 'move)
14566          (match-beginning 0)
14567        (point)))
14568     (when (and (gnus-visual-p 'page-marker)
14569                (not (= (point-min) 1)))
14570       (save-excursion
14571         (goto-char (point-min))
14572         (gnus-insert-prev-page-button)))
14573     (when (and (gnus-visual-p 'page-marker)
14574                (not (= (1- (point-max)) (buffer-size))))
14575       (save-excursion
14576         (goto-char (point-max))
14577         (gnus-insert-next-page-button)))))
14578
14579 ;; Article mode commands
14580
14581 (defun gnus-article-goto-next-page ()
14582   "Show the next page of the article."
14583   (interactive)
14584   (when (gnus-article-next-page)
14585     (gnus-article-read-summary-keys nil (gnus-character-to-event ?n))))
14586
14587 (defun gnus-article-goto-prev-page ()
14588   "Show the next page of the article."
14589   (interactive)
14590   (if (bobp) (gnus-article-read-summary-keys nil (gnus-character-to-event ?n))
14591     (gnus-article-prev-page nil)))
14592
14593 (defun gnus-article-next-page (&optional lines)
14594   "Show the next page of the current article.
14595 If end of article, return non-nil.  Otherwise return nil.
14596 Argument LINES specifies lines to be scrolled up."
14597   (interactive "p")
14598   (move-to-window-line -1)
14599   ;; Fixed by enami@ptgd.sony.co.jp (enami tsugutomo)
14600   (if (save-excursion
14601         (end-of-line)
14602         (and (pos-visible-in-window-p)  ;Not continuation line.
14603              (eobp)))
14604       ;; Nothing in this page.
14605       (if (or (not gnus-break-pages)
14606               (save-excursion
14607                 (save-restriction
14608                   (widen) (forward-line 1) (eobp)))) ;Real end-of-buffer?
14609           t                             ;Nothing more.
14610         (gnus-narrow-to-page 1)         ;Go to next page.
14611         nil)
14612     ;; More in this page.
14613     (condition-case ()
14614         (scroll-up lines)
14615       (end-of-buffer
14616        ;; Long lines may cause an end-of-buffer error.
14617        (goto-char (point-max))))
14618     (move-to-window-line 0)
14619     nil))
14620
14621 (defun gnus-article-prev-page (&optional lines)
14622   "Show previous page of current article.
14623 Argument LINES specifies lines to be scrolled down."
14624   (interactive "p")
14625   (move-to-window-line 0)
14626   (if (and gnus-break-pages
14627            (bobp)
14628            (not (save-restriction (widen) (bobp)))) ;Real beginning-of-buffer?
14629       (progn
14630         (gnus-narrow-to-page -1)        ;Go to previous page.
14631         (goto-char (point-max))
14632         (recenter -1))
14633     (prog1
14634         (condition-case ()
14635             (scroll-down lines)
14636           (error nil))
14637       (move-to-window-line 0))))
14638
14639 (defun gnus-article-refer-article ()
14640   "Read article specified by message-id around point."
14641   (interactive)
14642   (let ((point (point)))
14643     (search-forward ">" nil t)          ;Move point to end of "<....>".
14644     (if (re-search-backward "\\(<[^<> \t\n]+>\\)" nil t)
14645         (let ((message-id (match-string 1)))
14646           (goto-char point)
14647           (set-buffer gnus-summary-buffer)
14648           (gnus-summary-refer-article message-id))
14649       (goto-char (point))
14650       (error "No references around point"))))
14651
14652 (defun gnus-article-show-summary ()
14653   "Reconfigure windows to show summary buffer."
14654   (interactive)
14655   (gnus-configure-windows 'article)
14656   (gnus-summary-goto-subject gnus-current-article))
14657
14658 (defun gnus-article-describe-briefly ()
14659   "Describe article mode commands briefly."
14660   (interactive)
14661   (gnus-message 6
14662                 (substitute-command-keys "\\<gnus-article-mode-map>\\[gnus-article-next-page]:Next page  \\[gnus-article-prev-page]:Prev page  \\[gnus-article-show-summary]:Show summary  \\[gnus-info-find-node]:Run Info  \\[gnus-article-describe-briefly]:This help")))
14663
14664 (defun gnus-article-summary-command ()
14665   "Execute the last keystroke in the summary buffer."
14666   (interactive)
14667   (let ((obuf (current-buffer))
14668         (owin (current-window-configuration))
14669         func)
14670     (switch-to-buffer gnus-summary-buffer 'norecord)
14671     (setq func (lookup-key (current-local-map) (this-command-keys)))
14672     (call-interactively func)
14673     (set-buffer obuf)
14674     (set-window-configuration owin)
14675     (set-window-point (get-buffer-window (current-buffer)) (point))))
14676
14677 (defun gnus-article-summary-command-nosave ()
14678   "Execute the last keystroke in the summary buffer."
14679   (interactive)
14680   (let (func)
14681     (pop-to-buffer gnus-summary-buffer 'norecord)
14682     (setq func (lookup-key (current-local-map) (this-command-keys)))
14683     (call-interactively func)))
14684
14685 (defun gnus-article-read-summary-keys (&optional arg key not-restore-window)
14686   "Read a summary buffer key sequence and execute it from the article buffer."
14687   (interactive "P")
14688   (let ((nosaves
14689          '("q" "Q"  "c" "r" "R" "\C-c\C-f" "m"  "a" "f" "F"
14690            "Zc" "ZC" "ZE" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP"
14691            "=" "^" "\M-^"))
14692         keys)
14693     (save-excursion
14694       (set-buffer gnus-summary-buffer)
14695       (push (or key last-command-event) unread-command-events)
14696       (setq keys (read-key-sequence nil)))
14697     (message "")
14698
14699     (if (member keys nosaves)
14700         (let (func)
14701           (pop-to-buffer gnus-summary-buffer 'norecord)
14702           (if (setq func (lookup-key (current-local-map) keys))
14703               (call-interactively func)
14704             (ding)))
14705       (let ((obuf (current-buffer))
14706             (owin (current-window-configuration))
14707             (opoint (point))
14708             func in-buffer)
14709         (if not-restore-window
14710             (pop-to-buffer gnus-summary-buffer 'norecord)
14711           (switch-to-buffer gnus-summary-buffer 'norecord))
14712         (setq in-buffer (current-buffer))
14713         (if (setq func (lookup-key (current-local-map) keys))
14714             (call-interactively func)
14715           (ding))
14716         (when (eq in-buffer (current-buffer))
14717           (set-buffer obuf)
14718           (unless not-restore-window
14719             (set-window-configuration owin))
14720           (set-window-point (get-buffer-window (current-buffer)) opoint))))))
14721
14722 \f
14723 ;;;
14724 ;;; Kill file handling.
14725 ;;;
14726
14727 ;;;###autoload
14728 (defalias 'gnus-batch-kill 'gnus-batch-score)
14729 ;;;###autoload
14730 (defun gnus-batch-score ()
14731   "Run batched scoring.
14732 Usage: emacs -batch -l gnus -f gnus-batch-score <newsgroups> ...
14733 Newsgroups is a list of strings in Bnews format.  If you want to score
14734 the comp hierarchy, you'd say \"comp.all\".  If you would not like to
14735 score the alt hierarchy, you'd say \"!alt.all\"."
14736   (interactive)
14737   (let* ((yes-and-no
14738           (gnus-newsrc-parse-options
14739            (apply (function concat)
14740                   (mapcar (lambda (g) (concat g " "))
14741                           command-line-args-left))))
14742          (gnus-expert-user t)
14743          (nnmail-spool-file nil)
14744          (gnus-use-dribble-file nil)
14745          (yes (car yes-and-no))
14746          (no (cdr yes-and-no))
14747          group newsrc entry
14748          ;; Disable verbose message.
14749          gnus-novice-user gnus-large-newsgroup)
14750     ;; Eat all arguments.
14751     (setq command-line-args-left nil)
14752     ;; Start Gnus.
14753     (gnus)
14754     ;; Apply kills to specified newsgroups in command line arguments.
14755     (setq newsrc (cdr gnus-newsrc-alist))
14756     (while newsrc
14757       (setq group (caar newsrc))
14758       (setq entry (gnus-gethash group gnus-newsrc-hashtb))
14759       (if (and (<= (nth 1 (car newsrc)) gnus-level-subscribed)
14760                (and (car entry)
14761                     (or (eq (car entry) t)
14762                         (not (zerop (car entry)))))
14763                (if yes (string-match yes group) t)
14764                (or (null no) (not (string-match no group))))
14765           (progn
14766             (gnus-summary-read-group group nil t nil t)
14767             (and (eq (current-buffer) (get-buffer gnus-summary-buffer))
14768                  (gnus-summary-exit))))
14769       (setq newsrc (cdr newsrc)))
14770     ;; Exit Emacs.
14771     (switch-to-buffer gnus-group-buffer)
14772     (gnus-group-save-newsrc)))
14773
14774 (defun gnus-apply-kill-file ()
14775   "Apply a kill file to the current newsgroup.
14776 Returns the number of articles marked as read."
14777   (if (or (file-exists-p (gnus-newsgroup-kill-file nil))
14778           (file-exists-p (gnus-newsgroup-kill-file gnus-newsgroup-name)))
14779       (gnus-apply-kill-file-internal)
14780     0))
14781
14782 (defun gnus-kill-save-kill-buffer ()
14783   (let ((file (gnus-newsgroup-kill-file gnus-newsgroup-name)))
14784     (when (get-file-buffer file)
14785       (save-excursion
14786         (set-buffer (get-file-buffer file))
14787         (and (buffer-modified-p) (save-buffer))
14788         (kill-buffer (current-buffer))))))
14789
14790 (defvar gnus-kill-file-name "KILL"
14791   "Suffix of the kill files.")
14792
14793 (defun gnus-newsgroup-kill-file (newsgroup)
14794   "Return the name of a kill file name for NEWSGROUP.
14795 If NEWSGROUP is nil, return the global kill file name instead."
14796   (cond 
14797    ;; The global KILL file is placed at top of the directory.
14798    ((or (null newsgroup)
14799         (string-equal newsgroup ""))
14800     (expand-file-name gnus-kill-file-name
14801                       gnus-kill-files-directory))
14802    ;; Append ".KILL" to newsgroup name.
14803    ((gnus-use-long-file-name 'not-kill)
14804     (expand-file-name (concat (gnus-newsgroup-savable-name newsgroup)
14805                               "." gnus-kill-file-name)
14806                       gnus-kill-files-directory))
14807    ;; Place "KILL" under the hierarchical directory.
14808    (t
14809     (expand-file-name (concat (gnus-newsgroup-directory-form newsgroup)
14810                               "/" gnus-kill-file-name)
14811                       gnus-kill-files-directory))))
14812
14813 \f
14814 ;;;
14815 ;;; Dribble file
14816 ;;;
14817
14818 (defvar gnus-dribble-ignore nil)
14819 (defvar gnus-dribble-eval-file nil)
14820
14821 (defun gnus-dribble-file-name ()
14822   "Return the dribble file for the current .newsrc."
14823   (concat
14824    (if gnus-dribble-directory
14825        (concat (file-name-as-directory gnus-dribble-directory)
14826                (file-name-nondirectory gnus-current-startup-file))
14827      gnus-current-startup-file)
14828    "-dribble"))
14829
14830 (defun gnus-dribble-enter (string)
14831   "Enter STRING into the dribble buffer."
14832   (if (and (not gnus-dribble-ignore)
14833            gnus-dribble-buffer
14834            (buffer-name gnus-dribble-buffer))
14835       (let ((obuf (current-buffer)))
14836         (set-buffer gnus-dribble-buffer)
14837         (insert string "\n")
14838         (set-window-point (get-buffer-window (current-buffer)) (point-max))
14839         (set-buffer obuf))))
14840
14841 (defun gnus-dribble-read-file ()
14842   "Read the dribble file from disk."
14843   (let ((dribble-file (gnus-dribble-file-name)))
14844     (save-excursion
14845       (set-buffer (setq gnus-dribble-buffer
14846                         (get-buffer-create
14847                          (file-name-nondirectory dribble-file))))
14848       (gnus-add-current-to-buffer-list)
14849       (erase-buffer)
14850       (setq buffer-file-name dribble-file)
14851       (auto-save-mode t)
14852       (buffer-disable-undo (current-buffer))
14853       (bury-buffer (current-buffer))
14854       (set-buffer-modified-p nil)
14855       (let ((auto (make-auto-save-file-name))
14856             (gnus-dribble-ignore t)
14857             modes)
14858         (when (or (file-exists-p auto) (file-exists-p dribble-file))
14859           ;; Load whichever file is newest -- the auto save file
14860           ;; or the "real" file.
14861           (if (file-newer-than-file-p auto dribble-file)
14862               (insert-file-contents auto)
14863             (insert-file-contents dribble-file))
14864           (unless (zerop (buffer-size))
14865             (set-buffer-modified-p t))
14866           ;; Set the file modes to reflect the .newsrc file modes.
14867           (save-buffer)
14868           (when (and (file-exists-p gnus-current-startup-file)
14869                      (setq modes (file-modes gnus-current-startup-file)))
14870             (set-file-modes dribble-file modes))
14871           ;; Possibly eval the file later.
14872           (when (gnus-y-or-n-p
14873                  "Auto-save file exists.  Do you want to read it? ")
14874             (setq gnus-dribble-eval-file t)))))))
14875
14876 (defun gnus-dribble-eval-file ()
14877   (when gnus-dribble-eval-file
14878     (setq gnus-dribble-eval-file nil)
14879     (save-excursion
14880       (let ((gnus-dribble-ignore t))
14881         (set-buffer gnus-dribble-buffer)
14882         (eval-buffer (current-buffer))))))
14883
14884 (defun gnus-dribble-delete-file ()
14885   (when (file-exists-p (gnus-dribble-file-name))
14886     (delete-file (gnus-dribble-file-name)))
14887   (when gnus-dribble-buffer
14888     (save-excursion
14889       (set-buffer gnus-dribble-buffer)
14890       (let ((auto (make-auto-save-file-name)))
14891         (if (file-exists-p auto)
14892             (delete-file auto))
14893         (erase-buffer)
14894         (set-buffer-modified-p nil)))))
14895
14896 (defun gnus-dribble-save ()
14897   (when (and gnus-dribble-buffer
14898              (buffer-name gnus-dribble-buffer))
14899     (save-excursion
14900       (set-buffer gnus-dribble-buffer)
14901       (save-buffer))))
14902
14903 (defun gnus-dribble-clear ()
14904   (when (gnus-buffer-exists-p gnus-dribble-buffer)
14905     (save-excursion
14906       (set-buffer gnus-dribble-buffer)
14907       (erase-buffer)
14908       (set-buffer-modified-p nil)
14909       (setq buffer-saved-size (buffer-size)))))
14910
14911 \f
14912 ;;;
14913 ;;; Server Communication
14914 ;;;
14915
14916 (defun gnus-start-news-server (&optional confirm)
14917   "Open a method for getting news.
14918 If CONFIRM is non-nil, the user will be asked for an NNTP server."
14919   (let (how)
14920     (if gnus-current-select-method
14921         ;; Stream is already opened.
14922         nil
14923       ;; Open NNTP server.
14924       (if (null gnus-nntp-service) (setq gnus-nntp-server nil))
14925       (if confirm
14926           (progn
14927             ;; Read server name with completion.
14928             (setq gnus-nntp-server
14929                   (completing-read "NNTP server: "
14930                                    (mapcar (lambda (server) (list server))
14931                                            (cons (list gnus-nntp-server)
14932                                                  gnus-secondary-servers))
14933                                    nil nil gnus-nntp-server))))
14934
14935       (if (and gnus-nntp-server
14936                (stringp gnus-nntp-server)
14937                (not (string= gnus-nntp-server "")))
14938           (setq gnus-select-method
14939                 (cond ((or (string= gnus-nntp-server "")
14940                            (string= gnus-nntp-server "::"))
14941                        (list 'nnspool (system-name)))
14942                       ((string-match "^:" gnus-nntp-server)
14943                        (list 'nnmh gnus-nntp-server
14944                              (list 'nnmh-directory
14945                                    (file-name-as-directory
14946                                     (expand-file-name
14947                                      (concat "~/" (substring
14948                                                    gnus-nntp-server 1)))))
14949                              (list 'nnmh-get-new-mail nil)))
14950                       (t
14951                        (list 'nntp gnus-nntp-server)))))
14952
14953       (setq how (car gnus-select-method))
14954       (cond ((eq how 'nnspool)
14955              (require 'nnspool)
14956              (gnus-message 5 "Looking up local news spool..."))
14957             ((eq how 'nnmh)
14958              (require 'nnmh)
14959              (gnus-message 5 "Looking up mh spool..."))
14960             (t
14961              (require 'nntp)))
14962       (setq gnus-current-select-method gnus-select-method)
14963       (run-hooks 'gnus-open-server-hook)
14964       (or
14965        ;; gnus-open-server-hook might have opened it
14966        (gnus-server-opened gnus-select-method)
14967        (gnus-open-server gnus-select-method)
14968        (gnus-y-or-n-p
14969         (format
14970          "%s (%s) open error: '%s'.     Continue? "
14971          (car gnus-select-method) (cadr gnus-select-method)
14972          (gnus-status-message gnus-select-method)))
14973        (gnus-error 1 "Couldn't open server on %s"
14974                    (nth 1 gnus-select-method))))))
14975
14976 (defun gnus-check-group (group)
14977   "Try to make sure that the server where GROUP exists is alive."
14978   (let ((method (gnus-find-method-for-group group)))
14979     (or (gnus-server-opened method)
14980         (gnus-open-server method))))
14981
14982 (defun gnus-check-server (&optional method silent)
14983   "Check whether the connection to METHOD is down.
14984 If METHOD is nil, use `gnus-select-method'.
14985 If it is down, start it up (again)."
14986   (let ((method (or method gnus-select-method)))
14987     ;; Transform virtual server names into select methods.
14988     (when (stringp method)
14989       (setq method (gnus-server-to-method method)))
14990     (if (gnus-server-opened method)
14991         ;; The stream is already opened.
14992         t
14993       ;; Open the server.
14994       (unless silent
14995         (gnus-message 5 "Opening %s server%s..." (car method)
14996                       (if (equal (nth 1 method) "") ""
14997                         (format " on %s" (nth 1 method)))))
14998       (run-hooks 'gnus-open-server-hook)
14999       (prog1
15000           (gnus-open-server method)
15001         (unless silent
15002           (message ""))))))
15003
15004 (defun gnus-get-function (method function)
15005   "Return a function symbol based on METHOD and FUNCTION."
15006   ;; Translate server names into methods.
15007   (unless method
15008     (error "Attempted use of a nil select method"))
15009   (when (stringp method)
15010     (setq method (gnus-server-to-method method)))
15011   (let ((func (intern (format "%s-%s" (car method) function))))
15012     ;; If the functions isn't bound, we require the backend in
15013     ;; question.
15014     (unless (fboundp func)
15015       (require (car method))
15016       (unless (fboundp func)
15017         ;; This backend doesn't implement this function.
15018         (error "No such function: %s" func)))
15019     func))
15020
15021 \f
15022 ;;;
15023 ;;; Interface functions to the backends.
15024 ;;;
15025
15026 (defun gnus-open-server (method)
15027   "Open a connection to METHOD."
15028   (when (stringp method)
15029     (setq method (gnus-server-to-method method)))
15030   (let ((elem (assoc method gnus-opened-servers)))
15031     ;; If this method was previously denied, we just return nil.
15032     (if (eq (nth 1 elem) 'denied)
15033         (progn
15034           (gnus-message 1 "Denied server")
15035           nil)
15036       ;; Open the server.
15037       (let ((result
15038              (funcall (gnus-get-function method 'open-server)
15039                       (nth 1 method) (nthcdr 2 method))))
15040         ;; If this hasn't been opened before, we add it to the list.
15041         (unless elem
15042           (setq elem (list method nil)
15043                 gnus-opened-servers (cons elem gnus-opened-servers)))
15044         ;; Set the status of this server.
15045         (setcar (cdr elem) (if result 'ok 'denied))
15046         ;; Return the result from the "open" call.
15047         result))))
15048
15049 (defun gnus-close-server (method)
15050   "Close the connection to METHOD."
15051   (when (stringp method)
15052     (setq method (gnus-server-to-method method)))
15053   (funcall (gnus-get-function method 'close-server) (nth 1 method)))
15054
15055 (defun gnus-request-list (method)
15056   "Request the active file from METHOD."
15057   (when (stringp method)
15058     (setq method (gnus-server-to-method method)))
15059   (funcall (gnus-get-function method 'request-list) (nth 1 method)))
15060
15061 (defun gnus-request-list-newsgroups (method)
15062   "Request the newsgroups file from METHOD."
15063   (when (stringp method)
15064     (setq method (gnus-server-to-method method)))
15065   (funcall (gnus-get-function method 'request-list-newsgroups) (nth 1 method)))
15066
15067 (defun gnus-request-newgroups (date method)
15068   "Request all new groups since DATE from METHOD."
15069   (when (stringp method)
15070     (setq method (gnus-server-to-method method)))
15071   (funcall (gnus-get-function method 'request-newgroups)
15072            date (nth 1 method)))
15073
15074 (defun gnus-server-opened (method)
15075   "Check whether a connection to METHOD has been opened."
15076   (when (stringp method)
15077     (setq method (gnus-server-to-method method)))
15078   (funcall (gnus-get-function method 'server-opened) (nth 1 method)))
15079
15080 (defun gnus-status-message (method)
15081   "Return the status message from METHOD.
15082 If METHOD is a string, it is interpreted as a group name.   The method
15083 this group uses will be queried."
15084   (let ((method (if (stringp method) (gnus-find-method-for-group method)
15085                   method)))
15086     (funcall (gnus-get-function method 'status-message) (nth 1 method))))
15087
15088 (defun gnus-request-group (group &optional dont-check method)
15089   "Request GROUP.  If DONT-CHECK, no information is required."
15090   (let ((method (or method (gnus-find-method-for-group group))))
15091     (when (stringp method)
15092       (setq method (gnus-server-to-method method)))
15093     (funcall (gnus-get-function method 'request-group)
15094              (gnus-group-real-name group) (nth 1 method) dont-check)))
15095
15096 (defun gnus-request-asynchronous (group &optional articles)
15097   "Request that GROUP behave asynchronously.
15098 ARTICLES is the `data' of the group."
15099   (let ((method (gnus-find-method-for-group group)))
15100     (funcall (gnus-get-function method 'request-asynchronous)
15101              (gnus-group-real-name group) (nth 1 method) articles)))
15102
15103 (defun gnus-list-active-group (group)
15104   "Request active information on GROUP."
15105   (let ((method (gnus-find-method-for-group group))
15106         (func 'list-active-group))
15107     (when (gnus-check-backend-function func group)
15108       (funcall (gnus-get-function method func)
15109                (gnus-group-real-name group) (nth 1 method)))))
15110
15111 (defun gnus-request-group-description (group)
15112   "Request a description of GROUP."
15113   (let ((method (gnus-find-method-for-group group))
15114         (func 'request-group-description))
15115     (when (gnus-check-backend-function func group)
15116       (funcall (gnus-get-function method func)
15117                (gnus-group-real-name group) (nth 1 method)))))
15118
15119 (defun gnus-close-group (group)
15120   "Request the GROUP be closed."
15121   (let ((method (gnus-find-method-for-group group)))
15122     (funcall (gnus-get-function method 'close-group)
15123              (gnus-group-real-name group) (nth 1 method))))
15124
15125 (defun gnus-retrieve-headers (articles group &optional fetch-old)
15126   "Request headers for ARTICLES in GROUP.
15127 If FETCH-OLD, retrieve all headers (or some subset thereof) in the group."
15128   (let ((method (gnus-find-method-for-group group)))
15129     (if (and gnus-use-cache (numberp (car articles)))
15130         (gnus-cache-retrieve-headers articles group fetch-old)
15131       (funcall (gnus-get-function method 'retrieve-headers)
15132                articles (gnus-group-real-name group) (nth 1 method)
15133                fetch-old))))
15134
15135 (defun gnus-retrieve-groups (groups method)
15136   "Request active information on GROUPS from METHOD."
15137   (when (stringp method)
15138     (setq method (gnus-server-to-method method)))
15139   (funcall (gnus-get-function method 'retrieve-groups) groups (nth 1 method)))
15140
15141 (defun gnus-request-type (group &optional article)
15142   "Return the type (`post' or `mail') of GROUP (and ARTICLE)."
15143   (let ((method (gnus-find-method-for-group group)))
15144     (if (not (gnus-check-backend-function 'request-type (car method)))
15145         'unknown
15146       (funcall (gnus-get-function method 'request-type)
15147                (gnus-group-real-name group) article))))
15148
15149 (defun gnus-request-update-mark (group article mark)
15150   "Return the type (`post' or `mail') of GROUP (and ARTICLE)."
15151   (let ((method (gnus-find-method-for-group group)))
15152     (if (not (gnus-check-backend-function 'request-update-mark (car method)))
15153         mark
15154       (funcall (gnus-get-function method 'request-update-mark)
15155                (gnus-group-real-name group) article mark))))
15156
15157 (defun gnus-request-article (article group &optional buffer)
15158   "Request the ARTICLE in GROUP.
15159 ARTICLE can either be an article number or an article Message-ID.
15160 If BUFFER, insert the article in that group."
15161   (let ((method (gnus-find-method-for-group group)))
15162     (funcall (gnus-get-function method 'request-article)
15163              article (gnus-group-real-name group) (nth 1 method) buffer)))
15164
15165 (defun gnus-request-head (article group)
15166   "Request the head of ARTICLE in GROUP."
15167   (let ((method (gnus-find-method-for-group group)))
15168     (funcall (gnus-get-function method 'request-head)
15169              article (gnus-group-real-name group) (nth 1 method))))
15170
15171 (defun gnus-request-body (article group)
15172   "Request the body of ARTICLE in GROUP."
15173   (let ((method (gnus-find-method-for-group group)))
15174     (funcall (gnus-get-function method 'request-body)
15175              article (gnus-group-real-name group) (nth 1 method))))
15176
15177 (defun gnus-request-post (method)
15178   "Post the current buffer using METHOD."
15179   (when (stringp method)
15180     (setq method (gnus-server-to-method method)))
15181   (funcall (gnus-get-function method 'request-post) (nth 1 method)))
15182
15183 (defun gnus-request-scan (group method)
15184   "Request a SCAN being performed in GROUP from METHOD.
15185 If GROUP is nil, all groups on METHOD are scanned."
15186   (let ((method (if group (gnus-find-method-for-group group) method)))
15187     (funcall (gnus-get-function method 'request-scan)
15188              (and group (gnus-group-real-name group)) (nth 1 method))))
15189
15190 (defsubst gnus-request-update-info (info method)
15191   "Request that METHOD update INFO."
15192   (when (stringp method)
15193     (setq method (gnus-server-to-method method)))
15194   (when (gnus-check-backend-function 'request-update-info (car method))
15195     (funcall (gnus-get-function method 'request-update-info)
15196              (gnus-group-real-name (gnus-info-group info))
15197              info (nth 1 method))))
15198
15199 (defun gnus-request-expire-articles (articles group &optional force)
15200   (let ((method (gnus-find-method-for-group group)))
15201     (funcall (gnus-get-function method 'request-expire-articles)
15202              articles (gnus-group-real-name group) (nth 1 method)
15203              force)))
15204
15205 (defun gnus-request-move-article
15206   (article group server accept-function &optional last)
15207   (let ((method (gnus-find-method-for-group group)))
15208     (funcall (gnus-get-function method 'request-move-article)
15209              article (gnus-group-real-name group)
15210              (nth 1 method) accept-function last)))
15211
15212 (defun gnus-request-accept-article (group method &optional last)
15213   ;; Make sure there's a newline at the end of the article.
15214   (when (stringp method)
15215     (setq method (gnus-server-to-method method)))
15216   (when (and (not method)
15217              (stringp group))
15218     (setq method (gnus-find-method-for-group group)))
15219   (goto-char (point-max))
15220   (unless (bolp)
15221     (insert "\n"))
15222   (let ((func (car (or method (gnus-find-method-for-group group)))))
15223     (funcall (intern (format "%s-request-accept-article" func))
15224              (if (stringp group) (gnus-group-real-name group) group)
15225              (cadr method)
15226              last)))
15227
15228 (defun gnus-request-replace-article (article group buffer)
15229   (let ((func (car (gnus-find-method-for-group group))))
15230     (funcall (intern (format "%s-request-replace-article" func))
15231              article (gnus-group-real-name group) buffer)))
15232
15233 (defun gnus-request-associate-buffer (group)
15234   (let ((method (gnus-find-method-for-group group)))
15235     (funcall (gnus-get-function method 'request-associate-buffer)
15236              (gnus-group-real-name group))))
15237
15238 (defun gnus-request-restore-buffer (article group)
15239   "Request a new buffer restored to the state of ARTICLE."
15240   (let ((method (gnus-find-method-for-group group)))
15241     (funcall (gnus-get-function method 'request-restore-buffer)
15242              article (gnus-group-real-name group) (nth 1 method))))
15243
15244 (defun gnus-request-create-group (group &optional method)
15245   (when (stringp method)
15246     (setq method (gnus-server-to-method method)))
15247   (let ((method (or method (gnus-find-method-for-group group))))
15248     (funcall (gnus-get-function method 'request-create-group)
15249              (gnus-group-real-name group) (nth 1 method))))
15250
15251 (defun gnus-request-delete-group (group &optional force)
15252   (let ((method (gnus-find-method-for-group group)))
15253     (funcall (gnus-get-function method 'request-delete-group)
15254              (gnus-group-real-name group) force (nth 1 method))))
15255
15256 (defun gnus-request-rename-group (group new-name)
15257   (let ((method (gnus-find-method-for-group group)))
15258     (funcall (gnus-get-function method 'request-rename-group)
15259              (gnus-group-real-name group)
15260              (gnus-group-real-name new-name) (nth 1 method))))
15261
15262 (defun gnus-member-of-valid (symbol group)
15263   "Find out if GROUP has SYMBOL as part of its \"valid\" spec."
15264   (memq symbol (assoc
15265                 (symbol-name (car (gnus-find-method-for-group group)))
15266                 gnus-valid-select-methods)))
15267
15268 (defun gnus-method-option-p (method option)
15269   "Return non-nil if select METHOD has OPTION as a parameter."
15270   (when (stringp method)
15271     (setq method (gnus-server-to-method method)))
15272   (memq option (assoc (format "%s" (car method))
15273                       gnus-valid-select-methods)))
15274
15275 (defun gnus-server-extend-method (group method)
15276   ;; This function "extends" a virtual server.  If the server is
15277   ;; "hello", and the select method is ("hello" (my-var "something"))
15278   ;; in the group "alt.alt", this will result in a new virtual server
15279   ;; called "hello+alt.alt".
15280   (let ((entry
15281          (gnus-copy-sequence
15282           (if (equal (car method) "native") gnus-select-method
15283             (cdr (assoc (car method) gnus-server-alist))))))
15284     (setcar (cdr entry) (concat (nth 1 entry) "+" group))
15285     (nconc entry (cdr method))))
15286
15287 (defun gnus-find-method-for-group (group &optional info)
15288   "Find the select method that GROUP uses."
15289   (or gnus-override-method
15290       (and (not group)
15291            gnus-select-method)
15292       (let ((info (or info (gnus-get-info group)))
15293             method)
15294         (if (or (not info)
15295                 (not (setq method (gnus-info-method info)))
15296                 (equal method "native"))
15297             gnus-select-method
15298           (setq method
15299                 (cond ((stringp method)
15300                        (gnus-server-to-method method))
15301                       ((stringp (car method))
15302                        (gnus-server-extend-method group method))
15303                       (t
15304                        method)))
15305           (cond ((equal (cadr method) "")
15306                  method)
15307                 ((null (cadr method))
15308                  (list (car method) ""))
15309                 (t
15310                  (gnus-server-add-address method)))))))
15311
15312 (defun gnus-check-backend-function (func group)
15313   "Check whether GROUP supports function FUNC."
15314   (let ((method (if (stringp group) (car (gnus-find-method-for-group group))
15315                   group)))
15316     (fboundp (intern (format "%s-%s" method func)))))
15317
15318 (defun gnus-methods-using (feature)
15319   "Find all methods that have FEATURE."
15320   (let ((valids gnus-valid-select-methods)
15321         outs)
15322     (while valids
15323       (if (memq feature (car valids))
15324           (setq outs (cons (car valids) outs)))
15325       (setq valids (cdr valids)))
15326     outs))
15327
15328 \f
15329 ;;;
15330 ;;; Active & Newsrc File Handling
15331 ;;;
15332
15333 (defun gnus-setup-news (&optional rawfile level dont-connect)
15334   "Setup news information.
15335 If RAWFILE is non-nil, the .newsrc file will also be read.
15336 If LEVEL is non-nil, the news will be set up at level LEVEL."
15337   (let ((init (not (and gnus-newsrc-alist gnus-active-hashtb (not rawfile)))))
15338
15339     (when init 
15340       ;; Clear some variables to re-initialize news information.
15341       (setq gnus-newsrc-alist nil
15342             gnus-active-hashtb nil)
15343       ;; Read the newsrc file and create `gnus-newsrc-hashtb'.
15344       (gnus-read-newsrc-file rawfile))
15345
15346     (when (and (not (assoc "archive" gnus-server-alist))
15347                gnus-message-archive-method)
15348       (push (cons "archive" gnus-message-archive-method)
15349             gnus-server-alist))
15350
15351     ;; If we don't read the complete active file, we fill in the
15352     ;; hashtb here.
15353     (if (or (null gnus-read-active-file)
15354             (eq gnus-read-active-file 'some))
15355         (gnus-update-active-hashtb-from-killed))
15356
15357     ;; Read the active file and create `gnus-active-hashtb'.
15358     ;; If `gnus-read-active-file' is nil, then we just create an empty
15359     ;; hash table.  The partial filling out of the hash table will be
15360     ;; done in `gnus-get-unread-articles'.
15361     (and gnus-read-active-file
15362          (not level)
15363          (gnus-read-active-file))
15364
15365     (or gnus-active-hashtb
15366         (setq gnus-active-hashtb (make-vector 4095 0)))
15367
15368     ;; Initialize the cache.
15369     (when gnus-use-cache
15370       (gnus-cache-open))
15371
15372     ;; Possibly eval the dribble file.
15373     (and init (or gnus-use-dribble-file gnus-slave) (gnus-dribble-eval-file))
15374
15375     ;; Slave Gnusii should then clear the dribble buffer.
15376     (when (and init gnus-slave)
15377       (gnus-dribble-clear))
15378
15379     (gnus-update-format-specifications)
15380
15381     ;; See whether we need to read the description file.
15382     (if (and (string-match "%[-,0-9]*D" gnus-group-line-format)
15383              (not gnus-description-hashtb)
15384              (not dont-connect)
15385              gnus-read-active-file)
15386         (gnus-read-all-descriptions-files))
15387
15388     ;; Find new newsgroups and treat them.
15389     (if (and init gnus-check-new-newsgroups (not level)
15390              (gnus-check-server gnus-select-method))
15391         (gnus-find-new-newsgroups))
15392
15393     ;; We might read in new NoCeM messages here.
15394     (when (and gnus-use-nocem 
15395                (not level)
15396                (not dont-connect))
15397       (gnus-nocem-scan-groups))
15398
15399     ;; Find the number of unread articles in each non-dead group.
15400     (let ((gnus-read-active-file (and (not level) gnus-read-active-file)))
15401       (gnus-get-unread-articles level))
15402
15403     (if (and init gnus-check-bogus-newsgroups
15404              gnus-read-active-file (not level)
15405              (gnus-server-opened gnus-select-method))
15406         (gnus-check-bogus-newsgroups))))
15407
15408 (defun gnus-find-new-newsgroups (&optional arg)
15409   "Search for new newsgroups and add them.
15410 Each new newsgroup will be treated with `gnus-subscribe-newsgroup-method.'
15411 The `-n' option line from .newsrc is respected.
15412 If ARG (the prefix), use the `ask-server' method to query
15413 the server for new groups."
15414   (interactive "P")
15415   (let ((check (if (or (and arg (not (listp gnus-check-new-newsgroups)))
15416                        (null gnus-read-active-file)
15417                        (eq gnus-read-active-file 'some))
15418                    'ask-server gnus-check-new-newsgroups)))
15419     (unless (gnus-check-first-time-used)
15420       (if (or (consp check)
15421               (eq check 'ask-server))
15422           ;; Ask the server for new groups.
15423           (gnus-ask-server-for-new-groups)
15424         ;; Go through the active hashtb and look for new groups.
15425         (let ((groups 0)
15426               group new-newsgroups)
15427           (gnus-message 5 "Looking for new newsgroups...")
15428           (unless gnus-have-read-active-file
15429             (gnus-read-active-file))
15430           (setq gnus-newsrc-last-checked-date (current-time-string))
15431           (unless gnus-killed-hashtb
15432             (gnus-make-hashtable-from-killed))
15433           ;; Go though every newsgroup in `gnus-active-hashtb' and compare
15434           ;; with `gnus-newsrc-hashtb' and `gnus-killed-hashtb'.
15435           (mapatoms
15436            (lambda (sym)
15437              (if (or (null (setq group (symbol-name sym)))
15438                      (not (boundp sym))
15439                      (null (symbol-value sym))
15440                      (gnus-gethash group gnus-killed-hashtb)
15441                      (gnus-gethash group gnus-newsrc-hashtb))
15442                  ()
15443                (let ((do-sub (gnus-matches-options-n group)))
15444                  (cond
15445                   ((eq do-sub 'subscribe)
15446                    (setq groups (1+ groups))
15447                    (gnus-sethash group group gnus-killed-hashtb)
15448                    (funcall gnus-subscribe-options-newsgroup-method group))
15449                   ((eq do-sub 'ignore)
15450                    nil)
15451                   (t
15452                    (setq groups (1+ groups))
15453                    (gnus-sethash group group gnus-killed-hashtb)
15454                    (if gnus-subscribe-hierarchical-interactive
15455                        (setq new-newsgroups (cons group new-newsgroups))
15456                      (funcall gnus-subscribe-newsgroup-method group)))))))
15457            gnus-active-hashtb)
15458           (when new-newsgroups
15459             (gnus-subscribe-hierarchical-interactive new-newsgroups))
15460           ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
15461           (if (> groups 0)
15462               (gnus-message 6 "%d new newsgroup%s arrived."
15463                             groups (if (> groups 1) "s have" " has"))
15464             (gnus-message 6 "No new newsgroups.")))))))
15465
15466 (defun gnus-matches-options-n (group)
15467   ;; Returns `subscribe' if the group is to be unconditionally
15468   ;; subscribed, `ignore' if it is to be ignored, and nil if there is
15469   ;; no match for the group.
15470
15471   ;; First we check the two user variables.
15472   (cond
15473    ((and gnus-options-subscribe
15474          (string-match gnus-options-subscribe group))
15475     'subscribe)
15476    ((and gnus-auto-subscribed-groups
15477          (string-match gnus-auto-subscribed-groups group))
15478     'subscribe)
15479    ((and gnus-options-not-subscribe
15480          (string-match gnus-options-not-subscribe group))
15481     'ignore)
15482    ;; Then we go through the list that was retrieved from the .newsrc
15483    ;; file.  This list has elements on the form
15484    ;; `(REGEXP . {ignore,subscribe})'.  The first match found (the list
15485    ;; is in the reverse order of the options line) is returned.
15486    (t
15487     (let ((regs gnus-newsrc-options-n))
15488       (while (and regs
15489                   (not (string-match (caar regs) group)))
15490         (setq regs (cdr regs)))
15491       (and regs (cdar regs))))))
15492
15493 (defun gnus-ask-server-for-new-groups ()
15494   (let* ((date (or gnus-newsrc-last-checked-date (current-time-string)))
15495          (methods (cons gnus-select-method
15496                         (nconc
15497                          (when gnus-message-archive-method
15498                            (list "archive"))
15499                          (append
15500                           (and (consp gnus-check-new-newsgroups)
15501                                gnus-check-new-newsgroups)
15502                           gnus-secondary-select-methods))))
15503          (groups 0)
15504          (new-date (current-time-string))
15505          group new-newsgroups got-new method hashtb
15506          gnus-override-subscribe-method)
15507     ;; Go through both primary and secondary select methods and
15508     ;; request new newsgroups.
15509     (while (setq method (gnus-server-get-method nil (pop methods)))
15510       (setq new-newsgroups nil)
15511       (setq gnus-override-subscribe-method method)
15512       (when (and (gnus-check-server method)
15513                  (gnus-request-newgroups date method))
15514         (save-excursion
15515           (setq got-new t)
15516           (setq hashtb (gnus-make-hashtable 100))
15517           (set-buffer nntp-server-buffer)
15518           ;; Enter all the new groups into a hashtable.
15519           (gnus-active-to-gnus-format method hashtb 'ignore))
15520         ;; Now all new groups from `method' are in `hashtb'.
15521         (mapatoms
15522          (lambda (group-sym)
15523            (if (or (null (setq group (symbol-name group-sym)))
15524                    (not (boundp group-sym))
15525                    (null (symbol-value group-sym))
15526                    (gnus-gethash group gnus-newsrc-hashtb)
15527                    (member group gnus-zombie-list)
15528                    (member group gnus-killed-list))
15529                ;; The group is already known.
15530                ()
15531              ;; Make this group active.
15532              (when (symbol-value group-sym)
15533                (gnus-set-active group (symbol-value group-sym)))
15534              ;; Check whether we want it or not.
15535              (let ((do-sub (gnus-matches-options-n group)))
15536                (cond
15537                 ((eq do-sub 'subscribe)
15538                  (incf groups)
15539                  (gnus-sethash group group gnus-killed-hashtb)
15540                  (funcall gnus-subscribe-options-newsgroup-method group))
15541                 ((eq do-sub 'ignore)
15542                  nil)
15543                 (t
15544                  (incf groups)
15545                  (gnus-sethash group group gnus-killed-hashtb)
15546                  (if gnus-subscribe-hierarchical-interactive
15547                      (push group new-newsgroups)
15548                    (funcall gnus-subscribe-newsgroup-method group)))))))
15549          hashtb))
15550       (when new-newsgroups
15551         (gnus-subscribe-hierarchical-interactive new-newsgroups)))
15552     ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
15553     (when (> groups 0)
15554       (gnus-message 6 "%d new newsgroup%s arrived."
15555                     groups (if (> groups 1) "s have" " has")))
15556     (and got-new (setq gnus-newsrc-last-checked-date new-date))
15557     got-new))
15558
15559 (defun gnus-check-first-time-used ()
15560   (if (or (> (length gnus-newsrc-alist) 1)
15561           (file-exists-p gnus-startup-file)
15562           (file-exists-p (concat gnus-startup-file ".el"))
15563           (file-exists-p (concat gnus-startup-file ".eld")))
15564       nil
15565     (gnus-message 6 "First time user; subscribing you to default groups")
15566     (unless (gnus-read-active-file-p)
15567       (gnus-read-active-file))
15568     (setq gnus-newsrc-last-checked-date (current-time-string))
15569     (let ((groups gnus-default-subscribed-newsgroups)
15570           group)
15571       (if (eq groups t)
15572           nil
15573         (setq groups (or groups gnus-backup-default-subscribed-newsgroups))
15574         (mapatoms
15575          (lambda (sym)
15576            (if (null (setq group (symbol-name sym)))
15577                ()
15578              (let ((do-sub (gnus-matches-options-n group)))
15579                (cond
15580                 ((eq do-sub 'subscribe)
15581                  (gnus-sethash group group gnus-killed-hashtb)
15582                  (funcall gnus-subscribe-options-newsgroup-method group))
15583                 ((eq do-sub 'ignore)
15584                  nil)
15585                 (t
15586                  (setq gnus-killed-list (cons group gnus-killed-list)))))))
15587          gnus-active-hashtb)
15588         (while groups
15589           (if (gnus-active (car groups))
15590               (gnus-group-change-level
15591                (car groups) gnus-level-default-subscribed gnus-level-killed))
15592           (setq groups (cdr groups)))
15593         (gnus-group-make-help-group)
15594         (and gnus-novice-user
15595              (gnus-message 7 "`A k' to list killed groups"))))))
15596
15597 (defun gnus-subscribe-group (group previous &optional method)
15598   (gnus-group-change-level
15599    (if method
15600        (list t group gnus-level-default-subscribed nil nil method)
15601      group)
15602    gnus-level-default-subscribed gnus-level-killed previous t))
15603
15604 ;; `gnus-group-change-level' is the fundamental function for changing
15605 ;; subscription levels of newsgroups.  This might mean just changing
15606 ;; from level 1 to 2, which is pretty trivial, from 2 to 6 or back
15607 ;; again, which subscribes/unsubscribes a group, which is equally
15608 ;; trivial.  Changing from 1-7 to 8-9 means that you kill a group, and
15609 ;; from 8-9 to 1-7 means that you remove the group from the list of
15610 ;; killed (or zombie) groups and add them to the (kinda) subscribed
15611 ;; groups.  And last but not least, moving from 8 to 9 and 9 to 8,
15612 ;; which is trivial.
15613 ;; ENTRY can either be a string (newsgroup name) or a list (if
15614 ;; FROMKILLED is t, it's a list on the format (NUM INFO-LIST),
15615 ;; otherwise it's a list in the format of the `gnus-newsrc-hashtb'
15616 ;; entries.
15617 ;; LEVEL is the new level of the group, OLDLEVEL is the old level and
15618 ;; PREVIOUS is the group (in hashtb entry format) to insert this group
15619 ;; after.
15620 (defun gnus-group-change-level (entry level &optional oldlevel
15621                                       previous fromkilled)
15622   (let (group info active num)
15623     ;; Glean what info we can from the arguments
15624     (if (consp entry)
15625         (if fromkilled (setq group (nth 1 entry))
15626           (setq group (car (nth 2 entry))))
15627       (setq group entry))
15628     (if (and (stringp entry)
15629              oldlevel
15630              (< oldlevel gnus-level-zombie))
15631         (setq entry (gnus-gethash entry gnus-newsrc-hashtb)))
15632     (if (and (not oldlevel)
15633              (consp entry))
15634         (setq oldlevel (gnus-info-level (nth 2 entry)))
15635       (setq oldlevel (or oldlevel 9)))
15636     (if (stringp previous)
15637         (setq previous (gnus-gethash previous gnus-newsrc-hashtb)))
15638
15639     (if (and (>= oldlevel gnus-level-zombie)
15640              (gnus-gethash group gnus-newsrc-hashtb))
15641         ;; We are trying to subscribe a group that is already
15642         ;; subscribed.
15643         ()                              ; Do nothing.
15644
15645       (or (gnus-ephemeral-group-p group)
15646           (gnus-dribble-enter
15647            (format "(gnus-group-change-level %S %S %S %S %S)"
15648                    group level oldlevel (car (nth 2 previous)) fromkilled)))
15649
15650       ;; Then we remove the newgroup from any old structures, if needed.
15651       ;; If the group was killed, we remove it from the killed or zombie
15652       ;; list.  If not, and it is in fact going to be killed, we remove
15653       ;; it from the newsrc hash table and assoc.
15654       (cond
15655        ((>= oldlevel gnus-level-zombie)
15656         (if (= oldlevel gnus-level-zombie)
15657             (setq gnus-zombie-list (delete group gnus-zombie-list))
15658           (setq gnus-killed-list (delete group gnus-killed-list))))
15659        (t
15660         (if (and (>= level gnus-level-zombie)
15661                  entry)
15662             (progn
15663               (gnus-sethash (car (nth 2 entry)) nil gnus-newsrc-hashtb)
15664               (if (nth 3 entry)
15665                   (setcdr (gnus-gethash (car (nth 3 entry))
15666                                         gnus-newsrc-hashtb)
15667                           (cdr entry)))
15668               (setcdr (cdr entry) (cdddr entry))))))
15669
15670       ;; Finally we enter (if needed) the list where it is supposed to
15671       ;; go, and change the subscription level.  If it is to be killed,
15672       ;; we enter it into the killed or zombie list.
15673       (cond 
15674        ((>= level gnus-level-zombie)
15675         ;; Remove from the hash table.
15676         (gnus-sethash group nil gnus-newsrc-hashtb)
15677         ;; We do not enter foreign groups into the list of dead
15678         ;; groups.
15679         (unless (gnus-group-foreign-p group)
15680           (if (= level gnus-level-zombie)
15681               (setq gnus-zombie-list (cons group gnus-zombie-list))
15682             (setq gnus-killed-list (cons group gnus-killed-list)))))
15683        (t
15684         ;; If the list is to be entered into the newsrc assoc, and
15685         ;; it was killed, we have to create an entry in the newsrc
15686         ;; hashtb format and fix the pointers in the newsrc assoc.
15687         (if (< oldlevel gnus-level-zombie)
15688             ;; It was alive, and it is going to stay alive, so we
15689             ;; just change the level and don't change any pointers or
15690             ;; hash table entries.
15691             (setcar (cdaddr entry) level)
15692           (if (listp entry)
15693               (setq info (cdr entry)
15694                     num (car entry))
15695             (setq active (gnus-active group))
15696             (setq num
15697                   (if active (- (1+ (cdr active)) (car active)) t))
15698             ;; Check whether the group is foreign.  If so, the
15699             ;; foreign select method has to be entered into the
15700             ;; info.
15701             (let ((method (or gnus-override-subscribe-method
15702                               (gnus-group-method group))))
15703               (if (eq method gnus-select-method)
15704                   (setq info (list group level nil))
15705                 (setq info (list group level nil nil method)))))
15706           (unless previous
15707             (setq previous
15708                   (let ((p gnus-newsrc-alist))
15709                     (while (cddr p)
15710                       (setq p (cdr p)))
15711                     p)))
15712           (setq entry (cons info (cddr previous)))
15713           (if (cdr previous)
15714               (progn
15715                 (setcdr (cdr previous) entry)
15716                 (gnus-sethash group (cons num (cdr previous))
15717                               gnus-newsrc-hashtb))
15718             (setcdr previous entry)
15719             (gnus-sethash group (cons num previous)
15720                           gnus-newsrc-hashtb))
15721           (when (cdr entry)
15722             (setcdr (gnus-gethash (caadr entry) gnus-newsrc-hashtb) entry)))))
15723       (when gnus-group-change-level-function
15724         (funcall gnus-group-change-level-function group level oldlevel)))))
15725
15726 (defun gnus-kill-newsgroup (newsgroup)
15727   "Obsolete function.  Kills a newsgroup."
15728   (gnus-group-change-level
15729    (gnus-gethash newsgroup gnus-newsrc-hashtb) gnus-level-killed))
15730
15731 (defun gnus-check-bogus-newsgroups (&optional confirm)
15732   "Remove bogus newsgroups.
15733 If CONFIRM is non-nil, the user has to confirm the deletion of every
15734 newsgroup."
15735   (let ((newsrc (cdr gnus-newsrc-alist))
15736         bogus group entry info)
15737     (gnus-message 5 "Checking bogus newsgroups...")
15738     (unless (gnus-read-active-file-p)
15739       (gnus-read-active-file))
15740     (when (gnus-read-active-file-p)
15741       ;; Find all bogus newsgroup that are subscribed.
15742       (while newsrc
15743         (setq info (pop newsrc)
15744               group (gnus-info-group info))
15745         (unless (or (gnus-active group) ; Active
15746                     (gnus-info-method info) ; Foreign
15747                     (and confirm
15748                          (not (gnus-y-or-n-p
15749                                (format "Remove bogus newsgroup: %s " group)))))
15750           ;; Found a bogus newsgroup.
15751           (push group bogus)))
15752       ;; Remove all bogus subscribed groups by first killing them, and
15753       ;; then removing them from the list of killed groups.
15754       (while bogus
15755         (when (setq entry (gnus-gethash (setq group (pop bogus))
15756                                         gnus-newsrc-hashtb))
15757           (gnus-group-change-level entry gnus-level-killed)
15758           (setq gnus-killed-list (delete group gnus-killed-list))))
15759       ;; Then we remove all bogus groups from the list of killed and
15760       ;; zombie groups.  They are are removed without confirmation.
15761       (let ((dead-lists '(gnus-killed-list gnus-zombie-list))
15762             killed)
15763         (while dead-lists
15764           (setq killed (symbol-value (car dead-lists)))
15765           (while killed
15766             (unless (gnus-active (setq group (pop killed)))
15767               ;; The group is bogus.
15768               ;; !!!Slow as hell.
15769               (set (car dead-lists)
15770                    (delete group (symbol-value (car dead-lists))))))
15771           (setq dead-lists (cdr dead-lists))))
15772       (gnus-message 5 "Checking bogus newsgroups...done"))))
15773
15774 (defun gnus-check-duplicate-killed-groups ()
15775   "Remove duplicates from the list of killed groups."
15776   (interactive)
15777   (let ((killed gnus-killed-list))
15778     (while killed
15779       (gnus-message 9 "%d" (length killed))
15780       (setcdr killed (delete (car killed) (cdr killed)))
15781       (setq killed (cdr killed)))))
15782
15783 ;; We want to inline a function from gnus-cache, so we cheat here:
15784 (eval-when-compile
15785   (provide 'gnus)
15786   (require 'gnus-cache))
15787
15788 (defun gnus-get-unread-articles-in-group (info active &optional update)
15789   (when active
15790     ;; Allow the backend to update the info in the group.
15791     (when (and update 
15792                (gnus-request-update-info
15793                 info (gnus-find-method-for-group (gnus-info-group info))))
15794       (gnus-activate-group (gnus-info-group info) nil t))
15795     (let* ((range (gnus-info-read info))
15796            (num 0))
15797       ;; If a cache is present, we may have to alter the active info.
15798       (when (and gnus-use-cache info)
15799         (inline (gnus-cache-possibly-alter-active 
15800                  (gnus-info-group info) active)))
15801       ;; Modify the list of read articles according to what articles
15802       ;; are available; then tally the unread articles and add the
15803       ;; number to the group hash table entry.
15804       (cond
15805        ((zerop (cdr active))
15806         (setq num 0))
15807        ((not range)
15808         (setq num (- (1+ (cdr active)) (car active))))
15809        ((not (listp (cdr range)))
15810         ;; Fix a single (num . num) range according to the
15811         ;; active hash table.
15812         ;; Fix by Carsten Bormann <cabo@Informatik.Uni-Bremen.DE>.
15813         (and (< (cdr range) (car active)) (setcdr range (1- (car active))))
15814         (and (> (cdr range) (cdr active)) (setcdr range (cdr active)))
15815         ;; Compute number of unread articles.
15816         (setq num (max 0 (- (cdr active) (- (1+ (cdr range)) (car range))))))
15817        (t
15818         ;; The read list is a list of ranges.  Fix them according to
15819         ;; the active hash table.
15820         ;; First peel off any elements that are below the lower
15821         ;; active limit.
15822         (while (and (cdr range)
15823                     (>= (car active)
15824                         (or (and (atom (cadr range)) (cadr range))
15825                             (caadr range))))
15826           (if (numberp (car range))
15827               (setcar range
15828                       (cons (car range)
15829                             (or (and (numberp (cadr range))
15830                                      (cadr range))
15831                                 (cdadr range))))
15832             (setcdr (car range)
15833                     (or (and (numberp (nth 1 range)) (nth 1 range))
15834                         (cdadr range))))
15835           (setcdr range (cddr range)))
15836         ;; Adjust the first element to be the same as the lower limit.
15837         (if (and (not (atom (car range)))
15838                  (< (cdar range) (car active)))
15839             (setcdr (car range) (1- (car active))))
15840         ;; Then we want to peel off any elements that are higher
15841         ;; than the upper active limit.
15842         (let ((srange range))
15843           ;; Go past all legal elements.
15844           (while (and (cdr srange)
15845                       (<= (or (and (atom (cadr srange))
15846                                    (cadr srange))
15847                               (caadr srange)) (cdr active)))
15848             (setq srange (cdr srange)))
15849           (if (cdr srange)
15850               ;; Nuke all remaining illegal elements.
15851               (setcdr srange nil))
15852
15853           ;; Adjust the final element.
15854           (if (and (not (atom (car srange)))
15855                    (> (cdar srange) (cdr active)))
15856               (setcdr (car srange) (cdr active))))
15857         ;; Compute the number of unread articles.
15858         (while range
15859           (setq num (+ num (- (1+ (or (and (atom (car range)) (car range))
15860                                       (cdar range)))
15861                               (or (and (atom (car range)) (car range))
15862                                   (caar range)))))
15863           (setq range (cdr range)))
15864         (setq num (max 0 (- (cdr active) num)))))
15865       ;; Set the number of unread articles.
15866       (when info
15867         (setcar (gnus-gethash (gnus-info-group info) gnus-newsrc-hashtb) num))
15868       num)))
15869
15870 ;; Go though `gnus-newsrc-alist' and compare with `gnus-active-hashtb'
15871 ;; and compute how many unread articles there are in each group.
15872 (defun gnus-get-unread-articles (&optional level)
15873   (let* ((newsrc (cdr gnus-newsrc-alist))
15874          (level (or level gnus-activate-level (1+ gnus-level-subscribed)))
15875          (foreign-level
15876           (min
15877            (cond ((and gnus-activate-foreign-newsgroups
15878                        (not (numberp gnus-activate-foreign-newsgroups)))
15879                   (1+ gnus-level-subscribed))
15880                  ((numberp gnus-activate-foreign-newsgroups)
15881                   gnus-activate-foreign-newsgroups)
15882                  (t 0))
15883            level))
15884          info group active method)
15885     (gnus-message 5 "Checking new news...")
15886
15887     (while newsrc
15888       (setq active (gnus-active (setq group (gnus-info-group
15889                                              (setq info (pop newsrc))))))
15890
15891       ;; Check newsgroups.  If the user doesn't want to check them, or
15892       ;; they can't be checked (for instance, if the news server can't
15893       ;; be reached) we just set the number of unread articles in this
15894       ;; newsgroup to t.  This means that Gnus thinks that there are
15895       ;; unread articles, but it has no idea how many.
15896       (if (and (setq method (gnus-info-method info))
15897                (not (gnus-server-equal
15898                      gnus-select-method
15899                      (setq method (gnus-server-get-method nil method))))
15900                (not (gnus-secondary-method-p method)))
15901           ;; These groups are foreign.  Check the level.
15902           (when (<= (gnus-info-level info) foreign-level)
15903             (setq active (gnus-activate-group group 'scan))
15904             (unless (inline (gnus-virtual-group-p group))
15905               (inline (gnus-close-group group)))
15906             (when (fboundp (intern (concat (symbol-name (car method))
15907                                            "-request-update-info")))
15908               (inline (gnus-request-update-info info method))))
15909         ;; These groups are native or secondary.
15910         (when (and (<= (gnus-info-level info) level)
15911                    (not gnus-read-active-file))
15912           (setq active (gnus-activate-group group 'scan))
15913           (inline (gnus-close-group group))))
15914
15915       ;; Get the number of unread articles in the group.
15916       (if active
15917           (inline (gnus-get-unread-articles-in-group info active))
15918         ;; The group couldn't be reached, so we nix out the number of
15919         ;; unread articles and stuff.
15920         (gnus-set-active group nil)
15921         (setcar (gnus-gethash group gnus-newsrc-hashtb) t)))
15922
15923     (gnus-message 5 "Checking new news...done")))
15924
15925 ;; Create a hash table out of the newsrc alist.  The `car's of the
15926 ;; alist elements are used as keys.
15927 (defun gnus-make-hashtable-from-newsrc-alist ()
15928   (let ((alist gnus-newsrc-alist)
15929         (ohashtb gnus-newsrc-hashtb)
15930         prev)
15931     (setq gnus-newsrc-hashtb (gnus-make-hashtable (length alist)))
15932     (setq alist
15933           (setq prev (setq gnus-newsrc-alist
15934                            (if (equal (caar gnus-newsrc-alist)
15935                                       "dummy.group")
15936                                gnus-newsrc-alist
15937                              (cons (list "dummy.group" 0 nil) alist)))))
15938     (while alist
15939       (gnus-sethash
15940        (caar alist)
15941        (cons (and ohashtb (car (gnus-gethash (caar alist) ohashtb)))
15942              prev)
15943        gnus-newsrc-hashtb)
15944       (setq prev alist
15945             alist (cdr alist)))))
15946
15947 (defun gnus-make-hashtable-from-killed ()
15948   "Create a hash table from the killed and zombie lists."
15949   (let ((lists '(gnus-killed-list gnus-zombie-list))
15950         list)
15951     (setq gnus-killed-hashtb
15952           (gnus-make-hashtable
15953            (+ (length gnus-killed-list) (length gnus-zombie-list))))
15954     (while (setq list (pop lists))
15955       (setq list (symbol-value list))
15956       (while list
15957         (gnus-sethash (car list) (pop list) gnus-killed-hashtb)))))
15958
15959 (defun gnus-activate-group (group &optional scan dont-check)
15960   ;; Check whether a group has been activated or not.
15961   ;; If SCAN, request a scan of that group as well.
15962   (let ((method (gnus-find-method-for-group group))
15963         active)
15964     (and (gnus-check-server method)
15965          ;; We escape all bugs and quit here to make it possible to
15966          ;; continue if a group is so out-there that it reports bugs
15967          ;; and stuff.
15968          (progn
15969            (and scan
15970                 (gnus-check-backend-function 'request-scan (car method))
15971                 (gnus-request-scan group method))
15972            t)
15973          (condition-case ()
15974              (gnus-request-group group dont-check)
15975         ;   (error nil)
15976            (quit nil))
15977          (save-excursion
15978            (set-buffer nntp-server-buffer)
15979            (goto-char (point-min))
15980            ;; Parse the result we got from `gnus-request-group'.
15981            (and (looking-at "[0-9]+ [0-9]+ \\([0-9]+\\) [0-9]+")
15982                 (progn
15983                   (goto-char (match-beginning 1))
15984                   (gnus-set-active
15985                    group (setq active (cons (read (current-buffer))
15986                                             (read (current-buffer)))))
15987                   ;; Return the new active info.
15988                   active))))))
15989
15990 (defun gnus-update-read-articles (group unread)
15991   "Update the list of read and ticked articles in GROUP using the
15992 UNREAD and TICKED lists.
15993 Note: UNSELECTED has to be sorted over `<'.
15994 Returns whether the updating was successful."
15995   (let* ((active (or gnus-newsgroup-active (gnus-active group)))
15996          (entry (gnus-gethash group gnus-newsrc-hashtb))
15997          (info (nth 2 entry))
15998          (prev 1)
15999          (unread (sort (copy-sequence unread) '<))
16000          read)
16001     (if (or (not info) (not active))
16002         ;; There is no info on this group if it was, in fact,
16003         ;; killed.  Gnus stores no information on killed groups, so
16004         ;; there's nothing to be done.
16005         ;; One could store the information somewhere temporarily,
16006         ;; perhaps...  Hmmm...
16007         ()
16008       ;; Remove any negative articles numbers.
16009       (while (and unread (< (car unread) 0))
16010         (setq unread (cdr unread)))
16011       ;; Remove any expired article numbers
16012       (while (and unread (< (car unread) (car active)))
16013         (setq unread (cdr unread)))
16014       ;; Compute the ranges of read articles by looking at the list of
16015       ;; unread articles.
16016       (while unread
16017         (if (/= (car unread) prev)
16018             (setq read (cons (if (= prev (1- (car unread))) prev
16019                                (cons prev (1- (car unread)))) read)))
16020         (setq prev (1+ (car unread)))
16021         (setq unread (cdr unread)))
16022       (when (<= prev (cdr active))
16023         (setq read (cons (cons prev (cdr active)) read)))
16024       ;; Enter this list into the group info.
16025       (gnus-info-set-read
16026        info (if (> (length read) 1) (nreverse read) read))
16027       ;; Set the number of unread articles in gnus-newsrc-hashtb.
16028       (gnus-get-unread-articles-in-group info (gnus-active group))
16029       t)))
16030
16031 (defun gnus-make-articles-unread (group articles)
16032   "Mark ARTICLES in GROUP as unread."
16033   (let* ((info (nth 2 (or (gnus-gethash group gnus-newsrc-hashtb)
16034                           (gnus-gethash (gnus-group-real-name group)
16035                                         gnus-newsrc-hashtb))))
16036          (ranges (gnus-info-read info))
16037          news article)
16038     (while articles
16039       (when (gnus-member-of-range
16040              (setq article (pop articles)) ranges)
16041         (setq news (cons article news))))
16042     (when news
16043       (gnus-info-set-read
16044        info (gnus-remove-from-range (gnus-info-read info) (nreverse news)))
16045       (gnus-group-update-group group t))))
16046
16047 ;; Enter all dead groups into the hashtb.
16048 (defun gnus-update-active-hashtb-from-killed ()
16049   (let ((hashtb (setq gnus-active-hashtb (make-vector 4095 0)))
16050         (lists (list gnus-killed-list gnus-zombie-list))
16051         killed)
16052     (while lists
16053       (setq killed (car lists))
16054       (while killed
16055         (gnus-sethash (car killed) nil hashtb)
16056         (setq killed (cdr killed)))
16057       (setq lists (cdr lists)))))
16058
16059 (defun gnus-get-killed-groups ()
16060   "Go through the active hashtb and all all unknown groups as killed."
16061   ;; First make sure active file has been read.
16062   (unless (gnus-read-active-file-p)
16063     (let ((gnus-read-active-file t))
16064       (gnus-read-active-file)))
16065   (or gnus-killed-hashtb (gnus-make-hashtable-from-killed))
16066   ;; Go through all newsgroups that are known to Gnus - enlarge kill list.
16067   (mapatoms
16068    (lambda (sym)
16069      (let ((groups 0)
16070            (group (symbol-name sym)))
16071        (if (or (null group)
16072                (gnus-gethash group gnus-killed-hashtb)
16073                (gnus-gethash group gnus-newsrc-hashtb))
16074            ()
16075          (let ((do-sub (gnus-matches-options-n group)))
16076            (if (or (eq do-sub 'subscribe) (eq do-sub 'ignore))
16077                ()
16078              (setq groups (1+ groups))
16079              (setq gnus-killed-list
16080                    (cons group gnus-killed-list))
16081              (gnus-sethash group group gnus-killed-hashtb))))))
16082    gnus-active-hashtb))
16083
16084 ;; Get the active file(s) from the backend(s).
16085 (defun gnus-read-active-file ()
16086   (gnus-group-set-mode-line)
16087   (let ((methods 
16088          (append
16089           (if (gnus-check-server gnus-select-method)
16090               ;; The native server is available.
16091               (cons gnus-select-method gnus-secondary-select-methods)
16092             ;; The native server is down, so we just do the
16093             ;; secondary ones.
16094             gnus-secondary-select-methods)
16095           ;; Also read from the archive server.
16096           (when gnus-message-archive-method
16097             (list "archive"))))
16098         list-type)
16099     (setq gnus-have-read-active-file nil)
16100     (save-excursion
16101       (set-buffer nntp-server-buffer)
16102       (while methods
16103         (let* ((method (if (stringp (car methods))
16104                            (gnus-server-get-method nil (car methods))
16105                          (car methods)))
16106                (where (nth 1 method))
16107                (mesg (format "Reading active file%s via %s..."
16108                              (if (and where (not (zerop (length where))))
16109                                  (concat " from " where) "")
16110                              (car method))))
16111           (gnus-message 5 mesg)
16112           (when (gnus-check-server method)
16113             ;; Request that the backend scan its incoming messages.
16114             (and (gnus-check-backend-function 'request-scan (car method))
16115                  (gnus-request-scan nil method))
16116             (cond
16117              ((and (eq gnus-read-active-file 'some)
16118                    (gnus-check-backend-function 'retrieve-groups (car method)))
16119               (let ((newsrc (cdr gnus-newsrc-alist))
16120                     (gmethod (gnus-server-get-method nil method))
16121                     groups info)
16122                 (while (setq info (pop newsrc))
16123                   (when (gnus-server-equal
16124                          (gnus-find-method-for-group 
16125                           (gnus-info-group info) info)
16126                          gmethod)
16127                     (push (gnus-group-real-name (gnus-info-group info)) 
16128                           groups)))
16129                 (when groups
16130                   (gnus-check-server method)
16131                   (setq list-type (gnus-retrieve-groups groups method))
16132                   (cond
16133                    ((not list-type)
16134                     (gnus-error
16135                      1.2 "Cannot read partial active file from %s server."
16136                      (car method)))
16137                    ((eq list-type 'active)
16138                     (gnus-active-to-gnus-format method gnus-active-hashtb))
16139                    (t
16140                     (gnus-groups-to-gnus-format method gnus-active-hashtb))))))
16141              (t
16142               (if (not (gnus-request-list method))
16143                   (unless (equal method gnus-message-archive-method)
16144                     (gnus-error 1 "Cannot read active file from %s server."
16145                                 (car method)))
16146                 (gnus-message 5 mesg)
16147                 (gnus-active-to-gnus-format method gnus-active-hashtb)
16148                 ;; We mark this active file as read.
16149                 (push method gnus-have-read-active-file)
16150                 (gnus-message 5 "%sdone" mesg))))))
16151         (setq methods (cdr methods))))))
16152
16153 ;; Read an active file and place the results in `gnus-active-hashtb'.
16154 (defun gnus-active-to-gnus-format (&optional method hashtb ignore-errors)
16155   (unless method
16156     (setq method gnus-select-method))
16157   (let ((cur (current-buffer))
16158         (hashtb (or hashtb
16159                     (if (and gnus-active-hashtb
16160                              (not (equal method gnus-select-method)))
16161                         gnus-active-hashtb
16162                       (setq gnus-active-hashtb
16163                             (if (equal method gnus-select-method)
16164                                 (gnus-make-hashtable
16165                                  (count-lines (point-min) (point-max)))
16166                               (gnus-make-hashtable 4096)))))))
16167     ;; Delete unnecessary lines.
16168     (goto-char (point-min))
16169     (while (search-forward "\nto." nil t)
16170       (delete-region (1+ (match-beginning 0))
16171                      (progn (forward-line 1) (point))))
16172     (or (string= gnus-ignored-newsgroups "")
16173         (progn
16174           (goto-char (point-min))
16175           (delete-matching-lines gnus-ignored-newsgroups)))
16176     ;; Make the group names readable as a lisp expression even if they
16177     ;; contain special characters.
16178     ;; Fix by Luc Van Eycken <Luc.VanEycken@esat.kuleuven.ac.be>.
16179     (goto-char (point-max))
16180     (while (re-search-backward "[][';?()#]" nil t)
16181       (insert ?\\))
16182     ;; If these are groups from a foreign select method, we insert the
16183     ;; group prefix in front of the group names.
16184     (and method (not (gnus-server-equal
16185                       (gnus-server-get-method nil method)
16186                       (gnus-server-get-method nil gnus-select-method)))
16187          (let ((prefix (gnus-group-prefixed-name "" method)))
16188            (goto-char (point-min))
16189            (while (and (not (eobp))
16190                        (progn (insert prefix)
16191                               (zerop (forward-line 1)))))))
16192     ;; Store the active file in a hash table.
16193     (goto-char (point-min))
16194     (if (string-match "%[oO]" gnus-group-line-format)
16195         ;; Suggested by Brian Edmonds <edmonds@cs.ubc.ca>.
16196         ;; If we want information on moderated groups, we use this
16197         ;; loop...
16198         (let* ((mod-hashtb (make-vector 7 0))
16199                (m (intern "m" mod-hashtb))
16200                group max min)
16201           (while (not (eobp))
16202             (condition-case nil
16203                 (progn
16204                   (narrow-to-region (point) (gnus-point-at-eol))
16205                   (setq group (let ((obarray hashtb)) (read cur)))
16206                   (if (and (numberp (setq max (read cur)))
16207                            (numberp (setq min (read cur)))
16208                            (progn
16209                              (skip-chars-forward " \t")
16210                              (not
16211                               (or (= (following-char) ?=)
16212                                   (= (following-char) ?x)
16213                                   (= (following-char) ?j)))))
16214                       (set group (cons min max))
16215                     (set group nil))
16216                   ;; Enter moderated groups into a list.
16217                   (if (eq (let ((obarray mod-hashtb)) (read cur)) m)
16218                       (setq gnus-moderated-list
16219                             (cons (symbol-name group) gnus-moderated-list))))
16220               (error
16221                (and group
16222                     (symbolp group)
16223                     (set group nil))))
16224             (widen)
16225             (forward-line 1)))
16226       ;; And if we do not care about moderation, we use this loop,
16227       ;; which is faster.
16228       (let (group max min)
16229         (while (not (eobp))
16230           (condition-case ()
16231               (progn
16232                 (narrow-to-region (point) (gnus-point-at-eol))
16233                 ;; group gets set to a symbol interned in the hash table
16234                 ;; (what a hack!!) - jwz
16235                 (setq group (let ((obarray hashtb)) (read cur)))
16236                 (if (and (numberp (setq max (read cur)))
16237                          (numberp (setq min (read cur)))
16238                          (progn
16239                            (skip-chars-forward " \t")
16240                            (not
16241                             (or (= (following-char) ?=)
16242                                 (= (following-char) ?x)
16243                                 (= (following-char) ?j)))))
16244                     (set group (cons min max))
16245                   (set group nil)))
16246             (error
16247              (progn
16248                (and group
16249                     (symbolp group)
16250                     (set group nil))
16251                (or ignore-errors
16252                    (gnus-message 3 "Warning - illegal active: %s"
16253                                  (buffer-substring
16254                                   (gnus-point-at-bol) (gnus-point-at-eol)))))))
16255           (widen)
16256           (forward-line 1))))))
16257
16258 (defun gnus-groups-to-gnus-format (method &optional hashtb)
16259   ;; Parse a "groups" active file.
16260   (let ((cur (current-buffer))
16261         (hashtb (or hashtb
16262                     (if (and method gnus-active-hashtb)
16263                         gnus-active-hashtb
16264                       (setq gnus-active-hashtb
16265                             (gnus-make-hashtable
16266                              (count-lines (point-min) (point-max)))))))
16267         (prefix (and method
16268                      (not (gnus-server-equal
16269                            (gnus-server-get-method nil method)
16270                            (gnus-server-get-method nil gnus-select-method)))
16271                      (gnus-group-prefixed-name "" method))))
16272
16273     (goto-char (point-min))
16274     ;; We split this into to separate loops, one with the prefix
16275     ;; and one without to speed the reading up somewhat.
16276     (if prefix
16277         (let (min max opoint group)
16278           (while (not (eobp))
16279             (condition-case ()
16280                 (progn
16281                   (read cur) (read cur)
16282                   (setq min (read cur)
16283                         max (read cur)
16284                         opoint (point))
16285                   (skip-chars-forward " \t")
16286                   (insert prefix)
16287                   (goto-char opoint)
16288                   (set (let ((obarray hashtb)) (read cur))
16289                        (cons min max)))
16290               (error (and group (symbolp group) (set group nil))))
16291             (forward-line 1)))
16292       (let (min max group)
16293         (while (not (eobp))
16294           (condition-case ()
16295               (if (= (following-char) ?2)
16296                   (progn
16297                     (read cur) (read cur)
16298                     (setq min (read cur)
16299                           max (read cur))
16300                     (set (setq group (let ((obarray hashtb)) (read cur)))
16301                          (cons min max))))
16302             (error (and group (symbolp group) (set group nil))))
16303           (forward-line 1))))))
16304
16305 (defun gnus-read-newsrc-file (&optional force)
16306   "Read startup file.
16307 If FORCE is non-nil, the .newsrc file is read."
16308   ;; Reset variables that might be defined in the .newsrc.eld file.
16309   (let ((variables gnus-variable-list))
16310     (while variables
16311       (set (car variables) nil)
16312       (setq variables (cdr variables))))
16313   (let* ((newsrc-file gnus-current-startup-file)
16314          (quick-file (concat newsrc-file ".el")))
16315     (save-excursion
16316       ;; We always load the .newsrc.eld file.  If always contains
16317       ;; much information that can not be gotten from the .newsrc
16318       ;; file (ticked articles, killed groups, foreign methods, etc.)
16319       (gnus-read-newsrc-el-file quick-file)
16320
16321       (if (and (file-exists-p gnus-current-startup-file)
16322                (or force
16323                    (and (file-newer-than-file-p newsrc-file quick-file)
16324                         (file-newer-than-file-p newsrc-file
16325                                                 (concat quick-file "d")))
16326                    (not gnus-newsrc-alist)))
16327           ;; We read the .newsrc file.  Note that if there if a
16328           ;; .newsrc.eld file exists, it has already been read, and
16329           ;; the `gnus-newsrc-hashtb' has been created.  While reading
16330           ;; the .newsrc file, Gnus will only use the information it
16331           ;; can find there for changing the data already read -
16332           ;; ie. reading the .newsrc file will not trash the data
16333           ;; already read (except for read articles).
16334           (save-excursion
16335             (gnus-message 5 "Reading %s..." newsrc-file)
16336             (set-buffer (find-file-noselect newsrc-file))
16337             (buffer-disable-undo (current-buffer))
16338             (gnus-newsrc-to-gnus-format)
16339             (kill-buffer (current-buffer))
16340             (gnus-message 5 "Reading %s...done" newsrc-file)))
16341
16342       ;; Read any slave files.
16343       (unless gnus-slave
16344         (gnus-master-read-slave-newsrc))
16345       
16346       ;; Convert old to new.
16347       (gnus-convert-old-newsrc))))
16348
16349 (defun gnus-continuum-version (version)
16350   "Return VERSION as a floating point number."
16351   (when (or (string-match "^\\([^ ]+\\)? ?Gnus v?\\([0-9.]+\\)$" version)
16352             (string-match "^\\(.?\\)gnus-\\([0-9.]+\\)$" version))
16353     (let* ((alpha (and (match-beginning 1) (match-string 1 version)))
16354            (number (match-string 2 version))
16355            major minor least)
16356       (string-match "\\([0-9]\\)\\.\\([0-9]+\\)\\.?\\([0-9]+\\)?" number)
16357       (setq major (string-to-number (match-string 1 number)))
16358       (setq minor (string-to-number (match-string 2 number)))
16359       (setq least (if (match-beginning 3)
16360                       (string-to-number (match-string 3 number))
16361                     0))
16362       (string-to-number
16363        (if (zerop major)
16364            (format "%s00%02d%02d"
16365                    (cond 
16366                     ((member alpha '("(ding)" "d")) "4.99")
16367                     ((member alpha '("September" "s")) "5.01")
16368                     ((member alpha '("Red" "r")) "5.03"))
16369                    minor least)
16370          (format "%d.%02d%02d" major minor least))))))
16371
16372 (defun gnus-convert-old-newsrc ()
16373   "Convert old newsrc into the new format, if needed."
16374   (let ((fcv (and gnus-newsrc-file-version
16375                   (gnus-continuum-version gnus-newsrc-file-version))))
16376     (cond
16377      ;; No .newsrc.eld file was loaded.
16378      ((null fcv) nil)
16379      ;; Gnus 5 .newsrc.eld was loaded.
16380      ((< fcv (gnus-continuum-version "September Gnus v0.1"))
16381       (gnus-convert-old-ticks)))))
16382
16383 (defun gnus-convert-old-ticks ()
16384   (let ((newsrc (cdr gnus-newsrc-alist))
16385         marks info dormant ticked)
16386     (while (setq info (pop newsrc))
16387       (when (setq marks (gnus-info-marks info))
16388         (setq dormant (cdr (assq 'dormant marks))
16389               ticked (cdr (assq 'tick marks)))
16390         (when (or dormant ticked)
16391           (gnus-info-set-read
16392            info
16393            (gnus-add-to-range
16394             (gnus-info-read info)
16395             (nconc (gnus-uncompress-range dormant)
16396                    (gnus-uncompress-range ticked)))))))))
16397
16398 (defun gnus-read-newsrc-el-file (file)
16399   (let ((ding-file (concat file "d")))
16400     ;; We always, always read the .eld file.
16401     (gnus-message 5 "Reading %s..." ding-file)
16402     (let (gnus-newsrc-assoc)
16403       (condition-case nil
16404           (load ding-file t t t)
16405         (error
16406          (gnus-error 1 "Error in %s" ding-file)))
16407       (when gnus-newsrc-assoc
16408         (setq gnus-newsrc-alist gnus-newsrc-assoc)))
16409     (gnus-make-hashtable-from-newsrc-alist)
16410     (when (file-newer-than-file-p file ding-file)
16411       ;; Old format quick file
16412       (gnus-message 5 "Reading %s..." file)
16413       ;; The .el file is newer than the .eld file, so we read that one
16414       ;; as well.
16415       (gnus-read-old-newsrc-el-file file))))
16416
16417 ;; Parse the old-style quick startup file
16418 (defun gnus-read-old-newsrc-el-file (file)
16419   (let (newsrc killed marked group m info)
16420     (prog1
16421         (let ((gnus-killed-assoc nil)
16422               gnus-marked-assoc gnus-newsrc-alist gnus-newsrc-assoc)
16423           (prog1
16424               (condition-case nil
16425                   (load file t t t)
16426                 (error nil))
16427             (setq newsrc gnus-newsrc-assoc
16428                   killed gnus-killed-assoc
16429                   marked gnus-marked-assoc)))
16430       (setq gnus-newsrc-alist nil)
16431       (while (setq group (pop newsrc))
16432         (if (setq info (gnus-get-info (car group)))
16433             (progn
16434               (gnus-info-set-read info (cddr group))
16435               (gnus-info-set-level
16436                info (if (nth 1 group) gnus-level-default-subscribed
16437                       gnus-level-default-unsubscribed))
16438               (setq gnus-newsrc-alist (cons info gnus-newsrc-alist)))
16439           (push (setq info
16440                       (list (car group)
16441                             (if (nth 1 group) gnus-level-default-subscribed
16442                               gnus-level-default-unsubscribed)
16443                             (cddr group)))
16444                 gnus-newsrc-alist))
16445         ;; Copy marks into info.
16446         (when (setq m (assoc (car group) marked))
16447           (unless (nthcdr 3 info)
16448             (nconc info (list nil)))
16449           (gnus-info-set-marks
16450            info (list (cons 'tick (gnus-compress-sequence 
16451                                    (sort (cdr m) '<) t))))))
16452       (setq newsrc killed)
16453       (while newsrc
16454         (setcar newsrc (caar newsrc))
16455         (setq newsrc (cdr newsrc)))
16456       (setq gnus-killed-list killed))
16457     ;; The .el file version of this variable does not begin with
16458     ;; "options", while the .eld version does, so we just add it if it
16459     ;; isn't there.
16460     (and
16461      gnus-newsrc-options
16462      (progn
16463        (and (not (string-match "^ *options" gnus-newsrc-options))
16464             (setq gnus-newsrc-options (concat "options " gnus-newsrc-options)))
16465        (and (not (string-match "\n$" gnus-newsrc-options))
16466             (setq gnus-newsrc-options (concat gnus-newsrc-options "\n")))
16467        ;; Finally, if we read some options lines, we parse them.
16468        (or (string= gnus-newsrc-options "")
16469            (gnus-newsrc-parse-options gnus-newsrc-options))))
16470
16471     (setq gnus-newsrc-alist (nreverse gnus-newsrc-alist))
16472     (gnus-make-hashtable-from-newsrc-alist)))
16473
16474 (defun gnus-make-newsrc-file (file)
16475   "Make server dependent file name by catenating FILE and server host name."
16476   (let* ((file (expand-file-name file nil))
16477          (real-file (concat file "-" (nth 1 gnus-select-method))))
16478     (if (or (file-exists-p real-file)
16479             (file-exists-p (concat real-file ".el"))
16480             (file-exists-p (concat real-file ".eld")))
16481         real-file file)))
16482
16483 (defun gnus-newsrc-to-gnus-format ()
16484   (setq gnus-newsrc-options "")
16485   (setq gnus-newsrc-options-n nil)
16486
16487   (or gnus-active-hashtb
16488       (setq gnus-active-hashtb (make-vector 4095 0)))
16489   (let ((buf (current-buffer))
16490         (already-read (> (length gnus-newsrc-alist) 1))
16491         group subscribed options-symbol newsrc Options-symbol
16492         symbol reads num1)
16493     (goto-char (point-min))
16494     ;; We intern the symbol `options' in the active hashtb so that we
16495     ;; can `eq' against it later.
16496     (set (setq options-symbol (intern "options" gnus-active-hashtb)) nil)
16497     (set (setq Options-symbol (intern "Options" gnus-active-hashtb)) nil)
16498
16499     (while (not (eobp))
16500       ;; We first read the first word on the line by narrowing and
16501       ;; then reading into `gnus-active-hashtb'.  Most groups will
16502       ;; already exist in that hashtb, so this will save some string
16503       ;; space.
16504       (narrow-to-region
16505        (point)
16506        (progn (skip-chars-forward "^ \t!:\n") (point)))
16507       (goto-char (point-min))
16508       (setq symbol
16509             (and (/= (point-min) (point-max))
16510                  (let ((obarray gnus-active-hashtb)) (read buf))))
16511       (widen)
16512       ;; Now, the symbol we have read is either `options' or a group
16513       ;; name.  If it is an options line, we just add it to a string.
16514       (cond
16515        ((or (eq symbol options-symbol)
16516             (eq symbol Options-symbol))
16517         (setq gnus-newsrc-options
16518               ;; This concating is quite inefficient, but since our
16519               ;; thorough studies show that approx 99.37% of all
16520               ;; .newsrc files only contain a single options line, we
16521               ;; don't give a damn, frankly, my dear.
16522               (concat gnus-newsrc-options
16523                       (buffer-substring
16524                        (gnus-point-at-bol)
16525                        ;; Options may continue on the next line.
16526                        (or (and (re-search-forward "^[^ \t]" nil 'move)
16527                                 (progn (beginning-of-line) (point)))
16528                            (point)))))
16529         (forward-line -1))
16530        (symbol
16531         ;; Group names can be just numbers.  
16532         (when (numberp symbol) 
16533           (setq symbol (intern (int-to-string symbol) gnus-active-hashtb)))
16534         (or (boundp symbol) (set symbol nil))
16535         ;; It was a group name.
16536         (setq subscribed (= (following-char) ?:)
16537               group (symbol-name symbol)
16538               reads nil)
16539         (if (eolp)
16540             ;; If the line ends here, this is clearly a buggy line, so
16541             ;; we put point a the beginning of line and let the cond
16542             ;; below do the error handling.
16543             (beginning-of-line)
16544           ;; We skip to the beginning of the ranges.
16545           (skip-chars-forward "!: \t"))
16546         ;; We are now at the beginning of the list of read articles.
16547         ;; We read them range by range.
16548         (while
16549             (cond
16550              ((looking-at "[0-9]+")
16551               ;; We narrow and read a number instead of buffer-substring/
16552               ;; string-to-int because it's faster.  narrow/widen is
16553               ;; faster than save-restriction/narrow, and save-restriction
16554               ;; produces a garbage object.
16555               (setq num1 (progn
16556                            (narrow-to-region (match-beginning 0) (match-end 0))
16557                            (read buf)))
16558               (widen)
16559               ;; If the next character is a dash, then this is a range.
16560               (if (= (following-char) ?-)
16561                   (progn
16562                     ;; We read the upper bound of the range.
16563                     (forward-char 1)
16564                     (if (not (looking-at "[0-9]+"))
16565                         ;; This is a buggy line, by we pretend that
16566                         ;; it's kinda OK.  Perhaps the user should be
16567                         ;; dinged?
16568                         (setq reads (cons num1 reads))
16569                       (setq reads
16570                             (cons
16571                              (cons num1
16572                                    (progn
16573                                      (narrow-to-region (match-beginning 0)
16574                                                        (match-end 0))
16575                                      (read buf)))
16576                              reads))
16577                       (widen)))
16578                 ;; It was just a simple number, so we add it to the
16579                 ;; list of ranges.
16580                 (setq reads (cons num1 reads)))
16581               ;; If the next char in ?\n, then we have reached the end
16582               ;; of the line and return nil.
16583               (/= (following-char) ?\n))
16584              ((= (following-char) ?\n)
16585               ;; End of line, so we end.
16586               nil)
16587              (t
16588               ;; Not numbers and not eol, so this might be a buggy
16589               ;; line...
16590               (or (eobp)
16591                   ;; If it was eob instead of ?\n, we allow it.
16592                   (progn
16593                     ;; The line was buggy.
16594                     (setq group nil)
16595                     (gnus-error 3.1 "Mangled line: %s"
16596                                 (buffer-substring (gnus-point-at-bol)
16597                                                   (gnus-point-at-eol)))))
16598               nil))
16599           ;; Skip past ", ".  Spaces are illegal in these ranges, but
16600           ;; we allow them, because it's a common mistake to put a
16601           ;; space after the comma.
16602           (skip-chars-forward ", "))
16603
16604         ;; We have already read .newsrc.eld, so we gently update the
16605         ;; data in the hash table with the information we have just
16606         ;; read.
16607         (when group
16608           (let ((info (gnus-get-info group))
16609                 level)
16610             (if info
16611                 ;; There is an entry for this file in the alist.
16612                 (progn
16613                   (gnus-info-set-read info (nreverse reads))
16614                   ;; We update the level very gently.  In fact, we
16615                   ;; only change it if there's been a status change
16616                   ;; from subscribed to unsubscribed, or vice versa.
16617                   (setq level (gnus-info-level info))
16618                   (cond ((and (<= level gnus-level-subscribed)
16619                               (not subscribed))
16620                          (setq level (if reads
16621                                          gnus-level-default-unsubscribed
16622                                        (1+ gnus-level-default-unsubscribed))))
16623                         ((and (> level gnus-level-subscribed) subscribed)
16624                          (setq level gnus-level-default-subscribed)))
16625                   (gnus-info-set-level info level))
16626               ;; This is a new group.
16627               (setq info (list group
16628                                (if subscribed
16629                                    gnus-level-default-subscribed
16630                                  (if reads
16631                                      (1+ gnus-level-subscribed)
16632                                    gnus-level-default-unsubscribed))
16633                                (nreverse reads))))
16634             (setq newsrc (cons info newsrc))))))
16635       (forward-line 1))
16636
16637     (setq newsrc (nreverse newsrc))
16638
16639     (if (not already-read)
16640         ()
16641       ;; We now have two newsrc lists - `newsrc', which is what we
16642       ;; have read from .newsrc, and `gnus-newsrc-alist', which is
16643       ;; what we've read from .newsrc.eld.  We have to merge these
16644       ;; lists.  We do this by "attaching" any (foreign) groups in the
16645       ;; gnus-newsrc-alist to the (native) group that precedes them.
16646       (let ((rc (cdr gnus-newsrc-alist))
16647             (prev gnus-newsrc-alist)
16648             entry mentry)
16649         (while rc
16650           (or (null (nth 4 (car rc)))   ; It's a native group.
16651               (assoc (caar rc) newsrc) ; It's already in the alist.
16652               (if (setq entry (assoc (caar prev) newsrc))
16653                   (setcdr (setq mentry (memq entry newsrc))
16654                           (cons (car rc) (cdr mentry)))
16655                 (setq newsrc (cons (car rc) newsrc))))
16656           (setq prev rc
16657                 rc (cdr rc)))))
16658
16659     (setq gnus-newsrc-alist newsrc)
16660     ;; We make the newsrc hashtb.
16661     (gnus-make-hashtable-from-newsrc-alist)
16662
16663     ;; Finally, if we read some options lines, we parse them.
16664     (or (string= gnus-newsrc-options "")
16665         (gnus-newsrc-parse-options gnus-newsrc-options))))
16666
16667 ;; Parse options lines to find "options -n !all rec.all" and stuff.
16668 ;; The return value will be a list on the form
16669 ;; ((regexp1 . ignore)
16670 ;;  (regexp2 . subscribe)...)
16671 ;; When handling new newsgroups, groups that match a `ignore' regexp
16672 ;; will be ignored, and groups that match a `subscribe' regexp will be
16673 ;; subscribed.  A line like
16674 ;; options -n !all rec.all
16675 ;; will lead to a list that looks like
16676 ;; (("^rec\\..+" . subscribe)
16677 ;;  ("^.+" . ignore))
16678 ;; So all "rec.*" groups will be subscribed, while all the other
16679 ;; groups will be ignored.  Note that "options -n !all rec.all" is very
16680 ;; different from "options -n rec.all !all".
16681 (defun gnus-newsrc-parse-options (options)
16682   (let (out eol)
16683     (save-excursion
16684       (gnus-set-work-buffer)
16685       (insert (regexp-quote options))
16686       ;; First we treat all continuation lines.
16687       (goto-char (point-min))
16688       (while (re-search-forward "\n[ \t]+" nil t)
16689         (replace-match " " t t))
16690       ;; Then we transform all "all"s into ".+"s.
16691       (goto-char (point-min))
16692       (while (re-search-forward "\\ball\\b" nil t)
16693         (replace-match ".+" t t))
16694       (goto-char (point-min))
16695       ;; We remove all other options than the "-n" ones.
16696       (while (re-search-forward "[ \t]-[^n][^-]*" nil t)
16697         (replace-match " ")
16698         (forward-char -1))
16699       (goto-char (point-min))
16700
16701       ;; We are only interested in "options -n" lines - we
16702       ;; ignore the other option lines.
16703       (while (re-search-forward "[ \t]-n" nil t)
16704         (setq eol
16705               (or (save-excursion
16706                     (and (re-search-forward "[ \t]-n" (gnus-point-at-eol) t)
16707                          (- (point) 2)))
16708                   (gnus-point-at-eol)))
16709         ;; Search for all "words"...
16710         (while (re-search-forward "[^ \t,\n]+" eol t)
16711           (if (= (char-after (match-beginning 0)) ?!)
16712               ;; If the word begins with a bang (!), this is a "not"
16713               ;; spec.  We put this spec (minus the bang) and the
16714               ;; symbol `ignore' into the list.
16715               (setq out (cons (cons (concat
16716                                      "^" (buffer-substring
16717                                           (1+ (match-beginning 0))
16718                                           (match-end 0)))
16719                                     'ignore) out))
16720             ;; There was no bang, so this is a "yes" spec.
16721             (setq out (cons (cons (concat "^" (match-string 0))
16722                                   'subscribe) out)))))
16723
16724       (setq gnus-newsrc-options-n out))))
16725
16726 (defun gnus-save-newsrc-file (&optional force)
16727   "Save .newsrc file."
16728   ;; Note: We cannot save .newsrc file if all newsgroups are removed
16729   ;; from the variable gnus-newsrc-alist.
16730   (when (and (or gnus-newsrc-alist gnus-killed-list)
16731              gnus-current-startup-file)
16732     (save-excursion
16733       (if (and (or gnus-use-dribble-file gnus-slave)
16734                (not force)
16735                (or (not gnus-dribble-buffer)
16736                    (not (buffer-name gnus-dribble-buffer))
16737                    (zerop (save-excursion
16738                             (set-buffer gnus-dribble-buffer)
16739                             (buffer-size)))))
16740           (gnus-message 4 "(No changes need to be saved)")
16741         (run-hooks 'gnus-save-newsrc-hook)
16742         (if gnus-slave
16743             (gnus-slave-save-newsrc)
16744           ;; Save .newsrc.
16745           (when gnus-save-newsrc-file
16746             (gnus-message 5 "Saving %s..." gnus-current-startup-file)
16747             (gnus-gnus-to-newsrc-format)
16748             (gnus-message 5 "Saving %s...done" gnus-current-startup-file))
16749           ;; Save .newsrc.eld.
16750           (set-buffer (get-buffer-create " *Gnus-newsrc*"))
16751           (make-local-variable 'version-control)
16752           (setq version-control 'never)
16753           (setq buffer-file-name
16754                 (concat gnus-current-startup-file ".eld"))
16755           (setq default-directory (file-name-directory buffer-file-name))
16756           (gnus-add-current-to-buffer-list)
16757           (buffer-disable-undo (current-buffer))
16758           (erase-buffer)
16759           (gnus-message 5 "Saving %s.eld..." gnus-current-startup-file)
16760           (gnus-gnus-to-quick-newsrc-format)
16761           (run-hooks 'gnus-save-quick-newsrc-hook)
16762           (save-buffer)
16763           (kill-buffer (current-buffer))
16764           (gnus-message
16765            5 "Saving %s.eld...done" gnus-current-startup-file))
16766         (gnus-dribble-delete-file)
16767         (gnus-group-set-mode-line)))))
16768
16769 (defun gnus-gnus-to-quick-newsrc-format ()
16770   "Insert Gnus variables such as gnus-newsrc-alist in lisp format."
16771   (insert ";; Gnus startup file.\n")
16772   (insert ";; Never delete this file - touch .newsrc instead to force Gnus\n")
16773   (insert ";; to read .newsrc.\n")
16774   (insert "(setq gnus-newsrc-file-version "
16775           (prin1-to-string gnus-version) ")\n")
16776   (let ((variables
16777          (if gnus-save-killed-list gnus-variable-list
16778            ;; Remove the `gnus-killed-list' from the list of variables
16779            ;; to be saved, if required.
16780            (delq 'gnus-killed-list (copy-sequence gnus-variable-list))))
16781         ;; Peel off the "dummy" group.
16782         (gnus-newsrc-alist (cdr gnus-newsrc-alist))
16783         variable)
16784     ;; Insert the variables into the file.
16785     (while variables
16786       (when (and (boundp (setq variable (pop variables)))
16787                  (symbol-value variable))
16788         (insert "(setq " (symbol-name variable) " '")
16789         (prin1 (symbol-value variable) (current-buffer))
16790         (insert ")\n")))))
16791
16792 (defun gnus-gnus-to-newsrc-format ()
16793   ;; Generate and save the .newsrc file.
16794   (save-excursion
16795     (set-buffer (create-file-buffer gnus-current-startup-file))
16796     (let ((newsrc (cdr gnus-newsrc-alist))
16797           (standard-output (current-buffer))
16798           info ranges range method)
16799       (setq buffer-file-name gnus-current-startup-file)
16800       (setq default-directory (file-name-directory buffer-file-name))
16801       (buffer-disable-undo (current-buffer))
16802       (erase-buffer)
16803       ;; Write options.
16804       (if gnus-newsrc-options (insert gnus-newsrc-options))
16805       ;; Write subscribed and unsubscribed.
16806       (while (setq info (pop newsrc))
16807         ;; Don't write foreign groups to .newsrc.
16808         (when (or (null (setq method (gnus-info-method info)))
16809                   (equal method "native")
16810                   (gnus-server-equal method gnus-select-method))
16811           (insert (gnus-info-group info)
16812                   (if (> (gnus-info-level info) gnus-level-subscribed)
16813                       "!" ":"))
16814           (when (setq ranges (gnus-info-read info))
16815             (insert " ")
16816             (if (not (listp (cdr ranges)))
16817                 (if (= (car ranges) (cdr ranges))
16818                     (princ (car ranges))
16819                   (princ (car ranges))
16820                   (insert "-")
16821                   (princ (cdr ranges)))
16822               (while (setq range (pop ranges))
16823                 (if (or (atom range) (= (car range) (cdr range)))
16824                     (princ (or (and (atom range) range) (car range)))
16825                   (princ (car range))
16826                   (insert "-")
16827                   (princ (cdr range)))
16828                 (if ranges (insert ",")))))
16829           (insert "\n")))
16830       (make-local-variable 'version-control)
16831       (setq version-control 'never)
16832       ;; It has been reported that sometime the modtime on the .newsrc
16833       ;; file seems to be off.  We really do want to overwrite it, so
16834       ;; we clear the modtime here before saving.  It's a bit odd,
16835       ;; though...
16836       ;; sometimes the modtime clear isn't sufficient.  most brute force:
16837       ;; delete the silly thing entirely first.  but this fails to provide
16838       ;; such niceties as .newsrc~ creation.
16839       (if gnus-modtime-botch
16840           (delete-file gnus-startup-file)
16841         (clear-visited-file-modtime))
16842       (run-hooks 'gnus-save-standard-newsrc-hook)
16843       (save-buffer)
16844       (kill-buffer (current-buffer)))))
16845
16846 \f
16847 ;;;
16848 ;;; Slave functions.
16849 ;;;
16850
16851 (defun gnus-slave-save-newsrc ()
16852   (save-excursion
16853     (set-buffer gnus-dribble-buffer)
16854     (let ((slave-name
16855            (make-temp-name (concat gnus-current-startup-file "-slave-"))))
16856       (write-region (point-min) (point-max) slave-name nil 'nomesg))))
16857
16858 (defun gnus-master-read-slave-newsrc ()
16859   (let ((slave-files
16860          (directory-files
16861           (file-name-directory gnus-current-startup-file)
16862           t (concat
16863              "^" (regexp-quote
16864                   (concat
16865                    (file-name-nondirectory gnus-current-startup-file)
16866                    "-slave-")))
16867           t))
16868         file)
16869     (if (not slave-files)
16870         ()                              ; There are no slave files to read.
16871       (gnus-message 7 "Reading slave newsrcs...")
16872       (save-excursion
16873         (set-buffer (get-buffer-create " *gnus slave*"))
16874         (buffer-disable-undo (current-buffer))
16875         (setq slave-files
16876               (sort (mapcar (lambda (file)
16877                               (list (nth 5 (file-attributes file)) file))
16878                             slave-files)
16879                     (lambda (f1 f2)
16880                       (or (< (caar f1) (caar f2))
16881                           (< (nth 1 (car f1)) (nth 1 (car f2)))))))
16882         (while slave-files
16883           (erase-buffer)
16884           (setq file (nth 1 (car slave-files)))
16885           (insert-file-contents file)
16886           (if (condition-case ()
16887                   (progn
16888                     (eval-buffer (current-buffer))
16889                     t)
16890                 (error
16891                  (gnus-error 3.2 "Possible error in %s" file)
16892                  nil))
16893               (or gnus-slave ; Slaves shouldn't delete these files.
16894                   (condition-case ()
16895                       (delete-file file)
16896                     (error nil))))
16897           (setq slave-files (cdr slave-files))))
16898       (gnus-message 7 "Reading slave newsrcs...done"))))
16899
16900 \f
16901 ;;;
16902 ;;; Group description.
16903 ;;;
16904
16905 (defun gnus-read-all-descriptions-files ()
16906   (let ((methods (cons gnus-select-method 
16907                        (nconc
16908                         (when gnus-message-archive-method
16909                           (list "archive"))
16910                         gnus-secondary-select-methods))))
16911     (while methods
16912       (gnus-read-descriptions-file (car methods))
16913       (setq methods (cdr methods)))
16914     t))
16915
16916 (defun gnus-read-descriptions-file (&optional method)
16917   (let ((method (or method gnus-select-method)))
16918     (when (stringp method)
16919       (setq method (gnus-server-to-method method)))
16920     ;; We create the hashtable whether we manage to read the desc file
16921     ;; to avoid trying to re-read after a failed read.
16922     (or gnus-description-hashtb
16923         (setq gnus-description-hashtb
16924               (gnus-make-hashtable (length gnus-active-hashtb))))
16925     ;; Mark this method's desc file as read.
16926     (gnus-sethash (gnus-group-prefixed-name "" method) "Has read"
16927                   gnus-description-hashtb)
16928
16929     (gnus-message 5 "Reading descriptions file via %s..." (car method))
16930     (cond
16931      ((not (gnus-check-server method))
16932       (gnus-message 1 "Couldn't open server")
16933       nil)
16934      ((not (gnus-request-list-newsgroups method))
16935       (gnus-message 1 "Couldn't read newsgroups descriptions")
16936       nil)
16937      (t
16938       (let (group)
16939         (save-excursion
16940           (save-restriction
16941             (set-buffer nntp-server-buffer)
16942             (goto-char (point-min))
16943             (if (or (search-forward "\n.\n" nil t)
16944                     (goto-char (point-max)))
16945                 (progn
16946                   (beginning-of-line)
16947                   (narrow-to-region (point-min) (point))))
16948             (goto-char (point-min))
16949             (while (not (eobp))
16950               ;; If we get an error, we set group to 0, which is not a
16951               ;; symbol...
16952               (setq group
16953                     (condition-case ()
16954                         (let ((obarray gnus-description-hashtb))
16955                           ;; Group is set to a symbol interned in this
16956                           ;; hash table.
16957                           (read nntp-server-buffer))
16958                       (error 0)))
16959               (skip-chars-forward " \t")
16960               ;; ...  which leads to this line being effectively ignored.
16961               (and (symbolp group)
16962                    (set group (buffer-substring
16963                                (point) (progn (end-of-line) (point)))))
16964               (forward-line 1))))
16965         (gnus-message 5 "Reading descriptions file...done")
16966         t)))))
16967
16968 (defun gnus-group-get-description (group)
16969   "Get the description of a group by sending XGTITLE to the server."
16970   (when (gnus-request-group-description group)
16971     (save-excursion
16972       (set-buffer nntp-server-buffer)
16973       (goto-char (point-min))
16974       (when (looking-at "[^ \t]+[ \t]+\\(.*\\)")
16975         (match-string 1)))))
16976
16977 \f
16978 ;;;
16979 ;;; Buffering of read articles.
16980 ;;;
16981
16982 (defvar gnus-backlog-buffer " *Gnus Backlog*")
16983 (defvar gnus-backlog-articles nil)
16984 (defvar gnus-backlog-hashtb nil)
16985
16986 (defun gnus-backlog-buffer ()
16987   "Return the backlog buffer."
16988   (or (get-buffer gnus-backlog-buffer)
16989       (save-excursion
16990         (set-buffer (get-buffer-create gnus-backlog-buffer))
16991         (buffer-disable-undo (current-buffer))
16992         (setq buffer-read-only t)
16993         (gnus-add-current-to-buffer-list)
16994         (get-buffer gnus-backlog-buffer))))
16995
16996 (defun gnus-backlog-setup ()
16997   "Initialize backlog variables."
16998   (unless gnus-backlog-hashtb
16999     (setq gnus-backlog-hashtb (make-vector 1023 0))))
17000
17001 (gnus-add-shutdown 'gnus-backlog-shutdown 'gnus)
17002
17003 (defun gnus-backlog-shutdown ()
17004   "Clear all backlog variables and buffers."
17005   (when (get-buffer gnus-backlog-buffer)
17006     (kill-buffer gnus-backlog-buffer))
17007   (setq gnus-backlog-hashtb nil
17008         gnus-backlog-articles nil))
17009
17010 (defun gnus-backlog-enter-article (group number buffer)
17011   (gnus-backlog-setup)
17012   (let ((ident (intern (concat group ":" (int-to-string number))
17013                        gnus-backlog-hashtb))
17014         b)
17015     (if (memq ident gnus-backlog-articles)
17016         () ; It's already kept.
17017       ;; Remove the oldest article, if necessary.
17018       (and (numberp gnus-keep-backlog)
17019            (>= (length gnus-backlog-articles) gnus-keep-backlog)
17020            (gnus-backlog-remove-oldest-article))
17021       (setq gnus-backlog-articles (cons ident gnus-backlog-articles))
17022       ;; Insert the new article.
17023       (save-excursion
17024         (set-buffer (gnus-backlog-buffer))
17025         (let (buffer-read-only)
17026           (goto-char (point-max))
17027           (or (bolp) (insert "\n"))
17028           (setq b (point))
17029           (insert-buffer-substring buffer)
17030           ;; Tag the beginning of the article with the ident.
17031           (gnus-put-text-property b (1+ b) 'gnus-backlog ident))))))
17032
17033 (defun gnus-backlog-remove-oldest-article ()
17034   (save-excursion
17035     (set-buffer (gnus-backlog-buffer))
17036     (goto-char (point-min))
17037     (if (zerop (buffer-size))
17038         () ; The buffer is empty.
17039       (let ((ident (get-text-property (point) 'gnus-backlog))
17040             buffer-read-only)
17041         ;; Remove the ident from the list of articles.
17042         (when ident
17043           (setq gnus-backlog-articles (delq ident gnus-backlog-articles)))
17044         ;; Delete the article itself.
17045         (delete-region
17046          (point) (next-single-property-change
17047                   (1+ (point)) 'gnus-backlog nil (point-max)))))))
17048
17049 (defun gnus-backlog-remove-article (group number)
17050   "Remove article NUMBER in GROUP from the backlog."
17051   (when (numberp number)
17052     (gnus-backlog-setup)
17053     (let ((ident (intern (concat group ":" (int-to-string number))
17054                          gnus-backlog-hashtb))
17055           beg end)
17056       (when (memq ident gnus-backlog-articles)
17057         ;; It was in the backlog.
17058         (save-excursion
17059           (set-buffer (gnus-backlog-buffer))
17060           (let (buffer-read-only)
17061             (when (setq beg (text-property-any
17062                              (point-min) (point-max) 'gnus-backlog
17063                              ident))
17064               ;; Find the end (i. e., the beginning of the next article).
17065               (setq end
17066                     (next-single-property-change
17067                      (1+ beg) 'gnus-backlog (current-buffer) (point-max)))
17068               (delete-region beg end)
17069               ;; Return success.
17070               t)))))))
17071
17072 (defun gnus-backlog-request-article (group number buffer)
17073   (when (numberp number)
17074     (gnus-backlog-setup)
17075     (let ((ident (intern (concat group ":" (int-to-string number))
17076                          gnus-backlog-hashtb))
17077           beg end)
17078       (when (memq ident gnus-backlog-articles)
17079         ;; It was in the backlog.
17080         (save-excursion
17081           (set-buffer (gnus-backlog-buffer))
17082           (if (not (setq beg (text-property-any
17083                               (point-min) (point-max) 'gnus-backlog
17084                               ident)))
17085               ;; It wasn't in the backlog after all.
17086               (ignore
17087                (setq gnus-backlog-articles (delq ident gnus-backlog-articles)))
17088             ;; Find the end (i. e., the beginning of the next article).
17089             (setq end
17090                   (next-single-property-change
17091                    (1+ beg) 'gnus-backlog (current-buffer) (point-max)))))
17092         (let ((buffer-read-only nil))
17093           (erase-buffer)
17094           (insert-buffer-substring gnus-backlog-buffer beg end)
17095           t)))))
17096
17097 ;; Allow redefinition of Gnus functions.
17098
17099 (gnus-ems-redefine)
17100
17101 (provide 'gnus)
17102
17103 ;;; gnus.el ends here