*** 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.6"
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 gnus-yank-article))))
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 ;;; Load the compatability functions.
2316
2317 (require 'gnus-cus)
2318 (require 'gnus-ems)
2319
2320 \f
2321 ;;;
2322 ;;; Shutdown
2323 ;;;
2324
2325 (defvar gnus-shutdown-alist nil)
2326
2327 (defun gnus-add-shutdown (function &rest symbols)
2328   "Run FUNCTION whenever one of SYMBOLS is shut down."
2329   (push (cons function symbols) gnus-shutdown-alist))
2330
2331 (defun gnus-shutdown (symbol)
2332   "Shut down everything that waits for SYMBOL."
2333   (let ((alist gnus-shutdown-alist)
2334         entry)
2335     (while (setq entry (pop alist))
2336       (when (memq symbol (cdr entry))
2337         (funcall (car entry))))))
2338
2339 \f
2340
2341 ;; Format specs.  The chunks below are the machine-generated forms
2342 ;; that are to be evaled as the result of the default format strings.
2343 ;; We write them in here to get them byte-compiled.  That way the
2344 ;; default actions will be quite fast, while still retaining the full
2345 ;; flexibility of the user-defined format specs.
2346
2347 ;; First we have lots of dummy defvars to let the compiler know these
2348 ;; are really dynamic variables.
2349
2350 (defvar gnus-tmp-unread)
2351 (defvar gnus-tmp-replied)
2352 (defvar gnus-tmp-score-char)
2353 (defvar gnus-tmp-indentation)
2354 (defvar gnus-tmp-opening-bracket)
2355 (defvar gnus-tmp-lines)
2356 (defvar gnus-tmp-name)
2357 (defvar gnus-tmp-closing-bracket)
2358 (defvar gnus-tmp-subject-or-nil)
2359 (defvar gnus-tmp-subject)
2360 (defvar gnus-tmp-marked)
2361 (defvar gnus-tmp-marked-mark)
2362 (defvar gnus-tmp-subscribed)
2363 (defvar gnus-tmp-process-marked)
2364 (defvar gnus-tmp-number-of-unread)
2365 (defvar gnus-tmp-group-name)
2366 (defvar gnus-tmp-group)
2367 (defvar gnus-tmp-article-number)
2368 (defvar gnus-tmp-unread-and-unselected)
2369 (defvar gnus-tmp-news-method)
2370 (defvar gnus-tmp-news-server)
2371 (defvar gnus-tmp-article-number)
2372 (defvar gnus-mouse-face)
2373 (defvar gnus-mouse-face-prop)
2374
2375 (defun gnus-summary-line-format-spec ()
2376   (insert gnus-tmp-unread gnus-tmp-replied
2377           gnus-tmp-score-char gnus-tmp-indentation)
2378   (gnus-put-text-property
2379    (point)
2380    (progn
2381      (insert
2382       gnus-tmp-opening-bracket
2383       (format "%4d: %-20s"
2384               gnus-tmp-lines
2385               (if (> (length gnus-tmp-name) 20)
2386                   (substring gnus-tmp-name 0 20)
2387                 gnus-tmp-name))
2388       gnus-tmp-closing-bracket)
2389      (point))
2390    gnus-mouse-face-prop gnus-mouse-face)
2391   (insert " " gnus-tmp-subject-or-nil "\n"))
2392
2393 (defvar gnus-summary-line-format-spec
2394   (gnus-byte-code 'gnus-summary-line-format-spec))
2395
2396 (defun gnus-summary-dummy-line-format-spec ()
2397   (insert "*  ")
2398   (gnus-put-text-property
2399    (point)
2400    (progn
2401      (insert ":                          :")
2402      (point))
2403    gnus-mouse-face-prop gnus-mouse-face)
2404   (insert " " gnus-tmp-subject "\n"))
2405
2406 (defvar gnus-summary-dummy-line-format-spec
2407   (gnus-byte-code 'gnus-summary-dummy-line-format-spec))
2408
2409 (defun gnus-group-line-format-spec ()
2410   (insert gnus-tmp-marked-mark gnus-tmp-subscribed
2411           gnus-tmp-process-marked
2412           gnus-group-indentation
2413           (format "%5s: " gnus-tmp-number-of-unread))
2414   (gnus-put-text-property
2415    (point)
2416    (progn
2417      (insert gnus-tmp-group "\n")
2418      (1- (point)))
2419    gnus-mouse-face-prop gnus-mouse-face))
2420 (defvar gnus-group-line-format-spec
2421   (gnus-byte-code 'gnus-group-line-format-spec))
2422
2423 (defvar gnus-format-specs
2424   `((version . ,emacs-version)
2425     (group ,gnus-group-line-format ,gnus-group-line-format-spec)
2426     (summary-dummy ,gnus-summary-dummy-line-format
2427                    ,gnus-summary-dummy-line-format-spec)
2428     (summary ,gnus-summary-line-format ,gnus-summary-line-format-spec)))
2429
2430 (defvar gnus-article-mode-line-format-spec nil)
2431 (defvar gnus-summary-mode-line-format-spec nil)
2432 (defvar gnus-group-mode-line-format-spec nil)
2433
2434 ;;; Phew.  All that gruft is over, fortunately.
2435
2436 \f
2437 ;;;
2438 ;;; Gnus Utility Functions
2439 ;;;
2440
2441 (defun gnus-extract-address-components (from)
2442   (let (name address)
2443     ;; First find the address - the thing with the @ in it.  This may
2444     ;; not be accurate in mail addresses, but does the trick most of
2445     ;; the time in news messages.
2446     (if (string-match "\\b[^@ \t<>]+[!@][^@ \t<>]+\\b" from)
2447         (setq address (substring from (match-beginning 0) (match-end 0))))
2448     ;; Then we check whether the "name <address>" format is used.
2449     (and address
2450          ;; Fix by MORIOKA Tomohiko <morioka@jaist.ac.jp>
2451          ;; Linear white space is not required.
2452          (string-match (concat "[ \t]*<" (regexp-quote address) ">") from)
2453          (and (setq name (substring from 0 (match-beginning 0)))
2454               ;; Strip any quotes from the name.
2455               (string-match "\".*\"" name)
2456               (setq name (substring name 1 (1- (match-end 0))))))
2457     ;; If not, then "address (name)" is used.
2458     (or name
2459         (and (string-match "(.+)" from)
2460              (setq name (substring from (1+ (match-beginning 0))
2461                                    (1- (match-end 0)))))
2462         (and (string-match "()" from)
2463              (setq name address))
2464         ;; Fix by MORIOKA Tomohiko <morioka@jaist.ac.jp>.
2465         ;; XOVER might not support folded From headers.
2466         (and (string-match "(.*" from)
2467              (setq name (substring from (1+ (match-beginning 0))
2468                                    (match-end 0)))))
2469     ;; Fix by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
2470     (list (or name from) (or address from))))
2471
2472 (defun gnus-fetch-field (field)
2473   "Return the value of the header FIELD of current article."
2474   (save-excursion
2475     (save-restriction
2476       (let ((case-fold-search t)
2477             (inhibit-point-motion-hooks t))
2478         (nnheader-narrow-to-headers)
2479         (message-fetch-field field)))))
2480
2481 (defun gnus-goto-colon ()
2482   (beginning-of-line)
2483   (search-forward ":" (gnus-point-at-eol) t))
2484
2485 ;;;###autoload
2486 (defun gnus-update-format (var)
2487   "Update the format specification near point."
2488   (interactive
2489    (list
2490     (save-excursion
2491       (eval-defun nil)
2492       ;; Find the end of the current word.
2493       (re-search-forward "[ \t\n]" nil t)
2494       ;; Search backward.
2495       (when (re-search-backward "\\(gnus-[-a-z]+-line-format\\)" nil t)
2496         (match-string 1)))))
2497   (let* ((type (intern (progn (string-match "gnus-\\([-a-z]+\\)-line" var)
2498                               (match-string 1 var))))
2499          (entry (assq type gnus-format-specs))
2500          value spec)
2501     (when entry
2502       (setq gnus-format-specs (delq entry gnus-format-specs)))
2503     (set
2504      (intern (format "%s-spec" var))
2505      (gnus-parse-format (setq value (symbol-value (intern var)))
2506                         (symbol-value (intern (format "%s-alist" var)))
2507                         (not (string-match "mode" var))))
2508     (setq spec (symbol-value (intern (format "%s-spec" var))))
2509     (push (list type value spec) gnus-format-specs)
2510
2511     (pop-to-buffer "*Gnus Format*")
2512     (erase-buffer)
2513     (lisp-interaction-mode)
2514     (insert (pp-to-string spec))))
2515
2516 (defun gnus-update-format-specifications (&optional force)
2517   "Update all (necessary) format specifications."
2518   ;; Make the indentation array.
2519   (gnus-make-thread-indent-array)
2520
2521   ;; See whether all the stored info needs to be flushed.
2522   (when (or force
2523             (not (equal emacs-version
2524                         (cdr (assq 'version gnus-format-specs)))))
2525     (setq gnus-format-specs nil))
2526
2527   ;; Go through all the formats and see whether they need updating.
2528   (let ((types '(summary summary-dummy group
2529                          summary-mode group-mode article-mode))
2530         new-format entry type val)
2531     (while (setq type (pop types))
2532       ;; Jump to the proper buffer to find out the value of
2533       ;; the variable, if possible.  (It may be buffer-local.)
2534       (save-excursion
2535         (let ((buffer (intern (format "gnus-%s-buffer" type)))
2536               val)
2537           (when (and (boundp buffer)
2538                      (setq val (symbol-value buffer))
2539                      (get-buffer val)
2540                      (buffer-name (get-buffer val)))
2541             (set-buffer (get-buffer val)))
2542           (setq new-format (symbol-value
2543                             (intern (format "gnus-%s-line-format" type))))))
2544       (setq entry (cdr (assq type gnus-format-specs)))
2545       (if (and entry
2546                (equal (car entry) new-format))
2547           ;; Use the old format.
2548           (set (intern (format "gnus-%s-line-format-spec" type))
2549                (cadr entry))
2550         ;; This is a new format.
2551         (setq val
2552               (if (not (stringp new-format))
2553                   ;; This is a function call or something.
2554                   new-format
2555                 ;; This is a "real" format.
2556                 (gnus-parse-format
2557                  new-format
2558                  (symbol-value
2559                   (intern (format "gnus-%s-line-format-alist"
2560                                   (if (eq type 'article-mode)
2561                                       'summary-mode type))))
2562                  (not (string-match "mode$" (symbol-name type))))))
2563         ;; Enter the new format spec into the list.
2564         (if entry
2565             (progn
2566               (setcar (cdr entry) val)
2567               (setcar entry new-format))
2568           (push (list type new-format val) gnus-format-specs))
2569         (set (intern (format "gnus-%s-line-format-spec" type)) val))))
2570
2571   (unless (assq 'version gnus-format-specs)
2572     (push (cons 'version emacs-version) gnus-format-specs))
2573
2574   (gnus-update-group-mark-positions)
2575   (gnus-update-summary-mark-positions))
2576
2577 (defun gnus-update-summary-mark-positions ()
2578   "Compute where the summary marks are to go."
2579   (save-excursion
2580     (when (and gnus-summary-buffer
2581                (get-buffer gnus-summary-buffer)
2582                (buffer-name (get-buffer gnus-summary-buffer)))
2583       (set-buffer gnus-summary-buffer))
2584     (let ((gnus-replied-mark 129)
2585           (gnus-score-below-mark 130)
2586           (gnus-score-over-mark 130)
2587           (thread nil)
2588           (gnus-visual nil)
2589           (spec gnus-summary-line-format-spec)
2590           pos)
2591       (save-excursion
2592         (gnus-set-work-buffer)
2593         (let ((gnus-summary-line-format-spec spec))
2594           (gnus-summary-insert-line
2595            [0 "" "" "" "" "" 0 0 ""]  0 nil 128 t nil "" nil 1)
2596           (goto-char (point-min))
2597           (setq pos (list (cons 'unread (and (search-forward "\200" nil t)
2598                                              (- (point) 2)))))
2599           (goto-char (point-min))
2600           (push (cons 'replied (and (search-forward "\201" nil t) 
2601                                     (- (point) 2)))
2602                 pos)
2603           (goto-char (point-min))
2604           (push (cons 'score (and (search-forward "\202" nil t) (- (point) 2)))
2605                 pos)))
2606       (setq gnus-summary-mark-positions pos))))
2607
2608 (defun gnus-update-group-mark-positions ()
2609   (save-excursion
2610     (let ((gnus-process-mark 128)
2611           (gnus-group-marked '("dummy.group"))
2612           (gnus-active-hashtb (make-vector 10 0)))
2613       (gnus-set-active "dummy.group" '(0 . 0))
2614       (gnus-set-work-buffer)
2615       (gnus-group-insert-group-line "dummy.group" 0 nil 0 nil)
2616       (goto-char (point-min))
2617       (setq gnus-group-mark-positions
2618             (list (cons 'process (and (search-forward "\200" nil t)
2619                                       (- (point) 2))))))))
2620
2621 (defvar gnus-mouse-face-0 'highlight)
2622 (defvar gnus-mouse-face-1 'highlight)
2623 (defvar gnus-mouse-face-2 'highlight)
2624 (defvar gnus-mouse-face-3 'highlight)
2625 (defvar gnus-mouse-face-4 'highlight)
2626
2627 (defun gnus-mouse-face-function (form type)
2628   `(gnus-put-text-property
2629     (point) (progn ,@form (point))
2630     gnus-mouse-face-prop
2631     ,(if (equal type 0)
2632          'gnus-mouse-face
2633        `(quote ,(symbol-value (intern (format "gnus-mouse-face-%d" type)))))))
2634
2635 (defvar gnus-face-0 'bold)
2636 (defvar gnus-face-1 'italic)
2637 (defvar gnus-face-2 'bold-italic)
2638 (defvar gnus-face-3 'bold)
2639 (defvar gnus-face-4 'bold)
2640
2641 (defun gnus-face-face-function (form type)
2642   `(gnus-put-text-property
2643     (point) (progn ,@form (point))
2644     'face ',(symbol-value (intern (format "gnus-face-%d" type)))))
2645
2646 (defun gnus-max-width-function (el max-width)
2647   (or (numberp max-width) (signal 'wrong-type-argument '(numberp max-width)))
2648   (if (symbolp el)
2649       `(if (> (length ,el) ,max-width)
2650            (substring ,el 0 ,max-width)
2651          ,el)
2652     `(let ((val (eval ,el)))
2653        (if (numberp val)
2654            (setq val (int-to-string val)))
2655        (if (> (length val) ,max-width)
2656            (substring val 0 ,max-width)
2657          val))))
2658
2659 (defun gnus-parse-format (format spec-alist &optional insert)
2660   ;; This function parses the FORMAT string with the help of the
2661   ;; SPEC-ALIST and returns a list that can be eval'ed to return the
2662   ;; string.  If the FORMAT string contains the specifiers %( and %)
2663   ;; the text between them will have the mouse-face text property.
2664   (if (string-match
2665        "\\`\\(.*\\)%[0-9]?[{(]\\(.*\\)%[0-9]?[})]\\(.*\n?\\)\\'"
2666        format)
2667       (gnus-parse-complex-format format spec-alist)
2668     ;; This is a simple format.
2669     (gnus-parse-simple-format format spec-alist insert)))
2670
2671 (defun gnus-parse-complex-format (format spec-alist)
2672   (save-excursion
2673     (gnus-set-work-buffer)
2674     (insert format)
2675     (goto-char (point-min))
2676     (while (re-search-forward "\"" nil t)
2677       (replace-match "\\\"" nil t))
2678     (goto-char (point-min))
2679     (insert "(\"")
2680     (while (re-search-forward "%\\([0-9]+\\)?\\([{}()]\\)" nil t)
2681       (let ((number (if (match-beginning 1)
2682                         (match-string 1) "0"))
2683             (delim (aref (match-string 2) 0)))
2684         (if (or (= delim ?\() (= delim ?\{))
2685             (replace-match (concat "\"(" (if (= delim ?\() "mouse" "face")
2686                                    " " number " \""))
2687           (replace-match "\")\""))))
2688     (goto-char (point-max))
2689     (insert "\")")
2690     (goto-char (point-min))
2691     (let ((form (read (current-buffer))))
2692       (cons 'progn (gnus-complex-form-to-spec form spec-alist)))))
2693
2694 (defun gnus-complex-form-to-spec (form spec-alist)
2695   (delq nil
2696         (mapcar
2697          (lambda (sform)
2698            (if (stringp sform)
2699                (gnus-parse-simple-format sform spec-alist t)
2700              (funcall (intern (format "gnus-%s-face-function" (car sform)))
2701                       (gnus-complex-form-to-spec (cddr sform) spec-alist)
2702                       (nth 1 sform))))
2703          form)))
2704
2705 (defun gnus-parse-simple-format (format spec-alist &optional insert)
2706   ;; This function parses the FORMAT string with the help of the
2707   ;; SPEC-ALIST and returns a list that can be eval'ed to return a
2708   ;; string.
2709   (let ((max-width 0)
2710         spec flist fstring newspec elem beg result dontinsert)
2711     (save-excursion
2712       (gnus-set-work-buffer)
2713       (insert format)
2714       (goto-char (point-min))
2715       (while (re-search-forward "%[-0-9]*\\(,[0-9]+\\)?\\([^0-9]\\)\\(.\\)?"
2716                                 nil t)
2717         (if (= (setq spec (string-to-char (match-string 2))) ?%)
2718               (setq newspec "%"
2719                     beg (1+ (match-beginning 0)))
2720           ;; First check if there are any specs that look anything like
2721           ;; "%12,12A", ie. with a "max width specification".  These have
2722           ;; to be treated specially.
2723           (if (setq beg (match-beginning 1))
2724               (setq max-width
2725                     (string-to-int
2726                      (buffer-substring
2727                       (1+ (match-beginning 1)) (match-end 1))))
2728             (setq max-width 0)
2729             (setq beg (match-beginning 2)))
2730           ;; Find the specification from `spec-alist'.
2731           (unless (setq elem (cdr (assq spec spec-alist)))
2732             (setq elem '("*" ?s)))
2733           ;; Treat user defined format specifiers specially.
2734           (when (eq (car elem) 'gnus-tmp-user-defined)
2735             (setq elem
2736                   (list
2737                    (list (intern (concat "gnus-user-format-function-"
2738                                          (match-string 3)))
2739                          'gnus-tmp-header) ?s))
2740             (delete-region (match-beginning 3) (match-end 3)))
2741           (if (not (zerop max-width))
2742               (let ((el (car elem)))
2743                 (cond ((= (cadr elem) ?c)
2744                        (setq el (list 'char-to-string el)))
2745                       ((= (cadr elem) ?d)
2746                        (setq el (list 'int-to-string el))))
2747                 (setq flist (cons (gnus-max-width-function el max-width)
2748                                   flist))
2749                 (setq newspec ?s))
2750             (progn
2751               (setq flist (cons (car elem) flist))
2752               (setq newspec (cadr elem)))))
2753         ;; Remove the old specification (and possibly a ",12" string).
2754         (delete-region beg (match-end 2))
2755         ;; Insert the new specification.
2756         (goto-char beg)
2757         (insert newspec))
2758       (setq fstring (buffer-substring 1 (point-max))))
2759     ;; Do some postprocessing to increase efficiency.
2760     (setq
2761      result
2762      (cond
2763       ;; Emptyness.
2764       ((string= fstring "")
2765        nil)
2766       ;; Not a format string.
2767       ((not (string-match "%" fstring))
2768        (list fstring))
2769       ;; A format string with just a single string spec.
2770       ((string= fstring "%s")
2771        (list (car flist)))
2772       ;; A single character.
2773       ((string= fstring "%c")
2774        (list (car flist)))
2775       ;; A single number.
2776       ((string= fstring "%d")
2777        (setq dontinsert)
2778        (if insert
2779            (list `(princ ,(car flist)))
2780          (list `(int-to-string ,(car flist)))))
2781       ;; Just lots of chars and strings.
2782       ((string-match "\\`\\(%[cs]\\)+\\'" fstring)
2783        (nreverse flist))
2784       ;; A single string spec at the beginning of the spec.
2785       ((string-match "\\`%[sc][^%]+\\'" fstring)
2786        (list (car flist) (substring fstring 2)))
2787       ;; A single string spec in the middle of the spec.
2788       ((string-match "\\`\\([^%]+\\)%[sc]\\([^%]+\\)\\'" fstring)
2789        (list (match-string 1 fstring) (car flist) (match-string 2 fstring)))
2790       ;; A single string spec in the end of the spec.
2791       ((string-match "\\`\\([^%]+\\)%[sc]\\'" fstring)
2792        (list (match-string 1 fstring) (car flist)))
2793       ;; A more complex spec.
2794       (t
2795        (list (cons 'format (cons fstring (nreverse flist)))))))
2796
2797     (if insert
2798         (when result
2799           (if dontinsert
2800               result
2801             (cons 'insert result)))
2802       (cond ((stringp result)
2803              result)
2804             ((consp result)
2805              (cons 'concat result))
2806             (t "")))))
2807
2808 (defun gnus-eval-format (format &optional alist props)
2809   "Eval the format variable FORMAT, using ALIST.
2810 If PROPS, insert the result."
2811   (let ((form (gnus-parse-format format alist props)))
2812     (if props
2813         (gnus-add-text-properties (point) (progn (eval form) (point)) props)
2814       (eval form))))
2815
2816 (defun gnus-remove-text-with-property (prop)
2817   "Delete all text in the current buffer with text property PROP."
2818   (save-excursion
2819     (goto-char (point-min))
2820     (while (not (eobp))
2821       (while (get-text-property (point) prop)
2822         (delete-char 1))
2823       (goto-char (next-single-property-change (point) prop nil (point-max))))))
2824
2825 (defun gnus-set-work-buffer ()
2826   (if (get-buffer gnus-work-buffer)
2827       (progn
2828         (set-buffer gnus-work-buffer)
2829         (erase-buffer))
2830     (set-buffer (get-buffer-create gnus-work-buffer))
2831     (kill-all-local-variables)
2832     (buffer-disable-undo (current-buffer))
2833     (gnus-add-current-to-buffer-list)))
2834
2835 ;; Article file names when saving.
2836
2837 (defun gnus-Numeric-save-name (newsgroup headers &optional last-file)
2838   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
2839 If variable `gnus-use-long-file-name' is nil, it is ~/News/News.group/num.
2840 Otherwise, it is like ~/News/news/group/num."
2841   (let ((default
2842           (expand-file-name
2843            (concat (if (gnus-use-long-file-name 'not-save)
2844                        (gnus-capitalize-newsgroup newsgroup)
2845                      (gnus-newsgroup-directory-form newsgroup))
2846                    "/" (int-to-string (mail-header-number headers)))
2847            gnus-article-save-directory)))
2848     (if (and last-file
2849              (string-equal (file-name-directory default)
2850                            (file-name-directory last-file))
2851              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
2852         default
2853       (or last-file default))))
2854
2855 (defun gnus-numeric-save-name (newsgroup headers &optional last-file)
2856   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
2857 If variable `gnus-use-long-file-name' is non-nil, it is
2858 ~/News/news.group/num.  Otherwise, it is like ~/News/news/group/num."
2859   (let ((default
2860           (expand-file-name
2861            (concat (if (gnus-use-long-file-name 'not-save)
2862                        newsgroup
2863                      (gnus-newsgroup-directory-form newsgroup))
2864                    "/" (int-to-string (mail-header-number headers)))
2865            gnus-article-save-directory)))
2866     (if (and last-file
2867              (string-equal (file-name-directory default)
2868                            (file-name-directory last-file))
2869              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
2870         default
2871       (or last-file default))))
2872
2873 (defun gnus-Plain-save-name (newsgroup headers &optional last-file)
2874   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
2875 If variable `gnus-use-long-file-name' is non-nil, it is
2876 ~/News/News.group.  Otherwise, it is like ~/News/news/group/news."
2877   (or last-file
2878       (expand-file-name
2879        (if (gnus-use-long-file-name 'not-save)
2880            (gnus-capitalize-newsgroup newsgroup)
2881          (concat (gnus-newsgroup-directory-form newsgroup) "/news"))
2882        gnus-article-save-directory)))
2883
2884 (defun gnus-plain-save-name (newsgroup headers &optional last-file)
2885   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
2886 If variable `gnus-use-long-file-name' is non-nil, it is
2887 ~/News/news.group.  Otherwise, it is like ~/News/news/group/news."
2888   (or last-file
2889       (expand-file-name
2890        (if (gnus-use-long-file-name 'not-save)
2891            newsgroup
2892          (concat (gnus-newsgroup-directory-form newsgroup) "/news"))
2893        gnus-article-save-directory)))
2894
2895 ;; For subscribing new newsgroup
2896
2897 (defun gnus-subscribe-hierarchical-interactive (groups)
2898   (let ((groups (sort groups 'string<))
2899         prefixes prefix start ans group starts)
2900     (while groups
2901       (setq prefixes (list "^"))
2902       (while (and groups prefixes)
2903         (while (not (string-match (car prefixes) (car groups)))
2904           (setq prefixes (cdr prefixes)))
2905         (setq prefix (car prefixes))
2906         (setq start (1- (length prefix)))
2907         (if (and (string-match "[^\\.]\\." (car groups) start)
2908                  (cdr groups)
2909                  (setq prefix
2910                        (concat "^" (substring (car groups) 0 (match-end 0))))
2911                  (string-match prefix (cadr groups)))
2912             (progn
2913               (setq prefixes (cons prefix prefixes))
2914               (message "Descend hierarchy %s? ([y]nsq): "
2915                        (substring prefix 1 (1- (length prefix))))
2916               (while (not (memq (setq ans (read-char)) '(?y ?\n ?n ?s ?q)))
2917                 (ding)
2918                 (message "Descend hierarchy %s? ([y]nsq): "
2919                          (substring prefix 1 (1- (length prefix)))))
2920               (cond ((= ans ?n)
2921                      (while (and groups
2922                                  (string-match prefix
2923                                                (setq group (car groups))))
2924                        (setq gnus-killed-list
2925                              (cons group gnus-killed-list))
2926                        (gnus-sethash group group gnus-killed-hashtb)
2927                        (setq groups (cdr groups)))
2928                      (setq starts (cdr starts)))
2929                     ((= ans ?s)
2930                      (while (and groups
2931                                  (string-match prefix
2932                                                (setq group (car groups))))
2933                        (gnus-sethash group group gnus-killed-hashtb)
2934                        (gnus-subscribe-alphabetically (car groups))
2935                        (setq groups (cdr groups)))
2936                      (setq starts (cdr starts)))
2937                     ((= ans ?q)
2938                      (while groups
2939                        (setq group (car groups))
2940                        (setq gnus-killed-list (cons group gnus-killed-list))
2941                        (gnus-sethash group group gnus-killed-hashtb)
2942                        (setq groups (cdr groups))))
2943                     (t nil)))
2944           (message "Subscribe %s? ([n]yq)" (car groups))
2945           (while (not (memq (setq ans (read-char)) '(?y ?\n ?q ?n)))
2946             (ding)
2947             (message "Subscribe %s? ([n]yq)" (car groups)))
2948           (setq group (car groups))
2949           (cond ((= ans ?y)
2950                  (gnus-subscribe-alphabetically (car groups))
2951                  (gnus-sethash group group gnus-killed-hashtb))
2952                 ((= ans ?q)
2953                  (while groups
2954                    (setq group (car groups))
2955                    (setq gnus-killed-list (cons group gnus-killed-list))
2956                    (gnus-sethash group group gnus-killed-hashtb)
2957                    (setq groups (cdr groups))))
2958                 (t
2959                  (setq gnus-killed-list (cons group gnus-killed-list))
2960                  (gnus-sethash group group gnus-killed-hashtb)))
2961           (setq groups (cdr groups)))))))
2962
2963 (defun gnus-subscribe-randomly (newsgroup)
2964   "Subscribe new NEWSGROUP by making it the first newsgroup."
2965   (gnus-subscribe-newsgroup newsgroup))
2966
2967 (defun gnus-subscribe-alphabetically (newgroup)
2968   "Subscribe new NEWSGROUP and insert it in alphabetical order."
2969   (let ((groups (cdr gnus-newsrc-alist))
2970         before)
2971     (while (and (not before) groups)
2972       (if (string< newgroup (caar groups))
2973           (setq before (caar groups))
2974         (setq groups (cdr groups))))
2975     (gnus-subscribe-newsgroup newgroup before)))
2976
2977 (defun gnus-subscribe-hierarchically (newgroup)
2978   "Subscribe new NEWSGROUP and insert it in hierarchical newsgroup order."
2979   ;; Basic ideas by mike-w@cs.aukuni.ac.nz (Mike Williams)
2980   (save-excursion
2981     (set-buffer (find-file-noselect gnus-current-startup-file))
2982     (let ((groupkey newgroup)
2983           before)
2984       (while (and (not before) groupkey)
2985         (goto-char (point-min))
2986         (let ((groupkey-re
2987                (concat "^\\(" (regexp-quote groupkey) ".*\\)[!:]")))
2988           (while (and (re-search-forward groupkey-re nil t)
2989                       (progn
2990                         (setq before (match-string 1))
2991                         (string< before newgroup)))))
2992         ;; Remove tail of newsgroup name (eg. a.b.c -> a.b)
2993         (setq groupkey
2994               (if (string-match "^\\(.*\\)\\.[^.]+$" groupkey)
2995                   (substring groupkey (match-beginning 1) (match-end 1)))))
2996       (gnus-subscribe-newsgroup newgroup before))))
2997
2998 (defun gnus-subscribe-interactively (group)
2999   "Subscribe the new GROUP interactively.
3000 It is inserted in hierarchical newsgroup order if subscribed.  If not,
3001 it is killed."
3002   (if (gnus-y-or-n-p (format "Subscribe new newsgroup: %s " group))
3003       (gnus-subscribe-hierarchically group)
3004     (push group gnus-killed-list)))
3005
3006 (defun gnus-subscribe-zombies (group)
3007   "Make the new GROUP into a zombie group."
3008   (push group gnus-zombie-list))
3009
3010 (defun gnus-subscribe-killed (group)
3011   "Make the new GROUP a killed group."
3012   (push group gnus-killed-list))
3013
3014 (defun gnus-subscribe-newsgroup (newsgroup &optional next)
3015   "Subscribe new NEWSGROUP.
3016 If NEXT is non-nil, it is inserted before NEXT.  Otherwise it is made
3017 the first newsgroup."
3018   ;; We subscribe the group by changing its level to `subscribed'.
3019   (gnus-group-change-level
3020    newsgroup gnus-level-default-subscribed
3021    gnus-level-killed (gnus-gethash (or next "dummy.group") gnus-newsrc-hashtb))
3022   (gnus-message 5 "Subscribe newsgroup: %s" newsgroup))
3023
3024 ;; For directories
3025
3026 (defun gnus-newsgroup-directory-form (newsgroup)
3027   "Make hierarchical directory name from NEWSGROUP name."
3028   (let ((newsgroup (gnus-newsgroup-savable-name newsgroup))
3029         (len (length newsgroup))
3030         idx)
3031     ;; If this is a foreign group, we don't want to translate the
3032     ;; entire name.
3033     (if (setq idx (string-match ":" newsgroup))
3034         (aset newsgroup idx ?/)
3035       (setq idx 0))
3036     ;; Replace all occurrences of `.' with `/'.
3037     (while (< idx len)
3038       (if (= (aref newsgroup idx) ?.)
3039           (aset newsgroup idx ?/))
3040       (setq idx (1+ idx)))
3041     newsgroup))
3042
3043 (defun gnus-newsgroup-savable-name (group)
3044   ;; Replace any slashes in a group name (eg. an ange-ftp nndoc group)
3045   ;; with dots.
3046   (nnheader-replace-chars-in-string group ?/ ?.))
3047
3048 (defun gnus-make-directory (dir)
3049   "Make DIRECTORY recursively."
3050   ;; Why don't we use `(make-directory dir 'parents)'?  That's just one
3051   ;; of the many mysteries of the universe.
3052   (let* ((dir (expand-file-name dir default-directory))
3053          dirs err)
3054     (if (string-match "/$" dir)
3055         (setq dir (substring dir 0 (match-beginning 0))))
3056     ;; First go down the path until we find a directory that exists.
3057     (while (not (file-exists-p dir))
3058       (setq dirs (cons dir dirs))
3059       (string-match "/[^/]+$" dir)
3060       (setq dir (substring dir 0 (match-beginning 0))))
3061     ;; Then create all the subdirs.
3062     (while (and dirs (not err))
3063       (condition-case ()
3064           (make-directory (car dirs))
3065         (error (setq err t)))
3066       (setq dirs (cdr dirs)))
3067     ;; We return whether we were successful or not.
3068     (not dirs)))
3069
3070 (defun gnus-capitalize-newsgroup (newsgroup)
3071   "Capitalize NEWSGROUP name."
3072   (and (not (zerop (length newsgroup)))
3073        (concat (char-to-string (upcase (aref newsgroup 0)))
3074                (substring newsgroup 1))))
3075
3076 ;; Various... things.
3077
3078 (defun gnus-simplify-subject (subject &optional re-only)
3079   "Remove `Re:' and words in parentheses.
3080 If RE-ONLY is non-nil, strip leading `Re:'s only."
3081   (let ((case-fold-search t))           ;Ignore case.
3082     ;; Remove `Re:', `Re^N:', `Re(n)', and `Re[n]:'.
3083     (when (string-match "\\`\\(re\\([[(^][0-9]+[])]?\\)?:[ \t]*\\)+" subject)
3084       (setq subject (substring subject (match-end 0))))
3085     ;; Remove uninteresting prefixes.
3086     (if (and (not re-only)
3087              gnus-simplify-ignored-prefixes
3088              (string-match gnus-simplify-ignored-prefixes subject))
3089         (setq subject (substring subject (match-end 0))))
3090     ;; Remove words in parentheses from end.
3091     (unless re-only
3092       (while (string-match "[ \t\n]*([^()]*)[ \t\n]*\\'" subject)
3093         (setq subject (substring subject 0 (match-beginning 0)))))
3094     ;; Return subject string.
3095     subject))
3096
3097 ;; Remove any leading "re:"s, any trailing paren phrases, and simplify
3098 ;; all whitespace.
3099 ;; Written by Stainless Steel Rat <ratinox@ccs.neu.edu>.
3100 (defun gnus-simplify-buffer-fuzzy ()
3101   (goto-char (point-min))
3102   (while (search-forward "\t" nil t)
3103     (replace-match " " t t))
3104   (goto-char (point-min))
3105   (re-search-forward "^ *\\(re\\|fwd\\)[[{(^0-9]*[])}]?[:;] *" nil t)
3106   (goto-char (match-beginning 0))
3107   (while (or
3108           (looking-at "^ *\\(re\\|fwd\\)[[{(^0-9]*[])}]?[:;] *")
3109           (looking-at "^[[].*: .*[]]$"))
3110     (goto-char (point-min))
3111     (while (re-search-forward "^ *\\(re\\|fwd\\)[[{(^0-9]*[])}]?[:;] *"
3112                               nil t)
3113       (replace-match "" t t))
3114     (goto-char (point-min))
3115     (while (re-search-forward "^[[].*: .*[]]$" nil t)
3116       (goto-char (match-end 0))
3117       (delete-char -1)
3118       (delete-region
3119        (progn (goto-char (match-beginning 0)))
3120        (re-search-forward ":"))))
3121   (goto-char (point-min))
3122   (while (re-search-forward " *[[{(][^()\n]*[]})] *$" nil t)
3123     (replace-match "" t t))
3124   (goto-char (point-min))
3125   (while (re-search-forward "  +" nil t)
3126     (replace-match " " t t))
3127   (goto-char (point-min))
3128   (while (re-search-forward " $" nil t)
3129     (replace-match "" t t))
3130   (goto-char (point-min))
3131   (while (re-search-forward "^ +" nil t)
3132     (replace-match "" t t))
3133   (goto-char (point-min))
3134   (when gnus-simplify-subject-fuzzy-regexp
3135     (if (listp gnus-simplify-subject-fuzzy-regexp)
3136         (let ((list gnus-simplify-subject-fuzzy-regexp))
3137           (while list
3138             (goto-char (point-min))
3139             (while (re-search-forward (car list) nil t)
3140               (replace-match "" t t))
3141             (setq list (cdr list))))
3142       (while (re-search-forward gnus-simplify-subject-fuzzy-regexp nil t)
3143         (replace-match "" t t)))))
3144
3145 (defun gnus-simplify-subject-fuzzy (subject)
3146   "Siplify a subject string fuzzily."
3147   (save-excursion
3148     (gnus-set-work-buffer)
3149     (let ((case-fold-search t))
3150       (insert subject)
3151       (inline (gnus-simplify-buffer-fuzzy))
3152       (buffer-string))))
3153
3154 ;; Add the current buffer to the list of buffers to be killed on exit.
3155 (defun gnus-add-current-to-buffer-list ()
3156   (or (memq (current-buffer) gnus-buffer-list)
3157       (setq gnus-buffer-list (cons (current-buffer) gnus-buffer-list))))
3158
3159 (defun gnus-string> (s1 s2)
3160   (not (or (string< s1 s2)
3161            (string= s1 s2))))
3162
3163 (defun gnus-read-active-file-p ()
3164   "Say whether the active file has been read from `gnus-select-method'."
3165   (memq gnus-select-method gnus-have-read-active-file))
3166
3167 ;;; General various misc type functions.
3168
3169 (defun gnus-clear-system ()
3170   "Clear all variables and buffers."
3171   ;; Clear Gnus variables.
3172   (let ((variables gnus-variable-list))
3173     (while variables
3174       (set (car variables) nil)
3175       (setq variables (cdr variables))))
3176   ;; Clear other internal variables.
3177   (setq gnus-list-of-killed-groups nil
3178         gnus-have-read-active-file nil
3179         gnus-newsrc-alist nil
3180         gnus-newsrc-hashtb nil
3181         gnus-killed-list nil
3182         gnus-zombie-list nil
3183         gnus-killed-hashtb nil
3184         gnus-active-hashtb nil
3185         gnus-moderated-list nil
3186         gnus-description-hashtb nil
3187         gnus-current-headers nil
3188         gnus-thread-indent-array nil
3189         gnus-newsgroup-headers nil
3190         gnus-newsgroup-name nil
3191         gnus-server-alist nil
3192         gnus-group-list-mode nil
3193         gnus-opened-servers nil
3194         gnus-current-select-method nil)
3195   (gnus-shutdown 'gnus)
3196   ;; Kill the startup file.
3197   (and gnus-current-startup-file
3198        (get-file-buffer gnus-current-startup-file)
3199        (kill-buffer (get-file-buffer gnus-current-startup-file)))
3200   ;; Clear the dribble buffer.
3201   (gnus-dribble-clear)
3202   ;; Kill global KILL file buffer.
3203   (when (get-file-buffer (gnus-newsgroup-kill-file nil))
3204     (kill-buffer (get-file-buffer (gnus-newsgroup-kill-file nil))))
3205   (gnus-kill-buffer nntp-server-buffer)
3206   ;; Kill Gnus buffers.
3207   (while gnus-buffer-list
3208     (gnus-kill-buffer (pop gnus-buffer-list)))
3209   ;; Remove Gnus frames.
3210   (while gnus-created-frames
3211     (when (frame-live-p (car gnus-created-frames))
3212       ;; We slap a condition-case around this `delete-frame' to ensure 
3213       ;; agains errors if we try do delete the single frame that's left.
3214       (condition-case ()
3215           (delete-frame (car gnus-created-frames))
3216         (error nil)))
3217     (pop gnus-created-frames)))
3218
3219 (defun gnus-windows-old-to-new (setting)
3220   ;; First we take care of the really, really old Gnus 3 actions.
3221   (when (symbolp setting)
3222     (setq setting
3223           ;; Take care of ooold GNUS 3.x values.
3224           (cond ((eq setting 'SelectArticle) 'article)
3225                 ((memq setting '(SelectSubject ExpandSubject)) 'summary)
3226                 ((memq setting '(SelectNewsgroup ExitNewsgroup)) 'group)
3227                 (t setting))))
3228   (if (or (listp setting)
3229           (not (and gnus-window-configuration
3230                     (memq setting '(group summary article)))))
3231       setting
3232     (let* ((setting (if (eq setting 'group)
3233                         (if (assq 'newsgroup gnus-window-configuration)
3234                             'newsgroup
3235                           'newsgroups) setting))
3236            (elem (cadr (assq setting gnus-window-configuration)))
3237            (total (apply '+ elem))
3238            (types '(group summary article))
3239            (pbuf (if (eq setting 'newsgroups) 'group 'summary))
3240            (i 0)
3241            perc
3242            out)
3243       (while (< i 3)
3244         (or (not (numberp (nth i elem)))
3245             (zerop (nth i elem))
3246             (progn
3247               (setq perc  (/ (float (nth 0 elem)) total))
3248               (setq out (cons (if (eq pbuf (nth i types))
3249                                   (vector (nth i types) perc 'point)
3250                                 (vector (nth i types) perc))
3251                               out))))
3252         (setq i (1+ i)))
3253       (list (nreverse out)))))
3254
3255 ;;;###autoload
3256 (defun gnus-add-configuration (conf)
3257   "Add the window configuration CONF to `gnus-buffer-configuration'."
3258   (setq gnus-buffer-configuration
3259         (cons conf (delq (assq (car conf) gnus-buffer-configuration)
3260                          gnus-buffer-configuration))))
3261
3262 (defvar gnus-frame-list nil)
3263
3264 (defun gnus-configure-frame (split &optional window)
3265   "Split WINDOW according to SPLIT."
3266   (unless window
3267     (setq window (get-buffer-window (current-buffer))))
3268   (select-window window)
3269   ;; This might be an old-stylee buffer config.
3270   (when (vectorp split)
3271     (setq split (append split nil)))
3272   (when (or (consp (car split))
3273             (vectorp (car split)))
3274     (push 1.0 split)
3275     (push 'vertical split))
3276   ;; The SPLIT might be something that is to be evaled to
3277   ;; return a new SPLIT.
3278   (while (and (not (assq (car split) gnus-window-to-buffer))
3279               (gnus-functionp (car split)))
3280     (setq split (eval split)))
3281   (let* ((type (car split))
3282          (subs (cddr split))
3283          (len (if (eq type 'horizontal) (window-width) (window-height)))
3284          (total 0)
3285          (window-min-width (or gnus-window-min-width window-min-width))
3286          (window-min-height (or gnus-window-min-height window-min-height))
3287          s result new-win rest comp-subs size sub)
3288     (cond
3289      ;; Nothing to do here.
3290      ((null split))
3291      ;; Don't switch buffers.
3292      ((null type)
3293       (and (memq 'point split) window))
3294      ;; This is a buffer to be selected.
3295      ((not (memq type '(frame horizontal vertical)))
3296       (let ((buffer (cond ((stringp type) type)
3297                           (t (cdr (assq type gnus-window-to-buffer)))))
3298             buf)
3299         (unless buffer
3300           (error "Illegal buffer type: %s" type))
3301         (unless (setq buf (get-buffer (if (symbolp buffer)
3302                                           (symbol-value buffer) buffer)))
3303           (setq buf (get-buffer-create (if (symbolp buffer)
3304                                            (symbol-value buffer) buffer))))
3305         (switch-to-buffer buf)
3306         ;; We return the window if it has the `point' spec.
3307         (and (memq 'point split) window)))
3308      ;; This is a frame split.
3309      ((eq type 'frame)
3310       (unless gnus-frame-list
3311         (setq gnus-frame-list (list (window-frame
3312                                      (get-buffer-window (current-buffer))))))
3313       (let ((i 0)
3314             params frame fresult)
3315         (while (< i (length subs))
3316           ;; Frame parameter is gotten from the sub-split.
3317           (setq params (cadr (elt subs i)))
3318           ;; It should be a list.
3319           (unless (listp params)
3320             (setq params nil))
3321           ;; Create a new frame?
3322           (unless (setq frame (elt gnus-frame-list i))
3323             (nconc gnus-frame-list (list (setq frame (make-frame params))))
3324             (push frame gnus-created-frames))
3325           ;; Is the old frame still alive?
3326           (unless (frame-live-p frame)
3327             (setcar (nthcdr i gnus-frame-list)
3328                     (setq frame (make-frame params))))
3329           ;; Select the frame in question and do more splits there.
3330           (select-frame frame)
3331           (setq fresult (or (gnus-configure-frame (elt subs i)) fresult))
3332           (incf i))
3333         ;; Select the frame that has the selected buffer.
3334         (when fresult
3335           (select-frame (window-frame fresult)))))
3336      ;; This is a normal split.
3337      (t
3338       (when (> (length subs) 0)
3339         ;; First we have to compute the sizes of all new windows.
3340         (while subs
3341           (setq sub (append (pop subs) nil))
3342           (while (and (not (assq (car sub) gnus-window-to-buffer))
3343                       (gnus-functionp (car sub)))
3344             (setq sub (eval sub)))
3345           (when sub
3346             (push sub comp-subs)
3347             (setq size (cadar comp-subs))
3348             (cond ((equal size 1.0)
3349                    (setq rest (car comp-subs))
3350                    (setq s 0))
3351                   ((floatp size)
3352                    (setq s (floor (* size len))))
3353                   ((integerp size)
3354                    (setq s size))
3355                   (t
3356                    (error "Illegal size: %s" size)))
3357             ;; Try to make sure that we are inside the safe limits.
3358             (cond ((zerop s))
3359                   ((eq type 'horizontal)
3360                    (setq s (max s window-min-width)))
3361                   ((eq type 'vertical)
3362                    (setq s (max s window-min-height))))
3363             (setcar (cdar comp-subs) s)
3364             (incf total s)))
3365         ;; Take care of the "1.0" spec.
3366         (if rest
3367             (setcar (cdr rest) (- len total))
3368           (error "No 1.0 specs in %s" split))
3369         ;; The we do the actual splitting in a nice recursive
3370         ;; fashion.
3371         (setq comp-subs (nreverse comp-subs))
3372         (while comp-subs
3373           (if (null (cdr comp-subs))
3374               (setq new-win window)
3375             (setq new-win
3376                   (split-window window (cadar comp-subs)
3377                                 (eq type 'horizontal))))
3378           (setq result (or (gnus-configure-frame
3379                             (car comp-subs) window) result))
3380           (select-window new-win)
3381           (setq window new-win)
3382           (setq comp-subs (cdr comp-subs))))
3383       ;; Return the proper window, if any.
3384       (when result
3385         (select-window result))))))
3386
3387 (defvar gnus-frame-split-p nil)
3388
3389 (defun gnus-configure-windows (setting &optional force)
3390   (setq setting (gnus-windows-old-to-new setting))
3391   (let ((split (if (symbolp setting)
3392                    (cadr (assq setting gnus-buffer-configuration))
3393                  setting))
3394         all-visible)
3395
3396     (setq gnus-frame-split-p nil)
3397
3398     (unless split
3399       (error "No such setting: %s" setting))
3400
3401     (if (and (setq all-visible (gnus-all-windows-visible-p split))
3402              (not force))
3403         ;; All the windows mentioned are already visible, so we just
3404         ;; put point in the assigned buffer, and do not touch the
3405         ;; winconf.
3406         (select-window all-visible)
3407
3408       ;; Either remove all windows or just remove all Gnus windows.
3409       (let ((frame (selected-frame)))
3410         (unwind-protect
3411             (if gnus-use-full-window
3412                 ;; We want to remove all other windows.
3413                 (if (not gnus-frame-split-p)
3414                     ;; This is not a `frame' split, so we ignore the
3415                     ;; other frames.  
3416                     (delete-other-windows)
3417                   ;; This is a `frame' split, so we delete all windows
3418                   ;; on all frames.
3419                   (mapcar 
3420                    (lambda (frame)
3421                      (unless (eq (cdr (assq 'minibuffer
3422                                             (frame-parameters frame)))
3423                                  'only)
3424                        (select-frame frame)
3425                        (delete-other-windows)))
3426                    (frame-list)))
3427               ;; Just remove some windows.
3428               (gnus-remove-some-windows)
3429               (switch-to-buffer nntp-server-buffer))
3430           (select-frame frame)))
3431
3432       (switch-to-buffer nntp-server-buffer)
3433       (gnus-configure-frame split (get-buffer-window (current-buffer))))))
3434
3435 (defun gnus-all-windows-visible-p (split)
3436   "Say whether all buffers in SPLIT are currently visible.
3437 In particular, the value returned will be the window that
3438 should have point."
3439   (let ((stack (list split))
3440         (all-visible t)
3441         type buffer win buf)
3442     (while (and (setq split (pop stack))
3443                 all-visible)
3444       ;; Be backwards compatible.
3445       (when (vectorp split)
3446         (setq split (append split nil)))
3447       (when (or (consp (car split))
3448                 (vectorp (car split)))
3449         (push 1.0 split)
3450         (push 'vertical split))
3451       ;; The SPLIT might be something that is to be evaled to
3452       ;; return a new SPLIT.
3453       (while (and (not (assq (car split) gnus-window-to-buffer))
3454                   (gnus-functionp (car split)))
3455         (setq split (eval split)))
3456
3457       (setq type (elt split 0))
3458       (cond
3459        ;; Nothing here.
3460        ((null split) t)
3461        ;; A buffer.
3462        ((not (memq type '(horizontal vertical frame)))
3463         (setq buffer (cond ((stringp type) type)
3464                            (t (cdr (assq type gnus-window-to-buffer)))))
3465         (unless buffer
3466           (error "Illegal buffer type: %s" type))
3467         (when (setq buf (get-buffer (if (symbolp buffer)
3468                                         (symbol-value buffer)
3469                                       buffer)))
3470           (setq win (get-buffer-window buf t)))
3471         (if win
3472             (when (memq 'point split)
3473                 (setq all-visible win))
3474           (setq all-visible nil)))
3475        (t
3476         (when (eq type 'frame)
3477           (setq gnus-frame-split-p t))
3478         (setq stack (append (cddr split) stack)))))
3479     (unless (eq all-visible t)
3480       all-visible)))
3481
3482 (defun gnus-window-top-edge (&optional window)
3483   (nth 1 (window-edges window)))
3484
3485 (defun gnus-remove-some-windows ()
3486   (let ((buffers gnus-window-to-buffer)
3487         buf bufs lowest-buf lowest)
3488     (save-excursion
3489       ;; Remove windows on all known Gnus buffers.
3490       (while buffers
3491         (setq buf (cdar buffers))
3492         (if (symbolp buf)
3493             (setq buf (and (boundp buf) (symbol-value buf))))
3494         (and buf
3495              (get-buffer-window buf)
3496              (progn
3497                (setq bufs (cons buf bufs))
3498                (pop-to-buffer buf)
3499                (if (or (not lowest)
3500                        (< (gnus-window-top-edge) lowest))
3501                    (progn
3502                      (setq lowest (gnus-window-top-edge))
3503                      (setq lowest-buf buf)))))
3504         (setq buffers (cdr buffers)))
3505       ;; Remove windows on *all* summary buffers.
3506       (walk-windows
3507        (lambda (win)
3508          (let ((buf (window-buffer win)))
3509            (if (string-match    "^\\*Summary" (buffer-name buf))
3510                (progn
3511                  (setq bufs (cons buf bufs))
3512                  (pop-to-buffer buf)
3513                  (if (or (not lowest)
3514                          (< (gnus-window-top-edge) lowest))
3515                      (progn
3516                        (setq lowest-buf buf)
3517                        (setq lowest (gnus-window-top-edge)))))))))
3518       (and lowest-buf
3519            (progn
3520              (pop-to-buffer lowest-buf)
3521              (switch-to-buffer nntp-server-buffer)))
3522       (while bufs
3523         (and (not (eq (car bufs) lowest-buf))
3524              (delete-windows-on (car bufs)))
3525         (setq bufs (cdr bufs))))))
3526
3527 (defun gnus-version (&optional arg)
3528   "Version number of this version of Gnus.
3529 If ARG, insert string at point."
3530   (interactive "P")
3531   (let ((methods gnus-valid-select-methods)
3532         (mess gnus-version)
3533         meth)
3534     ;; Go through all the legal select methods and add their version
3535     ;; numbers to the total version string.  Only the backends that are
3536     ;; currently in use will have their message numbers taken into
3537     ;; consideration.
3538     (while methods
3539       (setq meth (intern (concat (caar methods) "-version")))
3540       (and (boundp meth)
3541            (stringp (symbol-value meth))
3542            (setq mess (concat mess "; " (symbol-value meth))))
3543       (setq methods (cdr methods)))
3544     (if arg
3545         (insert (message mess))
3546       (message mess))))
3547
3548 (defun gnus-info-find-node ()
3549   "Find Info documentation of Gnus."
3550   (interactive)
3551   ;; Enlarge info window if needed.
3552   (let ((mode major-mode)
3553         gnus-info-buffer)
3554     (Info-goto-node (cadr (assq mode gnus-info-nodes)))
3555     (setq gnus-info-buffer (current-buffer))
3556     (gnus-configure-windows 'info)))
3557
3558 (defun gnus-days-between (date1 date2)
3559   ;; Return the number of days between date1 and date2.
3560   (- (gnus-day-number date1) (gnus-day-number date2)))
3561
3562 (defun gnus-day-number (date)
3563   (let ((dat (mapcar (lambda (s) (and s (string-to-int s)) )
3564                      (timezone-parse-date date))))
3565     (timezone-absolute-from-gregorian
3566      (nth 1 dat) (nth 2 dat) (car dat))))
3567
3568 (defun gnus-encode-date (date)
3569   "Convert DATE to internal time."
3570   (let* ((parse (timezone-parse-date date))
3571          (date (mapcar (lambda (d) (and d (string-to-int d))) parse))
3572          (time (mapcar 'string-to-int (timezone-parse-time (aref parse 3)))))
3573     (encode-time (caddr time) (cadr time) (car time)
3574                  (caddr date) (cadr date) (car date) (nth 4 date))))
3575
3576 (defun gnus-time-minus (t1 t2)
3577   "Subtract two internal times."
3578   (let ((borrow (< (cadr t1) (cadr t2))))
3579     (list (- (car t1) (car t2) (if borrow 1 0))
3580           (- (+ (if borrow 65536 0) (cadr t1)) (cadr t2)))))
3581
3582 (defun gnus-file-newer-than (file date)
3583   (let ((fdate (nth 5 (file-attributes file))))
3584     (or (> (car fdate) (car date))
3585         (and (= (car fdate) (car date))
3586              (> (nth 1 fdate) (nth 1 date))))))
3587
3588 (defmacro gnus-local-set-keys (&rest plist)
3589   "Set the keys in PLIST in the current keymap."
3590   `(gnus-define-keys-1 (current-local-map) ',plist))
3591
3592 (defmacro gnus-define-keys (keymap &rest plist)
3593   "Define all keys in PLIST in KEYMAP."
3594   `(gnus-define-keys-1 (quote ,keymap) (quote ,plist)))
3595
3596 (put 'gnus-define-keys 'lisp-indent-function 1)
3597 (put 'gnus-define-keys 'lisp-indent-hook 1)
3598 (put 'gnus-define-keymap 'lisp-indent-function 1)
3599 (put 'gnus-define-keymap 'lisp-indent-hook 1)
3600
3601 (defmacro gnus-define-keymap (keymap &rest plist)
3602   "Define all keys in PLIST in KEYMAP."
3603   `(gnus-define-keys-1 ,keymap (quote ,plist)))
3604
3605 (defun gnus-define-keys-1 (keymap plist)
3606   (when (null keymap)
3607     (error "Can't set keys in a null keymap"))
3608   (cond ((symbolp keymap)
3609          (setq keymap (symbol-value keymap)))
3610         ((keymapp keymap))
3611         ((listp keymap)
3612          (set (car keymap) nil)
3613          (define-prefix-command (car keymap))
3614          (define-key (symbol-value (caddr keymap)) (cadr keymap) (car keymap))
3615          (setq keymap (symbol-value (car keymap)))))
3616   (let (key)
3617     (while plist
3618       (when (symbolp (setq key (pop plist)))
3619         (setq key (symbol-value key)))
3620       (define-key keymap key (pop plist)))))
3621
3622 (defun gnus-group-read-only-p (&optional group)
3623   "Check whether GROUP supports editing or not.
3624 If GROUP is nil, `gnus-newsgroup-name' will be checked instead.  Note
3625 that that variable is buffer-local to the summary buffers."
3626   (let ((group (or group gnus-newsgroup-name)))
3627     (not (gnus-check-backend-function 'request-replace-article group))))
3628
3629 (defun gnus-group-total-expirable-p (group)
3630   "Check whether GROUP is total-expirable or not."
3631   (let ((params (gnus-info-params (gnus-get-info group))))
3632     (or (memq 'total-expire params)
3633         (cdr (assq 'total-expire params)) ; (total-expire . t)
3634         (and gnus-total-expirable-newsgroups ; Check var.
3635              (string-match gnus-total-expirable-newsgroups group)))))
3636
3637 (defun gnus-group-auto-expirable-p (group)
3638   "Check whether GROUP is total-expirable or not."
3639   (let ((params (gnus-info-params (gnus-get-info group))))
3640     (or (memq 'auto-expire params)
3641         (cdr (assq 'auto-expire params)) ; (auto-expire . t)
3642         (and gnus-auto-expirable-newsgroups ; Check var.
3643              (string-match gnus-auto-expirable-newsgroups group)))))
3644
3645 (defun gnus-virtual-group-p (group)
3646   "Say whether GROUP is virtual or not."
3647   (memq 'virtual (assoc (symbol-name (car (gnus-find-method-for-group group)))
3648                         gnus-valid-select-methods)))
3649
3650 (defun gnus-news-group-p (group &optional article)
3651   "Return non-nil if GROUP (and ARTICLE) come from a news server."
3652   (or (gnus-member-of-valid 'post group) ; Ordinary news group.
3653       (and (gnus-member-of-valid 'post-mail group) ; Combined group.
3654            (eq (gnus-request-type group article) 'news))))
3655
3656 (defsubst gnus-simplify-subject-fully (subject)
3657   "Simplify a subject string according to the user's wishes."
3658   (cond
3659    ((null gnus-summary-gather-subject-limit)
3660     (gnus-simplify-subject-re subject))
3661    ((eq gnus-summary-gather-subject-limit 'fuzzy)
3662     (gnus-simplify-subject-fuzzy subject))
3663    ((numberp gnus-summary-gather-subject-limit)
3664     (gnus-limit-string (gnus-simplify-subject-re subject)
3665                        gnus-summary-gather-subject-limit))
3666    (t
3667     subject)))
3668
3669 (defsubst gnus-subject-equal (s1 s2 &optional simple-first)
3670   "Check whether two subjects are equal.  If optional argument
3671 simple-first is t, first argument is already simplified."
3672   (cond
3673    ((null simple-first)
3674     (equal (gnus-simplify-subject-fully s1)
3675            (gnus-simplify-subject-fully s2)))
3676    (t
3677     (equal s1
3678            (gnus-simplify-subject-fully s2)))))
3679
3680 ;; Returns a list of writable groups.
3681 (defun gnus-writable-groups ()
3682   (let ((alist gnus-newsrc-alist)
3683         groups group)
3684     (while (setq group (car (pop alist)))
3685       (unless (gnus-group-read-only-p group)
3686         (push group groups)))
3687     (nreverse groups)))
3688
3689 (defun gnus-completing-read (default prompt &rest args)
3690   ;; Like `completing-read', except that DEFAULT is the default argument.
3691   (let* ((prompt (if default 
3692                      (concat prompt " (default " default ") ")
3693                    (concat prompt " ")))
3694          (answer (apply 'completing-read prompt args)))
3695     (if (or (null answer) (zerop (length answer)))
3696         default
3697       answer)))
3698
3699 ;; Two silly functions to ensure that all `y-or-n-p' questions clear
3700 ;; the echo area.
3701 (defun gnus-y-or-n-p (prompt)
3702   (prog1
3703       (y-or-n-p prompt)
3704     (message "")))
3705
3706 (defun gnus-yes-or-no-p (prompt)
3707   (prog1
3708       (yes-or-no-p prompt)
3709     (message "")))
3710
3711 ;; Check whether to use long file names.
3712 (defun gnus-use-long-file-name (symbol)
3713   ;; The variable has to be set...
3714   (and gnus-use-long-file-name
3715        ;; If it isn't a list, then we return t.
3716        (or (not (listp gnus-use-long-file-name))
3717            ;; If it is a list, and the list contains `symbol', we
3718            ;; return nil.
3719            (not (memq symbol gnus-use-long-file-name)))))
3720
3721 ;; I suspect there's a better way, but I haven't taken the time to do
3722 ;; it yet. -erik selberg@cs.washington.edu
3723 (defun gnus-dd-mmm (messy-date)
3724   "Return a string like DD-MMM from a big messy string"
3725   (let ((datevec (condition-case () (timezone-parse-date messy-date) 
3726                    (error nil))))
3727     (if (not datevec)
3728         "??-???"
3729       (format "%2s-%s"
3730               (condition-case ()
3731                   ;; Make sure leading zeroes are stripped.
3732                   (number-to-string (string-to-number (aref datevec 2)))
3733                 (error "??"))
3734               (capitalize
3735                (or (car
3736                     (nth (1- (string-to-number (aref datevec 1)))
3737                          timezone-months-assoc))
3738                    "???"))))))
3739
3740 (defun gnus-mode-string-quote (string)
3741   "Quote all \"%\" in STRING."
3742   (save-excursion
3743     (gnus-set-work-buffer)
3744     (insert string)
3745     (goto-char (point-min))
3746     (while (search-forward "%" nil t)
3747       (insert "%"))
3748     (buffer-string)))
3749
3750 ;; Make a hash table (default and minimum size is 255).
3751 ;; Optional argument HASHSIZE specifies the table size.
3752 (defun gnus-make-hashtable (&optional hashsize)
3753   (make-vector (if hashsize (max (gnus-create-hash-size hashsize) 255) 255) 0))
3754
3755 ;; Make a number that is suitable for hashing; bigger than MIN and one
3756 ;; less than 2^x.
3757 (defun gnus-create-hash-size (min)
3758   (let ((i 1))
3759     (while (< i min)
3760       (setq i (* 2 i)))
3761     (1- i)))
3762
3763 ;; Show message if message has a lower level than `gnus-verbose'.
3764 ;; Guideline for numbers:
3765 ;; 1 - error messages, 3 - non-serious error messages, 5 - messages
3766 ;; for things that take a long time, 7 - not very important messages
3767 ;; on stuff, 9 - messages inside loops.
3768 (defun gnus-message (level &rest args)
3769   (if (<= level gnus-verbose)
3770       (apply 'message args)
3771     ;; We have to do this format thingy here even if the result isn't
3772     ;; shown - the return value has to be the same as the return value
3773     ;; from `message'.
3774     (apply 'format args)))
3775
3776 (defun gnus-error (level &rest args)
3777   "Beep an error if `gnus-verbose' is on LEVEL or less."
3778   (when (<= (floor level) gnus-verbose)
3779     (apply 'message args)
3780     (ding)
3781     (let (duration)
3782       (when (and (floatp level)
3783                  (not (zerop (setq duration (* 10 (- level (floor level)))))))
3784         (sit-for duration))))
3785   nil)
3786
3787 ;; Generate a unique new group name.
3788 (defun gnus-generate-new-group-name (leaf)
3789   (let ((name leaf)
3790         (num 0))
3791     (while (gnus-gethash name gnus-newsrc-hashtb)
3792       (setq name (concat leaf "<" (int-to-string (setq num (1+ num))) ">")))
3793     name))
3794
3795 (defsubst gnus-hide-text (b e props)
3796   "Set text PROPS on the B to E region, extending `intangible' 1 past B."
3797   (gnus-add-text-properties b e props)
3798   (when (memq 'intangible props)
3799     (gnus-put-text-property (max (1- b) (point-min))
3800                        b 'intangible (cddr (memq 'intangible props)))))
3801
3802 (defsubst gnus-unhide-text (b e)
3803   "Remove hidden text properties from region between B and E."
3804   (remove-text-properties b e gnus-hidden-properties)
3805   (when (memq 'intangible gnus-hidden-properties)
3806     (gnus-put-text-property (max (1- b) (point-min))
3807                        b 'intangible nil)))
3808
3809 (defun gnus-hide-text-type (b e type)
3810   "Hide text of TYPE between B and E."
3811   (gnus-hide-text b e (cons 'gnus-type (cons type gnus-hidden-properties))))
3812
3813 ;; Find out whether the gnus-visual TYPE is wanted.
3814 (defun gnus-visual-p (&optional type class)
3815   (and gnus-visual                      ; Has to be non-nil, at least.
3816        (if (not type)                   ; We don't care about type.
3817            gnus-visual
3818          (if (listp gnus-visual)        ; It's a list, so we check it.
3819              (or (memq type gnus-visual)
3820                  (memq class gnus-visual))
3821            t))))
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   (if (consp thread)
8376       (if (stringp (car thread))
8377           (apply gnus-thread-score-function 0
8378                  (mapcar 'gnus-thread-total-score-1 (cdr thread)))
8379         (gnus-thread-total-score-1 thread))
8380     (gnus-thread-total-score-1 (list thread))))
8381
8382 (defun gnus-thread-total-score-1 (root)
8383   ;; This function find the total score of the thread below ROOT.
8384   (setq root (car root))
8385   (apply gnus-thread-score-function
8386          (or (cdr (assq (mail-header-number root) gnus-newsgroup-scored))
8387              gnus-summary-default-score 0)
8388          (mapcar 'gnus-thread-total-score
8389                  (cdr (gnus-gethash (mail-header-id root)
8390                                     gnus-newsgroup-dependencies)))))
8391
8392 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
8393 (defvar gnus-tmp-prev-subject nil)
8394 (defvar gnus-tmp-false-parent nil)
8395 (defvar gnus-tmp-root-expunged nil)
8396 (defvar gnus-tmp-dummy-line nil)
8397
8398 (defun gnus-summary-prepare-threads (threads)
8399   "Prepare summary buffer from THREADS and indentation LEVEL.
8400 THREADS is either a list of `(PARENT [(CHILD1 [(GRANDCHILD ...]...) ...])'
8401 or a straight list of headers."
8402   (gnus-message 7 "Generating summary...")
8403
8404   (setq gnus-newsgroup-threads threads)
8405   (beginning-of-line)
8406
8407   (let ((gnus-tmp-level 0)
8408         (default-score (or gnus-summary-default-score 0))
8409         (gnus-visual-p (gnus-visual-p 'summary-highlight 'highlight))
8410         thread number subject stack state gnus-tmp-gathered beg-match
8411         new-roots gnus-tmp-new-adopts thread-end
8412         gnus-tmp-header gnus-tmp-unread
8413         gnus-tmp-replied gnus-tmp-subject-or-nil
8414         gnus-tmp-dummy gnus-tmp-indentation gnus-tmp-lines gnus-tmp-score
8415         gnus-tmp-score-char gnus-tmp-from gnus-tmp-name
8416         gnus-tmp-number gnus-tmp-opening-bracket gnus-tmp-closing-bracket)
8417
8418     (setq gnus-tmp-prev-subject nil)
8419
8420     (if (vectorp (car threads))
8421         ;; If this is a straight (sic) list of headers, then a
8422         ;; threaded summary display isn't required, so we just create
8423         ;; an unthreaded one.
8424         (gnus-summary-prepare-unthreaded threads)
8425
8426       ;; Do the threaded display.
8427
8428       (while (or threads stack gnus-tmp-new-adopts new-roots)
8429
8430         (if (and (= gnus-tmp-level 0)
8431                  (not (setq gnus-tmp-dummy-line nil))
8432                  (or (not stack)
8433                      (= (caar stack) 0))
8434                  (not gnus-tmp-false-parent)
8435                  (or gnus-tmp-new-adopts new-roots))
8436             (if gnus-tmp-new-adopts
8437                 (setq gnus-tmp-level (if gnus-tmp-root-expunged 0 1)
8438                       thread (list (car gnus-tmp-new-adopts))
8439                       gnus-tmp-header (caar thread)
8440                       gnus-tmp-new-adopts (cdr gnus-tmp-new-adopts))
8441               (if new-roots
8442                   (setq thread (list (car new-roots))
8443                         gnus-tmp-header (caar thread)
8444                         new-roots (cdr new-roots))))
8445
8446           (if threads
8447               ;; If there are some threads, we do them before the
8448               ;; threads on the stack.
8449               (setq thread threads
8450                     gnus-tmp-header (caar thread))
8451             ;; There were no current threads, so we pop something off
8452             ;; the stack.
8453             (setq state (car stack)
8454                   gnus-tmp-level (car state)
8455                   thread (cdr state)
8456                   stack (cdr stack)
8457                   gnus-tmp-header (caar thread))))
8458
8459         (setq gnus-tmp-false-parent nil)
8460         (setq gnus-tmp-root-expunged nil)
8461         (setq thread-end nil)
8462
8463         (if (stringp gnus-tmp-header)
8464             ;; The header is a dummy root.
8465             (cond
8466              ((eq gnus-summary-make-false-root 'adopt)
8467               ;; We let the first article adopt the rest.
8468               (setq gnus-tmp-new-adopts (nconc gnus-tmp-new-adopts
8469                                                (cddar thread)))
8470               (setq gnus-tmp-gathered
8471                     (nconc (mapcar
8472                             (lambda (h) (mail-header-number (car h)))
8473                             (cddar thread))
8474                            gnus-tmp-gathered))
8475               (setq thread (cons (list (caar thread)
8476                                        (cadar thread))
8477                                  (cdr thread)))
8478               (setq gnus-tmp-level -1
8479                     gnus-tmp-false-parent t))
8480              ((eq gnus-summary-make-false-root 'empty)
8481               ;; We print adopted articles with empty subject fields.
8482               (setq gnus-tmp-gathered
8483                     (nconc (mapcar
8484                             (lambda (h) (mail-header-number (car h)))
8485                             (cddar thread))
8486                            gnus-tmp-gathered))
8487               (setq gnus-tmp-level -1))
8488              ((eq gnus-summary-make-false-root 'dummy)
8489               ;; We remember that we probably want to output a dummy
8490               ;; root.
8491               (setq gnus-tmp-dummy-line gnus-tmp-header)
8492               (setq gnus-tmp-prev-subject gnus-tmp-header))
8493              (t
8494               ;; We do not make a root for the gathered
8495               ;; sub-threads at all.
8496               (setq gnus-tmp-level -1)))
8497
8498           (setq number (mail-header-number gnus-tmp-header)
8499                 subject (mail-header-subject gnus-tmp-header))
8500
8501           (cond
8502            ;; If the thread has changed subject, we might want to make
8503            ;; this subthread into a root.
8504            ((and (null gnus-thread-ignore-subject)
8505                  (not (zerop gnus-tmp-level))
8506                  gnus-tmp-prev-subject
8507                  (not (inline
8508                         (gnus-subject-equal gnus-tmp-prev-subject subject))))
8509             (setq new-roots (nconc new-roots (list (car thread)))
8510                   thread-end t
8511                   gnus-tmp-header nil))
8512            ;; If the article lies outside the current limit,
8513            ;; then we do not display it.
8514            ((and (not (memq number gnus-newsgroup-limit))
8515                  (not gnus-tmp-dummy-line))
8516             (setq gnus-tmp-gathered
8517                   (nconc (mapcar
8518                           (lambda (h) (mail-header-number (car h)))
8519                           (cdar thread))
8520                          gnus-tmp-gathered))
8521             (setq gnus-tmp-new-adopts (if (cdar thread)
8522                                           (append gnus-tmp-new-adopts
8523                                                   (cdar thread))
8524                                         gnus-tmp-new-adopts)
8525                   thread-end t
8526                   gnus-tmp-header nil)
8527             (when (zerop gnus-tmp-level)
8528               (setq gnus-tmp-root-expunged t)))
8529            ;; Perhaps this article is to be marked as read?
8530            ((and gnus-summary-mark-below
8531                  (< (or (cdr (assq number gnus-newsgroup-scored))
8532                         default-score)
8533                     gnus-summary-mark-below)
8534                  ;; Don't touch sparse articles.
8535                  (not (memq number gnus-newsgroup-sparse))
8536                  (not (memq number gnus-newsgroup-ancient)))
8537             (setq gnus-newsgroup-unreads
8538                   (delq number gnus-newsgroup-unreads))
8539             (if gnus-newsgroup-auto-expire
8540                 (push number gnus-newsgroup-expirable)
8541               (push (cons number gnus-low-score-mark)
8542                     gnus-newsgroup-reads))))
8543
8544           (when gnus-tmp-header
8545             ;; We may have an old dummy line to output before this
8546             ;; article.
8547             (when gnus-tmp-dummy-line
8548               (gnus-summary-insert-dummy-line
8549                gnus-tmp-dummy-line (mail-header-number gnus-tmp-header))
8550               (setq gnus-tmp-dummy-line nil))
8551
8552             ;; Compute the mark.
8553             (setq
8554              gnus-tmp-unread
8555              (cond
8556               ((memq number gnus-newsgroup-unreads) gnus-unread-mark)
8557               ((memq number gnus-newsgroup-marked) gnus-ticked-mark)
8558               ((memq number gnus-newsgroup-dormant) gnus-dormant-mark)
8559               ((memq number gnus-newsgroup-expirable) gnus-expirable-mark)
8560               (t (or (cdr (assq number gnus-newsgroup-reads))
8561                      gnus-ancient-mark))))
8562
8563             (push (gnus-data-make number gnus-tmp-unread (1+ (point))
8564                                   gnus-tmp-header gnus-tmp-level)
8565                   gnus-newsgroup-data)
8566
8567             ;; Actually insert the line.
8568             (setq
8569              gnus-tmp-subject-or-nil
8570              (cond
8571               ((and gnus-thread-ignore-subject
8572                     gnus-tmp-prev-subject
8573                     (not (inline (gnus-subject-equal
8574                                   gnus-tmp-prev-subject subject))))
8575                subject)
8576               ((zerop gnus-tmp-level)
8577                (if (and (eq gnus-summary-make-false-root 'empty)
8578                         (memq number gnus-tmp-gathered)
8579                         gnus-tmp-prev-subject
8580                         (inline (gnus-subject-equal
8581                                  gnus-tmp-prev-subject subject)))
8582                    gnus-summary-same-subject
8583                  subject))
8584               (t gnus-summary-same-subject)))
8585             (if (and (eq gnus-summary-make-false-root 'adopt)
8586                      (= gnus-tmp-level 1)
8587                      (memq number gnus-tmp-gathered))
8588                 (setq gnus-tmp-opening-bracket ?\<
8589                       gnus-tmp-closing-bracket ?\>)
8590               (setq gnus-tmp-opening-bracket ?\[
8591                     gnus-tmp-closing-bracket ?\]))
8592             (setq
8593              gnus-tmp-indentation
8594              (aref gnus-thread-indent-array gnus-tmp-level)
8595              gnus-tmp-lines (mail-header-lines gnus-tmp-header)
8596              gnus-tmp-score (or (cdr (assq number gnus-newsgroup-scored))
8597                                 gnus-summary-default-score 0)
8598              gnus-tmp-score-char
8599              (if (or (null gnus-summary-default-score)
8600                      (<= (abs (- gnus-tmp-score gnus-summary-default-score))
8601                          gnus-summary-zcore-fuzz)) ? 
8602                (if (< gnus-tmp-score gnus-summary-default-score)
8603                    gnus-score-below-mark gnus-score-over-mark))
8604              gnus-tmp-replied
8605              (cond ((memq number gnus-newsgroup-processable)
8606                     gnus-process-mark)
8607                    ((memq number gnus-newsgroup-cached)
8608                     gnus-cached-mark)
8609                    ((memq number gnus-newsgroup-replied)
8610                     gnus-replied-mark)
8611                    (t gnus-unread-mark))
8612              gnus-tmp-from (mail-header-from gnus-tmp-header)
8613              gnus-tmp-name
8614              (cond
8615               ((string-match "(.+)" gnus-tmp-from)
8616                (substring gnus-tmp-from
8617                           (1+ (match-beginning 0)) (1- (match-end 0))))
8618               ((string-match "<[^>]+> *$" gnus-tmp-from)
8619                (setq beg-match (match-beginning 0))
8620                (or (and (string-match "^\"[^\"]*\"" gnus-tmp-from)
8621                         (substring gnus-tmp-from (1+ (match-beginning 0))
8622                                    (1- (match-end 0))))
8623                    (substring gnus-tmp-from 0 beg-match)))
8624               (t gnus-tmp-from)))
8625             (when (string= gnus-tmp-name "")
8626               (setq gnus-tmp-name gnus-tmp-from))
8627             (or (numberp gnus-tmp-lines) (setq gnus-tmp-lines 0))
8628             (gnus-put-text-property
8629              (point)
8630              (progn (eval gnus-summary-line-format-spec) (point))
8631              'gnus-number number)
8632             (when gnus-visual-p
8633               (forward-line -1)
8634               (run-hooks 'gnus-summary-update-hook)
8635               (forward-line 1))
8636
8637             (setq gnus-tmp-prev-subject subject)))
8638
8639         (when (nth 1 thread)
8640           (push (cons (max 0 gnus-tmp-level) (nthcdr 1 thread)) stack))
8641         (incf gnus-tmp-level)
8642         (setq threads (if thread-end nil (cdar thread)))
8643         (unless threads
8644           (setq gnus-tmp-level 0)))))
8645   (gnus-message 7 "Generating summary...done"))
8646
8647 (defun gnus-summary-prepare-unthreaded (headers)
8648   "Generate an unthreaded summary buffer based on HEADERS."
8649   (let (header number mark)
8650
8651     (while headers
8652       ;; We may have to root out some bad articles...
8653       (when (memq (setq number (mail-header-number
8654                                 (setq header (pop headers))))
8655                   gnus-newsgroup-limit)
8656         ;; Mark article as read when it has a low score.
8657         (when (and gnus-summary-mark-below
8658                    (< (or (cdr (assq number gnus-newsgroup-scored))
8659                           gnus-summary-default-score 0)
8660                       gnus-summary-mark-below)
8661                    (not (memq number gnus-newsgroup-ancient)))
8662           (setq gnus-newsgroup-unreads
8663                 (delq number gnus-newsgroup-unreads))
8664           (if gnus-newsgroup-auto-expire
8665               (push number gnus-newsgroup-expirable)
8666             (push (cons number gnus-low-score-mark)
8667                   gnus-newsgroup-reads)))
8668
8669         (setq mark
8670               (cond
8671                ((memq number gnus-newsgroup-marked) gnus-ticked-mark)
8672                ((memq number gnus-newsgroup-dormant) gnus-dormant-mark)
8673                ((memq number gnus-newsgroup-unreads) gnus-unread-mark)
8674                ((memq number gnus-newsgroup-expirable) gnus-expirable-mark)
8675                (t (or (cdr (assq number gnus-newsgroup-reads))
8676                       gnus-ancient-mark))))
8677         (setq gnus-newsgroup-data
8678               (cons (gnus-data-make number mark (1+ (point)) header 0)
8679                     gnus-newsgroup-data))
8680         (gnus-summary-insert-line
8681          header 0 nil mark (memq number gnus-newsgroup-replied)
8682          (memq number gnus-newsgroup-expirable)
8683          (mail-header-subject header) nil
8684          (cdr (assq number gnus-newsgroup-scored))
8685          (memq number gnus-newsgroup-processable))))))
8686
8687 (defun gnus-select-newsgroup (group &optional read-all)
8688   "Select newsgroup GROUP.
8689 If READ-ALL is non-nil, all articles in the group are selected."
8690   (let* ((entry (gnus-gethash group gnus-newsrc-hashtb))
8691          (info (nth 2 entry))
8692          articles fetched-articles cached)
8693
8694     (or (gnus-check-server
8695          (setq gnus-current-select-method (gnus-find-method-for-group group)))
8696         (error "Couldn't open server"))
8697
8698     (or (and entry (not (eq (car entry) t))) ; Either it's active...
8699         (gnus-activate-group group)     ; Or we can activate it...
8700         (progn                          ; Or we bug out.
8701           (when (equal major-mode 'gnus-summary-mode)
8702             (kill-buffer (current-buffer)))
8703           (error "Couldn't request group %s: %s"
8704                  group (gnus-status-message group))))
8705
8706     (unless (gnus-request-group group t)
8707       (when (equal major-mode 'gnus-summary-mode)
8708         (kill-buffer (current-buffer)))
8709       (error "Couldn't request group %s: %s"
8710              group (gnus-status-message group)))      
8711
8712     (setq gnus-newsgroup-name group)
8713     (setq gnus-newsgroup-unselected nil)
8714     (setq gnus-newsgroup-unreads (gnus-list-of-unread-articles group))
8715
8716     (and gnus-asynchronous
8717          (gnus-check-backend-function
8718           'request-asynchronous gnus-newsgroup-name)
8719          (setq gnus-newsgroup-async
8720                (gnus-request-asynchronous gnus-newsgroup-name)))
8721
8722     ;; Adjust and set lists of article marks.
8723     (when info
8724       (gnus-adjust-marked-articles info))
8725
8726     ;; Kludge to avoid having cached articles nixed out in virtual groups.
8727     (when (gnus-virtual-group-p group)
8728       (setq cached gnus-newsgroup-cached))
8729
8730     (setq gnus-newsgroup-unreads
8731           (gnus-set-difference
8732            (gnus-set-difference gnus-newsgroup-unreads gnus-newsgroup-marked)
8733            gnus-newsgroup-dormant))
8734
8735     (setq gnus-newsgroup-processable nil)
8736
8737     (setq articles (gnus-articles-to-read group read-all))
8738
8739     (cond
8740      ((null articles)
8741       ;;(gnus-message 3 "Couldn't select newsgroup -- no articles to display")
8742       'quit)
8743      ((eq articles 0) nil)
8744      (t
8745       ;; Init the dependencies hash table.
8746       (setq gnus-newsgroup-dependencies
8747             (gnus-make-hashtable (length articles)))
8748       ;; Retrieve the headers and read them in.
8749       (gnus-message 5 "Fetching headers for %s..." gnus-newsgroup-name)
8750       (setq gnus-newsgroup-headers
8751             (if (eq 'nov
8752                     (setq gnus-headers-retrieved-by
8753                           (gnus-retrieve-headers
8754                            articles gnus-newsgroup-name
8755                            ;; We might want to fetch old headers, but
8756                            ;; not if there is only 1 article.
8757                            (and gnus-fetch-old-headers
8758                                 (or (and
8759                                      (not (eq gnus-fetch-old-headers 'some))
8760                                      (not (numberp gnus-fetch-old-headers)))
8761                                     (> (length articles) 1))))))
8762                 (gnus-get-newsgroup-headers-xover articles)
8763               (gnus-get-newsgroup-headers)))
8764       (gnus-message 5 "Fetching headers for %s...done" gnus-newsgroup-name)
8765
8766       ;; Kludge to avoid having cached articles nixed out in virtual groups.
8767       (when cached
8768         (setq gnus-newsgroup-cached cached))
8769
8770       ;; Set the initial limit.
8771       (setq gnus-newsgroup-limit (copy-sequence articles))
8772       ;; Remove canceled articles from the list of unread articles.
8773       (setq gnus-newsgroup-unreads
8774             (gnus-set-sorted-intersection
8775              gnus-newsgroup-unreads
8776              (setq fetched-articles
8777                    (mapcar (lambda (headers) (mail-header-number headers))
8778                            gnus-newsgroup-headers))))
8779       ;; Removed marked articles that do not exist.
8780       (gnus-update-missing-marks
8781        (gnus-sorted-complement fetched-articles articles))
8782       ;; We might want to build some more threads first.
8783       (and gnus-fetch-old-headers
8784            (eq gnus-headers-retrieved-by 'nov)
8785            (gnus-build-old-threads))
8786       ;; Check whether auto-expire is to be done in this group.
8787       (setq gnus-newsgroup-auto-expire
8788             (gnus-group-auto-expirable-p group))
8789       ;; Set up the article buffer now, if necessary.
8790       (unless gnus-single-article-buffer
8791         (gnus-article-setup-buffer))
8792       ;; First and last article in this newsgroup.
8793       (when gnus-newsgroup-headers
8794         (setq gnus-newsgroup-begin
8795               (mail-header-number (car gnus-newsgroup-headers))
8796               gnus-newsgroup-end
8797               (mail-header-number
8798                (gnus-last-element gnus-newsgroup-headers))))
8799       (setq gnus-reffed-article-number -1)
8800       ;; GROUP is successfully selected.
8801       (or gnus-newsgroup-headers t)))))
8802
8803 (defun gnus-articles-to-read (group read-all)
8804   ;; Find out what articles the user wants to read.
8805   (let* ((articles
8806           ;; Select all articles if `read-all' is non-nil, or if there
8807           ;; are no unread articles.
8808           (if (or read-all
8809                   (and (zerop (length gnus-newsgroup-marked))
8810                        (zerop (length gnus-newsgroup-unreads))))
8811               (gnus-uncompress-range (gnus-active group))
8812             (sort (append gnus-newsgroup-dormant gnus-newsgroup-marked
8813                           (copy-sequence gnus-newsgroup-unreads))
8814                   '<)))
8815          (scored-list (gnus-killed-articles gnus-newsgroup-killed articles))
8816          (scored (length scored-list))
8817          (number (length articles))
8818          (marked (+ (length gnus-newsgroup-marked)
8819                     (length gnus-newsgroup-dormant)))
8820          (select
8821           (cond
8822            ((numberp read-all)
8823             read-all)
8824            (t
8825             (condition-case ()
8826                 (cond
8827                  ((and (or (<= scored marked) (= scored number))
8828                        (numberp gnus-large-newsgroup)
8829                        (> number gnus-large-newsgroup))
8830                   (let ((input
8831                          (read-string
8832                           (format
8833                            "How many articles from %s (default %d): "
8834                            gnus-newsgroup-name number))))
8835                     (if (string-match "^[ \t]*$" input) number input)))
8836                  ((and (> scored marked) (< scored number))
8837                   (let ((input
8838                          (read-string
8839                           (format "%s %s (%d scored, %d total): "
8840                                   "How many articles from"
8841                                   group scored number))))
8842                     (if (string-match "^[ \t]*$" input)
8843                         number input)))
8844                  (t number))
8845               (quit nil))))))
8846     (setq select (if (stringp select) (string-to-number select) select))
8847     (if (or (null select) (zerop select))
8848         select
8849       (if (and (not (zerop scored)) (<= (abs select) scored))
8850           (progn
8851             (setq articles (sort scored-list '<))
8852             (setq number (length articles)))
8853         (setq articles (copy-sequence articles)))
8854
8855       (if (< (abs select) number)
8856           (if (< select 0)
8857               ;; Select the N oldest articles.
8858               (setcdr (nthcdr (1- (abs select)) articles) nil)
8859             ;; Select the N most recent articles.
8860             (setq articles (nthcdr (- number select) articles))))
8861       (setq gnus-newsgroup-unselected
8862             (gnus-sorted-intersection
8863              gnus-newsgroup-unreads
8864              (gnus-sorted-complement gnus-newsgroup-unreads articles)))
8865       articles)))
8866
8867 (defun gnus-killed-articles (killed articles)
8868   (let (out)
8869     (while articles
8870       (if (inline (gnus-member-of-range (car articles) killed))
8871           (setq out (cons (car articles) out)))
8872       (setq articles (cdr articles)))
8873     out))
8874
8875 (defun gnus-uncompress-marks (marks)
8876   "Uncompress the mark ranges in MARKS."
8877   (let ((uncompressed '(score bookmark))
8878         out)
8879     (while marks
8880       (if (memq (caar marks) uncompressed)
8881           (push (car marks) out)
8882         (push (cons (caar marks) (gnus-uncompress-range (cdar marks))) out))
8883       (setq marks (cdr marks)))
8884     out))
8885
8886 (defun gnus-adjust-marked-articles (info)
8887   "Set all article lists and remove all marks that are no longer legal."
8888   (let* ((marked-lists (gnus-info-marks info))
8889          (active (gnus-active (gnus-info-group info)))
8890          (min (car active))
8891          (max (cdr active))
8892          (types gnus-article-mark-lists)
8893          (uncompressed '(score bookmark))
8894          marks var articles article mark)
8895
8896     (while marked-lists
8897       (setq marks (pop marked-lists))
8898       (set (setq var (intern (format "gnus-newsgroup-%s"
8899                                      (car (rassq (setq mark (car marks))
8900                                                  types)))))
8901            (if (memq (car marks) uncompressed) (cdr marks)
8902              (gnus-uncompress-range (cdr marks))))
8903
8904       (setq articles (symbol-value var))
8905
8906       ;; All articles have to be subsets of the active articles.
8907       (cond
8908        ;; Adjust "simple" lists.
8909        ((memq mark '(tick dormant expirable reply killed save))
8910         (while articles
8911           (when (or (< (setq article (pop articles)) min) (> article max))
8912             (set var (delq article (symbol-value var))))))
8913        ;; Adjust assocs.
8914        ((memq mark '(score bookmark))
8915         (while articles
8916           (when (or (< (car (setq article (pop articles))) min)
8917                     (> (car article) max))
8918             (set var (delq article (symbol-value var))))))))))
8919
8920 (defun gnus-update-missing-marks (missing)
8921   "Go through the list of MISSING articles and remove them mark lists."
8922   (when missing
8923     (let ((types gnus-article-mark-lists)
8924           var m)
8925       ;; Go through all types.
8926       (while types
8927         (setq var (intern (format "gnus-newsgroup-%s" (car (pop types)))))
8928         (when (symbol-value var)
8929           ;; This list has articles.  So we delete all missing articles
8930           ;; from it.
8931           (setq m missing)
8932           (while m
8933             (set var (delq (pop m) (symbol-value var)))))))))
8934
8935 (defun gnus-update-marks ()
8936   "Enter the various lists of marked articles into the newsgroup info list."
8937   (let ((types gnus-article-mark-lists)
8938         (info (gnus-get-info gnus-newsgroup-name))
8939         (uncompressed '(score bookmark killed))
8940         type list newmarked symbol)
8941     (when info
8942       ;; Add all marks lists that are non-nil to the list of marks lists.
8943       (while types
8944         (setq type (pop types))
8945         (when (setq list (symbol-value
8946                           (setq symbol
8947                                 (intern (format "gnus-newsgroup-%s"
8948                                                 (car type))))))
8949           (push (cons (cdr type)
8950                       (if (memq (cdr type) uncompressed) list
8951                         (gnus-compress-sequence (set symbol (sort list '<)) t)))
8952                 newmarked)))
8953
8954       ;; Enter these new marks into the info of the group.
8955       (if (nthcdr 3 info)
8956           (setcar (nthcdr 3 info) newmarked)
8957         ;; Add the marks lists to the end of the info.
8958         (when newmarked
8959           (setcdr (nthcdr 2 info) (list newmarked))))
8960
8961       ;; Cut off the end of the info if there's nothing else there.
8962       (let ((i 5))
8963         (while (and (> i 2)
8964                     (not (nth i info)))
8965           (when (nthcdr (decf i) info)
8966             (setcdr (nthcdr i info) nil)))))))
8967
8968 (defun gnus-add-marked-articles (group type articles &optional info force)
8969   ;; Add ARTICLES of TYPE to the info of GROUP.
8970   ;; If INFO is non-nil, use that info.  If FORCE is non-nil, don't
8971   ;; add, but replace marked articles of TYPE with ARTICLES.
8972   (let ((info (or info (gnus-get-info group)))
8973         (uncompressed '(score bookmark killed))
8974         marked m)
8975     (or (not info)
8976         (and (not (setq marked (nthcdr 3 info)))
8977              (or (null articles)
8978                  (setcdr (nthcdr 2 info)
8979                          (list (list (cons type (gnus-compress-sequence
8980                                                  articles t)))))))
8981         (and (not (setq m (assq type (car marked))))
8982              (or (null articles)
8983                  (setcar marked
8984                          (cons (cons type (gnus-compress-sequence articles t) )
8985                                (car marked)))))
8986         (if force
8987             (if (null articles)
8988                 (setcar (nthcdr 3 info)
8989                         (delq (assq type (car marked)) (car marked)))
8990               (setcdr m (gnus-compress-sequence articles t)))
8991           (setcdr m (gnus-compress-sequence
8992                      (sort (nconc (gnus-uncompress-range (cdr m))
8993                                   (copy-sequence articles)) '<) t))))))
8994
8995 (defun gnus-set-mode-line (where)
8996   "This function sets the mode line of the article or summary buffers.
8997 If WHERE is `summary', the summary mode line format will be used."
8998   ;; Is this mode line one we keep updated?
8999   (when (memq where gnus-updated-mode-lines)
9000     (let (mode-string)
9001       (save-excursion
9002         ;; We evaluate this in the summary buffer since these
9003         ;; variables are buffer-local to that buffer.
9004         (set-buffer gnus-summary-buffer)
9005         ;; We bind all these variables that are used in the `eval' form
9006         ;; below.
9007         (let* ((mformat (symbol-value
9008                          (intern
9009                           (format "gnus-%s-mode-line-format-spec" where))))
9010                (gnus-tmp-group-name gnus-newsgroup-name)
9011                (gnus-tmp-article-number (or gnus-current-article 0))
9012                (gnus-tmp-unread gnus-newsgroup-unreads)
9013                (gnus-tmp-unread-and-unticked (length gnus-newsgroup-unreads))
9014                (gnus-tmp-unselected (length gnus-newsgroup-unselected))
9015                (gnus-tmp-unread-and-unselected
9016                 (cond ((and (zerop gnus-tmp-unread-and-unticked)
9017                             (zerop gnus-tmp-unselected)) "")
9018                       ((zerop gnus-tmp-unselected)
9019                        (format "{%d more}" gnus-tmp-unread-and-unticked))
9020                       (t (format "{%d(+%d) more}"
9021                                  gnus-tmp-unread-and-unticked
9022                                  gnus-tmp-unselected))))
9023                (gnus-tmp-subject
9024                 (if (and gnus-current-headers
9025                          (vectorp gnus-current-headers))
9026                     (gnus-mode-string-quote
9027                      (mail-header-subject gnus-current-headers)) ""))
9028                max-len
9029                gnus-tmp-header);; passed as argument to any user-format-funcs
9030           (setq mode-string (eval mformat))
9031           (setq max-len (max 4 (if gnus-mode-non-string-length
9032                                    (- (window-width)
9033                                       gnus-mode-non-string-length)
9034                                  (length mode-string))))
9035           ;; We might have to chop a bit of the string off...
9036           (when (> (length mode-string) max-len)
9037             (setq mode-string
9038                   (concat (gnus-truncate-string mode-string (- max-len 3))
9039                           "...")))
9040           ;; Pad the mode string a bit.
9041           (setq mode-string (format (format "%%-%ds" max-len) mode-string))))
9042       ;; Update the mode line.
9043       (setq mode-line-buffer-identification (list mode-string))
9044       (set-buffer-modified-p t))))
9045
9046 (defun gnus-create-xref-hashtb (from-newsgroup headers unreads)
9047   "Go through the HEADERS list and add all Xrefs to a hash table.
9048 The resulting hash table is returned, or nil if no Xrefs were found."
9049   (let* ((virtual (gnus-virtual-group-p from-newsgroup))
9050          (prefix (if virtual "" (gnus-group-real-prefix from-newsgroup)))
9051          (xref-hashtb (make-vector 63 0))
9052          start group entry number xrefs header)
9053     (while headers
9054       (setq header (pop headers))
9055       (when (and (setq xrefs (mail-header-xref header))
9056                  (not (memq (setq number (mail-header-number header))
9057                             unreads)))
9058         (setq start 0)
9059         (while (string-match "\\([^ ]+\\)[:/]\\([0-9]+\\)" xrefs start)
9060           (setq start (match-end 0))
9061           (setq group (if prefix
9062                           (concat prefix (substring xrefs (match-beginning 1)
9063                                                     (match-end 1)))
9064                         (substring xrefs (match-beginning 1) (match-end 1))))
9065           (setq number
9066                 (string-to-int (substring xrefs (match-beginning 2)
9067                                           (match-end 2))))
9068           (if (setq entry (gnus-gethash group xref-hashtb))
9069               (setcdr entry (cons number (cdr entry)))
9070             (gnus-sethash group (cons number nil) xref-hashtb)))))
9071     (and start xref-hashtb)))
9072
9073 (defun gnus-mark-xrefs-as-read (from-newsgroup headers unreads)
9074   "Look through all the headers and mark the Xrefs as read."
9075   (let ((virtual (gnus-virtual-group-p from-newsgroup))
9076         name entry info xref-hashtb idlist method nth4)
9077     (save-excursion
9078       (set-buffer gnus-group-buffer)
9079       (when (setq xref-hashtb
9080                   (gnus-create-xref-hashtb from-newsgroup headers unreads))
9081         (mapatoms
9082          (lambda (group)
9083            (unless (string= from-newsgroup (setq name (symbol-name group)))
9084              (setq idlist (symbol-value group))
9085              ;; Dead groups are not updated.
9086              (and (prog1
9087                       (setq entry (gnus-gethash name gnus-newsrc-hashtb)
9088                             info (nth 2 entry))
9089                     (if (stringp (setq nth4 (gnus-info-method info)))
9090                         (setq nth4 (gnus-server-to-method nth4))))
9091                   ;; Only do the xrefs if the group has the same
9092                   ;; select method as the group we have just read.
9093                   (or (gnus-methods-equal-p
9094                        nth4 (gnus-find-method-for-group from-newsgroup))
9095                       virtual
9096                       (equal nth4 (setq method (gnus-find-method-for-group
9097                                                 from-newsgroup)))
9098                       (and (equal (car nth4) (car method))
9099                            (equal (nth 1 nth4) (nth 1 method))))
9100                   gnus-use-cross-reference
9101                   (or (not (eq gnus-use-cross-reference t))
9102                       virtual
9103                       ;; Only do cross-references on subscribed
9104                       ;; groups, if that is what is wanted.
9105                       (<= (gnus-info-level info) gnus-level-subscribed))
9106                   (gnus-group-make-articles-read name idlist))))
9107          xref-hashtb)))))
9108
9109 (defun gnus-group-make-articles-read (group articles)
9110   (let* ((num 0)
9111          (entry (gnus-gethash group gnus-newsrc-hashtb))
9112          (info (nth 2 entry))
9113          (active (gnus-active group))
9114          range)
9115     ;; First peel off all illegal article numbers.
9116     (if active
9117         (let ((ids articles)
9118               id first)
9119           (while ids
9120             (setq id (car ids))
9121             (if (and first (> id (cdr active)))
9122                 (progn
9123                   ;; We'll end up in this situation in one particular
9124                   ;; obscure situation.  If you re-scan a group and get
9125                   ;; a new article that is cross-posted to a different
9126                   ;; group that has not been re-scanned, you might get
9127                   ;; crossposted article that has a higher number than
9128                   ;; Gnus believes possible.  So we re-activate this
9129                   ;; group as well.  This might mean doing the
9130                   ;; crossposting thingy will *increase* the number
9131                   ;; of articles in some groups.  Tsk, tsk.
9132                   (setq active (or (gnus-activate-group group) active))))
9133             (if (or (> id (cdr active))
9134                     (< id (car active)))
9135                 (setq articles (delq id articles)))
9136             (setq ids (cdr ids)))))
9137     ;; If the read list is nil, we init it.
9138     (and active
9139          (null (gnus-info-read info))
9140          (> (car active) 1)
9141          (gnus-info-set-read info (cons 1 (1- (car active)))))
9142     ;; Then we add the read articles to the range.
9143     (gnus-info-set-read
9144      info
9145      (setq range
9146            (gnus-add-to-range
9147             (gnus-info-read info) (setq articles (sort articles '<)))))
9148     ;; Then we have to re-compute how many unread
9149     ;; articles there are in this group.
9150     (if active
9151         (progn
9152           (cond
9153            ((not range)
9154             (setq num (- (1+ (cdr active)) (car active))))
9155            ((not (listp (cdr range)))
9156             (setq num (- (cdr active) (- (1+ (cdr range))
9157                                          (car range)))))
9158            (t
9159             (while range
9160               (if (numberp (car range))
9161                   (setq num (1+ num))
9162                 (setq num (+ num (- (1+ (cdar range)) (caar range)))))
9163               (setq range (cdr range)))
9164             (setq num (- (cdr active) num))))
9165           ;; Update the number of unread articles.
9166           (setcar entry num)
9167           ;; Update the group buffer.
9168           (gnus-group-update-group group t)))))
9169
9170 (defun gnus-methods-equal-p (m1 m2)
9171   (let ((m1 (or m1 gnus-select-method))
9172         (m2 (or m2 gnus-select-method)))
9173     (or (equal m1 m2)
9174         (and (eq (car m1) (car m2))
9175              (or (not (memq 'address (assoc (symbol-name (car m1))
9176                                             gnus-valid-select-methods)))
9177                  (equal (nth 1 m1) (nth 1 m2)))))))
9178
9179 (defsubst gnus-header-value ()
9180   (buffer-substring (match-end 0) (gnus-point-at-eol)))
9181
9182 (defvar gnus-newsgroup-none-id 0)
9183
9184 (defun gnus-get-newsgroup-headers (&optional dependencies force-new)
9185   (let ((cur nntp-server-buffer)
9186         (dependencies
9187          (or dependencies
9188              (save-excursion (set-buffer gnus-summary-buffer)
9189                              gnus-newsgroup-dependencies)))
9190         headers id id-dep ref-dep end ref)
9191     (save-excursion
9192       (set-buffer nntp-server-buffer)
9193       (run-hooks 'gnus-parse-headers-hook)
9194       (let ((case-fold-search t)
9195             in-reply-to header p lines)
9196         (goto-char (point-min))
9197         ;; Search to the beginning of the next header.  Error messages
9198         ;; do not begin with 2 or 3.
9199         (while (re-search-forward "^[23][0-9]+ " nil t)
9200           (setq id nil
9201                 ref nil)
9202           ;; This implementation of this function, with nine
9203           ;; search-forwards instead of the one re-search-forward and
9204           ;; a case (which basically was the old function) is actually
9205           ;; about twice as fast, even though it looks messier.  You
9206           ;; can't have everything, I guess.  Speed and elegance
9207           ;; doesn't always go hand in hand.
9208           (setq
9209            header
9210            (vector
9211             ;; Number.
9212             (prog1
9213                 (read cur)
9214               (end-of-line)
9215               (setq p (point))
9216               (narrow-to-region (point)
9217                                 (or (and (search-forward "\n.\n" nil t)
9218                                          (- (point) 2))
9219                                     (point))))
9220             ;; Subject.
9221             (progn
9222               (goto-char p)
9223               (if (search-forward "\nsubject: " nil t)
9224                   (gnus-header-value) "(none)"))
9225             ;; From.
9226             (progn
9227               (goto-char p)
9228               (if (search-forward "\nfrom: " nil t)
9229                   (gnus-header-value) "(nobody)"))
9230             ;; Date.
9231             (progn
9232               (goto-char p)
9233               (if (search-forward "\ndate: " nil t)
9234                   (gnus-header-value) ""))
9235             ;; Message-ID.
9236             (progn
9237               (goto-char p)
9238               (if (search-forward "\nmessage-id: " nil t)
9239                   (setq id (gnus-header-value))
9240                 ;; If there was no message-id, we just fake one to make
9241                 ;; subsequent routines simpler.
9242                 (setq id (concat "none+"
9243                                  (int-to-string
9244                                   (setq gnus-newsgroup-none-id
9245                                         (1+ gnus-newsgroup-none-id)))))))
9246             ;; References.
9247             (progn
9248               (goto-char p)
9249               (if (search-forward "\nreferences: " nil t)
9250                   (prog1
9251                       (gnus-header-value)
9252                     (setq end (match-end 0))
9253                     (save-excursion
9254                       (setq ref
9255                             (buffer-substring
9256                              (progn
9257                                (end-of-line)
9258                                (search-backward ">" end t)
9259                                (1+ (point)))
9260                              (progn
9261                                (search-backward "<" end t)
9262                                (point))))))
9263                 ;; Get the references from the in-reply-to header if there
9264                 ;; were no references and the in-reply-to header looks
9265                 ;; promising.
9266                 (if (and (search-forward "\nin-reply-to: " nil t)
9267                          (setq in-reply-to (gnus-header-value))
9268                          (string-match "<[^>]+>" in-reply-to))
9269                     (setq ref (substring in-reply-to (match-beginning 0)
9270                                          (match-end 0)))
9271                   (setq ref ""))))
9272             ;; Chars.
9273             0
9274             ;; Lines.
9275             (progn
9276               (goto-char p)
9277               (if (search-forward "\nlines: " nil t)
9278                   (if (numberp (setq lines (read cur)))
9279                       lines 0)
9280                 0))
9281             ;; Xref.
9282             (progn
9283               (goto-char p)
9284               (and (search-forward "\nxref: " nil t)
9285                    (gnus-header-value)))))
9286           ;; We do the threading while we read the headers.  The
9287           ;; message-id and the last reference are both entered into
9288           ;; the same hash table.  Some tippy-toeing around has to be
9289           ;; done in case an article has arrived before the article
9290           ;; which it refers to.
9291           (if (boundp (setq id-dep (intern id dependencies)))
9292               (if (and (car (symbol-value id-dep))
9293                        (not force-new))
9294                   ;; An article with this Message-ID has already
9295                   ;; been seen, so we ignore this one, except we add
9296                   ;; any additional Xrefs (in case the two articles
9297                   ;; came from different servers).
9298                   (progn
9299                     (mail-header-set-xref
9300                      (car (symbol-value id-dep))
9301                      (concat (or (mail-header-xref
9302                                   (car (symbol-value id-dep))) "")
9303                              (or (mail-header-xref header) "")))
9304                     (setq header nil))
9305                 (setcar (symbol-value id-dep) header))
9306             (set id-dep (list header)))
9307           (when header
9308             (if (boundp (setq ref-dep (intern ref dependencies)))
9309                 (setcdr (symbol-value ref-dep)
9310                         (nconc (cdr (symbol-value ref-dep))
9311                                (list (symbol-value id-dep))))
9312               (set ref-dep (list nil (symbol-value id-dep))))
9313             (setq headers (cons header headers)))
9314           (goto-char (point-max))
9315           (widen))
9316         (nreverse headers)))))
9317
9318 ;; The following macros and functions were written by Felix Lee
9319 ;; <flee@cse.psu.edu>.
9320
9321 (defmacro gnus-nov-read-integer ()
9322   '(prog1
9323        (if (= (following-char) ?\t)
9324            0
9325          (let ((num (condition-case nil (read buffer) (error nil))))
9326            (if (numberp num) num 0)))
9327      (or (eobp) (forward-char 1))))
9328
9329 (defmacro gnus-nov-skip-field ()
9330   '(search-forward "\t" eol 'move))
9331
9332 (defmacro gnus-nov-field ()
9333   '(buffer-substring (point) (if (gnus-nov-skip-field) (1- (point)) eol)))
9334
9335 ;; Goes through the xover lines and returns a list of vectors
9336 (defun gnus-get-newsgroup-headers-xover (sequence &optional 
9337                                                   force-new dependencies)
9338   "Parse the news overview data in the server buffer, and return a
9339 list of headers that match SEQUENCE (see `nntp-retrieve-headers')."
9340   ;; Get the Xref when the users reads the articles since most/some
9341   ;; NNTP servers do not include Xrefs when using XOVER.
9342   (setq gnus-article-internal-prepare-hook '(gnus-article-get-xrefs))
9343   (let ((cur nntp-server-buffer)
9344         (dependencies (or dependencies gnus-newsgroup-dependencies))
9345         number headers header)
9346     (save-excursion
9347       (set-buffer nntp-server-buffer)
9348       ;; Allow the user to mangle the headers before parsing them.
9349       (run-hooks 'gnus-parse-headers-hook)
9350       (goto-char (point-min))
9351       (while (and sequence (not (eobp)))
9352         (setq number (read cur))
9353         (while (and sequence (< (car sequence) number))
9354           (setq sequence (cdr sequence)))
9355         (and sequence
9356              (eq number (car sequence))
9357              (progn
9358                (setq sequence (cdr sequence))
9359                (if (setq header
9360                          (inline (gnus-nov-parse-line
9361                                   number dependencies force-new)))
9362                    (setq headers (cons header headers)))))
9363         (forward-line 1))
9364       (setq headers (nreverse headers)))
9365     headers))
9366
9367 ;; This function has to be called with point after the article number
9368 ;; on the beginning of the line.
9369 (defun gnus-nov-parse-line (number dependencies &optional force-new)
9370   (let ((none 0)
9371         (eol (gnus-point-at-eol))
9372         (buffer (current-buffer))
9373         header ref id id-dep ref-dep)
9374
9375     ;; overview: [num subject from date id refs chars lines misc]
9376     (narrow-to-region (point) eol)
9377     (or (eobp) (forward-char))
9378
9379     (condition-case nil
9380         (setq header
9381               (vector
9382                number                   ; number
9383                (gnus-nov-field)         ; subject
9384                (gnus-nov-field)         ; from
9385                (gnus-nov-field)         ; date
9386                (setq id (or (gnus-nov-field)
9387                             (concat "none+"
9388                                     (int-to-string
9389                                      (setq none (1+ none)))))) ; id
9390                (progn
9391                  (save-excursion
9392                    (let ((beg (point)))
9393                      (search-forward "\t" eol)
9394                      (if (search-backward ">" beg t)
9395                          (setq ref
9396                                (buffer-substring
9397                                 (1+ (point))
9398                                 (search-backward "<" beg t)))
9399                        (setq ref nil))))
9400                  (gnus-nov-field))      ; refs
9401                (gnus-nov-read-integer)  ; chars
9402                (gnus-nov-read-integer)  ; lines
9403                (if (= (following-char) ?\n)
9404                    nil
9405                  (gnus-nov-field))      ; misc
9406                ))
9407       (error (progn
9408                (gnus-error 4 "Strange nov line")
9409                (setq header nil)
9410                (goto-char eol))))
9411
9412     (widen)
9413
9414     ;; We build the thread tree.
9415     (when header
9416       (if (boundp (setq id-dep (intern id dependencies)))
9417           (if (and (car (symbol-value id-dep))
9418                    (not force-new))
9419               ;; An article with this Message-ID has already been seen,
9420               ;; so we ignore this one, except we add any additional
9421               ;; Xrefs (in case the two articles came from different
9422               ;; servers.
9423               (progn
9424                 (mail-header-set-xref
9425                  (car (symbol-value id-dep))
9426                  (concat (or (mail-header-xref
9427                               (car (symbol-value id-dep))) "")
9428                          (or (mail-header-xref header) "")))
9429                 (setq header nil))
9430             (setcar (symbol-value id-dep) header))
9431         (set id-dep (list header))))
9432     (when header
9433       (if (boundp (setq ref-dep (intern (or ref "none") dependencies)))
9434           (setcdr (symbol-value ref-dep)
9435                   (nconc (cdr (symbol-value ref-dep))
9436                          (list (symbol-value id-dep))))
9437         (set ref-dep (list nil (symbol-value id-dep)))))
9438     header))
9439
9440 (defun gnus-article-get-xrefs ()
9441   "Fill in the Xref value in `gnus-current-headers', if necessary.
9442 This is meant to be called in `gnus-article-internal-prepare-hook'."
9443   (let ((headers (save-excursion (set-buffer gnus-summary-buffer)
9444                                  gnus-current-headers)))
9445     (or (not gnus-use-cross-reference)
9446         (not headers)
9447         (and (mail-header-xref headers)
9448              (not (string= (mail-header-xref headers) "")))
9449         (let ((case-fold-search t)
9450               xref)
9451           (save-restriction
9452             (nnheader-narrow-to-headers)
9453             (goto-char (point-min))
9454             (if (or (and (eq (downcase (following-char)) ?x)
9455                          (looking-at "Xref:"))
9456                     (search-forward "\nXref:" nil t))
9457                 (progn
9458                   (goto-char (1+ (match-end 0)))
9459                   (setq xref (buffer-substring (point)
9460                                                (progn (end-of-line) (point))))
9461                   (mail-header-set-xref headers xref))))))))
9462
9463 (defun gnus-summary-insert-subject (id &optional old-header use-old-header)
9464   "Find article ID and insert the summary line for that article."
9465   (let ((header (if (and old-header use-old-header)
9466                     old-header (gnus-read-header id)))
9467         (number (and (numberp id) id))
9468         pos)
9469     (when header
9470       ;; Rebuild the thread that this article is part of and go to the
9471       ;; article we have fetched.
9472       (when (and (not gnus-show-threads)
9473                  old-header)
9474         (when (setq pos (text-property-any
9475                          (point-min) (point-max) 'gnus-number 
9476                          (mail-header-number old-header)))
9477           (goto-char pos)
9478           (gnus-delete-line)
9479           (gnus-data-remove (mail-header-number old-header))))
9480       (when old-header
9481         (mail-header-set-number header (mail-header-number old-header)))
9482       (setq gnus-newsgroup-sparse
9483             (delq (setq number (mail-header-number header)) 
9484                   gnus-newsgroup-sparse))
9485       (setq gnus-newsgroup-ancient (delq number gnus-newsgroup-ancient))
9486       (gnus-rebuild-thread (mail-header-id header))
9487       (gnus-summary-goto-subject number nil t))
9488     (when (and (numberp number)
9489                (> number 0))
9490       ;; We have to update the boundaries even if we can't fetch the
9491       ;; article if ID is a number -- so that the next `P' or `N'
9492       ;; command will fetch the previous (or next) article even
9493       ;; if the one we tried to fetch this time has been canceled.
9494       (and (> number gnus-newsgroup-end)
9495            (setq gnus-newsgroup-end number))
9496       (and (< number gnus-newsgroup-begin)
9497            (setq gnus-newsgroup-begin number))
9498       (setq gnus-newsgroup-unselected
9499             (delq number gnus-newsgroup-unselected)))
9500     ;; Report back a success?
9501     (and header (mail-header-number header))))
9502
9503 (defun gnus-summary-work-articles (n)
9504   "Return a list of articles to be worked upon.  The prefix argument,
9505 the list of process marked articles, and the current article will be
9506 taken into consideration."
9507   (cond
9508    ((and n (numberp n))
9509     ;; A numerical prefix has been given.
9510     (let ((backward (< n 0))
9511           (n (abs n))
9512           articles article)
9513       (save-excursion
9514         (while
9515             (and (> n 0)
9516                  (push (setq article (gnus-summary-article-number))
9517                        articles)
9518                  (if backward
9519                      (gnus-summary-find-prev nil article)
9520                    (gnus-summary-find-next nil article)))
9521           (decf n)))
9522       (nreverse articles)))
9523    ((and (boundp 'transient-mark-mode)
9524          transient-mark-mode
9525          mark-active)
9526     ;; Work on the region between point and mark.
9527     (let ((max (max (point) (mark)))
9528           articles article)
9529       (save-excursion
9530         (goto-char (min (point) (mark)))
9531         (while
9532             (and
9533              (push (setq article (gnus-summary-article-number)) articles)
9534              (gnus-summary-find-next nil article)
9535              (< (point) max)))
9536         (nreverse articles))))
9537    (gnus-newsgroup-processable
9538     ;; There are process-marked articles present.
9539     (reverse gnus-newsgroup-processable))
9540    (t
9541     ;; Just return the current article.
9542     (list (gnus-summary-article-number)))))
9543
9544 (defun gnus-summary-search-group (&optional backward use-level)
9545   "Search for next unread newsgroup.
9546 If optional argument BACKWARD is non-nil, search backward instead."
9547   (save-excursion
9548     (set-buffer gnus-group-buffer)
9549     (if (gnus-group-search-forward
9550          backward nil (if use-level (gnus-group-group-level) nil))
9551         (gnus-group-group-name))))
9552
9553 (defun gnus-summary-best-group (&optional exclude-group)
9554   "Find the name of the best unread group.
9555 If EXCLUDE-GROUP, do not go to this group."
9556   (save-excursion
9557     (set-buffer gnus-group-buffer)
9558     (save-excursion
9559       (gnus-group-best-unread-group exclude-group))))
9560
9561 (defun gnus-summary-find-next (&optional unread article backward)
9562   (if backward (gnus-summary-find-prev)
9563     (let* ((dummy (gnus-summary-article-intangible-p))
9564            (article (or article (gnus-summary-article-number)))
9565            (arts (gnus-data-find-list article))
9566            result)
9567       (when (and (not dummy)
9568                  (or (not gnus-summary-check-current)
9569                      (not unread)
9570                      (not (gnus-data-unread-p (car arts)))))
9571         (setq arts (cdr arts)))
9572       (when (setq result
9573                   (if unread
9574                       (progn
9575                         (while arts
9576                           (when (gnus-data-unread-p (car arts))
9577                             (setq result (car arts)
9578                                   arts nil))
9579                           (setq arts (cdr arts)))
9580                         result)
9581                     (car arts)))
9582         (goto-char (gnus-data-pos result))
9583         (gnus-data-number result)))))
9584
9585 (defun gnus-summary-find-prev (&optional unread article)
9586   (let* ((eobp (eobp))
9587          (article (or article (gnus-summary-article-number)))
9588          (arts (gnus-data-find-list article (gnus-data-list 'rev)))
9589          result)
9590     (when (and (not eobp)
9591                (or (not gnus-summary-check-current)
9592                    (not unread)
9593                    (not (gnus-data-unread-p (car arts)))))
9594       (setq arts (cdr arts)))
9595     (if (setq result
9596               (if unread
9597                   (progn
9598                     (while arts
9599                       (and (gnus-data-unread-p (car arts))
9600                            (setq result (car arts)
9601                                  arts nil))
9602                       (setq arts (cdr arts)))
9603                     result)
9604                 (car arts)))
9605         (progn
9606           (goto-char (gnus-data-pos result))
9607           (gnus-data-number result)))))
9608
9609 (defun gnus-summary-find-subject (subject &optional unread backward article)
9610   (let* ((simp-subject (gnus-simplify-subject-fully subject))
9611          (article (or article (gnus-summary-article-number)))
9612          (articles (gnus-data-list backward))
9613          (arts (gnus-data-find-list article articles))
9614          result)
9615     (when (or (not gnus-summary-check-current)
9616               (not unread)
9617               (not (gnus-data-unread-p (car arts))))
9618       (setq arts (cdr arts)))
9619     (while arts
9620       (and (or (not unread)
9621                (gnus-data-unread-p (car arts)))
9622            (vectorp (gnus-data-header (car arts)))
9623            (gnus-subject-equal
9624             simp-subject (mail-header-subject (gnus-data-header (car arts))) t)
9625            (setq result (car arts)
9626                  arts nil))
9627       (setq arts (cdr arts)))
9628     (and result
9629          (goto-char (gnus-data-pos result))
9630          (gnus-data-number result))))
9631
9632 (defun gnus-summary-search-forward (&optional unread subject backward)
9633   "Search forward for an article.
9634 If UNREAD, look for unread articles.  If SUBJECT, look for
9635 articles with that subject.  If BACKWARD, search backward instead."
9636   (cond (subject (gnus-summary-find-subject subject unread backward))
9637         (backward (gnus-summary-find-prev unread))
9638         (t (gnus-summary-find-next unread))))
9639
9640 (defun gnus-recenter (&optional n)
9641   "Center point in window and redisplay frame.
9642 Also do horizontal recentering."
9643   (interactive "P")
9644   (when (and gnus-auto-center-summary
9645              (not (eq gnus-auto-center-summary 'vertical)))
9646     (gnus-horizontal-recenter))
9647   (recenter n))
9648
9649 (defun gnus-summary-recenter ()
9650   "Center point in the summary window.
9651 If `gnus-auto-center-summary' is nil, or the article buffer isn't
9652 displayed, no centering will be performed."
9653   ;; Suggested by earle@mahendo.JPL.NASA.GOV (Greg Earle).
9654   ;; Recenter only when requested.  Suggested by popovich@park.cs.columbia.edu.
9655   (let* ((top (cond ((< (window-height) 4) 0)
9656                     ((< (window-height) 7) 1)
9657                     (t 2)))
9658          (height (1- (window-height)))
9659          (bottom (save-excursion (goto-char (point-max))
9660                                  (forward-line (- height))
9661                                  (point)))
9662          (window (get-buffer-window (current-buffer))))
9663     ;; The user has to want it.
9664     (when gnus-auto-center-summary
9665       (when (get-buffer-window gnus-article-buffer)
9666        ;; Only do recentering when the article buffer is displayed,
9667        ;; Set the window start to either `bottom', which is the biggest
9668        ;; possible valid number, or the second line from the top,
9669        ;; whichever is the least.
9670        (set-window-start
9671         window (min bottom (save-excursion 
9672                              (forward-line (- top)) (point)))))
9673       ;; Do horizontal recentering while we're at it.
9674       (when (and (get-buffer-window (current-buffer) t)
9675                  (not (eq gnus-auto-center-summary 'vertical)))
9676         (let ((selected (selected-window)))
9677           (select-window (get-buffer-window (current-buffer) t))
9678           (gnus-summary-position-point)
9679           (gnus-horizontal-recenter)
9680           (select-window selected))))))
9681
9682 (defun gnus-horizontal-recenter ()
9683   "Recenter the current buffer horizontally."
9684   (if (< (current-column) (/ (window-width) 2))
9685       (set-window-hscroll (get-buffer-window (current-buffer) t) 0)
9686     (let* ((orig (point))
9687            (end (window-end (get-buffer-window (current-buffer) t)))
9688            (max 0))
9689       ;; Find the longest line currently displayed in the window.
9690       (goto-char (window-start))
9691       (while (and (not (eobp)) 
9692                   (< (point) end))
9693         (end-of-line)
9694         (setq max (max max (current-column)))
9695         (forward-line 1))
9696       (goto-char orig)
9697       ;; Scroll horizontally to center (sort of) the point.
9698       (if (> max (window-width))
9699           (set-window-hscroll 
9700            (get-buffer-window (current-buffer) t)
9701            (min (- (current-column) (/ (window-width) 3))
9702                 (+ 2 (- max (window-width)))))
9703         (set-window-hscroll (get-buffer-window (current-buffer) t) 0))
9704       max)))
9705
9706 ;; Function written by Stainless Steel Rat <ratinox@ccs.neu.edu>.
9707 (defun gnus-short-group-name (group &optional levels)
9708   "Collapse GROUP name LEVELS."
9709   (let* ((name "") 
9710          (foreign "")
9711          (depth 0) 
9712          (skip 1)
9713          (levels (or levels
9714                      (progn
9715                        (while (string-match "\\." group skip)
9716                          (setq skip (match-end 0)
9717                                depth (+ depth 1)))
9718                        depth))))
9719     (if (string-match ":" group)
9720         (setq foreign (substring group 0 (match-end 0))
9721               group (substring group (match-end 0))))
9722     (while group
9723       (if (and (string-match "\\." group)
9724                (> levels (- gnus-group-uncollapsed-levels 1)))
9725           (setq name (concat name (substring group 0 1))
9726                 group (substring group (match-end 0))
9727                 levels (- levels 1)
9728                 name (concat name "."))
9729         (setq name (concat foreign name group)
9730               group nil)))
9731     name))
9732
9733 (defun gnus-summary-jump-to-group (newsgroup)
9734   "Move point to NEWSGROUP in group mode buffer."
9735   ;; Keep update point of group mode buffer if visible.
9736   (if (eq (current-buffer) (get-buffer gnus-group-buffer))
9737       (save-window-excursion
9738         ;; Take care of tree window mode.
9739         (if (get-buffer-window gnus-group-buffer)
9740             (pop-to-buffer gnus-group-buffer))
9741         (gnus-group-jump-to-group newsgroup))
9742     (save-excursion
9743       ;; Take care of tree window mode.
9744       (if (get-buffer-window gnus-group-buffer)
9745           (pop-to-buffer gnus-group-buffer)
9746         (set-buffer gnus-group-buffer))
9747       (gnus-group-jump-to-group newsgroup))))
9748
9749 ;; This function returns a list of article numbers based on the
9750 ;; difference between the ranges of read articles in this group and
9751 ;; the range of active articles.
9752 (defun gnus-list-of-unread-articles (group)
9753   (let* ((read (gnus-info-read (gnus-get-info group)))
9754          (active (gnus-active group))
9755          (last (cdr active))
9756          first nlast unread)
9757     ;; If none are read, then all are unread.
9758     (if (not read)
9759         (setq first (car active))
9760       ;; If the range of read articles is a single range, then the
9761       ;; first unread article is the article after the last read
9762       ;; article.  Sounds logical, doesn't it?
9763       (if (not (listp (cdr read)))
9764           (setq first (1+ (cdr read)))
9765         ;; `read' is a list of ranges.
9766         (if (/= (setq nlast (or (and (numberp (car read)) (car read))
9767                                 (caar read))) 1)
9768             (setq first 1))
9769         (while read
9770           (if first
9771               (while (< first nlast)
9772                 (setq unread (cons first unread))
9773                 (setq first (1+ first))))
9774           (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
9775           (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
9776           (setq read (cdr read)))))
9777     ;; And add the last unread articles.
9778     (while (<= first last)
9779       (setq unread (cons first unread))
9780       (setq first (1+ first)))
9781     ;; Return the list of unread articles.
9782     (nreverse unread)))
9783
9784 (defun gnus-list-of-read-articles (group)
9785   "Return a list of unread, unticked and non-dormant articles."
9786   (let* ((info (gnus-get-info group))
9787          (marked (gnus-info-marks info))
9788          (active (gnus-active group)))
9789     (and info active
9790          (gnus-set-difference
9791           (gnus-sorted-complement
9792            (gnus-uncompress-range active)
9793            (gnus-list-of-unread-articles group))
9794           (append
9795            (gnus-uncompress-range (cdr (assq 'dormant marked)))
9796            (gnus-uncompress-range (cdr (assq 'tick marked))))))))
9797
9798 ;; Various summary commands
9799
9800 (defun gnus-summary-universal-argument (arg)
9801   "Perform any operation on all articles that are process/prefixed."
9802   (interactive "P")
9803   (gnus-set-global-variables)
9804   (let ((articles (gnus-summary-work-articles arg))
9805         func article)
9806     (if (eq
9807          (setq
9808           func
9809           (key-binding
9810            (read-key-sequence
9811             (substitute-command-keys
9812              "\\<gnus-summary-mode-map>\\[gnus-summary-universal-argument]"
9813              ))))
9814          'undefined)
9815         (gnus-error 1 "Undefined key")
9816       (save-excursion
9817         (while articles
9818           (gnus-summary-goto-subject (setq article (pop articles)))
9819           (command-execute func)
9820           (gnus-summary-remove-process-mark article)))))
9821   (gnus-summary-position-point))
9822
9823 (defun gnus-summary-toggle-truncation (&optional arg)
9824   "Toggle truncation of summary lines.
9825 With arg, turn line truncation on iff arg is positive."
9826   (interactive "P")
9827   (setq truncate-lines
9828         (if (null arg) (not truncate-lines)
9829           (> (prefix-numeric-value arg) 0)))
9830   (redraw-display))
9831
9832 (defun gnus-summary-reselect-current-group (&optional all rescan)
9833   "Exit and then reselect the current newsgroup.
9834 The prefix argument ALL means to select all articles."
9835   (interactive "P")
9836   (gnus-set-global-variables)
9837   (let ((current-subject (gnus-summary-article-number))
9838         (group gnus-newsgroup-name))
9839     (setq gnus-newsgroup-begin nil)
9840     (gnus-summary-exit)
9841     ;; We have to adjust the point of group mode buffer because the
9842     ;; current point was moved to the next unread newsgroup by
9843     ;; exiting.
9844     (gnus-summary-jump-to-group group)
9845     (when rescan
9846       (save-excursion
9847         (gnus-group-get-new-news-this-group 1)))
9848     (gnus-group-read-group all t)
9849     (gnus-summary-goto-subject current-subject)))
9850
9851 (defun gnus-summary-rescan-group (&optional all)
9852   "Exit the newsgroup, ask for new articles, and select the newsgroup."
9853   (interactive "P")
9854   (gnus-summary-reselect-current-group all t))
9855
9856 (defun gnus-summary-update-info ()
9857   (let* ((group gnus-newsgroup-name))
9858     (when gnus-newsgroup-kill-headers
9859       (setq gnus-newsgroup-killed
9860             (gnus-compress-sequence
9861              (nconc
9862               (gnus-set-sorted-intersection
9863                (gnus-uncompress-range gnus-newsgroup-killed)
9864                (setq gnus-newsgroup-unselected
9865                      (sort gnus-newsgroup-unselected '<)))
9866               (setq gnus-newsgroup-unreads
9867                     (sort gnus-newsgroup-unreads '<))) t)))
9868     (unless (listp (cdr gnus-newsgroup-killed))
9869       (setq gnus-newsgroup-killed (list gnus-newsgroup-killed)))
9870     (let ((headers gnus-newsgroup-headers))
9871       (run-hooks 'gnus-exit-group-hook)
9872       (unless gnus-save-score
9873         (setq gnus-newsgroup-scored nil))
9874       ;; Set the new ranges of read articles.
9875       (gnus-update-read-articles
9876        group (append gnus-newsgroup-unreads gnus-newsgroup-unselected))
9877       ;; Set the current article marks.
9878       (gnus-update-marks)
9879       ;; Do the cross-ref thing.
9880       (when gnus-use-cross-reference
9881         (gnus-mark-xrefs-as-read group headers gnus-newsgroup-unreads))
9882       ;; Do adaptive scoring, and possibly save score files.
9883       (when gnus-newsgroup-adaptive
9884         (gnus-score-adaptive))
9885       (when gnus-use-scoring
9886         (gnus-score-save))
9887       ;; Do not switch windows but change the buffer to work.
9888       (set-buffer gnus-group-buffer)
9889       (or (gnus-ephemeral-group-p gnus-newsgroup-name)
9890           (gnus-group-update-group group)))))
9891
9892 (defun gnus-summary-exit (&optional temporary)
9893   "Exit reading current newsgroup, and then return to group selection mode.
9894 gnus-exit-group-hook is called with no arguments if that value is non-nil."
9895   (interactive)
9896   (gnus-set-global-variables)
9897   (gnus-kill-save-kill-buffer)
9898   (let* ((group gnus-newsgroup-name)
9899          (quit-config (gnus-group-quit-config gnus-newsgroup-name))
9900          (mode major-mode)
9901          (buf (current-buffer)))
9902     (run-hooks 'gnus-summary-prepare-exit-hook)
9903     ;; If we have several article buffers, we kill them at exit.
9904     (unless gnus-single-article-buffer
9905       (gnus-kill-buffer gnus-original-article-buffer)
9906       (setq gnus-article-current nil))
9907     (when gnus-use-cache
9908       (gnus-cache-possibly-remove-articles)
9909       (gnus-cache-save-buffers))
9910     (when gnus-use-trees
9911       (gnus-tree-close group))
9912     ;; Make all changes in this group permanent.
9913     (unless quit-config
9914       (gnus-summary-update-info))
9915     (gnus-close-group group)
9916     ;; Make sure where I was, and go to next newsgroup.
9917     (set-buffer gnus-group-buffer)
9918     (unless quit-config
9919       (gnus-group-jump-to-group group))
9920     (run-hooks 'gnus-summary-exit-hook)
9921     (unless quit-config
9922       (gnus-group-next-unread-group 1))
9923     (if temporary
9924         nil                             ;Nothing to do.
9925       ;; If we have several article buffers, we kill them at exit.
9926       (unless gnus-single-article-buffer
9927         (gnus-kill-buffer gnus-article-buffer)
9928         (gnus-kill-buffer gnus-original-article-buffer)
9929         (setq gnus-article-current nil))
9930       (set-buffer buf)
9931       (if (not gnus-kill-summary-on-exit)
9932           (gnus-deaden-summary)
9933         ;; We set all buffer-local variables to nil.  It is unclear why
9934         ;; this is needed, but if we don't, buffer-local variables are
9935         ;; not garbage-collected, it seems.  This would the lead to en
9936         ;; ever-growing Emacs.
9937         (gnus-summary-clear-local-variables)
9938         (when (get-buffer gnus-article-buffer)
9939           (bury-buffer gnus-article-buffer))
9940         ;; We clear the global counterparts of the buffer-local
9941         ;; variables as well, just to be on the safe side.
9942         (gnus-configure-windows 'group 'force)
9943         (gnus-summary-clear-local-variables)
9944         ;; Return to group mode buffer.
9945         (if (eq mode 'gnus-summary-mode)
9946             (gnus-kill-buffer buf)))
9947       (setq gnus-current-select-method gnus-select-method)
9948       (pop-to-buffer gnus-group-buffer)
9949       ;; Clear the current group name.
9950       (if (not quit-config)
9951           (progn
9952             (gnus-group-jump-to-group group)
9953             (gnus-group-next-unread-group 1)
9954             (gnus-configure-windows 'group 'force))
9955         (if (not (buffer-name (car quit-config)))
9956             (gnus-configure-windows 'group 'force)
9957           (set-buffer (car quit-config))
9958           (and (eq major-mode 'gnus-summary-mode)
9959                (gnus-set-global-variables))
9960           (gnus-configure-windows (cdr quit-config))))
9961       (unless quit-config
9962         (setq gnus-newsgroup-name nil)))))
9963
9964 (defalias 'gnus-summary-quit 'gnus-summary-exit-no-update)
9965 (defun gnus-summary-exit-no-update (&optional no-questions)
9966   "Quit reading current newsgroup without updating read article info."
9967   (interactive)
9968   (gnus-set-global-variables)
9969   (let* ((group gnus-newsgroup-name)
9970          (quit-config (gnus-group-quit-config group)))
9971     (when (or no-questions
9972               gnus-expert-user
9973               (gnus-y-or-n-p "Do you really wanna quit reading this group? "))
9974       ;; If we have several article buffers, we kill them at exit.
9975       (unless gnus-single-article-buffer
9976         (gnus-kill-buffer gnus-article-buffer)
9977         (gnus-kill-buffer gnus-original-article-buffer)
9978         (setq gnus-article-current nil))
9979       (if (not gnus-kill-summary-on-exit)
9980           (gnus-deaden-summary)
9981         (gnus-close-group group)
9982         (gnus-summary-clear-local-variables)
9983         (set-buffer gnus-group-buffer)
9984         (gnus-summary-clear-local-variables)
9985         (when (get-buffer gnus-summary-buffer)
9986           (kill-buffer gnus-summary-buffer)))
9987       (unless gnus-single-article-buffer
9988         (setq gnus-article-current nil))
9989       (when gnus-use-trees
9990         (gnus-tree-close group))
9991       (when (get-buffer gnus-article-buffer)
9992         (bury-buffer gnus-article-buffer))
9993       ;; Return to the group buffer.
9994       (gnus-configure-windows 'group 'force)
9995       ;; Clear the current group name.
9996       (setq gnus-newsgroup-name nil)
9997       (when (equal (gnus-group-group-name) group)
9998         (gnus-group-next-unread-group 1))
9999       (when quit-config
10000         (if (not (buffer-name (car quit-config)))
10001             (gnus-configure-windows 'group 'force)
10002           (set-buffer (car quit-config))
10003           (when (eq major-mode 'gnus-summary-mode)
10004             (gnus-set-global-variables))
10005           (gnus-configure-windows (cdr quit-config)))))))
10006
10007 ;;; Dead summaries.
10008
10009 (defvar gnus-dead-summary-mode-map nil)
10010
10011 (if gnus-dead-summary-mode-map
10012     nil
10013   (setq gnus-dead-summary-mode-map (make-keymap))
10014   (suppress-keymap gnus-dead-summary-mode-map)
10015   (substitute-key-definition
10016    'undefined 'gnus-summary-wake-up-the-dead gnus-dead-summary-mode-map)
10017   (let ((keys '("\C-d" "\r" "\177")))
10018     (while keys
10019       (define-key gnus-dead-summary-mode-map
10020         (pop keys) 'gnus-summary-wake-up-the-dead))))
10021
10022 (defvar gnus-dead-summary-mode nil
10023   "Minor mode for Gnus summary buffers.")
10024
10025 (defun gnus-dead-summary-mode (&optional arg)
10026   "Minor mode for Gnus summary buffers."
10027   (interactive "P")
10028   (when (eq major-mode 'gnus-summary-mode)
10029     (make-local-variable 'gnus-dead-summary-mode)
10030     (setq gnus-dead-summary-mode
10031           (if (null arg) (not gnus-dead-summary-mode)
10032             (> (prefix-numeric-value arg) 0)))
10033     (when gnus-dead-summary-mode
10034       (unless (assq 'gnus-dead-summary-mode minor-mode-alist)
10035         (push '(gnus-dead-summary-mode " Dead") minor-mode-alist))
10036       (unless (assq 'gnus-dead-summary-mode minor-mode-map-alist)
10037         (push (cons 'gnus-dead-summary-mode gnus-dead-summary-mode-map)
10038               minor-mode-map-alist)))))
10039
10040 (defun gnus-deaden-summary ()
10041   "Make the current summary buffer into a dead summary buffer."
10042   ;; Kill any previous dead summary buffer.
10043   (when (and gnus-dead-summary
10044              (buffer-name gnus-dead-summary))
10045     (save-excursion
10046       (set-buffer gnus-dead-summary)
10047       (when gnus-dead-summary-mode
10048         (kill-buffer (current-buffer)))))
10049   ;; Make this the current dead summary.
10050   (setq gnus-dead-summary (current-buffer))
10051   (gnus-dead-summary-mode 1)
10052   (let ((name (buffer-name)))
10053     (when (string-match "Summary" name)
10054       (rename-buffer
10055        (concat (substring name 0 (match-beginning 0)) "Dead "
10056                (substring name (match-beginning 0))) t))))
10057
10058 (defun gnus-kill-or-deaden-summary (buffer)
10059   "Kill or deaden the summary BUFFER."
10060   (when (and (buffer-name buffer)
10061              (not gnus-single-article-buffer))
10062     (save-excursion
10063       (set-buffer buffer)
10064       (gnus-kill-buffer gnus-article-buffer)
10065       (gnus-kill-buffer gnus-original-article-buffer)))
10066   (cond (gnus-kill-summary-on-exit
10067          (when (and gnus-use-trees
10068                     (and (get-buffer buffer)
10069                          (buffer-name (get-buffer buffer))))
10070            (save-excursion
10071              (set-buffer (get-buffer buffer))
10072              (gnus-tree-close gnus-newsgroup-name)))
10073          (gnus-kill-buffer buffer))
10074         ((and (get-buffer buffer)
10075               (buffer-name (get-buffer buffer)))
10076          (save-excursion
10077            (set-buffer buffer)
10078            (gnus-deaden-summary)))))
10079
10080 (defun gnus-summary-wake-up-the-dead (&rest args)
10081   "Wake up the dead summary buffer."
10082   (interactive)
10083   (gnus-dead-summary-mode -1)
10084   (let ((name (buffer-name)))
10085     (when (string-match "Dead " name)
10086       (rename-buffer
10087        (concat (substring name 0 (match-beginning 0))
10088                (substring name (match-end 0))) t)))
10089   (gnus-message 3 "This dead summary is now alive again"))
10090
10091 ;; Suggested by Andrew Eskilsson <pi92ae@pt.hk-r.se>.
10092 (defun gnus-summary-fetch-faq (&optional faq-dir)
10093   "Fetch the FAQ for the current group.
10094 If FAQ-DIR (the prefix), prompt for a directory to search for the faq
10095 in."
10096   (interactive
10097    (list
10098     (if current-prefix-arg
10099         (completing-read
10100          "Faq dir: " (and (listp gnus-group-faq-directory)
10101                           gnus-group-faq-directory)))))
10102   (let (gnus-faq-buffer)
10103     (and (setq gnus-faq-buffer
10104                (gnus-group-fetch-faq gnus-newsgroup-name faq-dir))
10105          (gnus-configure-windows 'summary-faq))))
10106
10107 ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
10108 (defun gnus-summary-describe-group (&optional force)
10109   "Describe the current newsgroup."
10110   (interactive "P")
10111   (gnus-group-describe-group force gnus-newsgroup-name))
10112
10113 (defun gnus-summary-describe-briefly ()
10114   "Describe summary mode commands briefly."
10115   (interactive)
10116   (gnus-message 6
10117                 (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")))
10118
10119 ;; Walking around group mode buffer from summary mode.
10120
10121 (defun gnus-summary-next-group (&optional no-article target-group backward)
10122   "Exit current newsgroup and then select next unread newsgroup.
10123 If prefix argument NO-ARTICLE is non-nil, no article is selected
10124 initially.  If NEXT-GROUP, go to this group.  If BACKWARD, go to
10125 previous group instead."
10126   (interactive "P")
10127   (gnus-set-global-variables)
10128   (let ((current-group gnus-newsgroup-name)
10129         (current-buffer (current-buffer))
10130         entered)
10131     ;; First we semi-exit this group to update Xrefs and all variables.
10132     ;; We can't do a real exit, because the window conf must remain
10133     ;; the same in case the user is prompted for info, and we don't
10134     ;; want the window conf to change before that...
10135     (gnus-summary-exit t)
10136     (while (not entered)
10137       ;; Then we find what group we are supposed to enter.
10138       (set-buffer gnus-group-buffer)
10139       (gnus-group-jump-to-group current-group)
10140       (setq target-group
10141             (or target-group
10142                 (if (eq gnus-keep-same-level 'best)
10143                     (gnus-summary-best-group gnus-newsgroup-name)
10144                   (gnus-summary-search-group backward gnus-keep-same-level))))
10145       (if (not target-group)
10146           ;; There are no further groups, so we return to the group
10147           ;; buffer.
10148           (progn
10149             (gnus-message 5 "Returning to the group buffer")
10150             (setq entered t)
10151             (set-buffer current-buffer)
10152             (gnus-summary-exit))
10153         ;; We try to enter the target group.
10154         (gnus-group-jump-to-group target-group)
10155         (let ((unreads (gnus-group-group-unread)))
10156           (if (and (or (eq t unreads)
10157                        (and unreads (not (zerop unreads))))
10158                    (gnus-summary-read-group
10159                     target-group nil no-article current-buffer))
10160               (setq entered t)
10161             (setq current-group target-group
10162                   target-group nil)))))))
10163
10164 (defun gnus-summary-prev-group (&optional no-article)
10165   "Exit current newsgroup and then select previous unread newsgroup.
10166 If prefix argument NO-ARTICLE is non-nil, no article is selected initially."
10167   (interactive "P")
10168   (gnus-summary-next-group no-article nil t))
10169
10170 ;; Walking around summary lines.
10171
10172 (defun gnus-summary-first-subject (&optional unread)
10173   "Go to the first unread subject.
10174 If UNREAD is non-nil, go to the first unread article.
10175 Returns the article selected or nil if there are no unread articles."
10176   (interactive "P")
10177   (prog1
10178       (cond
10179        ;; Empty summary.
10180        ((null gnus-newsgroup-data)
10181         (gnus-message 3 "No articles in the group")
10182         nil)
10183        ;; Pick the first article.
10184        ((not unread)
10185         (goto-char (gnus-data-pos (car gnus-newsgroup-data)))
10186         (gnus-data-number (car gnus-newsgroup-data)))
10187        ;; No unread articles.
10188        ((null gnus-newsgroup-unreads)
10189         (gnus-message 3 "No more unread articles")
10190         nil)
10191        ;; Find the first unread article.
10192        (t
10193         (let ((data gnus-newsgroup-data))
10194           (while (and data
10195                       (not (gnus-data-unread-p (car data))))
10196             (setq data (cdr data)))
10197           (if data
10198               (progn
10199                 (goto-char (gnus-data-pos (car data)))
10200                 (gnus-data-number (car data)))))))
10201     (gnus-summary-position-point)))
10202
10203 (defun gnus-summary-next-subject (n &optional unread dont-display)
10204   "Go to next N'th summary line.
10205 If N is negative, go to the previous N'th subject line.
10206 If UNREAD is non-nil, only unread articles are selected.
10207 The difference between N and the actual number of steps taken is
10208 returned."
10209   (interactive "p")
10210   (let ((backward (< n 0))
10211         (n (abs n)))
10212     (while (and (> n 0)
10213                 (if backward
10214                     (gnus-summary-find-prev unread)
10215                   (gnus-summary-find-next unread)))
10216       (setq n (1- n)))
10217     (if (/= 0 n) (gnus-message 7 "No more%s articles"
10218                                (if unread " unread" "")))
10219     (unless dont-display
10220       (gnus-summary-recenter)
10221       (gnus-summary-position-point))
10222     n))
10223
10224 (defun gnus-summary-next-unread-subject (n)
10225   "Go to next N'th unread summary line."
10226   (interactive "p")
10227   (gnus-summary-next-subject n t))
10228
10229 (defun gnus-summary-prev-subject (n &optional unread)
10230   "Go to previous N'th summary line.
10231 If optional argument UNREAD is non-nil, only unread article is selected."
10232   (interactive "p")
10233   (gnus-summary-next-subject (- n) unread))
10234
10235 (defun gnus-summary-prev-unread-subject (n)
10236   "Go to previous N'th unread summary line."
10237   (interactive "p")
10238   (gnus-summary-next-subject (- n) t))
10239
10240 (defun gnus-summary-goto-subject (article &optional force silent)
10241   "Go the subject line of ARTICLE.
10242 If FORCE, also allow jumping to articles not currently shown."
10243   (let ((b (point))
10244         (data (gnus-data-find article)))
10245     ;; We read in the article if we have to.
10246     (and (not data)
10247          force
10248          (gnus-summary-insert-subject article (and (vectorp force) force) t)
10249          (setq data (gnus-data-find article)))
10250     (goto-char b)
10251     (if (not data)
10252         (progn
10253           (unless silent
10254             (gnus-message 3 "Can't find article %d" article))
10255           nil)
10256       (goto-char (gnus-data-pos data))
10257       article)))
10258
10259 ;; Walking around summary lines with displaying articles.
10260
10261 (defun gnus-summary-expand-window (&optional arg)
10262   "Make the summary buffer take up the entire Emacs frame.
10263 Given a prefix, will force an `article' buffer configuration."
10264   (interactive "P")
10265   (gnus-set-global-variables)
10266   (if arg
10267       (gnus-configure-windows 'article 'force)
10268     (gnus-configure-windows 'summary 'force)))
10269
10270 (defun gnus-summary-display-article (article &optional all-header)
10271   "Display ARTICLE in article buffer."
10272   (gnus-set-global-variables)
10273   (if (null article)
10274       nil
10275     (prog1
10276         (if gnus-summary-display-article-function
10277             (funcall gnus-summary-display-article-function article all-header)
10278           (gnus-article-prepare article all-header))
10279       (run-hooks 'gnus-select-article-hook)
10280       (unless (zerop gnus-current-article)
10281         (gnus-summary-goto-subject gnus-current-article))
10282       (gnus-summary-recenter)
10283       (when gnus-use-trees
10284         (gnus-possibly-generate-tree article)
10285         (gnus-highlight-selected-tree article))
10286       ;; Successfully display article.
10287       (gnus-article-set-window-start
10288        (cdr (assq article gnus-newsgroup-bookmarks))))))
10289
10290 (defun gnus-summary-select-article (&optional all-headers force pseudo article)
10291   "Select the current article.
10292 If ALL-HEADERS is non-nil, show all header fields.  If FORCE is
10293 non-nil, the article will be re-fetched even if it already present in
10294 the article buffer.  If PSEUDO is non-nil, pseudo-articles will also
10295 be displayed."
10296   ;; Make sure we are in the summary buffer to work around bbdb bug.
10297   (unless (eq major-mode 'gnus-summary-mode)
10298     (set-buffer gnus-summary-buffer))
10299   (let ((article (or article (gnus-summary-article-number)))
10300         (all-headers (not (not all-headers))) ;Must be T or NIL.
10301         gnus-summary-display-article-function
10302         did)
10303     (and (not pseudo)
10304          (gnus-summary-article-pseudo-p article)
10305          (error "This is a pseudo-article."))
10306     (prog1
10307         (save-excursion
10308           (set-buffer gnus-summary-buffer)
10309           (if (or (and gnus-single-article-buffer
10310                        (or (null gnus-current-article)
10311                            (null gnus-article-current)
10312                            (null (get-buffer gnus-article-buffer))
10313                            (not (eq article (cdr gnus-article-current)))
10314                            (not (equal (car gnus-article-current)
10315                                        gnus-newsgroup-name))))
10316                   (and (not gnus-single-article-buffer)
10317                        (or (null gnus-current-article)
10318                            (not (eq gnus-current-article article))))
10319                   force)
10320               ;; The requested article is different from the current article.
10321               (prog1
10322                   (gnus-summary-display-article article all-headers)
10323                 (setq did article))
10324             (if (or all-headers gnus-show-all-headers)
10325                 (gnus-article-show-all-headers))
10326             'old))
10327       (if did
10328           (gnus-article-set-window-start
10329            (cdr (assq article gnus-newsgroup-bookmarks)))))))
10330
10331 (defun gnus-summary-set-current-mark (&optional current-mark)
10332   "Obsolete function."
10333   nil)
10334
10335 (defun gnus-summary-next-article (&optional unread subject backward push)
10336   "Select the next article.
10337 If UNREAD, only unread articles are selected.
10338 If SUBJECT, only articles with SUBJECT are selected.
10339 If BACKWARD, the previous article is selected instead of the next."
10340   (interactive "P")
10341   (gnus-set-global-variables)
10342   (cond
10343    ;; Is there such an article?
10344    ((and (gnus-summary-search-forward unread subject backward)
10345          (or (gnus-summary-display-article (gnus-summary-article-number))
10346              (eq (gnus-summary-article-mark) gnus-canceled-mark)))
10347     (gnus-summary-position-point))
10348    ;; If not, we try the first unread, if that is wanted.
10349    ((and subject
10350          gnus-auto-select-same
10351          (or (gnus-summary-first-unread-article)
10352              (eq (gnus-summary-article-mark) gnus-canceled-mark)))
10353     (gnus-summary-position-point)
10354     (gnus-message 6 "Wrapped"))
10355    ;; Try to get next/previous article not displayed in this group.
10356    ((and gnus-auto-extend-newsgroup
10357          (not unread) (not subject))
10358     (gnus-summary-goto-article
10359      (if backward (1- gnus-newsgroup-begin) (1+ gnus-newsgroup-end))
10360      nil t))
10361    ;; Go to next/previous group.
10362    (t
10363     (or (gnus-ephemeral-group-p gnus-newsgroup-name)
10364         (gnus-summary-jump-to-group gnus-newsgroup-name))
10365     (let ((cmd last-command-char)
10366           (group
10367            (if (eq gnus-keep-same-level 'best)
10368                (gnus-summary-best-group gnus-newsgroup-name)
10369              (gnus-summary-search-group backward gnus-keep-same-level))))
10370       ;; For some reason, the group window gets selected.  We change
10371       ;; it back.
10372       (select-window (get-buffer-window (current-buffer)))
10373       ;; Select next unread newsgroup automagically.
10374       (cond
10375        ((not gnus-auto-select-next)
10376         (gnus-message 7 "No more%s articles" (if unread " unread" "")))
10377        ((or (eq gnus-auto-select-next 'quietly)
10378             (and (eq gnus-auto-select-next 'slightly-quietly)
10379                  push)
10380             (and (eq gnus-auto-select-next 'almost-quietly)
10381                  (gnus-summary-last-article-p)))
10382         ;; Select quietly.
10383         (if (gnus-ephemeral-group-p gnus-newsgroup-name)
10384             (gnus-summary-exit)
10385           (gnus-message 7 "No more%s articles (%s)..."
10386                         (if unread " unread" "")
10387                         (if group (concat "selecting " group)
10388                           "exiting"))
10389           (gnus-summary-next-group nil group backward)))
10390        (t
10391         (gnus-summary-walk-group-buffer
10392          gnus-newsgroup-name cmd unread backward)))))))
10393
10394 (defun gnus-summary-walk-group-buffer (from-group cmd unread backward)
10395   (let ((keystrokes '((?\C-n (gnus-group-next-unread-group 1))
10396                       (?\C-p (gnus-group-prev-unread-group 1))))
10397         keve key group ended)
10398     (save-excursion
10399       (set-buffer gnus-group-buffer)
10400       (gnus-summary-jump-to-group from-group)
10401       (setq group
10402             (if (eq gnus-keep-same-level 'best)
10403                 (gnus-summary-best-group gnus-newsgroup-name)
10404               (gnus-summary-search-group backward gnus-keep-same-level))))
10405     (while (not ended)
10406       (gnus-message
10407        5 "No more%s articles%s" (if unread " unread" "")
10408        (if (and group
10409                 (not (gnus-ephemeral-group-p gnus-newsgroup-name)))
10410            (format " (Type %s for %s [%s])"
10411                    (single-key-description cmd) group
10412                    (car (gnus-gethash group gnus-newsrc-hashtb)))
10413          (format " (Type %s to exit %s)"
10414                  (single-key-description cmd)
10415                  gnus-newsgroup-name)))
10416       ;; Confirm auto selection.
10417       (setq key (car (setq keve (gnus-read-event-char))))
10418       (setq ended t)
10419       (cond
10420        ((assq key keystrokes)
10421         (let ((obuf (current-buffer)))
10422           (switch-to-buffer gnus-group-buffer)
10423           (and group
10424                (gnus-group-jump-to-group group))
10425           (eval (cadr (assq key keystrokes)))
10426           (setq group (gnus-group-group-name))
10427           (switch-to-buffer obuf))
10428         (setq ended nil))
10429        ((equal key cmd)
10430         (if (or (not group)
10431                 (gnus-ephemeral-group-p gnus-newsgroup-name))
10432             (gnus-summary-exit)
10433           (gnus-summary-next-group nil group backward)))
10434        (t
10435         (push (cdr keve) unread-command-events))))))
10436
10437 (defun gnus-read-event-char ()
10438   "Get the next event."
10439   (let ((event (read-event)))
10440     (cons (and (numberp event) event) event)))
10441
10442 (defun gnus-summary-next-unread-article ()
10443   "Select unread article after current one."
10444   (interactive)
10445   (gnus-summary-next-article t (and gnus-auto-select-same
10446                                     (gnus-summary-article-subject))))
10447
10448 (defun gnus-summary-prev-article (&optional unread subject)
10449   "Select the article after the current one.
10450 If UNREAD is non-nil, only unread articles are selected."
10451   (interactive "P")
10452   (gnus-summary-next-article unread subject t))
10453
10454 (defun gnus-summary-prev-unread-article ()
10455   "Select unred article before current one."
10456   (interactive)
10457   (gnus-summary-prev-article t (and gnus-auto-select-same
10458                                     (gnus-summary-article-subject))))
10459
10460 (defun gnus-summary-next-page (&optional lines circular)
10461   "Show next page of the selected article.
10462 If at the end of the current article, select the next article.
10463 LINES says how many lines should be scrolled up.
10464
10465 If CIRCULAR is non-nil, go to the start of the article instead of
10466 selecting the next article when reaching the end of the current
10467 article."
10468   (interactive "P")
10469   (setq gnus-summary-buffer (current-buffer))
10470   (gnus-set-global-variables)
10471   (let ((article (gnus-summary-article-number))
10472         (endp nil))
10473     (gnus-configure-windows 'article)
10474     (if (eq (cdr (assq article gnus-newsgroup-reads)) gnus-canceled-mark)
10475         (if (and (eq gnus-summary-goto-unread 'never)
10476                  (not (gnus-summary-last-article-p article)))
10477             (gnus-summary-next-article)
10478           (gnus-summary-next-unread-article))
10479       (if (or (null gnus-current-article)
10480               (null gnus-article-current)
10481               (/= article (cdr gnus-article-current))
10482               (not (equal (car gnus-article-current) gnus-newsgroup-name)))
10483           ;; Selected subject is different from current article's.
10484           (gnus-summary-display-article article)
10485         (gnus-eval-in-buffer-window
10486          gnus-article-buffer
10487          (setq endp (gnus-article-next-page lines)))
10488         (if endp
10489             (cond (circular
10490                    (gnus-summary-beginning-of-article))
10491                   (lines
10492                    (gnus-message 3 "End of message"))
10493                   ((null lines)
10494                    (if (and (eq gnus-summary-goto-unread 'never)
10495                             (not (gnus-summary-last-article-p article)))
10496                        (gnus-summary-next-article)
10497                      (gnus-summary-next-unread-article)))))))
10498     (gnus-summary-recenter)
10499     (gnus-summary-position-point)))
10500
10501 (defun gnus-summary-prev-page (&optional lines)
10502   "Show previous page of selected article.
10503 Argument LINES specifies lines to be scrolled down."
10504   (interactive "P")
10505   (gnus-set-global-variables)
10506   (let ((article (gnus-summary-article-number)))
10507     (gnus-configure-windows 'article)
10508     (if (or (null gnus-current-article)
10509             (null gnus-article-current)
10510             (/= article (cdr gnus-article-current))
10511             (not (equal (car gnus-article-current) gnus-newsgroup-name)))
10512         ;; Selected subject is different from current article's.
10513         (gnus-summary-display-article article)
10514       (gnus-summary-recenter)
10515       (gnus-eval-in-buffer-window gnus-article-buffer
10516                                   (gnus-article-prev-page lines))))
10517   (gnus-summary-position-point))
10518
10519 (defun gnus-summary-scroll-up (lines)
10520   "Scroll up (or down) one line current article.
10521 Argument LINES specifies lines to be scrolled up (or down if negative)."
10522   (interactive "p")
10523   (gnus-set-global-variables)
10524   (gnus-configure-windows 'article)
10525   (gnus-summary-show-thread)
10526   (when (eq (gnus-summary-select-article nil nil 'pseudo) 'old)
10527     (gnus-eval-in-buffer-window
10528      gnus-article-buffer
10529      (cond ((> lines 0)
10530             (if (gnus-article-next-page lines)
10531                 (gnus-message 3 "End of message")))
10532            ((< lines 0)
10533             (gnus-article-prev-page (- lines))))))
10534   (gnus-summary-recenter)
10535   (gnus-summary-position-point))
10536
10537 (defun gnus-summary-next-same-subject ()
10538   "Select next article which has the same subject as current one."
10539   (interactive)
10540   (gnus-set-global-variables)
10541   (gnus-summary-next-article nil (gnus-summary-article-subject)))
10542
10543 (defun gnus-summary-prev-same-subject ()
10544   "Select previous article which has the same subject as current one."
10545   (interactive)
10546   (gnus-set-global-variables)
10547   (gnus-summary-prev-article nil (gnus-summary-article-subject)))
10548
10549 (defun gnus-summary-next-unread-same-subject ()
10550   "Select next unread article which has the same subject as current one."
10551   (interactive)
10552   (gnus-set-global-variables)
10553   (gnus-summary-next-article t (gnus-summary-article-subject)))
10554
10555 (defun gnus-summary-prev-unread-same-subject ()
10556   "Select previous unread article which has the same subject as current one."
10557   (interactive)
10558   (gnus-set-global-variables)
10559   (gnus-summary-prev-article t (gnus-summary-article-subject)))
10560
10561 (defun gnus-summary-first-unread-article ()
10562   "Select the first unread article.
10563 Return nil if there are no unread articles."
10564   (interactive)
10565   (gnus-set-global-variables)
10566   (prog1
10567       (if (gnus-summary-first-subject t)
10568           (progn
10569             (gnus-summary-show-thread)
10570             (gnus-summary-first-subject t)
10571             (gnus-summary-display-article (gnus-summary-article-number))))
10572     (gnus-summary-position-point)))
10573
10574 (defun gnus-summary-best-unread-article ()
10575   "Select the unread article with the highest score."
10576   (interactive)
10577   (gnus-set-global-variables)
10578   (let ((best -1000000)
10579         (data gnus-newsgroup-data)
10580         article score)
10581     (while data
10582       (and (gnus-data-unread-p (car data))
10583            (> (setq score
10584                     (gnus-summary-article-score (gnus-data-number (car data))))
10585               best)
10586            (setq best score
10587                  article (gnus-data-number (car data))))
10588       (setq data (cdr data)))
10589     (prog1
10590         (if article
10591             (gnus-summary-goto-article article)
10592           (error "No unread articles"))
10593       (gnus-summary-position-point))))
10594
10595 (defun gnus-summary-last-subject ()
10596   "Go to the last displayed subject line in the group."
10597   (let ((article (gnus-data-number (car (gnus-data-list t)))))
10598     (when article
10599       (gnus-summary-goto-subject article))))
10600
10601 (defun gnus-summary-goto-article (article &optional all-headers force)
10602   "Fetch ARTICLE and display it if it exists.
10603 If ALL-HEADERS is non-nil, no header lines are hidden."
10604   (interactive
10605    (list
10606     (string-to-int
10607      (completing-read
10608       "Article number: "
10609       (mapcar (lambda (number) (list (int-to-string number)))
10610               gnus-newsgroup-limit)))
10611     current-prefix-arg
10612     t))
10613   (prog1
10614       (if (gnus-summary-goto-subject article force)
10615           (gnus-summary-display-article article all-headers)
10616         (gnus-message 4 "Couldn't go to article %s" article) nil)
10617     (gnus-summary-position-point)))
10618
10619 (defun gnus-summary-goto-last-article ()
10620   "Go to the previously read article."
10621   (interactive)
10622   (prog1
10623       (and gnus-last-article
10624            (gnus-summary-goto-article gnus-last-article))
10625     (gnus-summary-position-point)))
10626
10627 (defun gnus-summary-pop-article (number)
10628   "Pop one article off the history and go to the previous.
10629 NUMBER articles will be popped off."
10630   (interactive "p")
10631   (let (to)
10632     (setq gnus-newsgroup-history
10633           (cdr (setq to (nthcdr number gnus-newsgroup-history))))
10634     (if to
10635         (gnus-summary-goto-article (car to))
10636       (error "Article history empty")))
10637   (gnus-summary-position-point))
10638
10639 ;; Summary commands and functions for limiting the summary buffer.
10640
10641 (defun gnus-summary-limit-to-articles (n)
10642   "Limit the summary buffer to the next N articles.
10643 If not given a prefix, use the process marked articles instead."
10644   (interactive "P")
10645   (gnus-set-global-variables)
10646   (prog1
10647       (let ((articles (gnus-summary-work-articles n)))
10648         (setq gnus-newsgroup-processable nil)
10649         (gnus-summary-limit articles))
10650     (gnus-summary-position-point)))
10651
10652 (defun gnus-summary-pop-limit (&optional total)
10653   "Restore the previous limit.
10654 If given a prefix, remove all limits."
10655   (interactive "P")
10656   (gnus-set-global-variables)
10657   (when total 
10658     (setq gnus-newsgroup-limits
10659           (list (mapcar (lambda (h) (mail-header-number h))
10660                         gnus-newsgroup-headers))))
10661   (unless gnus-newsgroup-limits
10662     (error "No limit to pop"))
10663   (prog1
10664       (gnus-summary-limit nil 'pop)
10665     (gnus-summary-position-point)))
10666
10667 (defun gnus-summary-limit-to-subject (subject &optional header)
10668   "Limit the summary buffer to articles that have subjects that match a regexp."
10669   (interactive "sRegexp: ")
10670   (unless header
10671     (setq header "subject"))
10672   (when (not (equal "" subject))
10673     (prog1
10674         (let ((articles (gnus-summary-find-matching
10675                          (or header "subject") subject 'all)))
10676           (or articles (error "Found no matches for \"%s\"" subject))
10677           (gnus-summary-limit articles))
10678       (gnus-summary-position-point))))
10679
10680 (defun gnus-summary-limit-to-author (from)
10681   "Limit the summary buffer to articles that have authors that match a regexp."
10682   (interactive "sRegexp: ")
10683   (gnus-summary-limit-to-subject from "from"))
10684
10685 (defalias 'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
10686 (make-obsolete
10687  'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
10688
10689 (defun gnus-summary-limit-to-unread (&optional all)
10690   "Limit the summary buffer to articles that are not marked as read.
10691 If ALL is non-nil, limit strictly to unread articles."
10692   (interactive "P")
10693   (if all
10694       (gnus-summary-limit-to-marks (char-to-string gnus-unread-mark))
10695     (gnus-summary-limit-to-marks
10696      ;; Concat all the marks that say that an article is read and have
10697      ;; those removed.
10698      (list gnus-del-mark gnus-read-mark gnus-ancient-mark
10699            gnus-killed-mark gnus-kill-file-mark
10700            gnus-low-score-mark gnus-expirable-mark
10701            gnus-canceled-mark gnus-catchup-mark gnus-sparse-mark)
10702      'reverse)))
10703
10704 (defalias 'gnus-summary-delete-marked-with 'gnus-summary-limit-to-marks)
10705 (make-obsolete 'gnus-summary-delete-marked-with 'gnus-summary-limit-to-marks)
10706
10707 (defun gnus-summary-limit-to-marks (marks &optional reverse)
10708   "Limit the summary buffer to articles that are marked with MARKS (e.g. \"DK\").
10709 If REVERSE, limit the summary buffer to articles that are not marked
10710 with MARKS.  MARKS can either be a string of marks or a list of marks.
10711 Returns how many articles were removed."
10712   (interactive "sMarks: ")
10713   (gnus-set-global-variables)
10714   (prog1
10715       (let ((data gnus-newsgroup-data)
10716             (marks (if (listp marks) marks
10717                      (append marks nil))) ; Transform to list.
10718             articles)
10719         (while data
10720           (and (if reverse (not (memq (gnus-data-mark (car data)) marks))
10721                  (memq (gnus-data-mark (car data)) marks))
10722                (setq articles (cons (gnus-data-number (car data)) articles)))
10723           (setq data (cdr data)))
10724         (gnus-summary-limit articles))
10725     (gnus-summary-position-point)))
10726
10727 (defun gnus-summary-limit-to-score (&optional score)
10728   "Limit to articles with score at or above SCORE."
10729   (interactive "P")
10730   (gnus-set-global-variables)
10731   (setq score (if score
10732                   (prefix-numeric-value score)
10733                 (or gnus-summary-default-score 0)))
10734   (let ((data gnus-newsgroup-data)
10735         articles)
10736     (while data
10737       (when (>= (gnus-summary-article-score (gnus-data-number (car data)))
10738                 score)
10739         (push (gnus-data-number (car data)) articles))
10740       (setq data (cdr data)))
10741     (prog1
10742         (gnus-summary-limit articles)
10743       (gnus-summary-position-point))))
10744
10745 (defun gnus-summary-limit-include-dormant ()
10746   "Display all the hidden articles that are marked as dormant."
10747   (interactive)
10748   (gnus-set-global-variables)
10749   (or gnus-newsgroup-dormant
10750       (error "There are no dormant articles in this group"))
10751   (prog1
10752       (gnus-summary-limit (append gnus-newsgroup-dormant gnus-newsgroup-limit))
10753     (gnus-summary-position-point)))
10754
10755 (defun gnus-summary-limit-exclude-dormant ()
10756   "Hide all dormant articles."
10757   (interactive)
10758   (gnus-set-global-variables)
10759   (prog1
10760       (gnus-summary-limit-to-marks (list gnus-dormant-mark) 'reverse)
10761     (gnus-summary-position-point)))
10762
10763 (defun gnus-summary-limit-exclude-childless-dormant ()
10764   "Hide all dormant articles that have no children."
10765   (interactive)
10766   (gnus-set-global-variables)
10767   (let ((data (gnus-data-list t))
10768         articles d children)
10769     ;; Find all articles that are either not dormant or have
10770     ;; children.
10771     (while (setq d (pop data))
10772       (when (or (not (= (gnus-data-mark d) gnus-dormant-mark))
10773                 (and (setq children 
10774                            (gnus-article-children (gnus-data-number d)))
10775                      (let (found)
10776                        (while children
10777                          (when (memq (car children) articles)
10778                            (setq children nil
10779                                  found t))
10780                          (pop children))
10781                        found)))
10782         (push (gnus-data-number d) articles)))
10783     ;; Do the limiting.
10784     (prog1
10785         (gnus-summary-limit articles)
10786       (gnus-summary-position-point))))
10787
10788 (defun gnus-summary-limit-mark-excluded-as-read (&optional all)
10789   "Mark all unread excluded articles as read.
10790 If ALL, mark even excluded ticked and dormants as read."
10791   (interactive "P")
10792   (let ((articles (gnus-sorted-complement
10793                    (sort
10794                     (mapcar (lambda (h) (mail-header-number h))
10795                             gnus-newsgroup-headers)
10796                     '<)
10797                    (sort gnus-newsgroup-limit '<)))
10798         article)
10799     (setq gnus-newsgroup-unreads nil)
10800     (if all
10801         (setq gnus-newsgroup-dormant nil
10802               gnus-newsgroup-marked nil
10803               gnus-newsgroup-reads
10804               (nconc
10805                (mapcar (lambda (n) (cons n gnus-catchup-mark)) articles)
10806                gnus-newsgroup-reads))
10807       (while (setq article (pop articles))
10808         (unless (or (memq article gnus-newsgroup-dormant)
10809                     (memq article gnus-newsgroup-marked))
10810           (push (cons article gnus-catchup-mark) gnus-newsgroup-reads))))))
10811
10812 (defun gnus-summary-limit (articles &optional pop)
10813   (if pop
10814       ;; We pop the previous limit off the stack and use that.
10815       (setq articles (car gnus-newsgroup-limits)
10816             gnus-newsgroup-limits (cdr gnus-newsgroup-limits))
10817     ;; We use the new limit, so we push the old limit on the stack.
10818     (setq gnus-newsgroup-limits
10819           (cons gnus-newsgroup-limit gnus-newsgroup-limits)))
10820   ;; Set the limit.
10821   (setq gnus-newsgroup-limit articles)
10822   (let ((total (length gnus-newsgroup-data))
10823         (data (gnus-data-find-list (gnus-summary-article-number)))
10824         found)
10825     ;; This will do all the work of generating the new summary buffer
10826     ;; according to the new limit.
10827     (gnus-summary-prepare)
10828     ;; Hide any threads, possibly.
10829     (and gnus-show-threads
10830          gnus-thread-hide-subtree
10831          (gnus-summary-hide-all-threads))
10832     ;; Try to return to the article you were at, or one in the
10833     ;; neighborhood.
10834     (if data
10835         ;; We try to find some article after the current one.
10836         (while data
10837           (and (gnus-summary-goto-subject
10838                 (gnus-data-number (car data)) nil t)
10839                (setq data nil
10840                      found t))
10841           (setq data (cdr data))))
10842     (or found
10843         ;; If there is no data, that means that we were after the last
10844         ;; article.  The same goes when we can't find any articles
10845         ;; after the current one.
10846         (progn
10847           (goto-char (point-max))
10848           (gnus-summary-find-prev)))
10849     ;; We return how many articles were removed from the summary
10850     ;; buffer as a result of the new limit.
10851     (- total (length gnus-newsgroup-data))))
10852
10853 (defsubst gnus-invisible-cut-children (threads)
10854   (let ((num 0))
10855     (while threads
10856       (when (memq (mail-header-number (caar threads)) gnus-newsgroup-limit)
10857         (incf num))
10858       (pop threads))
10859     (< num 2)))
10860
10861 (defsubst gnus-cut-thread (thread)
10862   "Go forwards in the thread until we find an article that we want to display."
10863   (when (or (eq gnus-fetch-old-headers 'some)
10864             (eq gnus-build-sparse-threads 'some)
10865             (eq gnus-build-sparse-threads 'more))
10866     ;; Deal with old-fetched headers and sparse threads.
10867     (while (and
10868             thread
10869             (or
10870              (memq (mail-header-number (car thread)) gnus-newsgroup-sparse)
10871              (memq (mail-header-number (car thread)) gnus-newsgroup-ancient))
10872             (or (<= (length (cdr thread)) 1)
10873                 (gnus-invisible-cut-children (cdr thread))))
10874       (setq thread (cadr thread))))
10875   thread)
10876
10877 (defun gnus-cut-threads (threads)
10878   "Cut off all uninteresting articles from the beginning of threads."
10879   (when (or (eq gnus-fetch-old-headers 'some)
10880             (eq gnus-build-sparse-threads 'some)
10881             (eq gnus-build-sparse-threads 'more))
10882     (let ((th threads))
10883       (while th
10884         (setcar th (gnus-cut-thread (car th)))
10885         (setq th (cdr th)))))
10886   ;; Remove nixed out threads.
10887   (delq nil threads))
10888
10889 (defun gnus-summary-initial-limit (&optional show-if-empty)
10890   "Figure out what the initial limit is supposed to be on group entry.
10891 This entails weeding out unwanted dormants, low-scored articles,
10892 fetch-old-headers verbiage, and so on."
10893   ;; Most groups have nothing to remove.
10894   (if (or gnus-inhibit-limiting
10895           (and (null gnus-newsgroup-dormant)
10896                (not (eq gnus-fetch-old-headers 'some))
10897                (null gnus-summary-expunge-below)
10898                (not (eq gnus-build-sparse-threads 'some))
10899                (not (eq gnus-build-sparse-threads 'more))
10900                (null gnus-thread-expunge-below)
10901                (not gnus-use-nocem)))
10902       () ; Do nothing.
10903     (push gnus-newsgroup-limit gnus-newsgroup-limits)
10904     (setq gnus-newsgroup-limit nil)
10905     (mapatoms
10906      (lambda (node)
10907        (unless (car (symbol-value node))
10908          ;; These threads have no parents -- they are roots.
10909          (let ((nodes (cdr (symbol-value node)))
10910                thread)
10911            (while nodes
10912              (if (and gnus-thread-expunge-below
10913                       (< (gnus-thread-total-score (car nodes))
10914                          gnus-thread-expunge-below))
10915                  (gnus-expunge-thread (pop nodes))
10916                (setq thread (pop nodes))
10917                (gnus-summary-limit-children thread))))))
10918      gnus-newsgroup-dependencies)
10919     ;; If this limitation resulted in an empty group, we might
10920     ;; pop the previous limit and use it instead.
10921     (when (and (not gnus-newsgroup-limit)
10922                show-if-empty)
10923       (setq gnus-newsgroup-limit (pop gnus-newsgroup-limits)))
10924     gnus-newsgroup-limit))
10925
10926 (defun gnus-summary-limit-children (thread)
10927   "Return 1 if this subthread is visible and 0 if it is not."
10928   ;; First we get the number of visible children to this thread.  This
10929   ;; is done by recursing down the thread using this function, so this
10930   ;; will really go down to a leaf article first, before slowly
10931   ;; working its way up towards the root.
10932   (when thread
10933     (let ((children
10934            (if (cdr thread)
10935                (apply '+ (mapcar 'gnus-summary-limit-children
10936                                  (cdr thread)))
10937              0))
10938           (number (mail-header-number (car thread)))
10939           score)
10940       (if (or
10941            ;; If this article is dormant and has absolutely no visible
10942            ;; children, then this article isn't visible.
10943            (and (memq number gnus-newsgroup-dormant)
10944                 (= children 0))
10945            ;; If this is "fetch-old-headered" and there is only one
10946            ;; visible child (or less), then we don't want this article.
10947            (and (eq gnus-fetch-old-headers 'some)
10948                 (memq number gnus-newsgroup-ancient)
10949                 (zerop children))
10950            ;; If this is a sparsely inserted article with no children,
10951            ;; we don't want it.
10952            (and (eq gnus-build-sparse-threads 'some)
10953                 (memq number gnus-newsgroup-sparse)
10954                 (zerop children))
10955            ;; If we use expunging, and this article is really
10956            ;; low-scored, then we don't want this article.
10957            (when (and gnus-summary-expunge-below
10958                       (< (setq score
10959                                (or (cdr (assq number gnus-newsgroup-scored))
10960                                    gnus-summary-default-score))
10961                          gnus-summary-expunge-below))
10962              ;; We increase the expunge-tally here, but that has
10963              ;; nothing to do with the limits, really.
10964              (incf gnus-newsgroup-expunged-tally)
10965              ;; We also mark as read here, if that's wanted.
10966              (when (and gnus-summary-mark-below
10967                         (< score gnus-summary-mark-below))
10968                (setq gnus-newsgroup-unreads
10969                      (delq number gnus-newsgroup-unreads))
10970                (if gnus-newsgroup-auto-expire
10971                    (push number gnus-newsgroup-expirable)
10972                  (push (cons number gnus-low-score-mark)
10973                        gnus-newsgroup-reads)))
10974              t)
10975            (and gnus-use-nocem
10976                 (gnus-nocem-unwanted-article-p (mail-header-id (car thread)))))
10977           ;; Nope, invisible article.
10978           0
10979         ;; Ok, this article is to be visible, so we add it to the limit
10980         ;; and return 1.
10981         (setq gnus-newsgroup-limit (cons number gnus-newsgroup-limit))
10982         1))))
10983
10984 (defun gnus-expunge-thread (thread)
10985   "Mark all articles in THREAD as read."
10986   (let* ((number (mail-header-number (car thread))))
10987     (incf gnus-newsgroup-expunged-tally)
10988     ;; We also mark as read here, if that's wanted.
10989     (setq gnus-newsgroup-unreads
10990           (delq number gnus-newsgroup-unreads))
10991     (if gnus-newsgroup-auto-expire
10992         (push number gnus-newsgroup-expirable)
10993       (push (cons number gnus-low-score-mark)
10994             gnus-newsgroup-reads)))
10995   ;; Go recursively through all subthreads.
10996   (mapcar 'gnus-expunge-thread (cdr thread)))
10997
10998 ;; Summary article oriented commands
10999
11000 (defun gnus-summary-refer-parent-article (n)
11001   "Refer parent article N times.
11002 The difference between N and the number of articles fetched is returned."
11003   (interactive "p")
11004   (gnus-set-global-variables)
11005   (while
11006       (and
11007        (> n 0)
11008        (let* ((header (gnus-summary-article-header))
11009               (ref
11010                ;; If we try to find the parent of the currently
11011                ;; displayed article, then we take a look at the actual
11012                ;; References header, since this is slightly more
11013                ;; reliable than the References field we got from the
11014                ;; server.
11015                (if (and (eq (mail-header-number header)
11016                             (cdr gnus-article-current))
11017                         (equal gnus-newsgroup-name
11018                                (car gnus-article-current)))
11019                    (save-excursion
11020                      (set-buffer gnus-original-article-buffer)
11021                      (nnheader-narrow-to-headers)
11022                      (prog1
11023                          (message-fetch-field "references")
11024                        (widen)))
11025                  ;; It's not the current article, so we take a bet on
11026                  ;; the value we got from the server.
11027                  (mail-header-references header))))
11028          (if (setq ref (or ref (mail-header-references header)))
11029              (or (gnus-summary-refer-article (gnus-parent-id ref))
11030                  (gnus-message 1 "Couldn't find parent"))
11031            (gnus-message 1 "No references in article %d"
11032                          (gnus-summary-article-number))
11033            nil)))
11034     (setq n (1- n)))
11035   (gnus-summary-position-point)
11036   n)
11037
11038 (defun gnus-summary-refer-references ()
11039   "Fetch all articles mentioned in the References header.
11040 Return how many articles were fetched."
11041   (interactive)
11042   (gnus-set-global-variables)
11043   (let ((ref (mail-header-references (gnus-summary-article-header)))
11044         (current (gnus-summary-article-number))
11045         (n 0))
11046     ;; For each Message-ID in the References header...
11047     (while (string-match "<[^>]*>" ref)
11048       (incf n)
11049       ;; ... fetch that article.
11050       (gnus-summary-refer-article
11051        (prog1 (match-string 0 ref)
11052          (setq ref (substring ref (match-end 0))))))
11053     (gnus-summary-goto-subject current)
11054     (gnus-summary-position-point)
11055     n))
11056
11057 (defun gnus-summary-refer-article (message-id)
11058   "Fetch an article specified by MESSAGE-ID."
11059   (interactive "sMessage-ID: ")
11060   (when (and (stringp message-id)
11061              (not (zerop (length message-id))))
11062     ;; Construct the correct Message-ID if necessary.
11063     ;; Suggested by tale@pawl.rpi.edu.
11064     (unless (string-match "^<" message-id)
11065       (setq message-id (concat "<" message-id)))
11066     (unless (string-match ">$" message-id)
11067       (setq message-id (concat message-id ">")))
11068     (let ((header (gnus-id-to-header message-id)))
11069       (if header
11070           ;; The article is present in the buffer, to we just go to it.
11071           (gnus-summary-goto-article (mail-header-number header) nil header)
11072         ;; We fetch the article
11073         (let ((gnus-override-method 
11074                (and (gnus-news-group-p gnus-newsgroup-name)
11075                     gnus-refer-article-method))
11076               number)
11077           ;; Start the special refer-article method, if necessary.
11078           (when (and gnus-refer-article-method
11079                      (gnus-news-group-p gnus-newsgroup-name))
11080             (gnus-check-server gnus-refer-article-method))
11081           ;; Fetch the header, and display the article.
11082           (if (setq number (gnus-summary-insert-subject message-id))
11083               (gnus-summary-select-article nil nil nil number)
11084             (gnus-message 3 "Couldn't fetch article %s" message-id)))))))
11085
11086 (defun gnus-summary-enter-digest-group (&optional force)
11087   "Enter a digest group based on the current article."
11088   (interactive "P")
11089   (gnus-set-global-variables)
11090   (gnus-summary-select-article)
11091   (let ((name (format "%s-%d"
11092                       (gnus-group-prefixed-name
11093                        gnus-newsgroup-name (list 'nndoc ""))
11094                       gnus-current-article))
11095         (ogroup gnus-newsgroup-name)
11096         (case-fold-search t)
11097         (buf (current-buffer))
11098         dig)
11099     (save-excursion
11100       (setq dig (nnheader-set-temp-buffer " *gnus digest buffer*"))
11101       (insert-buffer-substring gnus-original-article-buffer)
11102       (narrow-to-region
11103        (goto-char (point-min))
11104        (or (search-forward "\n\n" nil t) (point)))
11105       (goto-char (point-min))
11106       (delete-matching-lines "^\\(Path\\):\\|^From ")
11107       (widen))
11108     (unwind-protect
11109         (if (gnus-group-read-ephemeral-group
11110              name `(nndoc ,name (nndoc-address
11111                                  ,(get-buffer dig))
11112                           (nndoc-article-type ,(if force 'digest 'guess))) t)
11113             ;; Make all postings to this group go to the parent group.
11114             (nconc (gnus-info-params (gnus-get-info name))
11115                    (list (cons 'to-group ogroup)))
11116           ;; Couldn't select this doc group.
11117           (switch-to-buffer buf)
11118           (gnus-set-global-variables)
11119           (gnus-configure-windows 'summary)
11120           (gnus-message 3 "Article couldn't be entered?"))
11121       (kill-buffer dig))))
11122
11123 (defun gnus-summary-isearch-article (&optional regexp-p)
11124   "Do incremental search forward on the current article.
11125 If REGEXP-P (the prefix) is non-nil, do regexp isearch."
11126   (interactive "P")
11127   (gnus-set-global-variables)
11128   (gnus-summary-select-article)
11129   (gnus-configure-windows 'article)
11130   (gnus-eval-in-buffer-window
11131    gnus-article-buffer
11132    (goto-char (point-min))
11133    (isearch-forward regexp-p)))
11134
11135 (defun gnus-summary-search-article-forward (regexp &optional backward)
11136   "Search for an article containing REGEXP forward.
11137 If BACKWARD, search backward instead."
11138   (interactive
11139    (list (read-string
11140           (format "Search article %s (regexp%s): "
11141                   (if current-prefix-arg "backward" "forward")
11142                   (if gnus-last-search-regexp
11143                       (concat ", default " gnus-last-search-regexp)
11144                     "")))
11145          current-prefix-arg))
11146   (gnus-set-global-variables)
11147   (if (string-equal regexp "")
11148       (setq regexp (or gnus-last-search-regexp ""))
11149     (setq gnus-last-search-regexp regexp))
11150   (unless (gnus-summary-search-article regexp backward)
11151     (error "Search failed: \"%s\"" regexp)))
11152
11153 (defun gnus-summary-search-article-backward (regexp)
11154   "Search for an article containing REGEXP backward."
11155   (interactive
11156    (list (read-string
11157           (format "Search article backward (regexp%s): "
11158                   (if gnus-last-search-regexp
11159                       (concat ", default " gnus-last-search-regexp)
11160                     "")))))
11161   (gnus-summary-search-article-forward regexp 'backward))
11162
11163 (defun gnus-summary-search-article (regexp &optional backward)
11164   "Search for an article containing REGEXP.
11165 Optional argument BACKWARD means do search for backward.
11166 `gnus-select-article-hook' is not called during the search."
11167   (let ((gnus-select-article-hook nil)  ;Disable hook.
11168         (gnus-article-display-hook nil)
11169         (gnus-mark-article-hook nil)    ;Inhibit marking as read.
11170         (re-search
11171          (if backward
11172              're-search-backward 're-search-forward))
11173         (sum (current-buffer))
11174         (found nil))
11175     (gnus-save-hidden-threads
11176       (gnus-summary-select-article)
11177       (set-buffer gnus-article-buffer)
11178       (while (not found)
11179         (gnus-message 7 "Searching article: %d..." (cdr gnus-article-current))
11180         (if (if backward
11181                 (re-search-backward regexp nil t)
11182               (re-search-forward regexp nil t))
11183             ;; We found the regexp.
11184             (progn
11185               (setq found 'found)
11186               (beginning-of-line)
11187               (set-window-start
11188                (get-buffer-window (current-buffer))
11189                (point))
11190               (forward-line 1)
11191               (set-buffer sum))
11192           ;; We didn't find it, so we go to the next article.
11193           (set-buffer sum)
11194           (if (not (if backward (gnus-summary-find-prev)
11195                      (gnus-summary-find-next)))
11196               ;; No more articles.
11197               (setq found t)
11198             ;; Select the next article and adjust point.
11199             (gnus-summary-select-article)
11200             (set-buffer gnus-article-buffer)
11201             (widen)
11202             (goto-char (if backward (point-max) (point-min))))))
11203       (gnus-message 7 ""))
11204     ;; Return whether we found the regexp.
11205     (when (eq found 'found)
11206       (gnus-summary-show-thread)
11207       (gnus-summary-goto-subject gnus-current-article)
11208       (gnus-summary-position-point)
11209       t)))
11210
11211 (defun gnus-summary-find-matching (header regexp &optional backward unread
11212                                           not-case-fold)
11213   "Return a list of all articles that match REGEXP on HEADER.
11214 The search stars on the current article and goes forwards unless
11215 BACKWARD is non-nil.  If BACKWARD is `all', do all articles.
11216 If UNREAD is non-nil, only unread articles will
11217 be taken into consideration.  If NOT-CASE-FOLD, case won't be folded
11218 in the comparisons."
11219   (let ((data (if (eq backward 'all) gnus-newsgroup-data
11220                 (gnus-data-find-list
11221                  (gnus-summary-article-number) (gnus-data-list backward))))
11222         (func `(lambda (h) (,(intern (concat "mail-header-" header)) h)))
11223         (case-fold-search (not not-case-fold))
11224         articles d)
11225     (or (fboundp (intern (concat "mail-header-" header)))
11226         (error "%s is not a valid header" header))
11227     (while data
11228       (setq d (car data))
11229       (and (or (not unread)             ; We want all articles...
11230                (gnus-data-unread-p d))  ; Or just unreads.
11231            (vectorp (gnus-data-header d)) ; It's not a pseudo.
11232            (string-match regexp (funcall func (gnus-data-header d))) ; Match.
11233            (setq articles (cons (gnus-data-number d) articles))) ; Success!
11234       (setq data (cdr data)))
11235     (nreverse articles)))
11236
11237 (defun gnus-summary-execute-command (header regexp command &optional backward)
11238   "Search forward for an article whose HEADER matches REGEXP and execute COMMAND.
11239 If HEADER is an empty string (or nil), the match is done on the entire
11240 article.  If BACKWARD (the prefix) is non-nil, search backward instead."
11241   (interactive
11242    (list (let ((completion-ignore-case t))
11243            (completing-read
11244             "Header name: "
11245             (mapcar (lambda (string) (list string))
11246                     '("Number" "Subject" "From" "Lines" "Date"
11247                       "Message-ID" "Xref" "References" "Body"))
11248             nil 'require-match))
11249          (read-string "Regexp: ")
11250          (read-key-sequence "Command: ")
11251          current-prefix-arg))
11252   (when (equal header "Body")
11253     (setq header ""))
11254   (gnus-set-global-variables)
11255   ;; Hidden thread subtrees must be searched as well.
11256   (gnus-summary-show-all-threads)
11257   ;; We don't want to change current point nor window configuration.
11258   (save-excursion
11259     (save-window-excursion
11260       (gnus-message 6 "Executing %s..." (key-description command))
11261       ;; We'd like to execute COMMAND interactively so as to give arguments.
11262       (gnus-execute header regexp
11263                     `(lambda () (call-interactively ',(key-binding command)))
11264                     backward)
11265       (gnus-message 6 "Executing %s...done" (key-description command)))))
11266
11267 (defun gnus-summary-beginning-of-article ()
11268   "Scroll the article back to the beginning."
11269   (interactive)
11270   (gnus-set-global-variables)
11271   (gnus-summary-select-article)
11272   (gnus-configure-windows 'article)
11273   (gnus-eval-in-buffer-window
11274    gnus-article-buffer
11275    (widen)
11276    (goto-char (point-min))
11277    (and gnus-break-pages (gnus-narrow-to-page))))
11278
11279 (defun gnus-summary-end-of-article ()
11280   "Scroll to the end of the article."
11281   (interactive)
11282   (gnus-set-global-variables)
11283   (gnus-summary-select-article)
11284   (gnus-configure-windows 'article)
11285   (gnus-eval-in-buffer-window
11286    gnus-article-buffer
11287    (widen)
11288    (goto-char (point-max))
11289    (recenter -3)
11290    (and gnus-break-pages (gnus-narrow-to-page))))
11291
11292 (defun gnus-summary-show-article (&optional arg)
11293   "Force re-fetching of the current article.
11294 If ARG (the prefix) is non-nil, show the raw article without any
11295 article massaging functions being run."
11296   (interactive "P")
11297   (gnus-set-global-variables)
11298   (if (not arg)
11299       ;; Select the article the normal way.
11300       (gnus-summary-select-article nil 'force)
11301     ;; Bind the article treatment functions to nil.
11302     (let ((gnus-have-all-headers t)
11303           gnus-article-display-hook
11304           gnus-article-prepare-hook
11305           gnus-break-pages
11306           gnus-visual)
11307       (gnus-summary-select-article nil 'force)))
11308   (gnus-summary-goto-subject gnus-current-article)
11309 ;  (gnus-configure-windows 'article)
11310   (gnus-summary-position-point))
11311
11312 (defun gnus-summary-verbose-headers (&optional arg)
11313   "Toggle permanent full header display.
11314 If ARG is a positive number, turn header display on.
11315 If ARG is a negative number, turn header display off."
11316   (interactive "P")
11317   (gnus-set-global-variables)
11318   (gnus-summary-toggle-header arg)
11319   (setq gnus-show-all-headers
11320         (cond ((or (not (numberp arg))
11321                    (zerop arg))
11322                (not gnus-show-all-headers))
11323               ((natnump arg)
11324                t))))
11325
11326 (defun gnus-summary-toggle-header (&optional arg)
11327   "Show the headers if they are hidden, or hide them if they are shown.
11328 If ARG is a positive number, show the entire header.
11329 If ARG is a negative number, hide the unwanted header lines."
11330   (interactive "P")
11331   (gnus-set-global-variables)
11332   (save-excursion
11333     (set-buffer gnus-article-buffer)
11334     (let* ((buffer-read-only nil)
11335            (inhibit-point-motion-hooks t)
11336            (hidden (text-property-any
11337                     (goto-char (point-min)) (search-forward "\n\n")
11338                     'invisible t))
11339            e)
11340       (goto-char (point-min))
11341       (when (search-forward "\n\n" nil t)
11342         (delete-region (point-min) (1- (point))))
11343       (goto-char (point-min))
11344       (save-excursion
11345         (set-buffer gnus-original-article-buffer)
11346         (goto-char (point-min))
11347         (setq e (1- (or (search-forward "\n\n" nil t) (point-max)))))
11348       (insert-buffer-substring gnus-original-article-buffer 1 e)
11349       (let ((gnus-inhibit-hiding t))
11350         (run-hooks 'gnus-article-display-hook))
11351       (if (or (not hidden) (and (numberp arg) (< arg 0)))
11352           (gnus-article-hide-headers)))))
11353
11354 (defun gnus-summary-show-all-headers ()
11355   "Make all header lines visible."
11356   (interactive)
11357   (gnus-set-global-variables)
11358   (gnus-article-show-all-headers))
11359
11360 (defun gnus-summary-toggle-mime (&optional arg)
11361   "Toggle MIME processing.
11362 If ARG is a positive number, turn MIME processing on."
11363   (interactive "P")
11364   (gnus-set-global-variables)
11365   (setq gnus-show-mime
11366         (if (null arg) (not gnus-show-mime)
11367           (> (prefix-numeric-value arg) 0)))
11368   (gnus-summary-select-article t 'force))
11369
11370 (defun gnus-summary-caesar-message (&optional arg)
11371   "Caesar rotate the current article by 13.
11372 The numerical prefix specifies how manu places to rotate each letter
11373 forward."
11374   (interactive "P")
11375   (gnus-set-global-variables)
11376   (gnus-summary-select-article)
11377   (let ((mail-header-separator ""))
11378     (gnus-eval-in-buffer-window
11379      gnus-article-buffer
11380      (save-restriction
11381        (widen)
11382        (let ((start (window-start)))
11383          (news-caesar-buffer-body arg)
11384          (set-window-start (get-buffer-window (current-buffer)) start))))))
11385
11386 (defun gnus-summary-stop-page-breaking ()
11387   "Stop page breaking in the current article."
11388   (interactive)
11389   (gnus-set-global-variables)
11390   (gnus-summary-select-article)
11391   (gnus-eval-in-buffer-window gnus-article-buffer (widen)))
11392
11393 (defun gnus-summary-move-article (&optional n to-newsgroup select-method action)
11394   "Move the current article to a different newsgroup.
11395 If N is a positive number, move the N next articles.
11396 If N is a negative number, move the N previous articles.
11397 If N is nil and any articles have been marked with the process mark,
11398 move those articles instead.
11399 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
11400 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
11401 re-spool using this method.
11402
11403 For this function to work, both the current newsgroup and the
11404 newsgroup that you want to move to have to support the `request-move'
11405 and `request-accept' functions."
11406   (interactive "P")
11407   (unless action (setq action 'move))
11408   (gnus-set-global-variables)
11409   ;; Check whether the source group supports the required functions.
11410   (cond ((and (eq action 'move)
11411               (not (gnus-check-backend-function
11412                     'request-move-article gnus-newsgroup-name)))
11413          (error "The current group does not support article moving"))
11414         ((and (eq action 'crosspost)
11415               (not (gnus-check-backend-function
11416                     'request-replace-article gnus-newsgroup-name)))
11417          (error "The current group does not support article editing")))
11418   (let ((articles (gnus-summary-work-articles n))
11419         (prefix (gnus-group-real-prefix gnus-newsgroup-name))
11420         (names '((move "Move" "Moving")
11421                  (copy "Copy" "Copying")
11422                  (crosspost "Crosspost" "Crossposting")))
11423         (copy-buf (save-excursion
11424                     (nnheader-set-temp-buffer " *copy article*")))
11425         art-group to-method new-xref article to-groups)
11426     (unless (assq action names)
11427       (error "Unknown action %s" action))
11428     ;; Read the newsgroup name.
11429     (when (and (not to-newsgroup)
11430                (not select-method))
11431       (setq to-newsgroup
11432             (gnus-read-move-group-name
11433              (cadr (assq action names))
11434              (symbol-value (intern (format "gnus-current-%s-group" action)))
11435              articles prefix))
11436       (set (intern (format "gnus-current-%s-group" action)) to-newsgroup))
11437     (setq to-method (or select-method 
11438                         (gnus-find-method-for-group to-newsgroup)))
11439     ;; Check the method we are to move this article to...
11440     (or (gnus-check-backend-function 'request-accept-article (car to-method))
11441         (error "%s does not support article copying" (car to-method)))
11442     (or (gnus-check-server to-method)
11443         (error "Can't open server %s" (car to-method)))
11444     (gnus-message 6 "%s to %s: %s..."
11445                   (caddr (assq action names))
11446                   (or (car select-method) to-newsgroup) articles)
11447     (while articles
11448       (setq article (pop articles))
11449       (setq
11450        art-group
11451        (cond
11452         ;; Move the article.
11453         ((eq action 'move)
11454          (gnus-request-move-article
11455           article                       ; Article to move
11456           gnus-newsgroup-name           ; From newsgrouo
11457           (nth 1 (gnus-find-method-for-group
11458                   gnus-newsgroup-name)) ; Server
11459           (list 'gnus-request-accept-article
11460                 to-newsgroup (list 'quote select-method)
11461                 (not articles))         ; Accept form
11462           (not articles)))              ; Only save nov last time
11463         ;; Copy the article.
11464         ((eq action 'copy)
11465          (save-excursion
11466            (set-buffer copy-buf)
11467            (gnus-request-article-this-buffer article gnus-newsgroup-name)
11468            (gnus-request-accept-article
11469             to-newsgroup select-method (not articles))))
11470         ;; Crosspost the article.
11471         ((eq action 'crosspost)
11472          (let ((xref (mail-header-xref (gnus-summary-article-header article))))
11473            (setq new-xref (concat gnus-newsgroup-name ":" article))
11474            (if (and xref (not (string= xref "")))
11475                (progn
11476                  (when (string-match "^Xref: " xref)
11477                    (setq xref (substring xref (match-end 0))))
11478                  (setq new-xref (concat xref " " new-xref)))
11479              (setq new-xref (concat (system-name) " " new-xref)))
11480            (save-excursion
11481              (set-buffer copy-buf)
11482              (gnus-request-article-this-buffer article gnus-newsgroup-name)
11483              (nnheader-replace-header "xref" new-xref)
11484              (gnus-request-accept-article
11485               to-newsgroup select-method (not articles)))))))
11486       (if (not art-group)
11487           (gnus-message 1 "Couldn't %s article %s"
11488                         (cadr (assq action names)) article)
11489         (let* ((entry
11490                 (or
11491                  (gnus-gethash (car art-group) gnus-newsrc-hashtb)
11492                  (gnus-gethash
11493                   (gnus-group-prefixed-name
11494                    (car art-group)
11495                    (or select-method 
11496                        (gnus-find-method-for-group to-newsgroup)))
11497                   gnus-newsrc-hashtb)))
11498                (info (nth 2 entry))
11499                (to-group (gnus-info-group info)))
11500           ;; Update the group that has been moved to.
11501           (when (and info
11502                      (memq action '(move copy)))
11503             (unless (member to-group to-groups)
11504               (push to-group to-groups))
11505
11506             (unless (memq article gnus-newsgroup-unreads)
11507               (gnus-info-set-read
11508                info (gnus-add-to-range (gnus-info-read info)
11509                                        (list (cdr art-group)))))
11510
11511             ;; Copy any marks over to the new group.
11512             (let ((marks gnus-article-mark-lists)
11513                   (to-article (cdr art-group)))
11514
11515               ;; See whether the article is to be put in the cache.
11516               (when gnus-use-cache
11517                 (gnus-cache-possibly-enter-article
11518                  to-group to-article
11519                  (let ((header (copy-sequence
11520                                 (gnus-summary-article-header article))))
11521                    (mail-header-set-number header to-article)
11522                    header)
11523                  (memq article gnus-newsgroup-marked)
11524                  (memq article gnus-newsgroup-dormant)
11525                  (memq article gnus-newsgroup-unreads)))
11526
11527               (while marks
11528                 (when (memq article (symbol-value
11529                                      (intern (format "gnus-newsgroup-%s"
11530                                                      (caar marks)))))
11531                   ;; If the other group is the same as this group,
11532                   ;; then we have to add the mark to the list.
11533                   (when (equal to-group gnus-newsgroup-name)
11534                     (set (intern (format "gnus-newsgroup-%s" (caar marks)))
11535                          (cons to-article
11536                                (symbol-value
11537                                 (intern (format "gnus-newsgroup-%s"
11538                                                 (caar marks)))))))
11539                   ;; Copy mark to other group.
11540                   (gnus-add-marked-articles
11541                    to-group (cdar marks) (list to-article) info))
11542                 (setq marks (cdr marks)))))
11543
11544           ;; Update the Xref header in this article to point to
11545           ;; the new crossposted article we have just created.
11546           (when (eq action 'crosspost)
11547             (save-excursion
11548               (set-buffer copy-buf)
11549               (gnus-request-article-this-buffer article gnus-newsgroup-name)
11550               (nnheader-replace-header
11551                "xref" (concat new-xref " " (gnus-group-prefixed-name
11552                                             (car art-group) to-method)
11553                               ":" (cdr art-group)))
11554               (gnus-request-replace-article
11555                article gnus-newsgroup-name (current-buffer)))))
11556
11557         (gnus-summary-goto-subject article)
11558         (when (eq action 'move)
11559           (gnus-summary-mark-article article gnus-canceled-mark)))
11560       (gnus-summary-remove-process-mark article))
11561     ;; Re-activate all groups that have been moved to.
11562     (while to-groups
11563       (gnus-activate-group (pop to-groups)))
11564     
11565     (gnus-kill-buffer copy-buf)
11566     (gnus-summary-position-point)
11567     (gnus-set-mode-line 'summary)))
11568
11569 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
11570   "Move the current article to a different newsgroup.
11571 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
11572 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
11573 re-spool using this method."
11574   (interactive "P")
11575   (gnus-summary-move-article n nil select-method 'copy))
11576
11577 (defun gnus-summary-crosspost-article (&optional n)
11578   "Crosspost the current article to some other group."
11579   (interactive "P")
11580   (gnus-summary-move-article n nil nil 'crosspost))
11581
11582 (defvar gnus-summary-respool-default-method nil
11583   "Default method for respooling an article.  
11584 If nil, use to the current newsgroup method.")
11585
11586 (defun gnus-summary-respool-article (&optional n method)
11587   "Respool the current article.
11588 The article will be squeezed through the mail spooling process again,
11589 which means that it will be put in some mail newsgroup or other
11590 depending on `nnmail-split-methods'.
11591 If N is a positive number, respool the N next articles.
11592 If N is a negative number, respool the N previous articles.
11593 If N is nil and any articles have been marked with the process mark,
11594 respool those articles instead.
11595
11596 Respooling can be done both from mail groups and \"real\" newsgroups.
11597 In the former case, the articles in question will be moved from the
11598 current group into whatever groups they are destined to.  In the
11599 latter case, they will be copied into the relevant groups."
11600   (interactive 
11601    (list current-prefix-arg
11602          (let* ((methods (gnus-methods-using 'respool))
11603                 (methname
11604                  (symbol-name (or gnus-summary-respool-default-method
11605                                   (car (gnus-find-method-for-group
11606                                         gnus-newsgroup-name)))))
11607                 (method
11608                  (gnus-completing-read 
11609                   methname "What backend do you want to use when? "
11610                   methods nil t nil 'gnus-method-history))
11611                 ms)
11612            (cond
11613             ((zerop (length (setq ms (gnus-servers-using-backend method))))
11614              (list (intern method) ""))
11615             ((= 1 (length ms))
11616              (car ms))
11617             (t
11618              (cdr (completing-read 
11619                    "Server name: "
11620                    (mapcar (lambda (m) (cons (cadr m) m)) ms) nil t)))))))
11621   (gnus-set-global-variables)
11622   (unless method
11623     (error "No method given for respooling"))
11624   (if (assoc (symbol-name
11625               (car (gnus-find-method-for-group gnus-newsgroup-name)))
11626              (gnus-methods-using 'respool))
11627       (gnus-summary-move-article n nil method)
11628     (gnus-summary-copy-article n nil method)))
11629
11630 (defun gnus-summary-import-article (file)
11631   "Import a random file into a mail newsgroup."
11632   (interactive "fImport file: ")
11633   (gnus-set-global-variables)
11634   (let ((group gnus-newsgroup-name)
11635         (now (current-time))
11636         atts lines)
11637     (or (gnus-check-backend-function 'request-accept-article group)
11638         (error "%s does not support article importing" group))
11639     (or (file-readable-p file)
11640         (not (file-regular-p file))
11641         (error "Can't read %s" file))
11642     (save-excursion
11643       (set-buffer (get-buffer-create " *import file*"))
11644       (buffer-disable-undo (current-buffer))
11645       (erase-buffer)
11646       (insert-file-contents file)
11647       (goto-char (point-min))
11648       (unless (nnheader-article-p)
11649         ;; This doesn't look like an article, so we fudge some headers.
11650         (setq atts (file-attributes file)
11651               lines (count-lines (point-min) (point-max)))
11652         (insert "From: " (read-string "From: ") "\n"
11653                 "Subject: " (read-string "Subject: ") "\n"
11654                 "Date: " (timezone-make-date-arpa-standard
11655                           (current-time-string (nth 5 atts))
11656                           (current-time-zone now)
11657                           (current-time-zone now)) "\n"
11658                 "Message-ID: " (gnus-inews-message-id) "\n"
11659                 "Lines: " (int-to-string lines) "\n"
11660                 "Chars: " (int-to-string (nth 7 atts)) "\n\n"))
11661       (gnus-request-accept-article group nil t)
11662       (kill-buffer (current-buffer)))))
11663
11664 (defun gnus-summary-expire-articles (&optional now)
11665   "Expire all articles that are marked as expirable in the current group."
11666   (interactive)
11667   (gnus-set-global-variables)
11668   (when (gnus-check-backend-function
11669          'request-expire-articles gnus-newsgroup-name)
11670     ;; This backend supports expiry.
11671     (let* ((total (gnus-group-total-expirable-p gnus-newsgroup-name))
11672            (expirable (if total
11673                           (gnus-list-of-read-articles gnus-newsgroup-name)
11674                         (setq gnus-newsgroup-expirable
11675                               (sort gnus-newsgroup-expirable '<))))
11676            (expiry-wait (if now 'immediate
11677                           (gnus-group-get-parameter
11678                            gnus-newsgroup-name 'expiry-wait)))
11679            es)
11680       (when expirable
11681         ;; There are expirable articles in this group, so we run them
11682         ;; through the expiry process.
11683         (gnus-message 6 "Expiring articles...")
11684         ;; The list of articles that weren't expired is returned.
11685         (if expiry-wait
11686             (let ((nnmail-expiry-wait-function nil)
11687                   (nnmail-expiry-wait expiry-wait))
11688               (setq es (gnus-request-expire-articles
11689                         expirable gnus-newsgroup-name)))
11690           (setq es (gnus-request-expire-articles
11691                     expirable gnus-newsgroup-name)))
11692         (or total (setq gnus-newsgroup-expirable es))
11693         ;; We go through the old list of expirable, and mark all
11694         ;; really expired articles as nonexistent.
11695         (unless (eq es expirable)       ;If nothing was expired, we don't mark.
11696           (let ((gnus-use-cache nil))
11697             (while expirable
11698               (unless (memq (car expirable) es)
11699                 (when (gnus-data-find (car expirable))
11700                   (gnus-summary-mark-article
11701                    (car expirable) gnus-canceled-mark)))
11702               (setq expirable (cdr expirable)))))
11703         (gnus-message 6 "Expiring articles...done")))))
11704
11705 (defun gnus-summary-expire-articles-now ()
11706   "Expunge all expirable articles in the current group.
11707 This means that *all* articles that are marked as expirable will be
11708 deleted forever, right now."
11709   (interactive)
11710   (gnus-set-global-variables)
11711   (or gnus-expert-user
11712       (gnus-y-or-n-p
11713        "Are you really, really, really sure you want to delete all these messages? ")
11714       (error "Phew!"))
11715   (gnus-summary-expire-articles t))
11716
11717 ;; Suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.
11718 (defun gnus-summary-delete-article (&optional n)
11719   "Delete the N next (mail) articles.
11720 This command actually deletes articles.  This is not a marking
11721 command.  The article will disappear forever from your life, never to
11722 return.
11723 If N is negative, delete backwards.
11724 If N is nil and articles have been marked with the process mark,
11725 delete these instead."
11726   (interactive "P")
11727   (gnus-set-global-variables)
11728   (or (gnus-check-backend-function 'request-expire-articles
11729                                    gnus-newsgroup-name)
11730       (error "The current newsgroup does not support article deletion."))
11731   ;; Compute the list of articles to delete.
11732   (let ((articles (gnus-summary-work-articles n))
11733         not-deleted)
11734     (if (and gnus-novice-user
11735              (not (gnus-y-or-n-p
11736                    (format "Do you really want to delete %s forever? "
11737                            (if (> (length articles) 1) 
11738                                (format "these %s articles" (length articles))
11739                              "this article")))))
11740         ()
11741       ;; Delete the articles.
11742       (setq not-deleted (gnus-request-expire-articles
11743                          articles gnus-newsgroup-name 'force))
11744       (while articles
11745         (gnus-summary-remove-process-mark (car articles))
11746         ;; The backend might not have been able to delete the article
11747         ;; after all.
11748         (or (memq (car articles) not-deleted)
11749             (gnus-summary-mark-article (car articles) gnus-canceled-mark))
11750         (setq articles (cdr articles))))
11751     (gnus-summary-position-point)
11752     (gnus-set-mode-line 'summary)
11753     not-deleted))
11754
11755 (defun gnus-summary-edit-article (&optional force)
11756   "Enter into a buffer and edit the current article.
11757 This will have permanent effect only in mail groups.
11758 If FORCE is non-nil, allow editing of articles even in read-only
11759 groups."
11760   (interactive "P")
11761   (save-excursion
11762     (set-buffer gnus-summary-buffer)
11763     (gnus-set-global-variables)
11764     (when (and (not force)
11765                (gnus-group-read-only-p))
11766       (error "The current newsgroup does not support article editing."))
11767     (gnus-summary-select-article t nil t)
11768     (gnus-configure-windows 'article)
11769     (select-window (get-buffer-window gnus-article-buffer))
11770     (gnus-message 6 "C-c C-c to end edits")
11771     (setq buffer-read-only nil)
11772     (text-mode)
11773     (use-local-map (copy-keymap (current-local-map)))
11774     (local-set-key "\C-c\C-c" 'gnus-summary-edit-article-done)
11775     (buffer-enable-undo)
11776     (widen)
11777     (goto-char (point-min))
11778     (search-forward "\n\n" nil t)))
11779
11780 (defun gnus-summary-edit-article-done ()
11781   "Make edits to the current article permanent."
11782   (interactive)
11783   (if (gnus-group-read-only-p)
11784       (progn
11785         (gnus-summary-edit-article-postpone)
11786         (gnus-error
11787          1 "The current newsgroup does not support article editing."))
11788     (let ((buf (format "%s" (buffer-string))))
11789       (erase-buffer)
11790       (insert buf)
11791       (if (not (gnus-request-replace-article
11792                 (cdr gnus-article-current) (car gnus-article-current)
11793                 (current-buffer)))
11794           (error "Couldn't replace article.")
11795         (gnus-article-mode)
11796         (use-local-map gnus-article-mode-map)
11797         (setq buffer-read-only t)
11798         (buffer-disable-undo (current-buffer))
11799         (gnus-configure-windows 'summary)
11800         (gnus-summary-update-article (cdr gnus-article-current))
11801         (when gnus-use-cache
11802           (gnus-cache-update-article 
11803            (cdr gnus-article-current) (car gnus-article-current)))
11804         (when gnus-keep-backlog
11805           (gnus-backlog-remove-article 
11806            (car gnus-article-current) (cdr gnus-article-current))))
11807       (save-excursion
11808         (when (get-buffer gnus-original-article-buffer)
11809           (set-buffer gnus-original-article-buffer)
11810           (setq gnus-original-article nil)))
11811       (setq gnus-article-current nil
11812             gnus-current-article nil)
11813       (run-hooks 'gnus-article-display-hook)
11814       (and (gnus-visual-p 'summary-highlight 'highlight)
11815            (run-hooks 'gnus-visual-mark-article-hook)))))
11816
11817 (defun gnus-summary-edit-article-postpone ()
11818   "Postpone changes to the current article."
11819   (interactive)
11820   (gnus-article-mode)
11821   (use-local-map gnus-article-mode-map)
11822   (setq buffer-read-only t)
11823   (buffer-disable-undo (current-buffer))
11824   (gnus-configure-windows 'summary)
11825   (and (gnus-visual-p 'summary-highlight 'highlight)
11826        (run-hooks 'gnus-visual-mark-article-hook)))
11827
11828 (defun gnus-summary-respool-query ()
11829   "Query where the respool algorithm would put this article."
11830   (interactive)
11831   (gnus-set-global-variables)
11832   (gnus-summary-select-article)
11833   (save-excursion
11834     (set-buffer gnus-article-buffer)
11835     (save-restriction
11836       (goto-char (point-min))
11837       (search-forward "\n\n")
11838       (narrow-to-region (point-min) (point))
11839       (pp-eval-expression
11840        (list 'quote (mapcar 'car (nnmail-article-group 'identity)))))))
11841
11842 ;; Summary marking commands.
11843
11844 (defun gnus-summary-kill-same-subject-and-select (&optional unmark)
11845   "Mark articles which has the same subject as read, and then select the next.
11846 If UNMARK is positive, remove any kind of mark.
11847 If UNMARK is negative, tick articles."
11848   (interactive "P")
11849   (gnus-set-global-variables)
11850   (if unmark
11851       (setq unmark (prefix-numeric-value unmark)))
11852   (let ((count
11853          (gnus-summary-mark-same-subject
11854           (gnus-summary-article-subject) unmark)))
11855     ;; Select next unread article.  If auto-select-same mode, should
11856     ;; select the first unread article.
11857     (gnus-summary-next-article t (and gnus-auto-select-same
11858                                       (gnus-summary-article-subject)))
11859     (gnus-message 7 "%d article%s marked as %s"
11860                   count (if (= count 1) " is" "s are")
11861                   (if unmark "unread" "read"))))
11862
11863 (defun gnus-summary-kill-same-subject (&optional unmark)
11864   "Mark articles which has the same subject as read.
11865 If UNMARK is positive, remove any kind of mark.
11866 If UNMARK is negative, tick articles."
11867   (interactive "P")
11868   (gnus-set-global-variables)
11869   (if unmark
11870       (setq unmark (prefix-numeric-value unmark)))
11871   (let ((count
11872          (gnus-summary-mark-same-subject
11873           (gnus-summary-article-subject) unmark)))
11874     ;; If marked as read, go to next unread subject.
11875     (if (null unmark)
11876         ;; Go to next unread subject.
11877         (gnus-summary-next-subject 1 t))
11878     (gnus-message 7 "%d articles are marked as %s"
11879                   count (if unmark "unread" "read"))))
11880
11881 (defun gnus-summary-mark-same-subject (subject &optional unmark)
11882   "Mark articles with same SUBJECT as read, and return marked number.
11883 If optional argument UNMARK is positive, remove any kinds of marks.
11884 If optional argument UNMARK is negative, mark articles as unread instead."
11885   (let ((count 1))
11886     (save-excursion
11887       (cond
11888        ((null unmark)                   ; Mark as read.
11889         (while (and
11890                 (progn
11891                   (gnus-summary-mark-article-as-read gnus-killed-mark)
11892                   (gnus-summary-show-thread) t)
11893                 (gnus-summary-find-subject subject))
11894           (setq count (1+ count))))
11895        ((> unmark 0)                    ; Tick.
11896         (while (and
11897                 (progn
11898                   (gnus-summary-mark-article-as-unread gnus-ticked-mark)
11899                   (gnus-summary-show-thread) t)
11900                 (gnus-summary-find-subject subject))
11901           (setq count (1+ count))))
11902        (t                               ; Mark as unread.
11903         (while (and
11904                 (progn
11905                   (gnus-summary-mark-article-as-unread gnus-unread-mark)
11906                   (gnus-summary-show-thread) t)
11907                 (gnus-summary-find-subject subject))
11908           (setq count (1+ count)))))
11909       (gnus-set-mode-line 'summary)
11910       ;; Return the number of marked articles.
11911       count)))
11912
11913 (defun gnus-summary-mark-as-processable (n &optional unmark)
11914   "Set the process mark on the next N articles.
11915 If N is negative, mark backward instead.  If UNMARK is non-nil, remove
11916 the process mark instead.  The difference between N and the actual
11917 number of articles marked is returned."
11918   (interactive "p")
11919   (gnus-set-global-variables)
11920   (let ((backward (< n 0))
11921         (n (abs n)))
11922     (while (and
11923             (> n 0)
11924             (if unmark
11925                 (gnus-summary-remove-process-mark
11926                  (gnus-summary-article-number))
11927               (gnus-summary-set-process-mark (gnus-summary-article-number)))
11928             (zerop (gnus-summary-next-subject (if backward -1 1) nil t)))
11929       (setq n (1- n)))
11930     (if (/= 0 n) (gnus-message 7 "No more articles"))
11931     (gnus-summary-recenter)
11932     (gnus-summary-position-point)
11933     n))
11934
11935 (defun gnus-summary-unmark-as-processable (n)
11936   "Remove the process mark from the next N articles.
11937 If N is negative, mark backward instead.  The difference between N and
11938 the actual number of articles marked is returned."
11939   (interactive "p")
11940   (gnus-set-global-variables)
11941   (gnus-summary-mark-as-processable n t))
11942
11943 (defun gnus-summary-unmark-all-processable ()
11944   "Remove the process mark from all articles."
11945   (interactive)
11946   (gnus-set-global-variables)
11947   (save-excursion
11948     (while gnus-newsgroup-processable
11949       (gnus-summary-remove-process-mark (car gnus-newsgroup-processable))))
11950   (gnus-summary-position-point))
11951
11952 (defun gnus-summary-mark-as-expirable (n)
11953   "Mark N articles forward as expirable.
11954 If N is negative, mark backward instead.  The difference between N and
11955 the actual number of articles marked is returned."
11956   (interactive "p")
11957   (gnus-set-global-variables)
11958   (gnus-summary-mark-forward n gnus-expirable-mark))
11959
11960 (defun gnus-summary-mark-article-as-replied (article)
11961   "Mark ARTICLE replied and update the summary line."
11962   (setq gnus-newsgroup-replied (cons article gnus-newsgroup-replied))
11963   (let ((buffer-read-only nil))
11964     (when (gnus-summary-goto-subject article)
11965       (gnus-summary-update-secondary-mark article))))
11966
11967 (defun gnus-summary-set-bookmark (article)
11968   "Set a bookmark in current article."
11969   (interactive (list (gnus-summary-article-number)))
11970   (gnus-set-global-variables)
11971   (if (or (not (get-buffer gnus-article-buffer))
11972           (not gnus-current-article)
11973           (not gnus-article-current)
11974           (not (equal gnus-newsgroup-name (car gnus-article-current))))
11975       (error "No current article selected"))
11976   ;; Remove old bookmark, if one exists.
11977   (let ((old (assq article gnus-newsgroup-bookmarks)))
11978     (if old (setq gnus-newsgroup-bookmarks
11979                   (delq old gnus-newsgroup-bookmarks))))
11980   ;; Set the new bookmark, which is on the form
11981   ;; (article-number . line-number-in-body).
11982   (setq gnus-newsgroup-bookmarks
11983         (cons
11984          (cons article
11985                (save-excursion
11986                  (set-buffer gnus-article-buffer)
11987                  (count-lines
11988                   (min (point)
11989                        (save-excursion
11990                          (goto-char (point-min))
11991                          (search-forward "\n\n" nil t)
11992                          (point)))
11993                   (point))))
11994          gnus-newsgroup-bookmarks))
11995   (gnus-message 6 "A bookmark has been added to the current article."))
11996
11997 (defun gnus-summary-remove-bookmark (article)
11998   "Remove the bookmark from the current article."
11999   (interactive (list (gnus-summary-article-number)))
12000   (gnus-set-global-variables)
12001   ;; Remove old bookmark, if one exists.
12002   (let ((old (assq article gnus-newsgroup-bookmarks)))
12003     (if old
12004         (progn
12005           (setq gnus-newsgroup-bookmarks
12006                 (delq old gnus-newsgroup-bookmarks))
12007           (gnus-message 6 "Removed bookmark."))
12008       (gnus-message 6 "No bookmark in current article."))))
12009
12010 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
12011 (defun gnus-summary-mark-as-dormant (n)
12012   "Mark N articles forward as dormant.
12013 If N is negative, mark backward instead.  The difference between N and
12014 the actual number of articles marked is returned."
12015   (interactive "p")
12016   (gnus-set-global-variables)
12017   (gnus-summary-mark-forward n gnus-dormant-mark))
12018
12019 (defun gnus-summary-set-process-mark (article)
12020   "Set the process mark on ARTICLE and update the summary line."
12021   (setq gnus-newsgroup-processable
12022         (cons article
12023               (delq article gnus-newsgroup-processable)))
12024   (when (gnus-summary-goto-subject article)
12025     (gnus-summary-show-thread)
12026     (gnus-summary-update-secondary-mark article)))
12027
12028 (defun gnus-summary-remove-process-mark (article)
12029   "Remove the process mark from ARTICLE and update the summary line."
12030   (setq gnus-newsgroup-processable (delq article gnus-newsgroup-processable))
12031   (when (gnus-summary-goto-subject article)
12032     (gnus-summary-show-thread)
12033     (gnus-summary-update-secondary-mark article)))
12034
12035 (defun gnus-summary-set-saved-mark (article)
12036   "Set the process mark on ARTICLE and update the summary line."
12037   (push article gnus-newsgroup-saved)
12038   (when (gnus-summary-goto-subject article)
12039     (gnus-summary-update-secondary-mark article)))
12040
12041 (defun gnus-summary-mark-forward (n &optional mark no-expire)
12042   "Mark N articles as read forwards.
12043 If N is negative, mark backwards instead.
12044 Mark with MARK.  If MARK is ? , ?! or ??, articles will be
12045 marked as unread.
12046 The difference between N and the actual number of articles marked is
12047 returned."
12048   (interactive "p")
12049   (gnus-set-global-variables)
12050   (let ((backward (< n 0))
12051         (gnus-summary-goto-unread
12052          (and gnus-summary-goto-unread
12053               (not (eq gnus-summary-goto-unread 'never))
12054               (not (memq mark (list gnus-unread-mark
12055                                     gnus-ticked-mark gnus-dormant-mark)))))
12056         (n (abs n))
12057         (mark (or mark gnus-del-mark)))
12058     (while (and (> n 0)
12059                 (gnus-summary-mark-article nil mark no-expire)
12060                 (zerop (gnus-summary-next-subject
12061                         (if backward -1 1)
12062                         (and gnus-summary-goto-unread
12063                              (not (eq gnus-summary-goto-unread 'never)))
12064                         t)))
12065       (setq n (1- n)))
12066     (if (/= 0 n) (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
12067     (gnus-summary-recenter)
12068     (gnus-summary-position-point)
12069     (gnus-set-mode-line 'summary)
12070     n))
12071
12072 (defun gnus-summary-mark-article-as-read (mark)
12073   "Mark the current article quickly as read with MARK."
12074   (let ((article (gnus-summary-article-number)))
12075     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
12076     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
12077     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
12078     (setq gnus-newsgroup-reads
12079           (cons (cons article mark) gnus-newsgroup-reads))
12080     ;; Possibly remove from cache, if that is used.
12081     (and gnus-use-cache (gnus-cache-enter-remove-article article))
12082     ;; Allow the backend to change the mark.
12083     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
12084     ;; Check for auto-expiry.
12085     (when (and gnus-newsgroup-auto-expire
12086                (or (= mark gnus-killed-mark) (= mark gnus-del-mark)
12087                    (= mark gnus-catchup-mark) (= mark gnus-low-score-mark)
12088                    (= mark gnus-ancient-mark)
12089                    (= mark gnus-read-mark) (= mark gnus-souped-mark)))
12090       (setq mark gnus-expirable-mark)
12091       (push article gnus-newsgroup-expirable))
12092     ;; Set the mark in the buffer.
12093     (gnus-summary-update-mark mark 'unread)
12094     t))
12095
12096 (defun gnus-summary-mark-article-as-unread (mark)
12097   "Mark the current article quickly as unread with MARK."
12098   (let ((article (gnus-summary-article-number)))
12099     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
12100     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
12101     (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable))
12102     (setq gnus-newsgroup-reads (delq article gnus-newsgroup-reads))
12103     (cond ((= mark gnus-ticked-mark)
12104            (push article gnus-newsgroup-marked))
12105           ((= mark gnus-dormant-mark)
12106            (push article gnus-newsgroup-dormant))
12107           (t
12108            (push article gnus-newsgroup-unreads)))
12109     (setq gnus-newsgroup-reads
12110           (delq (assq article gnus-newsgroup-reads)
12111                 gnus-newsgroup-reads))
12112
12113     ;; See whether the article is to be put in the cache.
12114     (and gnus-use-cache
12115          (vectorp (gnus-summary-article-header article))
12116          (save-excursion
12117            (gnus-cache-possibly-enter-article
12118             gnus-newsgroup-name article
12119             (gnus-summary-article-header article)
12120             (= mark gnus-ticked-mark)
12121             (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
12122
12123     ;; Fix the mark.
12124     (gnus-summary-update-mark mark 'unread)
12125     t))
12126
12127 (defun gnus-summary-mark-article (&optional article mark no-expire)
12128   "Mark ARTICLE with MARK.  MARK can be any character.
12129 Four MARK strings are reserved: `? ' (unread), `?!' (ticked),
12130 `??' (dormant) and `?E' (expirable).
12131 If MARK is nil, then the default character `?D' is used.
12132 If ARTICLE is nil, then the article on the current line will be
12133 marked."
12134   ;; The mark might be a string.
12135   (and (stringp mark)
12136        (setq mark (aref mark 0)))
12137   ;; If no mark is given, then we check auto-expiring.
12138   (and (not no-expire)
12139        gnus-newsgroup-auto-expire
12140        (or (not mark)
12141            (and (numberp mark)
12142                 (or (= mark gnus-killed-mark) (= mark gnus-del-mark)
12143                     (= mark gnus-catchup-mark) (= mark gnus-low-score-mark)
12144                     (= mark gnus-read-mark) (= mark gnus-souped-mark))))
12145        (setq mark gnus-expirable-mark))
12146   (let* ((mark (or mark gnus-del-mark))
12147          (article (or article (gnus-summary-article-number))))
12148     (or article (error "No article on current line"))
12149     (if (or (= mark gnus-unread-mark)
12150             (= mark gnus-ticked-mark)
12151             (= mark gnus-dormant-mark))
12152         (gnus-mark-article-as-unread article mark)
12153       (gnus-mark-article-as-read article mark))
12154
12155     ;; See whether the article is to be put in the cache.
12156     (and gnus-use-cache
12157          (not (= mark gnus-canceled-mark))
12158          (vectorp (gnus-summary-article-header article))
12159          (save-excursion
12160            (gnus-cache-possibly-enter-article
12161             gnus-newsgroup-name article
12162             (gnus-summary-article-header article)
12163             (= mark gnus-ticked-mark)
12164             (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
12165
12166     (if (gnus-summary-goto-subject article nil t)
12167         (let ((buffer-read-only nil))
12168           (gnus-summary-show-thread)
12169           ;; Fix the mark.
12170           (gnus-summary-update-mark mark 'unread)
12171           t))))
12172
12173 (defun gnus-summary-update-secondary-mark (article)
12174   "Update the secondary (read, process, cache) mark."
12175   (gnus-summary-update-mark
12176    (cond ((memq article gnus-newsgroup-processable)
12177           gnus-process-mark)
12178          ((memq article gnus-newsgroup-cached)
12179           gnus-cached-mark)
12180          ((memq article gnus-newsgroup-replied)
12181           gnus-replied-mark)
12182          ((memq article gnus-newsgroup-saved)
12183           gnus-saved-mark)
12184          (t gnus-unread-mark))
12185    'replied)
12186   (when (gnus-visual-p 'summary-highlight 'highlight)
12187     (run-hooks 'gnus-summary-update-hook))
12188   t)
12189
12190 (defun gnus-summary-update-mark (mark type)
12191   (beginning-of-line)
12192   (let ((forward (cdr (assq type gnus-summary-mark-positions)))
12193         (buffer-read-only nil))
12194     (when (and forward
12195                (<= (+ forward (point)) (point-max)))
12196       ;; Go to the right position on the line.
12197       (goto-char (+ forward (point)))
12198       ;; Replace the old mark with the new mark.
12199       (subst-char-in-region (point) (1+ (point)) (following-char) mark)
12200       ;; Optionally update the marks by some user rule.
12201       (when (eq type 'unread)
12202         (gnus-data-set-mark
12203          (gnus-data-find (gnus-summary-article-number)) mark)
12204         (gnus-summary-update-line (eq mark gnus-unread-mark))))))
12205
12206 (defun gnus-mark-article-as-read (article &optional mark)
12207   "Enter ARTICLE in the pertinent lists and remove it from others."
12208   ;; Make the article expirable.
12209   (let ((mark (or mark gnus-del-mark)))
12210     (if (= mark gnus-expirable-mark)
12211         (setq gnus-newsgroup-expirable (cons article gnus-newsgroup-expirable))
12212       (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable)))
12213     ;; Remove from unread and marked lists.
12214     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
12215     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
12216     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
12217     (push (cons article mark) gnus-newsgroup-reads)
12218     ;; Possibly remove from cache, if that is used.
12219     (when gnus-use-cache
12220       (gnus-cache-enter-remove-article article))))
12221
12222 (defun gnus-mark-article-as-unread (article &optional mark)
12223   "Enter ARTICLE in the pertinent lists and remove it from others."
12224   (let ((mark (or mark gnus-ticked-mark)))
12225     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
12226     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
12227     (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable))
12228     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
12229     (cond ((= mark gnus-ticked-mark)
12230            (push article gnus-newsgroup-marked))
12231           ((= mark gnus-dormant-mark)
12232            (push article gnus-newsgroup-dormant))
12233           (t
12234            (push article gnus-newsgroup-unreads)))
12235     (setq gnus-newsgroup-reads
12236           (delq (assq article gnus-newsgroup-reads)
12237                 gnus-newsgroup-reads))))
12238
12239 (defalias 'gnus-summary-mark-as-unread-forward
12240   'gnus-summary-tick-article-forward)
12241 (make-obsolete 'gnus-summary-mark-as-unread-forward
12242                'gnus-summary-tick-article-forward)
12243 (defun gnus-summary-tick-article-forward (n)
12244   "Tick N articles forwards.
12245 If N is negative, tick backwards instead.
12246 The difference between N and the number of articles ticked is returned."
12247   (interactive "p")
12248   (gnus-summary-mark-forward n gnus-ticked-mark))
12249
12250 (defalias 'gnus-summary-mark-as-unread-backward
12251   'gnus-summary-tick-article-backward)
12252 (make-obsolete 'gnus-summary-mark-as-unread-backward
12253                'gnus-summary-tick-article-backward)
12254 (defun gnus-summary-tick-article-backward (n)
12255   "Tick N articles backwards.
12256 The difference between N and the number of articles ticked is returned."
12257   (interactive "p")
12258   (gnus-summary-mark-forward (- n) gnus-ticked-mark))
12259
12260 (defalias 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
12261 (make-obsolete 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
12262 (defun gnus-summary-tick-article (&optional article clear-mark)
12263   "Mark current article as unread.
12264 Optional 1st argument ARTICLE specifies article number to be marked as unread.
12265 Optional 2nd argument CLEAR-MARK remove any kinds of mark."
12266   (interactive)
12267   (gnus-summary-mark-article article (if clear-mark gnus-unread-mark
12268                                        gnus-ticked-mark)))
12269
12270 (defun gnus-summary-mark-as-read-forward (n)
12271   "Mark N articles as read forwards.
12272 If N is negative, mark backwards instead.
12273 The difference between N and the actual number of articles marked is
12274 returned."
12275   (interactive "p")
12276   (gnus-summary-mark-forward n gnus-del-mark t))
12277
12278 (defun gnus-summary-mark-as-read-backward (n)
12279   "Mark the N articles as read backwards.
12280 The difference between N and the actual number of articles marked is
12281 returned."
12282   (interactive "p")
12283   (gnus-summary-mark-forward (- n) gnus-del-mark t))
12284
12285 (defun gnus-summary-mark-as-read (&optional article mark)
12286   "Mark current article as read.
12287 ARTICLE specifies the article to be marked as read.
12288 MARK specifies a string to be inserted at the beginning of the line."
12289   (gnus-summary-mark-article article mark))
12290
12291 (defun gnus-summary-clear-mark-forward (n)
12292   "Clear marks from N articles forward.
12293 If N is negative, clear backward instead.
12294 The difference between N and the number of marks cleared is returned."
12295   (interactive "p")
12296   (gnus-summary-mark-forward n gnus-unread-mark))
12297
12298 (defun gnus-summary-clear-mark-backward (n)
12299   "Clear marks from N articles backward.
12300 The difference between N and the number of marks cleared is returned."
12301   (interactive "p")
12302   (gnus-summary-mark-forward (- n) gnus-unread-mark))
12303
12304 (defun gnus-summary-mark-unread-as-read ()
12305   "Intended to be used by `gnus-summary-mark-article-hook'."
12306   (when (memq gnus-current-article gnus-newsgroup-unreads)
12307     (gnus-summary-mark-article gnus-current-article gnus-read-mark)))
12308
12309 (defun gnus-summary-mark-read-and-unread-as-read ()
12310   "Intended to be used by `gnus-summary-mark-article-hook'."
12311   (let ((mark (gnus-summary-article-mark)))
12312     (when (or (gnus-unread-mark-p mark)
12313               (gnus-read-mark-p mark))
12314       (gnus-summary-mark-article gnus-current-article gnus-read-mark))))
12315
12316 (defun gnus-summary-mark-region-as-read (point mark all)
12317   "Mark all unread articles between point and mark as read.
12318 If given a prefix, mark all articles between point and mark as read,
12319 even ticked and dormant ones."
12320   (interactive "r\nP")
12321   (save-excursion
12322     (let (article)
12323       (goto-char point)
12324       (beginning-of-line)
12325       (while (and
12326               (< (point) mark)
12327               (progn
12328                 (when (or all
12329                           (memq (setq article (gnus-summary-article-number))
12330                                 gnus-newsgroup-unreads))
12331                   (gnus-summary-mark-article article gnus-del-mark))
12332                 t)
12333               (gnus-summary-find-next))))))
12334
12335 (defun gnus-summary-mark-below (score mark)
12336   "Mark articles with score less than SCORE with MARK."
12337   (interactive "P\ncMark: ")
12338   (gnus-set-global-variables)
12339   (setq score (if score
12340                   (prefix-numeric-value score)
12341                 (or gnus-summary-default-score 0)))
12342   (save-excursion
12343     (set-buffer gnus-summary-buffer)
12344     (goto-char (point-min))
12345     (while 
12346         (progn
12347           (and (< (gnus-summary-article-score) score)
12348                (gnus-summary-mark-article nil mark))
12349           (gnus-summary-find-next)))))
12350
12351 (defun gnus-summary-kill-below (&optional score)
12352   "Mark articles with score below SCORE as read."
12353   (interactive "P")
12354   (gnus-set-global-variables)
12355   (gnus-summary-mark-below score gnus-killed-mark))
12356
12357 (defun gnus-summary-clear-above (&optional score)
12358   "Clear all marks from articles with score above SCORE."
12359   (interactive "P")
12360   (gnus-set-global-variables)
12361   (gnus-summary-mark-above score gnus-unread-mark))
12362
12363 (defun gnus-summary-tick-above (&optional score)
12364   "Tick all articles with score above SCORE."
12365   (interactive "P")
12366   (gnus-set-global-variables)
12367   (gnus-summary-mark-above score gnus-ticked-mark))
12368
12369 (defun gnus-summary-mark-above (score mark)
12370   "Mark articles with score over SCORE with MARK."
12371   (interactive "P\ncMark: ")
12372   (gnus-set-global-variables)
12373   (setq score (if score
12374                   (prefix-numeric-value score)
12375                 (or gnus-summary-default-score 0)))
12376   (save-excursion
12377     (set-buffer gnus-summary-buffer)
12378     (goto-char (point-min))
12379     (while (and (progn
12380                   (if (> (gnus-summary-article-score) score)
12381                       (gnus-summary-mark-article nil mark))
12382                   t)
12383                 (gnus-summary-find-next)))))
12384
12385 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
12386 (defalias 'gnus-summary-show-all-expunged 'gnus-summary-limit-include-expunged)
12387 (defun gnus-summary-limit-include-expunged ()
12388   "Display all the hidden articles that were expunged for low scores."
12389   (interactive)
12390   (gnus-set-global-variables)
12391   (let ((buffer-read-only nil))
12392     (let ((scored gnus-newsgroup-scored)
12393           headers h)
12394       (while scored
12395         (or (gnus-summary-goto-subject (caar scored))
12396             (and (setq h (gnus-summary-article-header (caar scored)))
12397                  (< (cdar scored) gnus-summary-expunge-below)
12398                  (setq headers (cons h headers))))
12399         (setq scored (cdr scored)))
12400       (or headers (error "No expunged articles hidden."))
12401       (goto-char (point-min))
12402       (gnus-summary-prepare-unthreaded (nreverse headers)))
12403     (goto-char (point-min))
12404     (gnus-summary-position-point)))
12405
12406 (defun gnus-summary-catchup (&optional all quietly to-here not-mark)
12407   "Mark all articles not marked as unread in this newsgroup as read.
12408 If prefix argument ALL is non-nil, all articles are marked as read.
12409 If QUIETLY is non-nil, no questions will be asked.
12410 If TO-HERE is non-nil, it should be a point in the buffer.  All
12411 articles before this point will be marked as read.
12412 The number of articles marked as read is returned."
12413   (interactive "P")
12414   (gnus-set-global-variables)
12415   (prog1
12416       (if (or quietly
12417               (not gnus-interactive-catchup) ;Without confirmation?
12418               gnus-expert-user
12419               (gnus-y-or-n-p
12420                (if all
12421                    "Mark absolutely all articles as read? "
12422                  "Mark all unread articles as read? ")))
12423           (if (and not-mark
12424                    (not gnus-newsgroup-adaptive)
12425                    (not gnus-newsgroup-auto-expire))
12426               (progn
12427                 (when all
12428                   (setq gnus-newsgroup-marked nil
12429                         gnus-newsgroup-dormant nil))
12430                 (setq gnus-newsgroup-unreads nil))
12431             ;; We actually mark all articles as canceled, which we
12432             ;; have to do when using auto-expiry or adaptive scoring.
12433             (gnus-summary-show-all-threads)
12434             (if (gnus-summary-first-subject (not all))
12435                 (while (and
12436                         (if to-here (< (point) to-here) t)
12437                         (gnus-summary-mark-article-as-read gnus-catchup-mark)
12438                         (gnus-summary-find-next (not all)))))
12439             (unless to-here
12440               (setq gnus-newsgroup-unreads nil))
12441             (gnus-set-mode-line 'summary)))
12442     (let ((method (gnus-find-method-for-group gnus-newsgroup-name)))
12443       (if (and (not to-here) (eq 'nnvirtual (car method)))
12444           (nnvirtual-catchup-group
12445            (gnus-group-real-name gnus-newsgroup-name) (nth 1 method) all)))
12446     (gnus-summary-position-point)))
12447
12448 (defun gnus-summary-catchup-to-here (&optional all)
12449   "Mark all unticked articles before the current one as read.
12450 If ALL is non-nil, also mark ticked and dormant articles as read."
12451   (interactive "P")
12452   (gnus-set-global-variables)
12453   (save-excursion
12454     (gnus-save-hidden-threads
12455       (let ((beg (point)))
12456         ;; We check that there are unread articles.
12457         (when (or all (gnus-summary-find-prev))
12458           (gnus-summary-catchup all t beg)))))
12459   (gnus-summary-position-point))
12460
12461 (defun gnus-summary-catchup-all (&optional quietly)
12462   "Mark all articles in this newsgroup as read."
12463   (interactive "P")
12464   (gnus-set-global-variables)
12465   (gnus-summary-catchup t quietly))
12466
12467 (defun gnus-summary-catchup-and-exit (&optional all quietly)
12468   "Mark all articles not marked as unread in this newsgroup as read, then exit.
12469 If prefix argument ALL is non-nil, all articles are marked as read."
12470   (interactive "P")
12471   (gnus-set-global-variables)
12472   (gnus-summary-catchup all quietly nil 'fast)
12473   ;; Select next newsgroup or exit.
12474   (if (eq gnus-auto-select-next 'quietly)
12475       (gnus-summary-next-group nil)
12476     (gnus-summary-exit)))
12477
12478 (defun gnus-summary-catchup-all-and-exit (&optional quietly)
12479   "Mark all articles in this newsgroup as read, and then exit."
12480   (interactive "P")
12481   (gnus-set-global-variables)
12482   (gnus-summary-catchup-and-exit t quietly))
12483
12484 ;; Suggested by "Arne Eofsson" <arne@hodgkin.mbi.ucla.edu>.
12485 (defun gnus-summary-catchup-and-goto-next-group (&optional all)
12486   "Mark all articles in this group as read and select the next group.
12487 If given a prefix, mark all articles, unread as well as ticked, as
12488 read."
12489   (interactive "P")
12490   (gnus-set-global-variables)
12491   (save-excursion
12492     (gnus-summary-catchup all))
12493   (gnus-summary-next-article t nil nil t))
12494
12495 ;; Thread-based commands.
12496
12497 (defun gnus-summary-articles-in-thread (&optional article)
12498   "Return a list of all articles in the current thread.
12499 If ARTICLE is non-nil, return all articles in the thread that starts
12500 with that article."
12501   (let* ((article (or article (gnus-summary-article-number)))
12502          (data (gnus-data-find-list article))
12503          (top-level (gnus-data-level (car data)))
12504          (top-subject
12505           (cond ((null gnus-thread-operation-ignore-subject)
12506                  (gnus-simplify-subject-re
12507                   (mail-header-subject (gnus-data-header (car data)))))
12508                 ((eq gnus-thread-operation-ignore-subject 'fuzzy)
12509                  (gnus-simplify-subject-fuzzy
12510                   (mail-header-subject (gnus-data-header (car data)))))
12511                 (t nil)))
12512          (end-point (save-excursion
12513                       (if (gnus-summary-go-to-next-thread) 
12514                           (point) (point-max))))
12515          articles)
12516     (while (and data
12517                 (< (gnus-data-pos (car data)) end-point))
12518       (when (or (not top-subject)
12519                 (string= top-subject
12520                          (if (eq gnus-thread-operation-ignore-subject 'fuzzy)
12521                              (gnus-simplify-subject-fuzzy
12522                               (mail-header-subject
12523                                (gnus-data-header (car data))))
12524                            (gnus-simplify-subject-re
12525                             (mail-header-subject
12526                              (gnus-data-header (car data)))))))
12527         (push (gnus-data-number (car data)) articles))
12528       (unless (and (setq data (cdr data))
12529                    (> (gnus-data-level (car data)) top-level))
12530         (setq data nil)))
12531     ;; Return the list of articles.
12532     (nreverse articles)))
12533
12534 (defun gnus-summary-rethread-current ()
12535   "Rethread the thread the current article is part of."
12536   (interactive)
12537   (gnus-set-global-variables)
12538   (let* ((gnus-show-threads t)
12539          (article (gnus-summary-article-number))
12540          (id (mail-header-id (gnus-summary-article-header)))
12541          (gnus-newsgroup-threads (list (gnus-id-to-thread (gnus-root-id id)))))
12542     (unless id
12543       (error "No article on the current line"))
12544     (gnus-rebuild-thread id)
12545     (gnus-summary-goto-subject article)))
12546
12547 (defun gnus-summary-reparent-thread ()
12548   "Make current article child of the marked (or previous) article.
12549
12550 Note that the re-threading will only work if `gnus-thread-ignore-subject'
12551 is non-nil or the Subject: of both articles are the same."
12552   (interactive)
12553   (or (not (gnus-group-read-only-p))
12554       (error "The current newsgroup does not support article editing."))
12555   (or (<= (length gnus-newsgroup-processable) 1)
12556       (error "No more than one article may be marked."))
12557   (save-window-excursion
12558     (let ((gnus-article-buffer " *reparent*")
12559           (current-article (gnus-summary-article-number))
12560           ; first grab the marked article, otherwise one line up.
12561           (parent-article (if (not (null gnus-newsgroup-processable))
12562                               (car gnus-newsgroup-processable)
12563                             (save-excursion
12564                               (if (eq (forward-line -1) 0)
12565                                   (gnus-summary-article-number)
12566                                 (error "Beginning of summary buffer."))))))
12567       (or (not (eq current-article parent-article))
12568           (error "An article may not be self-referential."))
12569       (let ((message-id (mail-header-id 
12570                          (gnus-summary-article-header parent-article))))
12571         (or (and message-id (not (equal message-id "")))
12572             (error "No message-id in desired parent."))
12573         (gnus-summary-select-article t t nil current-article)
12574         (set-buffer gnus-article-buffer)
12575         (setq buffer-read-only nil)
12576         (let ((buf (format "%s" (buffer-string))))
12577           (erase-buffer)
12578           (insert buf))
12579         (goto-char (point-min))
12580         (if (search-forward-regexp "^References: " nil t)
12581             (insert message-id " " )
12582           (insert "References: " message-id "\n"))
12583         (or (gnus-request-replace-article current-article
12584                                           (car gnus-article-current)
12585                                           gnus-article-buffer)
12586             (error "Couldn't replace article."))
12587         (set-buffer gnus-summary-buffer)
12588         (gnus-summary-unmark-all-processable)
12589         (gnus-summary-rethread-current)
12590         (gnus-message 3 "Article %d is now the child of article %d."
12591                       current-article parent-article)))))
12592
12593 (defun gnus-summary-toggle-threads (&optional arg)
12594   "Toggle showing conversation threads.
12595 If ARG is positive number, turn showing conversation threads on."
12596   (interactive "P")
12597   (gnus-set-global-variables)
12598   (let ((current (or (gnus-summary-article-number) gnus-newsgroup-end)))
12599     (setq gnus-show-threads
12600           (if (null arg) (not gnus-show-threads)
12601             (> (prefix-numeric-value arg) 0)))
12602     (gnus-summary-prepare)
12603     (gnus-summary-goto-subject current)
12604     (gnus-summary-position-point)))
12605
12606 (defun gnus-summary-show-all-threads ()
12607   "Show all threads."
12608   (interactive)
12609   (gnus-set-global-variables)
12610   (save-excursion
12611     (let ((buffer-read-only nil))
12612       (subst-char-in-region (point-min) (point-max) ?\^M ?\n t)))
12613   (gnus-summary-position-point))
12614
12615 (defun gnus-summary-show-thread ()
12616   "Show thread subtrees.
12617 Returns nil if no thread was there to be shown."
12618   (interactive)
12619   (gnus-set-global-variables)
12620   (let ((buffer-read-only nil)
12621         (orig (point))
12622         ;; first goto end then to beg, to have point at beg after let
12623         (end (progn (end-of-line) (point)))
12624         (beg (progn (beginning-of-line) (point))))
12625     (prog1
12626         ;; Any hidden lines here?
12627         (search-forward "\r" end t)
12628       (subst-char-in-region beg end ?\^M ?\n t)
12629       (goto-char orig)
12630       (gnus-summary-position-point))))
12631
12632 (defun gnus-summary-hide-all-threads ()
12633   "Hide all thread subtrees."
12634   (interactive)
12635   (gnus-set-global-variables)
12636   (save-excursion
12637     (goto-char (point-min))
12638     (gnus-summary-hide-thread)
12639     (while (zerop (gnus-summary-next-thread 1 t))
12640       (gnus-summary-hide-thread)))
12641   (gnus-summary-position-point))
12642
12643 (defun gnus-summary-hide-thread ()
12644   "Hide thread subtrees.
12645 Returns nil if no threads were there to be hidden."
12646   (interactive)
12647   (gnus-set-global-variables)
12648   (let ((buffer-read-only nil)
12649         (start (point))
12650         (article (gnus-summary-article-number)))
12651     (goto-char start)
12652     ;; Go forward until either the buffer ends or the subthread
12653     ;; ends.
12654     (when (and (not (eobp))
12655                (or (zerop (gnus-summary-next-thread 1 t))
12656                    (goto-char (point-max))))
12657       (prog1
12658           (if (and (> (point) start)
12659                    (search-backward "\n" start t))
12660               (progn
12661                 (subst-char-in-region start (point) ?\n ?\^M)
12662                 (gnus-summary-goto-subject article))
12663             (goto-char start)
12664             nil)
12665         ;;(gnus-summary-position-point)
12666         ))))
12667
12668 (defun gnus-summary-go-to-next-thread (&optional previous)
12669   "Go to the same level (or less) next thread.
12670 If PREVIOUS is non-nil, go to previous thread instead.
12671 Return the article number moved to, or nil if moving was impossible."
12672   (let ((level (gnus-summary-thread-level))
12673         (way (if previous -1 1))
12674         (beg (point)))
12675     (forward-line way)
12676     (while (and (not (eobp))
12677                 (< level (gnus-summary-thread-level)))
12678       (forward-line way))
12679     (if (eobp)
12680         (progn
12681           (goto-char beg)
12682           nil)
12683       (setq beg (point))
12684       (prog1
12685           (gnus-summary-article-number)
12686         (goto-char beg)))))
12687
12688 (defun gnus-summary-go-to-next-thread-old (&optional previous)
12689   "Go to the same level (or less) next thread.
12690 If PREVIOUS is non-nil, go to previous thread instead.
12691 Return the article number moved to, or nil if moving was impossible."
12692   (if (and (eq gnus-summary-make-false-root 'dummy)
12693            (gnus-summary-article-intangible-p))
12694       (let ((beg (point)))
12695         (while (and (zerop (forward-line 1))
12696                     (not (gnus-summary-article-intangible-p))
12697                     (not (zerop (save-excursion 
12698                                   (gnus-summary-thread-level))))))
12699         (if (eobp)
12700             (progn
12701               (goto-char beg)
12702               nil)
12703           (point)))
12704     (let* ((level (gnus-summary-thread-level))
12705            (article (gnus-summary-article-number))
12706            (data (cdr (gnus-data-find-list article (gnus-data-list previous))))
12707            oart)
12708       (while data
12709         (if (<= (gnus-data-level (car data)) level)
12710             (setq oart (gnus-data-number (car data))
12711                   data nil)
12712           (setq data (cdr data))))
12713       (and oart
12714            (gnus-summary-goto-subject oart)))))
12715
12716 (defun gnus-summary-next-thread (n &optional silent)
12717   "Go to the same level next N'th thread.
12718 If N is negative, search backward instead.
12719 Returns the difference between N and the number of skips actually
12720 done.
12721
12722 If SILENT, don't output messages."
12723   (interactive "p")
12724   (gnus-set-global-variables)
12725   (let ((backward (< n 0))
12726         (n (abs n))
12727         old dum int)
12728     (while (and (> n 0)
12729                 (gnus-summary-go-to-next-thread backward))
12730       (decf n))
12731     (unless silent 
12732       (gnus-summary-position-point))
12733     (when (and (not silent) (/= 0 n))
12734       (gnus-message 7 "No more threads"))
12735     n))
12736
12737 (defun gnus-summary-prev-thread (n)
12738   "Go to the same level previous N'th thread.
12739 Returns the difference between N and the number of skips actually
12740 done."
12741   (interactive "p")
12742   (gnus-set-global-variables)
12743   (gnus-summary-next-thread (- n)))
12744
12745 (defun gnus-summary-go-down-thread ()
12746   "Go down one level in the current thread."
12747   (let ((children (gnus-summary-article-children)))
12748     (and children
12749          (gnus-summary-goto-subject (car children)))))
12750
12751 (defun gnus-summary-go-up-thread ()
12752   "Go up one level in the current thread."
12753   (let ((parent (gnus-summary-article-parent)))
12754     (and parent
12755          (gnus-summary-goto-subject parent))))
12756
12757 (defun gnus-summary-down-thread (n)
12758   "Go down thread N steps.
12759 If N is negative, go up instead.
12760 Returns the difference between N and how many steps down that were
12761 taken."
12762   (interactive "p")
12763   (gnus-set-global-variables)
12764   (let ((up (< n 0))
12765         (n (abs n)))
12766     (while (and (> n 0)
12767                 (if up (gnus-summary-go-up-thread)
12768                   (gnus-summary-go-down-thread)))
12769       (setq n (1- n)))
12770     (gnus-summary-position-point)
12771     (if (/= 0 n) (gnus-message 7 "Can't go further"))
12772     n))
12773
12774 (defun gnus-summary-up-thread (n)
12775   "Go up thread N steps.
12776 If N is negative, go up instead.
12777 Returns the difference between N and how many steps down that were
12778 taken."
12779   (interactive "p")
12780   (gnus-set-global-variables)
12781   (gnus-summary-down-thread (- n)))
12782
12783 (defun gnus-summary-top-thread ()
12784   "Go to the top of the thread."
12785   (interactive)
12786   (gnus-set-global-variables)
12787   (while (gnus-summary-go-up-thread))
12788   (gnus-summary-article-number))
12789
12790 (defun gnus-summary-kill-thread (&optional unmark)
12791   "Mark articles under current thread as read.
12792 If the prefix argument is positive, remove any kinds of marks.
12793 If the prefix argument is negative, tick articles instead."
12794   (interactive "P")
12795   (gnus-set-global-variables)
12796   (if unmark
12797       (setq unmark (prefix-numeric-value unmark)))
12798   (let ((articles (gnus-summary-articles-in-thread)))
12799     (save-excursion
12800       ;; Expand the thread.
12801       (gnus-summary-show-thread)
12802       ;; Mark all the articles.
12803       (while articles
12804         (gnus-summary-goto-subject (car articles))
12805         (cond ((null unmark)
12806                (gnus-summary-mark-article-as-read gnus-killed-mark))
12807               ((> unmark 0)
12808                (gnus-summary-mark-article-as-unread gnus-unread-mark))
12809               (t
12810                (gnus-summary-mark-article-as-unread gnus-ticked-mark)))
12811         (setq articles (cdr articles))))
12812     ;; Hide killed subtrees.
12813     (and (null unmark)
12814          gnus-thread-hide-killed
12815          (gnus-summary-hide-thread))
12816     ;; If marked as read, go to next unread subject.
12817     (if (null unmark)
12818         ;; Go to next unread subject.
12819         (gnus-summary-next-subject 1 t)))
12820   (gnus-set-mode-line 'summary))
12821
12822 ;; Summary sorting commands
12823
12824 (defun gnus-summary-sort-by-number (&optional reverse)
12825   "Sort summary buffer by article number.
12826 Argument REVERSE means reverse order."
12827   (interactive "P")
12828   (gnus-summary-sort 'number reverse))
12829
12830 (defun gnus-summary-sort-by-author (&optional reverse)
12831   "Sort summary buffer by author name alphabetically.
12832 If case-fold-search is non-nil, case of letters is ignored.
12833 Argument REVERSE means reverse order."
12834   (interactive "P")
12835   (gnus-summary-sort 'author reverse))
12836
12837 (defun gnus-summary-sort-by-subject (&optional reverse)
12838   "Sort summary buffer by subject alphabetically. `Re:'s are ignored.
12839 If case-fold-search is non-nil, case of letters is ignored.
12840 Argument REVERSE means reverse order."
12841   (interactive "P")
12842   (gnus-summary-sort 'subject reverse))
12843
12844 (defun gnus-summary-sort-by-date (&optional reverse)
12845   "Sort summary buffer by date.
12846 Argument REVERSE means reverse order."
12847   (interactive "P")
12848   (gnus-summary-sort 'date reverse))
12849
12850 (defun gnus-summary-sort-by-score (&optional reverse)
12851   "Sort summary buffer by score.
12852 Argument REVERSE means reverse order."
12853   (interactive "P")
12854   (gnus-summary-sort 'score reverse))
12855
12856 (defun gnus-summary-sort (predicate reverse)
12857   "Sort summary buffer by PREDICATE.  REVERSE means reverse order."
12858   (gnus-set-global-variables)
12859   (let* ((thread (intern (format "gnus-thread-sort-by-%s" predicate)))
12860          (article (intern (format "gnus-article-sort-by-%s" predicate)))
12861          (gnus-thread-sort-functions
12862           (list
12863            (if (not reverse)
12864                thread
12865              `(lambda (t1 t2)
12866                 (,thread t2 t1)))))
12867          (gnus-article-sort-functions
12868           (list
12869            (if (not reverse)
12870                article
12871              `(lambda (t1 t2)
12872                 (,article t2 t1)))))
12873          (buffer-read-only)
12874          (gnus-summary-prepare-hook nil))
12875     ;; We do the sorting by regenerating the threads.
12876     (gnus-summary-prepare)
12877     ;; Hide subthreads if needed.
12878     (when (and gnus-show-threads gnus-thread-hide-subtree)
12879       (gnus-summary-hide-all-threads)))
12880   ;; If in async mode, we send some info to the backend.
12881   (when gnus-newsgroup-async
12882     (gnus-request-asynchronous
12883      gnus-newsgroup-name gnus-newsgroup-data)))
12884
12885 (defun gnus-sortable-date (date)
12886   "Make sortable string by string-lessp from DATE.
12887 Timezone package is used."
12888   (condition-case ()
12889       (progn
12890         (setq date (inline (timezone-fix-time 
12891                             date nil 
12892                             (aref (inline (timezone-parse-date date)) 4))))
12893         (inline
12894           (timezone-make-sortable-date
12895            (aref date 0) (aref date 1) (aref date 2)
12896            (inline
12897              (timezone-make-time-string
12898               (aref date 3) (aref date 4) (aref date 5))))))
12899     (error "")))
12900   
12901 ;; Summary saving commands.
12902
12903 (defun gnus-summary-save-article (&optional n not-saved)
12904   "Save the current article using the default saver function.
12905 If N is a positive number, save the N next articles.
12906 If N is a negative number, save the N previous articles.
12907 If N is nil and any articles have been marked with the process mark,
12908 save those articles instead.
12909 The variable `gnus-default-article-saver' specifies the saver function."
12910   (interactive "P")
12911   (gnus-set-global-variables)
12912   (let ((articles (gnus-summary-work-articles n))
12913         file header article)
12914     (while articles
12915       (setq header (gnus-summary-article-header
12916                     (setq article (pop articles))))
12917       (if (not (vectorp header))
12918           ;; This is a pseudo-article.
12919           (if (assq 'name header)
12920               (gnus-copy-file (cdr (assq 'name header)))
12921             (gnus-message 1 "Article %d is unsaveable" article))
12922         ;; This is a real article.
12923         (save-window-excursion
12924           (gnus-summary-select-article t nil nil article))
12925         (unless gnus-save-all-headers
12926           ;; Remove headers accoring to `gnus-saved-headers'.
12927           (let ((gnus-visible-headers
12928                  (or gnus-saved-headers gnus-visible-headers)))
12929             (gnus-article-hide-headers nil t)))
12930         ;; Remove any X-Gnus lines.
12931         (save-excursion
12932           (set-buffer gnus-article-buffer)
12933           (save-restriction
12934             (let ((buffer-read-only nil))
12935               (nnheader-narrow-to-headers)
12936               (while (re-search-forward "^X-Gnus" nil t)
12937                 (gnus-delete-line)))))
12938         (save-window-excursion
12939           (if (not gnus-default-article-saver)
12940               (error "No default saver is defined.")
12941             (setq file (funcall
12942                         gnus-default-article-saver
12943                         (cond
12944                          ((not gnus-prompt-before-saving)
12945                           'default)
12946                          ((eq gnus-prompt-before-saving 'always)
12947                           nil)
12948                          (t file))))))
12949         (gnus-summary-remove-process-mark article)
12950         (unless not-saved
12951           (gnus-summary-set-saved-mark article))))
12952     (gnus-summary-position-point)
12953     n))
12954
12955 (defun gnus-summary-pipe-output (&optional arg)
12956   "Pipe the current article to a subprocess.
12957 If N is a positive number, pipe the N next articles.
12958 If N is a negative number, pipe the N previous articles.
12959 If N is nil and any articles have been marked with the process mark,
12960 pipe those articles instead."
12961   (interactive "P")
12962   (gnus-set-global-variables)
12963   (let ((gnus-default-article-saver 'gnus-summary-save-in-pipe))
12964     (gnus-summary-save-article arg t))
12965   (gnus-configure-windows 'pipe))
12966
12967 (defun gnus-summary-save-article-mail (&optional arg)
12968   "Append the current article to an mail file.
12969 If N is a positive number, save the N next articles.
12970 If N is a negative number, save the N previous articles.
12971 If N is nil and any articles have been marked with the process mark,
12972 save those articles instead."
12973   (interactive "P")
12974   (gnus-set-global-variables)
12975   (let ((gnus-default-article-saver 'gnus-summary-save-in-mail))
12976     (gnus-summary-save-article arg)))
12977
12978 (defun gnus-summary-save-article-rmail (&optional arg)
12979   "Append the current article to an rmail file.
12980 If N is a positive number, save the N next articles.
12981 If N is a negative number, save the N previous articles.
12982 If N is nil and any articles have been marked with the process mark,
12983 save those articles instead."
12984   (interactive "P")
12985   (gnus-set-global-variables)
12986   (let ((gnus-default-article-saver 'gnus-summary-save-in-rmail))
12987     (gnus-summary-save-article arg)))
12988
12989 (defun gnus-summary-save-article-file (&optional arg)
12990   "Append the current article to a file.
12991 If N is a positive number, save the N next articles.
12992 If N is a negative number, save the N previous articles.
12993 If N is nil and any articles have been marked with the process mark,
12994 save those articles instead."
12995   (interactive "P")
12996   (gnus-set-global-variables)
12997   (let ((gnus-default-article-saver 'gnus-summary-save-in-file))
12998     (gnus-summary-save-article arg)))
12999
13000 (defun gnus-summary-save-article-body-file (&optional arg)
13001   "Append the current article body to a file.
13002 If N is a positive number, save the N next articles.
13003 If N is a negative number, save the N previous articles.
13004 If N is nil and any articles have been marked with the process mark,
13005 save those articles instead."
13006   (interactive "P")
13007   (gnus-set-global-variables)
13008   (let ((gnus-default-article-saver 'gnus-summary-save-body-in-file))
13009     (gnus-summary-save-article arg)))
13010
13011 (defun gnus-get-split-value (methods)
13012   "Return a value based on the split METHODS."
13013   (let (split-name method result match)
13014     (when methods
13015       (save-excursion
13016         (set-buffer gnus-original-article-buffer)
13017         (save-restriction
13018           (nnheader-narrow-to-headers)
13019           (while methods
13020             (goto-char (point-min))
13021             (setq method (pop methods))
13022             (setq match (car method))
13023             (when (cond
13024                    ((stringp match)
13025                     ;; Regular expression.
13026                     (condition-case ()
13027                         (re-search-forward match nil t)
13028                       (error nil)))
13029                    ((gnus-functionp match)
13030                     ;; Function.
13031                     (save-restriction
13032                       (widen)
13033                       (setq result (funcall match gnus-newsgroup-name))))
13034                    ((consp match)
13035                     ;; Form.
13036                     (save-restriction
13037                       (widen)
13038                       (setq result (eval match)))))
13039               (setq split-name (append (cdr method) split-name))
13040               (cond ((stringp result)
13041                      (push result split-name))
13042                     ((consp result)
13043                      (setq split-name (append result split-name)))))))))
13044     split-name))
13045
13046 (defun gnus-read-move-group-name (prompt default articles prefix)
13047   "Read a group name."
13048   (let* ((split-name (gnus-get-split-value gnus-move-split-methods))
13049          (minibuffer-confirm-incomplete nil) ; XEmacs
13050          group-map
13051          (dum (mapatoms
13052                (lambda (g) 
13053                  (and (boundp g)
13054                       (symbol-name g)
13055                       (memq 'respool
13056                             (assoc (symbol-name
13057                                     (car (gnus-find-method-for-group
13058                                           (symbol-name g))))
13059                                    gnus-valid-select-methods))
13060                       (push (list (symbol-name g)) group-map)))
13061                gnus-active-hashtb))
13062          (prom
13063           (format "%s %s to:"
13064                   prompt
13065                   (if (> (length articles) 1)
13066                       (format "these %d articles" (length articles))
13067                     "this article")))
13068          (to-newsgroup
13069           (cond
13070            ((null split-name)
13071             (gnus-completing-read default prom
13072                                   group-map nil nil prefix
13073                                   'gnus-group-history))
13074            ((= 1 (length split-name))
13075             (gnus-completing-read (car split-name) prom group-map
13076                                   nil nil nil
13077                                   'gnus-group-history))
13078            (t
13079             (gnus-completing-read nil prom 
13080                                   (mapcar (lambda (el) (list el))
13081                                           (nreverse split-name))
13082                                   nil nil nil
13083                                   'gnus-group-history)))))
13084     (when to-newsgroup
13085       (if (or (string= to-newsgroup "")
13086               (string= to-newsgroup prefix))
13087           (setq to-newsgroup (or default "")))
13088       (or (gnus-active to-newsgroup)
13089           (gnus-activate-group to-newsgroup)
13090           (error "No such group: %s" to-newsgroup)))
13091     to-newsgroup))
13092
13093 (defun gnus-read-save-file-name (prompt default-name)
13094   (let* ((split-name (gnus-get-split-value gnus-split-methods))
13095          (file
13096           ;; Let the split methods have their say.
13097           (cond
13098            ;; No split name was found.
13099            ((null split-name)
13100             (read-file-name
13101              (concat prompt " (default "
13102                      (file-name-nondirectory default-name) ") ")
13103              (file-name-directory default-name)
13104              default-name))
13105            ;; A single split name was found
13106            ((= 1 (length split-name))
13107             (read-file-name
13108              (concat prompt " (default " (car split-name) ") ")
13109              gnus-article-save-directory
13110              (concat gnus-article-save-directory (car split-name))))
13111            ;; A list of splits was found.
13112            (t
13113             (setq split-name (nreverse split-name))
13114             (let (result)
13115               (let ((file-name-history (nconc split-name file-name-history)))
13116                 (setq result
13117                       (read-file-name
13118                        (concat prompt " (`M-p' for defaults) ")
13119                        gnus-article-save-directory
13120                        (car split-name))))
13121               (car (push result file-name-history)))))))
13122     ;; If we have read a directory, we append the default file name.
13123     (when (file-directory-p file)
13124       (setq file (concat (file-name-as-directory file)
13125                          (file-name-nondirectory default-name))))
13126     ;; Possibly translate some charaters.
13127     (nnheader-translate-file-chars file)))
13128
13129 (defun gnus-article-archive-name (group)
13130   "Return the first instance of an \"Archive-name\" in the current buffer."
13131   (let ((case-fold-search t))
13132     (when (re-search-forward "archive-name: *\\([^ \n\t]+\\)[ \t]*$" nil t)
13133       (match-string 1))))
13134
13135 (defun gnus-summary-save-in-rmail (&optional filename)
13136   "Append this article to Rmail file.
13137 Optional argument FILENAME specifies file name.
13138 Directory to save to is default to `gnus-article-save-directory'."
13139   (interactive)
13140   (gnus-set-global-variables)
13141   (let ((default-name
13142           (funcall gnus-rmail-save-name gnus-newsgroup-name
13143                    gnus-current-headers gnus-newsgroup-last-rmail)))
13144     (setq filename
13145           (cond ((eq filename 'default)
13146                  default-name)
13147                 (filename filename)
13148                 (t (gnus-read-save-file-name
13149                     "Save in rmail file:" default-name))))
13150     (gnus-make-directory (file-name-directory filename))
13151     (gnus-eval-in-buffer-window
13152      gnus-original-article-buffer
13153      (save-excursion
13154        (save-restriction
13155          (widen)
13156          (gnus-output-to-rmail filename))))
13157     ;; Remember the directory name to save articles
13158     (setq gnus-newsgroup-last-rmail filename)))
13159
13160 (defun gnus-summary-save-in-mail (&optional filename)
13161   "Append this article to Unix mail file.
13162 Optional argument FILENAME specifies file name.
13163 Directory to save to is default to `gnus-article-save-directory'."
13164   (interactive)
13165   (gnus-set-global-variables)
13166   (let ((default-name
13167           (funcall gnus-mail-save-name gnus-newsgroup-name
13168                    gnus-current-headers gnus-newsgroup-last-mail)))
13169     (setq filename
13170           (cond ((eq filename 'default)
13171                  default-name)
13172                 (filename filename)
13173                 (t (gnus-read-save-file-name
13174                     "Save in Unix mail file:" default-name))))
13175     (setq filename
13176           (expand-file-name filename
13177                             (and default-name
13178                                  (file-name-directory default-name))))
13179     (gnus-make-directory (file-name-directory filename))
13180     (gnus-eval-in-buffer-window
13181      gnus-original-article-buffer
13182      (save-excursion
13183        (save-restriction
13184          (widen)
13185          (if (and (file-readable-p filename) (mail-file-babyl-p filename))
13186              (gnus-output-to-rmail filename)
13187            (let ((mail-use-rfc822 t))
13188              (rmail-output filename 1 t t))))))
13189     ;; Remember the directory name to save articles.
13190     (setq gnus-newsgroup-last-mail filename)))
13191
13192 (defun gnus-summary-save-in-file (&optional filename)
13193   "Append this article to file.
13194 Optional argument FILENAME specifies file name.
13195 Directory to save to is default to `gnus-article-save-directory'."
13196   (interactive)
13197   (gnus-set-global-variables)
13198   (let ((default-name
13199           (funcall gnus-file-save-name gnus-newsgroup-name
13200                    gnus-current-headers gnus-newsgroup-last-file)))
13201     (setq filename
13202           (cond ((eq filename 'default)
13203                  default-name)
13204                 (filename filename)
13205                 (t (gnus-read-save-file-name
13206                     "Save in file:" default-name))))
13207     (gnus-make-directory (file-name-directory filename))
13208     (gnus-eval-in-buffer-window
13209      gnus-original-article-buffer
13210      (save-excursion
13211        (save-restriction
13212          (widen)
13213          (gnus-output-to-file filename))))
13214     ;; Remember the directory name to save articles.
13215     (setq gnus-newsgroup-last-file filename)))
13216
13217 (defun gnus-summary-save-body-in-file (&optional filename)
13218   "Append this article body to a file.
13219 Optional argument FILENAME specifies file name.
13220 The directory to save in defaults to `gnus-article-save-directory'."
13221   (interactive)
13222   (gnus-set-global-variables)
13223   (let ((default-name
13224           (funcall gnus-file-save-name gnus-newsgroup-name
13225                    gnus-current-headers gnus-newsgroup-last-file)))
13226     (setq filename
13227           (cond ((eq filename 'default)
13228                  default-name)
13229                 (filename filename)
13230                 (t (gnus-read-save-file-name
13231                     "Save body in file:" default-name))))
13232     (gnus-make-directory (file-name-directory filename))
13233     (gnus-eval-in-buffer-window
13234      gnus-article-buffer
13235      (save-excursion
13236        (save-restriction
13237          (widen)
13238          (goto-char (point-min))
13239          (and (search-forward "\n\n" nil t)
13240               (narrow-to-region (point) (point-max)))
13241          (gnus-output-to-file filename))))
13242     ;; Remember the directory name to save articles.
13243     (setq gnus-newsgroup-last-file filename)))
13244
13245 (defun gnus-summary-save-in-pipe (&optional command)
13246   "Pipe this article to subprocess."
13247   (interactive)
13248   (gnus-set-global-variables)
13249   (setq command
13250         (cond ((eq command 'default)
13251                gnus-last-shell-command)
13252               (command command)
13253               (t (read-string "Shell command on article: "
13254                               gnus-last-shell-command))))
13255   (if (string-equal command "")
13256       (setq command gnus-last-shell-command))
13257   (gnus-eval-in-buffer-window
13258    gnus-article-buffer
13259    (save-restriction
13260      (widen)
13261      (shell-command-on-region (point-min) (point-max) command nil)))
13262   (setq gnus-last-shell-command command))
13263
13264 ;; Summary extract commands
13265
13266 (defun gnus-summary-insert-pseudos (pslist &optional not-view)
13267   (let ((buffer-read-only nil)
13268         (article (gnus-summary-article-number))
13269         after-article b e)
13270     (or (gnus-summary-goto-subject article)
13271         (error (format "No such article: %d" article)))
13272     (gnus-summary-position-point)
13273     ;; If all commands are to be bunched up on one line, we collect
13274     ;; them here.
13275     (if gnus-view-pseudos-separately
13276         ()
13277       (let ((ps (setq pslist (sort pslist 'gnus-pseudos<)))
13278             files action)
13279         (while ps
13280           (setq action (cdr (assq 'action (car ps))))
13281           (setq files (list (cdr (assq 'name (car ps)))))
13282           (while (and ps (cdr ps)
13283                       (string= (or action "1")
13284                                (or (cdr (assq 'action (cadr ps))) "2")))
13285             (setq files (cons (cdr (assq 'name (cadr ps))) files))
13286             (setcdr ps (cddr ps)))
13287           (if (not files)
13288               ()
13289             (if (not (string-match "%s" action))
13290                 (setq files (cons " " files)))
13291             (setq files (cons " " files))
13292             (and (assq 'execute (car ps))
13293                  (setcdr (assq 'execute (car ps))
13294                          (funcall (if (string-match "%s" action)
13295                                       'format 'concat)
13296                                   action
13297                                   (mapconcat (lambda (f) f) files " ")))))
13298           (setq ps (cdr ps)))))
13299     (if (and gnus-view-pseudos (not not-view))
13300         (while pslist
13301           (and (assq 'execute (car pslist))
13302                (gnus-execute-command (cdr (assq 'execute (car pslist)))
13303                                      (eq gnus-view-pseudos 'not-confirm)))
13304           (setq pslist (cdr pslist)))
13305       (save-excursion
13306         (while pslist
13307           (setq after-article (or (cdr (assq 'article (car pslist)))
13308                                   (gnus-summary-article-number)))
13309           (gnus-summary-goto-subject after-article)
13310           (forward-line 1)
13311           (setq b (point))
13312           (insert "    " (file-name-nondirectory
13313                                 (cdr (assq 'name (car pslist))))
13314                   ": " (or (cdr (assq 'execute (car pslist))) "") "\n")
13315           (setq e (point))
13316           (forward-line -1)             ; back to `b'
13317           (gnus-add-text-properties
13318            b (1- e) (list 'gnus-number gnus-reffed-article-number
13319                           gnus-mouse-face-prop gnus-mouse-face))
13320           (gnus-data-enter
13321            after-article gnus-reffed-article-number
13322            gnus-unread-mark b (car pslist) 0 (- e b))
13323           (push gnus-reffed-article-number gnus-newsgroup-unreads)
13324           (setq gnus-reffed-article-number (1- gnus-reffed-article-number))
13325           (setq pslist (cdr pslist)))))))
13326
13327 (defun gnus-pseudos< (p1 p2)
13328   (let ((c1 (cdr (assq 'action p1)))
13329         (c2 (cdr (assq 'action p2))))
13330     (and c1 c2 (string< c1 c2))))
13331
13332 (defun gnus-request-pseudo-article (props)
13333   (cond ((assq 'execute props)
13334          (gnus-execute-command (cdr (assq 'execute props)))))
13335   (let ((gnus-current-article (gnus-summary-article-number)))
13336     (run-hooks 'gnus-mark-article-hook)))
13337
13338 (defun gnus-execute-command (command &optional automatic)
13339   (save-excursion
13340     (gnus-article-setup-buffer)
13341     (set-buffer gnus-article-buffer)
13342     (setq buffer-read-only nil)
13343     (let ((command (if automatic command (read-string "Command: " command)))
13344           ;; Just binding this here doesn't help, because there might
13345           ;; be output from the process after exiting the scope of 
13346           ;; this `let'.
13347           ;; (buffer-read-only nil)
13348           )
13349       (erase-buffer)
13350       (insert "$ " command "\n\n")
13351       (if gnus-view-pseudo-asynchronously
13352           (start-process "gnus-execute" nil "sh" "-c" command)
13353         (call-process "sh" nil t nil "-c" command)))))
13354
13355 (defun gnus-copy-file (file &optional to)
13356   "Copy FILE to TO."
13357   (interactive
13358    (list (read-file-name "Copy file: " default-directory)
13359          (read-file-name "Copy file to: " default-directory)))
13360   (gnus-set-global-variables)
13361   (or to (setq to (read-file-name "Copy file to: " default-directory)))
13362   (and (file-directory-p to)
13363        (setq to (concat (file-name-as-directory to)
13364                         (file-name-nondirectory file))))
13365   (copy-file file to))
13366
13367 ;; Summary kill commands.
13368
13369 (defun gnus-summary-edit-global-kill (article)
13370   "Edit the \"global\" kill file."
13371   (interactive (list (gnus-summary-article-number)))
13372   (gnus-set-global-variables)
13373   (gnus-group-edit-global-kill article))
13374
13375 (defun gnus-summary-edit-local-kill ()
13376   "Edit a local kill file applied to the current newsgroup."
13377   (interactive)
13378   (gnus-set-global-variables)
13379   (setq gnus-current-headers (gnus-summary-article-header))
13380   (gnus-set-global-variables)
13381   (gnus-group-edit-local-kill
13382    (gnus-summary-article-number) gnus-newsgroup-name))
13383
13384 \f
13385 ;;;
13386 ;;; Gnus article mode
13387 ;;;
13388
13389 (put 'gnus-article-mode 'mode-class 'special)
13390
13391 (if gnus-article-mode-map
13392     nil
13393   (setq gnus-article-mode-map (make-keymap))
13394   (suppress-keymap gnus-article-mode-map)
13395
13396   (gnus-define-keys gnus-article-mode-map
13397     " " gnus-article-goto-next-page
13398     "\177" gnus-article-goto-prev-page
13399     [delete] gnus-article-goto-prev-page
13400     "\C-c^" gnus-article-refer-article
13401     "h" gnus-article-show-summary
13402     "s" gnus-article-show-summary
13403     "\C-c\C-m" gnus-article-mail
13404     "?" gnus-article-describe-briefly
13405     gnus-mouse-2 gnus-article-push-button
13406     "\r" gnus-article-press-button
13407     "\t" gnus-article-next-button
13408     "\M-\t" gnus-article-prev-button
13409     "\C-c\C-b" gnus-bug)
13410
13411   (substitute-key-definition
13412    'undefined 'gnus-article-read-summary-keys gnus-article-mode-map))
13413
13414 (defun gnus-article-mode ()
13415   "Major mode for displaying an article.
13416
13417 All normal editing commands are switched off.
13418
13419 The following commands are available:
13420
13421 \\<gnus-article-mode-map>
13422 \\[gnus-article-next-page]\t Scroll the article one page forwards
13423 \\[gnus-article-prev-page]\t Scroll the article one page backwards
13424 \\[gnus-article-refer-article]\t Go to the article referred to by an article id near point
13425 \\[gnus-article-show-summary]\t Display the summary buffer
13426 \\[gnus-article-mail]\t Send a reply to the address near point
13427 \\[gnus-article-describe-briefly]\t Describe the current mode briefly
13428 \\[gnus-info-find-node]\t Go to the Gnus info node"
13429   (interactive)
13430   (when (and menu-bar-mode
13431              (gnus-visual-p 'article-menu 'menu))
13432     (gnus-article-make-menu-bar))
13433   (kill-all-local-variables)
13434   (gnus-simplify-mode-line)
13435   (setq mode-name "Article")
13436   (setq major-mode 'gnus-article-mode)
13437   (make-local-variable 'minor-mode-alist)
13438   (or (assq 'gnus-show-mime minor-mode-alist)
13439       (setq minor-mode-alist
13440             (cons (list 'gnus-show-mime " MIME") minor-mode-alist)))
13441   (use-local-map gnus-article-mode-map)
13442   (make-local-variable 'page-delimiter)
13443   (setq page-delimiter gnus-page-delimiter)
13444   (buffer-disable-undo (current-buffer))
13445   (setq buffer-read-only t)             ;Disable modification
13446   (run-hooks 'gnus-article-mode-hook))
13447
13448 (defun gnus-article-setup-buffer ()
13449   "Initialize the article buffer."
13450   (let* ((name (if gnus-single-article-buffer "*Article*"
13451                  (concat "*Article " gnus-newsgroup-name "*")))
13452          (original
13453           (progn (string-match "\\*Article" name)
13454                  (concat " *Original Article"
13455                          (substring name (match-end 0))))))
13456     (setq gnus-article-buffer name)
13457     (setq gnus-original-article-buffer original)
13458     ;; This might be a variable local to the summary buffer.
13459     (unless gnus-single-article-buffer
13460       (save-excursion
13461         (set-buffer gnus-summary-buffer)
13462         (setq gnus-article-buffer name)
13463         (setq gnus-original-article-buffer original)
13464         (gnus-set-global-variables))
13465       (make-local-variable 'gnus-summary-buffer))
13466     ;; Init original article buffer.
13467     (save-excursion
13468       (set-buffer (get-buffer-create gnus-original-article-buffer))
13469       (buffer-disable-undo (current-buffer))
13470       (setq major-mode 'gnus-original-article-mode)
13471       (make-local-variable 'gnus-original-article))
13472     (if (get-buffer name)
13473         (save-excursion
13474           (set-buffer name)
13475           (buffer-disable-undo (current-buffer))
13476           (setq buffer-read-only t)
13477           (gnus-add-current-to-buffer-list)
13478           (or (eq major-mode 'gnus-article-mode)
13479               (gnus-article-mode))
13480           (current-buffer))
13481       (save-excursion
13482         (set-buffer (get-buffer-create name))
13483         (gnus-add-current-to-buffer-list)
13484         (gnus-article-mode)
13485         (current-buffer)))))
13486
13487 ;; Set article window start at LINE, where LINE is the number of lines
13488 ;; from the head of the article.
13489 (defun gnus-article-set-window-start (&optional line)
13490   (set-window-start
13491    (get-buffer-window gnus-article-buffer t)
13492    (save-excursion
13493      (set-buffer gnus-article-buffer)
13494      (goto-char (point-min))
13495      (if (not line)
13496          (point-min)
13497        (gnus-message 6 "Moved to bookmark")
13498        (search-forward "\n\n" nil t)
13499        (forward-line line)
13500        (point)))))
13501
13502 (defun gnus-kill-all-overlays ()
13503   "Delete all overlays in the current buffer."
13504   (when (fboundp 'overlay-lists)
13505     (let* ((overlayss (overlay-lists))
13506            (buffer-read-only nil)
13507            (overlays (nconc (car overlayss) (cdr overlayss))))
13508       (while overlays
13509         (delete-overlay (pop overlays))))))
13510
13511 (defun gnus-request-article-this-buffer (article group)
13512   "Get an article and insert it into this buffer."
13513   (let (do-update-line)
13514     (prog1
13515         (save-excursion
13516           (erase-buffer)
13517           (gnus-kill-all-overlays)
13518           (setq group (or group gnus-newsgroup-name))
13519
13520           ;; Open server if it has closed.
13521           (gnus-check-server (gnus-find-method-for-group group))
13522
13523           ;; Using `gnus-request-article' directly will insert the article into
13524           ;; `nntp-server-buffer' - so we'll save some time by not having to
13525           ;; copy it from the server buffer into the article buffer.
13526
13527           ;; We only request an article by message-id when we do not have the
13528           ;; headers for it, so we'll have to get those.
13529           (when (stringp article)
13530             (let ((gnus-override-method gnus-refer-article-method))
13531               (gnus-read-header article)))
13532
13533           ;; If the article number is negative, that means that this article
13534           ;; doesn't belong in this newsgroup (possibly), so we find its
13535           ;; message-id and request it by id instead of number.
13536           (when (and (numberp article)
13537                      gnus-summary-buffer
13538                      (get-buffer gnus-summary-buffer)
13539                      (buffer-name (get-buffer gnus-summary-buffer)))
13540             (save-excursion
13541               (set-buffer gnus-summary-buffer)
13542               (let ((header (gnus-summary-article-header article)))
13543                 (if (< article 0)
13544                     (cond 
13545                      ((memq article gnus-newsgroup-sparse)
13546                       ;; This is a sparse gap article.
13547                       (setq do-update-line article)
13548                       (setq article (mail-header-id header))
13549                       (let ((gnus-override-method gnus-refer-article-method))
13550                         (gnus-read-header article))
13551                       (setq gnus-newsgroup-sparse
13552                             (delq article gnus-newsgroup-sparse)))
13553                      ((vectorp header)
13554                       ;; It's a real article.
13555                       (setq article (mail-header-id header)))
13556                      (t
13557                       ;; It is an extracted pseudo-article.
13558                       (setq article 'pseudo)
13559                       (gnus-request-pseudo-article header))))
13560                 
13561                 (let ((method (gnus-find-method-for-group 
13562                                gnus-newsgroup-name)))
13563                   (if (not (eq (car method) 'nneething))
13564                       ()
13565                     (let ((dir (concat (file-name-as-directory (nth 1 method))
13566                                        (mail-header-subject header))))
13567                       (if (file-directory-p dir)
13568                           (progn
13569                             (setq article 'nneething)
13570                             (gnus-group-enter-directory dir)))))))))
13571
13572           (cond
13573            ;; Refuse to select canceled articles.
13574            ((and (numberp article)
13575                  gnus-summary-buffer
13576                  (get-buffer gnus-summary-buffer)
13577                  (buffer-name (get-buffer gnus-summary-buffer))
13578                  (eq (cdr (save-excursion
13579                             (set-buffer gnus-summary-buffer)
13580                             (assq article gnus-newsgroup-reads)))
13581                      gnus-canceled-mark))
13582             nil)
13583            ;; We first check `gnus-original-article-buffer'.
13584            ((and (get-buffer gnus-original-article-buffer)
13585                  (numberp article)
13586                  (save-excursion
13587                    (set-buffer gnus-original-article-buffer)
13588                    (and (equal (car gnus-original-article) group)
13589                         (eq (cdr gnus-original-article) article))))
13590             (insert-buffer-substring gnus-original-article-buffer)
13591             'article)
13592            ;; Check the backlog.
13593            ((and gnus-keep-backlog
13594                  (gnus-backlog-request-article group article (current-buffer)))
13595             'article)
13596            ;; Check the cache.
13597            ((and gnus-use-cache
13598                  (numberp article)
13599                  (gnus-cache-request-article article group))
13600             'article)
13601            ;; Get the article and put into the article buffer.
13602            ((or (stringp article) (numberp article))
13603             (let ((gnus-override-method
13604                    (and (stringp article) gnus-refer-article-method))
13605                   (buffer-read-only nil))
13606               (erase-buffer)
13607               (gnus-kill-all-overlays)
13608               (if (gnus-request-article article group (current-buffer))
13609                   (progn
13610                     (and gnus-keep-backlog
13611                          (numberp article)
13612                          (gnus-backlog-enter-article
13613                           group article (current-buffer)))
13614                     'article))))
13615            ;; It was a pseudo.
13616            (t article)))
13617
13618       ;; Take the article from the original article buffer
13619       ;; and place it in the buffer it's supposed to be in.
13620       (when (and (get-buffer gnus-article-buffer)
13621                  ;;(numberp article)
13622                  (equal (buffer-name (current-buffer))
13623                         (buffer-name (get-buffer gnus-article-buffer))))
13624         (save-excursion
13625           (if (get-buffer gnus-original-article-buffer)
13626               (set-buffer (get-buffer gnus-original-article-buffer))
13627             (set-buffer (get-buffer-create gnus-original-article-buffer))
13628             (buffer-disable-undo (current-buffer))
13629             (setq major-mode 'gnus-original-article-mode)
13630             (setq buffer-read-only t)
13631             (gnus-add-current-to-buffer-list))
13632           (let (buffer-read-only)
13633             (erase-buffer)
13634             (insert-buffer-substring gnus-article-buffer))
13635           (setq gnus-original-article (cons group article))))
13636     
13637       ;; Update sparse articles.
13638       (when (and do-update-line
13639                  (or (numberp article)
13640                      (stringp article)))
13641         (let ((buf (current-buffer)))
13642           (set-buffer gnus-summary-buffer)
13643           (gnus-summary-update-article do-update-line)
13644           (gnus-summary-goto-subject do-update-line nil t)
13645           (set-window-point (get-buffer-window (current-buffer) t)
13646                             (point))
13647           (set-buffer buf))))))
13648
13649 (defun gnus-read-header (id &optional header)
13650   "Read the headers of article ID and enter them into the Gnus system."
13651   (let ((group gnus-newsgroup-name)
13652         (gnus-override-method 
13653          (and (gnus-news-group-p gnus-newsgroup-name)
13654               gnus-refer-article-method))       
13655         where)
13656     ;; First we check to see whether the header in question is already
13657     ;; fetched.
13658     (if (stringp id)
13659         ;; This is a Message-ID.
13660         (setq header (or header (gnus-id-to-header id)))
13661       ;; This is an article number.
13662       (setq header (or header (gnus-summary-article-header id))))
13663     (if (and header
13664              (not (memq (mail-header-number header) gnus-newsgroup-sparse)))
13665         ;; We have found the header.
13666         header
13667       ;; We have to really fetch the header to this article.
13668       (when (setq where
13669                   (if (gnus-check-backend-function 'request-head group)
13670                       (gnus-request-head id group)
13671                     (gnus-request-article id group)))
13672         (save-excursion
13673           (set-buffer nntp-server-buffer)
13674           (and (search-forward "\n\n" nil t)
13675                (delete-region (1- (point)) (point-max)))
13676           (goto-char (point-max))
13677           (insert ".\n")
13678           (goto-char (point-min))
13679           (insert "211 ")
13680           (princ (cond
13681                   ((numberp id) id)
13682                   ((cdr where) (cdr where))
13683                   (header (mail-header-number header))
13684                   (t gnus-reffed-article-number))
13685                  (current-buffer))
13686           (insert " Article retrieved.\n"))
13687         ;(when (and header
13688         ;          (memq (mail-header-number header) gnus-newsgroup-sparse))
13689         ;  (setcar (gnus-id-to-thread id) nil))
13690         (if (not (setq header (car (gnus-get-newsgroup-headers))))
13691             ()                          ; Malformed head.
13692           (unless (memq (mail-header-number header) gnus-newsgroup-sparse)
13693             (if (and (stringp id)
13694                      (not (string= (gnus-group-real-name group)
13695                                    (car where))))
13696                 ;; If we fetched by Message-ID and the article came
13697                 ;; from a different group, we fudge some bogus article
13698                 ;; numbers for this article.
13699                 (mail-header-set-number header gnus-reffed-article-number))
13700             (decf gnus-reffed-article-number)
13701             (gnus-remove-header (mail-header-number header))
13702             (push header gnus-newsgroup-headers)
13703             (setq gnus-current-headers header)
13704             (push (mail-header-number header) gnus-newsgroup-limit))
13705           header)))))
13706
13707 (defun gnus-remove-header (number)
13708   "Remove header NUMBER from `gnus-newsgroup-headers'."
13709   (if (and gnus-newsgroup-headers
13710            (= number (mail-header-number (car gnus-newsgroup-headers))))
13711       (pop gnus-newsgroup-headers)
13712     (let ((headers gnus-newsgroup-headers))
13713       (while (and (cdr headers)
13714                   (not (= number (mail-header-number (cadr headers)))))
13715         (pop headers))
13716       (when (cdr headers)
13717         (setcdr headers (cddr headers))))))
13718
13719 (defun gnus-article-prepare (article &optional all-headers header)
13720   "Prepare ARTICLE in article mode buffer.
13721 ARTICLE should either be an article number or a Message-ID.
13722 If ARTICLE is an id, HEADER should be the article headers.
13723 If ALL-HEADERS is non-nil, no headers are hidden."
13724   (save-excursion
13725     ;; Make sure we start in a summary buffer.
13726     (unless (eq major-mode 'gnus-summary-mode)
13727       (set-buffer gnus-summary-buffer))
13728     (setq gnus-summary-buffer (current-buffer))
13729     ;; Make sure the connection to the server is alive.
13730     (unless (gnus-server-opened
13731              (gnus-find-method-for-group gnus-newsgroup-name))
13732       (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
13733       (gnus-request-group gnus-newsgroup-name t))
13734     (let* ((article (if header (mail-header-number header) article))
13735            (summary-buffer (current-buffer))
13736            (internal-hook gnus-article-internal-prepare-hook)
13737            (group gnus-newsgroup-name)
13738            result)
13739       (save-excursion
13740         (gnus-article-setup-buffer)
13741         (set-buffer gnus-article-buffer)
13742         ;; Deactivate active regions.
13743         (when (and (boundp 'transient-mark-mode)
13744                    transient-mark-mode)
13745           (setq mark-active nil))
13746         (if (not (setq result (let ((buffer-read-only nil))
13747                                 (gnus-request-article-this-buffer
13748                                  article group))))
13749             ;; There is no such article.
13750             (save-excursion
13751               (when (and (numberp article)
13752                          (not (memq article gnus-newsgroup-sparse)))
13753                 (setq gnus-article-current
13754                       (cons gnus-newsgroup-name article))
13755                 (set-buffer gnus-summary-buffer)
13756                 (setq gnus-current-article article)
13757                 (gnus-summary-mark-article article gnus-canceled-mark))
13758               (unless (memq article gnus-newsgroup-sparse)
13759                 (gnus-error
13760                  1 "No such article (may have expired or been canceled)")))
13761           (if (or (eq result 'pseudo) (eq result 'nneething))
13762               (progn
13763                 (save-excursion
13764                   (set-buffer summary-buffer)
13765                   (setq gnus-last-article gnus-current-article
13766                         gnus-newsgroup-history (cons gnus-current-article
13767                                                      gnus-newsgroup-history)
13768                         gnus-current-article 0
13769                         gnus-current-headers nil
13770                         gnus-article-current nil)
13771                   (if (eq result 'nneething)
13772                       (gnus-configure-windows 'summary)
13773                     (gnus-configure-windows 'article))
13774                   (gnus-set-global-variables))
13775                 (gnus-set-mode-line 'article))
13776             ;; The result from the `request' was an actual article -
13777             ;; or at least some text that is now displayed in the
13778             ;; article buffer.
13779             (if (and (numberp article)
13780                      (not (eq article gnus-current-article)))
13781                 ;; Seems like a new article has been selected.
13782                 ;; `gnus-current-article' must be an article number.
13783                 (save-excursion
13784                   (set-buffer summary-buffer)
13785                   (setq gnus-last-article gnus-current-article
13786                         gnus-newsgroup-history (cons gnus-current-article
13787                                                      gnus-newsgroup-history)
13788                         gnus-current-article article
13789                         gnus-current-headers
13790                         (gnus-summary-article-header gnus-current-article)
13791                         gnus-article-current
13792                         (cons gnus-newsgroup-name gnus-current-article))
13793                   (unless (vectorp gnus-current-headers)
13794                     (setq gnus-current-headers nil))
13795                   (gnus-summary-show-thread)
13796                   (run-hooks 'gnus-mark-article-hook)
13797                   (gnus-set-mode-line 'summary)
13798                   (and (gnus-visual-p 'article-highlight 'highlight)
13799                        (run-hooks 'gnus-visual-mark-article-hook))
13800                   ;; Set the global newsgroup variables here.
13801                   ;; Suggested by Jim Sisolak
13802                   ;; <sisolak@trans4.neep.wisc.edu>.
13803                   (gnus-set-global-variables)
13804                   (setq gnus-have-all-headers
13805                         (or all-headers gnus-show-all-headers))
13806                   (and gnus-use-cache
13807                        (vectorp (gnus-summary-article-header article))
13808                        (gnus-cache-possibly-enter-article
13809                         group article
13810                         (gnus-summary-article-header article)
13811                         (memq article gnus-newsgroup-marked)
13812                         (memq article gnus-newsgroup-dormant)
13813                         (memq article gnus-newsgroup-unreads)))))
13814             (when (or (numberp article)
13815                       (stringp article))
13816               ;; Hooks for getting information from the article.
13817               ;; This hook must be called before being narrowed.
13818               (let (buffer-read-only)
13819                 (run-hooks 'internal-hook)
13820                 (run-hooks 'gnus-article-prepare-hook)
13821                 ;; Decode MIME message.
13822                 (if gnus-show-mime
13823                     (if (or (not gnus-strict-mime)
13824                             (gnus-fetch-field "Mime-Version"))
13825                         (funcall gnus-show-mime-method)
13826                       (funcall gnus-decode-encoded-word-method)))
13827                 ;; Perform the article display hooks.
13828                 (run-hooks 'gnus-article-display-hook))
13829               ;; Do page break.
13830               (goto-char (point-min))
13831               (and gnus-break-pages (gnus-narrow-to-page)))
13832             (gnus-set-mode-line 'article)
13833             (gnus-configure-windows 'article)
13834             (goto-char (point-min))
13835             t))))))
13836
13837 (defun gnus-article-show-all-headers ()
13838   "Show all article headers in article mode buffer."
13839   (save-excursion
13840     (gnus-article-setup-buffer)
13841     (set-buffer gnus-article-buffer)
13842     (let ((buffer-read-only nil))
13843       (gnus-unhide-text (point-min) (point-max)))))
13844
13845 (defun gnus-article-hide-headers-if-wanted ()
13846   "Hide unwanted headers if `gnus-have-all-headers' is nil.
13847 Provided for backwards compatibility."
13848   (or (save-excursion (set-buffer gnus-summary-buffer) gnus-have-all-headers)
13849       gnus-inhibit-hiding
13850       (gnus-article-hide-headers)))
13851
13852 (defsubst gnus-article-header-rank ()
13853   "Give the rank of the string HEADER as given by `gnus-sorted-header-list'."
13854   (let ((list gnus-sorted-header-list)
13855         (i 0))
13856     (while list
13857       (when (looking-at (car list))
13858         (setq list nil))
13859       (setq list (cdr list))
13860       (incf i))
13861     i))
13862
13863 (defun gnus-article-hide-headers (&optional arg delete)
13864   "Toggle whether to hide unwanted headers and possibly sort them as well.
13865 If given a negative prefix, always show; if given a positive prefix,
13866 always hide."
13867   (interactive "P")
13868   (if (gnus-article-check-hidden-text 'headers arg)
13869       ;; Show boring headers as well.
13870       (gnus-article-show-hidden-text 'boring-headers)
13871     ;; This function might be inhibited.
13872     (unless gnus-inhibit-hiding
13873       (save-excursion
13874         (set-buffer gnus-article-buffer)
13875         (save-restriction
13876           (let ((buffer-read-only nil)
13877                 (props (nconc (list 'gnus-type 'headers)
13878                               gnus-hidden-properties))
13879                 (max (1+ (length gnus-sorted-header-list)))
13880                 (ignored (when (not (stringp gnus-visible-headers))
13881                            (cond ((stringp gnus-ignored-headers)
13882                                   gnus-ignored-headers)
13883                                  ((listp gnus-ignored-headers)
13884                                   (mapconcat 'identity gnus-ignored-headers
13885                                              "\\|")))))
13886                 (visible
13887                  (cond ((stringp gnus-visible-headers)
13888                         gnus-visible-headers)
13889                        ((and gnus-visible-headers
13890                              (listp gnus-visible-headers))
13891                         (mapconcat 'identity gnus-visible-headers "\\|"))))
13892                 want-list beg)
13893             ;; First we narrow to just the headers.
13894             (widen)
13895             (goto-char (point-min))
13896             ;; Hide any "From " lines at the beginning of (mail) articles.
13897             (while (looking-at "From ")
13898               (forward-line 1))
13899             (unless (bobp)
13900               (gnus-hide-text (point-min) (point) props))
13901             ;; Then treat the rest of the header lines.
13902             (narrow-to-region
13903              (point)
13904              (progn (search-forward "\n\n" nil t) (forward-line -1) (point)))
13905             ;; Then we use the two regular expressions
13906             ;; `gnus-ignored-headers' and `gnus-visible-headers' to
13907             ;; select which header lines is to remain visible in the
13908             ;; article buffer.
13909             (goto-char (point-min))
13910             (while (re-search-forward "^[^ \t]*:" nil t)
13911               (beginning-of-line)
13912               ;; We add the headers we want to keep to a list and delete
13913               ;; them from the buffer.
13914               (gnus-put-text-property 
13915                (point) (1+ (point)) 'message-rank
13916                (if (or (and visible (looking-at visible))
13917                        (and ignored
13918                             (not (looking-at ignored))))
13919                    (gnus-article-header-rank) 
13920                  (+ 2 max)))
13921               (forward-line 1))
13922             (message-sort-headers-1)
13923             (when (setq beg (text-property-any 
13924                              (point-min) (point-max) 'message-rank (+ 2 max)))
13925               ;; We make the unwanted headers invisible.
13926               (if delete
13927                   (delete-region beg (point-max))
13928                 ;; Suggested by Sudish Joseph <joseph@cis.ohio-state.edu>.
13929                 (gnus-hide-text-type beg (point-max) 'headers))
13930               ;; Work around XEmacs lossage.
13931               (gnus-put-text-property (point-min) beg 'invisible nil))))))))
13932
13933 (defun gnus-article-hide-boring-headers (&optional arg)
13934   "Toggle hiding of headers that aren't very interesting.
13935 If given a negative prefix, always show; if given a positive prefix,
13936 always hide."
13937   (interactive "P")
13938   (unless (gnus-article-check-hidden-text 'boring-headers arg)
13939     (save-excursion
13940       (set-buffer gnus-article-buffer)
13941       (save-restriction
13942         (let ((buffer-read-only nil)
13943               (list gnus-boring-article-headers)
13944               (inhibit-point-motion-hooks t)
13945               elem)
13946           (nnheader-narrow-to-headers)
13947           (while list
13948             (setq elem (pop list))
13949             (goto-char (point-min))
13950             (cond
13951              ;; Hide empty headers.
13952              ((eq elem 'empty)
13953               (while (re-search-forward "^[^:]+:[ \t]\n[^ \t]" nil t)
13954                 (forward-line -1)
13955                 (gnus-hide-text-type
13956                  (progn (beginning-of-line) (point))
13957                  (progn 
13958                    (end-of-line)
13959                    (if (re-search-forward "^[^ \t]" nil t)
13960                        (match-beginning 0)
13961                      (point-max)))
13962                  'boring-headers)))
13963              ;; Hide boring Newsgroups header.
13964              ((eq elem 'newsgroups)
13965               (when (equal (message-fetch-field "newsgroups")
13966                            (gnus-group-real-name gnus-newsgroup-name))
13967                 (gnus-article-hide-header "newsgroups")))
13968              ((eq elem 'followup-to)
13969               (when (equal (message-fetch-field "followup-to")
13970                            (message-fetch-field "newsgroups"))
13971                 (gnus-article-hide-header "followup-to")))
13972              ((eq elem 'reply-to)
13973               (let ((from (message-fetch-field "from"))
13974                     (reply-to (message-fetch-field "reply-to")))
13975                 (when (and
13976                        from reply-to
13977                        (equal 
13978                         (nth 1 (funcall gnus-extract-address-components from))
13979                         (nth 1 (funcall gnus-extract-address-components
13980                                         reply-to))))
13981                   (gnus-article-hide-header "reply-to"))))
13982              ((eq elem 'date)
13983               (let ((date (message-fetch-field "date")))
13984                 (when (and date
13985                            (< (gnus-days-between date (current-time-string))
13986                               4))
13987                   (gnus-article-hide-header "date")))))))))))
13988
13989 (defun gnus-article-hide-header (header)
13990   (save-excursion
13991     (goto-char (point-min))
13992     (when (re-search-forward (concat "^" header ":") nil t)
13993       (gnus-hide-text-type
13994        (progn (beginning-of-line) (point))
13995        (progn 
13996          (end-of-line)
13997          (if (re-search-forward "^[^ \t]" nil t)
13998              (match-beginning 0)
13999            (point-max)))
14000        'boring-headers))))
14001
14002 ;; Written by Per Abrahamsen <amanda@iesd.auc.dk>.
14003 (defun gnus-article-treat-overstrike ()
14004   "Translate overstrikes into bold text."
14005   (interactive)
14006   (save-excursion
14007     (set-buffer gnus-article-buffer)
14008     (let ((buffer-read-only nil))
14009       (while (search-forward "\b" nil t)
14010         (let ((next (following-char))
14011               (previous (char-after (- (point) 2))))
14012           (cond 
14013            ((eq next previous)
14014             (gnus-put-text-property (- (point) 2) (point) 'invisible t)
14015             (gnus-put-text-property (point) (1+ (point)) 'face 'bold))
14016            ((eq next ?_)
14017             (gnus-put-text-property (1- (point)) (1+ (point)) 'invisible t)
14018             (gnus-put-text-property
14019              (- (point) 2) (1- (point)) 'face 'underline))
14020            ((eq previous ?_)
14021             (gnus-put-text-property (- (point) 2) (point) 'invisible t)
14022             (gnus-put-text-property
14023              (point) (1+ (point))       'face 'underline))))))))
14024
14025 (defun gnus-article-word-wrap ()
14026   "Format too long lines."
14027   (interactive)
14028   (save-excursion
14029     (set-buffer gnus-article-buffer)
14030     (let ((buffer-read-only nil))
14031       (widen)
14032       (goto-char (point-min))
14033       (search-forward "\n\n" nil t)
14034       (end-of-line 1)
14035       (let ((paragraph-start "^[>|#:<;* ]*[ \t]*$")
14036             (adaptive-fill-regexp "[ \t]*\\([|#:<;>*]+ *\\)?")
14037             (adaptive-fill-mode t))
14038         (while (not (eobp))
14039           (and (>= (current-column) (min fill-column (window-width)))
14040                (/= (preceding-char) ?:)
14041                (fill-paragraph nil))
14042           (end-of-line 2))))))
14043
14044 (defun gnus-article-remove-cr ()
14045   "Remove carriage returns from an article."
14046   (interactive)
14047   (save-excursion
14048     (set-buffer gnus-article-buffer)
14049     (let ((buffer-read-only nil))
14050       (goto-char (point-min))
14051       (while (search-forward "\r" nil t)
14052         (replace-match "" t t)))))
14053
14054 (defun gnus-article-remove-trailing-blank-lines ()
14055   "Remove all trailing blank lines from the article."
14056   (interactive)
14057   (save-excursion
14058     (set-buffer gnus-article-buffer)
14059     (let ((buffer-read-only nil))
14060       (goto-char (point-max))
14061       (delete-region
14062        (point)
14063        (progn
14064          (while (looking-at "^[ \t]*$")
14065            (forward-line -1))
14066          (forward-line 1)
14067          (point))))))
14068
14069 (defun gnus-article-display-x-face (&optional force)
14070   "Look for an X-Face header and display it if present."
14071   (interactive (list 'force))
14072   (save-excursion
14073     (set-buffer gnus-article-buffer)
14074     ;; Delete the old process, if any.
14075     (when (process-status "gnus-x-face")
14076       (delete-process "gnus-x-face"))
14077     (let ((inhibit-point-motion-hooks t)
14078           (case-fold-search nil)
14079           from)
14080       (save-restriction
14081         (nnheader-narrow-to-headers)
14082         (setq from (message-fetch-field "from"))
14083         (goto-char (point-min))
14084         (when (and gnus-article-x-face-command
14085                    (or force
14086                        ;; Check whether this face is censored.
14087                        (not gnus-article-x-face-too-ugly)
14088                        (and gnus-article-x-face-too-ugly from
14089                             (not (string-match gnus-article-x-face-too-ugly
14090                                                from))))
14091                    ;; Has to be present.
14092                    (re-search-forward "^X-Face: " nil t))
14093           ;; We now have the area of the buffer where the X-Face is stored.
14094           (let ((beg (point))
14095                 (end (1- (re-search-forward "^\\($\\|[^ \t]\\)" nil t))))
14096             ;; We display the face.
14097             (if (symbolp gnus-article-x-face-command)
14098                 ;; The command is a lisp function, so we call it.
14099                 (if (gnus-functionp gnus-article-x-face-command)
14100                     (funcall gnus-article-x-face-command beg end)
14101                   (error "%s is not a function" gnus-article-x-face-command))
14102               ;; The command is a string, so we interpret the command
14103               ;; as a, well, command, and fork it off.
14104               (let ((process-connection-type nil))
14105                 (process-kill-without-query
14106                  (start-process
14107                   "gnus-x-face" nil "sh" "-c" gnus-article-x-face-command))
14108                 (process-send-region "gnus-x-face" beg end)
14109                 (process-send-eof "gnus-x-face")))))))))
14110
14111 (defalias 'gnus-headers-decode-quoted-printable 'gnus-decode-rfc1522)
14112 (defun gnus-decode-rfc1522 ()
14113   "Hack to remove QP encoding from headers."
14114   (let ((case-fold-search t)
14115         (inhibit-point-motion-hooks t)
14116         (buffer-read-only nil)
14117         string)
14118     (save-restriction
14119       (narrow-to-region
14120        (goto-char (point-min))
14121        (or (search-forward "\n\n" nil t) (point-max)))
14122
14123       (while (re-search-forward 
14124               "=\\?iso-8859-1\\?q\\?\\([^?\t\n]*\\)\\?=" nil t)
14125         (setq string (match-string 1))
14126         (narrow-to-region (match-beginning 0) (match-end 0))
14127         (delete-region (point-min) (point-max))
14128         (insert string)
14129         (gnus-mime-decode-quoted-printable (goto-char (point-min)) (point-max))
14130         (subst-char-in-region (point-min) (point-max) ?_ ? )
14131         (widen)
14132         (goto-char (point-min))))))
14133
14134 (defun gnus-article-de-quoted-unreadable (&optional force)
14135   "Do a naive translation of a quoted-printable-encoded article.
14136 This is in no way, shape or form meant as a replacement for real MIME
14137 processing, but is simply a stop-gap measure until MIME support is
14138 written.
14139 If FORCE, decode the article whether it is marked as quoted-printable
14140 or not."
14141   (interactive (list 'force))
14142   (save-excursion
14143     (set-buffer gnus-article-buffer)
14144     (let ((case-fold-search t)
14145           (buffer-read-only nil)
14146           (type (gnus-fetch-field "content-transfer-encoding")))
14147       (gnus-decode-rfc1522)
14148       (when (or force
14149                 (and type (string-match "quoted-printable" (downcase type))))
14150         (goto-char (point-min))
14151         (search-forward "\n\n" nil 'move)
14152         (gnus-mime-decode-quoted-printable (point) (point-max))))))
14153
14154 (defun gnus-mime-decode-quoted-printable (from to)
14155   "Decode Quoted-Printable in the region between FROM and TO."
14156   (interactive "r")
14157   (goto-char from)
14158   (while (search-forward "=" to t)
14159     (cond ((eq (following-char) ?\n)
14160            (delete-char -1)
14161            (delete-char 1))
14162           ((looking-at "[0-9A-F][0-9A-F]")
14163            (subst-char-in-region
14164             (1- (point)) (point) ?=
14165             (hexl-hex-string-to-integer
14166              (buffer-substring (point) (+ 2 (point)))))
14167            (delete-char 2))
14168           ((looking-at "=")
14169            (delete-char 1))
14170           ((gnus-message 3 "Malformed MIME quoted-printable message")))))
14171
14172 (defun gnus-article-hide-pgp (&optional arg)
14173   "Toggle hiding of any PGP headers and signatures in the current article.
14174 If given a negative prefix, always show; if given a positive prefix,
14175 always hide."
14176   (interactive "P")
14177   (unless (gnus-article-check-hidden-text 'pgp arg)
14178     (save-excursion
14179       (set-buffer gnus-article-buffer)
14180       (let ((props (nconc (list 'gnus-type 'pgp) gnus-hidden-properties))
14181             buffer-read-only beg end)
14182         (widen)
14183         (goto-char (point-min))
14184         ;; Hide the "header".
14185         (and (search-forward "\n-----BEGIN PGP SIGNED MESSAGE-----\n" nil t)
14186              (gnus-hide-text (match-beginning 0) (match-end 0) props))
14187         (setq beg (point))
14188         ;; Hide the actual signature.
14189         (and (search-forward "\n-----BEGIN PGP SIGNATURE-----\n" nil t)
14190              (setq end (1+ (match-beginning 0)))
14191              (gnus-hide-text
14192               end
14193               (if (search-forward "\n-----END PGP SIGNATURE-----\n" nil t)
14194                   (match-end 0)
14195                 ;; Perhaps we shouldn't hide to the end of the buffer
14196                 ;; if there is no end to the signature?
14197                 (point-max))
14198               props))
14199         ;; Hide "- " PGP quotation markers.
14200         (when (and beg end)
14201           (narrow-to-region beg end)
14202           (goto-char (point-min))
14203           (while (re-search-forward "^- " nil t)
14204             (gnus-hide-text (match-beginning 0) (match-end 0) props))
14205           (widen))))))
14206
14207 (defun gnus-article-hide-signature (&optional arg)
14208   "Hide the signature in the current article.
14209 If given a negative prefix, always show; if given a positive prefix,
14210 always hide."
14211   (interactive "P")
14212   (unless (gnus-article-check-hidden-text 'signature arg)
14213     (save-excursion
14214       (set-buffer gnus-article-buffer)
14215       (save-restriction
14216         (let ((buffer-read-only nil))
14217           (when (gnus-narrow-to-signature)
14218             (gnus-hide-text-type (point-min) (point-max) 'signature)))))))
14219
14220 (defun gnus-article-strip-leading-blank-lines ()
14221   "Remove all blank lines from the beginning of the article."
14222   (interactive)
14223   (save-excursion
14224     (set-buffer gnus-article-buffer)
14225     (let (buffer-read-only)
14226       (goto-char (point-min))
14227       (when (search-forward "\n\n" nil t)
14228         (while (looking-at "[ \t]$")
14229           (gnus-delete-line))))))
14230
14231 (defvar mime::preview/content-list)
14232 (defvar mime::preview-content-info/point-min)
14233 (defun gnus-narrow-to-signature ()
14234   "Narrow to the signature."
14235   (widen)
14236   (if (and (boundp 'mime::preview/content-list)
14237            mime::preview/content-list)
14238       (let ((pcinfo (car (last mime::preview/content-list))))
14239         (narrow-to-region
14240          (funcall (intern "mime::preview-content-info/point-min") pcinfo)
14241          (point-max))
14242         t))
14243   (goto-char (point-max))
14244   (when (re-search-backward gnus-signature-separator nil t)
14245     (forward-line 1)
14246     (when (or (null gnus-signature-limit)
14247               (and (numberp gnus-signature-limit)
14248                    (< (- (point-max) (point)) gnus-signature-limit))
14249               (and (gnus-functionp gnus-signature-limit)
14250                    (funcall gnus-signature-limit))
14251               (and (stringp gnus-signature-limit)
14252                    (not (re-search-forward gnus-signature-limit nil t))))
14253       (narrow-to-region (point) (point-max))
14254       t)))
14255
14256 (defun gnus-article-check-hidden-text (type arg)
14257   "Return nil if hiding is necessary."
14258   (save-excursion
14259     (set-buffer gnus-article-buffer)
14260     (let ((hide (gnus-article-hidden-text-p type)))
14261       (cond ((or (and (null arg) (eq hide 'hidden))
14262                  (and arg (< 0 (prefix-numeric-value arg))))
14263              (gnus-article-show-hidden-text type))
14264             ((eq hide 'shown)
14265              (gnus-article-show-hidden-text type t))
14266             (t nil)))))
14267
14268 (defun gnus-article-hidden-text-p (type)
14269   "Say whether the current buffer contains hidden text of type TYPE."
14270   (let ((pos (text-property-any (point-min) (point-max) 'gnus-type type)))
14271     (when pos
14272       (if (get-text-property pos 'invisible)
14273           'hidden
14274         'shown))))
14275
14276 (defun gnus-article-hide (&optional arg force)
14277   "Hide all the gruft in the current article.
14278 This means that PGP stuff, signatures, cited text and (some)
14279 headers will be hidden.
14280 If given a prefix, show the hidden text instead."
14281   (interactive (list current-prefix-arg 'force))
14282   (gnus-article-hide-headers arg)
14283   (gnus-article-hide-pgp arg)
14284   (gnus-article-hide-citation-maybe arg force)
14285   (gnus-article-hide-signature arg))
14286
14287 (defun gnus-article-show-hidden-text (type &optional hide)
14288   "Show all hidden text of type TYPE.
14289 If HIDE, hide the text instead."
14290   (save-excursion
14291     (set-buffer gnus-article-buffer)
14292     (let ((buffer-read-only nil)
14293           (inhibit-point-motion-hooks t)
14294           (beg (point-min)))
14295       (while (gnus-goto-char (text-property-any
14296                               beg (point-max) 'gnus-type type))
14297         (setq beg (point))
14298         (forward-char)
14299         (if hide
14300             (gnus-hide-text beg (point) gnus-hidden-properties)
14301           (gnus-unhide-text beg (point)))
14302         (setq beg (point)))
14303       t)))
14304
14305 (defvar gnus-article-time-units
14306   `((year . ,(* 365.25 24 60 60))
14307     (week . ,(* 7 24 60 60))
14308     (day . ,(* 24 60 60))
14309     (hour . ,(* 60 60))
14310     (minute . 60)
14311     (second . 1))
14312   "Mapping from time units to seconds.")
14313
14314 (defun gnus-article-date-ut (&optional type highlight)
14315   "Convert DATE date to universal time in the current article.
14316 If TYPE is `local', convert to local time; if it is `lapsed', output
14317 how much time has lapsed since DATE."
14318   (interactive (list 'ut t))
14319   (let* ((header (or gnus-current-headers
14320                      (gnus-summary-article-header) ""))
14321          (date (and (vectorp header) (mail-header-date header)))
14322          (date-regexp "^Date: \\|^X-Sent: ")
14323          (now (current-time))
14324          (inhibit-point-motion-hooks t)
14325          bface eface)
14326     (when (and date (not (string= date "")))
14327       (save-excursion
14328         (set-buffer gnus-article-buffer)
14329         (save-restriction
14330           (nnheader-narrow-to-headers)
14331           (let ((buffer-read-only nil))
14332             ;; Delete any old Date headers.
14333             (if (re-search-forward date-regexp nil t)
14334                 (progn
14335                   (setq bface (get-text-property (gnus-point-at-bol) 'face)
14336                         eface (get-text-property (1- (gnus-point-at-eol))
14337                                                  'face))
14338                   (message-remove-header date-regexp t)
14339                   (beginning-of-line))
14340               (goto-char (point-max)))
14341             (insert (gnus-make-date-line date type))
14342             ;; Do highlighting.
14343             (forward-line -1)
14344             (when (and (gnus-visual-p 'article-highlight 'highlight)
14345                        (looking-at "\\([^:]+\\): *\\(.*\\)$"))
14346               (gnus-put-text-property (match-beginning 1) (match-end 1)
14347                                  'face bface)
14348               (gnus-put-text-property (match-beginning 2) (match-end 2)
14349                                  'face eface))))))))
14350
14351 (defun gnus-make-date-line (date type)
14352   "Return a DATE line of TYPE."
14353   (cond
14354    ;; Convert to the local timezone.  We have to slap a
14355    ;; `condition-case' round the calls to the timezone
14356    ;; functions since they aren't particularly resistant to
14357    ;; buggy dates.
14358    ((eq type 'local)
14359     (concat "Date: " (condition-case ()
14360                          (timezone-make-date-arpa-standard date)
14361                        (error date))
14362             "\n"))
14363    ;; Convert to Universal Time.
14364    ((eq type 'ut)
14365     (concat "Date: "
14366             (condition-case ()
14367                 (timezone-make-date-arpa-standard date nil "UT")
14368               (error date))
14369             "\n"))
14370    ;; Get the original date from the article.
14371    ((eq type 'original)
14372     (concat "Date: " date "\n"))
14373    ;; Do an X-Sent lapsed format.
14374    ((eq type 'lapsed)
14375     ;; If the date is seriously mangled, the timezone
14376     ;; functions are liable to bug out, so we condition-case
14377     ;; the entire thing.
14378     (let* ((now (current-time))
14379            (real-time
14380             (condition-case ()
14381                 (gnus-time-minus
14382                  (gnus-encode-date
14383                   (timezone-make-date-arpa-standard
14384                    (current-time-string now)
14385                    (current-time-zone now) "UT"))
14386                  (gnus-encode-date
14387                   (timezone-make-date-arpa-standard
14388                    date nil "UT")))
14389               (error '(0 0))))
14390            (real-sec (+ (* (float (car real-time)) 65536)
14391                         (cadr real-time)))
14392            (sec (abs real-sec))
14393            num prev)
14394       (cond
14395        ((equal real-time '(0 0))
14396         "X-Sent: Unknown\n")
14397        ((zerop sec)
14398         "X-Sent: Now\n")
14399        (t
14400         (concat
14401          "X-Sent: "
14402          ;; This is a bit convoluted, but basically we go
14403          ;; through the time units for years, weeks, etc,
14404          ;; and divide things to see whether that results
14405          ;; in positive answers.
14406          (mapconcat
14407           (lambda (unit)
14408             (if (zerop (setq num (ffloor (/ sec (cdr unit)))))
14409                 ;; The (remaining) seconds are too few to
14410                 ;; be divided into this time unit.
14411                 ""
14412               ;; It's big enough, so we output it.
14413               (setq sec (- sec (* num (cdr unit))))
14414               (prog1
14415                   (concat (if prev ", " "") (int-to-string
14416                                              (floor num))
14417                           " " (symbol-name (car unit))
14418                           (if (> num 1) "s" ""))
14419                 (setq prev t))))
14420           gnus-article-time-units "")
14421          ;; If dates are odd, then it might appear like the
14422          ;; article was sent in the future.
14423          (if (> real-sec 0)
14424              " ago\n"
14425            " in the future\n"))))))
14426    (t
14427     (error "Unknown conversion type: %s" type))))
14428
14429 (defun gnus-article-date-local (&optional highlight)
14430   "Convert the current article date to the local timezone."
14431   (interactive (list t))
14432   (gnus-article-date-ut 'local highlight))
14433
14434 (defun gnus-article-date-original (&optional highlight)
14435   "Convert the current article date to what it was originally.
14436 This is only useful if you have used some other date conversion
14437 function and want to see what the date was before converting."
14438   (interactive (list t))
14439   (gnus-article-date-ut 'original highlight))
14440
14441 (defun gnus-article-date-lapsed (&optional highlight)
14442   "Convert the current article date to time lapsed since it was sent."
14443   (interactive (list t))
14444   (gnus-article-date-ut 'lapsed highlight))
14445
14446 (defun gnus-article-maybe-highlight ()
14447   "Do some article highlighting if `gnus-visual' is non-nil."
14448   (if (gnus-visual-p 'article-highlight 'highlight)
14449       (gnus-article-highlight-some)))
14450
14451 ;;; Article savers.
14452
14453 (defun gnus-output-to-rmail (file-name)
14454   "Append the current article to an Rmail file named FILE-NAME."
14455   (require 'rmail)
14456   ;; Most of these codes are borrowed from rmailout.el.
14457   (setq file-name (expand-file-name file-name))
14458   (setq rmail-default-rmail-file file-name)
14459   (let ((artbuf (current-buffer))
14460         (tmpbuf (get-buffer-create " *Gnus-output*")))
14461     (save-excursion
14462       (or (get-file-buffer file-name)
14463           (file-exists-p file-name)
14464           (if (gnus-yes-or-no-p
14465                (concat "\"" file-name "\" does not exist, create it? "))
14466               (let ((file-buffer (create-file-buffer file-name)))
14467                 (save-excursion
14468                   (set-buffer file-buffer)
14469                   (rmail-insert-rmail-file-header)
14470                   (let ((require-final-newline nil))
14471                     (write-region (point-min) (point-max) file-name t 1)))
14472                 (kill-buffer file-buffer))
14473             (error "Output file does not exist")))
14474       (set-buffer tmpbuf)
14475       (buffer-disable-undo (current-buffer))
14476       (erase-buffer)
14477       (insert-buffer-substring artbuf)
14478       (gnus-convert-article-to-rmail)
14479       ;; Decide whether to append to a file or to an Emacs buffer.
14480       (let ((outbuf (get-file-buffer file-name)))
14481         (if (not outbuf)
14482             (append-to-file (point-min) (point-max) file-name)
14483           ;; File has been visited, in buffer OUTBUF.
14484           (set-buffer outbuf)
14485           (let ((buffer-read-only nil)
14486                 (msg (and (boundp 'rmail-current-message)
14487                           (symbol-value 'rmail-current-message))))
14488             ;; If MSG is non-nil, buffer is in RMAIL mode.
14489             (if msg
14490                 (progn (widen)
14491                        (narrow-to-region (point-max) (point-max))))
14492             (insert-buffer-substring tmpbuf)
14493             (if msg
14494                 (progn
14495                   (goto-char (point-min))
14496                   (widen)
14497                   (search-backward "\^_")
14498                   (narrow-to-region (point) (point-max))
14499                   (goto-char (1+ (point-min)))
14500                   (rmail-count-new-messages t)
14501                   (rmail-show-message msg)))))))
14502     (kill-buffer tmpbuf)))
14503
14504 (defun gnus-output-to-file (file-name)
14505   "Append the current article to a file named FILE-NAME."
14506   (setq file-name (expand-file-name file-name))
14507   (let ((artbuf (current-buffer))
14508         (tmpbuf (get-buffer-create " *Gnus-output*")))
14509     (save-excursion
14510       (set-buffer tmpbuf)
14511       (buffer-disable-undo (current-buffer))
14512       (erase-buffer)
14513       (insert-buffer-substring artbuf)
14514       ;; Append newline at end of the buffer as separator, and then
14515       ;; save it to file.
14516       (goto-char (point-max))
14517       (insert "\n")
14518       (append-to-file (point-min) (point-max) file-name))
14519     (kill-buffer tmpbuf)))
14520
14521 (defun gnus-convert-article-to-rmail ()
14522   "Convert article in current buffer to Rmail message format."
14523   (let ((buffer-read-only nil))
14524     ;; Convert article directly into Babyl format.
14525     ;; Suggested by Rob Austein <sra@lcs.mit.edu>
14526     (goto-char (point-min))
14527     (insert "\^L\n0, unseen,,\n*** EOOH ***\n")
14528     (while (search-forward "\n\^_" nil t) ;single char
14529       (replace-match "\n^_" t t))       ;2 chars: "^" and "_"
14530     (goto-char (point-max))
14531     (insert "\^_")))
14532
14533 (defun gnus-narrow-to-page (&optional arg)
14534   "Narrow the article buffer to a page.
14535 If given a numerical ARG, move forward ARG pages."
14536   (interactive "P")
14537   (setq arg (if arg (prefix-numeric-value arg) 0))
14538   (save-excursion
14539     (set-buffer gnus-article-buffer)
14540     (goto-char (point-min))
14541     (widen)
14542     (when (gnus-visual-p 'page-marker)
14543       (let ((buffer-read-only nil))
14544         (gnus-remove-text-with-property 'gnus-prev)
14545         (gnus-remove-text-with-property 'gnus-next)))
14546     (when
14547         (cond ((< arg 0)
14548                (re-search-backward page-delimiter nil 'move (1+ (abs arg))))
14549               ((> arg 0)
14550                (re-search-forward page-delimiter nil 'move arg)))
14551       (goto-char (match-end 0)))
14552     (narrow-to-region
14553      (point)
14554      (if (re-search-forward page-delimiter nil 'move)
14555          (match-beginning 0)
14556        (point)))
14557     (when (and (gnus-visual-p 'page-marker)
14558                (not (= (point-min) 1)))
14559       (save-excursion
14560         (goto-char (point-min))
14561         (gnus-insert-prev-page-button)))
14562     (when (and (gnus-visual-p 'page-marker)
14563                (not (= (1- (point-max)) (buffer-size))))
14564       (save-excursion
14565         (goto-char (point-max))
14566         (gnus-insert-next-page-button)))))
14567
14568 ;; Article mode commands
14569
14570 (defun gnus-article-goto-next-page ()
14571   "Show the next page of the article."
14572   (interactive)
14573   (when (gnus-article-next-page)
14574     (gnus-article-read-summary-keys nil (gnus-character-to-event ?n))))
14575
14576 (defun gnus-article-goto-prev-page ()
14577   "Show the next page of the article."
14578   (interactive)
14579   (if (bobp) (gnus-article-read-summary-keys nil (gnus-character-to-event ?n))
14580     (gnus-article-prev-page nil)))
14581
14582 (defun gnus-article-next-page (&optional lines)
14583   "Show the next page of the current article.
14584 If end of article, return non-nil.  Otherwise return nil.
14585 Argument LINES specifies lines to be scrolled up."
14586   (interactive "p")
14587   (move-to-window-line -1)
14588   ;; Fixed by enami@ptgd.sony.co.jp (enami tsugutomo)
14589   (if (save-excursion
14590         (end-of-line)
14591         (and (pos-visible-in-window-p)  ;Not continuation line.
14592              (eobp)))
14593       ;; Nothing in this page.
14594       (if (or (not gnus-break-pages)
14595               (save-excursion
14596                 (save-restriction
14597                   (widen) (forward-line 1) (eobp)))) ;Real end-of-buffer?
14598           t                             ;Nothing more.
14599         (gnus-narrow-to-page 1)         ;Go to next page.
14600         nil)
14601     ;; More in this page.
14602     (condition-case ()
14603         (scroll-up lines)
14604       (end-of-buffer
14605        ;; Long lines may cause an end-of-buffer error.
14606        (goto-char (point-max))))
14607     (move-to-window-line 0)
14608     nil))
14609
14610 (defun gnus-article-prev-page (&optional lines)
14611   "Show previous page of current article.
14612 Argument LINES specifies lines to be scrolled down."
14613   (interactive "p")
14614   (move-to-window-line 0)
14615   (if (and gnus-break-pages
14616            (bobp)
14617            (not (save-restriction (widen) (bobp)))) ;Real beginning-of-buffer?
14618       (progn
14619         (gnus-narrow-to-page -1)        ;Go to previous page.
14620         (goto-char (point-max))
14621         (recenter -1))
14622     (prog1
14623         (condition-case ()
14624             (scroll-down lines)
14625           (error nil))
14626       (move-to-window-line 0))))
14627
14628 (defun gnus-article-refer-article ()
14629   "Read article specified by message-id around point."
14630   (interactive)
14631   (let ((point (point)))
14632     (search-forward ">" nil t)          ;Move point to end of "<....>".
14633     (if (re-search-backward "\\(<[^<> \t\n]+>\\)" nil t)
14634         (let ((message-id (match-string 1)))
14635           (goto-char point)
14636           (set-buffer gnus-summary-buffer)
14637           (gnus-summary-refer-article message-id))
14638       (goto-char (point))
14639       (error "No references around point"))))
14640
14641 (defun gnus-article-show-summary ()
14642   "Reconfigure windows to show summary buffer."
14643   (interactive)
14644   (gnus-configure-windows 'article)
14645   (gnus-summary-goto-subject gnus-current-article))
14646
14647 (defun gnus-article-describe-briefly ()
14648   "Describe article mode commands briefly."
14649   (interactive)
14650   (gnus-message 6
14651                 (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")))
14652
14653 (defun gnus-article-summary-command ()
14654   "Execute the last keystroke in the summary buffer."
14655   (interactive)
14656   (let ((obuf (current-buffer))
14657         (owin (current-window-configuration))
14658         func)
14659     (switch-to-buffer gnus-summary-buffer 'norecord)
14660     (setq func (lookup-key (current-local-map) (this-command-keys)))
14661     (call-interactively func)
14662     (set-buffer obuf)
14663     (set-window-configuration owin)
14664     (set-window-point (get-buffer-window (current-buffer)) (point))))
14665
14666 (defun gnus-article-summary-command-nosave ()
14667   "Execute the last keystroke in the summary buffer."
14668   (interactive)
14669   (let (func)
14670     (pop-to-buffer gnus-summary-buffer 'norecord)
14671     (setq func (lookup-key (current-local-map) (this-command-keys)))
14672     (call-interactively func)))
14673
14674 (defun gnus-article-read-summary-keys (&optional arg key not-restore-window)
14675   "Read a summary buffer key sequence and execute it from the article buffer."
14676   (interactive "P")
14677   (let ((nosaves
14678          '("q" "Q"  "c" "r" "R" "\C-c\C-f" "m"  "a" "f" "F"
14679            "Zc" "ZC" "ZE" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP"
14680            "=" "^" "\M-^"))
14681         keys)
14682     (save-excursion
14683       (set-buffer gnus-summary-buffer)
14684       (push (or key last-command-event) unread-command-events)
14685       (setq keys (read-key-sequence nil)))
14686     (message "")
14687
14688     (if (member keys nosaves)
14689         (let (func)
14690           (pop-to-buffer gnus-summary-buffer 'norecord)
14691           (if (setq func (lookup-key (current-local-map) keys))
14692               (call-interactively func)
14693             (ding)))
14694       (let ((obuf (current-buffer))
14695             (owin (current-window-configuration))
14696             (opoint (point))
14697             func in-buffer)
14698         (if not-restore-window
14699             (pop-to-buffer gnus-summary-buffer 'norecord)
14700           (switch-to-buffer gnus-summary-buffer 'norecord))
14701         (setq in-buffer (current-buffer))
14702         (if (setq func (lookup-key (current-local-map) keys))
14703             (call-interactively func)
14704           (ding))
14705         (when (eq in-buffer (current-buffer))
14706           (set-buffer obuf)
14707           (unless not-restore-window
14708             (set-window-configuration owin))
14709           (set-window-point (get-buffer-window (current-buffer)) opoint))))))
14710
14711 \f
14712 ;;;
14713 ;;; Kill file handling.
14714 ;;;
14715
14716 ;;;###autoload
14717 (defalias 'gnus-batch-kill 'gnus-batch-score)
14718 ;;;###autoload
14719 (defun gnus-batch-score ()
14720   "Run batched scoring.
14721 Usage: emacs -batch -l gnus -f gnus-batch-score <newsgroups> ...
14722 Newsgroups is a list of strings in Bnews format.  If you want to score
14723 the comp hierarchy, you'd say \"comp.all\".  If you would not like to
14724 score the alt hierarchy, you'd say \"!alt.all\"."
14725   (interactive)
14726   (let* ((yes-and-no
14727           (gnus-newsrc-parse-options
14728            (apply (function concat)
14729                   (mapcar (lambda (g) (concat g " "))
14730                           command-line-args-left))))
14731          (gnus-expert-user t)
14732          (nnmail-spool-file nil)
14733          (gnus-use-dribble-file nil)
14734          (yes (car yes-and-no))
14735          (no (cdr yes-and-no))
14736          group newsrc entry
14737          ;; Disable verbose message.
14738          gnus-novice-user gnus-large-newsgroup)
14739     ;; Eat all arguments.
14740     (setq command-line-args-left nil)
14741     ;; Start Gnus.
14742     (gnus)
14743     ;; Apply kills to specified newsgroups in command line arguments.
14744     (setq newsrc (cdr gnus-newsrc-alist))
14745     (while newsrc
14746       (setq group (caar newsrc))
14747       (setq entry (gnus-gethash group gnus-newsrc-hashtb))
14748       (if (and (<= (nth 1 (car newsrc)) gnus-level-subscribed)
14749                (and (car entry)
14750                     (or (eq (car entry) t)
14751                         (not (zerop (car entry)))))
14752                (if yes (string-match yes group) t)
14753                (or (null no) (not (string-match no group))))
14754           (progn
14755             (gnus-summary-read-group group nil t nil t)
14756             (and (eq (current-buffer) (get-buffer gnus-summary-buffer))
14757                  (gnus-summary-exit))))
14758       (setq newsrc (cdr newsrc)))
14759     ;; Exit Emacs.
14760     (switch-to-buffer gnus-group-buffer)
14761     (gnus-group-save-newsrc)))
14762
14763 (defun gnus-apply-kill-file ()
14764   "Apply a kill file to the current newsgroup.
14765 Returns the number of articles marked as read."
14766   (if (or (file-exists-p (gnus-newsgroup-kill-file nil))
14767           (file-exists-p (gnus-newsgroup-kill-file gnus-newsgroup-name)))
14768       (gnus-apply-kill-file-internal)
14769     0))
14770
14771 (defun gnus-kill-save-kill-buffer ()
14772   (let ((file (gnus-newsgroup-kill-file gnus-newsgroup-name)))
14773     (when (get-file-buffer file)
14774       (save-excursion
14775         (set-buffer (get-file-buffer file))
14776         (and (buffer-modified-p) (save-buffer))
14777         (kill-buffer (current-buffer))))))
14778
14779 (defvar gnus-kill-file-name "KILL"
14780   "Suffix of the kill files.")
14781
14782 (defun gnus-newsgroup-kill-file (newsgroup)
14783   "Return the name of a kill file name for NEWSGROUP.
14784 If NEWSGROUP is nil, return the global kill file name instead."
14785   (cond 
14786    ;; The global KILL file is placed at top of the directory.
14787    ((or (null newsgroup)
14788         (string-equal newsgroup ""))
14789     (expand-file-name gnus-kill-file-name
14790                       gnus-kill-files-directory))
14791    ;; Append ".KILL" to newsgroup name.
14792    ((gnus-use-long-file-name 'not-kill)
14793     (expand-file-name (concat (gnus-newsgroup-savable-name newsgroup)
14794                               "." gnus-kill-file-name)
14795                       gnus-kill-files-directory))
14796    ;; Place "KILL" under the hierarchical directory.
14797    (t
14798     (expand-file-name (concat (gnus-newsgroup-directory-form newsgroup)
14799                               "/" gnus-kill-file-name)
14800                       gnus-kill-files-directory))))
14801
14802 \f
14803 ;;;
14804 ;;; Dribble file
14805 ;;;
14806
14807 (defvar gnus-dribble-ignore nil)
14808 (defvar gnus-dribble-eval-file nil)
14809
14810 (defun gnus-dribble-file-name ()
14811   "Return the dribble file for the current .newsrc."
14812   (concat
14813    (if gnus-dribble-directory
14814        (concat (file-name-as-directory gnus-dribble-directory)
14815                (file-name-nondirectory gnus-current-startup-file))
14816      gnus-current-startup-file)
14817    "-dribble"))
14818
14819 (defun gnus-dribble-enter (string)
14820   "Enter STRING into the dribble buffer."
14821   (if (and (not gnus-dribble-ignore)
14822            gnus-dribble-buffer
14823            (buffer-name gnus-dribble-buffer))
14824       (let ((obuf (current-buffer)))
14825         (set-buffer gnus-dribble-buffer)
14826         (insert string "\n")
14827         (set-window-point (get-buffer-window (current-buffer)) (point-max))
14828         (set-buffer obuf))))
14829
14830 (defun gnus-dribble-read-file ()
14831   "Read the dribble file from disk."
14832   (let ((dribble-file (gnus-dribble-file-name)))
14833     (save-excursion
14834       (set-buffer (setq gnus-dribble-buffer
14835                         (get-buffer-create
14836                          (file-name-nondirectory dribble-file))))
14837       (gnus-add-current-to-buffer-list)
14838       (erase-buffer)
14839       (setq buffer-file-name dribble-file)
14840       (auto-save-mode t)
14841       (buffer-disable-undo (current-buffer))
14842       (bury-buffer (current-buffer))
14843       (set-buffer-modified-p nil)
14844       (let ((auto (make-auto-save-file-name))
14845             (gnus-dribble-ignore t)
14846             modes)
14847         (when (or (file-exists-p auto) (file-exists-p dribble-file))
14848           ;; Load whichever file is newest -- the auto save file
14849           ;; or the "real" file.
14850           (if (file-newer-than-file-p auto dribble-file)
14851               (insert-file-contents auto)
14852             (insert-file-contents dribble-file))
14853           (unless (zerop (buffer-size))
14854             (set-buffer-modified-p t))
14855           ;; Set the file modes to reflect the .newsrc file modes.
14856           (save-buffer)
14857           (when (and (file-exists-p gnus-current-startup-file)
14858                      (setq modes (file-modes gnus-current-startup-file)))
14859             (set-file-modes dribble-file modes))
14860           ;; Possibly eval the file later.
14861           (when (gnus-y-or-n-p
14862                  "Auto-save file exists.  Do you want to read it? ")
14863             (setq gnus-dribble-eval-file t)))))))
14864
14865 (defun gnus-dribble-eval-file ()
14866   (when gnus-dribble-eval-file
14867     (setq gnus-dribble-eval-file nil)
14868     (save-excursion
14869       (let ((gnus-dribble-ignore t))
14870         (set-buffer gnus-dribble-buffer)
14871         (eval-buffer (current-buffer))))))
14872
14873 (defun gnus-dribble-delete-file ()
14874   (when (file-exists-p (gnus-dribble-file-name))
14875     (delete-file (gnus-dribble-file-name)))
14876   (when gnus-dribble-buffer
14877     (save-excursion
14878       (set-buffer gnus-dribble-buffer)
14879       (let ((auto (make-auto-save-file-name)))
14880         (if (file-exists-p auto)
14881             (delete-file auto))
14882         (erase-buffer)
14883         (set-buffer-modified-p nil)))))
14884
14885 (defun gnus-dribble-save ()
14886   (when (and gnus-dribble-buffer
14887              (buffer-name gnus-dribble-buffer))
14888     (save-excursion
14889       (set-buffer gnus-dribble-buffer)
14890       (save-buffer))))
14891
14892 (defun gnus-dribble-clear ()
14893   (when (gnus-buffer-exists-p gnus-dribble-buffer)
14894     (save-excursion
14895       (set-buffer gnus-dribble-buffer)
14896       (erase-buffer)
14897       (set-buffer-modified-p nil)
14898       (setq buffer-saved-size (buffer-size)))))
14899
14900 \f
14901 ;;;
14902 ;;; Server Communication
14903 ;;;
14904
14905 (defun gnus-start-news-server (&optional confirm)
14906   "Open a method for getting news.
14907 If CONFIRM is non-nil, the user will be asked for an NNTP server."
14908   (let (how)
14909     (if gnus-current-select-method
14910         ;; Stream is already opened.
14911         nil
14912       ;; Open NNTP server.
14913       (if (null gnus-nntp-service) (setq gnus-nntp-server nil))
14914       (if confirm
14915           (progn
14916             ;; Read server name with completion.
14917             (setq gnus-nntp-server
14918                   (completing-read "NNTP server: "
14919                                    (mapcar (lambda (server) (list server))
14920                                            (cons (list gnus-nntp-server)
14921                                                  gnus-secondary-servers))
14922                                    nil nil gnus-nntp-server))))
14923
14924       (if (and gnus-nntp-server
14925                (stringp gnus-nntp-server)
14926                (not (string= gnus-nntp-server "")))
14927           (setq gnus-select-method
14928                 (cond ((or (string= gnus-nntp-server "")
14929                            (string= gnus-nntp-server "::"))
14930                        (list 'nnspool (system-name)))
14931                       ((string-match "^:" gnus-nntp-server)
14932                        (list 'nnmh gnus-nntp-server
14933                              (list 'nnmh-directory
14934                                    (file-name-as-directory
14935                                     (expand-file-name
14936                                      (concat "~/" (substring
14937                                                    gnus-nntp-server 1)))))
14938                              (list 'nnmh-get-new-mail nil)))
14939                       (t
14940                        (list 'nntp gnus-nntp-server)))))
14941
14942       (setq how (car gnus-select-method))
14943       (cond ((eq how 'nnspool)
14944              (require 'nnspool)
14945              (gnus-message 5 "Looking up local news spool..."))
14946             ((eq how 'nnmh)
14947              (require 'nnmh)
14948              (gnus-message 5 "Looking up mh spool..."))
14949             (t
14950              (require 'nntp)))
14951       (setq gnus-current-select-method gnus-select-method)
14952       (run-hooks 'gnus-open-server-hook)
14953       (or
14954        ;; gnus-open-server-hook might have opened it
14955        (gnus-server-opened gnus-select-method)
14956        (gnus-open-server gnus-select-method)
14957        (gnus-y-or-n-p
14958         (format
14959          "%s (%s) open error: '%s'.     Continue? "
14960          (car gnus-select-method) (cadr gnus-select-method)
14961          (gnus-status-message gnus-select-method)))
14962        (gnus-error 1 "Couldn't open server on %s"
14963                    (nth 1 gnus-select-method))))))
14964
14965 (defun gnus-check-group (group)
14966   "Try to make sure that the server where GROUP exists is alive."
14967   (let ((method (gnus-find-method-for-group group)))
14968     (or (gnus-server-opened method)
14969         (gnus-open-server method))))
14970
14971 (defun gnus-check-server (&optional method silent)
14972   "Check whether the connection to METHOD is down.
14973 If METHOD is nil, use `gnus-select-method'.
14974 If it is down, start it up (again)."
14975   (let ((method (or method gnus-select-method)))
14976     ;; Transform virtual server names into select methods.
14977     (when (stringp method)
14978       (setq method (gnus-server-to-method method)))
14979     (if (gnus-server-opened method)
14980         ;; The stream is already opened.
14981         t
14982       ;; Open the server.
14983       (unless silent
14984         (gnus-message 5 "Opening %s server%s..." (car method)
14985                       (if (equal (nth 1 method) "") ""
14986                         (format " on %s" (nth 1 method)))))
14987       (run-hooks 'gnus-open-server-hook)
14988       (prog1
14989           (gnus-open-server method)
14990         (unless silent
14991           (message ""))))))
14992
14993 (defun gnus-get-function (method function)
14994   "Return a function symbol based on METHOD and FUNCTION."
14995   ;; Translate server names into methods.
14996   (unless method
14997     (error "Attempted use of a nil select method"))
14998   (when (stringp method)
14999     (setq method (gnus-server-to-method method)))
15000   (let ((func (intern (format "%s-%s" (car method) function))))
15001     ;; If the functions isn't bound, we require the backend in
15002     ;; question.
15003     (unless (fboundp func)
15004       (require (car method))
15005       (unless (fboundp func)
15006         ;; This backend doesn't implement this function.
15007         (error "No such function: %s" func)))
15008     func))
15009
15010 \f
15011 ;;;
15012 ;;; Interface functions to the backends.
15013 ;;;
15014
15015 (defun gnus-open-server (method)
15016   "Open a connection to METHOD."
15017   (when (stringp method)
15018     (setq method (gnus-server-to-method method)))
15019   (let ((elem (assoc method gnus-opened-servers)))
15020     ;; If this method was previously denied, we just return nil.
15021     (if (eq (nth 1 elem) 'denied)
15022         (progn
15023           (gnus-message 1 "Denied server")
15024           nil)
15025       ;; Open the server.
15026       (let ((result
15027              (funcall (gnus-get-function method 'open-server)
15028                       (nth 1 method) (nthcdr 2 method))))
15029         ;; If this hasn't been opened before, we add it to the list.
15030         (unless elem
15031           (setq elem (list method nil)
15032                 gnus-opened-servers (cons elem gnus-opened-servers)))
15033         ;; Set the status of this server.
15034         (setcar (cdr elem) (if result 'ok 'denied))
15035         ;; Return the result from the "open" call.
15036         result))))
15037
15038 (defun gnus-close-server (method)
15039   "Close the connection to METHOD."
15040   (when (stringp method)
15041     (setq method (gnus-server-to-method method)))
15042   (funcall (gnus-get-function method 'close-server) (nth 1 method)))
15043
15044 (defun gnus-request-list (method)
15045   "Request the active file from METHOD."
15046   (when (stringp method)
15047     (setq method (gnus-server-to-method method)))
15048   (funcall (gnus-get-function method 'request-list) (nth 1 method)))
15049
15050 (defun gnus-request-list-newsgroups (method)
15051   "Request the newsgroups file from METHOD."
15052   (when (stringp method)
15053     (setq method (gnus-server-to-method method)))
15054   (funcall (gnus-get-function method 'request-list-newsgroups) (nth 1 method)))
15055
15056 (defun gnus-request-newgroups (date method)
15057   "Request all new groups since DATE from METHOD."
15058   (when (stringp method)
15059     (setq method (gnus-server-to-method method)))
15060   (funcall (gnus-get-function method 'request-newgroups)
15061            date (nth 1 method)))
15062
15063 (defun gnus-server-opened (method)
15064   "Check whether a connection to METHOD has been opened."
15065   (when (stringp method)
15066     (setq method (gnus-server-to-method method)))
15067   (funcall (gnus-get-function method 'server-opened) (nth 1 method)))
15068
15069 (defun gnus-status-message (method)
15070   "Return the status message from METHOD.
15071 If METHOD is a string, it is interpreted as a group name.   The method
15072 this group uses will be queried."
15073   (let ((method (if (stringp method) (gnus-find-method-for-group method)
15074                   method)))
15075     (funcall (gnus-get-function method 'status-message) (nth 1 method))))
15076
15077 (defun gnus-request-group (group &optional dont-check method)
15078   "Request GROUP.  If DONT-CHECK, no information is required."
15079   (let ((method (or method (gnus-find-method-for-group group))))
15080     (when (stringp method)
15081       (setq method (gnus-server-to-method method)))
15082     (funcall (gnus-get-function method 'request-group)
15083              (gnus-group-real-name group) (nth 1 method) dont-check)))
15084
15085 (defun gnus-request-asynchronous (group &optional articles)
15086   "Request that GROUP behave asynchronously.
15087 ARTICLES is the `data' of the group."
15088   (let ((method (gnus-find-method-for-group group)))
15089     (funcall (gnus-get-function method 'request-asynchronous)
15090              (gnus-group-real-name group) (nth 1 method) articles)))
15091
15092 (defun gnus-list-active-group (group)
15093   "Request active information on GROUP."
15094   (let ((method (gnus-find-method-for-group group))
15095         (func 'list-active-group))
15096     (when (gnus-check-backend-function func group)
15097       (funcall (gnus-get-function method func)
15098                (gnus-group-real-name group) (nth 1 method)))))
15099
15100 (defun gnus-request-group-description (group)
15101   "Request a description of GROUP."
15102   (let ((method (gnus-find-method-for-group group))
15103         (func 'request-group-description))
15104     (when (gnus-check-backend-function func group)
15105       (funcall (gnus-get-function method func)
15106                (gnus-group-real-name group) (nth 1 method)))))
15107
15108 (defun gnus-close-group (group)
15109   "Request the GROUP be closed."
15110   (let ((method (gnus-find-method-for-group group)))
15111     (funcall (gnus-get-function method 'close-group)
15112              (gnus-group-real-name group) (nth 1 method))))
15113
15114 (defun gnus-retrieve-headers (articles group &optional fetch-old)
15115   "Request headers for ARTICLES in GROUP.
15116 If FETCH-OLD, retrieve all headers (or some subset thereof) in the group."
15117   (let ((method (gnus-find-method-for-group group)))
15118     (if (and gnus-use-cache (numberp (car articles)))
15119         (gnus-cache-retrieve-headers articles group fetch-old)
15120       (funcall (gnus-get-function method 'retrieve-headers)
15121                articles (gnus-group-real-name group) (nth 1 method)
15122                fetch-old))))
15123
15124 (defun gnus-retrieve-groups (groups method)
15125   "Request active information on GROUPS from METHOD."
15126   (when (stringp method)
15127     (setq method (gnus-server-to-method method)))
15128   (funcall (gnus-get-function method 'retrieve-groups) groups (nth 1 method)))
15129
15130 (defun gnus-request-type (group &optional article)
15131   "Return the type (`post' or `mail') of GROUP (and ARTICLE)."
15132   (let ((method (gnus-find-method-for-group group)))
15133     (if (not (gnus-check-backend-function 'request-type (car method)))
15134         'unknown
15135       (funcall (gnus-get-function method 'request-type)
15136                (gnus-group-real-name group) article))))
15137
15138 (defun gnus-request-update-mark (group article mark)
15139   "Return the type (`post' or `mail') of GROUP (and ARTICLE)."
15140   (let ((method (gnus-find-method-for-group group)))
15141     (if (not (gnus-check-backend-function 'request-update-mark (car method)))
15142         mark
15143       (funcall (gnus-get-function method 'request-update-mark)
15144                (gnus-group-real-name group) article mark))))
15145
15146 (defun gnus-request-article (article group &optional buffer)
15147   "Request the ARTICLE in GROUP.
15148 ARTICLE can either be an article number or an article Message-ID.
15149 If BUFFER, insert the article in that group."
15150   (let ((method (gnus-find-method-for-group group)))
15151     (funcall (gnus-get-function method 'request-article)
15152              article (gnus-group-real-name group) (nth 1 method) buffer)))
15153
15154 (defun gnus-request-head (article group)
15155   "Request the head of ARTICLE in GROUP."
15156   (let ((method (gnus-find-method-for-group group)))
15157     (funcall (gnus-get-function method 'request-head)
15158              article (gnus-group-real-name group) (nth 1 method))))
15159
15160 (defun gnus-request-body (article group)
15161   "Request the body of ARTICLE in GROUP."
15162   (let ((method (gnus-find-method-for-group group)))
15163     (funcall (gnus-get-function method 'request-body)
15164              article (gnus-group-real-name group) (nth 1 method))))
15165
15166 (defun gnus-request-post (method)
15167   "Post the current buffer using METHOD."
15168   (when (stringp method)
15169     (setq method (gnus-server-to-method method)))
15170   (funcall (gnus-get-function method 'request-post) (nth 1 method)))
15171
15172 (defun gnus-request-scan (group method)
15173   "Request a SCAN being performed in GROUP from METHOD.
15174 If GROUP is nil, all groups on METHOD are scanned."
15175   (let ((method (if group (gnus-find-method-for-group group) method)))
15176     (funcall (gnus-get-function method 'request-scan)
15177              (and group (gnus-group-real-name group)) (nth 1 method))))
15178
15179 (defsubst gnus-request-update-info (info method)
15180   "Request that METHOD update INFO."
15181   (when (stringp method)
15182     (setq method (gnus-server-to-method method)))
15183   (when (gnus-check-backend-function 'request-update-info (car method))
15184     (funcall (gnus-get-function method 'request-update-info)
15185              (gnus-group-real-name (gnus-info-group info))
15186              info (nth 1 method))))
15187
15188 (defun gnus-request-expire-articles (articles group &optional force)
15189   (let ((method (gnus-find-method-for-group group)))
15190     (funcall (gnus-get-function method 'request-expire-articles)
15191              articles (gnus-group-real-name group) (nth 1 method)
15192              force)))
15193
15194 (defun gnus-request-move-article
15195   (article group server accept-function &optional last)
15196   (let ((method (gnus-find-method-for-group group)))
15197     (funcall (gnus-get-function method 'request-move-article)
15198              article (gnus-group-real-name group)
15199              (nth 1 method) accept-function last)))
15200
15201 (defun gnus-request-accept-article (group method &optional last)
15202   ;; Make sure there's a newline at the end of the article.
15203   (when (stringp method)
15204     (setq method (gnus-server-to-method method)))
15205   (when (and (not method)
15206              (stringp group))
15207     (setq method (gnus-find-method-for-group group)))
15208   (goto-char (point-max))
15209   (unless (bolp)
15210     (insert "\n"))
15211   (let ((func (car (or method (gnus-find-method-for-group group)))))
15212     (funcall (intern (format "%s-request-accept-article" func))
15213              (if (stringp group) (gnus-group-real-name group) group)
15214              (cadr method)
15215              last)))
15216
15217 (defun gnus-request-replace-article (article group buffer)
15218   (let ((func (car (gnus-find-method-for-group group))))
15219     (funcall (intern (format "%s-request-replace-article" func))
15220              article (gnus-group-real-name group) buffer)))
15221
15222 (defun gnus-request-associate-buffer (group)
15223   (let ((method (gnus-find-method-for-group group)))
15224     (funcall (gnus-get-function method 'request-associate-buffer)
15225              (gnus-group-real-name group))))
15226
15227 (defun gnus-request-restore-buffer (article group)
15228   "Request a new buffer restored to the state of ARTICLE."
15229   (let ((method (gnus-find-method-for-group group)))
15230     (funcall (gnus-get-function method 'request-restore-buffer)
15231              article (gnus-group-real-name group) (nth 1 method))))
15232
15233 (defun gnus-request-create-group (group &optional method)
15234   (when (stringp method)
15235     (setq method (gnus-server-to-method method)))
15236   (let ((method (or method (gnus-find-method-for-group group))))
15237     (funcall (gnus-get-function method 'request-create-group)
15238              (gnus-group-real-name group) (nth 1 method))))
15239
15240 (defun gnus-request-delete-group (group &optional force)
15241   (let ((method (gnus-find-method-for-group group)))
15242     (funcall (gnus-get-function method 'request-delete-group)
15243              (gnus-group-real-name group) force (nth 1 method))))
15244
15245 (defun gnus-request-rename-group (group new-name)
15246   (let ((method (gnus-find-method-for-group group)))
15247     (funcall (gnus-get-function method 'request-rename-group)
15248              (gnus-group-real-name group)
15249              (gnus-group-real-name new-name) (nth 1 method))))
15250
15251 (defun gnus-member-of-valid (symbol group)
15252   "Find out if GROUP has SYMBOL as part of its \"valid\" spec."
15253   (memq symbol (assoc
15254                 (symbol-name (car (gnus-find-method-for-group group)))
15255                 gnus-valid-select-methods)))
15256
15257 (defun gnus-method-option-p (method option)
15258   "Return non-nil if select METHOD has OPTION as a parameter."
15259   (when (stringp method)
15260     (setq method (gnus-server-to-method method)))
15261   (memq option (assoc (format "%s" (car method))
15262                       gnus-valid-select-methods)))
15263
15264 (defun gnus-server-extend-method (group method)
15265   ;; This function "extends" a virtual server.  If the server is
15266   ;; "hello", and the select method is ("hello" (my-var "something"))
15267   ;; in the group "alt.alt", this will result in a new virtual server
15268   ;; called "hello+alt.alt".
15269   (let ((entry
15270          (gnus-copy-sequence
15271           (if (equal (car method) "native") gnus-select-method
15272             (cdr (assoc (car method) gnus-server-alist))))))
15273     (setcar (cdr entry) (concat (nth 1 entry) "+" group))
15274     (nconc entry (cdr method))))
15275
15276 (defun gnus-find-method-for-group (group &optional info)
15277   "Find the select method that GROUP uses."
15278   (or gnus-override-method
15279       (and (not group)
15280            gnus-select-method)
15281       (let ((info (or info (gnus-get-info group)))
15282             method)
15283         (if (or (not info)
15284                 (not (setq method (gnus-info-method info)))
15285                 (equal method "native"))
15286             gnus-select-method
15287           (setq method
15288                 (cond ((stringp method)
15289                        (gnus-server-to-method method))
15290                       ((stringp (car method))
15291                        (gnus-server-extend-method group method))
15292                       (t
15293                        method)))
15294           (cond ((equal (cadr method) "")
15295                  method)
15296                 ((null (cadr method))
15297                  (list (car method) ""))
15298                 (t
15299                  (gnus-server-add-address method)))))))
15300
15301 (defun gnus-check-backend-function (func group)
15302   "Check whether GROUP supports function FUNC."
15303   (let ((method (if (stringp group) (car (gnus-find-method-for-group group))
15304                   group)))
15305     (fboundp (intern (format "%s-%s" method func)))))
15306
15307 (defun gnus-methods-using (feature)
15308   "Find all methods that have FEATURE."
15309   (let ((valids gnus-valid-select-methods)
15310         outs)
15311     (while valids
15312       (if (memq feature (car valids))
15313           (setq outs (cons (car valids) outs)))
15314       (setq valids (cdr valids)))
15315     outs))
15316
15317 \f
15318 ;;;
15319 ;;; Active & Newsrc File Handling
15320 ;;;
15321
15322 (defun gnus-setup-news (&optional rawfile level dont-connect)
15323   "Setup news information.
15324 If RAWFILE is non-nil, the .newsrc file will also be read.
15325 If LEVEL is non-nil, the news will be set up at level LEVEL."
15326   (let ((init (not (and gnus-newsrc-alist gnus-active-hashtb (not rawfile)))))
15327
15328     (when init 
15329       ;; Clear some variables to re-initialize news information.
15330       (setq gnus-newsrc-alist nil
15331             gnus-active-hashtb nil)
15332       ;; Read the newsrc file and create `gnus-newsrc-hashtb'.
15333       (gnus-read-newsrc-file rawfile))
15334
15335     (when (and (not (assoc "archive" gnus-server-alist))
15336                gnus-message-archive-method)
15337       (push (cons "archive" gnus-message-archive-method)
15338             gnus-server-alist))
15339
15340     ;; If we don't read the complete active file, we fill in the
15341     ;; hashtb here.
15342     (if (or (null gnus-read-active-file)
15343             (eq gnus-read-active-file 'some))
15344         (gnus-update-active-hashtb-from-killed))
15345
15346     ;; Read the active file and create `gnus-active-hashtb'.
15347     ;; If `gnus-read-active-file' is nil, then we just create an empty
15348     ;; hash table.  The partial filling out of the hash table will be
15349     ;; done in `gnus-get-unread-articles'.
15350     (and gnus-read-active-file
15351          (not level)
15352          (gnus-read-active-file))
15353
15354     (or gnus-active-hashtb
15355         (setq gnus-active-hashtb (make-vector 4095 0)))
15356
15357     ;; Initialize the cache.
15358     (when gnus-use-cache
15359       (gnus-cache-open))
15360
15361     ;; Possibly eval the dribble file.
15362     (and init (or gnus-use-dribble-file gnus-slave) (gnus-dribble-eval-file))
15363
15364     ;; Slave Gnusii should then clear the dribble buffer.
15365     (when (and init gnus-slave)
15366       (gnus-dribble-clear))
15367
15368     (gnus-update-format-specifications)
15369
15370     ;; See whether we need to read the description file.
15371     (if (and (string-match "%[-,0-9]*D" gnus-group-line-format)
15372              (not gnus-description-hashtb)
15373              (not dont-connect)
15374              gnus-read-active-file)
15375         (gnus-read-all-descriptions-files))
15376
15377     ;; Find new newsgroups and treat them.
15378     (if (and init gnus-check-new-newsgroups (not level)
15379              (gnus-check-server gnus-select-method))
15380         (gnus-find-new-newsgroups))
15381
15382     ;; We might read in new NoCeM messages here.
15383     (when (and gnus-use-nocem 
15384                (not level)
15385                (not dont-connect))
15386       (gnus-nocem-scan-groups))
15387
15388     ;; Find the number of unread articles in each non-dead group.
15389     (let ((gnus-read-active-file (and (not level) gnus-read-active-file)))
15390       (gnus-get-unread-articles level))
15391
15392     (if (and init gnus-check-bogus-newsgroups
15393              gnus-read-active-file (not level)
15394              (gnus-server-opened gnus-select-method))
15395         (gnus-check-bogus-newsgroups))))
15396
15397 (defun gnus-find-new-newsgroups (&optional arg)
15398   "Search for new newsgroups and add them.
15399 Each new newsgroup will be treated with `gnus-subscribe-newsgroup-method.'
15400 The `-n' option line from .newsrc is respected.
15401 If ARG (the prefix), use the `ask-server' method to query
15402 the server for new groups."
15403   (interactive "P")
15404   (let ((check (if (or (and arg (not (listp gnus-check-new-newsgroups)))
15405                        (null gnus-read-active-file)
15406                        (eq gnus-read-active-file 'some))
15407                    'ask-server gnus-check-new-newsgroups)))
15408     (unless (gnus-check-first-time-used)
15409       (if (or (consp check)
15410               (eq check 'ask-server))
15411           ;; Ask the server for new groups.
15412           (gnus-ask-server-for-new-groups)
15413         ;; Go through the active hashtb and look for new groups.
15414         (let ((groups 0)
15415               group new-newsgroups)
15416           (gnus-message 5 "Looking for new newsgroups...")
15417           (unless gnus-have-read-active-file
15418             (gnus-read-active-file))
15419           (setq gnus-newsrc-last-checked-date (current-time-string))
15420           (unless gnus-killed-hashtb
15421             (gnus-make-hashtable-from-killed))
15422           ;; Go though every newsgroup in `gnus-active-hashtb' and compare
15423           ;; with `gnus-newsrc-hashtb' and `gnus-killed-hashtb'.
15424           (mapatoms
15425            (lambda (sym)
15426              (if (or (null (setq group (symbol-name sym)))
15427                      (not (boundp sym))
15428                      (null (symbol-value sym))
15429                      (gnus-gethash group gnus-killed-hashtb)
15430                      (gnus-gethash group gnus-newsrc-hashtb))
15431                  ()
15432                (let ((do-sub (gnus-matches-options-n group)))
15433                  (cond
15434                   ((eq do-sub 'subscribe)
15435                    (setq groups (1+ groups))
15436                    (gnus-sethash group group gnus-killed-hashtb)
15437                    (funcall gnus-subscribe-options-newsgroup-method group))
15438                   ((eq do-sub 'ignore)
15439                    nil)
15440                   (t
15441                    (setq groups (1+ groups))
15442                    (gnus-sethash group group gnus-killed-hashtb)
15443                    (if gnus-subscribe-hierarchical-interactive
15444                        (setq new-newsgroups (cons group new-newsgroups))
15445                      (funcall gnus-subscribe-newsgroup-method group)))))))
15446            gnus-active-hashtb)
15447           (when new-newsgroups
15448             (gnus-subscribe-hierarchical-interactive new-newsgroups))
15449           ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
15450           (if (> groups 0)
15451               (gnus-message 6 "%d new newsgroup%s arrived."
15452                             groups (if (> groups 1) "s have" " has"))
15453             (gnus-message 6 "No new newsgroups.")))))))
15454
15455 (defun gnus-matches-options-n (group)
15456   ;; Returns `subscribe' if the group is to be unconditionally
15457   ;; subscribed, `ignore' if it is to be ignored, and nil if there is
15458   ;; no match for the group.
15459
15460   ;; First we check the two user variables.
15461   (cond
15462    ((and gnus-options-subscribe
15463          (string-match gnus-options-subscribe group))
15464     'subscribe)
15465    ((and gnus-auto-subscribed-groups
15466          (string-match gnus-auto-subscribed-groups group))
15467     'subscribe)
15468    ((and gnus-options-not-subscribe
15469          (string-match gnus-options-not-subscribe group))
15470     'ignore)
15471    ;; Then we go through the list that was retrieved from the .newsrc
15472    ;; file.  This list has elements on the form
15473    ;; `(REGEXP . {ignore,subscribe})'.  The first match found (the list
15474    ;; is in the reverse order of the options line) is returned.
15475    (t
15476     (let ((regs gnus-newsrc-options-n))
15477       (while (and regs
15478                   (not (string-match (caar regs) group)))
15479         (setq regs (cdr regs)))
15480       (and regs (cdar regs))))))
15481
15482 (defun gnus-ask-server-for-new-groups ()
15483   (let* ((date (or gnus-newsrc-last-checked-date (current-time-string)))
15484          (methods (cons gnus-select-method
15485                         (nconc
15486                          (when gnus-message-archive-method
15487                            (list "archive"))
15488                          (append
15489                           (and (consp gnus-check-new-newsgroups)
15490                                gnus-check-new-newsgroups)
15491                           gnus-secondary-select-methods))))
15492          (groups 0)
15493          (new-date (current-time-string))
15494          group new-newsgroups got-new method hashtb
15495          gnus-override-subscribe-method)
15496     ;; Go through both primary and secondary select methods and
15497     ;; request new newsgroups.
15498     (while (setq method (gnus-server-get-method nil (pop methods)))
15499       (setq new-newsgroups nil)
15500       (setq gnus-override-subscribe-method method)
15501       (when (and (gnus-check-server method)
15502                  (gnus-request-newgroups date method))
15503         (save-excursion
15504           (setq got-new t)
15505           (setq hashtb (gnus-make-hashtable 100))
15506           (set-buffer nntp-server-buffer)
15507           ;; Enter all the new groups into a hashtable.
15508           (gnus-active-to-gnus-format method hashtb 'ignore))
15509         ;; Now all new groups from `method' are in `hashtb'.
15510         (mapatoms
15511          (lambda (group-sym)
15512            (if (or (null (setq group (symbol-name group-sym)))
15513                    (not (boundp group-sym))
15514                    (null (symbol-value group-sym))
15515                    (gnus-gethash group gnus-newsrc-hashtb)
15516                    (member group gnus-zombie-list)
15517                    (member group gnus-killed-list))
15518                ;; The group is already known.
15519                ()
15520              ;; Make this group active.
15521              (when (symbol-value group-sym)
15522                (gnus-set-active group (symbol-value group-sym)))
15523              ;; Check whether we want it or not.
15524              (let ((do-sub (gnus-matches-options-n group)))
15525                (cond
15526                 ((eq do-sub 'subscribe)
15527                  (incf groups)
15528                  (gnus-sethash group group gnus-killed-hashtb)
15529                  (funcall gnus-subscribe-options-newsgroup-method group))
15530                 ((eq do-sub 'ignore)
15531                  nil)
15532                 (t
15533                  (incf groups)
15534                  (gnus-sethash group group gnus-killed-hashtb)
15535                  (if gnus-subscribe-hierarchical-interactive
15536                      (push group new-newsgroups)
15537                    (funcall gnus-subscribe-newsgroup-method group)))))))
15538          hashtb))
15539       (when new-newsgroups
15540         (gnus-subscribe-hierarchical-interactive new-newsgroups)))
15541     ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
15542     (when (> groups 0)
15543       (gnus-message 6 "%d new newsgroup%s arrived."
15544                     groups (if (> groups 1) "s have" " has")))
15545     (and got-new (setq gnus-newsrc-last-checked-date new-date))
15546     got-new))
15547
15548 (defun gnus-check-first-time-used ()
15549   (if (or (> (length gnus-newsrc-alist) 1)
15550           (file-exists-p gnus-startup-file)
15551           (file-exists-p (concat gnus-startup-file ".el"))
15552           (file-exists-p (concat gnus-startup-file ".eld")))
15553       nil
15554     (gnus-message 6 "First time user; subscribing you to default groups")
15555     (unless (gnus-read-active-file-p)
15556       (gnus-read-active-file))
15557     (setq gnus-newsrc-last-checked-date (current-time-string))
15558     (let ((groups gnus-default-subscribed-newsgroups)
15559           group)
15560       (if (eq groups t)
15561           nil
15562         (setq groups (or groups gnus-backup-default-subscribed-newsgroups))
15563         (mapatoms
15564          (lambda (sym)
15565            (if (null (setq group (symbol-name sym)))
15566                ()
15567              (let ((do-sub (gnus-matches-options-n group)))
15568                (cond
15569                 ((eq do-sub 'subscribe)
15570                  (gnus-sethash group group gnus-killed-hashtb)
15571                  (funcall gnus-subscribe-options-newsgroup-method group))
15572                 ((eq do-sub 'ignore)
15573                  nil)
15574                 (t
15575                  (setq gnus-killed-list (cons group gnus-killed-list)))))))
15576          gnus-active-hashtb)
15577         (while groups
15578           (if (gnus-active (car groups))
15579               (gnus-group-change-level
15580                (car groups) gnus-level-default-subscribed gnus-level-killed))
15581           (setq groups (cdr groups)))
15582         (gnus-group-make-help-group)
15583         (and gnus-novice-user
15584              (gnus-message 7 "`A k' to list killed groups"))))))
15585
15586 (defun gnus-subscribe-group (group previous &optional method)
15587   (gnus-group-change-level
15588    (if method
15589        (list t group gnus-level-default-subscribed nil nil method)
15590      group)
15591    gnus-level-default-subscribed gnus-level-killed previous t))
15592
15593 ;; `gnus-group-change-level' is the fundamental function for changing
15594 ;; subscription levels of newsgroups.  This might mean just changing
15595 ;; from level 1 to 2, which is pretty trivial, from 2 to 6 or back
15596 ;; again, which subscribes/unsubscribes a group, which is equally
15597 ;; trivial.  Changing from 1-7 to 8-9 means that you kill a group, and
15598 ;; from 8-9 to 1-7 means that you remove the group from the list of
15599 ;; killed (or zombie) groups and add them to the (kinda) subscribed
15600 ;; groups.  And last but not least, moving from 8 to 9 and 9 to 8,
15601 ;; which is trivial.
15602 ;; ENTRY can either be a string (newsgroup name) or a list (if
15603 ;; FROMKILLED is t, it's a list on the format (NUM INFO-LIST),
15604 ;; otherwise it's a list in the format of the `gnus-newsrc-hashtb'
15605 ;; entries.
15606 ;; LEVEL is the new level of the group, OLDLEVEL is the old level and
15607 ;; PREVIOUS is the group (in hashtb entry format) to insert this group
15608 ;; after.
15609 (defun gnus-group-change-level (entry level &optional oldlevel
15610                                       previous fromkilled)
15611   (let (group info active num)
15612     ;; Glean what info we can from the arguments
15613     (if (consp entry)
15614         (if fromkilled (setq group (nth 1 entry))
15615           (setq group (car (nth 2 entry))))
15616       (setq group entry))
15617     (if (and (stringp entry)
15618              oldlevel
15619              (< oldlevel gnus-level-zombie))
15620         (setq entry (gnus-gethash entry gnus-newsrc-hashtb)))
15621     (if (and (not oldlevel)
15622              (consp entry))
15623         (setq oldlevel (gnus-info-level (nth 2 entry)))
15624       (setq oldlevel (or oldlevel 9)))
15625     (if (stringp previous)
15626         (setq previous (gnus-gethash previous gnus-newsrc-hashtb)))
15627
15628     (if (and (>= oldlevel gnus-level-zombie)
15629              (gnus-gethash group gnus-newsrc-hashtb))
15630         ;; We are trying to subscribe a group that is already
15631         ;; subscribed.
15632         ()                              ; Do nothing.
15633
15634       (or (gnus-ephemeral-group-p group)
15635           (gnus-dribble-enter
15636            (format "(gnus-group-change-level %S %S %S %S %S)"
15637                    group level oldlevel (car (nth 2 previous)) fromkilled)))
15638
15639       ;; Then we remove the newgroup from any old structures, if needed.
15640       ;; If the group was killed, we remove it from the killed or zombie
15641       ;; list.  If not, and it is in fact going to be killed, we remove
15642       ;; it from the newsrc hash table and assoc.
15643       (cond
15644        ((>= oldlevel gnus-level-zombie)
15645         (if (= oldlevel gnus-level-zombie)
15646             (setq gnus-zombie-list (delete group gnus-zombie-list))
15647           (setq gnus-killed-list (delete group gnus-killed-list))))
15648        (t
15649         (if (and (>= level gnus-level-zombie)
15650                  entry)
15651             (progn
15652               (gnus-sethash (car (nth 2 entry)) nil gnus-newsrc-hashtb)
15653               (if (nth 3 entry)
15654                   (setcdr (gnus-gethash (car (nth 3 entry))
15655                                         gnus-newsrc-hashtb)
15656                           (cdr entry)))
15657               (setcdr (cdr entry) (cdddr entry))))))
15658
15659       ;; Finally we enter (if needed) the list where it is supposed to
15660       ;; go, and change the subscription level.  If it is to be killed,
15661       ;; we enter it into the killed or zombie list.
15662       (cond 
15663        ((>= level gnus-level-zombie)
15664         ;; Remove from the hash table.
15665         (gnus-sethash group nil gnus-newsrc-hashtb)
15666         ;; We do not enter foreign groups into the list of dead
15667         ;; groups.
15668         (unless (gnus-group-foreign-p group)
15669           (if (= level gnus-level-zombie)
15670               (setq gnus-zombie-list (cons group gnus-zombie-list))
15671             (setq gnus-killed-list (cons group gnus-killed-list)))))
15672        (t
15673         ;; If the list is to be entered into the newsrc assoc, and
15674         ;; it was killed, we have to create an entry in the newsrc
15675         ;; hashtb format and fix the pointers in the newsrc assoc.
15676         (if (< oldlevel gnus-level-zombie)
15677             ;; It was alive, and it is going to stay alive, so we
15678             ;; just change the level and don't change any pointers or
15679             ;; hash table entries.
15680             (setcar (cdaddr entry) level)
15681           (if (listp entry)
15682               (setq info (cdr entry)
15683                     num (car entry))
15684             (setq active (gnus-active group))
15685             (setq num
15686                   (if active (- (1+ (cdr active)) (car active)) t))
15687             ;; Check whether the group is foreign.  If so, the
15688             ;; foreign select method has to be entered into the
15689             ;; info.
15690             (let ((method (or gnus-override-subscribe-method
15691                               (gnus-group-method group))))
15692               (if (eq method gnus-select-method)
15693                   (setq info (list group level nil))
15694                 (setq info (list group level nil nil method)))))
15695           (unless previous
15696             (setq previous
15697                   (let ((p gnus-newsrc-alist))
15698                     (while (cddr p)
15699                       (setq p (cdr p)))
15700                     p)))
15701           (setq entry (cons info (cddr previous)))
15702           (if (cdr previous)
15703               (progn
15704                 (setcdr (cdr previous) entry)
15705                 (gnus-sethash group (cons num (cdr previous))
15706                               gnus-newsrc-hashtb))
15707             (setcdr previous entry)
15708             (gnus-sethash group (cons num previous)
15709                           gnus-newsrc-hashtb))
15710           (when (cdr entry)
15711             (setcdr (gnus-gethash (caadr entry) gnus-newsrc-hashtb) entry)))))
15712       (when gnus-group-change-level-function
15713         (funcall gnus-group-change-level-function group level oldlevel)))))
15714
15715 (defun gnus-kill-newsgroup (newsgroup)
15716   "Obsolete function.  Kills a newsgroup."
15717   (gnus-group-change-level
15718    (gnus-gethash newsgroup gnus-newsrc-hashtb) gnus-level-killed))
15719
15720 (defun gnus-check-bogus-newsgroups (&optional confirm)
15721   "Remove bogus newsgroups.
15722 If CONFIRM is non-nil, the user has to confirm the deletion of every
15723 newsgroup."
15724   (let ((newsrc (cdr gnus-newsrc-alist))
15725         bogus group entry info)
15726     (gnus-message 5 "Checking bogus newsgroups...")
15727     (unless (gnus-read-active-file-p)
15728       (gnus-read-active-file))
15729     (when (gnus-read-active-file-p)
15730       ;; Find all bogus newsgroup that are subscribed.
15731       (while newsrc
15732         (setq info (pop newsrc)
15733               group (gnus-info-group info))
15734         (unless (or (gnus-active group) ; Active
15735                     (gnus-info-method info) ; Foreign
15736                     (and confirm
15737                          (not (gnus-y-or-n-p
15738                                (format "Remove bogus newsgroup: %s " group)))))
15739           ;; Found a bogus newsgroup.
15740           (push group bogus)))
15741       ;; Remove all bogus subscribed groups by first killing them, and
15742       ;; then removing them from the list of killed groups.
15743       (while bogus
15744         (when (setq entry (gnus-gethash (setq group (pop bogus))
15745                                         gnus-newsrc-hashtb))
15746           (gnus-group-change-level entry gnus-level-killed)
15747           (setq gnus-killed-list (delete group gnus-killed-list))))
15748       ;; Then we remove all bogus groups from the list of killed and
15749       ;; zombie groups.  They are are removed without confirmation.
15750       (let ((dead-lists '(gnus-killed-list gnus-zombie-list))
15751             killed)
15752         (while dead-lists
15753           (setq killed (symbol-value (car dead-lists)))
15754           (while killed
15755             (unless (gnus-active (setq group (pop killed)))
15756               ;; The group is bogus.
15757               ;; !!!Slow as hell.
15758               (set (car dead-lists)
15759                    (delete group (symbol-value (car dead-lists))))))
15760           (setq dead-lists (cdr dead-lists))))
15761       (gnus-message 5 "Checking bogus newsgroups...done"))))
15762
15763 (defun gnus-check-duplicate-killed-groups ()
15764   "Remove duplicates from the list of killed groups."
15765   (interactive)
15766   (let ((killed gnus-killed-list))
15767     (while killed
15768       (gnus-message 9 "%d" (length killed))
15769       (setcdr killed (delete (car killed) (cdr killed)))
15770       (setq killed (cdr killed)))))
15771
15772 ;; We want to inline a function from gnus-cache, so we cheat here:
15773 (eval-when-compile
15774   (provide 'gnus)
15775   (require 'gnus-cache))
15776
15777 (defun gnus-get-unread-articles-in-group (info active &optional update)
15778   (when active
15779     ;; Allow the backend to update the info in the group.
15780     (when (and update 
15781                (gnus-request-update-info
15782                 info (gnus-find-method-for-group (gnus-info-group info))))
15783       (gnus-activate-group (gnus-info-group info) nil t))
15784     (let* ((range (gnus-info-read info))
15785            (num 0))
15786       ;; If a cache is present, we may have to alter the active info.
15787       (when (and gnus-use-cache info)
15788         (inline (gnus-cache-possibly-alter-active 
15789                  (gnus-info-group info) active)))
15790       ;; Modify the list of read articles according to what articles
15791       ;; are available; then tally the unread articles and add the
15792       ;; number to the group hash table entry.
15793       (cond
15794        ((zerop (cdr active))
15795         (setq num 0))
15796        ((not range)
15797         (setq num (- (1+ (cdr active)) (car active))))
15798        ((not (listp (cdr range)))
15799         ;; Fix a single (num . num) range according to the
15800         ;; active hash table.
15801         ;; Fix by Carsten Bormann <cabo@Informatik.Uni-Bremen.DE>.
15802         (and (< (cdr range) (car active)) (setcdr range (1- (car active))))
15803         (and (> (cdr range) (cdr active)) (setcdr range (cdr active)))
15804         ;; Compute number of unread articles.
15805         (setq num (max 0 (- (cdr active) (- (1+ (cdr range)) (car range))))))
15806        (t
15807         ;; The read list is a list of ranges.  Fix them according to
15808         ;; the active hash table.
15809         ;; First peel off any elements that are below the lower
15810         ;; active limit.
15811         (while (and (cdr range)
15812                     (>= (car active)
15813                         (or (and (atom (cadr range)) (cadr range))
15814                             (caadr range))))
15815           (if (numberp (car range))
15816               (setcar range
15817                       (cons (car range)
15818                             (or (and (numberp (cadr range))
15819                                      (cadr range))
15820                                 (cdadr range))))
15821             (setcdr (car range)
15822                     (or (and (numberp (nth 1 range)) (nth 1 range))
15823                         (cdadr range))))
15824           (setcdr range (cddr range)))
15825         ;; Adjust the first element to be the same as the lower limit.
15826         (if (and (not (atom (car range)))
15827                  (< (cdar range) (car active)))
15828             (setcdr (car range) (1- (car active))))
15829         ;; Then we want to peel off any elements that are higher
15830         ;; than the upper active limit.
15831         (let ((srange range))
15832           ;; Go past all legal elements.
15833           (while (and (cdr srange)
15834                       (<= (or (and (atom (cadr srange))
15835                                    (cadr srange))
15836                               (caadr srange)) (cdr active)))
15837             (setq srange (cdr srange)))
15838           (if (cdr srange)
15839               ;; Nuke all remaining illegal elements.
15840               (setcdr srange nil))
15841
15842           ;; Adjust the final element.
15843           (if (and (not (atom (car srange)))
15844                    (> (cdar srange) (cdr active)))
15845               (setcdr (car srange) (cdr active))))
15846         ;; Compute the number of unread articles.
15847         (while range
15848           (setq num (+ num (- (1+ (or (and (atom (car range)) (car range))
15849                                       (cdar range)))
15850                               (or (and (atom (car range)) (car range))
15851                                   (caar range)))))
15852           (setq range (cdr range)))
15853         (setq num (max 0 (- (cdr active) num)))))
15854       ;; Set the number of unread articles.
15855       (when info
15856         (setcar (gnus-gethash (gnus-info-group info) gnus-newsrc-hashtb) num))
15857       num)))
15858
15859 ;; Go though `gnus-newsrc-alist' and compare with `gnus-active-hashtb'
15860 ;; and compute how many unread articles there are in each group.
15861 (defun gnus-get-unread-articles (&optional level)
15862   (let* ((newsrc (cdr gnus-newsrc-alist))
15863          (level (or level gnus-activate-level (1+ gnus-level-subscribed)))
15864          (foreign-level
15865           (min
15866            (cond ((and gnus-activate-foreign-newsgroups
15867                        (not (numberp gnus-activate-foreign-newsgroups)))
15868                   (1+ gnus-level-subscribed))
15869                  ((numberp gnus-activate-foreign-newsgroups)
15870                   gnus-activate-foreign-newsgroups)
15871                  (t 0))
15872            level))
15873          info group active method)
15874     (gnus-message 5 "Checking new news...")
15875
15876     (while newsrc
15877       (setq active (gnus-active (setq group (gnus-info-group
15878                                              (setq info (pop newsrc))))))
15879
15880       ;; Check newsgroups.  If the user doesn't want to check them, or
15881       ;; they can't be checked (for instance, if the news server can't
15882       ;; be reached) we just set the number of unread articles in this
15883       ;; newsgroup to t.  This means that Gnus thinks that there are
15884       ;; unread articles, but it has no idea how many.
15885       (if (and (setq method (gnus-info-method info))
15886                (not (gnus-server-equal
15887                      gnus-select-method
15888                      (setq method (gnus-server-get-method nil method))))
15889                (not (gnus-secondary-method-p method)))
15890           ;; These groups are foreign.  Check the level.
15891           (when (<= (gnus-info-level info) foreign-level)
15892             (setq active (gnus-activate-group group 'scan))
15893             (unless (inline (gnus-virtual-group-p group))
15894               (inline (gnus-close-group group)))
15895             (when (fboundp (intern (concat (symbol-name (car method))
15896                                            "-request-update-info")))
15897               (inline (gnus-request-update-info info method))))
15898         ;; These groups are native or secondary.
15899         (when (and (<= (gnus-info-level info) level)
15900                    (not gnus-read-active-file))
15901           (setq active (gnus-activate-group group 'scan))
15902           (inline (gnus-close-group group))))
15903
15904       ;; Get the number of unread articles in the group.
15905       (if active
15906           (inline (gnus-get-unread-articles-in-group info active))
15907         ;; The group couldn't be reached, so we nix out the number of
15908         ;; unread articles and stuff.
15909         (gnus-set-active group nil)
15910         (setcar (gnus-gethash group gnus-newsrc-hashtb) t)))
15911
15912     (gnus-message 5 "Checking new news...done")))
15913
15914 ;; Create a hash table out of the newsrc alist.  The `car's of the
15915 ;; alist elements are used as keys.
15916 (defun gnus-make-hashtable-from-newsrc-alist ()
15917   (let ((alist gnus-newsrc-alist)
15918         (ohashtb gnus-newsrc-hashtb)
15919         prev)
15920     (setq gnus-newsrc-hashtb (gnus-make-hashtable (length alist)))
15921     (setq alist
15922           (setq prev (setq gnus-newsrc-alist
15923                            (if (equal (caar gnus-newsrc-alist)
15924                                       "dummy.group")
15925                                gnus-newsrc-alist
15926                              (cons (list "dummy.group" 0 nil) alist)))))
15927     (while alist
15928       (gnus-sethash
15929        (caar alist)
15930        (cons (and ohashtb (car (gnus-gethash (caar alist) ohashtb)))
15931              prev)
15932        gnus-newsrc-hashtb)
15933       (setq prev alist
15934             alist (cdr alist)))))
15935
15936 (defun gnus-make-hashtable-from-killed ()
15937   "Create a hash table from the killed and zombie lists."
15938   (let ((lists '(gnus-killed-list gnus-zombie-list))
15939         list)
15940     (setq gnus-killed-hashtb
15941           (gnus-make-hashtable
15942            (+ (length gnus-killed-list) (length gnus-zombie-list))))
15943     (while (setq list (pop lists))
15944       (setq list (symbol-value list))
15945       (while list
15946         (gnus-sethash (car list) (pop list) gnus-killed-hashtb)))))
15947
15948 (defun gnus-activate-group (group &optional scan dont-check)
15949   ;; Check whether a group has been activated or not.
15950   ;; If SCAN, request a scan of that group as well.
15951   (let ((method (gnus-find-method-for-group group))
15952         active)
15953     (and (gnus-check-server method)
15954          ;; We escape all bugs and quit here to make it possible to
15955          ;; continue if a group is so out-there that it reports bugs
15956          ;; and stuff.
15957          (progn
15958            (and scan
15959                 (gnus-check-backend-function 'request-scan (car method))
15960                 (gnus-request-scan group method))
15961            t)
15962          (condition-case ()
15963              (gnus-request-group group dont-check)
15964         ;   (error nil)
15965            (quit nil))
15966          (save-excursion
15967            (set-buffer nntp-server-buffer)
15968            (goto-char (point-min))
15969            ;; Parse the result we got from `gnus-request-group'.
15970            (and (looking-at "[0-9]+ [0-9]+ \\([0-9]+\\) [0-9]+")
15971                 (progn
15972                   (goto-char (match-beginning 1))
15973                   (gnus-set-active
15974                    group (setq active (cons (read (current-buffer))
15975                                             (read (current-buffer)))))
15976                   ;; Return the new active info.
15977                   active))))))
15978
15979 (defun gnus-update-read-articles (group unread)
15980   "Update the list of read and ticked articles in GROUP using the
15981 UNREAD and TICKED lists.
15982 Note: UNSELECTED has to be sorted over `<'.
15983 Returns whether the updating was successful."
15984   (let* ((active (or gnus-newsgroup-active (gnus-active group)))
15985          (entry (gnus-gethash group gnus-newsrc-hashtb))
15986          (info (nth 2 entry))
15987          (prev 1)
15988          (unread (sort (copy-sequence unread) '<))
15989          read)
15990     (if (or (not info) (not active))
15991         ;; There is no info on this group if it was, in fact,
15992         ;; killed.  Gnus stores no information on killed groups, so
15993         ;; there's nothing to be done.
15994         ;; One could store the information somewhere temporarily,
15995         ;; perhaps...  Hmmm...
15996         ()
15997       ;; Remove any negative articles numbers.
15998       (while (and unread (< (car unread) 0))
15999         (setq unread (cdr unread)))
16000       ;; Remove any expired article numbers
16001       (while (and unread (< (car unread) (car active)))
16002         (setq unread (cdr unread)))
16003       ;; Compute the ranges of read articles by looking at the list of
16004       ;; unread articles.
16005       (while unread
16006         (if (/= (car unread) prev)
16007             (setq read (cons (if (= prev (1- (car unread))) prev
16008                                (cons prev (1- (car unread)))) read)))
16009         (setq prev (1+ (car unread)))
16010         (setq unread (cdr unread)))
16011       (when (<= prev (cdr active))
16012         (setq read (cons (cons prev (cdr active)) read)))
16013       ;; Enter this list into the group info.
16014       (gnus-info-set-read
16015        info (if (> (length read) 1) (nreverse read) read))
16016       ;; Set the number of unread articles in gnus-newsrc-hashtb.
16017       (gnus-get-unread-articles-in-group info (gnus-active group))
16018       t)))
16019
16020 (defun gnus-make-articles-unread (group articles)
16021   "Mark ARTICLES in GROUP as unread."
16022   (let* ((info (nth 2 (or (gnus-gethash group gnus-newsrc-hashtb)
16023                           (gnus-gethash (gnus-group-real-name group)
16024                                         gnus-newsrc-hashtb))))
16025          (ranges (gnus-info-read info))
16026          news article)
16027     (while articles
16028       (when (gnus-member-of-range
16029              (setq article (pop articles)) ranges)
16030         (setq news (cons article news))))
16031     (when news
16032       (gnus-info-set-read
16033        info (gnus-remove-from-range (gnus-info-read info) (nreverse news)))
16034       (gnus-group-update-group group t))))
16035
16036 ;; Enter all dead groups into the hashtb.
16037 (defun gnus-update-active-hashtb-from-killed ()
16038   (let ((hashtb (setq gnus-active-hashtb (make-vector 4095 0)))
16039         (lists (list gnus-killed-list gnus-zombie-list))
16040         killed)
16041     (while lists
16042       (setq killed (car lists))
16043       (while killed
16044         (gnus-sethash (car killed) nil hashtb)
16045         (setq killed (cdr killed)))
16046       (setq lists (cdr lists)))))
16047
16048 (defun gnus-get-killed-groups ()
16049   "Go through the active hashtb and all all unknown groups as killed."
16050   ;; First make sure active file has been read.
16051   (unless (gnus-read-active-file-p)
16052     (let ((gnus-read-active-file t))
16053       (gnus-read-active-file)))
16054   (or gnus-killed-hashtb (gnus-make-hashtable-from-killed))
16055   ;; Go through all newsgroups that are known to Gnus - enlarge kill list.
16056   (mapatoms
16057    (lambda (sym)
16058      (let ((groups 0)
16059            (group (symbol-name sym)))
16060        (if (or (null group)
16061                (gnus-gethash group gnus-killed-hashtb)
16062                (gnus-gethash group gnus-newsrc-hashtb))
16063            ()
16064          (let ((do-sub (gnus-matches-options-n group)))
16065            (if (or (eq do-sub 'subscribe) (eq do-sub 'ignore))
16066                ()
16067              (setq groups (1+ groups))
16068              (setq gnus-killed-list
16069                    (cons group gnus-killed-list))
16070              (gnus-sethash group group gnus-killed-hashtb))))))
16071    gnus-active-hashtb))
16072
16073 ;; Get the active file(s) from the backend(s).
16074 (defun gnus-read-active-file ()
16075   (gnus-group-set-mode-line)
16076   (let ((methods 
16077          (append
16078           (if (gnus-check-server gnus-select-method)
16079               ;; The native server is available.
16080               (cons gnus-select-method gnus-secondary-select-methods)
16081             ;; The native server is down, so we just do the
16082             ;; secondary ones.
16083             gnus-secondary-select-methods)
16084           ;; Also read from the archive server.
16085           (when gnus-message-archive-method
16086             (list "archive"))))
16087         list-type)
16088     (setq gnus-have-read-active-file nil)
16089     (save-excursion
16090       (set-buffer nntp-server-buffer)
16091       (while methods
16092         (let* ((method (if (stringp (car methods))
16093                            (gnus-server-get-method nil (car methods))
16094                          (car methods)))
16095                (where (nth 1 method))
16096                (mesg (format "Reading active file%s via %s..."
16097                              (if (and where (not (zerop (length where))))
16098                                  (concat " from " where) "")
16099                              (car method))))
16100           (gnus-message 5 mesg)
16101           (when (gnus-check-server method)
16102             ;; Request that the backend scan its incoming messages.
16103             (and (gnus-check-backend-function 'request-scan (car method))
16104                  (gnus-request-scan nil method))
16105             (cond
16106              ((and (eq gnus-read-active-file 'some)
16107                    (gnus-check-backend-function 'retrieve-groups (car method)))
16108               (let ((newsrc (cdr gnus-newsrc-alist))
16109                     (gmethod (gnus-server-get-method nil method))
16110                     groups info)
16111                 (while (setq info (pop newsrc))
16112                   (when (gnus-server-equal
16113                          (gnus-find-method-for-group 
16114                           (gnus-info-group info) info)
16115                          gmethod)
16116                     (push (gnus-group-real-name (gnus-info-group info)) 
16117                           groups)))
16118                 (when groups
16119                   (gnus-check-server method)
16120                   (setq list-type (gnus-retrieve-groups groups method))
16121                   (cond
16122                    ((not list-type)
16123                     (gnus-error
16124                      1.2 "Cannot read partial active file from %s server."
16125                      (car method)))
16126                    ((eq list-type 'active)
16127                     (gnus-active-to-gnus-format method gnus-active-hashtb))
16128                    (t
16129                     (gnus-groups-to-gnus-format method gnus-active-hashtb))))))
16130              (t
16131               (if (not (gnus-request-list method))
16132                   (unless (equal method gnus-message-archive-method)
16133                     (gnus-error 1 "Cannot read active file from %s server."
16134                                 (car method)))
16135                 (gnus-message 5 mesg)
16136                 (gnus-active-to-gnus-format method gnus-active-hashtb)
16137                 ;; We mark this active file as read.
16138                 (push method gnus-have-read-active-file)
16139                 (gnus-message 5 "%sdone" mesg))))))
16140         (setq methods (cdr methods))))))
16141
16142 ;; Read an active file and place the results in `gnus-active-hashtb'.
16143 (defun gnus-active-to-gnus-format (&optional method hashtb ignore-errors)
16144   (unless method
16145     (setq method gnus-select-method))
16146   (let ((cur (current-buffer))
16147         (hashtb (or hashtb
16148                     (if (and gnus-active-hashtb
16149                              (not (equal method gnus-select-method)))
16150                         gnus-active-hashtb
16151                       (setq gnus-active-hashtb
16152                             (if (equal method gnus-select-method)
16153                                 (gnus-make-hashtable
16154                                  (count-lines (point-min) (point-max)))
16155                               (gnus-make-hashtable 4096)))))))
16156     ;; Delete unnecessary lines.
16157     (goto-char (point-min))
16158     (while (search-forward "\nto." nil t)
16159       (delete-region (1+ (match-beginning 0))
16160                      (progn (forward-line 1) (point))))
16161     (or (string= gnus-ignored-newsgroups "")
16162         (progn
16163           (goto-char (point-min))
16164           (delete-matching-lines gnus-ignored-newsgroups)))
16165     ;; Make the group names readable as a lisp expression even if they
16166     ;; contain special characters.
16167     ;; Fix by Luc Van Eycken <Luc.VanEycken@esat.kuleuven.ac.be>.
16168     (goto-char (point-max))
16169     (while (re-search-backward "[][';?()#]" nil t)
16170       (insert ?\\))
16171     ;; If these are groups from a foreign select method, we insert the
16172     ;; group prefix in front of the group names.
16173     (and method (not (gnus-server-equal
16174                       (gnus-server-get-method nil method)
16175                       (gnus-server-get-method nil gnus-select-method)))
16176          (let ((prefix (gnus-group-prefixed-name "" method)))
16177            (goto-char (point-min))
16178            (while (and (not (eobp))
16179                        (progn (insert prefix)
16180                               (zerop (forward-line 1)))))))
16181     ;; Store the active file in a hash table.
16182     (goto-char (point-min))
16183     (if (string-match "%[oO]" gnus-group-line-format)
16184         ;; Suggested by Brian Edmonds <edmonds@cs.ubc.ca>.
16185         ;; If we want information on moderated groups, we use this
16186         ;; loop...
16187         (let* ((mod-hashtb (make-vector 7 0))
16188                (m (intern "m" mod-hashtb))
16189                group max min)
16190           (while (not (eobp))
16191             (condition-case nil
16192                 (progn
16193                   (narrow-to-region (point) (gnus-point-at-eol))
16194                   (setq group (let ((obarray hashtb)) (read cur)))
16195                   (if (and (numberp (setq max (read cur)))
16196                            (numberp (setq min (read cur)))
16197                            (progn
16198                              (skip-chars-forward " \t")
16199                              (not
16200                               (or (= (following-char) ?=)
16201                                   (= (following-char) ?x)
16202                                   (= (following-char) ?j)))))
16203                       (set group (cons min max))
16204                     (set group nil))
16205                   ;; Enter moderated groups into a list.
16206                   (if (eq (let ((obarray mod-hashtb)) (read cur)) m)
16207                       (setq gnus-moderated-list
16208                             (cons (symbol-name group) gnus-moderated-list))))
16209               (error
16210                (and group
16211                     (symbolp group)
16212                     (set group nil))))
16213             (widen)
16214             (forward-line 1)))
16215       ;; And if we do not care about moderation, we use this loop,
16216       ;; which is faster.
16217       (let (group max min)
16218         (while (not (eobp))
16219           (condition-case ()
16220               (progn
16221                 (narrow-to-region (point) (gnus-point-at-eol))
16222                 ;; group gets set to a symbol interned in the hash table
16223                 ;; (what a hack!!) - jwz
16224                 (setq group (let ((obarray hashtb)) (read cur)))
16225                 (if (and (numberp (setq max (read cur)))
16226                          (numberp (setq min (read cur)))
16227                          (progn
16228                            (skip-chars-forward " \t")
16229                            (not
16230                             (or (= (following-char) ?=)
16231                                 (= (following-char) ?x)
16232                                 (= (following-char) ?j)))))
16233                     (set group (cons min max))
16234                   (set group nil)))
16235             (error
16236              (progn
16237                (and group
16238                     (symbolp group)
16239                     (set group nil))
16240                (or ignore-errors
16241                    (gnus-message 3 "Warning - illegal active: %s"
16242                                  (buffer-substring
16243                                   (gnus-point-at-bol) (gnus-point-at-eol)))))))
16244           (widen)
16245           (forward-line 1))))))
16246
16247 (defun gnus-groups-to-gnus-format (method &optional hashtb)
16248   ;; Parse a "groups" active file.
16249   (let ((cur (current-buffer))
16250         (hashtb (or hashtb
16251                     (if (and method gnus-active-hashtb)
16252                         gnus-active-hashtb
16253                       (setq gnus-active-hashtb
16254                             (gnus-make-hashtable
16255                              (count-lines (point-min) (point-max)))))))
16256         (prefix (and method
16257                      (not (gnus-server-equal
16258                            (gnus-server-get-method nil method)
16259                            (gnus-server-get-method nil gnus-select-method)))
16260                      (gnus-group-prefixed-name "" method))))
16261
16262     (goto-char (point-min))
16263     ;; We split this into to separate loops, one with the prefix
16264     ;; and one without to speed the reading up somewhat.
16265     (if prefix
16266         (let (min max opoint group)
16267           (while (not (eobp))
16268             (condition-case ()
16269                 (progn
16270                   (read cur) (read cur)
16271                   (setq min (read cur)
16272                         max (read cur)
16273                         opoint (point))
16274                   (skip-chars-forward " \t")
16275                   (insert prefix)
16276                   (goto-char opoint)
16277                   (set (let ((obarray hashtb)) (read cur))
16278                        (cons min max)))
16279               (error (and group (symbolp group) (set group nil))))
16280             (forward-line 1)))
16281       (let (min max group)
16282         (while (not (eobp))
16283           (condition-case ()
16284               (if (= (following-char) ?2)
16285                   (progn
16286                     (read cur) (read cur)
16287                     (setq min (read cur)
16288                           max (read cur))
16289                     (set (setq group (let ((obarray hashtb)) (read cur)))
16290                          (cons min max))))
16291             (error (and group (symbolp group) (set group nil))))
16292           (forward-line 1))))))
16293
16294 (defun gnus-read-newsrc-file (&optional force)
16295   "Read startup file.
16296 If FORCE is non-nil, the .newsrc file is read."
16297   ;; Reset variables that might be defined in the .newsrc.eld file.
16298   (let ((variables gnus-variable-list))
16299     (while variables
16300       (set (car variables) nil)
16301       (setq variables (cdr variables))))
16302   (let* ((newsrc-file gnus-current-startup-file)
16303          (quick-file (concat newsrc-file ".el")))
16304     (save-excursion
16305       ;; We always load the .newsrc.eld file.  If always contains
16306       ;; much information that can not be gotten from the .newsrc
16307       ;; file (ticked articles, killed groups, foreign methods, etc.)
16308       (gnus-read-newsrc-el-file quick-file)
16309
16310       (if (and (file-exists-p gnus-current-startup-file)
16311                (or force
16312                    (and (file-newer-than-file-p newsrc-file quick-file)
16313                         (file-newer-than-file-p newsrc-file
16314                                                 (concat quick-file "d")))
16315                    (not gnus-newsrc-alist)))
16316           ;; We read the .newsrc file.  Note that if there if a
16317           ;; .newsrc.eld file exists, it has already been read, and
16318           ;; the `gnus-newsrc-hashtb' has been created.  While reading
16319           ;; the .newsrc file, Gnus will only use the information it
16320           ;; can find there for changing the data already read -
16321           ;; ie. reading the .newsrc file will not trash the data
16322           ;; already read (except for read articles).
16323           (save-excursion
16324             (gnus-message 5 "Reading %s..." newsrc-file)
16325             (set-buffer (find-file-noselect newsrc-file))
16326             (buffer-disable-undo (current-buffer))
16327             (gnus-newsrc-to-gnus-format)
16328             (kill-buffer (current-buffer))
16329             (gnus-message 5 "Reading %s...done" newsrc-file)))
16330
16331       ;; Read any slave files.
16332       (unless gnus-slave
16333         (gnus-master-read-slave-newsrc))
16334       
16335       ;; Convert old to new.
16336       (gnus-convert-old-newsrc))))
16337
16338 (defun gnus-continuum-version (version)
16339   "Return VERSION as a floating point number."
16340   (when (or (string-match "^\\([^ ]+\\)? ?Gnus v?\\([0-9.]+\\)$" version)
16341             (string-match "^\\(.?\\)gnus-\\([0-9.]+\\)$" version))
16342     (let* ((alpha (and (match-beginning 1) (match-string 1 version)))
16343            (number (match-string 2 version))
16344            major minor least)
16345       (string-match "\\([0-9]\\)\\.\\([0-9]+\\)\\.?\\([0-9]+\\)?" number)
16346       (setq major (string-to-number (match-string 1 number)))
16347       (setq minor (string-to-number (match-string 2 number)))
16348       (setq least (if (match-beginning 3)
16349                       (string-to-number (match-string 3 number))
16350                     0))
16351       (string-to-number
16352        (if (zerop major)
16353            (format "%s00%02d%02d"
16354                    (cond 
16355                     ((member alpha '("(ding)" "d")) "4.99")
16356                     ((member alpha '("September" "s")) "5.01")
16357                     ((member alpha '("Red" "r")) "5.03"))
16358                    minor least)
16359          (format "%d.%02d%02d" major minor least))))))
16360
16361 (defun gnus-convert-old-newsrc ()
16362   "Convert old newsrc into the new format, if needed."
16363   (let ((fcv (and gnus-newsrc-file-version
16364                   (gnus-continuum-version gnus-newsrc-file-version))))
16365     (cond
16366      ;; No .newsrc.eld file was loaded.
16367      ((null fcv) nil)
16368      ;; Gnus 5 .newsrc.eld was loaded.
16369      ((< fcv (gnus-continuum-version "September Gnus v0.1"))
16370       (gnus-convert-old-ticks)))))
16371
16372 (defun gnus-convert-old-ticks ()
16373   (let ((newsrc (cdr gnus-newsrc-alist))
16374         marks info dormant ticked)
16375     (while (setq info (pop newsrc))
16376       (when (setq marks (gnus-info-marks info))
16377         (setq dormant (cdr (assq 'dormant marks))
16378               ticked (cdr (assq 'tick marks)))
16379         (when (or dormant ticked)
16380           (gnus-info-set-read
16381            info
16382            (gnus-add-to-range
16383             (gnus-info-read info)
16384             (nconc (gnus-uncompress-range dormant)
16385                    (gnus-uncompress-range ticked)))))))))
16386
16387 (defun gnus-read-newsrc-el-file (file)
16388   (let ((ding-file (concat file "d")))
16389     ;; We always, always read the .eld file.
16390     (gnus-message 5 "Reading %s..." ding-file)
16391     (let (gnus-newsrc-assoc)
16392       (condition-case nil
16393           (load ding-file t t t)
16394         (error
16395          (gnus-error 1 "Error in %s" ding-file)))
16396       (when gnus-newsrc-assoc
16397         (setq gnus-newsrc-alist gnus-newsrc-assoc)))
16398     (gnus-make-hashtable-from-newsrc-alist)
16399     (when (file-newer-than-file-p file ding-file)
16400       ;; Old format quick file
16401       (gnus-message 5 "Reading %s..." file)
16402       ;; The .el file is newer than the .eld file, so we read that one
16403       ;; as well.
16404       (gnus-read-old-newsrc-el-file file))))
16405
16406 ;; Parse the old-style quick startup file
16407 (defun gnus-read-old-newsrc-el-file (file)
16408   (let (newsrc killed marked group m info)
16409     (prog1
16410         (let ((gnus-killed-assoc nil)
16411               gnus-marked-assoc gnus-newsrc-alist gnus-newsrc-assoc)
16412           (prog1
16413               (condition-case nil
16414                   (load file t t t)
16415                 (error nil))
16416             (setq newsrc gnus-newsrc-assoc
16417                   killed gnus-killed-assoc
16418                   marked gnus-marked-assoc)))
16419       (setq gnus-newsrc-alist nil)
16420       (while (setq info (gnus-get-info (setq group (pop newsrc))))
16421         (if info
16422             (progn
16423               (gnus-info-set-read info (cddr group))
16424               (gnus-info-set-level
16425                info (if (nth 1 group) gnus-level-default-subscribed
16426                       gnus-level-default-unsubscribed))
16427               (setq gnus-newsrc-alist (cons info gnus-newsrc-alist)))
16428           (push (setq info
16429                       (list (car group)
16430                             (if (nth 1 group) gnus-level-default-subscribed
16431                               gnus-level-default-unsubscribed)
16432                             (cddr group)))
16433                 gnus-newsrc-alist))
16434         ;; Copy marks into info.
16435         (when (setq m (assoc (car group) marked))
16436           (unless (nthcdr 3 info)
16437             (nconc info (list nil)))
16438           (gnus-info-set-marks
16439            info (list (cons 'tick (gnus-compress-sequence 
16440                                    (sort (cdr m) '<) t))))))
16441       (setq newsrc killed)
16442       (while newsrc
16443         (setcar newsrc (caar newsrc))
16444         (setq newsrc (cdr newsrc)))
16445       (setq gnus-killed-list killed))
16446     ;; The .el file version of this variable does not begin with
16447     ;; "options", while the .eld version does, so we just add it if it
16448     ;; isn't there.
16449     (and
16450      gnus-newsrc-options
16451      (progn
16452        (and (not (string-match "^ *options" gnus-newsrc-options))
16453             (setq gnus-newsrc-options (concat "options " gnus-newsrc-options)))
16454        (and (not (string-match "\n$" gnus-newsrc-options))
16455             (setq gnus-newsrc-options (concat gnus-newsrc-options "\n")))
16456        ;; Finally, if we read some options lines, we parse them.
16457        (or (string= gnus-newsrc-options "")
16458            (gnus-newsrc-parse-options gnus-newsrc-options))))
16459
16460     (setq gnus-newsrc-alist (nreverse gnus-newsrc-alist))
16461     (gnus-make-hashtable-from-newsrc-alist)))
16462
16463 (defun gnus-make-newsrc-file (file)
16464   "Make server dependent file name by catenating FILE and server host name."
16465   (let* ((file (expand-file-name file nil))
16466          (real-file (concat file "-" (nth 1 gnus-select-method))))
16467     (if (or (file-exists-p real-file)
16468             (file-exists-p (concat real-file ".el"))
16469             (file-exists-p (concat real-file ".eld")))
16470         real-file file)))
16471
16472 (defun gnus-newsrc-to-gnus-format ()
16473   (setq gnus-newsrc-options "")
16474   (setq gnus-newsrc-options-n nil)
16475
16476   (or gnus-active-hashtb
16477       (setq gnus-active-hashtb (make-vector 4095 0)))
16478   (let ((buf (current-buffer))
16479         (already-read (> (length gnus-newsrc-alist) 1))
16480         group subscribed options-symbol newsrc Options-symbol
16481         symbol reads num1)
16482     (goto-char (point-min))
16483     ;; We intern the symbol `options' in the active hashtb so that we
16484     ;; can `eq' against it later.
16485     (set (setq options-symbol (intern "options" gnus-active-hashtb)) nil)
16486     (set (setq Options-symbol (intern "Options" gnus-active-hashtb)) nil)
16487
16488     (while (not (eobp))
16489       ;; We first read the first word on the line by narrowing and
16490       ;; then reading into `gnus-active-hashtb'.  Most groups will
16491       ;; already exist in that hashtb, so this will save some string
16492       ;; space.
16493       (narrow-to-region
16494        (point)
16495        (progn (skip-chars-forward "^ \t!:\n") (point)))
16496       (goto-char (point-min))
16497       (setq symbol
16498             (and (/= (point-min) (point-max))
16499                  (let ((obarray gnus-active-hashtb)) (read buf))))
16500       (widen)
16501       ;; Now, the symbol we have read is either `options' or a group
16502       ;; name.  If it is an options line, we just add it to a string.
16503       (cond
16504        ((or (eq symbol options-symbol)
16505             (eq symbol Options-symbol))
16506         (setq gnus-newsrc-options
16507               ;; This concating is quite inefficient, but since our
16508               ;; thorough studies show that approx 99.37% of all
16509               ;; .newsrc files only contain a single options line, we
16510               ;; don't give a damn, frankly, my dear.
16511               (concat gnus-newsrc-options
16512                       (buffer-substring
16513                        (gnus-point-at-bol)
16514                        ;; Options may continue on the next line.
16515                        (or (and (re-search-forward "^[^ \t]" nil 'move)
16516                                 (progn (beginning-of-line) (point)))
16517                            (point)))))
16518         (forward-line -1))
16519        (symbol
16520         ;; Group names can be just numbers.  
16521         (when (numberp symbol) 
16522           (setq symbol (intern (int-to-string symbol) gnus-active-hashtb)))
16523         (or (boundp symbol) (set symbol nil))
16524         ;; It was a group name.
16525         (setq subscribed (= (following-char) ?:)
16526               group (symbol-name symbol)
16527               reads nil)
16528         (if (eolp)
16529             ;; If the line ends here, this is clearly a buggy line, so
16530             ;; we put point a the beginning of line and let the cond
16531             ;; below do the error handling.
16532             (beginning-of-line)
16533           ;; We skip to the beginning of the ranges.
16534           (skip-chars-forward "!: \t"))
16535         ;; We are now at the beginning of the list of read articles.
16536         ;; We read them range by range.
16537         (while
16538             (cond
16539              ((looking-at "[0-9]+")
16540               ;; We narrow and read a number instead of buffer-substring/
16541               ;; string-to-int because it's faster.  narrow/widen is
16542               ;; faster than save-restriction/narrow, and save-restriction
16543               ;; produces a garbage object.
16544               (setq num1 (progn
16545                            (narrow-to-region (match-beginning 0) (match-end 0))
16546                            (read buf)))
16547               (widen)
16548               ;; If the next character is a dash, then this is a range.
16549               (if (= (following-char) ?-)
16550                   (progn
16551                     ;; We read the upper bound of the range.
16552                     (forward-char 1)
16553                     (if (not (looking-at "[0-9]+"))
16554                         ;; This is a buggy line, by we pretend that
16555                         ;; it's kinda OK.  Perhaps the user should be
16556                         ;; dinged?
16557                         (setq reads (cons num1 reads))
16558                       (setq reads
16559                             (cons
16560                              (cons num1
16561                                    (progn
16562                                      (narrow-to-region (match-beginning 0)
16563                                                        (match-end 0))
16564                                      (read buf)))
16565                              reads))
16566                       (widen)))
16567                 ;; It was just a simple number, so we add it to the
16568                 ;; list of ranges.
16569                 (setq reads (cons num1 reads)))
16570               ;; If the next char in ?\n, then we have reached the end
16571               ;; of the line and return nil.
16572               (/= (following-char) ?\n))
16573              ((= (following-char) ?\n)
16574               ;; End of line, so we end.
16575               nil)
16576              (t
16577               ;; Not numbers and not eol, so this might be a buggy
16578               ;; line...
16579               (or (eobp)
16580                   ;; If it was eob instead of ?\n, we allow it.
16581                   (progn
16582                     ;; The line was buggy.
16583                     (setq group nil)
16584                     (gnus-error 3.1 "Mangled line: %s"
16585                                 (buffer-substring (gnus-point-at-bol)
16586                                                   (gnus-point-at-eol)))))
16587               nil))
16588           ;; Skip past ", ".  Spaces are illegal in these ranges, but
16589           ;; we allow them, because it's a common mistake to put a
16590           ;; space after the comma.
16591           (skip-chars-forward ", "))
16592
16593         ;; We have already read .newsrc.eld, so we gently update the
16594         ;; data in the hash table with the information we have just
16595         ;; read.
16596         (when group
16597           (let ((info (gnus-get-info group))
16598                 level)
16599             (if info
16600                 ;; There is an entry for this file in the alist.
16601                 (progn
16602                   (gnus-info-set-read info (nreverse reads))
16603                   ;; We update the level very gently.  In fact, we
16604                   ;; only change it if there's been a status change
16605                   ;; from subscribed to unsubscribed, or vice versa.
16606                   (setq level (gnus-info-level info))
16607                   (cond ((and (<= level gnus-level-subscribed)
16608                               (not subscribed))
16609                          (setq level (if reads
16610                                          gnus-level-default-unsubscribed
16611                                        (1+ gnus-level-default-unsubscribed))))
16612                         ((and (> level gnus-level-subscribed) subscribed)
16613                          (setq level gnus-level-default-subscribed)))
16614                   (gnus-info-set-level info level))
16615               ;; This is a new group.
16616               (setq info (list group
16617                                (if subscribed
16618                                    gnus-level-default-subscribed
16619                                  (if reads
16620                                      (1+ gnus-level-subscribed)
16621                                    gnus-level-default-unsubscribed))
16622                                (nreverse reads))))
16623             (setq newsrc (cons info newsrc))))))
16624       (forward-line 1))
16625
16626     (setq newsrc (nreverse newsrc))
16627
16628     (if (not already-read)
16629         ()
16630       ;; We now have two newsrc lists - `newsrc', which is what we
16631       ;; have read from .newsrc, and `gnus-newsrc-alist', which is
16632       ;; what we've read from .newsrc.eld.  We have to merge these
16633       ;; lists.  We do this by "attaching" any (foreign) groups in the
16634       ;; gnus-newsrc-alist to the (native) group that precedes them.
16635       (let ((rc (cdr gnus-newsrc-alist))
16636             (prev gnus-newsrc-alist)
16637             entry mentry)
16638         (while rc
16639           (or (null (nth 4 (car rc)))   ; It's a native group.
16640               (assoc (caar rc) newsrc) ; It's already in the alist.
16641               (if (setq entry (assoc (caar prev) newsrc))
16642                   (setcdr (setq mentry (memq entry newsrc))
16643                           (cons (car rc) (cdr mentry)))
16644                 (setq newsrc (cons (car rc) newsrc))))
16645           (setq prev rc
16646                 rc (cdr rc)))))
16647
16648     (setq gnus-newsrc-alist newsrc)
16649     ;; We make the newsrc hashtb.
16650     (gnus-make-hashtable-from-newsrc-alist)
16651
16652     ;; Finally, if we read some options lines, we parse them.
16653     (or (string= gnus-newsrc-options "")
16654         (gnus-newsrc-parse-options gnus-newsrc-options))))
16655
16656 ;; Parse options lines to find "options -n !all rec.all" and stuff.
16657 ;; The return value will be a list on the form
16658 ;; ((regexp1 . ignore)
16659 ;;  (regexp2 . subscribe)...)
16660 ;; When handling new newsgroups, groups that match a `ignore' regexp
16661 ;; will be ignored, and groups that match a `subscribe' regexp will be
16662 ;; subscribed.  A line like
16663 ;; options -n !all rec.all
16664 ;; will lead to a list that looks like
16665 ;; (("^rec\\..+" . subscribe)
16666 ;;  ("^.+" . ignore))
16667 ;; So all "rec.*" groups will be subscribed, while all the other
16668 ;; groups will be ignored.  Note that "options -n !all rec.all" is very
16669 ;; different from "options -n rec.all !all".
16670 (defun gnus-newsrc-parse-options (options)
16671   (let (out eol)
16672     (save-excursion
16673       (gnus-set-work-buffer)
16674       (insert (regexp-quote options))
16675       ;; First we treat all continuation lines.
16676       (goto-char (point-min))
16677       (while (re-search-forward "\n[ \t]+" nil t)
16678         (replace-match " " t t))
16679       ;; Then we transform all "all"s into ".+"s.
16680       (goto-char (point-min))
16681       (while (re-search-forward "\\ball\\b" nil t)
16682         (replace-match ".+" t t))
16683       (goto-char (point-min))
16684       ;; We remove all other options than the "-n" ones.
16685       (while (re-search-forward "[ \t]-[^n][^-]*" nil t)
16686         (replace-match " ")
16687         (forward-char -1))
16688       (goto-char (point-min))
16689
16690       ;; We are only interested in "options -n" lines - we
16691       ;; ignore the other option lines.
16692       (while (re-search-forward "[ \t]-n" nil t)
16693         (setq eol
16694               (or (save-excursion
16695                     (and (re-search-forward "[ \t]-n" (gnus-point-at-eol) t)
16696                          (- (point) 2)))
16697                   (gnus-point-at-eol)))
16698         ;; Search for all "words"...
16699         (while (re-search-forward "[^ \t,\n]+" eol t)
16700           (if (= (char-after (match-beginning 0)) ?!)
16701               ;; If the word begins with a bang (!), this is a "not"
16702               ;; spec.  We put this spec (minus the bang) and the
16703               ;; symbol `ignore' into the list.
16704               (setq out (cons (cons (concat
16705                                      "^" (buffer-substring
16706                                           (1+ (match-beginning 0))
16707                                           (match-end 0)))
16708                                     'ignore) out))
16709             ;; There was no bang, so this is a "yes" spec.
16710             (setq out (cons (cons (concat "^" (match-string 0))
16711                                   'subscribe) out)))))
16712
16713       (setq gnus-newsrc-options-n out))))
16714
16715 (defun gnus-save-newsrc-file (&optional force)
16716   "Save .newsrc file."
16717   ;; Note: We cannot save .newsrc file if all newsgroups are removed
16718   ;; from the variable gnus-newsrc-alist.
16719   (when (and (or gnus-newsrc-alist gnus-killed-list)
16720              gnus-current-startup-file)
16721     (save-excursion
16722       (if (and (or gnus-use-dribble-file gnus-slave)
16723                (not force)
16724                (or (not gnus-dribble-buffer)
16725                    (not (buffer-name gnus-dribble-buffer))
16726                    (zerop (save-excursion
16727                             (set-buffer gnus-dribble-buffer)
16728                             (buffer-size)))))
16729           (gnus-message 4 "(No changes need to be saved)")
16730         (run-hooks 'gnus-save-newsrc-hook)
16731         (if gnus-slave
16732             (gnus-slave-save-newsrc)
16733           ;; Save .newsrc.
16734           (when gnus-save-newsrc-file
16735             (gnus-message 5 "Saving %s..." gnus-current-startup-file)
16736             (gnus-gnus-to-newsrc-format)
16737             (gnus-message 5 "Saving %s...done" gnus-current-startup-file))
16738           ;; Save .newsrc.eld.
16739           (set-buffer (get-buffer-create " *Gnus-newsrc*"))
16740           (make-local-variable 'version-control)
16741           (setq version-control 'never)
16742           (setq buffer-file-name
16743                 (concat gnus-current-startup-file ".eld"))
16744           (setq default-directory (file-name-directory buffer-file-name))
16745           (gnus-add-current-to-buffer-list)
16746           (buffer-disable-undo (current-buffer))
16747           (erase-buffer)
16748           (gnus-message 5 "Saving %s.eld..." gnus-current-startup-file)
16749           (gnus-gnus-to-quick-newsrc-format)
16750           (run-hooks 'gnus-save-quick-newsrc-hook)
16751           (save-buffer)
16752           (kill-buffer (current-buffer))
16753           (gnus-message
16754            5 "Saving %s.eld...done" gnus-current-startup-file))
16755         (gnus-dribble-delete-file)
16756         (gnus-group-set-mode-line)))))
16757
16758 (defun gnus-gnus-to-quick-newsrc-format ()
16759   "Insert Gnus variables such as gnus-newsrc-alist in lisp format."
16760   (insert ";; Gnus startup file.\n")
16761   (insert ";; Never delete this file - touch .newsrc instead to force Gnus\n")
16762   (insert ";; to read .newsrc.\n")
16763   (insert "(setq gnus-newsrc-file-version "
16764           (prin1-to-string gnus-version) ")\n")
16765   (let ((variables
16766          (if gnus-save-killed-list gnus-variable-list
16767            ;; Remove the `gnus-killed-list' from the list of variables
16768            ;; to be saved, if required.
16769            (delq 'gnus-killed-list (copy-sequence gnus-variable-list))))
16770         ;; Peel off the "dummy" group.
16771         (gnus-newsrc-alist (cdr gnus-newsrc-alist))
16772         variable)
16773     ;; Insert the variables into the file.
16774     (while variables
16775       (when (and (boundp (setq variable (pop variables)))
16776                  (symbol-value variable))
16777         (insert "(setq " (symbol-name variable) " '")
16778         (prin1 (symbol-value variable) (current-buffer))
16779         (insert ")\n")))))
16780
16781 (defun gnus-gnus-to-newsrc-format ()
16782   ;; Generate and save the .newsrc file.
16783   (save-excursion
16784     (set-buffer (create-file-buffer gnus-current-startup-file))
16785     (let ((newsrc (cdr gnus-newsrc-alist))
16786           (standard-output (current-buffer))
16787           info ranges range method)
16788       (setq buffer-file-name gnus-current-startup-file)
16789       (setq default-directory (file-name-directory buffer-file-name))
16790       (buffer-disable-undo (current-buffer))
16791       (erase-buffer)
16792       ;; Write options.
16793       (if gnus-newsrc-options (insert gnus-newsrc-options))
16794       ;; Write subscribed and unsubscribed.
16795       (while (setq info (pop newsrc))
16796         ;; Don't write foreign groups to .newsrc.
16797         (when (or (null (setq method (gnus-info-method info)))
16798                   (equal method "native")
16799                   (gnus-server-equal method gnus-select-method))
16800           (insert (gnus-info-group info)
16801                   (if (> (gnus-info-level info) gnus-level-subscribed)
16802                       "!" ":"))
16803           (when (setq ranges (gnus-info-read info))
16804             (insert " ")
16805             (if (not (listp (cdr ranges)))
16806                 (if (= (car ranges) (cdr ranges))
16807                     (princ (car ranges))
16808                   (princ (car ranges))
16809                   (insert "-")
16810                   (princ (cdr ranges)))
16811               (while (setq range (pop ranges))
16812                 (if (or (atom range) (= (car range) (cdr range)))
16813                     (princ (or (and (atom range) range) (car range)))
16814                   (princ (car range))
16815                   (insert "-")
16816                   (princ (cdr range)))
16817                 (if ranges (insert ",")))))
16818           (insert "\n")))
16819       (make-local-variable 'version-control)
16820       (setq version-control 'never)
16821       ;; It has been reported that sometime the modtime on the .newsrc
16822       ;; file seems to be off.  We really do want to overwrite it, so
16823       ;; we clear the modtime here before saving.  It's a bit odd,
16824       ;; though...
16825       ;; sometimes the modtime clear isn't sufficient.  most brute force:
16826       ;; delete the silly thing entirely first.  but this fails to provide
16827       ;; such niceties as .newsrc~ creation.
16828       (if gnus-modtime-botch
16829           (delete-file gnus-startup-file)
16830         (clear-visited-file-modtime))
16831       (run-hooks 'gnus-save-standard-newsrc-hook)
16832       (save-buffer)
16833       (kill-buffer (current-buffer)))))
16834
16835 \f
16836 ;;;
16837 ;;; Slave functions.
16838 ;;;
16839
16840 (defun gnus-slave-save-newsrc ()
16841   (save-excursion
16842     (set-buffer gnus-dribble-buffer)
16843     (let ((slave-name
16844            (make-temp-name (concat gnus-current-startup-file "-slave-"))))
16845       (write-region (point-min) (point-max) slave-name nil 'nomesg))))
16846
16847 (defun gnus-master-read-slave-newsrc ()
16848   (let ((slave-files
16849          (directory-files
16850           (file-name-directory gnus-current-startup-file)
16851           t (concat
16852              "^" (regexp-quote
16853                   (concat
16854                    (file-name-nondirectory gnus-current-startup-file)
16855                    "-slave-")))
16856           t))
16857         file)
16858     (if (not slave-files)
16859         ()                              ; There are no slave files to read.
16860       (gnus-message 7 "Reading slave newsrcs...")
16861       (save-excursion
16862         (set-buffer (get-buffer-create " *gnus slave*"))
16863         (buffer-disable-undo (current-buffer))
16864         (setq slave-files
16865               (sort (mapcar (lambda (file)
16866                               (list (nth 5 (file-attributes file)) file))
16867                             slave-files)
16868                     (lambda (f1 f2)
16869                       (or (< (caar f1) (caar f2))
16870                           (< (nth 1 (car f1)) (nth 1 (car f2)))))))
16871         (while slave-files
16872           (erase-buffer)
16873           (setq file (nth 1 (car slave-files)))
16874           (insert-file-contents file)
16875           (if (condition-case ()
16876                   (progn
16877                     (eval-buffer (current-buffer))
16878                     t)
16879                 (error
16880                  (gnus-error 3.2 "Possible error in %s" file)
16881                  nil))
16882               (or gnus-slave ; Slaves shouldn't delete these files.
16883                   (condition-case ()
16884                       (delete-file file)
16885                     (error nil))))
16886           (setq slave-files (cdr slave-files))))
16887       (gnus-message 7 "Reading slave newsrcs...done"))))
16888
16889 \f
16890 ;;;
16891 ;;; Group description.
16892 ;;;
16893
16894 (defun gnus-read-all-descriptions-files ()
16895   (let ((methods (cons gnus-select-method 
16896                        (nconc
16897                         (when gnus-message-archive-method
16898                           (list "archive"))
16899                         gnus-secondary-select-methods))))
16900     (while methods
16901       (gnus-read-descriptions-file (car methods))
16902       (setq methods (cdr methods)))
16903     t))
16904
16905 (defun gnus-read-descriptions-file (&optional method)
16906   (let ((method (or method gnus-select-method)))
16907     (when (stringp method)
16908       (setq method (gnus-server-to-method method)))
16909     ;; We create the hashtable whether we manage to read the desc file
16910     ;; to avoid trying to re-read after a failed read.
16911     (or gnus-description-hashtb
16912         (setq gnus-description-hashtb
16913               (gnus-make-hashtable (length gnus-active-hashtb))))
16914     ;; Mark this method's desc file as read.
16915     (gnus-sethash (gnus-group-prefixed-name "" method) "Has read"
16916                   gnus-description-hashtb)
16917
16918     (gnus-message 5 "Reading descriptions file via %s..." (car method))
16919     (cond
16920      ((not (gnus-check-server method))
16921       (gnus-message 1 "Couldn't open server")
16922       nil)
16923      ((not (gnus-request-list-newsgroups method))
16924       (gnus-message 1 "Couldn't read newsgroups descriptions")
16925       nil)
16926      (t
16927       (let (group)
16928         (save-excursion
16929           (save-restriction
16930             (set-buffer nntp-server-buffer)
16931             (goto-char (point-min))
16932             (if (or (search-forward "\n.\n" nil t)
16933                     (goto-char (point-max)))
16934                 (progn
16935                   (beginning-of-line)
16936                   (narrow-to-region (point-min) (point))))
16937             (goto-char (point-min))
16938             (while (not (eobp))
16939               ;; If we get an error, we set group to 0, which is not a
16940               ;; symbol...
16941               (setq group
16942                     (condition-case ()
16943                         (let ((obarray gnus-description-hashtb))
16944                           ;; Group is set to a symbol interned in this
16945                           ;; hash table.
16946                           (read nntp-server-buffer))
16947                       (error 0)))
16948               (skip-chars-forward " \t")
16949               ;; ...  which leads to this line being effectively ignored.
16950               (and (symbolp group)
16951                    (set group (buffer-substring
16952                                (point) (progn (end-of-line) (point)))))
16953               (forward-line 1))))
16954         (gnus-message 5 "Reading descriptions file...done")
16955         t)))))
16956
16957 (defun gnus-group-get-description (group)
16958   "Get the description of a group by sending XGTITLE to the server."
16959   (when (gnus-request-group-description group)
16960     (save-excursion
16961       (set-buffer nntp-server-buffer)
16962       (goto-char (point-min))
16963       (when (looking-at "[^ \t]+[ \t]+\\(.*\\)")
16964         (match-string 1)))))
16965
16966 \f
16967 ;;;
16968 ;;; Buffering of read articles.
16969 ;;;
16970
16971 (defvar gnus-backlog-buffer " *Gnus Backlog*")
16972 (defvar gnus-backlog-articles nil)
16973 (defvar gnus-backlog-hashtb nil)
16974
16975 (defun gnus-backlog-buffer ()
16976   "Return the backlog buffer."
16977   (or (get-buffer gnus-backlog-buffer)
16978       (save-excursion
16979         (set-buffer (get-buffer-create gnus-backlog-buffer))
16980         (buffer-disable-undo (current-buffer))
16981         (setq buffer-read-only t)
16982         (gnus-add-current-to-buffer-list)
16983         (get-buffer gnus-backlog-buffer))))
16984
16985 (defun gnus-backlog-setup ()
16986   "Initialize backlog variables."
16987   (unless gnus-backlog-hashtb
16988     (setq gnus-backlog-hashtb (make-vector 1023 0))))
16989
16990 (gnus-add-shutdown 'gnus-backlog-shutdown 'gnus)
16991
16992 (defun gnus-backlog-shutdown ()
16993   "Clear all backlog variables and buffers."
16994   (when (get-buffer gnus-backlog-buffer)
16995     (kill-buffer gnus-backlog-buffer))
16996   (setq gnus-backlog-hashtb nil
16997         gnus-backlog-articles nil))
16998
16999 (defun gnus-backlog-enter-article (group number buffer)
17000   (gnus-backlog-setup)
17001   (let ((ident (intern (concat group ":" (int-to-string number))
17002                        gnus-backlog-hashtb))
17003         b)
17004     (if (memq ident gnus-backlog-articles)
17005         () ; It's already kept.
17006       ;; Remove the oldest article, if necessary.
17007       (and (numberp gnus-keep-backlog)
17008            (>= (length gnus-backlog-articles) gnus-keep-backlog)
17009            (gnus-backlog-remove-oldest-article))
17010       (setq gnus-backlog-articles (cons ident gnus-backlog-articles))
17011       ;; Insert the new article.
17012       (save-excursion
17013         (set-buffer (gnus-backlog-buffer))
17014         (let (buffer-read-only)
17015           (goto-char (point-max))
17016           (or (bolp) (insert "\n"))
17017           (setq b (point))
17018           (insert-buffer-substring buffer)
17019           ;; Tag the beginning of the article with the ident.
17020           (gnus-put-text-property b (1+ b) 'gnus-backlog ident))))))
17021
17022 (defun gnus-backlog-remove-oldest-article ()
17023   (save-excursion
17024     (set-buffer (gnus-backlog-buffer))
17025     (goto-char (point-min))
17026     (if (zerop (buffer-size))
17027         () ; The buffer is empty.
17028       (let ((ident (get-text-property (point) 'gnus-backlog))
17029             buffer-read-only)
17030         ;; Remove the ident from the list of articles.
17031         (when ident
17032           (setq gnus-backlog-articles (delq ident gnus-backlog-articles)))
17033         ;; Delete the article itself.
17034         (delete-region
17035          (point) (next-single-property-change
17036                   (1+ (point)) 'gnus-backlog nil (point-max)))))))
17037
17038 (defun gnus-backlog-remove-article (group number)
17039   "Remove article NUMBER in GROUP from the backlog."
17040   (when (numberp number)
17041     (gnus-backlog-setup)
17042     (let ((ident (intern (concat group ":" (int-to-string number))
17043                          gnus-backlog-hashtb))
17044           beg end)
17045       (when (memq ident gnus-backlog-articles)
17046         ;; It was in the backlog.
17047         (save-excursion
17048           (set-buffer (gnus-backlog-buffer))
17049           (let (buffer-read-only)
17050             (when (setq beg (text-property-any
17051                              (point-min) (point-max) 'gnus-backlog
17052                              ident))
17053               ;; Find the end (i. e., the beginning of the next article).
17054               (setq end
17055                     (next-single-property-change
17056                      (1+ beg) 'gnus-backlog (current-buffer) (point-max)))
17057               (delete-region beg end)
17058               ;; Return success.
17059               t)))))))
17060
17061 (defun gnus-backlog-request-article (group number buffer)
17062   (when (numberp number)
17063     (gnus-backlog-setup)
17064     (let ((ident (intern (concat group ":" (int-to-string number))
17065                          gnus-backlog-hashtb))
17066           beg end)
17067       (when (memq ident gnus-backlog-articles)
17068         ;; It was in the backlog.
17069         (save-excursion
17070           (set-buffer (gnus-backlog-buffer))
17071           (if (not (setq beg (text-property-any
17072                               (point-min) (point-max) 'gnus-backlog
17073                               ident)))
17074               ;; It wasn't in the backlog after all.
17075               (ignore
17076                (setq gnus-backlog-articles (delq ident gnus-backlog-articles)))
17077             ;; Find the end (i. e., the beginning of the next article).
17078             (setq end
17079                   (next-single-property-change
17080                    (1+ beg) 'gnus-backlog (current-buffer) (point-max)))))
17081         (let ((buffer-read-only nil))
17082           (erase-buffer)
17083           (insert-buffer-substring gnus-backlog-buffer beg end)
17084           t)))))
17085
17086 ;; Allow redefinition of Gnus functions.
17087
17088 (gnus-ems-redefine)
17089
17090 (provide 'gnus)
17091
17092 ;;; gnus.el ends here