565dae645478a940856e7283d79411d12e902147
[elisp/gnus.git-] / texi / gnus.texi
1 \input texinfo                  @c -*-texinfo-*-
2
3 @setfilename gnus
4 @settitle Semi-gnus 6.10.037 Manual
5 @synindex fn cp
6 @synindex vr cp
7 @synindex pg cp
8 @c @direntry
9 @c * Gnus: (gnus).         The newsreader Gnus.
10 @c @end direntry
11 @iftex
12 @finalout
13 @end iftex
14 @setchapternewpage odd
15
16 @iftex
17 @iflatex
18 \documentclass[twoside,a4paper,openright,11pt]{book}
19 \usepackage[latin1]{inputenc}
20 \usepackage{pagestyle}
21 \usepackage{epsfig}
22 \usepackage{bembo}
23 \usepackage{pixidx}
24
25 \makeindex
26 \begin{document}
27
28 \newcommand{\gnuschaptername}{}
29 \newcommand{\gnussectionname}{}
30
31 \newcommand{\gnusbackslash}{/}
32
33 \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}}
34 \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}}
35
36 \newcommand{\gnuskindex}[1]{\index{#1}}
37 \newcommand{\gnusindex}[1]{\index{#1}}
38
39 \newcommand{\gnustt}[1]{{\fontfamily{pfu}\fontsize{10pt}{10}\selectfont #1}}
40 \newcommand{\gnuscode}[1]{\gnustt{#1}}
41 \newcommand{\gnussamp}[1]{``{\fontencoding{OT1}\fontfamily{pfu}\fontsize{10pt}{10}\selectfont #1}''}
42 \newcommand{\gnuslisp}[1]{\gnustt{#1}}
43 \newcommand{\gnuskbd}[1]{`\gnustt{#1}'}
44 \newcommand{\gnusfile}[1]{`\gnustt{#1}'}
45 \newcommand{\gnusdfn}[1]{\textit{#1}}
46 \newcommand{\gnusi}[1]{\textit{#1}}
47 \newcommand{\gnusstrong}[1]{\textbf{#1}}
48 \newcommand{\gnusemph}[1]{\textit{#1}}
49 \newcommand{\gnusvar}[1]{{\fontsize{10pt}{10}\selectfont\textsl{\textsf{#1}}}}
50 \newcommand{\gnussc}[1]{\textsc{#1}}
51 \newcommand{\gnustitle}[1]{{\huge\textbf{#1}}}
52 \newcommand{\gnusauthor}[1]{{\large\textbf{#1}}}
53
54 \newcommand{\gnusbullet}{{${\bullet}$}}
55 \newcommand{\gnusdollar}{\$}
56 \newcommand{\gnusampersand}{\&}
57 \newcommand{\gnuspercent}{\%}
58 \newcommand{\gnushash}{\#}
59 \newcommand{\gnushat}{\symbol{"5E}}
60 \newcommand{\gnusunderline}{\symbol{"5F}}
61 \newcommand{\gnusnot}{$\neg$}
62 \newcommand{\gnustilde}{\symbol{"7E}}
63 \newcommand{\gnusless}{{$<$}}
64 \newcommand{\gnusgreater}{{$>$}}
65 \newcommand{\gnusbraceleft}{{$>$}}
66 \newcommand{\gnusbraceright}{{$>$}}
67
68 \newcommand{\gnushead}{\raisebox{-1cm}{\epsfig{figure=ps/gnus-head.eps,height=1cm}}}
69 \newcommand{\gnusinteresting}{
70 \marginpar[\mbox{}\hfill\gnushead]{\gnushead}
71 }
72
73 \newcommand{\gnuscleardoublepage}{\ifodd\count0\mbox{}\clearpage\thispagestyle{empty}\mbox{}\clearpage\else\clearpage\fi}
74
75 \newcommand{\gnuspagechapter}[1]{
76 {\mbox{}}
77 }
78
79 \newdimen{\gnusdimen}
80 \gnusdimen 0pt
81
82 \newcommand{\gnuschapter}[2]{
83 \gnuscleardoublepage
84 \ifdim \gnusdimen = 0pt\setcounter{page}{1}\pagestyle{gnus}\pagenumbering{arabic} \gnusdimen 1pt\fi
85 \chapter{#2}
86 \renewcommand{\gnussectionname}{}
87 \renewcommand{\gnuschaptername}{#2}
88 \thispagestyle{empty}
89 \hspace*{-2cm}
90 \begin{picture}(500,500)(0,0)
91 \put(480,350){\makebox(0,0)[tr]{#1}}
92 \put(40,300){\makebox(500,50)[bl]{{\Huge\bf{#2}}}}
93 \end{picture}
94 \clearpage
95 }
96
97 \newcommand{\gnusfigure}[3]{
98 \begin{figure}
99 \mbox{}\ifodd\count0\hspace*{-0.8cm}\else\hspace*{-3cm}\fi\begin{picture}(440,#2)
100 #3
101 \end{picture}
102 \caption{#1}
103 \end{figure}
104 }
105
106 \newcommand{\gnusicon}[1]{
107 \marginpar[\mbox{}\hfill\raisebox{-1.5cm}{\epsfig{figure=tmp/#1-up.ps,height=1.5cm}}]{\raisebox{-1cm}{\epsfig{figure=tmp/#1-up.ps,height=1cm}}}
108 }
109
110 \newcommand{\gnuspicon}[1]{
111 \margindex{\epsfig{figure=#1,width=2cm}}
112 }
113
114 \newcommand{\gnusxface}[2]{
115 \margindex{\epsfig{figure=#1,width=1cm}\epsfig{figure=#2,width=1cm}}
116 }
117
118 \newcommand{\gnussmiley}[2]{
119 \margindex{\makebox[2cm]{\hfill\epsfig{figure=#1,width=0.5cm}\hfill\epsfig{figure=#2,width=0.5cm}\hfill}}
120 }
121
122 \newcommand{\gnusitemx}[1]{\mbox{}\vspace*{-\itemsep}\vspace*{-\parsep}\item#1}
123
124 \newcommand{\gnussection}[1]{
125 \renewcommand{\gnussectionname}{#1}
126 \section{#1}
127 }
128
129 \newenvironment{codelist}%
130 {\begin{list}{}{
131 }
132 }{\end{list}}
133
134 \newenvironment{kbdlist}%
135 {\begin{list}{}{
136 \labelwidth=0cm
137 }
138 }{\end{list}}
139
140 \newenvironment{dfnlist}%
141 {\begin{list}{}{
142 }
143 }{\end{list}}
144
145 \newenvironment{stronglist}%
146 {\begin{list}{}{
147 }
148 }{\end{list}}
149
150 \newenvironment{samplist}%
151 {\begin{list}{}{
152 }
153 }{\end{list}}
154
155 \newenvironment{varlist}%
156 {\begin{list}{}{
157 }
158 }{\end{list}}
159
160 \newenvironment{emphlist}%
161 {\begin{list}{}{
162 }
163 }{\end{list}}
164
165 \newlength\gnusheadtextwidth
166 \setlength{\gnusheadtextwidth}{\headtextwidth}
167 \addtolength{\gnusheadtextwidth}{1cm}
168
169 \newpagestyle{gnuspreamble}%
170 {
171 {
172 \ifodd\count0
173 {
174 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\mbox{}}\textbf{\hfill\roman{page}}}
175 }
176 \else
177 {
178 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\roman{page}\hfill\mbox{}}}
179 }
180 }
181 \fi
182 }
183 }
184 {
185 \ifodd\count0
186 \mbox{} \hfill
187 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
188 \else
189 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
190 \hfill \mbox{}
191 \fi
192 }
193
194 \newpagestyle{gnusindex}%
195 {
196 {
197 \ifodd\count0
198 {
199 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\gnuschaptername\hfill\arabic{page}}}}
200 }
201 \else
202 {
203 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}
204 }
205 \fi
206 }
207 }
208 {
209 \ifodd\count0
210 \mbox{} \hfill
211 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
212 \else
213 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
214 \hfill \mbox{}
215 \fi
216 }
217
218 \newpagestyle{gnus}%
219 {
220 {
221 \ifodd\count0
222 {
223 \makebox[12cm]{\hspace*{3.1cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{chapter}.\arabic{section}} \textbf{\gnussectionname\hfill\arabic{page}}}}}
224 }
225 \else
226 {
227 \makebox[12cm]{\hspace*{-2.95cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}}
228 }
229 \fi
230 }
231 }
232 {
233 \ifodd\count0
234 \mbox{} \hfill
235 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
236 \else
237 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
238 \hfill \mbox{}
239 \fi
240 }
241
242 \pagenumbering{roman}
243 \pagestyle{gnuspreamble}
244
245 @end iflatex
246 @end iftex
247
248 @iftex
249 @iflatex
250 \begin{titlepage}
251 {
252
253 %\addtolength{\oddsidemargin}{-5cm}
254 %\addtolength{\evensidemargin}{-5cm}
255 \parindent=0cm
256 \addtolength{\textheight}{2cm}
257
258 \gnustitle{\gnustitlename}\\
259 \rule{15cm}{1mm}\\
260 \vfill
261 \hspace*{0cm}\epsfig{figure=ps/gnus-big-logo.eps,height=15cm}
262 \vfill
263 \rule{15cm}{1mm}\\
264 \gnusauthor{by Lars Magne Ingebrigtsen}
265 \newpage
266 }
267
268 \mbox{}
269 \vfill
270
271 \thispagestyle{empty}
272
273 Copyright \copyright{} 1995,96,97,98 Free Software Foundation, Inc.
274
275 Permission is granted to make and distribute verbatim copies of
276 this manual provided the copyright notice and this permission notice
277 are preserved on all copies.
278
279 Permission is granted to copy and distribute modified versions of this
280 manual under the conditions for verbatim copying, provided that the
281 entire resulting derived work is distributed under the terms of a
282 permission notice identical to this one.
283
284 Permission is granted to copy and distribute translations of this manual
285 into another language, under the above conditions for modified versions.
286
287 \newpage
288 \end{titlepage}
289 @end iflatex
290 @end iftex
291
292 @ifinfo
293
294 This file documents gnus, the GNU Emacs newsreader.
295
296 Copyright (C) 1995,96 Free Software Foundation, Inc.
297
298 Permission is granted to make and distribute verbatim copies of
299 this manual provided the copyright notice and this permission notice
300 are preserved on all copies.
301
302 @ignore
303 Permission is granted to process this file through Tex and print the
304 results, provided the printed document carries copying permission
305 notice identical to this one except for the removal of this paragraph
306 (this paragraph not being relevant to the printed manual).
307
308 @end ignore
309 Permission is granted to copy and distribute modified versions of this
310 manual under the conditions for verbatim copying, provided also that the
311 entire resulting derived work is distributed under the terms of a
312 permission notice identical to this one.
313
314 Permission is granted to copy and distribute translations of this manual
315 into another language, under the above conditions for modified versions.
316 @end ifinfo
317
318 @tex
319
320 @titlepage
321 @title Semi-gnus 6.10.037 Manual
322
323 @author by Lars Magne Ingebrigtsen
324 @page
325
326 @vskip 0pt plus 1filll
327 Copyright @copyright{} 1995,96,97 Free Software Foundation, Inc.
328
329 Permission is granted to make and distribute verbatim copies of
330 this manual provided the copyright notice and this permission notice
331 are preserved on all copies.
332
333 Permission is granted to copy and distribute modified versions of this
334 manual under the conditions for verbatim copying, provided that the
335 entire resulting derived work is distributed under the terms of a
336 permission notice identical to this one.
337
338 Permission is granted to copy and distribute translations of this manual
339 into another language, under the above conditions for modified versions.
340
341 @end titlepage
342 @page
343
344 @end tex
345
346
347 @node Top
348 @top The gnus Newsreader
349
350 @ifinfo
351
352 You can read news (and mail) from within Emacs by using gnus.  The news
353 can be gotten by any nefarious means you can think of---@sc{nntp}, local
354 spool or your mbox file.  All at the same time, if you want to push your
355 luck.
356
357 Semi-gnus provides MIME features based on SEMI API.  So Semi-gnus
358 supports your right to read strange messages including big images or
359 other various kinds of formats.  Semi-gnus also supports
360 internationalization/localization and multiscript features based on MULE
361 API.  So Semi-gnus does not discriminate various language communities.
362 Oh, if you are a Klingon, please wait Unicode Next Generation.
363
364 This manual corresponds to Semi-gnus 6.10.037.
365
366 @end ifinfo
367
368 @iftex
369
370 @iflatex
371 \tableofcontents
372 \gnuscleardoublepage
373 @end iflatex
374
375 Gnus is the advanced, self-documenting, customizable, extensible
376 unreal-time newsreader for GNU Emacs.
377
378 Oops.  That sounds oddly familiar, so let's start over again to avoid
379 being accused of plagiarism:
380
381 Gnus is a message-reading laboratory.  It will let you look at just
382 about anything as if it were a newsgroup.  You can read mail with it,
383 you can browse directories with it, you can @code{ftp} with it---you can
384 even read news with it!
385
386 Gnus tries to empower people who read news the same way Emacs empowers
387 people who edit text.  Gnus sets no limits to what the user should be
388 allowed to do.  Users are encouraged to extend gnus to make it behave
389 like they want it to behave.  A program should not control people;
390 people should be empowered to do what they want by using (or abusing)
391 the program.
392
393 @end iftex
394
395
396 @menu
397 * Starting Up::           Finding news can be a pain.
398 * The Group Buffer::      Selecting, subscribing and killing groups.
399 * The Summary Buffer::    Reading, saving and posting articles.
400 * The Article Buffer::    Displaying and handling articles.
401 * Composing Messages::    Information on sending mail and news.
402 * Select Methods::        Gnus reads all messages from various select methods.
403 * Scoring::               Assigning values to articles.
404 * Various::               General purpose settings.
405 * The End::               Farewell and goodbye.
406 * Appendices::            Terminology, Emacs intro, FAQ, History, Internals.
407 * Index::                 Variable, function and concept index.
408 * Key Index::             Key Index.
409 @end menu
410
411 @node Starting Up
412 @chapter Starting gnus
413 @cindex starting up
414
415 @kindex M-x gnus
416 @findex gnus
417 If your system administrator has set things up properly, starting gnus
418 and reading news is extremely easy---you just type @kbd{M-x gnus} in
419 your Emacs.
420
421 @findex gnus-other-frame
422 @kindex M-x gnus-other-frame
423 If you want to start gnus in a different frame, you can use the command
424 @kbd{M-x gnus-other-frame} instead.
425
426 If things do not go smoothly at startup, you have to twiddle some
427 variables in your @file{~/.gnus} file.  This file is similar to
428 @file{~/.emacs}, but is read when gnus starts.
429
430 If you puzzle at any terms used in this manual, please refer to the
431 terminology section (@pxref{Terminology}).
432
433 @menu
434 * Finding the News::    Choosing a method for getting news.
435 * The First Time::      What does gnus do the first time you start it?
436 * The Server is Down::  How can I read my mail then?
437 * Slave Gnusae::        You can have more than one gnus active at a time.
438 * Fetching a Group::    Starting gnus just to read a group.
439 * New Groups::          What is gnus supposed to do with new groups?
440 * Startup Files::       Those pesky startup files---@file{.newsrc}.
441 * Auto Save::           Recovering from a crash.
442 * The Active File::     Reading the active file over a slow line Takes Time.
443 * Changing Servers::    You may want to move from one server to another.
444 * Startup Variables::   Other variables you might change.
445 @end menu
446
447
448 @node Finding the News
449 @section Finding the News
450 @cindex finding news
451
452 @vindex gnus-select-method
453 @c @head
454 The @code{gnus-select-method} variable says where gnus should look for
455 news.  This variable should be a list where the first element says
456 @dfn{how} and the second element says @dfn{where}.  This method is your
457 native method.  All groups not fetched with this method are foreign
458 groups.
459
460 For instance, if the @samp{news.somewhere.edu} @sc{nntp} server is where
461 you want to get your daily dosage of news from, you'd say:
462
463 @lisp
464 (setq gnus-select-method '(nntp "news.somewhere.edu"))
465 @end lisp
466
467 If you want to read directly from the local spool, say:
468
469 @lisp
470 (setq gnus-select-method '(nnspool ""))
471 @end lisp
472
473 If you can use a local spool, you probably should, as it will almost
474 certainly be much faster.
475
476 @vindex gnus-nntpserver-file
477 @cindex NNTPSERVER
478 @cindex @sc{nntp} server
479 If this variable is not set, gnus will take a look at the
480 @code{NNTPSERVER} environment variable.  If that variable isn't set,
481 gnus will see whether @code{gnus-nntpserver-file}
482 (@file{/etc/nntpserver} by default) has any opinions on the matter.  If
483 that fails as well, gnus will try to use the machine running Emacs as an
484 @sc{nntp} server.  That's a long shot, though.
485
486 @vindex gnus-nntp-server
487 If @code{gnus-nntp-server} is set, this variable will override
488 @code{gnus-select-method}.  You should therefore set
489 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
490
491 @vindex gnus-secondary-servers
492 You can also make gnus prompt you interactively for the name of an
493 @sc{nntp} server.  If you give a non-numerical prefix to @code{gnus}
494 (i.e., @kbd{C-u M-x gnus}), gnus will let you choose between the servers
495 in the @code{gnus-secondary-servers} list (if any).  You can also just
496 type in the name of any server you feel like visiting.
497
498 @findex gnus-group-browse-foreign-server
499 @kindex B (Group)
500 However, if you use one @sc{nntp} server regularly and are just
501 interested in a couple of groups from a different server, you would be
502 better served by using the @kbd{B} command in the group buffer.  It will
503 let you have a look at what groups are available, and you can subscribe
504 to any of the groups you want to.  This also makes @file{.newsrc}
505 maintenance much tidier.  @xref{Foreign Groups}.
506
507 @vindex gnus-secondary-select-methods
508 @c @head
509 A slightly different approach to foreign groups is to set the
510 @code{gnus-secondary-select-methods} variable.  The select methods
511 listed in this variable are in many ways just as native as the
512 @code{gnus-select-method} server.  They will also be queried for active
513 files during startup (if that's required), and new newsgroups that
514 appear on these servers will be subscribed (or not) just as native
515 groups are.
516
517 For instance, if you use the @code{nnmbox} backend to read your mail, you
518 would typically set this variable to
519
520 @lisp
521 (setq gnus-secondary-select-methods '((nnmbox "")))
522 @end lisp
523
524
525 @node The First Time
526 @section The First Time
527 @cindex first time usage
528
529 If no startup files exist, gnus will try to determine what groups should
530 be subscribed by default.
531
532 @vindex gnus-default-subscribed-newsgroups
533 If the variable @code{gnus-default-subscribed-newsgroups} is set, gnus
534 will subscribe you to just those groups in that list, leaving the rest
535 killed.  Your system administrator should have set this variable to
536 something useful.
537
538 Since she hasn't, gnus will just subscribe you to a few arbitrarily
539 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
540 here as @dfn{whatever Lars thinks you should read}.)
541
542 You'll also be subscribed to the gnus documentation group, which should
543 help you with most common problems.
544
545 If @code{gnus-default-subscribed-newsgroups} is @code{t}, gnus will just
546 use the normal functions for handling new groups, and not do anything
547 special.
548
549
550 @node The Server is Down
551 @section The Server is Down
552 @cindex server errors
553
554 If the default server is down, gnus will understandably have some
555 problems starting.  However, if you have some mail groups in addition to
556 the news groups, you may want to start gnus anyway.
557
558 Gnus, being the trusting sort of program, will ask whether to proceed
559 without a native select method if that server can't be contacted.  This
560 will happen whether the server doesn't actually exist (i.e., you have
561 given the wrong address) or the server has just momentarily taken ill
562 for some reason or other.  If you decide to continue and have no foreign
563 groups, you'll find it difficult to actually do anything in the group
564 buffer.  But, hey, that's your problem.  Blllrph!
565
566 @findex gnus-no-server
567 @kindex M-x gnus-no-server
568 @c @head
569 If you know that the server is definitely down, or you just want to read
570 your mail without bothering with the server at all, you can use the
571 @code{gnus-no-server} command to start gnus.  That might come in handy
572 if you're in a hurry as well.  This command will not attempt to contact
573 your primary server---instead, it will just activate all groups on level
574 1 and 2.  (You should preferably keep no native groups on those two
575 levels.)
576
577
578 @node Slave Gnusae
579 @section Slave Gnusae
580 @cindex slave
581
582 You might want to run more than one Emacs with more than one gnus at the
583 same time.  If you are using different @file{.newsrc} files (e.g., if
584 you are using the two different gnusae to read from two different
585 servers), that is no problem whatsoever.  You just do it.
586
587 The problem appears when you want to run two Gnusae that use the same
588 @code{.newsrc} file.
589
590 To work around that problem some, we here at the Think-Tank at the gnus
591 Towers have come up with a new concept: @dfn{Masters} and @dfn{slaves}.
592 (We have applied for a patent on this concept, and have taken out a
593 copyright on those words.  If you wish to use those words in conjunction
594 with each other, you have to send $1 per usage instance to me.  Usage of
595 the patent (@dfn{Master/Slave Relationships In Computer Applications})
596 will be much more expensive, of course.)
597
598 Anyways, you start one gnus up the normal way with @kbd{M-x gnus} (or
599 however you do it).  Each subsequent slave gnusae should be started with
600 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
601 files, but instead save @dfn{slave files} that contain information only
602 on what groups have been read in the slave session.  When a master gnus
603 starts, it will read (and delete) these slave files, incorporating all
604 information from them.  (The slave files will be read in the sequence
605 they were created, so the latest changes will have precedence.)
606
607 Information from the slave files has, of course, precedence over the
608 information in the normal (i.e., master) @code{.newsrc} file.
609
610
611 @node Fetching a Group
612 @section Fetching a Group
613 @cindex fetching a group
614
615 @findex gnus-fetch-group
616 It is sometimes convenient to be able to just say ``I want to read this
617 group and I don't care whether gnus has been started or not''.  This is
618 perhaps more useful for people who write code than for users, but the
619 command @code{gnus-fetch-group} provides this functionality in any case.
620 It takes the group name as a parameter.
621
622
623 @node New Groups
624 @section New Groups
625 @cindex new groups
626 @cindex subscription
627
628 @vindex gnus-check-new-newsgroups
629 If you are satisfied that you really never want to see any new groups,
630 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
631 also save you some time at startup.  Even if this variable is
632 @code{nil}, you can always subscribe to the new groups just by pressing
633 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
634 is @code{ask-server} by default.  If you set this variable to
635 @code{always}, then gnus will query the backends for new groups even
636 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
637
638 @menu
639 * Checking New Groups::      Determining what groups are new.
640 * Subscription Methods::     What gnus should do with new groups.
641 * Filtering New Groups::     Making gnus ignore certain new groups.
642 @end menu
643
644
645 @node Checking New Groups
646 @subsection Checking New Groups
647
648 Gnus normally determines whether a group is new or not by comparing the
649 list of groups from the active file(s) with the lists of subscribed and
650 dead groups.  This isn't a particularly fast method.  If
651 @code{gnus-check-new-newsgroups} is @code{ask-server}, gnus will ask the
652 server for new groups since the last time.  This is both faster and
653 cheaper.  This also means that you can get rid of the list of killed
654 groups altogether, so you may set @code{gnus-save-killed-list} to
655 @code{nil}, which will save time both at startup, at exit, and all over.
656 Saves disk space, too.  Why isn't this the default, then?
657 Unfortunately, not all servers support this command.
658
659 I bet I know what you're thinking now: How do I find out whether my
660 server supports @code{ask-server}?  No?  Good, because I don't have a
661 fail-safe answer.  I would suggest just setting this variable to
662 @code{ask-server} and see whether any new groups appear within the next
663 few days.  If any do, then it works.  If none do, then it doesn't work.
664 I could write a function to make gnus guess whether the server supports
665 @code{ask-server}, but it would just be a guess.  So I won't.  You could
666 @code{telnet} to the server and say @code{HELP} and see whether it lists
667 @samp{NEWGROUPS} among the commands it understands.  If it does, then it
668 might work.  (But there are servers that lists @samp{NEWGROUPS} without
669 supporting the function properly.)
670
671 This variable can also be a list of select methods.  If so, gnus will
672 issue an @code{ask-server} command to each of the select methods, and
673 subscribe them (or not) using the normal methods.  This might be handy
674 if you are monitoring a few servers for new groups.  A side effect is
675 that startup will take much longer, so you can meditate while waiting.
676 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
677
678
679 @node Subscription Methods
680 @subsection Subscription Methods
681
682 @vindex gnus-subscribe-newsgroup-method
683 What gnus does when it encounters a new group is determined by the
684 @code{gnus-subscribe-newsgroup-method} variable.
685
686 This variable should contain a function.  This function will be called
687 with the name of the new group as the only parameter.
688
689 Some handy pre-fab functions are:
690
691 @table @code
692
693 @item gnus-subscribe-zombies
694 @vindex gnus-subscribe-zombies
695 Make all new groups zombies.  This is the default.  You can browse the
696 zombies later (with @kbd{A z}) and either kill them all off properly
697 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
698
699 @item gnus-subscribe-randomly
700 @vindex gnus-subscribe-randomly
701 Subscribe all new groups in arbitrary order.  This really means that all
702 new groups will be added at ``the top'' of the group buffer.
703
704 @item gnus-subscribe-alphabetically
705 @vindex gnus-subscribe-alphabetically
706 Subscribe all new groups in alphabetical order.
707
708 @item gnus-subscribe-hierarchically
709 @vindex gnus-subscribe-hierarchically
710 Subscribe all new groups hierarchically.  The difference between this
711 function and @code{gnus-subscribe-alphabetically} is slight.
712 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
713 alphabetical fashion, while this function will enter groups into it's
714 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
715 @samp{comp} hierarchy, this function will not mess that configuration
716 up.  Or something like that.
717
718 @item gnus-subscribe-interactively
719 @vindex gnus-subscribe-interactively
720 Subscribe new groups interactively.  This means that gnus will ask you
721 about @strong{all} new groups.  The groups you choose to subscribe to
722 will be subscribed hierarchically.
723
724 @item gnus-subscribe-killed
725 @vindex gnus-subscribe-killed
726 Kill all new groups.
727
728 @end table
729
730 @vindex gnus-subscribe-hierarchical-interactive
731 A closely related variable is
732 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
733 mouthful.)  If this variable is non-@code{nil}, gnus will ask you in a
734 hierarchical fashion whether to subscribe to new groups or not.  Gnus
735 will ask you for each sub-hierarchy whether you want to descend the
736 hierarchy or not.
737
738 One common mistake is to set the variable a few paragraphs above
739 (@code{gnus-subscribe-newsgroup-method}) to
740 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
741 will not work.  This is ga-ga.  So don't do it.
742
743
744 @node Filtering New Groups
745 @subsection Filtering New Groups
746
747 A nice and portable way to control which new newsgroups should be
748 subscribed (or ignored) is to put an @dfn{options} line at the start of
749 the @file{.newsrc} file.  Here's an example:
750
751 @example
752 options -n !alt.all !rec.all sci.all
753 @end example
754
755 @vindex gnus-subscribe-options-newsgroup-method
756 This line obviously belongs to a serious-minded intellectual scientific
757 person (or she may just be plain old boring), because it says that all
758 groups that have names beginning with @samp{alt} and @samp{rec} should
759 be ignored, and all groups with names beginning with @samp{sci} should
760 be subscribed.  Gnus will not use the normal subscription method for
761 subscribing these groups.
762 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
763 variable defaults to @code{gnus-subscribe-alphabetically}.
764
765 @vindex gnus-options-not-subscribe
766 @vindex gnus-options-subscribe
767 If you don't want to mess with your @file{.newsrc} file, you can just
768 set the two variables @code{gnus-options-subscribe} and
769 @code{gnus-options-not-subscribe}.  These two variables do exactly the
770 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
771 and if the new group matches the former, it will be unconditionally
772 subscribed, and if it matches the latter, it will be ignored.
773
774 @vindex gnus-auto-subscribed-groups
775 Yet another variable that meddles here is
776 @code{gnus-auto-subscribed-groups}.  It works exactly like
777 @code{gnus-options-subscribe}, and is therefore really superfluous, but I
778 thought it would be nice to have two of these.  This variable is more
779 meant for setting some ground rules, while the other variable is used
780 more for user fiddling.  By default this variable makes all new groups
781 that come from mail backends (@code{nnml}, @code{nnbabyl},
782 @code{nnfolder}, @code{nnmbox}, and @code{nnmh}) subscribed.  If you
783 don't like that, just set this variable to @code{nil}.
784
785 New groups that match this regexp are subscribed using
786 @code{gnus-subscribe-options-newsgroup-method}.
787
788
789 @node Changing Servers
790 @section Changing Servers
791 @cindex changing servers
792
793 Sometimes it is necessary to move from one @sc{nntp} server to another.
794 This happens very rarely, but perhaps you change jobs, or one server is
795 very flaky and you want to use another.
796
797 Changing the server is pretty easy, right?  You just change
798 @code{gnus-select-method} to point to the new server?
799
800 @emph{Wrong!}
801
802 Article numbers are not (in any way) kept synchronized between different
803 @sc{nntp} servers, and the only way Gnus keeps track of what articles
804 you have read is by keeping track of article numbers.  So when you
805 change @code{gnus-select-method}, your @file{.newsrc} file becomes
806 worthless.
807
808 Gnus provides a few functions to attempt to translate a @file{.newsrc}
809 file from one server to another.  They all have one thing in
810 common---they take a looong time to run.  You don't want to use these
811 functions more than absolutely necessary.
812
813 @kindex M-x gnus-change-server
814 @findex gnus-change-server
815 If you have access to both servers, Gnus can request the headers for all
816 the articles you have read and compare @code{Message-ID}s and map the
817 article numbers of the read articles and article marks.  The @kbd{M-x
818 gnus-change-server} command will do this for all your native groups.  It
819 will prompt for the method you want to move to.
820
821 @kindex M-x gnus-group-move-group-to-server
822 @findex gnus-group-move-group-to-server
823 You can also move individual groups with the @kbd{M-x
824 gnus-group-move-group-to-server} command.  This is useful if you want to
825 move a (foreign) group from one server to another.
826
827 @kindex M-x gnus-group-clear-data-on-native-groups
828 @findex gnus-group-clear-data-on-native-groups
829 If you don't have access to both the old and new server, all your marks
830 and read ranges have become worthless.  You can use the @kbd{M-x
831 gnus-group-clear-data-on-native-groups} command to clear out all data
832 that you have on your native groups.  Use with caution.
833
834 After changing servers, you @strong{must} move the cache hierarchy away,
835 since the cached articles will have wrong article numbers, which will
836 affect which articles Gnus thinks are read.
837
838
839 @node Startup Files
840 @section Startup Files
841 @cindex startup files
842 @cindex .newsrc
843 @cindex .newsrc.el
844 @cindex .newsrc.eld
845
846 Now, you all know about the @file{.newsrc} file.  All subscription
847 information is traditionally stored in this file.
848
849 Things got a bit more complicated with @sc{GNUS}.  In addition to
850 keeping the @file{.newsrc} file updated, it also used a file called
851 @file{.newsrc.el} for storing all the information that didn't fit into
852 the @file{.newsrc} file.  (Actually, it also duplicated everything in
853 the @file{.newsrc} file.)  @sc{GNUS} would read whichever one of these
854 files was the most recently saved, which enabled people to swap between
855 @sc{gnus} and other newsreaders.
856
857 That was kinda silly, so Gnus went one better: In addition to the
858 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
859 @file{.newsrc.eld}.  It will read whichever of these files that are most
860 recent, but it will never write a @file{.newsrc.el} file.  You should
861 never delete the @file{.newsrc.eld} file---it contains much information
862 not stored in the @file{.newsrc} file.
863
864 In addition, gnus does not change anything.  Hail comrade Lars!
865
866 @vindex gnus-save-newsrc-file
867 You can turn off writing the @file{.newsrc} file by setting
868 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
869 the file and save some space, as well as exiting from gnus faster.
870 However, this will make it impossible to use other newsreaders than
871 gnus.  But hey, who would want to, right?
872
873 @vindex gnus-save-killed-list
874 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
875 will not save the list of killed groups to the startup file.  This will
876 save both time (when starting and quitting) and space (on disk).  It
877 will also mean that Gnus has no record of what groups are new or old,
878 so the automatic new groups subscription methods become meaningless.
879 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
880 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
881 Groups}).  This variable can also be a regular expression.  If that's
882 the case, remove all groups that do not match this regexp before
883 saving.  This can be useful in certain obscure situations that involve
884 several servers where not all servers support @code{ask-server}.
885
886 @vindex gnus-startup-file
887 The @code{gnus-startup-file} variable says where the startup files are.
888 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
889 file being whatever that one is, with a @samp{.eld} appended.
890
891 @vindex gnus-save-newsrc-hook
892 @vindex gnus-save-quick-newsrc-hook
893 @vindex gnus-save-standard-newsrc-hook
894 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
895 files, while @code{gnus-save-quick-newsrc-hook} is called just before
896 saving the @file{.newsrc.eld} file, and
897 @code{gnus-save-standard-newsrc-hook} is called just before saving the
898 @file{.newsrc} file.  The latter two are commonly used to turn version
899 control on or off.  Version control is on by default when saving the
900 startup files.  If you want to turn backup creation off, say something like:
901
902 @lisp
903 (defun turn-off-backup ()
904   (set (make-local-variable 'backup-inhibited) t))
905
906 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
907 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
908 @end lisp
909
910 @vindex gnus-init-file
911 When gnus starts, it will read the @code{gnus-site-init-file}
912 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
913 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
914 and can be used to avoid cluttering your @file{~/.emacs} and
915 @file{site-init} files with gnus stuff.  Gnus will also check for files
916 with the same names as these, but with @file{.elc} and @file{.el}
917 suffixes.  In other words, if you have set @code{gnus-init-file} to
918 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
919 and finally @file{~/.gnus} (in this order).
920
921
922
923 @node Auto Save
924 @section Auto Save
925 @cindex dribble file
926 @cindex auto-save
927
928 Whenever you do something that changes the gnus data (reading articles,
929 catching up, killing/subscribing groups), the change is added to a
930 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
931 Emacs way.  If your Emacs should crash before you have saved the
932 @file{.newsrc} files, all changes you have made can be recovered from
933 this file.
934
935 If gnus detects this file at startup, it will ask the user whether to
936 read it.  The auto save file is deleted whenever the real startup file
937 is saved.
938
939 @vindex gnus-use-dribble-file
940 If @code{gnus-use-dribble-file} is @code{nil}, gnus won't create and
941 maintain a dribble buffer.  The default is @code{t}.
942
943 @vindex gnus-dribble-directory
944 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
945 this variable is @code{nil}, which it is by default, gnus will dribble
946 into the directory where the @file{.newsrc} file is located.  (This is
947 normally the user's home directory.)  The dribble file will get the same
948 file permissions as the @code{.newsrc} file.
949
950 @vindex gnus-always-read-dribble-file
951 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
952 read the dribble file on startup without querying the user.
953
954
955 @node The Active File
956 @section The Active File
957 @cindex active file
958 @cindex ignored groups
959
960 When gnus starts, or indeed whenever it tries to determine whether new
961 articles have arrived, it reads the active file.  This is a very large
962 file that lists all the active groups and articles on the server.
963
964 @vindex gnus-ignored-newsgroups
965 Before examining the active file, gnus deletes all lines that match the
966 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
967 any groups with bogus names, but you can use this variable to make gnus
968 ignore hierarchies you aren't ever interested in.  However, this is not
969 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
970 Groups} for an overview of other variables that can be used instead.
971
972 @c This variable is
973 @c @code{nil} by default, and will slow down active file handling somewhat
974 @c if you set it to anything else.
975
976 @vindex gnus-read-active-file
977 @c @head
978 The active file can be rather Huge, so if you have a slow network, you
979 can set @code{gnus-read-active-file} to @code{nil} to prevent gnus from
980 reading the active file.  This variable is @code{some} by default.
981
982 Gnus will try to make do by getting information just on the groups that
983 you actually subscribe to.
984
985 Note that if you subscribe to lots and lots of groups, setting this
986 variable to @code{nil} will probably make gnus slower, not faster.  At
987 present, having this variable @code{nil} will slow gnus down
988 considerably, unless you read news over a 2400 baud modem.
989
990 This variable can also have the value @code{some}.  Gnus will then
991 attempt to read active info only on the subscribed groups.  On some
992 servers this is quite fast (on sparkling, brand new INN servers that
993 support the @code{LIST ACTIVE group} command), on others this isn't fast
994 at all.  In any case, @code{some} should be faster than @code{nil}, and
995 is certainly faster than @code{t} over slow lines.
996
997 If this variable is @code{nil}, gnus will ask for group info in total
998 lock-step, which isn't very fast.  If it is @code{some} and you use an
999 @sc{nntp} server, gnus will pump out commands as fast as it can, and
1000 read all the replies in one swoop.  This will normally result in better
1001 performance, but if the server does not support the aforementioned
1002 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1003
1004 In any case, if you use @code{some} or @code{nil}, you should definitely
1005 kill all groups that you aren't interested in to speed things up.
1006
1007 Note that this variable also affects active file retrieval from
1008 secondary select methods.
1009
1010
1011 @node Startup Variables
1012 @section Startup Variables
1013
1014 @table @code
1015
1016 @item gnus-load-hook
1017 @vindex gnus-load-hook
1018 A hook run while gnus is being loaded.  Note that this hook will
1019 normally be run just once in each Emacs session, no matter how many
1020 times you start gnus.
1021
1022 @item gnus-before-startup-hook
1023 @vindex gnus-before-startup-hook
1024 A hook run after starting up gnus successfully.
1025
1026 @item gnus-startup-hook
1027 @vindex gnus-startup-hook
1028 A hook run as the very last thing after starting up gnus
1029
1030 @item gnus-started-hook
1031 @vindex gnus-started-hook
1032 A hook that is run as the very last thing after starting up gnus
1033 successfully.
1034
1035 @item gnus-started-hook
1036 @vindex gnus-started-hook
1037 A hook that is run after reading the @file{.newsrc} file(s), but before
1038 generating the group buffer.
1039
1040 @item gnus-check-bogus-newsgroups
1041 @vindex gnus-check-bogus-newsgroups
1042 If non-@code{nil}, gnus will check for and delete all bogus groups at
1043 startup.  A @dfn{bogus group} is a group that you have in your
1044 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1045 bogus groups can take quite a while, so to save time and resources it's
1046 best to leave this option off, and do the checking for bogus groups once
1047 in a while from the group buffer instead (@pxref{Group Maintenance}).
1048
1049 @item gnus-inhibit-startup-message
1050 @vindex gnus-inhibit-startup-message
1051 If non-@code{nil}, the startup message won't be displayed.  That way,
1052 your boss might not notice as easily that you are reading news instead
1053 of doing your job.  Note that this variable is used before
1054 @file{.gnus.el} is loaded, so it should be set in @code{.emacs} instead.
1055
1056 @item gnus-no-groups-message
1057 @vindex gnus-no-groups-message
1058 Message displayed by gnus when no groups are available.
1059
1060 @item gnus-play-startup-jingle
1061 @vindex gnus-play-startup-jingle
1062 If non-@code{nil}, play the gnus jingle at startup.
1063
1064 @item gnus-startup-jingle
1065 @vindex gnus-startup-jingle
1066 Jingle to be played if the above variable is non-@code{nil}.  The
1067 default is @samp{Tuxedomoon.Jingle4.au}.
1068
1069 @end table
1070
1071
1072 @node The Group Buffer
1073 @chapter The Group Buffer
1074 @cindex group buffer
1075
1076 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1077 is the first buffer shown when gnus starts, and will never be killed as
1078 long as gnus is active.
1079
1080 @iftex
1081 @iflatex
1082 \gnusfigure{The Group Buffer}{320}{
1083 \put(75,50){\epsfig{figure=tmp/group.ps,height=9cm}}
1084 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1085 \put(120,38){\vector(1,2){10}}
1086 \put(40,60){\makebox(0,0)[r]{Mode line}}
1087 \put(40,58){\vector(1,0){30}}
1088 \put(200,28){\makebox(0,0)[t]{Native select method}}
1089 \put(200,26){\vector(-1,2){15}}
1090 }
1091 @end iflatex
1092 @end iftex
1093
1094 @menu
1095 * Group Buffer Format::    Information listed and how you can change it.
1096 * Group Maneuvering::      Commands for moving in the group buffer.
1097 * Selecting a Group::      Actually reading news.
1098 * Group Data::             Changing the info for a group.
1099 * Subscription Commands::  Unsubscribing, killing, subscribing.
1100 * Group Levels::           Levels? What are those, then?
1101 * Group Score::            A mechanism for finding out what groups you like.
1102 * Marking Groups::         You can mark groups for later processing.
1103 * Foreign Groups::         Creating and editing groups.
1104 * Group Parameters::       Each group may have different parameters set.
1105 * Listing Groups::         Gnus can list various subsets of the groups.
1106 * Sorting Groups::         Re-arrange the group order.
1107 * Group Maintenance::      Maintaining a tidy @file{.newsrc} file.
1108 * Browse Foreign Server::  You can browse a server.  See what it has to offer.
1109 * Exiting Gnus::           Stop reading news and get some work done.
1110 * Group Topics::           A folding group mode divided into topics.
1111 * Misc Group Stuff::       Other stuff that you can to do.
1112 @end menu
1113
1114
1115 @node Group Buffer Format
1116 @section Group Buffer Format
1117
1118 @menu
1119 * Group Line Specification::       Deciding how the group buffer is to look.
1120 * Group Modeline Specification::   The group buffer modeline.
1121 * Group Highlighting::             Having nice colors in the group buffer.
1122 @end menu
1123
1124
1125 @node Group Line Specification
1126 @subsection Group Line Specification
1127 @cindex group buffer format
1128
1129 The default format of the group buffer is nice and dull, but you can
1130 make it as exciting and ugly as you feel like.
1131
1132 Here's a couple of example group lines:
1133
1134 @example
1135      25: news.announce.newusers
1136  *    0: alt.fan.andrea-dworkin
1137 @end example
1138
1139 Quite simple, huh?
1140
1141 You can see that there are 25 unread articles in
1142 @samp{news.announce.newusers}.  There are no unread articles, but some
1143 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1144 asterisk at the beginning of the line?).
1145
1146 @vindex gnus-group-line-format
1147 You can change that format to whatever you want by fiddling with the
1148 @code{gnus-group-line-format} variable.  This variable works along the
1149 lines of a @code{format} specification, which is pretty much the same as
1150 a @code{printf} specifications, for those of you who use (feh!) C.
1151 @xref{Formatting Variables}.
1152
1153 @samp{%M%S%5y: %(%g%)\n} is the value that produced those lines above.
1154
1155 There should always be a colon on the line; the cursor always moves to
1156 the colon after performing an operation.  Nothing else is required---not
1157 even the group name.  All displayed text is just window dressing, and is
1158 never examined by gnus.  Gnus stores all real information it needs using
1159 text properties.
1160
1161 (Note that if you make a really strange, wonderful, spreadsheet-like
1162 layout, everybody will believe you are hard at work with the accounting
1163 instead of wasting time reading news.)
1164
1165 Here's a list of all available format characters:
1166
1167 @table @samp
1168
1169 @item M
1170 An asterisk if the group only has marked articles.
1171
1172 @item S
1173 Whether the group is subscribed.
1174
1175 @item L
1176 Level of subscribedness.
1177
1178 @item N
1179 Number of unread articles.
1180
1181 @item I
1182 Number of dormant articles.
1183
1184 @item T
1185 Number of ticked articles.
1186
1187 @item R
1188 Number of read articles.
1189
1190 @item t
1191 Estimated total number of articles.  (This is really @var{max-number}
1192 minus @var{min-number} plus 1.)
1193
1194 @item y
1195 Number of unread, unticked, non-dormant articles.
1196
1197 @item i
1198 Number of ticked and dormant articles.
1199
1200 @item g
1201 Full group name.
1202
1203 @item G
1204 Group name.
1205
1206 @item D
1207 Newsgroup description.
1208
1209 @item o
1210 @samp{m} if moderated.
1211
1212 @item O
1213 @samp{(m)} if moderated.
1214
1215 @item s
1216 Select method.
1217
1218 @item n
1219 Select from where.
1220
1221 @item z
1222 A string that looks like @samp{<%s:%n>} if a foreign select method is
1223 used.
1224
1225 @item P
1226 Indentation based on the level of the topic (@pxref{Group Topics}).
1227
1228 @item c
1229 @vindex gnus-group-uncollapsed-levels
1230 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1231 variable says how many levels to leave at the end of the group name.
1232 The default is 1---this will mean that group names like
1233 @samp{gnu.emacs.gnus} will be shortened to @samp{g.emacs.gnus}.
1234
1235 @item m
1236 @vindex gnus-new-mail-mark
1237 @cindex %
1238 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1239 the group lately.
1240
1241 @item d
1242 A string that says when you last read the group (@pxref{Group
1243 Timestamp}).
1244
1245 @item u
1246 User defined specifier.  The next character in the format string should
1247 be a letter.  Gnus will call the function
1248 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1249 following @samp{%u}.  The function will be passed a single dummy
1250 parameter as argument.  The function should return a string, which will
1251 be inserted into the buffer just like information from any other
1252 specifier.
1253 @end table
1254
1255 @cindex *
1256 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1257 if no info is available---for instance, if it is a non-activated foreign
1258 group, or a bogus native group.
1259
1260
1261 @node Group Modeline Specification
1262 @subsection Group Modeline Specification
1263 @cindex group modeline
1264
1265 @vindex gnus-group-mode-line-format
1266 The mode line can be changed by setting
1267 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1268 doesn't understand that many format specifiers:
1269
1270 @table @samp
1271 @item S
1272 The native news server.
1273 @item M
1274 The native select method.
1275 @end table
1276
1277
1278 @node Group Highlighting
1279 @subsection Group Highlighting
1280 @cindex highlighting
1281 @cindex group highlighting
1282
1283 @vindex gnus-group-highlight
1284 Highlighting in the group buffer is controlled by the
1285 @code{gnus-group-highlight} variable.  This is an alist with elements
1286 that look like @var{(form . face)}.  If @var{form} evaluates to
1287 something non-@code{nil}, the @var{face} will be used on the line.
1288
1289 Here's an example value for this variable that might look nice if the
1290 background is dark:
1291
1292 @lisp
1293 (face-spec-set 'my-group-face-1
1294                '((t (:foreground "Red" :bold t))))
1295 (face-spec-set 'my-group-face-2
1296                '((t (:foreground "SeaGreen" :bold t))))
1297 (face-spec-set 'my-group-face-3
1298                '((t (:foreground "SpringGreen" :bold t))))
1299 (face-spec-set 'my-group-face-4
1300                '((t (:foreground "SteelBlue" :bold t))))
1301 (face-spec-set 'my-group-face-5
1302                '((t (:foreground "SkyBlue" :bold t))))
1303
1304 (setq gnus-group-highlight
1305       '(((> unread 200) . my-group-face-1)
1306         ((and (< level 3) (zerop unread)) . my-group-face-2)
1307         ((< level 3) . my-group-face-3)
1308         ((zerop unread) . my-group-face-4)
1309         (t . my-group-face-5)))
1310 @end lisp
1311
1312 Also @pxref{Faces and Fonts}.
1313
1314 Variables that are dynamically bound when the forms are evaluated
1315 include:
1316
1317 @table @code
1318 @item group
1319 The group name.
1320 @item unread
1321 The number of unread articles in the group.
1322 @item method
1323 The select method.
1324 @item mailp
1325 Whether the group is a mail group.
1326 @item level
1327 The level of the group.
1328 @item score
1329 The score of the group.
1330 @item ticked
1331 The number of ticked articles in the group.
1332 @item total
1333 The total number of articles in the group.  Or rather, MAX-NUMBER minus
1334 MIN-NUMBER plus one.
1335 @item topic
1336 When using the topic minor mode, this variable is bound to the current
1337 topic being inserted.
1338 @end table
1339
1340 When the forms are @code{eval}ed, point is at the beginning of the line
1341 of the group in question, so you can use many of the normal gnus
1342 functions for snarfing info on the group.
1343
1344 @vindex gnus-group-update-hook
1345 @findex gnus-group-highlight-line
1346 @code{gnus-group-update-hook} is called when a group line is changed.
1347 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
1348 calls @code{gnus-group-highlight-line} by default.
1349
1350
1351 @node Group Maneuvering
1352 @section Group Maneuvering
1353 @cindex group movement
1354
1355 All movement commands understand the numeric prefix and will behave as
1356 expected, hopefully.
1357
1358 @table @kbd
1359
1360 @item n
1361 @kindex n (Group)
1362 @findex gnus-group-next-unread-group
1363 Go to the next group that has unread articles
1364 (@code{gnus-group-next-unread-group}).
1365
1366 @item p
1367 @itemx DEL
1368 @kindex DEL (Group)
1369 @kindex p (Group)
1370 @findex gnus-group-prev-unread-group
1371 Go to the previous group that has unread articles
1372 (@code{gnus-group-prev-unread-group}).
1373
1374 @item N
1375 @kindex N (Group)
1376 @findex gnus-group-next-group
1377 Go to the next group (@code{gnus-group-next-group}).
1378
1379 @item P
1380 @kindex P (Group)
1381 @findex gnus-group-prev-group
1382 Go to the previous group (@code{gnus-group-prev-group}).
1383
1384 @item M-n
1385 @kindex M-n (Group)
1386 @findex gnus-group-next-unread-group-same-level
1387 Go to the next unread group on the same (or lower) level
1388 (@code{gnus-group-next-unread-group-same-level}).
1389
1390 @item M-p
1391 @kindex M-p (Group)
1392 @findex gnus-group-prev-unread-group-same-level
1393 Go to the previous unread group on the same (or lower) level
1394 (@code{gnus-group-prev-unread-group-same-level}).
1395 @end table
1396
1397 Three commands for jumping to groups:
1398
1399 @table @kbd
1400
1401 @item j
1402 @kindex j (Group)
1403 @findex gnus-group-jump-to-group
1404 Jump to a group (and make it visible if it isn't already)
1405 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
1406 like living groups.
1407
1408 @item ,
1409 @kindex , (Group)
1410 @findex gnus-group-best-unread-group
1411 Jump to the unread group with the lowest level
1412 (@code{gnus-group-best-unread-group}).
1413
1414 @item .
1415 @kindex . (Group)
1416 @findex gnus-group-first-unread-group
1417 Jump to the first group with unread articles
1418 (@code{gnus-group-first-unread-group}).
1419 @end table
1420
1421 @vindex gnus-group-goto-unread
1422 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
1423 commands will move to the next group, not the next unread group.  Even
1424 the commands that say they move to the next unread group.  The default
1425 is @code{t}.
1426
1427
1428 @node Selecting a Group
1429 @section Selecting a Group
1430 @cindex group selection
1431
1432 @table @kbd
1433
1434 @item SPACE
1435 @kindex SPACE (Group)
1436 @findex gnus-group-read-group
1437 Select the current group, switch to the summary buffer and display the
1438 first unread article (@code{gnus-group-read-group}).  If there are no
1439 unread articles in the group, or if you give a non-numerical prefix to
1440 this command, gnus will offer to fetch all the old articles in this
1441 group from the server.  If you give a numerical prefix @var{N}, @var{N}
1442 determines the number of articles gnus will fetch.  If @var{N} is
1443 positive, gnus fetches the @var{N} newest articles, if @var{N} is
1444 negative, gnus fetches the @var{abs(N)} oldest articles.
1445
1446 @item RET
1447 @kindex RET (Group)
1448 @findex gnus-group-select-group
1449 Select the current group and switch to the summary buffer
1450 (@code{gnus-group-select-group}).  Takes the same arguments as
1451 @code{gnus-group-read-group}---the only difference is that this command
1452 does not display the first unread article automatically upon group
1453 entry.
1454
1455 @item M-RET
1456 @kindex M-RET (Group)
1457 @findex gnus-group-quick-select-group
1458 This does the same as the command above, but tries to do it with the
1459 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
1460 scoring/killing will be performed, there will be no highlights and no
1461 expunging.  This might be useful if you're in a real hurry and have to
1462 enter some humongous group.  If you give a 0 prefix to this command
1463 (i.e., @kbd{0 M-RET}), gnus won't even generate the summary buffer,
1464 which is useful if you want to toggle threading before generating the
1465 summary buffer (@pxref{Summary Generation Commands}).
1466
1467 @item M-SPACE
1468 @kindex M-SPACE (Group)
1469 @findex gnus-group-visible-select-group
1470 This is yet one more command that does the same as the @kbd{RET}
1471 command, but this one does it without expunging and hiding dormants
1472 (@code{gnus-group-visible-select-group}).
1473
1474 @item M-C-RET
1475 @kindex M-C-RET (Group)
1476 @findex gnus-group-select-group-ephemerally
1477 Finally, this command selects the current group ephemerally without
1478 doing any processing of its contents
1479 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
1480 turned off.  Everything you do in the group after selecting it in this
1481 manner will have no permanent effects.
1482
1483 @end table
1484
1485 @vindex gnus-large-newsgroup
1486 The @code{gnus-large-newsgroup} variable says what gnus should consider
1487 to be a big group.  This is 200 by default.  If the group has more
1488 (unread and/or ticked) articles than this, gnus will query the user
1489 before entering the group.  The user can then specify how many articles
1490 should be fetched from the server.  If the user specifies a negative
1491 number (@code{-n}), the @code{n} oldest articles will be fetched.  If it
1492 is positive, the @code{n} articles that have arrived most recently will
1493 be fetched.
1494
1495 @vindex gnus-select-group-hook
1496 @vindex gnus-auto-select-first
1497 @code{gnus-auto-select-first} control whether any articles are selected
1498 automatically when entering a group with the @kbd{SPACE} command.
1499
1500 @table @code
1501
1502 @item nil
1503 Don't select any articles when entering the group.  Just display the
1504 full summary buffer.
1505
1506 @item t
1507 Select the first unread article when entering the group.
1508
1509 @item best
1510 Select the highest scored article in the group when entering the
1511 group.
1512
1513 @end table
1514
1515 This variable can also be a function.  In that case, that function will
1516 be called to place point on a subject line, and/or select some article.
1517 Useful functions include:
1518
1519 @table @code
1520 @item gnus-summary-first-unread-subject
1521 Place point on the subject line of the first unread article, but
1522 don't select the article.
1523
1524 @item gnus-summary-first-unread-article
1525 Select the first unread article.
1526
1527 @item gnus-summary-best-unread-article
1528 Select the highest-scored unread article.
1529 @end table
1530
1531
1532 If you want to prevent automatic selection in some group (say, in a
1533 binary group with Huge articles) you can set this variable to @code{nil}
1534 in @code{gnus-select-group-hook}, which is called when a group is
1535 selected.
1536
1537
1538 @node Subscription Commands
1539 @section Subscription Commands
1540 @cindex subscription
1541
1542 @table @kbd
1543
1544 @item S t
1545 @itemx u
1546 @kindex S t (Group)
1547 @kindex u (Group)
1548 @findex gnus-group-unsubscribe-current-group
1549 @c @icon{gnus-group-unsubscribe}
1550 Toggle subscription to the current group
1551 (@code{gnus-group-unsubscribe-current-group}).
1552
1553 @item S s
1554 @itemx U
1555 @kindex S s (Group)
1556 @kindex U (Group)
1557 @findex gnus-group-unsubscribe-group
1558 Prompt for a group to subscribe, and then subscribe it.  If it was
1559 subscribed already, unsubscribe it instead
1560 (@code{gnus-group-unsubscribe-group}).
1561
1562 @item S k
1563 @itemx C-k
1564 @kindex S k (Group)
1565 @kindex C-k (Group)
1566 @findex gnus-group-kill-group
1567 @c @icon{gnus-group-kill-group}
1568 Kill the current group (@code{gnus-group-kill-group}).
1569
1570 @item S y
1571 @itemx C-y
1572 @kindex S y (Group)
1573 @kindex C-y (Group)
1574 @findex gnus-group-yank-group
1575 Yank the last killed group (@code{gnus-group-yank-group}).
1576
1577 @item C-x C-t
1578 @kindex C-x C-t (Group)
1579 @findex gnus-group-transpose-groups
1580 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
1581 really a subscription command, but you can use it instead of a
1582 kill-and-yank sequence sometimes.
1583
1584 @item S w
1585 @itemx C-w
1586 @kindex S w (Group)
1587 @kindex C-w (Group)
1588 @findex gnus-group-kill-region
1589 Kill all groups in the region (@code{gnus-group-kill-region}).
1590
1591 @item S z
1592 @kindex S z (Group)
1593 @findex gnus-group-kill-all-zombies
1594 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
1595
1596 @item S C-k
1597 @kindex S C-k (Group)
1598 @findex gnus-group-kill-level
1599 Kill all groups on a certain level (@code{gnus-group-kill-level}).
1600 These groups can't be yanked back after killing, so this command should
1601 be used with some caution.  The only time where this command comes in
1602 really handy is when you have a @file{.newsrc} with lots of unsubscribed
1603 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
1604 kill off all unsubscribed groups that do not have message numbers in the
1605 @file{.newsrc} file.
1606
1607 @end table
1608
1609 Also @pxref{Group Levels}.
1610
1611
1612 @node Group Data
1613 @section Group Data
1614
1615 @table @kbd
1616
1617 @item c
1618 @kindex c (Group)
1619 @findex gnus-group-catchup-current
1620 @vindex gnus-group-catchup-group-hook
1621 @c @icon{gnus-group-catchup-current}
1622 Mark all unticked articles in this group as read
1623 (@code{gnus-group-catchup-current}).
1624 @code{gnus-group-catchup-group-hook} is called when catching up a group
1625 from the group buffer.
1626
1627 @item C
1628 @kindex C (Group)
1629 @findex gnus-group-catchup-current-all
1630 Mark all articles in this group, even the ticked ones, as read
1631 (@code{gnus-group-catchup-current-all}).
1632
1633 @item M-c
1634 @kindex M-c (Group)
1635 @findex gnus-group-clear-data
1636 Clear the data from the current group---nix out marks and the list of
1637 read articles (@code{gnus-group-clear-data}).
1638
1639 @item M-x gnus-group-clear-data-on-native-groups
1640 @kindex M-x gnus-group-clear-data-on-native-groups
1641 @findex gnus-group-clear-data-on-native-groups
1642 If you have switched from one @sc{nntp} server to another, all your marks
1643 and read ranges have become worthless.  You can use this command to
1644 clear out all data that you have on your native groups.  Use with
1645 caution.
1646
1647 @end table
1648
1649
1650 @node Group Levels
1651 @section Group Levels
1652 @cindex group level
1653 @cindex level
1654
1655 All groups have a level of @dfn{subscribedness}.  For instance, if a
1656 group is on level 2, it is more subscribed than a group on level 5.  You
1657 can ask gnus to just list groups on a given level or lower
1658 (@pxref{Listing Groups}), or to just check for new articles in groups on
1659 a given level or lower (@pxref{Scanning New Messages}).
1660
1661 Remember:  The higher the level of the group, the less important it is.
1662
1663 @table @kbd
1664
1665 @item S l
1666 @kindex S l (Group)
1667 @findex gnus-group-set-current-level
1668 Set the level of the current group.  If a numeric prefix is given, the
1669 next @var{n} groups will have their levels set.  The user will be
1670 prompted for a level.
1671 @end table
1672
1673 @vindex gnus-level-killed
1674 @vindex gnus-level-zombie
1675 @vindex gnus-level-unsubscribed
1676 @vindex gnus-level-subscribed
1677 Gnus considers groups from levels 1 to
1678 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
1679 @code{gnus-level-subscribed} (exclusive) and
1680 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
1681 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
1682 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
1683 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
1684 same, but zombie and killed groups have no information on what articles
1685 you have read, etc, stored.  This distinction between dead and living
1686 groups isn't done because it is nice or clever, it is done purely for
1687 reasons of efficiency.
1688
1689 It is recommended that you keep all your mail groups (if any) on quite
1690 low levels (e.g. 1 or 2).
1691
1692 If you want to play with the level variables, you should show some care.
1693 Set them once, and don't touch them ever again.  Better yet, don't touch
1694 them at all unless you know exactly what you're doing.
1695
1696 @vindex gnus-level-default-unsubscribed
1697 @vindex gnus-level-default-subscribed
1698 Two closely related variables are @code{gnus-level-default-subscribed}
1699 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
1700 which are the levels that new groups will be put on if they are
1701 (un)subscribed.  These two variables should, of course, be inside the
1702 relevant valid ranges.
1703
1704 @vindex gnus-keep-same-level
1705 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
1706 will only move to groups of the same level (or lower).  In
1707 particular, going from the last article in one group to the next group
1708 will go to the next group of the same level (or lower).  This might be
1709 handy if you want to read the most important groups before you read the
1710 rest.
1711
1712 @vindex gnus-group-default-list-level
1713 All groups with a level less than or equal to
1714 @code{gnus-group-default-list-level} will be listed in the group buffer
1715 by default.
1716
1717 @vindex gnus-group-list-inactive-groups
1718 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
1719 groups will be listed along with the unread groups.  This variable is
1720 @code{t} by default.  If it is @code{nil}, inactive groups won't be
1721 listed.
1722
1723 @vindex gnus-group-use-permanent-levels
1724 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
1725 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
1726 use this level as the ``work'' level.
1727
1728 @vindex gnus-activate-level
1729 Gnus will normally just activate (i. e., query the server about) groups
1730 on level @code{gnus-activate-level} or less.  If you don't want to
1731 activate unsubscribed groups, for instance, you might set this variable
1732 to 5.  The default is 6.
1733
1734
1735 @node Group Score
1736 @section Group Score
1737 @cindex group score
1738 @cindex group rank
1739 @cindex rank
1740
1741 You would normally keep important groups on high levels, but that scheme
1742 is somewhat restrictive.  Don't you wish you could have Gnus sort the
1743 group buffer according to how often you read groups, perhaps?  Within
1744 reason?
1745
1746 This is what @dfn{group score} is for.  You can assign a score to each
1747 group.  You can then sort the group buffer based on this score.
1748 Alternatively, you can sort on score and then level.  (Taken together,
1749 the level and the score is called the @dfn{rank} of the group.  A group
1750 that is on level 4 and has a score of 1 has a higher rank than a group
1751 on level 5 that has a score of 300.  (The level is the most significant
1752 part and the score is the least significant part.))
1753
1754 @findex gnus-summary-bubble-group
1755 If you want groups you read often to get higher scores than groups you
1756 read seldom you can add the @code{gnus-summary-bubble-group} function to
1757 the @code{gnus-summary-exit-hook} hook.  This will result (after
1758 sorting) in a bubbling sort of action.  If you want to see that in
1759 action after each summary exit, you can add
1760 @code{gnus-group-sort-groups-by-rank} or
1761 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
1762 slow things down somewhat.
1763
1764
1765 @node Marking Groups
1766 @section Marking Groups
1767 @cindex marking groups
1768
1769 If you want to perform some command on several groups, and they appear
1770 subsequently in the group buffer, you would normally just give a
1771 numerical prefix to the command.  Most group commands will then do your
1772 bidding on those groups.
1773
1774 However, if the groups are not in sequential order, you can still
1775 perform a command on several groups.  You simply mark the groups first
1776 with the process mark and then execute the command.
1777
1778 @table @kbd
1779
1780 @item #
1781 @kindex # (Group)
1782 @itemx M m
1783 @kindex M m (Group)
1784 @findex gnus-group-mark-group
1785 Set the mark on the current group (@code{gnus-group-mark-group}).
1786
1787 @item M-#
1788 @kindex M-# (Group)
1789 @itemx M u
1790 @kindex M u (Group)
1791 @findex gnus-group-unmark-group
1792 Remove the mark from the current group
1793 (@code{gnus-group-unmark-group}).
1794
1795 @item M U
1796 @kindex M U (Group)
1797 @findex gnus-group-unmark-all-groups
1798 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
1799
1800 @item M w
1801 @kindex M w (Group)
1802 @findex gnus-group-mark-region
1803 Mark all groups between point and mark (@code{gnus-group-mark-region}).
1804
1805 @item M b
1806 @kindex M b (Group)
1807 @findex gnus-group-mark-buffer
1808 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
1809
1810 @item M r
1811 @kindex M r (Group)
1812 @findex gnus-group-mark-regexp
1813 Mark all groups that match some regular expression
1814 (@code{gnus-group-mark-regexp}).
1815 @end table
1816
1817 Also @pxref{Process/Prefix}.
1818
1819 @findex gnus-group-universal-argument
1820 If you want to execute some command on all groups that have been marked
1821 with the process mark, you can use the @kbd{M-&}
1822 (@code{gnus-group-universal-argument}) command.  It will prompt you for
1823 the command to be executed.
1824
1825
1826 @node Foreign Groups
1827 @section Foreign Groups
1828 @cindex foreign groups
1829
1830 Below are some group mode commands for making and editing general foreign
1831 groups, as well as commands to ease the creation of a few
1832 special-purpose groups.  All these commands insert the newly created
1833 groups under point---@code{gnus-subscribe-newsgroup-method} is not
1834 consulted.
1835
1836 @table @kbd
1837
1838 @item G m
1839 @kindex G m (Group)
1840 @findex gnus-group-make-group
1841 @cindex making groups
1842 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
1843 for a name, a method and possibly an @dfn{address}.  For an easier way
1844 to subscribe to @sc{nntp} groups, @pxref{Browse Foreign Server}.
1845
1846 @item G r
1847 @kindex G r (Group)
1848 @findex gnus-group-rename-group
1849 @cindex renaming groups
1850 Rename the current group to something else
1851 (@code{gnus-group-rename-group}).  This is valid only on some
1852 groups---mail groups mostly.  This command might very well be quite slow
1853 on some backends.
1854
1855 @item G c
1856 @kindex G c (Group)
1857 @cindex customizing
1858 @findex gnus-group-customize
1859 Customize the group parameters (@code{gnus-group-customize}).
1860
1861 @item G e
1862 @kindex G e (Group)
1863 @findex gnus-group-edit-group-method
1864 @cindex renaming groups
1865 Enter a buffer where you can edit the select method of the current
1866 group (@code{gnus-group-edit-group-method}).
1867
1868 @item G p
1869 @kindex G p (Group)
1870 @findex gnus-group-edit-group-parameters
1871 Enter a buffer where you can edit the group parameters
1872 (@code{gnus-group-edit-group-parameters}).
1873
1874 @item G E
1875 @kindex G E (Group)
1876 @findex gnus-group-edit-group
1877 Enter a buffer where you can edit the group info
1878 (@code{gnus-group-edit-group}).
1879
1880 @item G d
1881 @kindex G d (Group)
1882 @findex gnus-group-make-directory-group
1883 @cindex nndir
1884 Make a directory group (@pxref{Directory Groups}).  You will be prompted
1885 for a directory name (@code{gnus-group-make-directory-group}).
1886
1887 @item G h
1888 @kindex G h (Group)
1889 @cindex help group
1890 @findex gnus-group-make-help-group
1891 Make the gnus help group (@code{gnus-group-make-help-group}).
1892
1893 @item G a
1894 @kindex G a (Group)
1895 @cindex (ding) archive
1896 @cindex archive group
1897 @findex gnus-group-make-archive-group
1898 @vindex gnus-group-archive-directory
1899 @vindex gnus-group-recent-archive-directory
1900 Make a gnus archive group (@code{gnus-group-make-archive-group}).  By
1901 default a group pointing to the most recent articles will be created
1902 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
1903 group will be created from @code{gnus-group-archive-directory}.
1904
1905 @item G k
1906 @kindex G k (Group)
1907 @findex gnus-group-make-kiboze-group
1908 @cindex nnkiboze
1909 Make a kiboze group.  You will be prompted for a name, for a regexp to
1910 match groups to be ``included'' in the kiboze group, and a series of
1911 strings to match on headers (@code{gnus-group-make-kiboze-group}).
1912 @xref{Kibozed Groups}.
1913
1914 @item G D
1915 @kindex G D (Group)
1916 @findex gnus-group-enter-directory
1917 @cindex nneething
1918 Read an arbitrary directory as if it were a newsgroup with the
1919 @code{nneething} backend (@code{gnus-group-enter-directory}).
1920 @xref{Anything Groups}.
1921
1922 @item G f
1923 @kindex G f (Group)
1924 @findex gnus-group-make-doc-group
1925 @cindex ClariNet Briefs
1926 @cindex nndoc
1927 Make a group based on some file or other
1928 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
1929 command, you will be prompted for a file name and a file type.
1930 Currently supported types are @code{babyl}, @code{mbox}, @code{digest},
1931 @code{mmdf}, @code{news}, @code{rnews}, @code{clari-briefs},
1932 @code{rfc934}, @code{rfc822-forward}, and @code{forward}.  If you run
1933 this command without a prefix, gnus will guess at the file type.
1934 @xref{Document Groups}.
1935
1936 @item G u
1937 @kindex G u (Group)
1938 @vindex gnus-useful-groups
1939 @findex gnus-group-make-useful-group
1940 Create one of the groups mentioned in @code{gnus-useful-groups}
1941 (@code{gnus-group-make-useful-group}).
1942
1943 @item G w
1944 @kindex G w (Group)
1945 @findex gnus-group-make-web-group
1946 @cindex DejaNews
1947 @cindex Alta Vista
1948 @cindex InReference
1949 @cindex nnweb
1950 Make an ephemeral group based on a web search
1951 (@code{gnus-group-make-web-group}).  If you give a prefix to this
1952 command, make a solid group instead.  You will be prompted for the
1953 search engine type and the search string.  Valid search engine types
1954 include @code{dejanews}, @code{altavista} and @code{reference}.
1955 @xref{Web Searches}.
1956
1957 If you use the @code{dejanews} search engine, you can limit the search
1958 to a particular group by using a match string like
1959 @samp{~g alt.sysadmin.recovery shaving}.
1960
1961 @item G DEL
1962 @kindex G DEL (Group)
1963 @findex gnus-group-delete-group
1964 This function will delete the current group
1965 (@code{gnus-group-delete-group}).  If given a prefix, this function will
1966 actually delete all the articles in the group, and forcibly remove the
1967 group itself from the face of the Earth.  Use a prefix only if you are
1968 absolutely sure of what you are doing.  This command can't be used on
1969 read-only groups (like @code{nntp} group), though.
1970
1971 @item G V
1972 @kindex G V (Group)
1973 @findex gnus-group-make-empty-virtual
1974 Make a new, fresh, empty @code{nnvirtual} group
1975 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
1976
1977 @item G v
1978 @kindex G v (Group)
1979 @findex gnus-group-add-to-virtual
1980 Add the current group to an @code{nnvirtual} group
1981 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
1982 @end table
1983
1984 @xref{Select Methods} for more information on the various select
1985 methods.
1986
1987 @vindex gnus-activate-foreign-newsgroups
1988 If @code{gnus-activate-foreign-newsgroups} is a positive number,
1989 gnus will check all foreign groups with this level or lower at startup.
1990 This might take quite a while, especially if you subscribe to lots of
1991 groups from different @sc{nntp} servers.  Also @pxref{Group Levels};
1992 @code{gnus-activate-level} also affects activation of foreign
1993 newsgroups. 
1994
1995
1996 @node Group Parameters
1997 @section Group Parameters
1998 @cindex group parameters
1999
2000 The group parameters store information local to a particular group.
2001 Here's an example group parameter list:
2002
2003 @example
2004 ((to-address . "ding@@gnus.org")
2005  (auto-expire . t))
2006 @end example
2007
2008 We see that each element consists of a ``dotted pair''---the thing
2009 before the dot is the key, while the thing after the dot is the value.
2010 All the parameters have this form @emph{except} local variable specs,
2011 which are not dotted pairs, but proper lists.
2012
2013 The following group parameters can be used:
2014
2015 @table @code
2016 @item to-address
2017 @cindex to-address
2018 Address used by when doing followups and new posts.
2019
2020 @example
2021 (to-address .  "some@@where.com")
2022 @end example
2023
2024 This is primarily useful in mail groups that represent closed mailing
2025 lists---mailing lists where it's expected that everybody that writes to
2026 the mailing list is subscribed to it.  Since using this parameter
2027 ensures that the mail only goes to the mailing list itself, it means
2028 that members won't receive two copies of your followups.
2029
2030 Using @code{to-address} will actually work whether the group is foreign
2031 or not.  Let's say there's a group on the server that is called
2032 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2033 the articles from a mail-to-news gateway.  Posting directly to this
2034 group is therefore impossible---you have to send mail to the mailing
2035 list address instead.
2036
2037 @item to-list
2038 @cindex to-list
2039 Address used when doing a @kbd{a} in that group.
2040
2041 @example
2042 (to-list . "some@@where.com")
2043 @end example
2044
2045 It is totally ignored
2046 when doing a followup---except that if it is present in a news group,
2047 you'll get mail group semantics when doing @kbd{f}.
2048
2049 If you do an @kbd{a} command in a mail group and you have neither a
2050 @code{to-list} group parameter nor a @code{to-address} group parameter,
2051 then a @code{to-list} group parameter will be added automatically upon
2052 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2053 @vindex gnus-add-to-list
2054
2055 If you do an @kbd{a} command in a mail group and you don't have a
2056 @code{to-list} group parameter, one will be added automatically upon
2057 sending the message.
2058
2059 @item visible
2060 @cindex visible
2061 If the group parameter list has the element @code{(visible . t)},
2062 that group will always be visible in the Group buffer, regardless
2063 of whether it has any unread articles.
2064
2065 @item broken-reply-to
2066 @cindex broken-reply-to
2067 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2068 headers in this group are to be ignored.  This can be useful if you're
2069 reading a mailing list group where the listserv has inserted
2070 @code{Reply-To} headers that point back to the listserv itself.  This is
2071 broken behavior.  So there!
2072
2073 @item to-group
2074 @cindex to-group
2075 Elements like @code{(to-group . "some.group.name")} means that all
2076 posts in that group will be sent to @code{some.group.name}.
2077
2078 @item newsgroup
2079 @cindex newsgroup
2080 If you have @code{(newsgroup . t)} in the group parameter list, gnus
2081 will treat all responses as if they were responses to news articles.
2082 This can be useful if you have a mail group that's really a mirror of a
2083 news group.
2084
2085 @item gcc-self
2086 @cindex gcc-self
2087 If @code{(gcc-self . t)} is present in the group parameter list, newly
2088 composed messages will be @code{Gcc}'d to the current group. If
2089 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2090 generated, if @code{(gcc-self . "string")} is present, this string will
2091 be inserted literally as a @code{gcc} header.  This parameter takes
2092 precedence over any default @code{Gcc} rules as described later
2093 (@pxref{Archived Messages}).
2094
2095 @item auto-expire
2096 @cindex auto-expire
2097 If the group parameter has an element that looks like @code{(auto-expire
2098 . t)}, all articles read will be marked as expirable.  For an
2099 alternative approach, @pxref{Expiring Mail}.
2100
2101 @item total-expire
2102 @cindex total-expire
2103 If the group parameter has an element that looks like
2104 @code{(total-expire . t)}, all read articles will be put through the
2105 expiry process, even if they are not marked as expirable.  Use with
2106 caution.  Unread, ticked and dormant articles are not eligible for
2107 expiry.
2108
2109 @item expiry-wait
2110 @cindex expiry-wait
2111 @vindex nnmail-expiry-wait-function
2112 If the group parameter has an element that looks like @code{(expiry-wait
2113 . 10)}, this value will override any @code{nnmail-expiry-wait} and
2114 @code{nnmail-expiry-wait-function} when expiring expirable messages.
2115 The value can either be a number of days (not necessarily an integer) or
2116 the symbols @code{never} or @code{immediate}.
2117
2118 @item score-file
2119 @cindex score file group parameter
2120 Elements that look like @code{(score-file . "file")} will make
2121 @file{file} into the current score file for the group in question.  All
2122 interactive score entries will be put into this file.
2123
2124 @item adapt-file
2125 @cindex adapt file group parameter
2126 Elements that look like @code{(adapt-file . "file")} will make
2127 @file{file} into the current adaptive file for the group in question.
2128 All adaptive score entries will be put into this file.
2129
2130 @item admin-address
2131 When unsubscribing from a mailing list you should never send the
2132 unsubscription notice to the mailing list itself.  Instead, you'd send
2133 messages to the administrative address.  This parameter allows you to
2134 put the admin address somewhere convenient.
2135
2136 @item display
2137 Elements that look like @code{(display . MODE)} say which articles to
2138 display on entering the group.  Valid values are:
2139
2140 @table @code
2141 @item all
2142 Display all articles, both read and unread.
2143
2144 @item default
2145 Display the default visible articles, which normally includes unread and
2146 ticked articles.
2147 @end table
2148
2149 @item comment
2150 Elements that look like @code{(comment . "This is a comment")} are
2151 arbitrary comments on the group.  They are currently ignored by gnus,
2152 but provide a place for you to store information on particular groups.
2153
2154 @item charset
2155 Elements that look like @code{(charset . iso-8859-1)} will make
2156 @code{iso-8859-1} the default charset; that is, the charset that will be 
2157 used for all articles that do not specify a charset.
2158
2159 @item @var{(variable form)}
2160 You can use the group parameters to set variables local to the group you
2161 are entering.  If you want to turn threading off in @samp{news.answers},
2162 you could put @code{(gnus-show-threads nil)} in the group parameters of
2163 that group.  @code{gnus-show-threads} will be made into a local variable
2164 in the summary buffer you enter, and the form @code{nil} will be
2165 @code{eval}ed there.
2166
2167 This can also be used as a group-specific hook function, if you'd like.
2168 If you want to hear a beep when you enter a group, you could put
2169 something like @code{(dummy-variable (ding))} in the parameters of that
2170 group.  @code{dummy-variable} will be set to the result of the
2171 @code{(ding)} form, but who cares?
2172
2173 @end table
2174
2175 Use the @kbd{G p} command to edit group parameters of a group.  You
2176 might also be interested in reading about topic parameters (@pxref{Topic
2177 Parameters}).
2178
2179
2180 @node Listing Groups
2181 @section Listing Groups
2182 @cindex group listing
2183
2184 These commands all list various slices of the groups available.
2185
2186 @table @kbd
2187
2188 @item l
2189 @itemx A s
2190 @kindex A s (Group)
2191 @kindex l (Group)
2192 @findex gnus-group-list-groups
2193 List all groups that have unread articles
2194 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
2195 command will list only groups of level ARG and lower.  By default, it
2196 only lists groups of level five (i. e.,
2197 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
2198 groups).
2199
2200 @item L
2201 @itemx A u
2202 @kindex A u (Group)
2203 @kindex L (Group)
2204 @findex gnus-group-list-all-groups
2205 List all groups, whether they have unread articles or not
2206 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
2207 this command will list only groups of level ARG and lower.  By default,
2208 it lists groups of level seven or lower (i.e., just subscribed and
2209 unsubscribed groups).
2210
2211 @item A l
2212 @kindex A l (Group)
2213 @findex gnus-group-list-level
2214 List all unread groups on a specific level
2215 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
2216 with no unread articles.
2217
2218 @item A k
2219 @kindex A k (Group)
2220 @findex gnus-group-list-killed
2221 List all killed groups (@code{gnus-group-list-killed}).  If given a
2222 prefix argument, really list all groups that are available, but aren't
2223 currently (un)subscribed.  This could entail reading the active file
2224 from the server.
2225
2226 @item A z
2227 @kindex A z (Group)
2228 @findex gnus-group-list-zombies
2229 List all zombie groups (@code{gnus-group-list-zombies}).
2230
2231 @item A m
2232 @kindex A m (Group)
2233 @findex gnus-group-list-matching
2234 List all unread, subscribed groups with names that match a regexp
2235 (@code{gnus-group-list-matching}).
2236
2237 @item A M
2238 @kindex A M (Group)
2239 @findex gnus-group-list-all-matching
2240 List groups that match a regexp (@code{gnus-group-list-all-matching}).
2241
2242 @item A A
2243 @kindex A A (Group)
2244 @findex gnus-group-list-active
2245 List absolutely all groups in the active file(s) of the
2246 server(s) you are connected to (@code{gnus-group-list-active}).  This
2247 might very well take quite a while.  It might actually be a better idea
2248 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
2249 thing to match on.  Also note that this command may list groups that
2250 don't exist (yet)---these will be listed as if they were killed groups.
2251 Take the output with some grains of salt.
2252
2253 @item A a
2254 @kindex A a (Group)
2255 @findex gnus-group-apropos
2256 List all groups that have names that match a regexp
2257 (@code{gnus-group-apropos}).
2258
2259 @item A d
2260 @kindex A d (Group)
2261 @findex gnus-group-description-apropos
2262 List all groups that have names or descriptions that match a regexp
2263 (@code{gnus-group-description-apropos}).
2264
2265 @end table
2266
2267 @vindex gnus-permanently-visible-groups
2268 @cindex visible group parameter
2269 Groups that match the @code{gnus-permanently-visible-groups} regexp will
2270 always be shown, whether they have unread articles or not.  You can also
2271 add the @code{visible} element to the group parameters in question to
2272 get the same effect.
2273
2274 @vindex gnus-list-groups-with-ticked-articles
2275 Groups that have just ticked articles in it are normally listed in the
2276 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
2277 @code{nil}, these groups will be treated just like totally empty
2278 groups.  It is @code{t} by default.
2279
2280
2281 @node Sorting Groups
2282 @section Sorting Groups
2283 @cindex sorting groups
2284
2285 @kindex C-c C-s (Group)
2286 @findex gnus-group-sort-groups
2287 @vindex gnus-group-sort-function
2288 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
2289 group buffer according to the function(s) given by the
2290 @code{gnus-group-sort-function} variable.  Available sorting functions
2291 include:
2292
2293 @table @code
2294
2295 @item gnus-group-sort-by-alphabet
2296 @findex gnus-group-sort-by-alphabet
2297 Sort the group names alphabetically.  This is the default.
2298
2299 @item gnus-group-sort-by-real-name
2300 @findex gnus-group-sort-by-real-name
2301 Sort the group alphabetically on the real (unprefixed) group names.
2302
2303 @item gnus-group-sort-by-level
2304 @findex gnus-group-sort-by-level
2305 Sort by group level.
2306
2307 @item gnus-group-sort-by-score
2308 @findex gnus-group-sort-by-score
2309 Sort by group score.  @xref{Group Score}.
2310
2311 @item gnus-group-sort-by-rank
2312 @findex gnus-group-sort-by-rank
2313 Sort by group score and then the group level.  The level and the score
2314 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
2315
2316 @item gnus-group-sort-by-unread
2317 @findex gnus-group-sort-by-unread
2318 Sort by number of unread articles.
2319
2320 @item gnus-group-sort-by-method
2321 @findex gnus-group-sort-by-method
2322 Sort alphabetically on the select method.
2323
2324
2325 @end table
2326
2327 @code{gnus-group-sort-function} can also be a list of sorting
2328 functions.  In that case, the most significant sort key function must be
2329 the last one.
2330
2331
2332 There are also a number of commands for sorting directly according to
2333 some sorting criteria:
2334
2335 @table @kbd
2336 @item G S a
2337 @kindex G S a (Group)
2338 @findex gnus-group-sort-groups-by-alphabet
2339 Sort the group buffer alphabetically by group name
2340 (@code{gnus-group-sort-groups-by-alphabet}).
2341
2342 @item G S u
2343 @kindex G S u (Group)
2344 @findex gnus-group-sort-groups-by-unread
2345 Sort the group buffer by the number of unread articles
2346 (@code{gnus-group-sort-groups-by-unread}).
2347
2348 @item G S l
2349 @kindex G S l (Group)
2350 @findex gnus-group-sort-groups-by-level
2351 Sort the group buffer by group level
2352 (@code{gnus-group-sort-groups-by-level}).
2353
2354 @item G S v
2355 @kindex G S v (Group)
2356 @findex gnus-group-sort-groups-by-score
2357 Sort the group buffer by group score
2358 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
2359
2360 @item G S r
2361 @kindex G S r (Group)
2362 @findex gnus-group-sort-groups-by-rank
2363 Sort the group buffer by group rank
2364 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
2365
2366 @item G S m
2367 @kindex G S m (Group)
2368 @findex gnus-group-sort-groups-by-method
2369 Sort the group buffer alphabetically by backend name
2370 (@code{gnus-group-sort-groups-by-method}).
2371
2372 @end table
2373
2374 All the commands below obeys the process/prefix convention
2375 (@pxref{Process/Prefix}).
2376
2377 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
2378 commands will sort in reverse order.  
2379
2380 You can also sort a subset of the groups:
2381
2382 @table @kbd
2383 @item G P a
2384 @kindex G P a (Group)
2385 @findex gnus-group-sort-selected-groups-by-alphabet
2386 Sort the groups alphabetically by group name
2387 (@code{gnus-group-sort-selected-groups-by-alphabet}).
2388
2389 @item G P u
2390 @kindex G P u (Group)
2391 @findex gnus-group-sort-selected-groups-by-unread
2392 Sort the groups by the number of unread articles
2393 (@code{gnus-group-sort-selected-groups-by-unread}).
2394
2395 @item G P l
2396 @kindex G P l (Group)
2397 @findex gnus-group-sort-selected-groups-by-level
2398 Sort the groups by group level
2399 (@code{gnus-group-sort-selected-groups-by-level}).
2400
2401 @item G P v
2402 @kindex G P v (Group)
2403 @findex gnus-group-sort-selected-groups-by-score
2404 Sort the groups by group score
2405 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
2406
2407 @item G P r
2408 @kindex G P r (Group)
2409 @findex gnus-group-sort-selected-groups-by-rank
2410 Sort the groups by group rank
2411 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
2412
2413 @item G P m
2414 @kindex G P m (Group)
2415 @findex gnus-group-sort-selected-groups-by-method
2416 Sort the groups alphabetically by backend name
2417 (@code{gnus-group-sort-selected-groups-by-method}).
2418
2419 @end table
2420
2421
2422
2423 @node Group Maintenance
2424 @section Group Maintenance
2425 @cindex bogus groups
2426
2427 @table @kbd
2428 @item b
2429 @kindex b (Group)
2430 @findex gnus-group-check-bogus-groups
2431 Find bogus groups and delete them
2432 (@code{gnus-group-check-bogus-groups}).
2433
2434 @item F
2435 @kindex F (Group)
2436 @findex gnus-group-find-new-groups
2437 Find new groups and process them (@code{gnus-group-find-new-groups}).
2438 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
2439 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
2440 to query the server for new groups, and subscribe the new groups as
2441 zombies.
2442
2443 @item C-c C-x
2444 @kindex C-c C-x (Group)
2445 @findex gnus-group-expire-articles
2446 Run all expirable articles in the current group through the expiry
2447 process (if any) (@code{gnus-group-expire-articles}).
2448
2449 @item C-c M-C-x
2450 @kindex C-c M-C-x (Group)
2451 @findex gnus-group-expire-all-groups
2452 Run all articles in all groups through the expiry process
2453 (@code{gnus-group-expire-all-groups}).
2454
2455 @end table
2456
2457
2458 @node Browse Foreign Server
2459 @section Browse Foreign Server
2460 @cindex foreign servers
2461 @cindex browsing servers
2462
2463 @table @kbd
2464 @item B
2465 @kindex B (Group)
2466 @findex gnus-group-browse-foreign-server
2467 You will be queried for a select method and a server name.  Gnus will
2468 then attempt to contact this server and let you browse the groups there
2469 (@code{gnus-group-browse-foreign-server}).
2470 @end table
2471
2472 @findex gnus-browse-mode
2473 A new buffer with a list of available groups will appear.  This buffer
2474 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
2475 a lot) like a normal group buffer.
2476
2477 Here's a list of keystrokes available in the browse mode:
2478
2479 @table @kbd
2480 @item n
2481 @kindex n (Browse)
2482 @findex gnus-group-next-group
2483 Go to the next group (@code{gnus-group-next-group}).
2484
2485 @item p
2486 @kindex p (Browse)
2487 @findex gnus-group-prev-group
2488 Go to the previous group (@code{gnus-group-prev-group}).
2489
2490 @item SPACE
2491 @kindex SPACE (Browse)
2492 @findex gnus-browse-read-group
2493 Enter the current group and display the first article
2494 (@code{gnus-browse-read-group}).
2495
2496 @item RET
2497 @kindex RET (Browse)
2498 @findex gnus-browse-select-group
2499 Enter the current group (@code{gnus-browse-select-group}).
2500
2501 @item u
2502 @kindex u (Browse)
2503 @findex gnus-browse-unsubscribe-current-group
2504 Unsubscribe to the current group, or, as will be the case here,
2505 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
2506
2507 @item l
2508 @itemx q
2509 @kindex q (Browse)
2510 @kindex l (Browse)
2511 @findex gnus-browse-exit
2512 Exit browse mode (@code{gnus-browse-exit}).
2513
2514 @item ?
2515 @kindex ? (Browse)
2516 @findex gnus-browse-describe-briefly
2517 Describe browse mode briefly (well, there's not much to describe, is
2518 there) (@code{gnus-browse-describe-briefly}).
2519 @end table
2520
2521
2522 @node Exiting Gnus
2523 @section Exiting gnus
2524 @cindex exiting gnus
2525
2526 Yes, gnus is ex(c)iting.
2527
2528 @table @kbd
2529 @item z
2530 @kindex z (Group)
2531 @findex gnus-group-suspend
2532 Suspend gnus (@code{gnus-group-suspend}).  This doesn't really exit
2533 gnus, but it kills all buffers except the Group buffer.  I'm not sure
2534 why this is a gain, but then who am I to judge?
2535
2536 @item q
2537 @kindex q (Group)
2538 @findex gnus-group-exit
2539 @c @icon{gnus-group-exit}
2540 Quit gnus (@code{gnus-group-exit}).
2541
2542 @item Q
2543 @kindex Q (Group)
2544 @findex gnus-group-quit
2545 Quit gnus without saving the @file{.newsrc} files
2546 (@code{gnus-group-quit}).  The dribble file will be saved, though
2547 (@pxref{Auto Save}).
2548 @end table
2549
2550 @vindex gnus-exit-gnus-hook
2551 @vindex gnus-suspend-gnus-hook
2552 @code{gnus-suspend-gnus-hook} is called when you suspend gnus and
2553 @code{gnus-exit-gnus-hook} is called when you quit gnus, while
2554 @code{gnus-after-exiting-gnus-hook} is called as the final item when
2555 exiting gnus.
2556
2557 @findex gnus-unload
2558 @cindex unloading
2559 If you wish to completely unload gnus and all its adherents, you can use
2560 the @code{gnus-unload} command.  This command is also very handy when
2561 trying to customize meta-variables.
2562
2563 Note:
2564
2565 @quotation
2566 Miss Lisa Cannifax, while sitting in English class, felt her feet go
2567 numbly heavy and herself fall into a hazy trance as the boy sitting
2568 behind her drew repeated lines with his pencil across the back of her
2569 plastic chair.
2570 @end quotation
2571
2572
2573 @node Group Topics
2574 @section Group Topics
2575 @cindex topics
2576
2577 If you read lots and lots of groups, it might be convenient to group
2578 them hierarchically according to topics.  You put your Emacs groups over
2579 here, your sex groups over there, and the rest (what, two groups or so?)
2580 you put in some misc section that you never bother with anyway.  You can
2581 even group the Emacs sex groups as a sub-topic to either the Emacs
2582 groups or the sex groups---or both!  Go wild!
2583
2584 @iftex
2585 @iflatex
2586 \gnusfigure{Group Topics}{400}{
2587 \put(75,50){\epsfig{figure=tmp/group-topic.ps,height=9cm}}
2588 }
2589 @end iflatex
2590 @end iftex
2591
2592 Here's an example:
2593
2594 @example
2595 Gnus
2596   Emacs -- I wuw it!
2597      3: comp.emacs
2598      2: alt.religion.emacs
2599     Naughty Emacs
2600      452: alt.sex.emacs
2601        0: comp.talk.emacs.recovery
2602   Misc
2603      8: comp.binaries.fractals
2604     13: comp.sources.unix
2605 @end example
2606
2607 @findex gnus-topic-mode
2608 @kindex t (Group)
2609 To get this @emph{fab} functionality you simply turn on (ooh!) the
2610 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
2611 is a toggling command.)
2612
2613 Go ahead, just try it.  I'll still be here when you get back.  La de
2614 dum...  Nice tune, that...  la la la...  What, you're back? Yes, and now
2615 press @kbd{l}.  There.  All your groups are now listed under
2616 @samp{misc}.  Doesn't that make you feel all warm and fuzzy?  Hot and
2617 bothered?
2618
2619 If you want this permanently enabled, you should add that minor mode to
2620 the hook for the group mode:
2621
2622 @lisp
2623 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
2624 @end lisp
2625
2626 @menu
2627 * Topic Variables::    How to customize the topics the Lisp Way.
2628 * Topic Commands::     Interactive E-Z commands.
2629 * Topic Sorting::      Sorting each topic individually.
2630 * Topic Topology::     A map of the world.
2631 * Topic Parameters::   Parameters that apply to all groups in a topic.
2632 @end menu
2633
2634
2635 @node Topic Variables
2636 @subsection Topic Variables
2637 @cindex topic variables
2638
2639 Now, if you select a topic, it will fold/unfold that topic, which is
2640 really neat, I think.
2641
2642 @vindex gnus-topic-line-format
2643 The topic lines themselves are created according to the
2644 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
2645 Valid elements are:
2646
2647 @table @samp
2648 @item i
2649 Indentation.
2650 @item n
2651 Topic name.
2652 @item v
2653 Visibility.
2654 @item l
2655 Level.
2656 @item g
2657 Number of groups in the topic.
2658 @item a
2659 Number of unread articles in the topic.
2660 @item A
2661 Number of unread articles in the topic and all its subtopics.
2662 @end table
2663
2664 @vindex gnus-topic-indent-level
2665 Each sub-topic (and the groups in the sub-topics) will be indented with
2666 @code{gnus-topic-indent-level} times the topic level number of spaces.
2667 The default is 2.
2668
2669 @vindex gnus-topic-mode-hook
2670 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
2671
2672 @vindex gnus-topic-display-empty-topics
2673 The @code{gnus-topic-display-empty-topics} says whether to display even
2674 topics that have no unread articles in them.  The default is @code{t}.
2675
2676
2677 @node Topic Commands
2678 @subsection Topic Commands
2679 @cindex topic commands
2680
2681 When the topic minor mode is turned on, a new @kbd{T} submap will be
2682 available.  In addition, a few of the standard keys change their
2683 definitions slightly.
2684
2685 @table @kbd
2686
2687 @item T n
2688 @kindex T n (Topic)
2689 @findex gnus-topic-create-topic
2690 Prompt for a new topic name and create it
2691 (@code{gnus-topic-create-topic}).
2692
2693 @item T m
2694 @kindex T m (Topic)
2695 @findex gnus-topic-move-group
2696 Move the current group to some other topic
2697 (@code{gnus-topic-move-group}).  This command uses the process/prefix
2698 convention (@pxref{Process/Prefix}).
2699
2700 @item T c
2701 @kindex T c (Topic)
2702 @findex gnus-topic-copy-group
2703 Copy the current group to some other topic
2704 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
2705 convention (@pxref{Process/Prefix}).
2706
2707 @item T D
2708 @kindex T D (Topic)
2709 @findex gnus-topic-remove-group
2710 Remove a group from the current topic (@code{gnus-topic-remove-group}).
2711 This command is mainly useful if you have the same group in several
2712 topics and wish to remove it from one of the topics.  You may also
2713 remove a group from all topics, but in that case, Gnus will add it to
2714 the root topic the next time you start Gnus.  In fact, all new groups
2715 (which, naturally, don't belong to any topic) will show up in the root
2716 topic. 
2717
2718 This command uses the process/prefix convention
2719 (@pxref{Process/Prefix}).
2720
2721 @item T M
2722 @kindex T M (Topic)
2723 @findex gnus-topic-move-matching
2724 Move all groups that match some regular expression to a topic
2725 (@code{gnus-topic-move-matching}).
2726
2727 @item T C
2728 @kindex T C (Topic)
2729 @findex gnus-topic-copy-matching
2730 Copy all groups that match some regular expression to a topic
2731 (@code{gnus-topic-copy-matching}).
2732
2733 @item T H
2734 @kindex T H (Topic)
2735 @findex gnus-topic-toggle-display-empty-topics
2736 Toggle hiding empty topics
2737 (@code{gnus-topic-toggle-display-empty-topics}).
2738
2739 @item T #
2740 @kindex T # (Topic)
2741 @findex gnus-topic-mark-topic
2742 Mark all groups in the current topic with the process mark
2743 (@code{gnus-topic-mark-topic}).
2744
2745 @item T M-#
2746 @kindex T M-# (Topic)
2747 @findex gnus-topic-unmark-topic
2748 Remove the process mark from all groups in the current topic
2749 (@code{gnus-topic-unmark-topic}).
2750
2751 @item T TAB
2752 @itemx TAB
2753 @kindex T TAB (Topic)
2754 @kindex TAB (Topic)
2755 @findex gnus-topic-indent
2756 ``Indent'' the current topic so that it becomes a sub-topic of the
2757 previous topic (@code{gnus-topic-indent}).  If given a prefix,
2758 ``un-indent'' the topic instead.
2759
2760 @item M-TAB
2761 @kindex M-TAB (Topic)
2762 @findex gnus-topic-unindent
2763 ``Un-indent'' the current topic so that it becomes a sub-topic of the
2764 parent of its current parent (@code{gnus-topic-unindent}).  
2765
2766 @item RET
2767 @kindex RET (Topic)
2768 @findex gnus-topic-select-group
2769 @itemx SPACE
2770 Either select a group or fold a topic (@code{gnus-topic-select-group}).
2771 When you perform this command on a group, you'll enter the group, as
2772 usual.  When done on a topic line, the topic will be folded (if it was
2773 visible) or unfolded (if it was folded already).  So it's basically a
2774 toggling command on topics.  In addition, if you give a numerical
2775 prefix, group on that level (and lower) will be displayed.
2776
2777 @item C-c C-x
2778 @kindex C-c C-x (Topic)
2779 @findex gnus-topic-expire-articles
2780 Run all expirable articles in the current group or topic through the expiry
2781 process (if any) (@code{gnus-topic-expire-articles}).
2782
2783 @item C-k
2784 @kindex C-k (Topic)
2785 @findex gnus-topic-kill-group
2786 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
2787 topic will be removed along with the topic.
2788
2789 @item C-y
2790 @kindex C-y (Topic)
2791 @findex gnus-topic-yank-group
2792 Yank the previously killed group or topic
2793 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
2794 before all groups.
2795
2796 @item T r
2797 @kindex T r (Topic)
2798 @findex gnus-topic-rename
2799 Rename a topic (@code{gnus-topic-rename}).
2800
2801 @item T DEL
2802 @kindex T DEL (Topic)
2803 @findex gnus-topic-delete
2804 Delete an empty topic (@code{gnus-topic-delete}).
2805
2806 @item A T
2807 @kindex A T (Topic)
2808 @findex gnus-topic-list-active
2809 List all groups that gnus knows about in a topics-ified way
2810 (@code{gnus-topic-list-active}).
2811
2812 @item G p
2813 @kindex G p (Topic)
2814 @findex gnus-topic-edit-parameters
2815 @cindex group parameters
2816 @cindex topic parameters
2817 @cindex parameters
2818 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
2819 @xref{Topic Parameters}.
2820
2821 @end table
2822
2823
2824 @node Topic Sorting
2825 @subsection Topic Sorting
2826 @cindex topic sorting
2827
2828 You can sort the groups in each topic individually with the following
2829 commands:
2830
2831
2832 @table @kbd
2833 @item T S a
2834 @kindex T S a (Topic)
2835 @findex gnus-topic-sort-groups-by-alphabet
2836 Sort the current topic alphabetically by group name
2837 (@code{gnus-topic-sort-groups-by-alphabet}).
2838
2839 @item T S u
2840 @kindex T S u (Topic)
2841 @findex gnus-topic-sort-groups-by-unread
2842 Sort the current topic by the number of unread articles
2843 (@code{gnus-topic-sort-groups-by-unread}).
2844
2845 @item T S l
2846 @kindex T S l (Topic)
2847 @findex gnus-topic-sort-groups-by-level
2848 Sort the current topic by group level
2849 (@code{gnus-topic-sort-groups-by-level}).
2850
2851 @item T S v
2852 @kindex T S v (Topic)
2853 @findex gnus-topic-sort-groups-by-score
2854 Sort the current topic by group score
2855 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
2856
2857 @item T S r
2858 @kindex T S r (Topic)
2859 @findex gnus-topic-sort-groups-by-rank
2860 Sort the current topic by group rank
2861 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
2862
2863 @item T S m
2864 @kindex T S m (Topic)
2865 @findex gnus-topic-sort-groups-by-method
2866 Sort the current topic alphabetically by backend name
2867 (@code{gnus-topic-sort-groups-by-method}).
2868
2869 @end table
2870
2871 @xref{Sorting Groups} for more information about group sorting.
2872
2873
2874 @node Topic Topology
2875 @subsection Topic Topology
2876 @cindex topic topology
2877 @cindex topology
2878
2879 So, let's have a look at an example group buffer:
2880
2881 @example
2882 Gnus
2883   Emacs -- I wuw it!
2884      3: comp.emacs
2885      2: alt.religion.emacs
2886     Naughty Emacs
2887      452: alt.sex.emacs
2888        0: comp.talk.emacs.recovery
2889   Misc
2890      8: comp.binaries.fractals
2891     13: comp.sources.unix
2892 @end example
2893
2894 So, here we have one top-level topic (@samp{Gnus}), two topics under
2895 that, and one sub-topic under one of the sub-topics.  (There is always
2896 just one (1) top-level topic).  This topology can be expressed as
2897 follows:
2898
2899 @lisp
2900 (("Gnus" visible)
2901  (("Emacs -- I wuw it!" visible)
2902   (("Naughty Emacs" visible)))
2903  (("Misc" visible)))
2904 @end lisp
2905
2906 @vindex gnus-topic-topology
2907 This is in fact how the variable @code{gnus-topic-topology} would look
2908 for the display above.  That variable is saved in the @file{.newsrc.eld}
2909 file, and shouldn't be messed with manually---unless you really want
2910 to.  Since this variable is read from the @file{.newsrc.eld} file,
2911 setting it in any other startup files will have no effect.
2912
2913 This topology shows what topics are sub-topics of what topics (right),
2914 and which topics are visible.  Two settings are currently
2915 allowed---@code{visible} and @code{invisible}.
2916
2917
2918 @node Topic Parameters
2919 @subsection Topic Parameters
2920 @cindex topic parameters
2921
2922 All groups in a topic will inherit group parameters from the parent (and
2923 ancestor) topic parameters.  All valid group parameters are valid topic
2924 parameters (@pxref{Group Parameters}).
2925
2926 Group parameters (of course) override topic parameters, and topic
2927 parameters in sub-topics override topic parameters in super-topics.  You
2928 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
2929 verb, although you may feel free to disagree with me here.)
2930
2931 @example
2932 Gnus
2933   Emacs
2934      3: comp.emacs
2935      2: alt.religion.emacs
2936    452: alt.sex.emacs
2937     Relief
2938      452: alt.sex.emacs
2939        0: comp.talk.emacs.recovery
2940   Misc
2941      8: comp.binaries.fractals
2942     13: comp.sources.unix
2943    452: alt.sex.emacs
2944 @end example
2945
2946 The @samp{Emacs} topic has the topic parameter @code{(score-file
2947 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
2948 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
2949 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
2950 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
2951 . "religion.SCORE")}.
2952
2953 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
2954 will get the @file{relief.SCORE} home score file.  If you enter the same
2955 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
2956 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
2957 get the @file{religion.SCORE} home score file.
2958
2959 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
2960 there are some problems, especially with the @code{total-expiry}
2961 parameter.  Say you have a mail group in two topics; one with
2962 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
2963 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
2964 of these topics you mean to expire articles from, so anything may
2965 happen.  In fact, I hereby declare that it is @dfn{undefined} what
2966 happens.  You just have to be careful if you do stuff like that.
2967
2968
2969 @node Misc Group Stuff
2970 @section Misc Group Stuff
2971
2972 @menu
2973 * Scanning New Messages:: Asking gnus to see whether new messages have arrived.
2974 * Group Information::     Information and help on groups and gnus.
2975 * Group Timestamp::       Making gnus keep track of when you last read a group.
2976 * File Commands::         Reading and writing the gnus files.
2977 @end menu
2978
2979 @table @kbd
2980
2981 @item ^
2982 @kindex ^ (Group)
2983 @findex gnus-group-enter-server-mode
2984 Enter the server buffer (@code{gnus-group-enter-server-mode}).
2985 @xref{The Server Buffer}.
2986
2987 @item a
2988 @kindex a (Group)
2989 @findex gnus-group-post-news
2990 Post an article to a group (@code{gnus-group-post-news}).  If given a
2991 prefix, the current group name will be used as the default.
2992
2993 @item m
2994 @kindex m (Group)
2995 @findex gnus-group-mail
2996 Mail a message somewhere (@code{gnus-group-mail}).
2997
2998 @end table
2999
3000 Variables for the group buffer:
3001
3002 @table @code
3003
3004 @item gnus-group-mode-hook
3005 @vindex gnus-group-mode-hook
3006 is called after the group buffer has been
3007 created.
3008
3009 @item gnus-group-prepare-hook
3010 @vindex gnus-group-prepare-hook
3011 is called after the group buffer is
3012 generated.  It may be used to modify the buffer in some strange,
3013 unnatural way.
3014
3015 @item gnus-group-prepared-hook
3016 @vindex gnus-group-prepare-hook
3017 is called as the very last thing after the group buffer has been
3018 generated.  It may be used to move point around, for instance.
3019
3020 @item gnus-permanently-visible-groups
3021 @vindex gnus-permanently-visible-groups
3022 Groups matching this regexp will always be listed in the group buffer,
3023 whether they are empty or not.
3024
3025 @end table
3026
3027
3028 @node Scanning New Messages
3029 @subsection Scanning New Messages
3030 @cindex new messages
3031 @cindex scanning new news
3032
3033 @table @kbd
3034
3035 @item g
3036 @kindex g (Group)
3037 @findex gnus-group-get-new-news
3038 @c @icon{gnus-group-get-new-news}
3039 Check the server(s) for new articles.  If the numerical prefix is used,
3040 this command will check only groups of level @var{arg} and lower
3041 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
3042 command will force a total re-reading of the active file(s) from the
3043 backend(s).
3044
3045 @item M-g
3046 @kindex M-g (Group)
3047 @findex gnus-group-get-new-news-this-group
3048 @vindex gnus-goto-next-group-when-activating
3049 @c @icon{gnus-group-get-new-news-this-group}
3050 Check whether new articles have arrived in the current group
3051 (@code{gnus-group-get-new-news-this-group}).
3052 @code{gnus-goto-next-group-when-activating} says whether this command is
3053 to move point to the next group or not.  It is @code{t} by default.
3054
3055 @findex gnus-activate-all-groups
3056 @cindex activating groups
3057 @item C-c M-g
3058 @kindex C-c M-g (Group)
3059 Activate absolutely all groups (@code{gnus-activate-all-groups}).
3060
3061 @item R
3062 @kindex R (Group)
3063 @cindex restarting
3064 @findex gnus-group-restart
3065 Restart gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
3066 file(s), closes the connection to all servers, clears up all run-time
3067 gnus variables, and then starts gnus all over again.
3068
3069 @end table
3070
3071 @vindex gnus-get-new-news-hook
3072 @code{gnus-get-new-news-hook} is run just before checking for new news.
3073
3074 @vindex gnus-after-getting-new-news-hook
3075 @code{gnus-after-getting-new-news-hook} is run after checking for new
3076 news.
3077
3078
3079 @node Group Information
3080 @subsection Group Information
3081 @cindex group information
3082 @cindex information on groups
3083
3084 @table @kbd
3085
3086
3087 @item H f
3088 @kindex H f (Group)
3089 @findex gnus-group-fetch-faq
3090 @vindex gnus-group-faq-directory
3091 @cindex FAQ
3092 @cindex ange-ftp
3093 Try to fetch the FAQ for the current group
3094 (@code{gnus-group-fetch-faq}).  Gnus will try to get the FAQ from
3095 @code{gnus-group-faq-directory}, which is usually a directory on a
3096 remote machine.  This variable can also be a list of directories.  In
3097 that case, giving a prefix to this command will allow you to choose
3098 between the various sites.  @code{ange-ftp} (or @code{efs}) will be used
3099 for fetching the file.
3100
3101 If fetching from the first site is unsuccessful, gnus will attempt to go
3102 through @code{gnus-group-faq-directory} and try to open them one by one.
3103
3104 @item H d
3105 @itemx C-c C-d
3106 @c @icon{gnus-group-describe-group}
3107 @kindex H d (Group)
3108 @kindex C-c C-d (Group)
3109 @cindex describing groups
3110 @cindex group description
3111 @findex gnus-group-describe-group
3112 Describe the current group (@code{gnus-group-describe-group}).  If given
3113 a prefix, force Gnus to re-read the description from the server.
3114
3115 @item M-d
3116 @kindex M-d (Group)
3117 @findex gnus-group-describe-all-groups
3118 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
3119 prefix, force gnus to re-read the description file from the server.
3120
3121 @item H v
3122 @itemx V
3123 @kindex V (Group)
3124 @kindex H v (Group)
3125 @cindex version
3126 @findex gnus-version
3127 Display current gnus version numbers (@code{gnus-version}).
3128
3129 @item ?
3130 @kindex ? (Group)
3131 @findex gnus-group-describe-briefly
3132 Give a very short help message (@code{gnus-group-describe-briefly}).
3133
3134 @item C-c C-i
3135 @kindex C-c C-i (Group)
3136 @cindex info
3137 @cindex manual
3138 @findex gnus-info-find-node
3139 Go to the gnus info node (@code{gnus-info-find-node}).
3140 @end table
3141
3142
3143 @node Group Timestamp
3144 @subsection Group Timestamp
3145 @cindex timestamps
3146 @cindex group timestamps
3147
3148 It can be convenient to let gnus keep track of when you last read a
3149 group.  To set the ball rolling, you should add
3150 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
3151
3152 @lisp
3153 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
3154 @end lisp
3155
3156 After doing this, each time you enter a group, it'll be recorded.
3157
3158 This information can be displayed in various ways---the easiest is to
3159 use the @samp{%d} spec in the group line format:
3160
3161 @lisp
3162 (setq gnus-group-line-format
3163       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
3164 @end lisp
3165
3166 This will result in lines looking like:
3167
3168 @example
3169 *        0: mail.ding                                19961002T012943
3170          0: custom                                   19961002T012713
3171 @end example
3172
3173 As you can see, the date is displayed in compact ISO 8601 format.  This
3174 may be a bit too much, so to just display the date, you could say
3175 something like:
3176
3177 @lisp
3178 (setq gnus-group-line-format
3179       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
3180 @end lisp
3181
3182
3183 @node File Commands
3184 @subsection File Commands
3185 @cindex file commands
3186
3187 @table @kbd
3188
3189 @item r
3190 @kindex r (Group)
3191 @findex gnus-group-read-init-file
3192 @vindex gnus-init-file
3193 @cindex reading init file
3194 Re-read the init file (@code{gnus-init-file}, which defaults to
3195 @file{~/.gnus}) (@code{gnus-group-read-init-file}).
3196
3197 @item s
3198 @kindex s (Group)
3199 @findex gnus-group-save-newsrc
3200 @cindex saving .newsrc
3201 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
3202 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
3203 file(s) whether Gnus thinks it is necessary or not.
3204
3205 @c @item Z
3206 @c @kindex Z (Group)
3207 @c @findex gnus-group-clear-dribble
3208 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
3209
3210 @end table
3211
3212
3213 @node The Summary Buffer
3214 @chapter The Summary Buffer
3215 @cindex summary buffer
3216
3217 A line for each article is displayed in the summary buffer.  You can
3218 move around, read articles, post articles and reply to articles.
3219
3220 The most common way to a summary buffer is to select a group from the
3221 group buffer (@pxref{Selecting a Group}).
3222
3223 You can have as many summary buffers open as you wish.
3224
3225 @menu
3226 * Summary Buffer Format::       Deciding how the summary buffer is to look.
3227 * Summary Maneuvering::         Moving around the summary buffer.
3228 * Choosing Articles::           Reading articles.
3229 * Paging the Article::          Scrolling the current article.
3230 * Reply Followup and Post::     Posting articles.
3231 * Canceling and Superseding::   ``Whoops, I shouldn't have called him that.''
3232 * Marking Articles::            Marking articles as read, expirable, etc.
3233 * Limiting::                    You can limit the summary buffer.
3234 * Threading::                   How threads are made.
3235 * Sorting::                     How articles and threads are sorted.
3236 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
3237 * Article Caching::             You may store articles in a cache.
3238 * Persistent Articles::         Making articles expiry-resistant.
3239 * Article Backlog::             Having already read articles hang around.
3240 * Saving Articles::             Ways of customizing article saving.
3241 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
3242 * Article Treatment::           The article buffer can be mangled at will.
3243 * MIME Commands::               Doing MIMEy things with the articles.
3244 * Article Commands::            Doing various things with the article buffer.
3245 * Summary Sorting::             Sorting the summary buffer in various ways.
3246 * Finding the Parent::          No child support? Get the parent.
3247 * Alternative Approaches::      Reading using non-default summaries.
3248 * Tree Display::                A more visual display of threads.
3249 * Mail Group Commands::         Some commands can only be used in mail groups.
3250 * Various Summary Stuff::       What didn't fit anywhere else.
3251 * Exiting the Summary Buffer::  Returning to the Group buffer.
3252 * Crosspost Handling::          How crossposted articles are dealt with.
3253 * Duplicate Suppression::       An alternative when crosspost handling fails.
3254 @end menu
3255
3256
3257 @node Summary Buffer Format
3258 @section Summary Buffer Format
3259 @cindex summary buffer format
3260
3261 @iftex
3262 @iflatex
3263 \gnusfigure{The Summary Buffer}{180}{
3264 \put(0,0){\epsfig{figure=tmp/summary.ps,width=7.5cm}}
3265 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=tmp/summary-article.ps,width=7.5cm}}}
3266 }
3267 @end iflatex
3268 @end iftex
3269
3270 @menu
3271 * Summary Buffer Lines::     You can specify how summary lines should look.
3272 * To From Newsgroups::       How to not display your own name.
3273 * Summary Buffer Mode Line:: You can say how the mode line should look.
3274 * Summary Highlighting::     Making the summary buffer all pretty and nice.
3275 @end menu
3276
3277 @findex mail-extract-address-components
3278 @findex gnus-extract-address-components
3279 @vindex gnus-extract-address-components
3280 Gnus will use the value of the @code{gnus-extract-address-components}
3281 variable as a function for getting the name and address parts of a
3282 @code{From} header.  Three pre-defined functions exist:
3283 @code{gnus-extract-address-components}, which is the default, quite
3284 fast, and too simplistic solution;
3285 @code{mail-extract-address-components}, which works nicely, but is
3286 slower; and @code{std11-extract-address-components}, which works very
3287 nicely, but is slower.  The default function will return the wrong
3288 answer in 5% of the cases.  If this is unacceptable to you, use the
3289 other function instead:
3290  
3291 @lisp
3292 (setq gnus-extract-address-components
3293       'mail-extract-address-components)
3294 @end lisp
3295   
3296 @vindex gnus-summary-same-subject
3297 @code{gnus-summary-same-subject} is a string indicating that the current
3298 article has the same subject as the previous.  This string will be used
3299 with those specs that require it.  The default is @code{""}.
3300
3301
3302 @node Summary Buffer Lines
3303 @subsection Summary Buffer Lines
3304
3305 @vindex gnus-summary-line-format
3306 You can change the format of the lines in the summary buffer by changing
3307 the @code{gnus-summary-line-format} variable.  It works along the same
3308 lines as a normal @code{format} string, with some extensions
3309 (@pxref{Formatting Variables}).
3310
3311 The default string is @samp{%U%R%z%I%(%[%4L: %-20,20n%]%) %s\n}.
3312
3313 The following format specification characters are understood:
3314
3315 @table @samp
3316 @item N
3317 Article number.
3318 @item S
3319 Subject string.
3320 @item s
3321 Subject if the article is the root of the thread or the previous article
3322 had a different subject, @code{gnus-summary-same-subject} otherwise.
3323 (@code{gnus-summary-same-subject} defaults to @code{""}.)
3324 @item F
3325 Full @code{From} header.
3326 @item n
3327 The name (from the @code{From} header).
3328 @item f
3329 The name, code @code{To} header or the @code{Newsgroups} header
3330 (@pxref{To From Newsgroups}).
3331 @item a
3332 The name (from the @code{From} header).  This differs from the @code{n}
3333 spec in that it uses the function designated by the
3334 @code{gnus-extract-address-components} variable, which is slower, but
3335 may be more thorough.
3336 @item A
3337 The address (from the @code{From} header).  This works the same way as
3338 the @code{a} spec.
3339 @item L
3340 Number of lines in the article.
3341 @item c
3342 Number of characters in the article.
3343 @item I
3344 Indentation based on thread level (@pxref{Customizing Threading}).
3345 @item T
3346 Nothing if the article is a root and lots of spaces if it isn't (it
3347 pushes everything after it off the screen).
3348 @item [
3349 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
3350 for adopted articles (@pxref{Customizing Threading}).
3351 @item ]
3352 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
3353 for adopted articles.
3354 @item >
3355 One space for each thread level.
3356 @item <
3357 Twenty minus thread level spaces.
3358 @item U
3359 Unread.
3360
3361 @item R
3362 This misleadingly named specifier is the @dfn{secondary mark}.  This
3363 mark will say whether the article has been replied to, has been cached,
3364 or has been saved.  
3365
3366 @item i
3367 Score as a number (@pxref{Scoring}).
3368 @item z
3369 @vindex gnus-summary-zcore-fuzz
3370 Zcore, @samp{+} if above the default level and @samp{-} if below the
3371 default level.  If the difference between
3372 @code{gnus-summary-default-score} and the score is less than
3373 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
3374 @item V
3375 Total thread score.
3376 @item x
3377 @code{Xref}.
3378 @item D
3379 @code{Date}.
3380 @item d
3381 The @code{Date} in @code{DD-MMM} format.
3382 @item o
3383 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
3384 @item M
3385 @code{Message-ID}.
3386 @item r
3387 @code{References}.
3388 @item t
3389 Number of articles in the current sub-thread.  Using this spec will slow
3390 down summary buffer generation somewhat.
3391 @item e
3392 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
3393 article has any children.
3394 @item P
3395 The line number.
3396 @item O
3397 Download mark.
3398 @item u
3399 User defined specifier.  The next character in the format string should
3400 be a letter.  Gnus will call the function
3401 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
3402 following @samp{%u}.  The function will be passed the current header as
3403 argument.  The function should return a string, which will be inserted
3404 into the summary just like information from any other summary specifier.
3405 @end table
3406
3407 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
3408 have to be handled with care.  For reasons of efficiency, gnus will
3409 compute what column these characters will end up in, and ``hard-code''
3410 that.  This means that it is invalid to have these specs after a
3411 variable-length spec.  Well, you might not be arrested, but your summary
3412 buffer will look strange, which is bad enough.
3413
3414 The smart choice is to have these specs as far to the left as possible.
3415 (Isn't that the case with everything, though?  But I digress.)
3416
3417 This restriction may disappear in later versions of gnus.
3418
3419
3420 @node To From Newsgroups
3421 @subsection To From Newsgroups
3422 @cindex To
3423 @cindex Newsgroups
3424
3425 In some groups (particularly in archive groups), the @code{From} header
3426 isn't very interesting, since all the articles there are written by
3427 you.  To display the information in the @code{To} or @code{Newsgroups}
3428 headers instead, you need to decide three things: What information to
3429 gather; where to display it; and when to display it.
3430
3431 @enumerate
3432 @item
3433 @vindex gnus-extra-headers
3434 The reading of extra header information is controlled by the
3435 @code{gnus-extra-headers}.  This is a list of header symbols.  For
3436 instance:
3437
3438 @lisp
3439 (setq gnus-extra-headers
3440       '(To Newsgroups X-Newsreader))
3441 @end lisp
3442
3443 This will result in Gnus trying to obtain these three headers, and
3444 storing it in header structures for later easy retrieval.
3445
3446 @item
3447 @findex gnus-extra-header
3448 The value of these extra headers can be accessed via the
3449 @code{gnus-extra-header} function.  Here's a format line spec that will
3450 access the @code{X-Newsreader} header:
3451
3452 @example
3453 "%~(form (gnus-extra-header 'X-Newsreader))@@"
3454 @end example
3455
3456 @item
3457 @vindex gnus-ignored-from-addresses
3458 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
3459 summary line spec returns the @code{To}, @code{Newsreader} or
3460 @code{From} header.  If this regexp matches the contents of the
3461 @code{From} header, the value of the @code{To} or @code{Newsreader}
3462 headers are used instead.
3463
3464 @end enumerate
3465
3466 @vindex nnmail-extra-headers
3467 A related variable is @code{nnmail-extra-headers}, which controls when
3468 to include extra headers when generating overview (@sc{nov}) files.
3469
3470 In summary, you'd typically do something like the following:
3471
3472 @lisp
3473 (setq gnus-extra-headers
3474       '(To Newsgroups))
3475 (setq nnmail-extra-headers gnus-extra-headers)
3476 (setq gnus-summary-line-format
3477       "%U%R%z%I%(%[%4L: %-20,20f%]%) %s\n")
3478 (setq gnus-ignored-from-addresses
3479       "Your Name Here")
3480 @end lisp
3481
3482
3483 @node Summary Buffer Mode Line
3484 @subsection Summary Buffer Mode Line
3485
3486 @vindex gnus-summary-mode-line-format
3487 You can also change the format of the summary mode bar (@pxref{Mode Line
3488 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
3489 like.  The default is @samp{Gnus: %%b [%A] %Z}.
3490
3491 Here are the elements you can play with:
3492
3493 @table @samp
3494 @item G
3495 Group name.
3496 @item p
3497 Unprefixed group name.
3498 @item A
3499 Current article number.
3500 @item z
3501 Current article score.
3502 @item V
3503 Gnus version.
3504 @item U
3505 Number of unread articles in this group.
3506 @item e
3507 Number of unread articles in this group that aren't displayed in the
3508 summary buffer.
3509 @item Z
3510 A string with the number of unread and unselected articles represented
3511 either as @samp{<%U(+%e) more>} if there are both unread and unselected
3512 articles, and just as @samp{<%U more>} if there are just unread articles
3513 and no unselected ones.
3514 @item g
3515 Shortish group name.  For instance, @samp{rec.arts.anime} will be
3516 shortened to @samp{r.a.anime}.
3517 @item S
3518 Subject of the current article.
3519 @item u
3520 User-defined spec (@pxref{User-Defined Specs}).
3521 @item s
3522 Name of the current score file (@pxref{Scoring}).
3523 @item d
3524 Number of dormant articles (@pxref{Unread Articles}).
3525 @item t
3526 Number of ticked articles (@pxref{Unread Articles}).
3527 @item r
3528 Number of articles that have been marked as read in this session.
3529 @item E
3530 Number of articles expunged by the score files.
3531 @end table
3532
3533
3534 @node Summary Highlighting
3535 @subsection Summary Highlighting
3536
3537 @table @code
3538
3539 @item gnus-visual-mark-article-hook
3540 @vindex gnus-visual-mark-article-hook
3541 This hook is run after selecting an article.  It is meant to be used for
3542 highlighting the article in some way.  It is not run if
3543 @code{gnus-visual} is @code{nil}.
3544
3545 @item gnus-summary-update-hook
3546 @vindex gnus-summary-update-hook
3547 This hook is called when a summary line is changed.  It is not run if
3548 @code{gnus-visual} is @code{nil}.
3549
3550 @item gnus-summary-selected-face
3551 @vindex gnus-summary-selected-face
3552 This is the face (or @dfn{font} as some people call it) used to
3553 highlight the current article in the summary buffer.
3554
3555 @item gnus-summary-highlight
3556 @vindex gnus-summary-highlight
3557 Summary lines are highlighted according to this variable, which is a
3558 list where the elements are of the format @var{(FORM . FACE)}.  If you
3559 would, for instance, like ticked articles to be italic and high-scored
3560 articles to be bold, you could set this variable to something like
3561 @lisp
3562 (((eq mark gnus-ticked-mark) . italic)
3563  ((> score default) . bold))
3564 @end lisp
3565 As you may have guessed, if @var{FORM} returns a non-@code{nil} value,
3566 @var{FACE} will be applied to the line.
3567 @end table
3568
3569
3570 @node Summary Maneuvering
3571 @section Summary Maneuvering
3572 @cindex summary movement
3573
3574 All the straight movement commands understand the numeric prefix and
3575 behave pretty much as you'd expect.
3576
3577 None of these commands select articles.
3578
3579 @table @kbd
3580 @item G M-n
3581 @itemx M-n
3582 @kindex M-n (Summary)
3583 @kindex G M-n (Summary)
3584 @findex gnus-summary-next-unread-subject
3585 Go to the next summary line of an unread article
3586 (@code{gnus-summary-next-unread-subject}).
3587
3588 @item G M-p
3589 @itemx M-p
3590 @kindex M-p (Summary)
3591 @kindex G M-p (Summary)
3592 @findex gnus-summary-prev-unread-subject
3593 Go to the previous summary line of an unread article
3594 (@code{gnus-summary-prev-unread-subject}).
3595
3596 @item G j
3597 @itemx j
3598 @kindex j (Summary)
3599 @kindex G j (Summary)
3600 @findex gnus-summary-goto-article
3601 Ask for an article number or @code{Message-ID}, and then go to that
3602 article (@code{gnus-summary-goto-article}).
3603
3604 @item G g
3605 @kindex G g (Summary)
3606 @findex gnus-summary-goto-subject
3607 Ask for an article number and then go to the summary line of that article
3608 without displaying the article (@code{gnus-summary-goto-subject}).
3609 @end table
3610
3611 If gnus asks you to press a key to confirm going to the next group, you
3612 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
3613 buffer, searching for the next group to read without actually returning
3614 to the group buffer.
3615
3616 Variables related to summary movement:
3617
3618 @table @code
3619
3620 @vindex gnus-auto-select-next
3621 @item gnus-auto-select-next
3622 If you issue one of the movement commands (like @kbd{n}) and there are
3623 no more unread articles after the current one, gnus will offer to go to
3624 the next group.  If this variable is @code{t} and the next group is
3625 empty, gnus will exit summary mode and return to the group buffer.  If
3626 this variable is neither @code{t} nor @code{nil}, gnus will select the
3627 next group, no matter whether it has any unread articles or not.  As a
3628 special case, if this variable is @code{quietly}, gnus will select the
3629 next group without asking for confirmation.  If this variable is
3630 @code{almost-quietly}, the same will happen only if you are located on
3631 the last article in the group.  Finally, if this variable is
3632 @code{slightly-quietly}, the @kbd{Z n} command will go to the next group
3633 without confirmation.  Also @pxref{Group Levels}.
3634
3635 @item gnus-auto-select-same
3636 @vindex gnus-auto-select-same
3637 If non-@code{nil}, all the movement commands will try to go to the next
3638 article with the same subject as the current.  (@dfn{Same} here might
3639 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
3640 for details (@pxref{Customizing Threading}).)  If there are no more
3641 articles with the same subject, go to the first unread article.
3642
3643 This variable is not particularly useful if you use a threaded display.
3644
3645 @item gnus-summary-check-current
3646 @vindex gnus-summary-check-current
3647 If non-@code{nil}, all the ``unread'' movement commands will not proceed
3648 to the next (or previous) article if the current article is unread.
3649 Instead, they will choose the current article.
3650
3651 @item gnus-auto-center-summary
3652 @vindex gnus-auto-center-summary
3653 If non-@code{nil}, gnus will keep the point in the summary buffer
3654 centered at all times.  This makes things quite tidy, but if you have a
3655 slow network connection, or simply do not like this un-Emacsism, you can
3656 set this variable to @code{nil} to get the normal Emacs scrolling
3657 action.  This will also inhibit horizontal re-centering of the summary
3658 buffer, which might make it more inconvenient to read extremely long
3659 threads.
3660
3661 This variable can also be a number.  In that case, center the window at
3662 the given number of lines from the top.
3663
3664 @end table
3665
3666
3667 @node Choosing Articles
3668 @section Choosing Articles
3669 @cindex selecting articles
3670
3671 @menu
3672 * Choosing Commands::        Commands for choosing articles.
3673 * Choosing Variables::       Variables that influence these commands.
3674 @end menu
3675
3676
3677 @node Choosing Commands
3678 @subsection Choosing Commands
3679
3680 None of the following movement commands understand the numeric prefix,
3681 and they all select and display an article.
3682
3683 @table @kbd
3684 @item SPACE
3685 @kindex SPACE (Summary)
3686 @findex gnus-summary-next-page
3687 Select the current article, or, if that one's read already, the next
3688 unread article (@code{gnus-summary-next-page}).
3689
3690 @item G n
3691 @itemx n
3692 @kindex n (Summary)
3693 @kindex G n (Summary)
3694 @findex gnus-summary-next-unread-article
3695 @c @icon{gnus-summary-next-unread}
3696 Go to next unread article (@code{gnus-summary-next-unread-article}).
3697
3698 @item G p
3699 @itemx p
3700 @kindex p (Summary)
3701 @findex gnus-summary-prev-unread-article
3702 @c @icon{gnus-summary-prev-unread}
3703 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
3704
3705 @item G N
3706 @itemx N
3707 @kindex N (Summary)
3708 @kindex G N (Summary)
3709 @findex gnus-summary-next-article
3710 Go to the next article (@code{gnus-summary-next-article}).
3711
3712 @item G P
3713 @itemx P
3714 @kindex P (Summary)
3715 @kindex G P (Summary)
3716 @findex gnus-summary-prev-article
3717 Go to the previous article (@code{gnus-summary-prev-article}).
3718
3719 @item G C-n
3720 @kindex G C-n (Summary)
3721 @findex gnus-summary-next-same-subject
3722 Go to the next article with the same subject
3723 (@code{gnus-summary-next-same-subject}).
3724
3725 @item G C-p
3726 @kindex G C-p (Summary)
3727 @findex gnus-summary-prev-same-subject
3728 Go to the previous article with the same subject
3729 (@code{gnus-summary-prev-same-subject}).
3730
3731 @item G f
3732 @itemx .
3733 @kindex G f  (Summary)
3734 @kindex .  (Summary)
3735 @findex gnus-summary-first-unread-article
3736 Go to the first unread article
3737 (@code{gnus-summary-first-unread-article}).
3738
3739 @item G b
3740 @itemx ,
3741 @kindex G b (Summary)
3742 @kindex , (Summary)
3743 @findex gnus-summary-best-unread-article
3744 Go to the article with the highest score
3745 (@code{gnus-summary-best-unread-article}).
3746
3747 @item G l
3748 @itemx l
3749 @kindex l (Summary)
3750 @kindex G l (Summary)
3751 @findex gnus-summary-goto-last-article
3752 Go to the previous article read (@code{gnus-summary-goto-last-article}).
3753
3754 @item G o
3755 @kindex G o (Summary)
3756 @findex gnus-summary-pop-article
3757 @cindex history
3758 @cindex article history
3759 Pop an article off the summary history and go to this article
3760 (@code{gnus-summary-pop-article}).  This command differs from the
3761 command above in that you can pop as many previous articles off the
3762 history as you like, while @kbd{l} toggles the two last read articles.
3763 For a somewhat related issue (if you use these commands a lot),
3764 @pxref{Article Backlog}.
3765 @end table
3766
3767
3768 @node Choosing Variables
3769 @subsection Choosing Variables
3770
3771 Some variables relevant for moving and selecting articles:
3772
3773 @table @code
3774 @item gnus-auto-extend-newsgroup
3775 @vindex gnus-auto-extend-newsgroup
3776 All the movement commands will try to go to the previous (or next)
3777 article, even if that article isn't displayed in the Summary buffer if
3778 this variable is non-@code{nil}.  Gnus will then fetch the article from
3779 the server and display it in the article buffer.
3780
3781 @item gnus-select-article-hook
3782 @vindex gnus-select-article-hook
3783 This hook is called whenever an article is selected.  By default it
3784 exposes any threads hidden under the selected article.
3785
3786 @item gnus-mark-article-hook
3787 @vindex gnus-mark-article-hook
3788 @findex gnus-summary-mark-unread-as-read
3789 @findex gnus-summary-mark-read-and-unread-as-read
3790 @findex gnus-unread-mark
3791 This hook is called whenever an article is selected.  It is intended to
3792 be used for marking articles as read.  The default value is
3793 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
3794 mark of almost any article you read to @code{gnus-unread-mark}.  The
3795 only articles not affected by this function are ticked, dormant, and
3796 expirable articles.  If you'd instead like to just have unread articles
3797 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
3798 instead.  It will leave marks like @code{gnus-low-score-mark},
3799 @code{gnus-del-mark} (and so on) alone.
3800
3801 @end table
3802
3803
3804 @node Paging the Article
3805 @section Scrolling the Article
3806 @cindex article scrolling
3807
3808 @table @kbd
3809
3810 @item SPACE
3811 @kindex SPACE (Summary)
3812 @findex gnus-summary-next-page
3813 Pressing @kbd{SPACE} will scroll the current article forward one page,
3814 or, if you have come to the end of the current article, will choose the
3815 next article (@code{gnus-summary-next-page}).
3816
3817 @item DEL
3818 @kindex DEL (Summary)
3819 @findex gnus-summary-prev-page
3820 Scroll the current article back one page (@code{gnus-summary-prev-page}).
3821
3822 @item RET
3823 @kindex RET (Summary)
3824 @findex gnus-summary-scroll-up
3825 Scroll the current article one line forward
3826 (@code{gnus-summary-scroll-up}).
3827
3828 @item M-RET
3829 @kindex M-RET (Summary)
3830 @findex gnus-summary-scroll-down
3831 Scroll the current article one line backward
3832 (@code{gnus-summary-scroll-down}).
3833
3834 @item A g
3835 @itemx g
3836 @kindex A g (Summary)
3837 @kindex g (Summary)
3838 @findex gnus-summary-show-article
3839 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
3840 given a prefix, fetch the current article, but don't run any of the
3841 article treatment functions.  This will give you a ``raw'' article, just
3842 the way it came from the server.
3843
3844 @item A <
3845 @itemx <
3846 @kindex < (Summary)
3847 @kindex A < (Summary)
3848 @findex gnus-summary-beginning-of-article
3849 Scroll to the beginning of the article
3850 (@code{gnus-summary-beginning-of-article}).
3851
3852 @item A >
3853 @itemx >
3854 @kindex > (Summary)
3855 @kindex A > (Summary)
3856 @findex gnus-summary-end-of-article
3857 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
3858
3859 @item A s
3860 @itemx s
3861 @kindex A s (Summary)
3862 @kindex s (Summary)
3863 @findex gnus-summary-isearch-article
3864 Perform an isearch in the article buffer
3865 (@code{gnus-summary-isearch-article}).
3866
3867 @item h
3868 @kindex h (Summary)
3869 @findex gnus-summary-select-article-buffer
3870 Select the article buffer (@code{gnus-summary-select-article-buffer}).
3871
3872 @end table
3873
3874
3875 @node Reply Followup and Post
3876 @section Reply, Followup and Post
3877
3878 @menu
3879 * Summary Mail Commands::            Sending mail.
3880 * Summary Post Commands::            Sending news.
3881 @end menu
3882
3883
3884 @node Summary Mail Commands
3885 @subsection Summary Mail Commands
3886 @cindex mail
3887 @cindex composing mail
3888
3889 Commands for composing a mail message:
3890
3891 @table @kbd
3892
3893 @item S r
3894 @itemx r
3895 @kindex S r (Summary)
3896 @kindex r (Summary)
3897 @findex gnus-summary-reply
3898 @c @icon{gnus-summary-mail-reply}
3899 @c @icon{gnus-summary-reply}
3900 Mail a reply to the author of the current article
3901 (@code{gnus-summary-reply}).
3902
3903 @item S R
3904 @itemx R
3905 @kindex R (Summary)
3906 @kindex S R (Summary)
3907 @findex gnus-summary-reply-with-original
3908 @c @icon{gnus-summary-reply-with-original}
3909 Mail a reply to the author of the current article and include the
3910 original message (@code{gnus-summary-reply-with-original}).  This
3911 command uses the process/prefix convention.
3912
3913 @item S w
3914 @kindex S w (Summary)
3915 @findex gnus-summary-wide-reply
3916 Mail a wide reply to the author of the current article
3917 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
3918 goes out to all people listed in the @code{To}, @code{From} (or
3919 @code{Reply-to}) and @code{Cc} headers.
3920
3921 @item S W
3922 @kindex S W (Summary)
3923 @findex gnus-summary-wide-reply-with-original
3924 Mail a wide reply to the current article and include the original
3925 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
3926 the process/prefix convention.
3927
3928 @item S o m
3929 @kindex S o m (Summary)
3930 @findex gnus-summary-mail-forward
3931 @c @icon{gnus-summary-mail-forward}
3932 Forward the current article to some other person
3933 (@code{gnus-summary-mail-forward}).  If given a prefix, include the full
3934 headers of the forwarded article.
3935
3936 @item S m
3937 @itemx m
3938 @kindex m (Summary)
3939 @kindex S m (Summary)
3940 @findex gnus-summary-mail-other-window
3941 @c @icon{gnus-summary-mail-originate}
3942 Send a mail to some other person
3943 (@code{gnus-summary-mail-other-window}).
3944
3945 @item S D b
3946 @kindex S D b (Summary)
3947 @findex gnus-summary-resend-bounced-mail
3948 @cindex bouncing mail
3949 If you have sent a mail, but the mail was bounced back to you for some
3950 reason (wrong address, transient failure), you can use this command to
3951 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
3952 will be popped into a mail buffer where you can edit the headers before
3953 sending the mail off again.  If you give a prefix to this command, and
3954 the bounced mail is a reply to some other mail, gnus will try to fetch
3955 that mail and display it for easy perusal of its headers.  This might
3956 very well fail, though.
3957
3958 @item S D r
3959 @kindex S D r (Summary)
3960 @findex gnus-summary-resend-message
3961 Not to be confused with the previous command,
3962 @code{gnus-summary-resend-message} will prompt you for an address to
3963 send the current message off to, and then send it to that place.  The
3964 headers of the message won't be altered---but lots of headers that say
3965 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
3966 means that you actually send a mail to someone that has a @code{To}
3967 header that (probably) points to yourself.  This will confuse people.
3968 So, natcherly you'll only do that if you're really eVIl.
3969
3970 This command is mainly used if you have several accounts and want to
3971 ship a mail to a different account of yours.  (If you're both
3972 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
3973 to the @code{root} account, you may want to resend it to
3974 @code{postmaster}.  Ordnung mu\e,A_\e(B sein!
3975
3976 This command understands the process/prefix convention
3977 (@pxref{Process/Prefix}).
3978
3979 @item S O m
3980 @kindex S O m (Summary)
3981 @findex gnus-uu-digest-mail-forward
3982 Digest the current series (@pxref{Decoding Articles}) and forward the
3983 result using mail (@code{gnus-uu-digest-mail-forward}).  This command
3984 uses the process/prefix convention (@pxref{Process/Prefix}).
3985
3986 @item S M-c
3987 @kindex S M-c (Summary)
3988 @findex gnus-summary-mail-crosspost-complaint
3989 @cindex crossposting
3990 @cindex excessive crossposting
3991 Send a complaint about excessive crossposting to the author of the
3992 current article (@code{gnus-summary-mail-crosspost-complaint}).
3993
3994 @findex gnus-crosspost-complaint
3995 This command is provided as a way to fight back against the current
3996 crossposting pandemic that's sweeping Usenet.  It will compose a reply
3997 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
3998 command understands the process/prefix convention
3999 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
4000
4001 @end table
4002
4003 Also @pxref{(message)Header Commands} for more information.
4004
4005
4006 @node Summary Post Commands
4007 @subsection Summary Post Commands
4008 @cindex post
4009 @cindex composing news
4010
4011 Commands for posting a news article:
4012
4013 @table @kbd
4014 @item S p
4015 @itemx a
4016 @kindex a (Summary)
4017 @kindex S p (Summary)
4018 @findex gnus-summary-post-news
4019 @c @icon{gnus-summary-post-news}
4020 Post an article to the current group
4021 (@code{gnus-summary-post-news}).
4022
4023 @item S f
4024 @itemx f
4025 @kindex f (Summary)
4026 @kindex S f (Summary)
4027 @findex gnus-summary-followup
4028 @c @icon{gnus-summary-followup}
4029 Post a followup to the current article (@code{gnus-summary-followup}).
4030
4031 @item S F
4032 @itemx F
4033 @kindex S F (Summary)
4034 @kindex F (Summary)
4035 @c @icon{gnus-summary-followup-with-original}
4036 @findex gnus-summary-followup-with-original
4037 Post a followup to the current article and include the original message
4038 (@code{gnus-summary-followup-with-original}).   This command uses the
4039 process/prefix convention.
4040
4041 @item S n
4042 @kindex S n (Summary)
4043 @findex gnus-summary-followup-to-mail
4044 Post a followup to the current article via news, even if you got the
4045 message through mail (@code{gnus-summary-followup-to-mail}).
4046
4047 @item S N
4048 @kindex S N (Summary)
4049 @findex gnus-summary-followup-to-mail-with-original
4050 Post a followup to the current article via news, even if you got the
4051 message through mail and include the original message
4052 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
4053 the process/prefix convention.
4054
4055 @item S o p
4056 @kindex S o p (Summary)
4057 @findex gnus-summary-post-forward
4058 Forward the current article to a newsgroup
4059 (@code{gnus-summary-post-forward}).  If given a prefix, include the full
4060 headers of the forwarded article.
4061
4062 @item S O p
4063 @kindex S O p (Summary)
4064 @findex gnus-uu-digest-post-forward
4065 @cindex digests
4066 @cindex making digests
4067 Digest the current series and forward the result to a newsgroup
4068 (@code{gnus-uu-digest-mail-forward}).  This command uses the
4069 process/prefix convention.
4070
4071 @item S u
4072 @kindex S u (Summary)
4073 @findex gnus-uu-post-news
4074 @c @icon{gnus-uu-post-news}
4075 Uuencode a file, split it into parts, and post it as a series
4076 (@code{gnus-uu-post-news}). (@pxref{Uuencoding and Posting}).
4077 @end table
4078
4079 Also @pxref{(message)Header Commands} for more information.
4080
4081
4082 @node Canceling and Superseding
4083 @section Canceling Articles
4084 @cindex canceling articles
4085 @cindex superseding articles
4086
4087 Have you ever written something, and then decided that you really,
4088 really, really wish you hadn't posted that?
4089
4090 Well, you can't cancel mail, but you can cancel posts.
4091
4092 @findex gnus-summary-cancel-article
4093 @kindex C (Summary)
4094 @c @icon{gnus-summary-cancel-article}
4095 Find the article you wish to cancel (you can only cancel your own
4096 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
4097 c} (@code{gnus-summary-cancel-article}).  Your article will be
4098 canceled---machines all over the world will be deleting your article.
4099 This command uses the process/prefix convention (@pxref{Process/Prefix}).
4100
4101 Be aware, however, that not all sites honor cancels, so your article may
4102 live on here and there, while most sites will delete the article in
4103 question.
4104
4105 Gnus will use the ``current'' select method when canceling.  If you
4106 want to use the standard posting method, use the @samp{a} symbolic
4107 prefix (@pxref{Symbolic Prefixes}).
4108
4109 If you discover that you have made some mistakes and want to do some
4110 corrections, you can post a @dfn{superseding} article that will replace
4111 your original article.
4112
4113 @findex gnus-summary-supersede-article
4114 @kindex S (Summary)
4115 Go to the original article and press @kbd{S s}
4116 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
4117 where you can edit the article all you want before sending it off the
4118 usual way.
4119
4120 The same goes for superseding as for canceling, only more so: Some
4121 sites do not honor superseding.  On those sites, it will appear that you
4122 have posted almost the same article twice.
4123
4124 If you have just posted the article, and change your mind right away,
4125 there is a trick you can use to cancel/supersede the article without
4126 waiting for the article to appear on your site first.  You simply return
4127 to the post buffer (which is called @code{*sent ...*}).  There you will
4128 find the article you just posted, with all the headers intact.  Change
4129 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
4130 header by substituting one of those words for the word
4131 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
4132 you would do normally.  The previous article will be
4133 canceled/superseded.
4134
4135 Just remember, kids: There is no `c' in `supersede'.
4136
4137
4138 @node Marking Articles
4139 @section Marking Articles
4140 @cindex article marking
4141 @cindex article ticking
4142 @cindex marks
4143
4144 There are several marks you can set on an article.
4145
4146 You have marks that decide the @dfn{readedness} (whoo, neato-keano
4147 neologism ohoy!) of the article.  Alphabetic marks generally mean
4148 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
4149
4150 In addition, you also have marks that do not affect readedness.
4151
4152 @menu
4153 * Unread Articles::      Marks for unread articles.
4154 * Read Articles::        Marks for read articles.
4155 * Other Marks::          Marks that do not affect readedness.
4156 @end menu
4157
4158 @ifinfo
4159 There's a plethora of commands for manipulating these marks:
4160 @end ifinfo
4161
4162 @menu
4163 * Setting Marks::           How to set and remove marks.
4164 * Setting Process Marks::   How to mark articles for later processing.
4165 @end menu
4166
4167
4168 @node Unread Articles
4169 @subsection Unread Articles
4170
4171 The following marks mark articles as (kinda) unread, in one form or
4172 other.
4173
4174 @table @samp
4175 @item !
4176 @vindex gnus-ticked-mark
4177 Marked as ticked (@code{gnus-ticked-mark}).
4178
4179 @dfn{Ticked articles} are articles that will remain visible always.  If
4180 you see an article that you find interesting, or you want to put off
4181 reading it, or replying to it, until sometime later, you'd typically
4182 tick it.  However, articles can be expired, so if you want to keep an
4183 article forever, you'll have to make it persistent (@pxref{Persistent
4184 Articles}).
4185
4186 @item ?
4187 @vindex gnus-dormant-mark
4188 Marked as dormant (@code{gnus-dormant-mark}).
4189
4190 @dfn{Dormant articles} will only appear in the summary buffer if there
4191 are followups to it.  If you want to see them even if they don't have
4192 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
4193
4194 @item SPACE
4195 @vindex gnus-unread-mark
4196 Marked as unread (@code{gnus-unread-mark}).
4197
4198 @dfn{Unread articles} are articles that haven't been read at all yet.
4199 @end table
4200
4201
4202 @node Read Articles
4203 @subsection Read Articles
4204 @cindex expirable mark
4205
4206 All the following marks mark articles as read.
4207
4208 @table @samp
4209
4210 @item r
4211 @vindex gnus-del-mark
4212 These are articles that the user has marked as read with the @kbd{d}
4213 command manually, more or less (@code{gnus-del-mark}).
4214
4215 @item R
4216 @vindex gnus-read-mark
4217 Articles that have actually been read (@code{gnus-read-mark}).
4218
4219 @item O
4220 @vindex gnus-ancient-mark
4221 Articles that were marked as read in previous sessions and are now
4222 @dfn{old} (@code{gnus-ancient-mark}).
4223
4224 @item K
4225 @vindex gnus-killed-mark
4226 Marked as killed (@code{gnus-killed-mark}).
4227
4228 @item X
4229 @vindex gnus-kill-file-mark
4230 Marked as killed by kill files (@code{gnus-kill-file-mark}).
4231
4232 @item Y
4233 @vindex gnus-low-score-mark
4234 Marked as read by having too low a score (@code{gnus-low-score-mark}).
4235
4236 @item C
4237 @vindex gnus-catchup-mark
4238 Marked as read by a catchup (@code{gnus-catchup-mark}).
4239
4240 @item G
4241 @vindex gnus-canceled-mark
4242 Canceled article (@code{gnus-canceled-mark})
4243
4244 @item F
4245 @vindex gnus-souped-mark
4246 @sc{SOUP}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
4247
4248 @item Q
4249 @vindex gnus-sparse-mark
4250 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
4251 Threading}.
4252
4253 @item M
4254 @vindex gnus-duplicate-mark
4255 Article marked as read by duplicate suppression
4256 (@code{gnus-duplicated-mark}).  @xref{Duplicate Suppression}.
4257
4258 @end table
4259
4260 All these marks just mean that the article is marked as read, really.
4261 They are interpreted differently when doing adaptive scoring, though.
4262
4263 One more special mark, though:
4264
4265 @table @samp
4266 @item E
4267 @vindex gnus-expirable-mark
4268 Marked as expirable (@code{gnus-expirable-mark}).
4269
4270 Marking articles as @dfn{expirable} (or have them marked as such
4271 automatically) doesn't make much sense in normal groups---a user doesn't
4272 control expiring of news articles, but in mail groups, for instance,
4273 articles marked as @dfn{expirable} can be deleted by gnus at any time.
4274 @end table
4275
4276
4277 @node Other Marks
4278 @subsection Other Marks
4279 @cindex process mark
4280 @cindex bookmarks
4281
4282 There are some marks that have nothing to do with whether the article is
4283 read or not.
4284
4285 @itemize @bullet
4286
4287 @item
4288 You can set a bookmark in the current article.  Say you are reading a
4289 long thesis on cats' urinary tracts, and have to go home for dinner
4290 before you've finished reading the thesis.  You can then set a bookmark
4291 in the article, and gnus will jump to this bookmark the next time it
4292 encounters the article.  @xref{Setting Marks}
4293
4294 @item
4295 @vindex gnus-replied-mark
4296 All articles that you have replied to or made a followup to (i.e., have
4297 answered) will be marked with an @samp{A} in the second column
4298 (@code{gnus-replied-mark}).
4299
4300 @item
4301 @vindex gnus-cached-mark
4302 Articles stored in the article cache will be marked with an @samp{*} in
4303 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
4304
4305 @item
4306 @vindex gnus-saved-mark
4307 Articles ``saved'' (in some manner or other; not necessarily
4308 religiously) are marked with an @samp{S} in the second column
4309 (@code{gnus-saved-mark}).
4310
4311 @item
4312 @vindex gnus-not-empty-thread-mark
4313 @vindex gnus-empty-thread-mark
4314 If the @samp{%e} spec is used, the presence of threads or not will be
4315 marked with @code{gnus-not-empty-thread-mark} and
4316 @code{gnus-empty-thread-mark} in the third column, respectively.
4317
4318 @item
4319 @vindex gnus-process-mark
4320 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
4321 variety of commands react to the presence of the process mark.  For
4322 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
4323 all articles that have been marked with the process mark.  Articles
4324 marked with the process mark have a @samp{#} in the second column.
4325
4326 @end itemize
4327
4328 You might have noticed that most of these ``non-readedness'' marks
4329 appear in the second column by default.  So if you have a cached, saved,
4330 replied article that you have process-marked, what will that look like?
4331
4332 Nothing much.  The precedence rules go as follows: process -> cache ->
4333 replied -> saved.  So if the article is in the cache and is replied,
4334 you'll only see the cache mark and not the replied mark.
4335
4336
4337 @node Setting Marks
4338 @subsection Setting Marks
4339 @cindex setting marks
4340
4341 All the marking commands understand the numeric prefix.
4342
4343 @table @kbd
4344 @item M c
4345 @itemx M-u
4346 @kindex M c (Summary)
4347 @kindex M-u (Summary)
4348 @findex gnus-summary-clear-mark-forward
4349 @cindex mark as unread
4350 Clear all readedness-marks from the current article
4351 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
4352 article as unread.
4353
4354 @item M t
4355 @itemx !
4356 @kindex ! (Summary)
4357 @kindex M t (Summary)
4358 @findex gnus-summary-tick-article-forward
4359 Tick the current article (@code{gnus-summary-tick-article-forward}).
4360 @xref{Article Caching}.
4361
4362 @item M ?
4363 @itemx ?
4364 @kindex ? (Summary)
4365 @kindex M ? (Summary)
4366 @findex gnus-summary-mark-as-dormant
4367 Mark the current article as dormant
4368 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
4369
4370 @item M d
4371 @itemx d
4372 @kindex M d (Summary)
4373 @kindex d (Summary)
4374 @findex gnus-summary-mark-as-read-forward
4375 Mark the current article as read
4376 (@code{gnus-summary-mark-as-read-forward}).
4377
4378 @item D
4379 @kindex D (Summary)
4380 @findex gnus-summary-mark-as-read-backward
4381 Mark the current article as read and move point to the previous line
4382 (@code{gnus-summary-mark-as-read-backward}).
4383
4384 @item M k
4385 @itemx k
4386 @kindex k (Summary)
4387 @kindex M k (Summary)
4388 @findex gnus-summary-kill-same-subject-and-select
4389 Mark all articles that have the same subject as the current one as read,
4390 and then select the next unread article
4391 (@code{gnus-summary-kill-same-subject-and-select}).
4392
4393 @item M K
4394 @itemx C-k
4395 @kindex M K (Summary)
4396 @kindex C-k (Summary)
4397 @findex gnus-summary-kill-same-subject
4398 Mark all articles that have the same subject as the current one as read
4399 (@code{gnus-summary-kill-same-subject}).
4400
4401 @item M C
4402 @kindex M C (Summary)
4403 @findex gnus-summary-catchup
4404 @c @icon{gnus-summary-catchup}
4405 Mark all unread articles as read (@code{gnus-summary-catchup}).
4406
4407 @item M C-c
4408 @kindex M C-c (Summary)
4409 @findex gnus-summary-catchup-all
4410 Mark all articles in the group as read---even the ticked and dormant
4411 articles (@code{gnus-summary-catchup-all}).
4412
4413 @item M H
4414 @kindex M H (Summary)
4415 @findex gnus-summary-catchup-to-here
4416 Catchup the current group to point
4417 (@code{gnus-summary-catchup-to-here}).
4418
4419 @item C-w
4420 @kindex C-w (Summary)
4421 @findex gnus-summary-mark-region-as-read
4422 Mark all articles between point and mark as read
4423 (@code{gnus-summary-mark-region-as-read}).
4424
4425 @item M V k
4426 @kindex M V k (Summary)
4427 @findex gnus-summary-kill-below
4428 Kill all articles with scores below the default score (or below the
4429 numeric prefix) (@code{gnus-summary-kill-below}).
4430
4431 @item M e
4432 @itemx E
4433 @kindex M e (Summary)
4434 @kindex E (Summary)
4435 @findex gnus-summary-mark-as-expirable
4436 Mark the current article as expirable
4437 (@code{gnus-summary-mark-as-expirable}).
4438
4439 @item M b
4440 @kindex M b (Summary)
4441 @findex gnus-summary-set-bookmark
4442 Set a bookmark in the current article
4443 (@code{gnus-summary-set-bookmark}).
4444
4445 @item M B
4446 @kindex M B (Summary)
4447 @findex gnus-summary-remove-bookmark
4448 Remove the bookmark from the current article
4449 (@code{gnus-summary-remove-bookmark}).
4450
4451 @item M V c
4452 @kindex M V c (Summary)
4453 @findex gnus-summary-clear-above
4454 Clear all marks from articles with scores over the default score (or
4455 over the numeric prefix) (@code{gnus-summary-clear-above}).
4456
4457 @item M V u
4458 @kindex M V u (Summary)
4459 @findex gnus-summary-tick-above
4460 Tick all articles with scores over the default score (or over the
4461 numeric prefix) (@code{gnus-summary-tick-above}).
4462
4463 @item M V m
4464 @kindex M V m (Summary)
4465 @findex gnus-summary-mark-above
4466 Prompt for a mark, and mark all articles with scores over the default
4467 score (or over the numeric prefix) with this mark
4468 (@code{gnus-summary-clear-above}).
4469 @end table
4470
4471 @vindex gnus-summary-goto-unread
4472 The @code{gnus-summary-goto-unread} variable controls what action should
4473 be taken after setting a mark.  If non-@code{nil}, point will move to
4474 the next/previous unread article.  If @code{nil}, point will just move
4475 one line up or down.  As a special case, if this variable is
4476 @code{never}, all the marking commands as well as other commands (like
4477 @kbd{SPACE}) will move to the next article, whether it is unread or not.
4478 The default is @code{t}.
4479
4480
4481 @node Setting Process Marks
4482 @subsection Setting Process Marks
4483 @cindex setting process marks
4484
4485 @table @kbd
4486
4487 @item M P p
4488 @itemx #
4489 @kindex # (Summary)
4490 @kindex M P p (Summary)
4491 @findex gnus-summary-mark-as-processable
4492 Mark the current article with the process mark
4493 (@code{gnus-summary-mark-as-processable}).
4494 @findex gnus-summary-unmark-as-processable
4495
4496 @item M P u
4497 @itemx M-#
4498 @kindex M P u (Summary)
4499 @kindex M-# (Summary)
4500 Remove the process mark, if any, from the current article
4501 (@code{gnus-summary-unmark-as-processable}).
4502
4503 @item M P U
4504 @kindex M P U (Summary)
4505 @findex gnus-summary-unmark-all-processable
4506 Remove the process mark from all articles
4507 (@code{gnus-summary-unmark-all-processable}).
4508
4509 @item M P i
4510 @kindex M P i (Summary)
4511 @findex gnus-uu-invert-processable
4512 Invert the list of process marked articles
4513 (@code{gnus-uu-invert-processable}).
4514
4515 @item M P R
4516 @kindex M P R (Summary)
4517 @findex gnus-uu-mark-by-regexp
4518 Mark articles that have a @code{Subject} header that matches a regular
4519 expression (@code{gnus-uu-mark-by-regexp}).
4520
4521 @item M P r
4522 @kindex M P r (Summary)
4523 @findex gnus-uu-mark-region
4524 Mark articles in region (@code{gnus-uu-mark-region}).
4525
4526 @item M P t
4527 @kindex M P t (Summary)
4528 @findex gnus-uu-mark-thread
4529 Mark all articles in the current (sub)thread
4530 (@code{gnus-uu-mark-thread}).
4531
4532 @item M P T
4533 @kindex M P T (Summary)
4534 @findex gnus-uu-unmark-thread
4535 Unmark all articles in the current (sub)thread
4536 (@code{gnus-uu-unmark-thread}).
4537
4538 @item M P v
4539 @kindex M P v (Summary)
4540 @findex gnus-uu-mark-over
4541 Mark all articles that have a score above the prefix argument
4542 (@code{gnus-uu-mark-over}).
4543
4544 @item M P s
4545 @kindex M P s (Summary)
4546 @findex gnus-uu-mark-series
4547 Mark all articles in the current series (@code{gnus-uu-mark-series}).
4548
4549 @item M P S
4550 @kindex M P S (Summary)
4551 @findex gnus-uu-mark-sparse
4552 Mark all series that have already had some articles marked
4553 (@code{gnus-uu-mark-sparse}).
4554
4555 @item M P a
4556 @kindex M P a (Summary)
4557 @findex gnus-uu-mark-all
4558 Mark all articles in series order (@code{gnus-uu-mark-series}).
4559
4560 @item M P b
4561 @kindex M P b (Summary)
4562 @findex gnus-uu-mark-buffer
4563 Mark all articles in the buffer in the order they appear
4564 (@code{gnus-uu-mark-buffer}).
4565
4566 @item M P k
4567 @kindex M P k (Summary)
4568 @findex gnus-summary-kill-process-mark
4569 Push the current process mark set onto the stack and unmark all articles
4570 (@code{gnus-summary-kill-process-mark}).
4571
4572 @item M P y
4573 @kindex M P y (Summary)
4574 @findex gnus-summary-yank-process-mark
4575 Pop the previous process mark set from the stack and restore it
4576 (@code{gnus-summary-yank-process-mark}).
4577
4578 @item M P w
4579 @kindex M P w (Summary)
4580 @findex gnus-summary-save-process-mark
4581 Push the current process mark set onto the stack
4582 (@code{gnus-summary-save-process-mark}).
4583
4584 @end table
4585
4586
4587 @node Limiting
4588 @section Limiting
4589 @cindex limiting
4590
4591 It can be convenient to limit the summary buffer to just show some
4592 subset of the articles currently in the group.  The effect most limit
4593 commands have is to remove a few (or many) articles from the summary
4594 buffer.
4595
4596 All limiting commands work on subsets of the articles already fetched
4597 from the servers.  None of these commands query the server for
4598 additional articles.
4599
4600 @table @kbd
4601
4602 @item / /
4603 @itemx / s
4604 @kindex / / (Summary)
4605 @findex gnus-summary-limit-to-subject
4606 Limit the summary buffer to articles that match some subject
4607 (@code{gnus-summary-limit-to-subject}).
4608
4609 @item / a
4610 @kindex / a (Summary)
4611 @findex gnus-summary-limit-to-author
4612 Limit the summary buffer to articles that match some author
4613 (@code{gnus-summary-limit-to-author}).
4614
4615 @item / u
4616 @itemx x
4617 @kindex / u (Summary)
4618 @kindex x (Summary)
4619 @findex gnus-summary-limit-to-unread
4620 Limit the summary buffer to articles not marked as read
4621 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
4622 buffer to articles strictly unread.  This means that ticked and
4623 dormant articles will also be excluded.
4624
4625 @item / m
4626 @kindex / m (Summary)
4627 @findex gnus-summary-limit-to-marks
4628 Ask for a mark and then limit to all articles that have been marked
4629 with that mark (@code{gnus-summary-limit-to-marks}).
4630
4631 @item / t
4632 @kindex / t (Summary)
4633 @findex gnus-summary-limit-to-age
4634 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
4635 (@code{gnus-summary-limit-to-marks}).  If given a prefix, limit to
4636 articles younger than that number of days.
4637
4638 @item / n
4639 @kindex / n (Summary)
4640 @findex gnus-summary-limit-to-articles
4641 Limit the summary buffer to the current article
4642 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
4643 convention (@pxref{Process/Prefix}).
4644
4645 @item / w
4646 @kindex / w (Summary)
4647 @findex gnus-summary-pop-limit
4648 Pop the previous limit off the stack and restore it
4649 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
4650 the stack.
4651
4652 @item / v
4653 @kindex / v (Summary)
4654 @findex gnus-summary-limit-to-score
4655 Limit the summary buffer to articles that have a score at or above some
4656 score (@code{gnus-summary-limit-to-score}).
4657
4658 @item / E
4659 @itemx M S
4660 @kindex M S (Summary)
4661 @kindex / E (Summary)
4662 @findex gnus-summary-limit-include-expunged
4663 Include all expunged articles in the limit
4664 (@code{gnus-summary-limit-include-expunged}).
4665
4666 @item / D
4667 @kindex / D (Summary)
4668 @findex gnus-summary-limit-include-dormant
4669 Include all dormant articles in the limit
4670 (@code{gnus-summary-limit-include-dormant}).
4671
4672 @item / *
4673 @kindex / * (Summary)
4674 @findex gnus-summary-limit-include-cached
4675 Include all cached articles in the limit
4676 (@code{gnus-summary-limit-include-cached}).
4677
4678 @item / d
4679 @kindex / d (Summary)
4680 @findex gnus-summary-limit-exclude-dormant
4681 Exclude all dormant articles from the limit
4682 (@code{gnus-summary-limit-exclude-dormant}).
4683
4684 @item / T
4685 @kindex / T (Summary)
4686 @findex gnus-summary-limit-include-thread
4687 Include all the articles in the current thread in the limit.
4688
4689 @item / c
4690 @kindex / c (Summary)
4691 @findex gnus-summary-limit-exclude-childless-dormant
4692 Exclude all dormant articles that have no children from the limit
4693 (@code{gnus-summary-limit-exclude-childless-dormant}).
4694
4695 @item / C
4696 @kindex / C (Summary)
4697 @findex gnus-summary-limit-mark-excluded-as-read
4698 Mark all excluded unread articles as read
4699 (@code{gnus-summary-limit-mark-excluded-as-read}).   If given a prefix,
4700 also mark excluded ticked and dormant articles as read.
4701
4702 @end table
4703
4704
4705 @node Threading
4706 @section Threading
4707 @cindex threading
4708 @cindex article threading
4709
4710 Gnus threads articles by default.  @dfn{To thread} is to put responses
4711 to articles directly after the articles they respond to---in a
4712 hierarchical fashion.
4713
4714 Threading is done by looking at the @code{References} headers of the
4715 articles.  In a perfect world, this would be enough to build pretty
4716 trees, but unfortunately, the @code{References} header is often broken
4717 or simply missing.  Weird news propagation excarcerbates the problem,
4718 so one has to employ other heuristics to get pleasing results.  A
4719 plethora of approaches exists, as detailed in horrible detail in
4720 @pxref{Customizing Threading}.
4721
4722 First, a quick overview of the concepts:
4723
4724 @table @dfn
4725 @item root
4726 The top-most article in a thread; the first article in the thread.
4727
4728 @item thread
4729 A tree-like article structure.
4730
4731 @item sub-thread
4732 A small(er) section of this tree-like structure.
4733
4734 @item loose threads
4735 Threads often lose their roots due to article expiry, or due to the root
4736 already having been read in a previous session, and not displayed in the
4737 summary buffer.  We then typically have many sub-threads that really
4738 belong to one thread, but are without connecting roots.  These are
4739 called loose threads.
4740
4741 @item thread gathering
4742 An attempt to gather loose threads into bigger threads.
4743
4744 @item sparse threads
4745 A thread where the missing articles have been ``guessed'' at, and are
4746 displayed as empty lines in the summary buffer.
4747
4748 @end table
4749
4750
4751 @menu
4752 * Customizing Threading::     Variables you can change to affect the threading.
4753 * Thread Commands::           Thread based commands in the summary buffer.
4754 @end menu
4755
4756
4757 @node Customizing Threading
4758 @subsection Customizing Threading
4759 @cindex customizing threading
4760
4761 @menu
4762 * Loose Threads::        How gnus gathers loose threads into bigger threads.
4763 * Filling In Threads::   Making the threads displayed look fuller.
4764 * More Threading::       Even more variables for fiddling with threads.
4765 * Low-Level Threading::  You thought it was over... but you were wrong!
4766 @end menu
4767
4768
4769 @node Loose Threads
4770 @subsubsection Loose Threads
4771 @cindex <
4772 @cindex >
4773 @cindex loose threads
4774
4775 @table @code
4776 @item gnus-summary-make-false-root
4777 @vindex gnus-summary-make-false-root
4778 If non-@code{nil}, gnus will gather all loose subtrees into one big tree
4779 and create a dummy root at the top.  (Wait a minute.  Root at the top?
4780 Yup.)  Loose subtrees occur when the real root has expired, or you've
4781 read or killed the root in a previous session.
4782
4783 When there is no real root of a thread, gnus will have to fudge
4784 something.  This variable says what fudging method gnus should use.
4785 There are four possible values:
4786
4787 @iftex
4788 @iflatex
4789 \gnusfigure{The Summary Buffer}{390}{
4790 \put(0,0){\epsfig{figure=tmp/summary-adopt.ps,width=7.5cm}}
4791 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=tmp/summary-empty.ps,width=7.5cm}}}
4792 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=tmp/summary-none.ps,width=7.5cm}}}
4793 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=tmp/summary-dummy.ps,width=7.5cm}}}
4794 }
4795 @end iflatex
4796 @end iftex
4797
4798 @cindex adopting articles
4799
4800 @table @code
4801
4802 @item adopt
4803 Gnus will make the first of the orphaned articles the parent.  This
4804 parent will adopt all the other articles.  The adopted articles will be
4805 marked as such by pointy brackets (@samp{<>}) instead of the standard
4806 square brackets (@samp{[]}).  This is the default method.
4807
4808 @item dummy
4809 @vindex gnus-summary-dummy-line-format
4810 Gnus will create a dummy summary line that will pretend to be the
4811 parent.  This dummy line does not correspond to any real article, so
4812 selecting it will just select the first real article after the dummy
4813 article.  @code{gnus-summary-dummy-line-format} is used to specify the
4814 format of the dummy roots.  It accepts only one format spec:  @samp{S},
4815 which is the subject of the article.  @xref{Formatting Variables}.
4816
4817 @item empty
4818 Gnus won't actually make any article the parent, but simply leave the
4819 subject field of all orphans except the first empty.  (Actually, it will
4820 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
4821 Buffer Format}).)
4822
4823 @item none
4824 Don't make any article parent at all.  Just gather the threads and
4825 display them after one another.
4826
4827 @item nil
4828 Don't gather loose threads.
4829 @end table
4830
4831 @item gnus-summary-gather-subject-limit
4832 @vindex gnus-summary-gather-subject-limit
4833 Loose threads are gathered by comparing subjects of articles.  If this
4834 variable is @code{nil}, gnus requires an exact match between the
4835 subjects of the loose threads before gathering them into one big
4836 super-thread.  This might be too strict a requirement, what with the
4837 presence of stupid newsreaders that chop off long subject lines.  If
4838 you think so, set this variable to, say, 20 to require that only the
4839 first 20 characters of the subjects have to match.  If you set this
4840 variable to a really low number, you'll find that gnus will gather
4841 everything in sight into one thread, which isn't very helpful.
4842
4843 @cindex fuzzy article gathering
4844 If you set this variable to the special value @code{fuzzy}, gnus will
4845 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
4846 Matching}).
4847
4848 @item gnus-simplify-subject-fuzzy-regexp
4849 @vindex gnus-simplify-subject-fuzzy-regexp
4850 This can either be a regular expression or list of regular expressions
4851 that match strings that will be removed from subjects if fuzzy subject
4852 simplification is used.
4853
4854 @item gnus-simplify-ignored-prefixes
4855 @vindex gnus-simplify-ignored-prefixes
4856 If you set @code{gnus-summary-gather-subject-limit} to something as low
4857 as 10, you might consider setting this variable to something sensible:
4858
4859 @c Written by Michael Ernst <mernst@cs.rice.edu>
4860 @lisp
4861 (setq gnus-simplify-ignored-prefixes
4862       (concat
4863        "\\`\\[?\\("
4864        (mapconcat
4865         'identity
4866         '("looking"
4867           "wanted" "followup" "summary\\( of\\)?"
4868           "help" "query" "problem" "question"
4869           "answer" "reference" "announce"
4870           "How can I" "How to" "Comparison of"
4871           ;; ...
4872           )
4873         "\\|")
4874        "\\)\\s *\\("
4875        (mapconcat 'identity
4876                   '("for" "for reference" "with" "about")
4877                   "\\|")
4878        "\\)?\\]?:?[ \t]*"))
4879 @end lisp
4880
4881 All words that match this regexp will be removed before comparing two
4882 subjects.
4883
4884 @item gnus-simplify-subject-functions
4885 @vindex gnus-simplify-subject-functions
4886 If non-@code{nil}, this variable overrides
4887 @code{gnus-summary-gather-subject-limit}.  This variable should be a
4888 list of functions to apply to the @code{Subject} string iteratively to
4889 arrive at the simplified version of the string.
4890
4891 Useful functions to put in this list include:
4892
4893 @table @code
4894 @item gnus-simplify-subject-re
4895 @findex gnus-simplify-subject-re
4896 Strip the leading @samp{Re:}.
4897
4898 @item gnus-simplify-subject-fuzzy
4899 @findex gnus-simplify-subject-fuzzy
4900 Simplify fuzzily.
4901
4902 @item gnus-simplify-whitespace
4903 @findex gnus-simplify-whitespace
4904 Remove excessive whitespace.
4905 @end table
4906
4907 You may also write your own functions, of course.
4908
4909
4910 @item gnus-summary-gather-exclude-subject
4911 @vindex gnus-summary-gather-exclude-subject
4912 Since loose thread gathering is done on subjects only, that might lead
4913 to many false hits, especially with certain common subjects like
4914 @samp{} and @samp{(none)}.  To make the situation slightly better,
4915 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
4916 what subjects should be excluded from the gathering process.@*
4917 The default is @samp{^ *$\\|^(none)$}.
4918
4919 @item gnus-summary-thread-gathering-function
4920 @vindex gnus-summary-thread-gathering-function
4921 Gnus gathers threads by looking at @code{Subject} headers.  This means
4922 that totally unrelated articles may end up in the same ``thread'', which
4923 is confusing.  An alternate approach is to look at all the
4924 @code{Message-ID}s in all the @code{References} headers to find matches.
4925 This will ensure that no gathered threads ever include unrelated
4926 articles, but it also means that people who have posted with broken
4927 newsreaders won't be gathered properly.  The choice is yours---plague or
4928 cholera:
4929
4930 @table @code
4931 @item gnus-gather-threads-by-subject
4932 @findex gnus-gather-threads-by-subject
4933 This function is the default gathering function and looks at
4934 @code{Subject}s exclusively.
4935
4936 @item gnus-gather-threads-by-references
4937 @findex gnus-gather-threads-by-references
4938 This function looks at @code{References} headers exclusively.
4939 @end table
4940
4941 If you want to test gathering by @code{References}, you could say
4942 something like:
4943
4944 @lisp
4945 (setq gnus-summary-thread-gathering-function
4946       'gnus-gather-threads-by-references)
4947 @end lisp
4948
4949 @end table
4950
4951
4952 @node Filling In Threads
4953 @subsubsection Filling In Threads
4954
4955 @table @code
4956 @item gnus-fetch-old-headers
4957 @vindex gnus-fetch-old-headers
4958 If non-@code{nil}, gnus will attempt to build old threads by fetching
4959 more old headers---headers to articles marked as read.  If you would
4960 like to display as few summary lines as possible, but still connect as
4961 many loose threads as possible, you should set this variable to
4962 @code{some} or a number.  If you set it to a number, no more than that
4963 number of extra old headers will be fetched.  In either case, fetching
4964 old headers only works if the backend you are using carries overview
4965 files---this would normally be @code{nntp}, @code{nnspool} and
4966 @code{nnml}.  Also remember that if the root of the thread has been
4967 expired by the server, there's not much gnus can do about that.
4968
4969 This variable can also be set to @code{invisible}.  This won't have any
4970 visible effects, but is useful if you use the @kbd{A T} command a lot
4971 (@pxref{Finding the Parent}).
4972
4973 @item gnus-build-sparse-threads
4974 @vindex gnus-build-sparse-threads
4975 Fetching old headers can be slow.  A low-rent similar effect can be
4976 gotten by setting this variable to @code{some}.  Gnus will then look at
4977 the complete @code{References} headers of all articles and try to string
4978 together articles that belong in the same thread.  This will leave
4979 @dfn{gaps} in the threading display where gnus guesses that an article
4980 is missing from the thread.  (These gaps appear like normal summary
4981 lines.  If you select a gap, gnus will try to fetch the article in
4982 question.)  If this variable is @code{t}, gnus will display all these
4983 ``gaps'' without regard for whether they are useful for completing the
4984 thread or not.  Finally, if this variable is @code{more}, gnus won't cut
4985 off sparse leaf nodes that don't lead anywhere.  This variable is
4986 @code{nil} by default.
4987
4988 @end table
4989
4990
4991 @node More Threading
4992 @subsubsection More Threading
4993
4994 @table @code
4995 @item gnus-show-threads
4996 @vindex gnus-show-threads
4997 If this variable is @code{nil}, no threading will be done, and all of
4998 the rest of the variables here will have no effect.  Turning threading
4999 off will speed group selection up a bit, but it is sure to make reading
5000 slower and more awkward.
5001
5002 @item gnus-thread-hide-subtree
5003 @vindex gnus-thread-hide-subtree
5004 If non-@code{nil}, all threads will be hidden when the summary buffer is
5005 generated.
5006
5007 @item gnus-thread-expunge-below
5008 @vindex gnus-thread-expunge-below
5009 All threads that have a total score (as defined by
5010 @code{gnus-thread-score-function}) less than this number will be
5011 expunged.  This variable is @code{nil} by default, which means that no
5012 threads are expunged.
5013
5014 @item gnus-thread-hide-killed
5015 @vindex gnus-thread-hide-killed
5016 if you kill a thread and this variable is non-@code{nil}, the subtree
5017 will be hidden.
5018
5019 @item gnus-thread-ignore-subject
5020 @vindex gnus-thread-ignore-subject
5021 Sometimes somebody changes the subject in the middle of a thread.  If
5022 this variable is non-@code{nil}, the subject change is ignored.  If it
5023 is @code{nil}, which is the default, a change in the subject will result
5024 in a new thread.
5025
5026 @item gnus-thread-indent-level
5027 @vindex gnus-thread-indent-level
5028 This is a number that says how much each sub-thread should be indented.
5029 The default is 4.
5030
5031 @end table
5032
5033
5034 @node Low-Level Threading
5035 @subsubsection Low-Level Threading
5036
5037 @table @code
5038
5039 @item gnus-parse-headers-hook
5040 @vindex gnus-parse-headers-hook
5041 Hook run before parsing any headers.  The default value is
5042 @code{(gnus-set-summary-default-charset)}, which sets up local value of
5043 @code{default-mime-charset} in summary buffer based on variable
5044 @code{gnus-newsgroup-default-charset-alist}.
5045
5046 @item gnus-alter-header-function
5047 @vindex gnus-alter-header-function
5048 If non-@code{nil}, this function will be called to allow alteration of
5049 article header structures.  The function is called with one parameter,
5050 the article header vector, which it may alter in any way.  For instance,
5051 if you have a mail-to-news gateway which alters the @code{Message-ID}s
5052 in systematic ways (by adding prefixes and such), you can use this
5053 variable to un-scramble the @code{Message-ID}s so that they are more
5054 meaningful.  Here's one example:
5055
5056 @lisp
5057 (setq gnus-alter-header-function 'my-alter-message-id)
5058
5059 (defun my-alter-message-id (header)
5060   (let ((id (mail-header-id header)))
5061     (when (string-match
5062            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
5063       (mail-header-set-id
5064        (concat (match-string 1 id) "@@" (match-string 2 id))
5065        header))))
5066 @end lisp
5067
5068 @end table
5069
5070
5071 @node Thread Commands
5072 @subsection Thread Commands
5073 @cindex thread commands
5074
5075 @table @kbd
5076
5077 @item T k
5078 @itemx M-C-k
5079 @kindex T k (Summary)
5080 @kindex M-C-k (Summary)
5081 @findex gnus-summary-kill-thread
5082 Mark all articles in the current (sub-)thread as read
5083 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
5084 remove all marks instead.  If the prefix argument is negative, tick
5085 articles instead.
5086
5087 @item T l
5088 @itemx M-C-l
5089 @kindex T l (Summary)
5090 @kindex M-C-l (Summary)
5091 @findex gnus-summary-lower-thread
5092 Lower the score of the current (sub-)thread
5093 (@code{gnus-summary-lower-thread}).
5094
5095 @item T i
5096 @kindex T i (Summary)
5097 @findex gnus-summary-raise-thread
5098 Increase the score of the current (sub-)thread
5099 (@code{gnus-summary-raise-thread}).
5100
5101 @item T #
5102 @kindex T # (Summary)
5103 @findex gnus-uu-mark-thread
5104 Set the process mark on the current (sub-)thread
5105 (@code{gnus-uu-mark-thread}).
5106
5107 @item T M-#
5108 @kindex T M-# (Summary)
5109 @findex gnus-uu-unmark-thread
5110 Remove the process mark from the current (sub-)thread
5111 (@code{gnus-uu-unmark-thread}).
5112
5113 @item T T
5114 @kindex T T (Summary)
5115 @findex gnus-summary-toggle-threads
5116 Toggle threading (@code{gnus-summary-toggle-threads}).
5117
5118 @item T s
5119 @kindex T s (Summary)
5120 @findex gnus-summary-show-thread
5121 Expose the (sub-)thread hidden under the current article, if any
5122 (@code{gnus-summary-show-thread}).
5123
5124 @item T h
5125 @kindex T h (Summary)
5126 @findex gnus-summary-hide-thread
5127 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
5128
5129 @item T S
5130 @kindex T S (Summary)
5131 @findex gnus-summary-show-all-threads
5132 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
5133
5134 @item T H
5135 @kindex T H (Summary)
5136 @findex gnus-summary-hide-all-threads
5137 Hide all threads (@code{gnus-summary-hide-all-threads}).
5138
5139 @item T t
5140 @kindex T t (Summary)
5141 @findex gnus-summary-rethread-current
5142 Re-thread the current article's thread
5143 (@code{gnus-summary-rethread-current}).  This works even when the
5144 summary buffer is otherwise unthreaded.
5145
5146 @item T ^
5147 @kindex T ^ (Summary)
5148 @findex gnus-summary-reparent-thread
5149 Make the current article the child of the marked (or previous) article
5150 (@code{gnus-summary-reparent-thread}).
5151
5152 @end table
5153
5154 The following commands are thread movement commands.  They all
5155 understand the numeric prefix.
5156
5157 @table @kbd
5158
5159 @item T n
5160 @kindex T n (Summary)
5161 @findex gnus-summary-next-thread
5162 Go to the next thread (@code{gnus-summary-next-thread}).
5163
5164 @item T p
5165 @kindex T p (Summary)
5166 @findex gnus-summary-prev-thread
5167 Go to the previous thread (@code{gnus-summary-prev-thread}).
5168
5169 @item T d
5170 @kindex T d (Summary)
5171 @findex gnus-summary-down-thread
5172 Descend the thread (@code{gnus-summary-down-thread}).
5173
5174 @item T u
5175 @kindex T u (Summary)
5176 @findex gnus-summary-up-thread
5177 Ascend the thread (@code{gnus-summary-up-thread}).
5178
5179 @item T o
5180 @kindex T o (Summary)
5181 @findex gnus-summary-top-thread
5182 Go to the top of the thread (@code{gnus-summary-top-thread}).
5183 @end table
5184
5185 @vindex gnus-thread-operation-ignore-subject
5186 If you ignore subject while threading, you'll naturally end up with
5187 threads that have several different subjects in them.  If you then issue
5188 a command like `T k' (@code{gnus-summary-kill-thread}) you might not
5189 wish to kill the entire thread, but just those parts of the thread that
5190 have the same subject as the current article.  If you like this idea,
5191 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
5192 is non-@code{nil} (which it is by default), subjects will be ignored
5193 when doing thread commands.  If this variable is @code{nil}, articles in
5194 the same thread with different subjects will not be included in the
5195 operation in question.  If this variable is @code{fuzzy}, only articles
5196 that have subjects fuzzily equal will be included (@pxref{Fuzzy
5197 Matching}).
5198
5199
5200 @node Sorting
5201 @section Sorting
5202
5203 @findex gnus-thread-sort-by-total-score
5204 @findex gnus-thread-sort-by-date
5205 @findex gnus-thread-sort-by-score
5206 @findex gnus-thread-sort-by-subject
5207 @findex gnus-thread-sort-by-author
5208 @findex gnus-thread-sort-by-number
5209 @vindex gnus-thread-sort-functions
5210 If you are using a threaded summary display, you can sort the threads by
5211 setting @code{gnus-thread-sort-functions}, which can be either a single
5212 function, a list of functions, or a list containing functions and
5213 @code{(not some-function)} elements.
5214
5215 By default, sorting is done on article numbers.  Ready-made sorting
5216 predicate functions include @code{gnus-thread-sort-by-number},
5217 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
5218 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score}, and
5219 @code{gnus-thread-sort-by-total-score}.
5220
5221 Each function takes two threads and returns non-@code{nil} if the first
5222 thread should be sorted before the other.  Note that sorting really is
5223 normally done by looking only at the roots of each thread.
5224
5225 If you use more than one function, the primary sort key should be the
5226 last function in the list.  You should probably always include
5227 @code{gnus-thread-sort-by-number} in the list of sorting
5228 functions---preferably first.  This will ensure that threads that are
5229 equal with respect to the other sort criteria will be displayed in
5230 ascending article order.
5231
5232 If you would like to sort by reverse score, then by subject, and finally
5233 by number, you could do something like:
5234
5235 @lisp
5236 (setq gnus-thread-sort-functions
5237       '(gnus-thread-sort-by-number
5238         gnus-thread-sort-by-subject
5239         (reverse gnus-thread-sort-by-total-score)))
5240 @end lisp
5241
5242 The threads that have highest score will be displayed first in the
5243 summary buffer.  When threads have the same score, they will be sorted
5244 alphabetically.  The threads that have the same score and the same
5245 subject will be sorted by number, which is (normally) the sequence in
5246 which the articles arrived.
5247
5248 If you want to sort by score and then reverse arrival order, you could
5249 say something like:
5250
5251 @lisp
5252 (setq gnus-thread-sort-functions
5253       '((lambda (t1 t2)
5254           (not (gnus-thread-sort-by-number t1 t2)))
5255         gnus-thread-sort-by-score))
5256 @end lisp
5257
5258 @vindex gnus-thread-score-function
5259 The function in the @code{gnus-thread-score-function} variable (default
5260 @code{+}) is used for calculating the total score of a thread.  Useful
5261 functions might be @code{max}, @code{min}, or squared means, or whatever
5262 tickles your fancy.
5263
5264 @findex gnus-article-sort-functions
5265 @findex gnus-article-sort-by-date
5266 @findex gnus-article-sort-by-score
5267 @findex gnus-article-sort-by-subject
5268 @findex gnus-article-sort-by-author
5269 @findex gnus-article-sort-by-number
5270 If you are using an unthreaded display for some strange reason or other,
5271 you have to fiddle with the @code{gnus-article-sort-functions} variable.
5272 It is very similar to the @code{gnus-thread-sort-functions}, except that
5273 it uses slightly different functions for article comparison.  Available
5274 sorting predicate functions are @code{gnus-article-sort-by-number},
5275 @code{gnus-article-sort-by-author}, @code{gnus-article-sort-by-subject},
5276 @code{gnus-article-sort-by-date}, and @code{gnus-article-sort-by-score}.
5277
5278 If you want to sort an unthreaded summary display by subject, you could
5279 say something like:
5280
5281 @lisp
5282 (setq gnus-article-sort-functions
5283       '(gnus-article-sort-by-number
5284         gnus-article-sort-by-subject))
5285 @end lisp
5286
5287
5288
5289 @node Asynchronous Fetching
5290 @section Asynchronous Article Fetching
5291 @cindex asynchronous article fetching
5292 @cindex article pre-fetch
5293 @cindex pre-fetch
5294
5295 If you read your news from an @sc{nntp} server that's far away, the
5296 network latencies may make reading articles a chore.  You have to wait
5297 for a while after pressing @kbd{n} to go to the next article before the
5298 article appears.  Why can't gnus just go ahead and fetch the article
5299 while you are reading the previous one?  Why not, indeed.
5300
5301 First, some caveats.  There are some pitfalls to using asynchronous
5302 article fetching, especially the way gnus does it.
5303
5304 Let's say you are reading article 1, which is short, and article 2 is
5305 quite long, and you are not interested in reading that.  Gnus does not
5306 know this, so it goes ahead and fetches article 2.  You decide to read
5307 article 3, but since gnus is in the process of fetching article 2, the
5308 connection is blocked.
5309
5310 To avoid these situations, gnus will open two (count 'em two)
5311 connections to the server.  Some people may think this isn't a very nice
5312 thing to do, but I don't see any real alternatives.  Setting up that
5313 extra connection takes some time, so gnus startup will be slower.
5314
5315 Gnus will fetch more articles than you will read.  This will mean that
5316 the link between your machine and the @sc{nntp} server will become more
5317 loaded than if you didn't use article pre-fetch.  The server itself will
5318 also become more loaded---both with the extra article requests, and the
5319 extra connection.
5320
5321 Ok, so now you know that you shouldn't really use this thing...  unless
5322 you really want to.
5323
5324 @vindex gnus-asynchronous
5325 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
5326 happen automatically.
5327
5328 @vindex gnus-use-article-prefetch
5329 You can control how many articles are to be pre-fetched by setting
5330 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
5331 that when you read an article in the group, the backend will pre-fetch
5332 the next 30 articles.  If this variable is @code{t}, the backend will
5333 pre-fetch all the articles it can without bound.  If it is
5334 @code{nil}, no pre-fetching will be done.
5335
5336 @vindex gnus-async-prefetch-article-p
5337 @findex gnus-async-read-p
5338 There are probably some articles that you don't want to pre-fetch---read
5339 articles, for instance.  The @code{gnus-async-prefetch-article-p} variable controls whether an article is to be pre-fetched.  This function should
5340 return non-@code{nil} when the article in question is to be
5341 pre-fetched.  The default is @code{gnus-async-read-p}, which returns
5342 @code{nil} on read articles.  The function is called with an article
5343 data structure as the only parameter.
5344
5345 If, for instance, you wish to pre-fetch only unread articles shorter
5346 than 100 lines, you could say something like:
5347
5348 @lisp
5349 (defun my-async-short-unread-p (data)
5350   "Return non-nil for short, unread articles."
5351   (and (gnus-data-unread-p data)
5352        (< (mail-header-lines (gnus-data-header data))
5353           100)))
5354
5355 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
5356 @end lisp
5357
5358 These functions will be called many, many times, so they should
5359 preferably be short and sweet to avoid slowing down gnus too much.  It's
5360 probably a good idea to byte-compile things like this.
5361
5362 @vindex gnus-prefetched-article-deletion-strategy
5363 Articles have to be removed from the asynch buffer sooner or later.  The
5364 @code{gnus-prefetched-article-deletion-strategy} says when to remove
5365 articles.  This is a list that may contain the following elements:
5366
5367 @table @code
5368 @item read
5369 Remove articles when they are read.
5370
5371 @item exit
5372 Remove articles when exiting the group.
5373 @end table
5374
5375 The default value is @code{(read exit)}.
5376
5377 @c @vindex gnus-use-header-prefetch
5378 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
5379 @c from the next group.
5380
5381
5382 @node Article Caching
5383 @section Article Caching
5384 @cindex article caching
5385 @cindex caching
5386
5387 If you have an @emph{extremely} slow @sc{nntp} connection, you may
5388 consider turning article caching on.  Each article will then be stored
5389 locally under your home directory.  As you may surmise, this could
5390 potentially use @emph{huge} amounts of disk space, as well as eat up all
5391 your inodes so fast it will make your head swim.  In vodka.
5392
5393 Used carefully, though, it could be just an easier way to save articles.
5394
5395 @vindex gnus-use-long-file-name
5396 @vindex gnus-cache-directory
5397 @vindex gnus-use-cache
5398 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
5399 all articles ticked or marked as dormant will then be copied
5400 over to your local cache (@code{gnus-cache-directory}).  Whether this
5401 cache is flat or hierarchal is controlled by the
5402 @code{gnus-use-long-file-name} variable, as usual.
5403
5404 When re-selecting a ticked or dormant article, it will be fetched from the
5405 cache instead of from the server.  As articles in your cache will never
5406 expire, this might serve as a method of saving articles while still
5407 keeping them where they belong.  Just mark all articles you want to save
5408 as dormant, and don't worry.
5409
5410 When an article is marked as read, is it removed from the cache.
5411
5412 @vindex gnus-cache-remove-articles
5413 @vindex gnus-cache-enter-articles
5414 The entering/removal of articles from the cache is controlled by the
5415 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
5416 variables.  Both are lists of symbols.  The first is @code{(ticked
5417 dormant)} by default, meaning that ticked and dormant articles will be
5418 put in the cache.  The latter is @code{(read)} by default, meaning that
5419 articles marked as read are removed from the cache.  Possibly
5420 symbols in these two lists are @code{ticked}, @code{dormant},
5421 @code{unread} and @code{read}.
5422
5423 @findex gnus-jog-cache
5424 So where does the massive article-fetching and storing come into the
5425 picture?  The @code{gnus-jog-cache} command will go through all
5426 subscribed newsgroups, request all unread articles, score them, and
5427 store them in the cache.  You should only ever, ever ever ever, use this
5428 command if 1) your connection to the @sc{nntp} server is really, really,
5429 really slow and 2) you have a really, really, really huge disk.
5430 Seriously.  One way to cut down on the number of articles downloaded is
5431 to score unwanted articles down and have them marked as read.  They will
5432 not then be downloaded by this command.
5433
5434 @vindex gnus-uncacheable-groups
5435 @vindex gnus-cacheable-groups
5436 It is likely that you do not want caching on all groups.  For instance,
5437 if your @code{nnml} mail is located under your home directory, it makes no
5438 sense to cache it somewhere else under your home directory.  Unless you
5439 feel that it's neat to use twice as much space.  
5440
5441 To limit the caching, you could set @code{gnus-cacheable-groups} to a
5442 regexp of groups to cache, @samp{^nntp} for instance, or set the
5443 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
5444 Both variables are @code{nil} by default. If a group matches both
5445 variables, the group is not cached.
5446
5447 @findex gnus-cache-generate-nov-databases
5448 @findex gnus-cache-generate-active
5449 @vindex gnus-cache-active-file
5450 The cache stores information on what articles it contains in its active
5451 file (@code{gnus-cache-active-file}).  If this file (or any other parts
5452 of the cache) becomes all messed up for some reason or other, gnus
5453 offers two functions that will try to set things right.  @kbd{M-x
5454 gnus-cache-generate-nov-databases} will (re)build all the @sc{nov}
5455 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
5456 file.
5457
5458
5459 @node Persistent Articles
5460 @section Persistent Articles
5461 @cindex persistent articles
5462
5463 Closely related to article caching, we have @dfn{persistent articles}.
5464 In fact, it's just a different way of looking at caching, and much more
5465 useful in my opinion.
5466
5467 Say you're reading a newsgroup, and you happen on to some valuable gem
5468 that you want to keep and treasure forever.  You'd normally just save it
5469 (using one of the many saving commands) in some file.  The problem with
5470 that is that it's just, well, yucky.  Ideally you'd prefer just having
5471 the article remain in the group where you found it forever; untouched by
5472 the expiry going on at the news server.
5473
5474 This is what a @dfn{persistent article} is---an article that just won't
5475 be deleted.  It's implemented using the normal cache functions, but
5476 you use two explicit commands for managing persistent articles:
5477
5478 @table @kbd
5479
5480 @item *
5481 @kindex * (Summary)
5482 @findex gnus-cache-enter-article
5483 Make the current article persistent (@code{gnus-cache-enter-article}).
5484
5485 @item M-*
5486 @kindex M-* (Summary)
5487 @findex gnus-cache-remove-article
5488 Remove the current article from the persistent articles
5489 (@code{gnus-cache-remove-article}).  This will normally delete the
5490 article.
5491 @end table
5492
5493 Both these commands understand the process/prefix convention.
5494
5495 To avoid having all ticked articles (and stuff) entered into the cache,
5496 you should set @code{gnus-use-cache} to @code{passive} if you're just
5497 interested in persistent articles:
5498
5499 @lisp
5500 (setq gnus-use-cache 'passive)
5501 @end lisp
5502
5503
5504 @node Article Backlog
5505 @section Article Backlog
5506 @cindex backlog
5507 @cindex article backlog
5508
5509 If you have a slow connection, but the idea of using caching seems
5510 unappealing to you (and it is, really), you can help the situation some
5511 by switching on the @dfn{backlog}.  This is where gnus will buffer
5512 already read articles so that it doesn't have to re-fetch articles
5513 you've already read.  This only helps if you are in the habit of
5514 re-selecting articles you've recently read, of course.  If you never do
5515 that, turning the backlog on will slow gnus down a little bit, and
5516 increase memory usage some.
5517
5518 @vindex gnus-keep-backlog
5519 If you set @code{gnus-keep-backlog} to a number @var{n}, gnus will store
5520 at most @var{n} old articles in a buffer for later re-fetching.  If this
5521 variable is non-@code{nil} and is not a number, gnus will store
5522 @emph{all} read articles, which means that your Emacs will grow without
5523 bound before exploding and taking your machine down with you.  I put
5524 that in there just to keep y'all on your toes.
5525
5526 This variable is @code{nil} by default.
5527
5528
5529 @node Saving Articles
5530 @section Saving Articles
5531 @cindex saving articles
5532
5533 Gnus can save articles in a number of ways.  Below is the documentation
5534 for saving articles in a fairly straight-forward fashion (i.e., little
5535 processing of the article is done before it is saved).  For a different
5536 approach (uudecoding, unsharing) you should use @code{gnus-uu}
5537 (@pxref{Decoding Articles}).
5538
5539 @vindex gnus-save-all-headers
5540 If @code{gnus-save-all-headers} is non-@code{nil}, gnus will not delete
5541 unwanted headers before saving the article.
5542
5543 @vindex gnus-saved-headers
5544 If the preceding variable is @code{nil}, all headers that match the
5545 @code{gnus-saved-headers} regexp will be kept, while the rest will be
5546 deleted before saving.
5547
5548 @table @kbd
5549
5550 @item O o
5551 @itemx o
5552 @kindex O o (Summary)
5553 @kindex o (Summary)
5554 @findex gnus-summary-save-article
5555 @c @icon{gnus-summary-save-article}
5556 Save the current article using the default article saver
5557 (@code{gnus-summary-save-article}).
5558
5559 @item O m
5560 @kindex O m (Summary)
5561 @findex gnus-summary-save-article-mail
5562 Save the current article in mail format
5563 (@code{gnus-summary-save-article-mail}).
5564
5565 @item O r
5566 @kindex O r (Summary)
5567 @findex gnus-summary-save-article-rmail
5568 Save the current article in rmail format
5569 (@code{gnus-summary-save-article-rmail}).
5570
5571 @item O f
5572 @kindex O f (Summary)
5573 @findex gnus-summary-save-article-file
5574 @c @icon{gnus-summary-save-article-file}
5575 Save the current article in plain file format
5576 (@code{gnus-summary-save-article-file}).
5577
5578 @item O F
5579 @kindex O F (Summary)
5580 @findex gnus-summary-write-article-file
5581 Write the current article in plain file format, overwriting any previous
5582 file contents (@code{gnus-summary-write-article-file}).
5583
5584 @item O b
5585 @kindex O b (Summary)
5586 @findex gnus-summary-save-article-body-file
5587 Save the current article body in plain file format
5588 (@code{gnus-summary-save-article-body-file}).
5589
5590 @item O h
5591 @kindex O h (Summary)
5592 @findex gnus-summary-save-article-folder
5593 Save the current article in mh folder format
5594 (@code{gnus-summary-save-article-folder}).
5595
5596 @item O v
5597 @kindex O v (Summary)
5598 @findex gnus-summary-save-article-vm
5599 Save the current article in a VM folder
5600 (@code{gnus-summary-save-article-vm}).
5601
5602 @item O p
5603 @kindex O p (Summary)
5604 @findex gnus-summary-pipe-output
5605 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
5606 the current article to a process (@code{gnus-summary-pipe-output}).
5607 @end table
5608
5609 @vindex gnus-prompt-before-saving
5610 All these commands use the process/prefix convention
5611 (@pxref{Process/Prefix}).  If you save bunches of articles using these
5612 functions, you might get tired of being prompted for files to save each
5613 and every article in.  The prompting action is controlled by
5614 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
5615 default, giving you that excessive prompting action you know and
5616 loathe.  If you set this variable to @code{t} instead, you'll be prompted
5617 just once for each series of articles you save.  If you like to really
5618 have Gnus do all your thinking for you, you can even set this variable
5619 to @code{nil}, which means that you will never be prompted for files to
5620 save articles in.  Gnus will simply save all the articles in the default
5621 files.
5622
5623
5624 @vindex gnus-default-article-saver
5625 You can customize the @code{gnus-default-article-saver} variable to make
5626 gnus do what you want it to.  You can use any of the four ready-made
5627 functions below, or you can create your own.
5628
5629 @table @code
5630
5631 @item gnus-summary-save-in-rmail
5632 @findex gnus-summary-save-in-rmail
5633 @vindex gnus-rmail-save-name
5634 @findex gnus-plain-save-name
5635 This is the default format, @dfn{babyl}.  Uses the function in the
5636 @code{gnus-rmail-save-name} variable to get a file name to save the
5637 article in.  The default is @code{gnus-plain-save-name}.
5638
5639 @item gnus-summary-save-in-mail
5640 @findex gnus-summary-save-in-mail
5641 @vindex gnus-mail-save-name
5642 Save in a Unix mail (mbox) file.  Uses the function in the
5643 @code{gnus-mail-save-name} variable to get a file name to save the
5644 article in.  The default is @code{gnus-plain-save-name}.
5645
5646 @item gnus-summary-save-in-file
5647 @findex gnus-summary-save-in-file
5648 @vindex gnus-file-save-name
5649 @findex gnus-numeric-save-name
5650 Append the article straight to an ordinary file.  Uses the function in
5651 the @code{gnus-file-save-name} variable to get a file name to save the
5652 article in.  The default is @code{gnus-numeric-save-name}.
5653
5654 @item gnus-summary-save-body-in-file
5655 @findex gnus-summary-save-body-in-file
5656 Append the article body to an ordinary file.  Uses the function in the
5657 @code{gnus-file-save-name} variable to get a file name to save the
5658 article in.  The default is @code{gnus-numeric-save-name}.
5659
5660 @item gnus-summary-save-in-folder
5661 @findex gnus-summary-save-in-folder
5662 @findex gnus-folder-save-name
5663 @findex gnus-Folder-save-name
5664 @vindex gnus-folder-save-name
5665 @cindex rcvstore
5666 @cindex MH folders
5667 Save the article to an MH folder using @code{rcvstore} from the MH
5668 library.  Uses the function in the @code{gnus-folder-save-name} variable
5669 to get a file name to save the article in.  The default is
5670 @code{gnus-folder-save-name}, but you can also use
5671 @code{gnus-Folder-save-name}, which creates capitalized names.
5672
5673 @item gnus-summary-save-in-vm
5674 @findex gnus-summary-save-in-vm
5675 Save the article in a VM folder.  You have to have the VM mail
5676 reader to use this setting.
5677 @end table
5678
5679 @vindex gnus-article-save-directory
5680 All of these functions, except for the last one, will save the article
5681 in the @code{gnus-article-save-directory}, which is initialized from the
5682 @code{SAVEDIR} environment variable.  This is @file{~/News/} by
5683 default.
5684
5685 As you can see above, the functions use different functions to find a
5686 suitable name of a file to save the article in.  Below is a list of
5687 available functions that generate names:
5688
5689 @table @code
5690
5691 @item gnus-Numeric-save-name
5692 @findex gnus-Numeric-save-name
5693 File names like @file{~/News/Alt.andrea-dworkin/45}.
5694
5695 @item gnus-numeric-save-name
5696 @findex gnus-numeric-save-name
5697 File names like @file{~/News/alt.andrea-dworkin/45}.
5698
5699 @item gnus-Plain-save-name
5700 @findex gnus-Plain-save-name
5701 File names like @file{~/News/Alt.andrea-dworkin}.
5702
5703 @item gnus-plain-save-name
5704 @findex gnus-plain-save-name
5705 File names like @file{~/News/alt.andrea-dworkin}.
5706 @end table
5707
5708 @vindex gnus-split-methods
5709 You can have gnus suggest where to save articles by plonking a regexp
5710 into the @code{gnus-split-methods} alist.  For instance, if you would
5711 like to save articles related to gnus in the file @file{gnus-stuff}, and
5712 articles related to VM in @code{vm-stuff}, you could set this variable
5713 to something like:
5714
5715 @lisp
5716 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
5717  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
5718  (my-choosing-function "../other-dir/my-stuff")
5719  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
5720 @end lisp
5721
5722 We see that this is a list where each element is a list that has two
5723 elements---the @dfn{match} and the @dfn{file}.  The match can either be
5724 a string (in which case it is used as a regexp to match on the article
5725 head); it can be a symbol (which will be called as a function with the
5726 group name as a parameter); or it can be a list (which will be
5727 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
5728 the @dfn{file} will be used as a default prompt.  In addition, the
5729 result of the operation itself will be used if the function or form
5730 called returns a string or a list of strings.
5731
5732 You basically end up with a list of file names that might be used when
5733 saving the current article.  (All ``matches'' will be used.)  You will
5734 then be prompted for what you really want to use as a name, with file
5735 name completion over the results from applying this variable.
5736
5737 This variable is @code{((gnus-article-archive-name))} by default, which
5738 means that gnus will look at the articles it saves for an
5739 @code{Archive-name} line and use that as a suggestion for the file name.
5740
5741 Here's an example function to clean up file names somewhat.  If you have
5742 lots of mail groups called things like
5743 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
5744 these group names before creating the file name to save to.  The
5745 following will do just that:
5746
5747 @lisp
5748 (defun my-save-name (group)
5749   (when (string-match "^nnml:mail." group)
5750     (substring group (match-end 0))))
5751
5752 (setq gnus-split-methods
5753       '((gnus-article-archive-name)
5754         (my-save-name)))
5755 @end lisp
5756
5757
5758 @vindex gnus-use-long-file-name
5759 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
5760 @code{nil}, all the preceding functions will replace all periods
5761 (@samp{.}) in the group names with slashes (@samp{/})---which means that
5762 the functions will generate hierarchies of directories instead of having
5763 all the files in the top level directory
5764 (@file{~/News/alt/andrea-dworkin} instead of
5765 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
5766 on most systems.  However, for historical reasons, this is @code{nil} on
5767 Xenix and usg-unix-v machines by default.
5768
5769 This function also affects kill and score file names.  If this variable
5770 is a list, and the list contains the element @code{not-score}, long file
5771 names will not be used for score files, if it contains the element
5772 @code{not-save}, long file names will not be used for saving, and if it
5773 contains the element @code{not-kill}, long file names will not be used
5774 for kill files.
5775
5776 If you'd like to save articles in a hierarchy that looks something like
5777 a spool, you could
5778
5779 @lisp
5780 (setq gnus-use-long-file-name '(not-save)) ; to get a hierarchy
5781 (setq gnus-default-article-saver 'gnus-summary-save-in-file) ; no encoding
5782 @end lisp
5783
5784 Then just save with @kbd{o}.  You'd then read this hierarchy with
5785 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
5786 the top level directory as the argument (@file{~/News/}).  Then just walk
5787 around to the groups/directories with @code{nneething}.
5788
5789
5790 @node Decoding Articles
5791 @section Decoding Articles
5792 @cindex decoding articles
5793
5794 Sometime users post articles (or series of articles) that have been
5795 encoded in some way or other.  Gnus can decode them for you.
5796
5797 @menu
5798 * Uuencoded Articles::    Uudecode articles.
5799 * Shell Archives::        Unshar articles.
5800 * PostScript Files::      Split PostScript.
5801 * Other Files::           Plain save and binhex.
5802 * Decoding Variables::    Variables for a happy decoding.
5803 * Viewing Files::         You want to look at the result of the decoding?
5804 @end menu
5805
5806 @cindex series
5807 @cindex article series
5808 All these functions use the process/prefix convention
5809 (@pxref{Process/Prefix}) for finding out what articles to work on, with
5810 the extension that a ``single article'' means ``a single series''.  Gnus
5811 can find out by itself what articles belong to a series, decode all the
5812 articles and unpack/view/save the resulting file(s).
5813
5814 Gnus guesses what articles are in the series according to the following
5815 simplish rule: The subjects must be (nearly) identical, except for the
5816 last two numbers of the line.  (Spaces are largely ignored, however.)
5817
5818 For example: If you choose a subject called @samp{cat.gif (2/3)}, gnus
5819 will find all the articles that match the regexp @samp{^cat.gif
5820 ([0-9]+/[0-9]+).*$}.
5821
5822 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
5823 series}, will not be properly recognized by any of the automatic viewing
5824 commands, and you have to mark the articles manually with @kbd{#}.
5825
5826
5827 @node Uuencoded Articles
5828 @subsection Uuencoded Articles
5829 @cindex uudecode
5830 @cindex uuencoded articles
5831
5832 @table @kbd
5833
5834 @item X u
5835 @kindex X u (Summary)
5836 @findex gnus-uu-decode-uu
5837 @c @icon{gnus-uu-decode-uu}
5838 Uudecodes the current series (@code{gnus-uu-decode-uu}).
5839
5840 @item X U
5841 @kindex X U (Summary)
5842 @findex gnus-uu-decode-uu-and-save
5843 Uudecodes and saves the current series
5844 (@code{gnus-uu-decode-uu-and-save}).
5845
5846 @item X v u
5847 @kindex X v u (Summary)
5848 @findex gnus-uu-decode-uu-view
5849 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
5850
5851 @item X v U
5852 @kindex X v U (Summary)
5853 @findex gnus-uu-decode-uu-and-save-view
5854 Uudecodes, views and saves the current series
5855 (@code{gnus-uu-decode-uu-and-save-view}).
5856
5857 @end table
5858
5859 Remember that these all react to the presence of articles marked with
5860 the process mark.  If, for instance, you'd like to decode and save an
5861 entire newsgroup, you'd typically do @kbd{M P a}
5862 (@code{gnus-uu-mark-all}) and then @kbd{X U}
5863 (@code{gnus-uu-decode-uu-and-save}).
5864
5865 All this is very much different from how @code{gnus-uu} worked with
5866 @sc{GNUS 4.1}, where you had explicit keystrokes for everything under
5867 the sun.  This version of @code{gnus-uu} generally assumes that you mark
5868 articles in some way (@pxref{Setting Process Marks}) and then press
5869 @kbd{X u}.
5870
5871 @vindex gnus-uu-notify-files
5872 Note: When trying to decode articles that have names matching
5873 @code{gnus-uu-notify-files}, which is hard-coded to
5874 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
5875 automatically post an article on @samp{comp.unix.wizards} saying that
5876 you have just viewed the file in question.  This feature can't be turned
5877 off.
5878
5879
5880 @node Shell Archives
5881 @subsection Shell Archives
5882 @cindex unshar
5883 @cindex shell archives
5884 @cindex shared articles
5885
5886 Shell archives (``shar files'') used to be a popular way to distribute
5887 sources, but it isn't used all that much today.  In any case, we have
5888 some commands to deal with these:
5889
5890 @table @kbd
5891
5892 @item X s
5893 @kindex X s (Summary)
5894 @findex gnus-uu-decode-unshar
5895 Unshars the current series (@code{gnus-uu-decode-unshar}).
5896
5897 @item X S
5898 @kindex X S (Summary)
5899 @findex gnus-uu-decode-unshar-and-save
5900 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
5901
5902 @item X v s
5903 @kindex X v s (Summary)
5904 @findex gnus-uu-decode-unshar-view
5905 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
5906
5907 @item X v S
5908 @kindex X v S (Summary)
5909 @findex gnus-uu-decode-unshar-and-save-view
5910 Unshars, views and saves the current series
5911 (@code{gnus-uu-decode-unshar-and-save-view}).
5912 @end table
5913
5914
5915 @node PostScript Files
5916 @subsection PostScript Files
5917 @cindex PostScript
5918
5919 @table @kbd
5920
5921 @item X p
5922 @kindex X p (Summary)
5923 @findex gnus-uu-decode-postscript
5924 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
5925
5926 @item X P
5927 @kindex X P (Summary)
5928 @findex gnus-uu-decode-postscript-and-save
5929 Unpack and save the current PostScript series
5930 (@code{gnus-uu-decode-postscript-and-save}).
5931
5932 @item X v p
5933 @kindex X v p (Summary)
5934 @findex gnus-uu-decode-postscript-view
5935 View the current PostScript series
5936 (@code{gnus-uu-decode-postscript-view}).
5937
5938 @item X v P
5939 @kindex X v P (Summary)
5940 @findex gnus-uu-decode-postscript-and-save-view
5941 View and save the current PostScript series
5942 (@code{gnus-uu-decode-postscript-and-save-view}).
5943 @end table
5944
5945
5946 @node Other Files
5947 @subsection Other Files
5948
5949 @table @kbd
5950 @item X o
5951 @kindex X o (Summary)
5952 @findex gnus-uu-decode-save
5953 Save the current series
5954 (@code{gnus-uu-decode-save}).
5955
5956 @item X b
5957 @kindex X b (Summary)
5958 @findex gnus-uu-decode-binhex
5959 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
5960 doesn't really work yet.
5961 @end table
5962
5963
5964 @node Decoding Variables
5965 @subsection Decoding Variables
5966
5967 Adjective, not verb.
5968
5969 @menu
5970 * Rule Variables::          Variables that say how a file is to be viewed.
5971 * Other Decode Variables::  Other decode variables.
5972 * Uuencoding and Posting::  Variables for customizing uuencoding.
5973 @end menu
5974
5975
5976 @node Rule Variables
5977 @subsubsection Rule Variables
5978 @cindex rule variables
5979
5980 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
5981 variables are of the form
5982
5983 @lisp
5984       (list '(regexp1 command2)
5985             '(regexp2 command2)
5986             ...)
5987 @end lisp
5988
5989 @table @code
5990
5991 @item gnus-uu-user-view-rules
5992 @vindex gnus-uu-user-view-rules
5993 @cindex sox
5994 This variable is consulted first when viewing files.  If you wish to use,
5995 for instance, @code{sox} to convert an @samp{.au} sound file, you could
5996 say something like:
5997 @lisp
5998 (setq gnus-uu-user-view-rules
5999       (list '(\"\\\\.au$\" \"sox %s -t .aiff > /dev/audio\")))
6000 @end lisp
6001
6002 @item gnus-uu-user-view-rules-end
6003 @vindex gnus-uu-user-view-rules-end
6004 This variable is consulted if gnus couldn't make any matches from the
6005 user and default view rules.
6006
6007 @item gnus-uu-user-archive-rules
6008 @vindex gnus-uu-user-archive-rules
6009 This variable can be used to say what commands should be used to unpack
6010 archives.
6011 @end table
6012
6013
6014 @node Other Decode Variables
6015 @subsubsection Other Decode Variables
6016
6017 @table @code
6018 @vindex gnus-uu-grabbed-file-functions
6019
6020 @item gnus-uu-grabbed-file-functions
6021 All functions in this list will be called right after each file has been
6022 successfully decoded---so that you can move or view files right away,
6023 and don't have to wait for all files to be decoded before you can do
6024 anything.  Ready-made functions you can put in this list are:
6025
6026 @table @code
6027
6028 @item gnus-uu-grab-view
6029 @findex gnus-uu-grab-view
6030 View the file.
6031
6032 @item gnus-uu-grab-move
6033 @findex gnus-uu-grab-move
6034 Move the file (if you're using a saving function.)
6035 @end table
6036
6037 @item gnus-uu-be-dangerous
6038 @vindex gnus-uu-be-dangerous
6039 Specifies what to do if unusual situations arise during decoding.  If
6040 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
6041 that didn't work, and overwrite existing files.  Otherwise, ask each
6042 time.
6043
6044 @item gnus-uu-ignore-files-by-name
6045 @vindex gnus-uu-ignore-files-by-name
6046 Files with name matching this regular expression won't be viewed.
6047
6048 @item gnus-uu-ignore-files-by-type
6049 @vindex gnus-uu-ignore-files-by-type
6050 Files with a @sc{mime} type matching this variable won't be viewed.
6051 Note that Gnus tries to guess what type the file is based on the name.
6052 @code{gnus-uu} is not a @sc{mime} package (yet), so this is slightly
6053 kludgey.
6054
6055 @item gnus-uu-tmp-dir
6056 @vindex gnus-uu-tmp-dir
6057 Where @code{gnus-uu} does its work.
6058
6059 @item gnus-uu-do-not-unpack-archives
6060 @vindex gnus-uu-do-not-unpack-archives
6061 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
6062 looking for files to display.
6063
6064 @item gnus-uu-view-and-save
6065 @vindex gnus-uu-view-and-save
6066 Non-@code{nil} means that the user will always be asked to save a file
6067 after viewing it.
6068
6069 @item gnus-uu-ignore-default-view-rules
6070 @vindex gnus-uu-ignore-default-view-rules
6071 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
6072 rules.
6073
6074 @item gnus-uu-ignore-default-archive-rules
6075 @vindex gnus-uu-ignore-default-archive-rules
6076 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
6077 unpacking commands.
6078
6079 @item gnus-uu-kill-carriage-return
6080 @vindex gnus-uu-kill-carriage-return
6081 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
6082 from articles.
6083
6084 @item gnus-uu-unmark-articles-not-decoded
6085 @vindex gnus-uu-unmark-articles-not-decoded
6086 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
6087 decoded articles as unread.
6088
6089 @item gnus-uu-correct-stripped-uucode
6090 @vindex gnus-uu-correct-stripped-uucode
6091 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
6092 uuencoded files that have had trailing spaces deleted.
6093
6094 @item gnus-uu-pre-uudecode-hook
6095 @vindex gnus-uu-pre-uudecode-hook
6096 Hook run before sending a message to @code{uudecode}.
6097
6098 @item gnus-uu-view-with-metamail
6099 @vindex gnus-uu-view-with-metamail
6100 @cindex metamail
6101 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
6102 commands defined by the rule variables and just fudge a @sc{mime}
6103 content type based on the file name.  The result will be fed to
6104 @code{metamail} for viewing.
6105
6106 @item gnus-uu-save-in-digest
6107 @vindex gnus-uu-save-in-digest
6108 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
6109 decoding, will save in digests.  If this variable is @code{nil},
6110 @code{gnus-uu} will just save everything in a file without any
6111 embellishments.  The digesting almost conforms to RFC1153---no easy way
6112 to specify any meaningful volume and issue numbers were found, so I
6113 simply dropped them.
6114
6115 @end table
6116
6117
6118 @node Uuencoding and Posting
6119 @subsubsection Uuencoding and Posting
6120
6121 @table @code
6122
6123 @item gnus-uu-post-include-before-composing
6124 @vindex gnus-uu-post-include-before-composing
6125 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
6126 before you compose the article.  If this variable is @code{t}, you can
6127 either include an encoded file with @kbd{C-c C-i} or have one included
6128 for you when you post the article.
6129
6130 @item gnus-uu-post-length
6131 @vindex gnus-uu-post-length
6132 Maximum length of an article.  The encoded file will be split into how
6133 many articles it takes to post the entire file.
6134
6135 @item gnus-uu-post-threaded
6136 @vindex gnus-uu-post-threaded
6137 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
6138 thread.  This may not be smart, as no other decoder I have seen is able
6139 to follow threads when collecting uuencoded articles.  (Well, I have
6140 seen one package that does that---@code{gnus-uu}, but somehow, I don't
6141 think that counts...) Default is @code{nil}.
6142
6143 @item gnus-uu-post-separate-description
6144 @vindex gnus-uu-post-separate-description
6145 Non-@code{nil} means that the description will be posted in a separate
6146 article.  The first article will typically be numbered (0/x).  If this
6147 variable is @code{nil}, the description the user enters will be included
6148 at the beginning of the first article, which will be numbered (1/x).
6149 Default is @code{t}.
6150
6151 @end table
6152
6153
6154 @node Viewing Files
6155 @subsection Viewing Files
6156 @cindex viewing files
6157 @cindex pseudo-articles
6158
6159 After decoding, if the file is some sort of archive, gnus will attempt
6160 to unpack the archive and see if any of the files in the archive can be
6161 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
6162 containing the files @file{pic1.jpg} and @file{pic2.gif}, gnus will
6163 uncompress and de-tar the main file, and then view the two pictures.
6164 This unpacking process is recursive, so if the archive contains archives
6165 of archives, it'll all be unpacked.
6166
6167 Finally, gnus will normally insert a @dfn{pseudo-article} for each
6168 extracted file into the summary buffer.  If you go to these
6169 ``articles'', you will be prompted for a command to run (usually Gnus
6170 will make a suggestion), and then the command will be run.
6171
6172 @vindex gnus-view-pseudo-asynchronously
6173 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
6174 until the viewing is done before proceeding.
6175
6176 @vindex gnus-view-pseudos
6177 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
6178 the pseudo-articles into the summary buffer, but view them
6179 immediately.  If this variable is @code{not-confirm}, the user won't even
6180 be asked for a confirmation before viewing is done.
6181
6182 @vindex gnus-view-pseudos-separately
6183 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
6184 pseudo-article will be created for each file to be viewed.  If
6185 @code{nil}, all files that use the same viewing command will be given as
6186 a list of parameters to that command.
6187
6188 @vindex gnus-insert-pseudo-articles
6189 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
6190 pseudo-articles when decoding.  It is @code{t} by default.
6191
6192 So; there you are, reading your @emph{pseudo-articles} in your
6193 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
6194 Why isn't anything real anymore? How did we get here?
6195
6196
6197 @node Article Treatment
6198 @section Article Treatment
6199
6200 Reading through this huge manual, you may have quite forgotten that the
6201 object of newsreaders is to actually, like, read what people have
6202 written.  Reading articles.  Unfortunately, people are quite bad at
6203 writing, so there are tons of functions and variables to make reading
6204 these articles easier.
6205
6206 @menu
6207 * Article Highlighting::    You want to make the article look like fruit salad.
6208 * Article Fontisizing::     Making emphasized text look nice.
6209 * Article Hiding::          You also want to make certain info go away.
6210 * Article Washing::         Lots of way-neat functions to make life better.
6211 * Article Buttons::         Click on URLs, Message-IDs, addresses and the like.
6212 * Article Date::            Grumble, UT!
6213 * Article Signature::       What is a signature?
6214 @end menu
6215
6216
6217 @node Article Highlighting
6218 @subsection Article Highlighting
6219 @cindex highlighting
6220
6221 Not only do you want your article buffer to look like fruit salad, but
6222 you want it to look like technicolor fruit salad.  
6223
6224 @table @kbd
6225
6226 @item W H a
6227 @kindex W H a (Summary)
6228 @findex gnus-article-highlight
6229 @findex gnus-article-maybe-highlight
6230 Do much highlighting of the current article
6231 (@code{gnus-article-highlight}).  This function highlights header, cited
6232 text, the signature, and adds buttons to the body and the head.
6233
6234 Most users would prefer using @code{gnus-article-maybe-highlight} in
6235 @code{gnus-article-display-hook} (@pxref{Customizing Articles}) instead.
6236 This is a bit less agressive---it highlights only the headers, the
6237 signature and adds buttons.
6238
6239 @item W H h
6240 @kindex W H h (Summary)
6241 @findex gnus-article-highlight-headers
6242 @vindex gnus-header-face-alist
6243 Highlight the headers (@code{gnus-article-highlight-headers}).  The
6244 highlighting will be done according to the @code{gnus-header-face-alist}
6245 variable, which is a list where each element has the form @var{(regexp
6246 name content)}.  @var{regexp} is a regular expression for matching the
6247 header, @var{name} is the face used for highlighting the header name
6248 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
6249 the header value.  The first match made will be used.  Note that
6250 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
6251
6252 @item W H c
6253 @kindex W H c (Summary)
6254 @findex gnus-article-highlight-citation
6255 Highlight cited text (@code{gnus-article-highlight-citation}).
6256
6257 Some variables to customize the citation highlights:
6258
6259 @table @code
6260 @vindex gnus-cite-parse-max-size
6261
6262 @item gnus-cite-parse-max-size
6263 If the article size if bigger than this variable (which is 25000 by
6264 default), no citation highlighting will be performed.
6265
6266 @item gnus-cite-prefix-regexp
6267 @vindex gnus-cite-prefix-regexp
6268 Regexp matching the longest possible citation prefix on a line.
6269
6270 @item gnus-cite-max-prefix
6271 @vindex gnus-cite-max-prefix
6272 Maximum possible length for a citation prefix (default 20).
6273
6274 @item gnus-cite-face-list
6275 @vindex gnus-cite-face-list
6276 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
6277 When there are citations from multiple articles in the same message,
6278 gnus will try to give each citation from each article its own face.
6279 This should make it easier to see who wrote what.
6280
6281 @item gnus-supercite-regexp
6282 @vindex gnus-supercite-regexp
6283 Regexp matching normal Supercite attribution lines.
6284
6285 @item gnus-supercite-secondary-regexp
6286 @vindex gnus-supercite-secondary-regexp
6287 Regexp matching mangled Supercite attribution lines.
6288
6289 @item gnus-cite-minimum-match-count
6290 @vindex gnus-cite-minimum-match-count
6291 Minimum number of identical prefixes we have to see before we believe
6292 that it's a citation.
6293
6294 @item gnus-cite-attribution-prefix
6295 @vindex gnus-cite-attribution-prefix
6296 Regexp matching the beginning of an attribution line.
6297
6298 @item gnus-cite-attribution-suffix
6299 @vindex gnus-cite-attribution-suffix
6300 Regexp matching the end of an attribution line.
6301
6302 @item gnus-cite-attribution-face
6303 @vindex gnus-cite-attribution-face
6304 Face used for attribution lines.  It is merged with the face for the
6305 cited text belonging to the attribution.
6306
6307 @end table
6308
6309
6310 @item W H s
6311 @kindex W H s (Summary)
6312 @vindex gnus-signature-separator
6313 @vindex gnus-signature-face
6314 @findex gnus-article-highlight-signature
6315 Highlight the signature (@code{gnus-article-highlight-signature}).
6316 Everything after @code{gnus-signature-separator} (@pxref{Article
6317 Signature}) in an article will be considered a signature and will be
6318 highlighted with @code{gnus-signature-face}, which is @code{italic} by
6319 default.
6320
6321 @end table
6322
6323 @xref{Customizing Articles} for how to highlight articles automatically.
6324
6325
6326 @node Article Fontisizing
6327 @subsection Article Fontisizing
6328 @cindex emphasis
6329 @cindex article emphasis
6330
6331 @findex gnus-article-emphasize
6332 @kindex W e (Summary)
6333 People commonly add emphasis to words in news articles by writing things
6334 like @samp{_this_} or @samp{*this*}.  Gnus can make this look nicer by
6335 running the article through the @kbd{W e}
6336 (@code{gnus-article-emphasize}) command.
6337
6338 @vindex gnus-emphasis-alist
6339 How the emphasis is computed is controlled by the
6340 @code{gnus-emphasis-alist} variable.  This is an alist where the first
6341 element is a regular expression to be matched.  The second is a number
6342 that says what regular expression grouping is used to find the entire
6343 emphasized word.  The third is a number that says what regexp grouping
6344 should be displayed and highlighted.  (The text between these two
6345 groupings will be hidden.)  The fourth is the face used for
6346 highlighting.
6347
6348 @lisp
6349 (setq gnus-article-emphasis
6350       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
6351         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
6352 @end lisp
6353
6354 @vindex gnus-emphasis-underline
6355 @vindex gnus-emphasis-bold
6356 @vindex gnus-emphasis-italic
6357 @vindex gnus-emphasis-underline-bold
6358 @vindex gnus-emphasis-underline-italic
6359 @vindex gnus-emphasis-bold-italic
6360 @vindex gnus-emphasis-underline-bold-italic
6361 By default, there are seven rules, and they use the following faces:
6362 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
6363 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
6364 @code{gnus-emphasis-underline-italic},
6365 @code{gnus-emphasis-underline-bold}, and
6366 @code{gnus-emphasis-underline-bold-italic}.
6367
6368 If you want to change these faces, you can either use @kbd{M-x
6369 customize}, or you can use @code{copy-face}.  For instance, if you want
6370 to make @code{gnus-emphasis-italic} use a red face instead, you could
6371 say something like:
6372
6373 @lisp
6374 (copy-face 'red 'gnus-emphasis-italic)
6375 @end lisp
6376
6377 @xref{Customizing Articles} for how to fontize articles automatically.
6378
6379
6380 @node Article Hiding
6381 @subsection Article Hiding
6382 @cindex article hiding
6383
6384 Or rather, hiding certain things in each article.  There usually is much
6385 too much cruft in most articles.
6386
6387 @table @kbd
6388
6389 @item W W a
6390 @kindex W W a (Summary)
6391 @findex gnus-article-hide
6392 Do quite a lot of hiding on the article buffer
6393 (@kbd{gnus-article-hide}).  In particular, this function will hide
6394 headers, PGP, cited text and the signature.  
6395
6396 @item W W h
6397 @kindex W W h (Summary)
6398 @findex gnus-article-hide-headers
6399 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
6400 Headers}.
6401
6402 @item W W b
6403 @kindex W W b (Summary)
6404 @findex gnus-article-hide-boring-headers
6405 Hide headers that aren't particularly interesting
6406 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
6407
6408 @item W W s
6409 @kindex W W s (Summary)
6410 @findex gnus-article-hide-signature
6411 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
6412 Signature}.
6413
6414 @item W W p
6415 @kindex W W p (Summary)
6416 @findex gnus-article-hide-pgp
6417 @vindex gnus-article-hide-pgp-hook
6418 Hide @sc{pgp} signatures (@code{gnus-article-hide-pgp}).  The
6419 @code{gnus-article-hide-pgp-hook} hook will be run after a @sc{pgp}
6420 signature has been hidden.  For example, to automatically verify
6421 articles that have signatures in them do:
6422 @lisp
6423 ;;; Hide pgp cruft if any.
6424
6425 (add-hook 'gnus-article-display-hook 'gnus-article-hide-pgp)
6426
6427 ;;; After hiding pgp, verify the message;
6428 ;;; only happens if pgp signature is found.
6429
6430 (add-hook 'gnus-article-hide-pgp-hook
6431           (lambda ()
6432             (save-excursion
6433               (set-buffer gnus-original-article-buffer)
6434               (mc-verify))))
6435 @end lisp
6436
6437 @item W W P
6438 @kindex W W P (Summary)
6439 @findex gnus-article-hide-pem
6440 Hide @sc{pem} (privacy enhanced messages) cruft
6441 (@code{gnus-article-hide-pem}).
6442
6443 @item W W c
6444 @kindex W W c (Summary)
6445 @findex gnus-article-hide-citation
6446 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
6447 customizing the hiding:
6448
6449 @table @code
6450
6451 @item gnus-cited-opened-text-button-line-format
6452 @itemx gnus-cited-closed-text-button-line-format
6453 @vindex gnus-cited-closed-text-button-line-format
6454 @vindex gnus-cited-opened-text-button-line-format
6455 Gnus adds buttons to show where the cited text has been hidden, and to
6456 allow toggle hiding the text.  The format of the variable is specified
6457 by these format-like variable (@pxref{Formatting Variables}).  These
6458 specs are valid:
6459
6460 @table @samp
6461 @item b
6462 Starting point of the hidden text.
6463 @item e
6464 Ending point of the hidden text.
6465 @item l
6466 Number of characters in the hidden region.
6467 @item n
6468 Number of lines of hidden text.
6469 @end table
6470
6471 @item gnus-cited-lines-visible
6472 @vindex gnus-cited-lines-visible
6473 The number of lines at the beginning of the cited text to leave shown.
6474
6475 @end table
6476
6477 @item W W C-c
6478 @kindex W W C-c (Summary)
6479 @findex gnus-article-hide-citation-maybe
6480
6481 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
6482 following two variables:
6483
6484 @table @code
6485 @item gnus-cite-hide-percentage
6486 @vindex gnus-cite-hide-percentage
6487 If the cited text is of a bigger percentage than this variable (default
6488 50), hide the cited text.
6489
6490 @item gnus-cite-hide-absolute
6491 @vindex gnus-cite-hide-absolute
6492 The cited text must have at least this length (default 10) before it
6493 is hidden.
6494 @end table
6495
6496 @item W W C
6497 @kindex W W C (Summary)
6498 @findex gnus-article-hide-citation-in-followups
6499 Hide cited text in articles that aren't roots
6500 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
6501 useful as an interactive command, but might be a handy function to stick
6502 in @code{gnus-article-display-hook} (@pxref{Customizing Articles}).
6503
6504 @end table
6505
6506 All these ``hiding'' commands are toggles, but if you give a negative
6507 prefix to these commands, they will show what they have previously
6508 hidden.  If you give a positive prefix, they will always hide.
6509
6510 Also @pxref{Article Highlighting} for further variables for
6511 citation customization.
6512
6513 @xref{Customizing Articles} for how to hide article elements
6514 automatically.
6515
6516
6517 @node Article Washing
6518 @subsection Article Washing
6519 @cindex washing
6520 @cindex article washing
6521
6522 We call this ``article washing'' for a really good reason.  Namely, the
6523 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
6524
6525 @dfn{Washing} is defined by us as ``changing something from something to
6526 something else'', but normally results in something looking better.
6527 Cleaner, perhaps.
6528
6529 @table @kbd
6530
6531 @item W l
6532 @kindex W l (Summary)
6533 @findex gnus-summary-stop-page-breaking
6534 Remove page breaks from the current article
6535 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article} for page
6536 delimiters. 
6537
6538 @item W r
6539 @kindex W r (Summary)
6540 @findex gnus-summary-caesar-message
6541 @c @icon{gnus-summary-caesar-message}
6542 Do a Caesar rotate (rot13) on the article buffer
6543 (@code{gnus-summary-caesar-message}).
6544 Unreadable articles that tell you to read them with Caesar rotate or rot13.
6545 (Typically offensive jokes and such.)
6546
6547 It's commonly called ``rot13'' because each letter is rotated 13
6548 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
6549 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
6550 is rumored to have employed this form of, uh, somewhat weak encryption.
6551
6552 @item W t
6553 @kindex W t (Summary)
6554 @findex gnus-summary-toggle-header
6555 Toggle whether to display all headers in the article buffer
6556 (@code{gnus-summary-toggle-header}).
6557
6558 @item W v
6559 @kindex W v (Summary)
6560 @findex gnus-summary-verbose-header
6561 Toggle whether to display all headers in the article buffer permanently
6562 (@code{gnus-summary-verbose-header}).
6563
6564 @item W m
6565 @kindex W m (Summary)
6566 @findex gnus-summary-toggle-mime
6567 Toggle whether to display the article as @sc{mime} message
6568 (@code{gnus-summary-toggle-mime}).
6569
6570 @item W o
6571 @kindex W o (Summary)
6572 @findex gnus-article-treat-overstrike
6573 Treat overstrike (@code{gnus-article-treat-overstrike}).
6574
6575 @item W d
6576 @kindex W d (Summary)
6577 @findex gnus-article-treat-dumbquotes
6578 @vindex gnus-article-dumbquotes-map
6579 @cindex Smartquotes
6580 @cindex M******** sm*rtq**t*s
6581 @cindex Latin 1
6582 Treat M******** sm*rtq**t*s according to
6583 @code{gnus-article-dumbquotes-map}
6584 (@code{gnus-article-treat-dumbquotes}).
6585
6586 @item W w
6587 @kindex W w (Summary)
6588 @findex gnus-article-fill-cited-article
6589 Do word wrap (@code{gnus-article-fill-cited-article}).  If you use this
6590 function in @code{gnus-article-display-hook}, it should be run fairly
6591 late and certainly after any highlighting.
6592
6593 You can give the command a numerical prefix to specify the width to use
6594 when filling.
6595
6596 @item W c
6597 @kindex W c (Summary)
6598 @findex gnus-article-remove-cr
6599 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
6600 (this takes care of DOS line endings), and then translate any remaining
6601 CRs into LF (this takes care of Mac line endings)
6602 (@code{gnus-article-remove-cr}).
6603
6604 @item W f
6605 @kindex W f (Summary)
6606 @cindex x-face
6607 @findex gnus-article-display-x-face
6608 @findex gnus-article-x-face-command
6609 @vindex gnus-article-x-face-command
6610 @vindex gnus-article-x-face-too-ugly
6611 @iftex
6612 @iflatex
6613 \include{xface}
6614 @end iflatex
6615 @end iftex
6616 Look for and display any X-Face headers
6617 (@code{gnus-article-display-x-face}).  The command executed by this
6618 function is given by the @code{gnus-article-x-face-command} variable.
6619 If this variable is a string, this string will be executed in a
6620 sub-shell.  If it is a function, this function will be called with the
6621 face as the argument.  If the @code{gnus-article-x-face-too-ugly} (which
6622 is a regexp) matches the @code{From} header, the face will not be shown.
6623 The default action under Emacs is to fork off an @code{xv} to view the
6624 face; under XEmacs the default action is to display the face before the
6625 @code{From} header.  (It's nicer if XEmacs has been compiled with X-Face
6626 support---that will make display somewhat faster.  If there's no native
6627 X-Face support, Gnus will try to convert the @code{X-Face} header using
6628 external programs from the @code{pbmplus} package and friends.)  If you
6629 want to have this function in the display hook, it should probably come
6630 last.
6631
6632 @item W b
6633 @kindex W b (Summary)
6634 @findex gnus-article-add-buttons
6635 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
6636 @xref{Article Buttons}.
6637
6638 @item W B
6639 @kindex W B (Summary)
6640 @findex gnus-article-add-buttons-to-head
6641 Add clickable buttons to the article headers
6642 (@code{gnus-article-add-buttons-to-head}).
6643
6644 @item W E l
6645 @kindex W E l (Summary)
6646 @findex gnus-article-strip-leading-blank-lines
6647 Remove all blank lines from the beginning of the article
6648 (@code{gnus-article-strip-leading-blank-lines}).
6649
6650 @item W E m
6651 @kindex W E m (Summary)
6652 @findex gnus-article-strip-multiple-blank-lines
6653 Replace all blank lines with empty lines and then all multiple empty
6654 lines with a single empty line.
6655 (@code{gnus-article-strip-multiple-blank-lines}).
6656
6657 @item W E t
6658 @kindex W E t (Summary)
6659 @findex gnus-article-remove-trailing-blank-lines
6660 Remove all blank lines at the end of the article
6661 (@code{gnus-article-remove-trailing-blank-lines}).
6662
6663 @item W E a
6664 @kindex W E a (Summary)
6665 @findex gnus-article-strip-blank-lines
6666 Do all the three commands above
6667 (@code{gnus-article-strip-blank-lines}).
6668
6669 @item W E A
6670 @kindex W E A (Summary)
6671 @findex gnus-article-strip-all-blank-lines
6672 Remove all blank lines
6673 (@code{gnus-article-strip-all-blank-lines}).
6674
6675 @item W E s
6676 @kindex W E s (Summary)
6677 @findex gnus-article-strip-leading-space
6678 Remove all white space from the beginning of all lines of the article
6679 body (@code{gnus-article-strip-leading-space}).
6680
6681 @end table
6682
6683 @xref{Customizing Articles} for how to wash articles automatically.
6684
6685
6686 @node Article Buttons
6687 @subsection Article Buttons
6688 @cindex buttons
6689
6690 People often include references to other stuff in articles, and it would
6691 be nice if Gnus could just fetch whatever it is that people talk about
6692 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
6693 button on these references.
6694
6695 Gnus adds @dfn{buttons} to certain standard references by default:
6696 Well-formed URLs, mail addresses and Message-IDs.  This is controlled by
6697 two variables, one that handles article bodies and one that handles
6698 article heads:
6699
6700 @table @code
6701
6702 @item gnus-button-alist
6703 @vindex gnus-button-alist
6704 This is an alist where each entry has this form:
6705
6706 @lisp
6707 (REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
6708 @end lisp
6709
6710 @table @var
6711
6712 @item regexp
6713 All text that match this regular expression will be considered an
6714 external reference.  Here's a typical regexp that matches embedded URLs:
6715 @samp{<URL:\\([^\n\r>]*\\)>}.
6716
6717 @item button-par
6718 Gnus has to know which parts of the matches is to be highlighted.  This
6719 is a number that says what sub-expression of the regexp is to be
6720 highlighted.  If you want it all highlighted, you use 0 here.
6721
6722 @item use-p
6723 This form will be @code{eval}ed, and if the result is non-@code{nil},
6724 this is considered a match.  This is useful if you want extra sifting to
6725 avoid false matches.
6726
6727 @item function
6728 This function will be called when you click on this button.
6729
6730 @item data-par
6731 As with @var{button-par}, this is a sub-expression number, but this one
6732 says which part of the match is to be sent as data to @var{function}.
6733
6734 @end table
6735
6736 So the full entry for buttonizing URLs is then
6737
6738 @lisp
6739 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
6740 @end lisp
6741
6742 @item gnus-header-button-alist
6743 @vindex gnus-header-button-alist
6744 This is just like the other alist, except that it is applied to the
6745 article head only, and that each entry has an additional element that is
6746 used to say what headers to apply the buttonize coding to:
6747
6748 @lisp
6749 (HEADER REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
6750 @end lisp
6751
6752 @var{HEADER} is a regular expression.
6753
6754 @item gnus-button-url-regexp
6755 @vindex gnus-button-url-regexp
6756 A regular expression that matches embedded URLs.  It is used in the
6757 default values of the variables above.
6758
6759 @item gnus-article-button-face
6760 @vindex gnus-article-button-face
6761 Face used on buttons.
6762
6763 @item gnus-article-mouse-face
6764 @vindex gnus-article-mouse-face
6765 Face used when the mouse cursor is over a button.
6766
6767 @end table
6768
6769 @xref{Customizing Articles} for how to buttonize articles automatically.
6770
6771
6772 @node Article Date
6773 @subsection Article Date
6774
6775 The date is most likely generated in some obscure timezone you've never
6776 heard of, so it's quite nice to be able to find out what the time was
6777 when the article was sent.
6778
6779 @table @kbd
6780
6781 @item W T u
6782 @kindex W T u (Summary)
6783 @findex gnus-article-date-ut
6784 Display the date in UT (aka. GMT, aka ZULU)
6785 (@code{gnus-article-date-ut}).
6786
6787 @item W T i
6788 @kindex W T i (Summary)
6789 @findex gnus-article-date-iso8601
6790 @cindex ISO 8601
6791 Display the date in international format, aka. ISO 8601
6792 (@code{gnus-article-date-iso8601}).
6793
6794 @item W T l
6795 @kindex W T l (Summary)
6796 @findex gnus-article-date-local
6797 Display the date in the local timezone (@code{gnus-article-date-local}).
6798
6799 @item W T s
6800 @kindex W T s (Summary)
6801 @vindex gnus-article-time-format
6802 @findex gnus-article-date-user
6803 @findex format-time-string
6804 Display the date using a user-defined format
6805 (@code{gnus-article-date-user}).  The format is specified by the
6806 @code{gnus-article-time-format} variable, and is a string that's passed
6807 to @code{format-time-string}.  See the documentation of that variable
6808 for a list of possible format specs.
6809
6810 @item W T e
6811 @kindex W T e (Summary)
6812 @findex gnus-article-date-lapsed
6813 @findex gnus-start-date-timer
6814 @findex gnus-stop-date-timer
6815 Say how much time has elapsed between the article was posted and now
6816 (@code{gnus-article-date-lapsed}).  If you want to have this line
6817 updated continually, you can put
6818
6819 @lisp
6820 (gnus-start-date-timer)
6821 @end lisp
6822
6823 in your @file{.gnus.el} file, or you can run it off of some hook.  If
6824 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
6825 command.
6826
6827 @item W T o
6828 @kindex W T o (Summary)
6829 @findex gnus-article-date-original
6830 Display the original date (@code{gnus-article-date-original}).  This can
6831 be useful if you normally use some other conversion function and are
6832 worried that it might be doing something totally wrong.  Say, claiming
6833 that the article was posted in 1854.  Although something like that is
6834 @emph{totally} impossible.  Don't you trust me? *titter*
6835
6836 @end table
6837
6838 @xref{Customizing Articles} for how to display the date in your
6839 preferred format automatically.
6840
6841
6842 @node Article Signature
6843 @subsection Article Signature
6844 @cindex signatures
6845 @cindex article signature
6846
6847 @vindex gnus-signature-separator
6848 Each article is divided into two parts---the head and the body.  The
6849 body can be divided into a signature part and a text part.  The variable
6850 that says what is to be considered a signature is
6851 @code{gnus-signature-separator}.  This is normally the standard
6852 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
6853 non-standard signature separators, so this variable can also be a list
6854 of regular expressions to be tested, one by one.  (Searches are done
6855 from the end of the body towards the beginning.)  One likely value is:
6856
6857 @lisp
6858 (setq gnus-signature-separator
6859       '("^-- $"         ; The standard
6860         "^-- *$"        ; A common mangling
6861         "^-------*$"    ; Many people just use a looong
6862                         ; line of dashes.  Shame!
6863         "^ *--------*$" ; Double-shame!
6864         "^________*$"   ; Underscores are also popular
6865         "^========*$")) ; Pervert!
6866 @end lisp
6867
6868 The more permissive you are, the more likely it is that you'll get false
6869 positives.
6870
6871 @vindex gnus-signature-limit
6872 @code{gnus-signature-limit} provides a limit to what is considered a
6873 signature.
6874
6875 @enumerate
6876 @item
6877 If it is an integer, no signature may be longer (in characters) than
6878 that integer.
6879 @item
6880 If it is a floating point number, no signature may be longer (in lines)
6881 than that number.
6882 @item
6883 If it is a function, the function will be called without any parameters,
6884 and if it returns @code{nil}, there is no signature in the buffer.
6885 @item
6886 If it is a string, it will be used as a regexp.  If it matches, the text
6887 in question is not a signature.
6888 @end enumerate
6889
6890 This variable can also be a list where the elements may be of the types
6891 listed above.  Here's an example:
6892
6893 @lisp
6894 (setq gnus-signature-limit
6895       '(200.0 "^---*Forwarded article"))
6896 @end lisp
6897
6898 This means that if there are more than 200 lines after the signature
6899 separator, or the text after the signature separator is matched by
6900 the regular expression @samp{^---*Forwarded article}, then it isn't a
6901 signature after all.
6902
6903
6904 @node MIME Commands
6905 @section MIME Commands
6906 @cindex MIME decoding
6907
6908 @table @kbd
6909 @item W M w
6910 @kindex W M w (Summary)
6911 Decode RFC2047-encoded words in the article headers
6912 (@code{gnus-article-decode-mime-words}).
6913
6914 @item W M c
6915 @kindex W M c (Summary)
6916 Decode encoded article bodies as well as charsets
6917 (@code{gnus-article-decode-charset}).
6918
6919 This command looks in the @code{Content-Type} header to determine the
6920 charset.  If there is no such header in the article, you can give it a
6921 prefix, which will prompt for the charset to decode as.  In regional
6922 groups where people post using some common encoding (but do not include
6923 MIME headers), you can set the @code{charset} group/topic parameter to
6924 the required charset (@pxref{Group Parameters}).
6925
6926 @item W M v
6927 @kindex W M v (Summary)
6928 View all the @sc{mime} parts in the current article
6929 (@code{gnus-mime-view-all-parts}). 
6930
6931 @end table
6932
6933 Relevant variables:
6934
6935 @table @code
6936 @item gnus-ignored-mime-types
6937 @vindex gnus-ignored-mime-types
6938 This is a list of regexps.  @sc{mime} types that match a regexp from
6939 this list will be completely ignored by Gnus.  The default value is
6940 @code{nil}.
6941
6942 To have all Vcards be ignored, you'd say something like this:
6943
6944 @lisp
6945 (setq gnus-ignored-mime-types
6946       '("text/x-vcard"))
6947 @end lisp
6948
6949 @item gnus-article-mime-part-function
6950 @vindex gnus-article-mime-part-function
6951 For each @sc{mime} part, this function will be called with the @sc{mime} 
6952 handle as the parameter.  The function is meant to be used to allow
6953 users to gather information from the article (e. g., add Vcard info to
6954 the bbdb database) or to do actions based on parts (e. g., automatically 
6955 save all jpegs into some directory).
6956
6957 Here's an example function the does the latter:
6958
6959 @lisp
6960 (defun my-save-all-jpeg-parts (handle)
6961   (when (equal (car (mm-handle-type handle)) "image/jpeg")
6962     (with-temp-buffer
6963       (insert (mm-get-part handle))
6964       (write-region (point-min) (point-max)
6965                     (read-file-name "Save jpeg to: ")))))
6966 (setq gnus-article-mime-part-function
6967       'my-save-all-jpeg-parts)
6968 @end lisp
6969
6970 @end table
6971
6972
6973 @node Article Commands
6974 @section Article Commands
6975
6976 @table @kbd
6977
6978 @item A P
6979 @cindex PostScript
6980 @cindex printing
6981 @kindex A P (Summary)
6982 @vindex gnus-ps-print-hook
6983 @findex gnus-summary-print-article
6984 Generate and print a PostScript image of the article buffer
6985 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will be
6986 run just before printing the buffer.
6987
6988 @end table
6989
6990
6991 @node Summary Sorting
6992 @section Summary Sorting
6993 @cindex summary sorting
6994
6995 You can have the summary buffer sorted in various ways, even though I
6996 can't really see why you'd want that.
6997
6998 @table @kbd
6999
7000 @item C-c C-s C-n
7001 @kindex C-c C-s C-n (Summary)
7002 @findex gnus-summary-sort-by-number
7003 Sort by article number (@code{gnus-summary-sort-by-number}).
7004
7005 @item C-c C-s C-a
7006 @kindex C-c C-s C-a (Summary)
7007 @findex gnus-summary-sort-by-author
7008 Sort by author (@code{gnus-summary-sort-by-author}).
7009
7010 @item C-c C-s C-s
7011 @kindex C-c C-s C-s (Summary)
7012 @findex gnus-summary-sort-by-subject
7013 Sort by subject (@code{gnus-summary-sort-by-subject}).
7014
7015 @item C-c C-s C-d
7016 @kindex C-c C-s C-d (Summary)
7017 @findex gnus-summary-sort-by-date
7018 Sort by date (@code{gnus-summary-sort-by-date}).
7019
7020 @item C-c C-s C-l
7021 @kindex C-c C-s C-l (Summary)
7022 @findex gnus-summary-sort-by-lines
7023 Sort by lines (@code{gnus-summary-sort-by-lines}).
7024
7025 @item C-c C-s C-i
7026 @kindex C-c C-s C-i (Summary)
7027 @findex gnus-summary-sort-by-score
7028 Sort by score (@code{gnus-summary-sort-by-score}).
7029 @end table
7030
7031 These functions will work both when you use threading and when you don't
7032 use threading.  In the latter case, all summary lines will be sorted,
7033 line by line.  In the former case, sorting will be done on a
7034 root-by-root basis, which might not be what you were looking for.  To
7035 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
7036 Commands}).
7037
7038
7039 @node Finding the Parent
7040 @section Finding the Parent
7041 @cindex parent articles
7042 @cindex referring articles
7043
7044 @table @kbd
7045 @item ^
7046 @kindex ^ (Summary)
7047 @findex gnus-summary-refer-parent-article
7048 If you'd like to read the parent of the current article, and it is not
7049 displayed in the summary buffer, you might still be able to.  That is,
7050 if the current group is fetched by @sc{nntp}, the parent hasn't expired
7051 and the @code{References} in the current article are not mangled, you
7052 can just press @kbd{^} or @kbd{A r}
7053 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
7054 you'll get the parent.  If the parent is already displayed in the
7055 summary buffer, point will just move to this article.
7056
7057 If given a positive numerical prefix, fetch that many articles back into
7058 the ancestry.  If given a negative numerical prefix, fetch just that
7059 ancestor.  So if you say @kbd{3 ^}, gnus will fetch the parent, the
7060 grandparent and the grandgrandparent of the current article.  If you say
7061 @kbd{-3 ^}, gnus will only fetch the grandgrandparent of the current
7062 article.
7063
7064 @item A R (Summary)
7065 @findex gnus-summary-refer-references
7066 @kindex A R (Summary)
7067 Fetch all articles mentioned in the @code{References} header of the
7068 article (@code{gnus-summary-refer-references}).
7069
7070 @item A T (Summary)
7071 @findex gnus-summary-refer-thread
7072 @kindex A T (Summary)
7073 Display the full thread where the current article appears
7074 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
7075 headers in the current group to work, so it usually takes a while.  If
7076 you do it often, you may consider setting @code{gnus-fetch-old-headers}
7077 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
7078 visible effects normally, but it'll make this command work a whole lot
7079 faster.  Of course, it'll make group entry somewhat slow.
7080
7081 @vindex gnus-refer-thread-limit
7082 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
7083 articles before the first displayed in the current group) headers to
7084 fetch when doing this command.  The default is 200.  If @code{t}, all
7085 the available headers will be fetched.  This variable can be overridden
7086 by giving the @kbd{A T} command a numerical prefix.
7087
7088 @item M-^ (Summary)
7089 @findex gnus-summary-refer-article
7090 @kindex M-^ (Summary)
7091 @cindex Message-ID
7092 @cindex fetching by Message-ID
7093 You can also ask the @sc{nntp} server for an arbitrary article, no
7094 matter what group it belongs to.  @kbd{M-^}
7095 (@code{gnus-summary-refer-article}) will ask you for a
7096 @code{Message-ID}, which is one of those long, hard-to-read thingies
7097 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
7098 have to get it all exactly right.  No fuzzy searches, I'm afraid.
7099 @end table
7100
7101 The current select method will be used when fetching by
7102 @code{Message-ID} from non-news select method, but you can override this
7103 by giving this command a prefix.
7104
7105 @vindex gnus-refer-article-method
7106 If the group you are reading is located on a backend that does not
7107 support fetching by @code{Message-ID} very well (like @code{nnspool}),
7108 you can set @code{gnus-refer-article-method} to an @sc{nntp} method.  It
7109 would, perhaps, be best if the @sc{nntp} server you consult is the one
7110 updating the spool you are reading from, but that's not really
7111 necessary.
7112
7113 Most of the mail backends support fetching by @code{Message-ID}, but do
7114 not do a particularly excellent job at it.  That is, @code{nnmbox} and
7115 @code{nnbabyl} are able to locate articles from any groups, while
7116 @code{nnml} and @code{nnfolder} are only able to locate articles that
7117 have been posted to the current group.  (Anything else would be too time
7118 consuming.)  @code{nnmh} does not support this at all.
7119
7120
7121 @node Alternative Approaches
7122 @section Alternative Approaches
7123
7124 Different people like to read news using different methods.  This being
7125 gnus, we offer a small selection of minor modes for the summary buffers.
7126
7127 @menu
7128 * Pick and Read::               First mark articles and then read them.
7129 * Binary Groups::               Auto-decode all articles.
7130 @end menu
7131
7132
7133 @node Pick and Read
7134 @subsection Pick and Read
7135 @cindex pick and read
7136
7137 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
7138 a two-phased reading interface.  The user first marks in a summary
7139 buffer the articles she wants to read.  Then she starts reading the
7140 articles with just an article buffer displayed.
7141
7142 @findex gnus-pick-mode
7143 @kindex M-x gnus-pick-mode
7144 Gnus provides a summary buffer minor mode that allows
7145 this---@code{gnus-pick-mode}.  This basically means that a few process
7146 mark commands become one-keystroke commands to allow easy marking, and
7147 it provides one additional command for switching to the summary buffer.
7148
7149 Here are the available keystrokes when using pick mode:
7150
7151 @table @kbd
7152 @item .
7153 @kindex . (Pick)
7154 @findex gnus-pick-article-or-thread
7155 Pick the article or thread on the current line
7156 (@code{gnus-pick-article-or-thread}).  If the variable
7157 @code{gnus-thread-hide-subtree} is true, then this key selects the
7158 entire thread when used at the first article of the thread.  Otherwise,
7159 it selects just the article. If given a numerical prefix, go to that
7160 thread or article and pick it.  (The line number is normally displayed
7161 at the beginning of the summary pick lines.)
7162
7163 @item SPACE
7164 @kindex SPACE (Pick)
7165 @findex gnus-pick-next-page
7166 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
7167 at the end of the buffer, start reading the picked articles.
7168
7169 @item u
7170 @kindex u (Pick)
7171 @findex gnus-pick-unmark-article-or-thread.
7172 Unpick the thread or article
7173 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
7174 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
7175 thread if used at the first article of the thread.  Otherwise it unpicks 
7176 just the article.  You can give this key a numerical prefix to unpick
7177 the thread or article at that line.
7178
7179 @item RET
7180 @kindex RET (Pick)
7181 @findex gnus-pick-start-reading
7182 @vindex gnus-pick-display-summary
7183 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
7184 given a prefix, mark all unpicked articles as read first.  If
7185 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
7186 will still be visible when you are reading.
7187
7188 @end table
7189
7190 All the normal summary mode commands are still available in the
7191 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
7192 which is mapped to the same function
7193 @code{gnus-summary-tick-article-forward}.
7194
7195 If this sounds like a good idea to you, you could say:
7196
7197 @lisp
7198 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
7199 @end lisp
7200
7201 @vindex gnus-pick-mode-hook
7202 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
7203
7204 @vindex gnus-mark-unpicked-articles-as-read
7205 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
7206 all unpicked articles as read.  The default is @code{nil}.
7207
7208 @vindex gnus-summary-pick-line-format
7209 The summary line format in pick mode is slightly different from the
7210 standard format.  At the beginning of each line the line number is
7211 displayed.  The pick mode line format is controlled by the
7212 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
7213 Variables}).  It accepts the same format specs that
7214 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
7215
7216
7217 @node Binary Groups
7218 @subsection Binary Groups
7219 @cindex binary groups
7220
7221 @findex gnus-binary-mode
7222 @kindex M-x gnus-binary-mode
7223 If you spend much time in binary groups, you may grow tired of hitting
7224 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
7225 is a minor mode for summary buffers that makes all ordinary Gnus article
7226 selection functions uudecode series of articles and display the result
7227 instead of just displaying the articles the normal way.
7228
7229 @kindex g (Binary)
7230 @findex gnus-binary-show-article
7231 The only way, in fact, to see the actual articles is the @kbd{g}
7232 command, when you have turned on this mode
7233 (@code{gnus-binary-show-article}).
7234
7235 @vindex gnus-binary-mode-hook
7236 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
7237
7238
7239 @node Tree Display
7240 @section Tree Display
7241 @cindex trees
7242
7243 @vindex gnus-use-trees
7244 If you don't like the normal gnus summary display, you might try setting
7245 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
7246 additional @dfn{tree buffer}.  You can execute all summary mode commands
7247 in the tree buffer.
7248
7249 There are a few variables to customize the tree display, of course:
7250
7251 @table @code
7252 @item gnus-tree-mode-hook
7253 @vindex gnus-tree-mode-hook
7254 A hook called in all tree mode buffers.
7255
7256 @item gnus-tree-mode-line-format
7257 @vindex gnus-tree-mode-line-format
7258 A format string for the mode bar in the tree mode buffers (@pxref{Mode
7259 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
7260 of valid specs, @pxref{Summary Buffer Mode Line}.
7261
7262 @item gnus-selected-tree-face
7263 @vindex gnus-selected-tree-face
7264 Face used for highlighting the selected article in the tree buffer.  The
7265 default is @code{modeline}.
7266
7267 @item gnus-tree-line-format
7268 @vindex gnus-tree-line-format
7269 A format string for the tree nodes.  The name is a bit of a misnomer,
7270 though---it doesn't define a line, but just the node.  The default value
7271 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
7272 the name of the poster.  It is vital that all nodes are of the same
7273 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
7274
7275 Valid specs are:
7276
7277 @table @samp
7278 @item n
7279 The name of the poster.
7280 @item f
7281 The @code{From} header.
7282 @item N
7283 The number of the article.
7284 @item [
7285 The opening bracket.
7286 @item ]
7287 The closing bracket.
7288 @item s
7289 The subject.
7290 @end table
7291
7292 @xref{Formatting Variables}.
7293
7294 Variables related to the display are:
7295
7296 @table @code
7297 @item gnus-tree-brackets
7298 @vindex gnus-tree-brackets
7299 This is used for differentiating between ``real'' articles and
7300 ``sparse'' articles.  The format is @var{((real-open . real-close)
7301 (sparse-open . sparse-close) (dummy-open . dummy-close))}, and the
7302 default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
7303
7304 @item gnus-tree-parent-child-edges
7305 @vindex gnus-tree-parent-child-edges
7306 This is a list that contains the characters used for connecting parent
7307 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
7308
7309 @end table
7310
7311 @item gnus-tree-minimize-window
7312 @vindex gnus-tree-minimize-window
7313 If this variable is non-@code{nil}, gnus will try to keep the tree
7314 buffer as small as possible to allow more room for the other gnus
7315 windows.  If this variable is a number, the tree buffer will never be
7316 higher than that number.  The default is @code{t}.  Note that if you
7317 have several windows displayed side-by-side in a frame and the tree
7318 buffer is one of these, minimizing the tree window will also resize all
7319 other windows displayed next to it.
7320
7321 @item gnus-generate-tree-function
7322 @vindex gnus-generate-tree-function
7323 @findex gnus-generate-horizontal-tree
7324 @findex gnus-generate-vertical-tree
7325 The function that actually generates the thread tree.  Two predefined
7326 functions are available: @code{gnus-generate-horizontal-tree} and
7327 @code{gnus-generate-vertical-tree} (which is the default).
7328
7329 @end table
7330
7331 Here's an example from a horizontal tree buffer:
7332
7333 @example
7334 @{***@}-(***)-[odd]-[Gun]
7335      |      \[Jan]
7336      |      \[odd]-[Eri]
7337      |      \(***)-[Eri]
7338      |            \[odd]-[Paa]
7339      \[Bjo]
7340      \[Gun]
7341      \[Gun]-[Jor]
7342 @end example
7343
7344 Here's the same thread displayed in a vertical tree buffer:
7345
7346 @example
7347 @{***@}
7348   |--------------------------\-----\-----\
7349 (***)                         [Bjo] [Gun] [Gun]
7350   |--\-----\-----\                          |
7351 [odd] [Jan] [odd] (***)                   [Jor]
7352   |           |     |--\
7353 [Gun]       [Eri] [Eri] [odd]
7354                           |
7355                         [Paa]
7356 @end example
7357
7358 If you're using horizontal trees, it might be nice to display the trees
7359 side-by-side with the summary buffer.  You could add something like the
7360 following to your @file{.gnus.el} file:
7361
7362 @lisp
7363 (setq gnus-use-trees t
7364       gnus-generate-tree-function 'gnus-generate-horizontal-tree
7365       gnus-tree-minimize-window nil)
7366 (gnus-add-configuration
7367  '(article
7368    (vertical 1.0
7369              (horizontal 0.25
7370                          (summary 0.75 point)
7371                          (tree 1.0))
7372              (article 1.0))))
7373 @end lisp
7374
7375 @xref{Windows Configuration}.
7376
7377
7378 @node Mail Group Commands
7379 @section Mail Group Commands
7380 @cindex mail group commands
7381
7382 Some commands only make sense in mail groups.  If these commands are
7383 invalid in the current group, they will raise a hell and let you know.
7384
7385 All these commands (except the expiry and edit commands) use the
7386 process/prefix convention (@pxref{Process/Prefix}).
7387
7388 @table @kbd
7389
7390 @item B e
7391 @kindex B e (Summary)
7392 @findex gnus-summary-expire-articles
7393 Expire all expirable articles in the group
7394 (@code{gnus-summary-expire-articles}).
7395
7396 @item B M-C-e
7397 @kindex B M-C-e (Summary)
7398 @findex gnus-summary-expire-articles-now
7399 Delete all the expirable articles in the group
7400 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
7401 articles eligible for expiry in the current group will
7402 disappear forever into that big @file{/dev/null} in the sky.
7403
7404 @item B DEL
7405 @kindex B DEL (Summary)
7406 @findex gnus-summary-delete-article
7407 @c @icon{gnus-summary-mail-delete}
7408 Delete the mail article.  This is ``delete'' as in ``delete it from your
7409 disk forever and ever, never to return again.'' Use with caution.
7410 (@code{gnus-summary-delete-article}).
7411
7412 @item B m
7413 @kindex B m (Summary)
7414 @cindex move mail
7415 @findex gnus-summary-move-article
7416 Move the article from one mail group to another
7417 (@code{gnus-summary-move-article}).
7418
7419 @item B c
7420 @kindex B c (Summary)
7421 @cindex copy mail
7422 @findex gnus-summary-copy-article
7423 @c @icon{gnus-summary-mail-copy}
7424 Copy the article from one group (mail group or not) to a mail group
7425 (@code{gnus-summary-copy-article}).
7426
7427 @item B B
7428 @kindex B B (Summary)
7429 @cindex crosspost mail
7430 @findex gnus-summary-crosspost-article
7431 Crosspost the current article to some other group
7432 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
7433 the article in the other group, and the Xref headers of the article will
7434 be properly updated.
7435
7436 @item B i
7437 @kindex B i (Summary)
7438 @findex gnus-summary-import-article
7439 Import an arbitrary file into the current mail newsgroup
7440 (@code{gnus-summary-import-article}).  You will be prompted for a file
7441 name, a @code{From} header and a @code{Subject} header.
7442
7443 @item B r
7444 @kindex B r (Summary)
7445 @findex gnus-summary-respool-article
7446 Respool the mail article (@code{gnus-summary-respool-article}).
7447 @code{gnus-summary-respool-default-method} will be used as the default
7448 select method when respooling.  This variable is @code{nil} by default,
7449 which means that the current group select method will be used instead.
7450
7451 @item B w
7452 @itemx e
7453 @kindex B w (Summary)
7454 @kindex e (Summary)
7455 @findex gnus-summary-edit-article
7456 @kindex C-c C-c (Article)
7457 Edit the current article (@code{gnus-summary-edit-article}).  To finish
7458 editing and make the changes permanent, type @kbd{C-c C-c}
7459 (@kbd{gnus-summary-edit-article-done}).  If you give a prefix to the
7460 @kbd{C-c C-c} command, gnus won't re-highlight the article.
7461
7462 @item B q
7463 @kindex B q (Summary)
7464 @findex gnus-summary-respool-query
7465 If you want to re-spool an article, you might be curious as to what group
7466 the article will end up in before you do the re-spooling.  This command
7467 will tell you (@code{gnus-summary-respool-query}).
7468
7469 @item B t
7470 @kindex B t (Summary)
7471 @findex gnus-summary-respool-trace
7472 Similarly, this command will display all fancy splitting patterns used
7473 when repooling, if any (@code{gnus-summary-respool-trace}).
7474
7475 @item B p
7476 @kindex B p (Summary)
7477 @findex gnus-summary-article-posted-p
7478 Some people have a tendency to send you "courtesy" copies when they
7479 follow up to articles you have posted.  These usually have a
7480 @code{Newsgroups} header in them, but not always.  This command
7481 (@code{gnus-summary-article-posted-p}) will try to fetch the current
7482 article from your news server (or rather, from
7483 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
7484 report back whether it found the article or not.  Even if it says that
7485 it didn't find the article, it may have been posted anyway---mail
7486 propagation is much faster than news propagation, and the news copy may
7487 just not have arrived yet.
7488
7489 @end table
7490
7491 @vindex gnus-move-split-methods
7492 @cindex moving articles
7493 If you move (or copy) articles regularly, you might wish to have gnus
7494 suggest where to put the articles.  @code{gnus-move-split-methods} is a
7495 variable that uses the same syntax as @code{gnus-split-methods}
7496 (@pxref{Saving Articles}).  You may customize that variable to create
7497 suggestions you find reasonable.
7498
7499 @lisp
7500 (setq gnus-move-split-methods
7501       '(("^From:.*Lars Magne" "nnml:junk")
7502         ("^Subject:.*gnus" "nnfolder:important")
7503         (".*" "nnml:misc")))
7504 @end lisp
7505
7506
7507 @node Various Summary Stuff
7508 @section Various Summary Stuff
7509
7510 @menu
7511 * Summary Group Information::         Information oriented commands.
7512 * Searching for Articles::            Multiple article commands.
7513 * Summary Generation Commands::       (Re)generating the summary buffer.
7514 * Really Various Summary Commands::   Those pesky non-conformant commands.
7515 @end menu
7516
7517 @table @code
7518 @vindex gnus-summary-mode-hook
7519 @item gnus-summary-mode-hook
7520 This hook is called when creating a summary mode buffer.
7521
7522 @vindex gnus-summary-generate-hook
7523 @item gnus-summary-generate-hook
7524 This is called as the last thing before doing the threading and the
7525 generation of the summary buffer.  It's quite convenient for customizing
7526 the threading variables based on what data the newsgroup has.  This hook
7527 is called from the summary buffer after most summary buffer variables
7528 have been set.
7529
7530 @vindex gnus-summary-prepare-hook
7531 @item gnus-summary-prepare-hook
7532 It is called after the summary buffer has been generated.  You might use
7533 it to, for instance, highlight lines or modify the look of the buffer in
7534 some other ungodly manner.  I don't care.
7535
7536 @vindex gnus-summary-prepared-hook
7537 @item gnus-summary-prepared-hook
7538 A hook called as the very last thing after the summary buffer has been
7539 generated.
7540
7541 @vindex gnus-summary-ignore-duplicates
7542 @item gnus-summary-ignore-duplicates
7543 When gnus discovers two articles that have the same @code{Message-ID},
7544 it has to do something drastic.  No articles are allowed to have the
7545 same @code{Message-ID}, but this may happen when reading mail from some
7546 sources.  Gnus allows you to customize what happens with this variable.
7547 If it is @code{nil} (which is the default), gnus will rename the
7548 @code{Message-ID} (for display purposes only) and display the article as
7549 any other article.  If this variable is @code{t}, it won't display the
7550 article---it'll be as if it never existed.
7551
7552 @end table
7553
7554
7555 @node Summary Group Information
7556 @subsection Summary Group Information
7557
7558 @table @kbd
7559
7560 @item H f
7561 @kindex H f (Summary)
7562 @findex gnus-summary-fetch-faq
7563 @vindex gnus-group-faq-directory
7564 Try to fetch the FAQ (list of frequently asked questions) for the
7565 current group (@code{gnus-summary-fetch-faq}).  Gnus will try to get the
7566 FAQ from @code{gnus-group-faq-directory}, which is usually a directory
7567 on a remote machine.  This variable can also be a list of directories.
7568 In that case, giving a prefix to this command will allow you to choose
7569 between the various sites.  @code{ange-ftp} or @code{efs} will probably
7570 be used for fetching the file.
7571
7572 @item H d
7573 @kindex H d (Summary)
7574 @findex gnus-summary-describe-group
7575 Give a brief description of the current group
7576 (@code{gnus-summary-describe-group}).  If given a prefix, force
7577 rereading the description from the server.
7578
7579 @item H h
7580 @kindex H h (Summary)
7581 @findex gnus-summary-describe-briefly
7582 Give an extremely brief description of the most important summary
7583 keystrokes (@code{gnus-summary-describe-briefly}).
7584
7585 @item H i
7586 @kindex H i (Summary)
7587 @findex gnus-info-find-node
7588 Go to the gnus info node (@code{gnus-info-find-node}).
7589 @end table
7590
7591
7592 @node Searching for Articles
7593 @subsection Searching for Articles
7594
7595 @table @kbd
7596
7597 @item M-s
7598 @kindex M-s (Summary)
7599 @findex gnus-summary-search-article-forward
7600 Search through all subsequent articles for a regexp
7601 (@code{gnus-summary-search-article-forward}).
7602
7603 @item M-r
7604 @kindex M-r (Summary)
7605 @findex gnus-summary-search-article-backward
7606 Search through all previous articles for a regexp
7607 (@code{gnus-summary-search-article-backward}).
7608
7609 @item &
7610 @kindex & (Summary)
7611 @findex gnus-summary-execute-command
7612 This command will prompt you for a header field, a regular expression to
7613 match on this field, and a command to be executed if the match is made
7614 (@code{gnus-summary-execute-command}).  If given a prefix, search
7615 backward instead.
7616
7617 @item M-&
7618 @kindex M-& (Summary)
7619 @findex gnus-summary-universal-argument
7620 Perform any operation on all articles that have been marked with
7621 the process mark (@code{gnus-summary-universal-argument}).
7622 @end table
7623
7624 @node Summary Generation Commands
7625 @subsection Summary Generation Commands
7626
7627 @table @kbd
7628
7629 @item Y g
7630 @kindex Y g (Summary)
7631 @findex gnus-summary-prepare
7632 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
7633
7634 @item Y c
7635 @kindex Y c (Summary)
7636 @findex gnus-summary-insert-cached-articles
7637 Pull all cached articles (for the current group) into the summary buffer
7638 (@code{gnus-summary-insert-cached-articles}).
7639
7640 @end table
7641
7642
7643 @node Really Various Summary Commands
7644 @subsection Really Various Summary Commands
7645
7646 @table @kbd
7647
7648 @item C-d
7649 @kindex C-d (Summary)
7650 @findex gnus-summary-enter-digest-group
7651 If the current article is a collection of other articles (for instance,
7652 a digest), you might use this command to enter a group based on the that
7653 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
7654 guess what article type is currently displayed unless you give a prefix
7655 to this command, which forces a ``digest'' interpretation.  Basically,
7656 whenever you see a message that is a collection of other messages of
7657 some format, you @kbd{C-d} and read these messages in a more convenient
7658 fashion.
7659
7660 @item M-C-d
7661 @kindex M-C-d (Summary)
7662 @findex gnus-summary-read-document
7663 This command is very similar to the one above, but lets you gather
7664 several documents into one biiig group
7665 (@code{gnus-summary-read-document}).  It does this by opening several
7666 @code{nndoc} groups for each document, and then opening an
7667 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
7668 command understands the process/prefix convention
7669 (@pxref{Process/Prefix}).
7670
7671 @item C-t
7672 @kindex C-t (Summary)
7673 @findex gnus-summary-toggle-truncation
7674 Toggle truncation of summary lines
7675 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
7676 line centering function in the summary buffer, so it's not a good idea
7677 to have truncation switched off while reading articles.
7678
7679 @item =
7680 @kindex = (Summary)
7681 @findex gnus-summary-expand-window
7682 Expand the summary buffer window (@code{gnus-summary-expand-window}).
7683 If given a prefix, force an @code{article} window configuration.
7684
7685 @item M-C-e
7686 @kindex M-C-e (Summary)
7687 @findex gnus-summary-edit-parameters
7688 Edit the group parameters (@pxref{Group Parameters}) of the current
7689 group (@code{gnus-summary-edit-parameters}).
7690
7691 @item M-C-g
7692 @kindex M-C-g (Summary)
7693 @findex gnus-summary-customize-parameters
7694 Customize the group parameters (@pxref{Group Parameters}) of the current
7695 group (@code{gnus-summary-customize-parameters}).
7696
7697 @end table
7698
7699
7700 @node Exiting the Summary Buffer
7701 @section Exiting the Summary Buffer
7702 @cindex summary exit
7703 @cindex exiting groups
7704
7705 Exiting from the summary buffer will normally update all info on the
7706 group and return you to the group buffer.
7707
7708 @table @kbd
7709
7710 @item Z Z
7711 @itemx q
7712 @kindex Z Z (Summary)
7713 @kindex q (Summary)
7714 @findex gnus-summary-exit
7715 @vindex gnus-summary-exit-hook
7716 @vindex gnus-summary-prepare-exit-hook
7717 @c @icon{gnus-summary-exit}
7718 Exit the current group and update all information on the group
7719 (@code{gnus-summary-exit}). @code{gnus-summary-prepare-exit-hook} is
7720 called before doing much of the exiting, which calls
7721 @code{gnus-summary-expire-articles} by default.
7722 @code{gnus-summary-exit-hook} is called after finishing the exit
7723 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
7724 group mode having no more (unread) groups.
7725
7726 @item Z E
7727 @itemx Q
7728 @kindex Z E (Summary)
7729 @kindex Q (Summary)
7730 @findex gnus-summary-exit-no-update
7731 Exit the current group without updating any information on the group
7732 (@code{gnus-summary-exit-no-update}).
7733
7734 @item Z c
7735 @itemx c
7736 @kindex Z c (Summary)
7737 @kindex c (Summary)
7738 @findex gnus-summary-catchup-and-exit
7739 @c @icon{gnus-summary-catchup-and-exit}
7740 Mark all unticked articles in the group as read and then exit
7741 (@code{gnus-summary-catchup-and-exit}).
7742
7743 @item Z C
7744 @kindex Z C (Summary)
7745 @findex gnus-summary-catchup-all-and-exit
7746 Mark all articles, even the ticked ones, as read and then exit
7747 (@code{gnus-summary-catchup-all-and-exit}).
7748
7749 @item Z n
7750 @kindex Z n (Summary)
7751 @findex gnus-summary-catchup-and-goto-next-group
7752 Mark all articles as read and go to the next group
7753 (@code{gnus-summary-catchup-and-goto-next-group}).
7754
7755 @item Z R
7756 @kindex Z R (Summary)
7757 @findex gnus-summary-reselect-current-group
7758 Exit this group, and then enter it again
7759 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
7760 all articles, both read and unread.
7761
7762 @item Z G
7763 @itemx M-g
7764 @kindex Z G (Summary)
7765 @kindex M-g (Summary)
7766 @findex gnus-summary-rescan-group
7767 @c @icon{gnus-summary-mail-get}
7768 Exit the group, check for new articles in the group, and select the
7769 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
7770 articles, both read and unread.
7771
7772 @item Z N
7773 @kindex Z N (Summary)
7774 @findex gnus-summary-next-group
7775 Exit the group and go to the next group
7776 (@code{gnus-summary-next-group}).
7777
7778 @item Z P
7779 @kindex Z P (Summary)
7780 @findex gnus-summary-prev-group
7781 Exit the group and go to the previous group
7782 (@code{gnus-summary-prev-group}).
7783
7784 @item Z s
7785 @kindex Z s (Summary)
7786 @findex gnus-summary-save-newsrc
7787 Save the current number of read/marked articles in the dribble buffer
7788 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
7789 given a prefix, also save the @file{.newsrc} file(s).  Using this
7790 command will make exit without updating (the @kbd{Q} command) worthless.
7791 @end table
7792
7793 @vindex gnus-exit-group-hook
7794 @code{gnus-exit-group-hook} is called when you exit the current
7795 group.
7796
7797 @findex gnus-summary-wake-up-the-dead
7798 @findex gnus-dead-summary-mode
7799 @vindex gnus-kill-summary-on-exit
7800 If you're in the habit of exiting groups, and then changing your mind
7801 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
7802 If you do that, gnus won't kill the summary buffer when you exit it.
7803 (Quelle surprise!)  Instead it will change the name of the buffer to
7804 something like @samp{*Dead Summary ... *} and install a minor mode
7805 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
7806 buffer, you'll find that all keys are mapped to a function called
7807 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
7808 summary buffer will result in a live, normal summary buffer.
7809
7810 There will never be more than one dead summary buffer at any one time.
7811
7812 @vindex gnus-use-cross-reference
7813 The data on the current group will be updated (which articles you have
7814 read, which articles you have replied to, etc.) when you exit the
7815 summary buffer.  If the @code{gnus-use-cross-reference} variable is
7816 @code{t} (which is the default), articles that are cross-referenced to
7817 this group and are marked as read, will also be marked as read in the
7818 other subscribed groups they were cross-posted to.  If this variable is
7819 neither @code{nil} nor @code{t}, the article will be marked as read in
7820 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
7821
7822
7823 @node Crosspost Handling
7824 @section Crosspost Handling
7825
7826 @cindex velveeta
7827 @cindex spamming
7828 Marking cross-posted articles as read ensures that you'll never have to
7829 read the same article more than once.  Unless, of course, somebody has
7830 posted it to several groups separately.  Posting the same article to
7831 several groups (not cross-posting) is called @dfn{spamming}, and you are
7832 by law required to send nasty-grams to anyone who perpetrates such a
7833 heinous crime.  You may want to try NoCeM handling to filter out spam
7834 (@pxref{NoCeM}).
7835
7836 Remember: Cross-posting is kinda ok, but posting the same article
7837 separately to several groups is not.  Massive cross-posting (aka.
7838 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
7839 @code{gnus-summary-mail-crosspost-complaint} command to complain about
7840 excessive crossposting (@pxref{Summary Mail Commands}).
7841
7842 @cindex cross-posting
7843 @cindex Xref
7844 @cindex @sc{nov}
7845 One thing that may cause Gnus to not do the cross-posting thing
7846 correctly is if you use an @sc{nntp} server that supports @sc{xover}
7847 (which is very nice, because it speeds things up considerably) which
7848 does not include the @code{Xref} header in its @sc{nov} lines.  This is
7849 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
7850 even with @sc{xover} by registering the @code{Xref} lines of all
7851 articles you actually read, but if you kill the articles, or just mark
7852 them as read without reading them, Gnus will not get a chance to snoop
7853 the @code{Xref} lines out of these articles, and will be unable to use
7854 the cross reference mechanism.
7855
7856 @cindex LIST overview.fmt
7857 @cindex overview.fmt
7858 To check whether your @sc{nntp} server includes the @code{Xref} header
7859 in its overview files, try @samp{telnet your.nntp.server nntp},
7860 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
7861 overview.fmt}.  This may not work, but if it does, and the last line you
7862 get does not read @samp{Xref:full}, then you should shout and whine at
7863 your news admin until she includes the @code{Xref} header in the
7864 overview files.
7865
7866 @vindex gnus-nov-is-evil
7867 If you want Gnus to get the @code{Xref}s right all the time, you have to
7868 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
7869 considerably.
7870
7871 C'est la vie.
7872
7873 For an alternative approach, @pxref{Duplicate Suppression}.
7874
7875
7876 @node Duplicate Suppression
7877 @section Duplicate Suppression
7878
7879 By default, gnus tries to make sure that you don't have to read the same
7880 article more than once by utilizing the crossposting mechanism
7881 (@pxref{Crosspost Handling}).  However, that simple and efficient
7882 approach may not work satisfactory for some users for various reasons.
7883
7884 @enumerate
7885 @item
7886 The @sc{nntp} server may fail to generate the @code{Xref} header.  This
7887 is evil and not very common.
7888
7889 @item
7890 The @sc{nntp} server may fail to include the @code{Xref} header in the
7891 @file{.overview} data bases.  This is evil and all too common, alas.
7892
7893 @item
7894 You may be reading the same group (or several related groups) from
7895 different @sc{nntp} servers.
7896
7897 @item
7898 You may be getting mail that duplicates articles posted to groups.
7899 @end enumerate
7900
7901 I'm sure there are other situations where @code{Xref} handling fails as
7902 well, but these four are the most common situations.
7903
7904 If, and only if, @code{Xref} handling fails for you, then you may
7905 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
7906 will remember the @code{Message-ID}s of all articles you have read or
7907 otherwise marked as read, and then, as if by magic, mark them as read
7908 all subsequent times you see them---in @emph{all} groups.  Using this
7909 mechanism is quite likely to be somewhat inefficient, but not overly
7910 so.  It's certainly preferable to reading the same articles more than
7911 once.
7912
7913 Duplicate suppression is not a very subtle instrument.  It's more like a
7914 sledge hammer than anything else.  It works in a very simple
7915 fashion---if you have marked an article as read, it adds this Message-ID
7916 to a cache.  The next time it sees this Message-ID, it will mark the
7917 article as read with the @samp{M} mark.  It doesn't care what group it
7918 saw the article in.
7919
7920 @table @code
7921 @item gnus-suppress-duplicates
7922 @vindex gnus-suppress-duplicates
7923 If non-@code{nil}, suppress duplicates.
7924
7925 @item gnus-save-duplicate-list
7926 @vindex gnus-save-duplicate-list
7927 If non-@code{nil}, save the list of duplicates to a file.  This will
7928 make startup and shutdown take longer, so the default is @code{nil}.
7929 However, this means that only duplicate articles read in a single gnus
7930 session are suppressed.
7931
7932 @item gnus-duplicate-list-length
7933 @vindex gnus-duplicate-list-length
7934 This variable says how many @code{Message-ID}s to keep in the duplicate
7935 suppression list.  The default is 10000.
7936
7937 @item gnus-duplicate-file
7938 @vindex gnus-duplicate-file
7939 The name of the file to store the duplicate suppression list in.  The
7940 default is @file{~/News/suppression}.
7941 @end table
7942
7943 If you have a tendency to stop and start gnus often, setting
7944 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
7945 you leave gnus running for weeks on end, you may have it @code{nil}.  On
7946 the other hand, saving the list makes startup and shutdown much slower,
7947 so that means that if you stop and start gnus often, you should set
7948 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
7949 to you to figure out, I think.
7950
7951
7952 @node The Article Buffer
7953 @chapter The Article Buffer
7954 @cindex article buffer
7955
7956 The articles are displayed in the article buffer, of which there is only
7957 one.  All the summary buffers share the same article buffer unless you
7958 tell gnus otherwise.
7959
7960 @menu
7961 * Hiding Headers::        Deciding what headers should be displayed.
7962 * Using MIME::            Pushing to mime articles as @sc{mime} messages.
7963 * Customizing Articles::  Tailoring the look of the articles.
7964 * Article Keymap::        Keystrokes available in the article buffer.
7965 * Misc Article::          Other stuff.
7966 @end menu
7967
7968
7969 @node Hiding Headers
7970 @section Hiding Headers
7971 @cindex hiding headers
7972 @cindex deleting headers
7973
7974 The top section of each article is the @dfn{head}.  (The rest is the
7975 @dfn{body}, but you may have guessed that already.)
7976
7977 @vindex gnus-show-all-headers
7978 There is a lot of useful information in the head: the name of the person
7979 who wrote the article, the date it was written and the subject of the
7980 article.  That's well and nice, but there's also lots of information
7981 most people do not want to see---what systems the article has passed
7982 through before reaching you, the @code{Message-ID}, the
7983 @code{References}, etc. ad nauseum---and you'll probably want to get rid
7984 of some of those lines.  If you want to keep all those lines in the
7985 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
7986
7987 Gnus provides you with two variables for sifting headers:
7988
7989 @table @code
7990
7991 @item gnus-visible-headers
7992 @vindex gnus-visible-headers
7993 If this variable is non-@code{nil}, it should be a regular expression
7994 that says what headers you wish to keep in the article buffer.  All
7995 headers that do not match this variable will be hidden.
7996
7997 For instance, if you only want to see the name of the person who wrote
7998 the article and the subject, you'd say:
7999
8000 @lisp
8001 (setq gnus-visible-headers "^From:\\|^Subject:")
8002 @end lisp
8003
8004 This variable can also be a list of regexps to match headers to
8005 remain visible.
8006
8007 @item gnus-ignored-headers
8008 @vindex gnus-ignored-headers
8009 This variable is the reverse of @code{gnus-visible-headers}.  If this
8010 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
8011 should be a regular expression that matches all lines that you want to
8012 hide.  All lines that do not match this variable will remain visible.
8013
8014 For instance, if you just want to get rid of the @code{References} field
8015 and the @code{Xref} field, you might say:
8016
8017 @lisp
8018 (setq gnus-ignored-headers "^References:\\|^Xref:")
8019 @end lisp
8020
8021 This variable can also be a list of regexps to match headers to
8022 be removed.
8023
8024 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
8025 variable will have no effect.
8026
8027 @end table
8028
8029 @vindex gnus-sorted-header-list
8030 Gnus can also sort the headers for you.  (It does this by default.)  You
8031 can control the sorting by setting the @code{gnus-sorted-header-list}
8032 variable.  It is a list of regular expressions that says in what order
8033 the headers are to be displayed.
8034
8035 For instance, if you want the name of the author of the article first,
8036 and then the subject, you might say something like:
8037
8038 @lisp
8039 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
8040 @end lisp
8041
8042 Any headers that are to remain visible, but are not listed in this
8043 variable, will be displayed in random order after all the headers listed
8044 in this variable.
8045
8046 @findex gnus-article-hide-boring-headers
8047 @vindex gnus-article-display-hook
8048 @vindex gnus-boring-article-headers
8049 You can hide further boring headers by entering
8050 @code{gnus-article-hide-boring-headers} into
8051 @code{gnus-article-display-hook}.  What this function does depends on
8052 the @code{gnus-boring-article-headers} variable.  It's a list, but this
8053 list doesn't actually contain header names.  Instead is lists various
8054 @dfn{boring conditions} that gnus can check and remove from sight.
8055
8056 These conditions are:
8057 @table @code
8058 @item empty
8059 Remove all empty headers.
8060 @item followup-to
8061 Remove the @code{Followup-To} header if it is identical to the
8062 @code{Newsgroups} header.
8063 @item reply-to
8064 Remove the @code{Reply-To} header if it lists the same address as the
8065 @code{From} header.
8066 @item newsgroups
8067 Remove the @code{Newsgroups} header if it only contains the current group
8068 name.
8069 @item date
8070 Remove the @code{Date} header if the article is less than three days
8071 old.
8072 @item long-to
8073 Remove the @code{To} header if it is very long.
8074 @item many-to
8075 Remove all @code{To} headers if there are more than one.
8076 @end table
8077
8078 To include the four three elements, you could say something like;
8079
8080 @lisp
8081 (setq gnus-boring-article-headers
8082       '(empty followup-to reply-to))
8083 @end lisp
8084
8085 This is also the default value for this variable.
8086
8087
8088 @node Using MIME
8089 @section Using @sc{mime}
8090 @cindex @sc{mime}
8091
8092 Mime is a standard for waving your hands through the air, aimlessly,
8093 while people stand around yawning.
8094
8095 @sc{mime}, however, is a standard for encoding your articles, aimlessly,
8096 while all newsreaders die of fear.
8097
8098 @sc{mime} may specify what character set the article uses, the encoding
8099 of the characters, and it also makes it possible to embed pictures and
8100 other naughty stuff in innocent-looking articles.
8101
8102 @vindex gnus-show-mime
8103 @vindex gnus-article-display-method-for-mime
8104 @vindex gnus-strict-mime
8105 @findex gnus-article-display-mime-message
8106 Gnus handles @sc{mime} by pushing the articles through
8107 @code{gnus-article-display-method-for-mime}, which is
8108 @code{gnus-article-display-mime-message} by default.  This function
8109 calls the SEMI MIME-View program to actually do the work.  For more
8110 information on SEMI MIME-View, see its manual page (however it is not
8111 existed yet, sorry).
8112
8113 Set @code{gnus-show-mime} to @code{t} if you want to use
8114 @sc{mime} all the time.  However, if @code{gnus-strict-mime} is
8115 non-@code{nil}, the @sc{mime} method will only be used if there are
8116 @sc{mime} headers in the article.  If you have @code{gnus-show-mime}
8117 set, then you'll see some unfortunate display glitches in the article
8118 buffer.  These can't be avoided.
8119
8120 In GNUS or Gnus, it might be best to just use the toggling functions
8121 from the summary buffer to avoid getting nasty surprises. (For instance,
8122 you enter the group @samp{alt.sing-a-long} and, before you know it,
8123 @sc{mime} has decoded the sound file in the article and some horrible
8124 sing-a-long song comes screaming out your speakers, and you can't find
8125 the volume button, because there isn't one, and people are starting to
8126 look at you, and you try to stop the program, but you can't, and you
8127 can't find the program to control the volume, and everybody else in the
8128 room suddenly decides to look at you disdainfully, and you'll feel
8129 rather stupid.)
8130
8131 Any similarity to real events and people is purely coincidental.  Ahem.
8132
8133 To avoid such kind of situation, gnus stops to use
8134 @code{metamail-buffer}.  So now, you can set @code{gnus-show-mime} to
8135 non-@code{nil} every-time, then you can push button in the article
8136 buffer when there are nobody else.
8137
8138
8139 @node Customizing Articles
8140 @section Customizing Articles
8141 @cindex article customization
8142
8143 @vindex gnus-article-display-hook
8144 The @code{gnus-article-display-hook} is called after the article has
8145 been inserted into the article buffer.  It is meant to handle all
8146 treatment of the article before it is displayed.
8147
8148 @findex gnus-article-maybe-highlight
8149 @findex gnus-article-maybe-hide-headers
8150 By default this hook just contains
8151 @code{gnus-article-maybe-hide-headers},
8152 @code{gnus-hide-boring-headers}, @code{gnus-article-treat-overstrike},
8153 and @code{gnus-article-maybe-highlight} (and under XEmacs,
8154 @code{gnus-article-display-x-face}), but there are thousands, nay
8155 millions, of functions you can put in this hook.  For an overview of
8156 functions @pxref{Article Highlighting}, @pxref{Article Hiding},
8157 @pxref{Article Washing}, @pxref{Article Buttons} and @pxref{Article
8158 Date}.  Note that the order of functions in this hook might affect
8159 things, so you may have to fiddle a bit to get the desired results.
8160
8161 You can, of course, write your own functions.  The functions are called
8162 from the article buffer, and you can do anything you like, pretty much.
8163 There is no information that you have to keep in the buffer---you can
8164 change everything.  However, you shouldn't delete any headers.  Instead
8165 make them invisible if you want to make them go away.
8166
8167
8168 @node Article Keymap
8169 @section Article Keymap
8170
8171 Most of the keystrokes in the summary buffer can also be used in the
8172 article buffer.  They should behave as if you typed them in the summary
8173 buffer, which means that you don't actually have to have a summary
8174 buffer displayed while reading.  You can do it all from the article
8175 buffer.
8176
8177 A few additional keystrokes are available:
8178
8179 @table @kbd
8180
8181 @item SPACE
8182 @kindex SPACE (Article)
8183 @findex gnus-article-next-page
8184 Scroll forwards one page (@code{gnus-article-next-page}).
8185
8186 @item DEL
8187 @kindex DEL (Article)
8188 @findex gnus-article-prev-page
8189 Scroll backwards one page (@code{gnus-article-prev-page}).
8190
8191 @item C-c ^
8192 @kindex C-c ^ (Article)
8193 @findex gnus-article-refer-article
8194 If point is in the neighborhood of a @code{Message-ID} and you press
8195 @kbd{C-c ^}, Gnus will try to get that article from the server
8196 (@code{gnus-article-refer-article}).
8197
8198 @item C-c C-m
8199 @kindex C-c C-m (Article)
8200 @findex gnus-article-mail
8201 Send a reply to the address near point (@code{gnus-article-mail}).  If
8202 given a prefix, include the mail.
8203
8204 @item s
8205 @kindex s (Article)
8206 @findex gnus-article-show-summary
8207 Reconfigure the buffers so that the summary buffer becomes visible
8208 (@code{gnus-article-show-summary}).
8209
8210 @item ?
8211 @kindex ? (Article)
8212 @findex gnus-article-describe-briefly
8213 Give a very brief description of the available keystrokes
8214 (@code{gnus-article-describe-briefly}).
8215
8216 @item TAB
8217 @kindex TAB (Article)
8218 @findex gnus-article-next-button
8219 Go to the next button, if any (@code{gnus-article-next-button}).  This
8220 only makes sense if you have buttonizing turned on.
8221
8222 @item M-TAB
8223 @kindex M-TAB (Article)
8224 @findex gnus-article-prev-button
8225 Go to the previous button, if any (@code{gnus-article-prev-button}).
8226
8227 @end table
8228
8229
8230 @node Misc Article
8231 @section Misc Article
8232
8233 @table @code
8234
8235 @item gnus-single-article-buffer
8236 @vindex gnus-single-article-buffer
8237 If non-@code{nil}, use the same article buffer for all the groups.
8238 (This is the default.)  If @code{nil}, each group will have its own
8239 article buffer.
8240
8241 @vindex gnus-article-decode-hook
8242 @item gnus-article-decode-hook
8243 @cindex MIME
8244 Hook used to decode @sc{mime} articles.  The default value is
8245 @code{(article-decode-charset article-decode-encoded-words)}
8246
8247 @vindex gnus-article-prepare-hook
8248 @item gnus-article-prepare-hook
8249 This hook is called right after the article has been inserted into the
8250 article buffer.  It is mainly intended for functions that do something
8251 depending on the contents; it should probably not be used for changing
8252 the contents of the article buffer.
8253
8254 @vindex gnus-article-display-hook
8255 @item gnus-article-display-hook
8256 This hook is called as the last thing when displaying an article, and is
8257 intended for modifying the contents of the buffer, doing highlights,
8258 hiding headers, and the like.
8259
8260 @item gnus-article-mode-hook
8261 @vindex gnus-article-mode-hook
8262 Hook called in article mode buffers.
8263
8264 @item gnus-article-mode-syntax-table
8265 @vindex gnus-article-mode-syntax-table
8266 Syntax table used in article buffers.  It is initialized from
8267 @code{text-mode-syntax-table}.
8268
8269 @vindex gnus-article-mode-line-format
8270 @item gnus-article-mode-line-format
8271 This variable is a format string along the same lines as
8272 @code{gnus-summary-mode-line-format} (@pxref{Mode Line Formatting}).  It
8273 accepts the same format specifications as that variable, with one
8274 extension:
8275
8276 @table @samp
8277 @item w
8278 The @dfn{wash status} of the article.  This is a short string with one
8279 character for each possible article wash operation that may have been
8280 performed.
8281 @end table
8282
8283 @vindex gnus-break-pages
8284
8285 @item gnus-break-pages
8286 Controls whether @dfn{page breaking} is to take place.  If this variable
8287 is non-@code{nil}, the articles will be divided into pages whenever a
8288 page delimiter appears in the article.  If this variable is @code{nil},
8289 paging will not be done.
8290
8291 @item gnus-page-delimiter
8292 @vindex gnus-page-delimiter
8293 This is the delimiter mentioned above.  By default, it is @samp{^L}
8294 (formfeed).
8295 @end table
8296
8297
8298 @node Composing Messages
8299 @chapter Composing Messages
8300 @cindex composing messages
8301 @cindex messages
8302 @cindex mail
8303 @cindex sending mail
8304 @cindex reply
8305 @cindex followup
8306 @cindex post
8307
8308 @kindex C-c C-c (Post)
8309 All commands for posting and mailing will put you in a message buffer
8310 where you can edit the article all you like, before you send the article
8311 by pressing @kbd{C-c C-c}.  @xref{Top, , Top, message, The Message
8312 Manual}.  If you are in a foreign news group, and you wish to post the
8313 article using the foreign server, you can give a prefix to @kbd{C-c C-c}
8314 to make gnus try to post using the foreign server.
8315
8316 @menu
8317 * Mail::                 Mailing and replying.
8318 * Post::                 Posting and following up.
8319 * Posting Server::       What server should you post via?
8320 * Mail and Post::        Mailing and posting at the same time.
8321 * Archived Messages::    Where gnus stores the messages you've sent.
8322 * Posting Styles::       An easier way to specify who you are.
8323 * Drafts::               Postponing messages and rejected messages.
8324 * Rejected Articles::    What happens if the server doesn't like your article?
8325 @end menu
8326
8327 Also see @pxref{Canceling and Superseding} for information on how to
8328 remove articles you shouldn't have posted.
8329
8330
8331 @node Mail
8332 @section Mail
8333
8334 Variables for customizing outgoing mail:
8335
8336 @table @code
8337 @item gnus-uu-digest-headers
8338 @vindex gnus-uu-digest-headers
8339 List of regexps to match headers included in digested messages.  The
8340 headers will be included in the sequence they are matched.
8341
8342 @item gnus-add-to-list
8343 @vindex gnus-add-to-list
8344 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
8345 that have none when you do a @kbd{a}.
8346
8347 @end table
8348
8349
8350 @node Post
8351 @section Post
8352
8353 Variables for composing news articles:
8354
8355 @table @code
8356 @item gnus-sent-message-ids-file
8357 @vindex gnus-sent-message-ids-file
8358 Gnus will keep a @code{Message-ID} history file of all the mails it has
8359 sent.  If it discovers that it has already sent a mail, it will ask the
8360 user whether to re-send the mail.  (This is primarily useful when
8361 dealing with @sc{soup} packets and the like where one is apt to send the
8362 same packet multiple times.)  This variable says what the name of this
8363 history file is.  It is @file{~/News/Sent-Message-IDs} by default.  Set
8364 this variable to @code{nil} if you don't want gnus to keep a history
8365 file.
8366
8367 @item gnus-sent-message-ids-length
8368 @vindex gnus-sent-message-ids-length
8369 This variable says how many @code{Message-ID}s to keep in the history
8370 file.  It is 1000 by default.
8371
8372 @end table
8373
8374
8375 @node Posting Server
8376 @section Posting Server
8377
8378 When you press those magical @kbd{C-c C-c} keys to ship off your latest
8379 (extremely intelligent, of course) article, where does it go?
8380
8381 Thank you for asking.  I hate you.
8382
8383 @vindex gnus-post-method
8384
8385 It can be quite complicated.  Normally, gnus will use the same native
8386 server.  However.  If your native server doesn't allow posting, just
8387 reading, you probably want to use some other server to post your
8388 (extremely intelligent and fabulously interesting) articles.  You can
8389 then set the @code{gnus-post-method} to some other method:
8390
8391 @lisp
8392 (setq gnus-post-method '(nnspool ""))
8393 @end lisp
8394
8395 Now, if you've done this, and then this server rejects your article, or
8396 this server is down, what do you do then?  To override this variable you
8397 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
8398 the ``current'' server for posting.
8399
8400 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
8401 gnus will prompt you for what method to use for posting.
8402
8403 You can also set @code{gnus-post-method} to a list of select methods.
8404 If that's the case, gnus will always prompt you for what method to use
8405 for posting.
8406
8407 Finally, if you want to always post using the same select method as
8408 you're reading from (which might be convenient if you're reading lots of
8409 groups from different private servers), you can set this variable to
8410 @code{current}. 
8411
8412
8413 @node Mail and Post
8414 @section Mail and Post
8415
8416 Here's a list of variables relevant to both mailing and
8417 posting:
8418
8419 @table @code
8420 @item gnus-mailing-list-groups
8421 @findex gnus-mailing-list-groups
8422 @cindex mailing lists
8423
8424 If your news server offers groups that are really mailing lists
8425 gatewayed to the @sc{nntp} server, you can read those groups without
8426 problems, but you can't post/followup to them without some difficulty.
8427 One solution is to add a @code{to-address} to the group parameters
8428 (@pxref{Group Parameters}).  An easier thing to do is set the
8429 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
8430 really are mailing lists.  Then, at least, followups to the mailing
8431 lists will work most of the time.  Posting to these groups (@kbd{a}) is
8432 still a pain, though.
8433
8434 @end table
8435
8436 You may want to do spell-checking on messages that you send out.  Or, if
8437 you don't want to spell-check by hand, you could add automatic
8438 spell-checking via the @code{ispell} package:
8439
8440 @cindex ispell
8441 @findex ispell-message
8442 @lisp
8443 (add-hook 'message-send-hook 'ispell-message)
8444 @end lisp
8445
8446
8447 @node Archived Messages
8448 @section Archived Messages
8449 @cindex archived messages
8450 @cindex sent messages
8451
8452 Gnus provides a few different methods for storing the mail and news you
8453 send.  The default method is to use the @dfn{archive virtual server} to
8454 store the messages.  If you want to disable this completely, the
8455 @code{gnus-message-archive-group} variable should be @code{nil}, which
8456 is the default.
8457
8458 @vindex gnus-message-archive-method
8459 @code{gnus-message-archive-method} says what virtual server gnus is to
8460 use to store sent messages.  The default is:
8461
8462 @lisp
8463 (nnfolder "archive"
8464           (nnfolder-directory   "~/Mail/archive")
8465           (nnfolder-active-file "~/Mail/archive/active")
8466           (nnfolder-get-new-mail nil)
8467           (nnfolder-inhibit-expiry t))
8468 @end lisp
8469
8470 You can, however, use any mail select method (@code{nnml},
8471 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likeable select method
8472 for doing this sort of thing, though.  If you don't like the default
8473 directory chosen, you could say something like:
8474
8475 @lisp
8476 (setq gnus-message-archive-method
8477       '(nnfolder "archive"
8478                  (nnfolder-inhibit-expiry t)
8479                  (nnfolder-active-file "~/News/sent-mail/active")
8480                  (nnfolder-directory "~/News/sent-mail/")))
8481 @end lisp
8482
8483 @vindex gnus-message-archive-group
8484 @cindex Gcc
8485 Gnus will insert @code{Gcc} headers in all outgoing messages that point
8486 to one or more group(s) on that server.  Which group to use is
8487 determined by the @code{gnus-message-archive-group} variable.
8488
8489 This variable can be used to do the following:
8490
8491 @itemize @bullet
8492 @item a string
8493 Messages will be saved in that group.
8494 @item a list of strings
8495 Messages will be saved in all those groups.
8496 @item an alist of regexps, functions and forms
8497 When a key ``matches'', the result is used.
8498 @item @code{nil}
8499 No message archiving will take place.  This is the default.
8500 @end itemize
8501
8502 Let's illustrate:
8503
8504 Just saving to a single group called @samp{MisK}:
8505 @lisp
8506 (setq gnus-message-archive-group "MisK")
8507 @end lisp
8508
8509 Saving to two groups, @samp{MisK} and @samp{safe}:
8510 @lisp
8511 (setq gnus-message-archive-group '("MisK" "safe"))
8512 @end lisp
8513
8514 Save to different groups based on what group you are in:
8515 @lisp
8516 (setq gnus-message-archive-group
8517       '(("^alt" "sent-to-alt")
8518         ("mail" "sent-to-mail")
8519         (".*" "sent-to-misc")))
8520 @end lisp
8521
8522 More complex stuff:
8523 @lisp
8524 (setq gnus-message-archive-group
8525       '((if (message-news-p)
8526             "misc-news"
8527           "misc-mail")))
8528 @end lisp
8529
8530 How about storing all news messages in one file, but storing all mail
8531 messages in one file per month:
8532
8533 @lisp
8534 (setq gnus-message-archive-group
8535       '((if (message-news-p)
8536             "misc-news"
8537           (concat "mail." (format-time-string
8538                            "%Y-%m" (current-time))))))
8539 @end lisp
8540
8541 (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
8542 use a different value for @code{gnus-message-archive-group} there.)
8543
8544 Now, when you send a message off, it will be stored in the appropriate
8545 group.  (If you want to disable storing for just one particular message,
8546 you can just remove the @code{Gcc} header that has been inserted.)  The
8547 archive group will appear in the group buffer the next time you start
8548 gnus, or the next time you press @kbd{F} in the group buffer.  You can
8549 enter it and read the articles in it just like you'd read any other
8550 group.  If the group gets really big and annoying, you can simply rename
8551 if (using @kbd{G r} in the group buffer) to something
8552 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
8553 continue to be stored in the old (now empty) group.
8554
8555 That's the default method of archiving sent messages.  Gnus offers a
8556 different way for the people who don't like the default method.  In that
8557 case you should set @code{gnus-message-archive-group} to @code{nil};
8558 this will disable archiving.
8559
8560 @table @code
8561 @item gnus-outgoing-message-group
8562 @vindex gnus-outgoing-message-group
8563 All outgoing messages will be put in this group.  If you want to store
8564 all your outgoing mail and articles in the group @samp{nnml:archive},
8565 you set this variable to that value.  This variable can also be a list of
8566 group names.
8567
8568 If you want to have greater control over what group to put each
8569 message in, you can set this variable to a function that checks the
8570 current newsgroup name and then returns a suitable group name (or list
8571 of names).
8572
8573 This variable can be used instead of @code{gnus-message-archive-group},
8574 but the latter is the preferred method.
8575 @end table
8576
8577
8578 @node Posting Styles
8579 @section Posting Styles
8580 @cindex posting styles
8581 @cindex styles
8582
8583 All them variables, they make my head swim.
8584
8585 So what if you want a different @code{Organization} and signature based
8586 on what groups you post to?  And you post both from your home machine
8587 and your work machine, and you want different @code{From} lines, and so
8588 on?
8589
8590 @vindex gnus-posting-styles
8591 One way to do stuff like that is to write clever hooks that change the
8592 variables you need to have changed.  That's a bit boring, so somebody
8593 came up with the bright idea of letting the user specify these things in
8594 a handy alist.  Here's an example of a @code{gnus-posting-styles}
8595 variable:
8596
8597 @lisp
8598 ((".*"
8599   (signature "Peace and happiness")
8600   (organization "What me?"))
8601  ("^comp"
8602   (signature "Death to everybody"))
8603  ("comp.emacs.i-love-it"
8604   (organization "Emacs is it")))
8605 @end lisp
8606
8607 As you might surmise from this example, this alist consists of several
8608 @dfn{styles}.  Each style will be applicable if the first element
8609 ``matches'', in some form or other.  The entire alist will be iterated
8610 over, from the beginning towards the end, and each match will be
8611 applied, which means that attributes in later styles that match override
8612 the same attributes in earlier matching styles.  So
8613 @samp{comp.programming.literate} will have the @samp{Death to everybody}
8614 signature and the @samp{What me?} @code{Organization} header.
8615
8616 The first element in each style is called the @code{match}.  If it's a
8617 string, then Gnus will try to regexp match it against the group name.
8618 If it's a function symbol, that function will be called with no
8619 arguments.  If it's a variable symbol, then the variable will be
8620 referenced.  If it's a list, then that list will be @code{eval}ed.  In
8621 any case, if this returns a non-@code{nil} value, then the style is said
8622 to @dfn{match}.
8623
8624 Each style may contain a arbitrary amount of @dfn{attributes}.  Each
8625 attribute consists of a @var{(name . value)} pair.  The attribute name
8626 can be one of @code{signature}, @code{signature-file},
8627 @code{organization}, @code{address}, @code{name} or @code{body}.  The
8628 attribute name can also be a string.  In that case, this will be used as
8629 a header name, and the value will be inserted in the headers of the
8630 article.
8631
8632 The attribute value can be a string (used verbatim), a function (the
8633 return value will be used), a variable (its value will be used) or a
8634 list (it will be @code{eval}ed and the return value will be used).
8635
8636 If you wish to check whether the message you are about to compose is
8637 meant to be a news article or a mail message, you can check the values
8638 of the two dynamically bound variables @code{message-this-is-news} and
8639 @code{message-this-is-mail}.
8640
8641 @vindex message-this-is-mail
8642 @vindex message-this-is-news
8643
8644 So here's a new example:
8645
8646 @lisp
8647 (setq gnus-posting-styles
8648       '((".*"
8649          (signature-file "~/.signature")
8650          (name "User Name")
8651          ("X-Home-Page" (getenv "WWW_HOME"))
8652          (organization "People's Front Against MWM"))
8653         ("^rec.humor"
8654          (signature my-funny-signature-randomizer))
8655         ((equal (system-name) "gnarly")
8656          (signature my-quote-randomizer))
8657         (message-this-is-news
8658          (signature my-news-signature))
8659         (posting-from-work-p
8660          (signature-file "~/.work-signature")
8661          (address "user@@bar.foo")
8662          (body "You are fired.\n\nSincerely, your boss.")
8663          (organization "Important Work, Inc"))
8664         ("^nn.+:"
8665          (signature-file "~/.mail-signature"))))
8666 @end lisp
8667
8668
8669 @node Drafts
8670 @section Drafts
8671 @cindex drafts
8672
8673 If you are writing a message (mail or news) and suddenly remember that
8674 you have a steak in the oven (or some pesto in the food processor, you
8675 craaazy vegetarians), you'll probably wish there was a method to save
8676 the message you are writing so that you can continue editing it some
8677 other day, and send it when you feel its finished.
8678
8679 Well, don't worry about it.  Whenever you start composing a message of
8680 some sort using the gnus mail and post commands, the buffer you get will
8681 automatically associate to an article in a special @dfn{draft} group.
8682 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
8683 article will be saved there.  (Auto-save files also go to the draft
8684 group.)
8685
8686 @cindex nndraft
8687 @vindex nndraft-directory
8688 The draft group is a special group (which is implemented as an
8689 @code{nndraft} group, if you absolutely have to know) called
8690 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
8691 @code{nndraft} is to store its files.  What makes this group special is
8692 that you can't tick any articles in it or mark any articles as
8693 read---all articles in the group are permanently unread.
8694
8695 If the group doesn't exist, it will be created and you'll be subscribed
8696 to it.  The only way to make it disappear from the Group buffer is to
8697 unsubscribe it.
8698
8699 @c @findex gnus-dissociate-buffer-from-draft
8700 @c @kindex C-c M-d (Mail)
8701 @c @kindex C-c M-d (Post)
8702 @c @findex gnus-associate-buffer-with-draft
8703 @c @kindex C-c C-d (Mail)
8704 @c @kindex C-c C-d (Post)
8705 @c If you're writing some super-secret message that you later want to
8706 @c encode with PGP before sending, you may wish to turn the auto-saving
8707 @c (and association with the draft group) off.  You never know who might be
8708 @c interested in reading all your extremely valuable and terribly horrible
8709 @c and interesting secrets.  The @kbd{C-c M-d}
8710 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
8711 @c If you change your mind and want to turn the auto-saving back on again,
8712 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
8713 @c
8714 @c @vindex gnus-use-draft
8715 @c To leave association with the draft group off by default, set
8716 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
8717
8718 @findex gnus-draft-edit-message
8719 @kindex D e (Draft)
8720 When you want to continue editing the article, you simply enter the
8721 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
8722 that.  You will be placed in a buffer where you left off.
8723
8724 Rejected articles will also be put in this draft group (@pxref{Rejected
8725 Articles}).
8726
8727 @findex gnus-draft-send-all-messages
8728 @findex gnus-draft-send-message
8729 If you have lots of rejected messages you want to post (or mail) without
8730 doing further editing, you can use the @kbd{D s} command
8731 (@code{gnus-draft-send-message}).  This command understands the
8732 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
8733 command (@code{gnus-draft-send-all-messages}) will ship off all messages
8734 in the buffer.
8735
8736 If you have some messages that you wish not to send, you can use the
8737 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
8738 as unsendable.  This is a toggling command.
8739
8740
8741 @node Rejected Articles
8742 @section Rejected Articles
8743 @cindex rejected articles
8744
8745 Sometimes a news server will reject an article.  Perhaps the server
8746 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
8747 @emph{there be demons}.  Perhaps you have included too much cited text.
8748 Perhaps the disk is full.  Perhaps the server is down.
8749
8750 These situations are, of course, totally beyond the control of gnus.
8751 (Gnus, of course, loves the way you look, always feels great, has angels
8752 fluttering around inside of it, doesn't care about how much cited text
8753 you include, never runs full and never goes down.)  So gnus saves these
8754 articles until some later time when the server feels better.
8755
8756 The rejected articles will automatically be put in a special draft group
8757 (@pxref{Drafts}).  When the server comes back up again, you'd then
8758 typically enter that group and send all the articles off.
8759
8760
8761 @node Select Methods
8762 @chapter Select Methods
8763 @cindex foreign groups
8764 @cindex select methods
8765
8766 A @dfn{foreign group} is a group not read by the usual (or
8767 default) means.  It could be, for instance, a group from a different
8768 @sc{nntp} server, it could be a virtual group, or it could be your own
8769 personal mail group.
8770
8771 A foreign group (or any group, really) is specified by a @dfn{name} and
8772 a @dfn{select method}.  To take the latter first, a select method is a
8773 list where the first element says what backend to use (e.g. @code{nntp},
8774 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
8775 name}.  There may be additional elements in the select method, where the
8776 value may have special meaning for the backend in question.
8777
8778 One could say that a select method defines a @dfn{virtual server}---so
8779 we do just that (@pxref{The Server Buffer}).
8780
8781 The @dfn{name} of the group is the name the backend will recognize the
8782 group as.
8783
8784 For instance, the group @samp{soc.motss} on the @sc{nntp} server
8785 @samp{some.where.edu} will have the name @samp{soc.motss} and select
8786 method @code{(nntp "some.where.edu")}.  Gnus will call this group
8787 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
8788 backend just knows this group as @samp{soc.motss}.
8789
8790 The different methods all have their peculiarities, of course.
8791
8792 @menu
8793 * The Server Buffer::     Making and editing virtual servers.
8794 * Getting News::          Reading USENET news with Gnus.
8795 * Getting Mail::          Reading your personal mail with Gnus.
8796 * Other Sources::         Reading directories, files, SOUP packets.
8797 * Combined Groups::       Combining groups into one group.
8798 * Gnus Unplugged::        Reading news and mail offline.
8799 @end menu
8800
8801
8802 @node The Server Buffer
8803 @section The Server Buffer
8804
8805 Traditionally, a @dfn{server} is a machine or a piece of software that
8806 one connects to, and then requests information from.  Gnus does not
8807 connect directly to any real servers, but does all transactions through
8808 one backend or other.  But that's just putting one layer more between
8809 the actual media and Gnus, so we might just as well say that each
8810 backend represents a virtual server.
8811
8812 For instance, the @code{nntp} backend may be used to connect to several
8813 different actual @sc{nntp} servers, or, perhaps, to many different ports
8814 on the same actual @sc{nntp} server.  You tell Gnus which backend to
8815 use, and what parameters to set by specifying a @dfn{select method}.
8816
8817 These select method specifications can sometimes become quite
8818 complicated---say, for instance, that you want to read from the
8819 @sc{nntp} server @samp{news.funet.fi} on port number 13, which
8820 hangs if queried for @sc{nov} headers and has a buggy select.  Ahem.
8821 Anyways, if you had to specify that for each group that used this
8822 server, that would be too much work, so Gnus offers a way of naming
8823 select methods, which is what you do in the server buffer.
8824
8825 To enter the server buffer, use the @kbd{^}
8826 (@code{gnus-group-enter-server-mode}) command in the group buffer.
8827
8828 @menu
8829 * Server Buffer Format::      You can customize the look of this buffer.
8830 * Server Commands::           Commands to manipulate servers.
8831 * Example Methods::           Examples server specifications.
8832 * Creating a Virtual Server:: An example session.
8833 * Server Variables::          Which variables to set.
8834 * Servers and Methods::       You can use server names as select methods.
8835 * Unavailable Servers::       Some servers you try to contact may be down.
8836 @end menu
8837
8838 @vindex gnus-server-mode-hook
8839 @code{gnus-server-mode-hook} is run when creating the server buffer.
8840
8841
8842 @node Server Buffer Format
8843 @subsection Server Buffer Format
8844 @cindex server buffer format
8845
8846 @vindex gnus-server-line-format
8847 You can change the look of the server buffer lines by changing the
8848 @code{gnus-server-line-format} variable.  This is a @code{format}-like
8849 variable, with some simple extensions:
8850
8851 @table @samp
8852
8853 @item h
8854 How the news is fetched---the backend name.
8855
8856 @item n
8857 The name of this server.
8858
8859 @item w
8860 Where the news is to be fetched from---the address.
8861
8862 @item s
8863 The opened/closed/denied status of the server.
8864 @end table
8865
8866 @vindex gnus-server-mode-line-format
8867 The mode line can also be customized by using the
8868 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
8869 Formatting}).  The following specs are understood:
8870
8871 @table @samp
8872 @item S
8873 Server name.
8874
8875 @item M
8876 Server method.
8877 @end table
8878
8879 Also @pxref{Formatting Variables}.
8880
8881
8882 @node Server Commands
8883 @subsection Server Commands
8884 @cindex server commands
8885
8886 @table @kbd
8887
8888 @item a
8889 @kindex a (Server)
8890 @findex gnus-server-add-server
8891 Add a new server (@code{gnus-server-add-server}).
8892
8893 @item e
8894 @kindex e (Server)
8895 @findex gnus-server-edit-server
8896 Edit a server (@code{gnus-server-edit-server}).
8897
8898 @item SPACE
8899 @kindex SPACE (Server)
8900 @findex gnus-server-read-server
8901 Browse the current server (@code{gnus-server-read-server}).
8902
8903 @item q
8904 @kindex q (Server)
8905 @findex gnus-server-exit
8906 Return to the group buffer (@code{gnus-server-exit}).
8907
8908 @item k
8909 @kindex k (Server)
8910 @findex gnus-server-kill-server
8911 Kill the current server (@code{gnus-server-kill-server}).
8912
8913 @item y
8914 @kindex y (Server)
8915 @findex gnus-server-yank-server
8916 Yank the previously killed server (@code{gnus-server-yank-server}).
8917
8918 @item c
8919 @kindex c (Server)
8920 @findex gnus-server-copy-server
8921 Copy the current server (@code{gnus-server-copy-server}).
8922
8923 @item l
8924 @kindex l (Server)
8925 @findex gnus-server-list-servers
8926 List all servers (@code{gnus-server-list-servers}).
8927
8928 @item s
8929 @kindex s (Server)
8930 @findex gnus-server-scan-server
8931 Request that the server scan its sources for new articles
8932 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
8933 servers.
8934
8935 @item g
8936 @kindex g (Server)
8937 @findex gnus-server-regenerate-server
8938 Request that the server regenerate all its data structures
8939 (@code{gnus-server-regenerate-server}).  This can be useful if you have
8940 a mail backend that has gotten out of synch.
8941
8942 @end table
8943
8944
8945 @node Example Methods
8946 @subsection Example Methods
8947
8948 Most select methods are pretty simple and self-explanatory:
8949
8950 @lisp
8951 (nntp "news.funet.fi")
8952 @end lisp
8953
8954 Reading directly from the spool is even simpler:
8955
8956 @lisp
8957 (nnspool "")
8958 @end lisp
8959
8960 As you can see, the first element in a select method is the name of the
8961 backend, and the second is the @dfn{address}, or @dfn{name}, if you
8962 will.
8963
8964 After these two elements, there may be an arbitrary number of
8965 @var{(variable form)} pairs.
8966
8967 To go back to the first example---imagine that you want to read from
8968 port 15 on that machine.  This is what the select method should
8969 look like then:
8970
8971 @lisp
8972 (nntp "news.funet.fi" (nntp-port-number 15))
8973 @end lisp
8974
8975 You should read the documentation to each backend to find out what
8976 variables are relevant, but here's an @code{nnmh} example:
8977
8978 @code{nnmh} is a mail backend that reads a spool-like structure.  Say
8979 you have two structures that you wish to access: One is your private
8980 mail spool, and the other is a public one.  Here's the possible spec for
8981 your private mail:
8982
8983 @lisp
8984 (nnmh "private" (nnmh-directory "~/private/mail/"))
8985 @end lisp
8986
8987 (This server is then called @samp{private}, but you may have guessed
8988 that.)
8989
8990 Here's the method for a public spool:
8991
8992 @lisp
8993 (nnmh "public"
8994       (nnmh-directory "/usr/information/spool/")
8995       (nnmh-get-new-mail nil))
8996 @end lisp
8997
8998 If you are behind a firewall and only have access to the @sc{nntp}
8999 server from the firewall machine, you can instruct Gnus to @code{rlogin}
9000 on the firewall machine and telnet from there to the @sc{nntp} server.
9001 Doing this can be rather fiddly, but your virtual server definition
9002 should probably look something like this:
9003
9004 @lisp
9005 (nntp "firewall"
9006       (nntp-address "the.firewall.machine")
9007       (nntp-open-connection-function nntp-open-rlogin)
9008       (nntp-end-of-line "\n")
9009       (nntp-rlogin-parameters
9010        ("telnet" "the.real.nntp.host" "nntp")))
9011 @end lisp
9012
9013 If you want to use the wonderful @code{ssh} program to provide a
9014 compressed connection over the modem line, you could create a virtual
9015 server that would look something like this:
9016
9017 @lisp
9018 (nntp "news"
9019        (nntp-address "copper.uio.no")
9020        (nntp-rlogin-program "ssh")
9021        (nntp-open-connection-function nntp-open-rlogin)
9022        (nntp-end-of-line "\n")
9023        (nntp-rlogin-parameters
9024         ("telnet" "news.uio.no" "nntp")))
9025 @end lisp
9026
9027 This means that you have to have set up @code{ssh-agent} correctly to
9028 provide automatic authorization, of course.  And to get a compressed
9029 connection, you have to have the @samp{Compression} option in the
9030 @code{ssh} @file{config} file.
9031
9032
9033 @node Creating a Virtual Server
9034 @subsection Creating a Virtual Server
9035
9036 If you're saving lots of articles in the cache by using persistent
9037 articles, you may want to create a virtual server to read the cache.
9038
9039 First you need to add a new server.  The @kbd{a} command does that.  It
9040 would probably be best to use @code{nnspool} to read the cache.  You
9041 could also use @code{nnml} or @code{nnmh}, though.
9042
9043 Type @kbd{a nnspool RET cache RET}.
9044
9045 You should now have a brand new @code{nnspool} virtual server called
9046 @samp{cache}.  You now need to edit it to have the right definitions.
9047 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
9048 will contain the following:
9049
9050 @lisp
9051 (nnspool "cache")
9052 @end lisp
9053
9054 Change that to:
9055
9056 @lisp
9057 (nnspool "cache"
9058          (nnspool-spool-directory "~/News/cache/")
9059          (nnspool-nov-directory "~/News/cache/")
9060          (nnspool-active-file "~/News/cache/active"))
9061 @end lisp
9062
9063 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
9064 @kbd{RET} over this virtual server, you should be entered into a browse
9065 buffer, and you should be able to enter any of the groups displayed.
9066
9067
9068 @node Server Variables
9069 @subsection Server Variables
9070
9071 One sticky point when defining variables (both on backends and in Emacs
9072 in general) is that some variables are typically initialized from other
9073 variables when the definition of the variables is being loaded.  If you
9074 change the "base" variable after the variables have been loaded, you
9075 won't change the "derived" variables.
9076
9077 This typically affects directory and file variables.  For instance,
9078 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
9079 directory variables are initialized from that variable, so
9080 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
9081 new virtual @code{nnml} server, it will @emph{not} suffice to set just
9082 @code{nnml-directory}---you have to explicitly set all the file
9083 variables to be what you want them to be.  For a complete list of
9084 variables for each backend, see each backend's section later in this
9085 manual, but here's an example @code{nnml} definition:
9086
9087 @lisp
9088 (nnml "public"
9089       (nnml-directory "~/my-mail/")
9090       (nnml-active-file "~/my-mail/active")
9091       (nnml-newsgroups-file "~/my-mail/newsgroups"))
9092 @end lisp
9093
9094
9095 @node Servers and Methods
9096 @subsection Servers and Methods
9097
9098 Wherever you would normally use a select method
9099 (e.g. @code{gnus-secondary-select-method}, in the group select method,
9100 when browsing a foreign server) you can use a virtual server name
9101 instead.  This could potentially save lots of typing.  And it's nice all
9102 over.
9103
9104
9105 @node Unavailable Servers
9106 @subsection Unavailable Servers
9107
9108 If a server seems to be unreachable, Gnus will mark that server as
9109 @code{denied}.  That means that any subsequent attempt to make contact
9110 with that server will just be ignored.  ``It can't be opened,'' Gnus
9111 will tell you, without making the least effort to see whether that is
9112 actually the case or not.
9113
9114 That might seem quite naughty, but it does make sense most of the time.
9115 Let's say you have 10 groups subscribed to on server
9116 @samp{nephelococcygia.com}.  This server is located somewhere quite far
9117 away from you and the machine is quite slow, so it takes 1 minute just
9118 to find out that it refuses connection to you today.  If Gnus were to
9119 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
9120 attempt to do that.  Once it has gotten a single ``connection refused'',
9121 it will regard that server as ``down''.
9122
9123 So, what happens if the machine was only feeling unwell temporarily?
9124 How do you test to see whether the machine has come up again?
9125
9126 You jump to the server buffer (@pxref{The Server Buffer}) and poke it
9127 with the following commands:
9128
9129 @table @kbd
9130
9131 @item O
9132 @kindex O (Server)
9133 @findex gnus-server-open-server
9134 Try to establish connection to the server on the current line
9135 (@code{gnus-server-open-server}).
9136
9137 @item C
9138 @kindex C (Server)
9139 @findex gnus-server-close-server
9140 Close the connection (if any) to the server
9141 (@code{gnus-server-close-server}).
9142
9143 @item D
9144 @kindex D (Server)
9145 @findex gnus-server-deny-server
9146 Mark the current server as unreachable
9147 (@code{gnus-server-deny-server}).
9148
9149 @item M-o
9150 @kindex M-o (Server)
9151 @findex gnus-server-open-all-servers
9152 Open the connections to all servers in the buffer
9153 (@code{gnus-server-open-all-servers}).
9154
9155 @item M-c
9156 @kindex M-c (Server)
9157 @findex gnus-server-close-all-servers
9158 Close the connections to all servers in the buffer
9159 (@code{gnus-server-close-all-servers}).
9160
9161 @item R
9162 @kindex R (Server)
9163 @findex gnus-server-remove-denials
9164 Remove all marks to whether Gnus was denied connection from any servers
9165 (@code{gnus-server-remove-denials}).
9166
9167 @end table
9168
9169
9170 @node Getting News
9171 @section Getting News
9172 @cindex reading news
9173 @cindex news backends
9174
9175 A newsreader is normally used for reading news.  Gnus currently provides
9176 only two methods of getting news---it can read from an @sc{nntp} server,
9177 or it can read from a local spool.
9178
9179 @menu
9180 * NNTP::               Reading news from an @sc{nntp} server.
9181 * News Spool::         Reading news from the local spool.
9182 @end menu
9183
9184
9185 @node NNTP
9186 @subsection @sc{nntp}
9187 @cindex nntp
9188
9189 Subscribing to a foreign group from an @sc{nntp} server is rather easy.
9190 You just specify @code{nntp} as method and the address of the @sc{nntp}
9191 server as the, uhm, address.
9192
9193 If the @sc{nntp} server is located at a non-standard port, setting the
9194 third element of the select method to this port number should allow you
9195 to connect to the right port.  You'll have to edit the group info for
9196 that (@pxref{Foreign Groups}).
9197
9198 The name of the foreign group can be the same as a native group.  In
9199 fact, you can subscribe to the same group from as many different servers
9200 you feel like.  There will be no name collisions.
9201
9202 The following variables can be used to create a virtual @code{nntp}
9203 server:
9204
9205 @table @code
9206
9207 @item nntp-server-opened-hook
9208 @vindex nntp-server-opened-hook
9209 @cindex @sc{mode reader}
9210 @cindex authinfo
9211 @cindex authentification
9212 @cindex nntp authentification
9213 @findex nntp-send-authinfo
9214 @findex nntp-send-mode-reader
9215 is run after a connection has been made.  It can be used to send
9216 commands to the @sc{nntp} server after it has been contacted.  By
9217 default it sends the command @code{MODE READER} to the server with the
9218 @code{nntp-send-mode-reader} function.  This function should always be
9219 present in this hook.
9220
9221 @item nntp-authinfo-function
9222 @vindex nntp-authinfo-function
9223 @findex nntp-send-authinfo
9224 @vindex nntp-authinfo-file
9225 This function will be used to send @samp{AUTHINFO} to the @sc{nntp}
9226 server.  The default function is @code{nntp-send-authinfo}, which looks
9227 through your @file{~/.authinfo} (or whatever you've set the
9228 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
9229 are found, it will prompt you for a login name and a password.  The
9230 format of the @file{~/.authinfo} file is (almost) the same as the
9231 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
9232 manual page, but here are the salient facts:
9233
9234 @enumerate
9235 @item
9236 The file contains one or more line, each of which define one server.
9237
9238 @item
9239 Each line may contain an arbitrary number of token/value pairs.  The
9240 valid tokens include @samp{machine}, @samp{login}, @samp{password},
9241 @samp{default} and @samp{force}.  (The latter is not a valid
9242 @file{.netrc}/@code{ftp} token, which is the only way the
9243 @file{.authinfo} file format deviates from the @file{.netrc} file
9244 format.)
9245
9246 @end enumerate
9247
9248 Here's an example file:
9249
9250 @example
9251 machine news.uio.no login larsi password geheimnis
9252 machine nntp.ifi.uio.no login larsi force yes
9253 @end example
9254
9255 The token/value pairs may appear in any order; @samp{machine} doesn't
9256 have to be first, for instance.
9257
9258 In this example, both login name and password have been supplied for the
9259 former server, while the latter has only the login name listed, and the
9260 user will be prompted for the password.  The latter also has the
9261 @samp{force} tag, which means that the authinfo will be sent to the
9262 @var{nntp} server upon connection; the default (i.e., when there is not
9263 @samp{force} tag) is to not send authinfo to the @var{nntp} server
9264 until the @var{nntp} server asks for it.
9265
9266 You can also add @samp{default} lines that will apply to all servers
9267 that don't have matching @samp{machine} lines.
9268
9269 @example
9270 default force yes
9271 @end example
9272
9273 This will force sending @samp{AUTHINFO} commands to all servers not
9274 previously mentioned.
9275
9276 Remember to not leave the @file{~/.authinfo} file world-readable.
9277
9278 @item nntp-server-action-alist
9279 @vindex nntp-server-action-alist
9280 This is a list of regexps to match on server types and actions to be
9281 taken when matches are made.  For instance, if you want Gnus to beep
9282 every time you connect to innd, you could say something like:
9283
9284 @lisp
9285 (setq nntp-server-action-alist
9286       '(("innd" (ding))))
9287 @end lisp
9288
9289 You probably don't want to do that, though.
9290
9291 The default value is
9292
9293 @lisp
9294 '(("nntpd 1\\.5\\.11t"
9295    (remove-hook 'nntp-server-opened-hook 'nntp-send-mode-reader)))
9296 @end lisp
9297
9298 This ensures that Gnus doesn't send the @code{MODE READER} command to
9299 nntpd 1.5.11t, since that command chokes that server, I've been told.
9300
9301 @item nntp-maximum-request
9302 @vindex nntp-maximum-request
9303 If the @sc{nntp} server doesn't support @sc{nov} headers, this backend
9304 will collect headers by sending a series of @code{head} commands.  To
9305 speed things up, the backend sends lots of these commands without
9306 waiting for reply, and then reads all the replies.  This is controlled
9307 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
9308 your network is buggy, you should set this to 1.
9309
9310 @item nntp-connection-timeout
9311 @vindex nntp-connection-timeout
9312 If you have lots of foreign @code{nntp} groups that you connect to
9313 regularly, you're sure to have problems with @sc{nntp} servers not
9314 responding properly, or being too loaded to reply within reasonable
9315 time.  This is can lead to awkward problems, which can be helped
9316 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
9317 that says how many seconds the @code{nntp} backend should wait for a
9318 connection before giving up.  If it is @code{nil}, which is the default,
9319 no timeouts are done.
9320
9321 @c @item nntp-command-timeout
9322 @c @vindex nntp-command-timeout
9323 @c @cindex PPP connections
9324 @c @cindex dynamic IP addresses
9325 @c If you're running Gnus on a machine that has a dynamically assigned
9326 @c address, Gnus may become confused.  If the address of your machine
9327 @c changes after connecting to the @sc{nntp} server, Gnus will simply sit
9328 @c waiting forever for replies from the server.  To help with this
9329 @c unfortunate problem, you can set this command to a number.  Gnus will
9330 @c then, if it sits waiting for a reply from the server longer than that
9331 @c number of seconds, shut down the connection, start a new one, and resend
9332 @c the command.  This should hopefully be transparent to the user.  A
9333 @c likely number is 30 seconds.
9334 @c
9335 @c @item nntp-retry-on-break
9336 @c @vindex nntp-retry-on-break
9337 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
9338 @c hangs.  This will have much the same effect as the command timeout
9339 @c described above.
9340
9341 @item nntp-server-hook
9342 @vindex nntp-server-hook
9343 This hook is run as the last step when connecting to an @sc{nntp}
9344 server.
9345
9346 @findex nntp-open-rlogin
9347 @findex nntp-open-telnet
9348 @findex nntp-open-network-stream
9349 @item nntp-open-connection-function
9350 @vindex nntp-open-connection-function
9351 This function is used to connect to the remote system.  Four pre-made
9352 functions are supplied:
9353
9354 @table @code
9355 @item nntp-open-network-stream
9356 This is the default, and simply connects to some port or other on the
9357 remote system.
9358
9359 @item nntp-open-rlogin
9360 Does an @samp{rlogin} on the
9361 remote system, and then does a @samp{telnet} to the @sc{nntp} server
9362 available there.
9363
9364 @code{nntp-open-rlogin}-related variables:
9365
9366 @table @code
9367
9368 @item nntp-rlogin-program
9369 @vindex nntp-rlogin-program
9370 Program used to log in on remote machines.  The default is @samp{rsh},
9371 but @samp{ssh} is a popular alternative.
9372
9373 @item nntp-rlogin-parameters
9374 @vindex nntp-rlogin-parameters
9375 This list will be used as the parameter list given to @code{rsh}.
9376
9377 @item nntp-rlogin-user-name
9378 @vindex nntp-rlogin-user-name
9379 User name on the remote system.
9380
9381 @end table
9382
9383 @item nntp-open-telnet
9384 Does a @samp{telnet} to the remote system and then another @samp{telnet}
9385 to get to the @sc{nntp} server.
9386
9387 @code{nntp-open-telnet}-related variables:
9388
9389 @table @code
9390 @item nntp-telnet-command
9391 @vindex nntp-telnet-command
9392 Command used to start @code{telnet}.
9393
9394 @item nntp-telnet-switches
9395 @vindex nntp-telnet-switches
9396 List of strings to be used as the switches to the @code{telnet} command.
9397
9398 @item nntp-telnet-user-name
9399 @vindex nntp-telnet-user-name
9400 User name for log in on the remote system.
9401
9402 @item nntp-telnet-passwd
9403 @vindex nntp-telnet-passwd
9404 Password to use when logging in.
9405
9406 @item nntp-telnet-parameters
9407 @vindex nntp-telnet-parameters
9408 A list of strings executed as a command after logging in
9409 via @code{telnet}.
9410
9411 @item nntp-telnet-shell-prompt
9412 @vindex nntp-telnet-shell-prompt
9413 Regexp matching the shell prompt on the remote machine.  The default is
9414 @samp{bash\\|\$ *\r?$\\|> *\r?}.
9415
9416 @item nntp-open-telnet-envuser
9417 @vindex nntp-open-telnet-envuser
9418 If non-@code{nil}, the @code{telnet} session (client and server both)
9419 will support the @code{ENVIRON} option and not prompt for login name.
9420 This works for Solaris @code{telnet}, for instance.
9421
9422 @end table
9423
9424 @findex nntp-open-ssl-stream
9425 @item nntp-open-ssl-stream
9426 Opens a connection to a server over a @dfn{secure} channel.  To use this
9427 you must have SSLay installed
9428 (@file{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL}, and you also need
9429 @file{ssl.el} (from the W3 distributeion, for instance).  You then
9430 define a server as follows:
9431
9432 @lisp
9433 ;; Type `C-c C-c' after you've finished editing.
9434 ;;
9435 ;; "snews" is port 563 and is predefined in our /etc/services
9436 ;;
9437 (nntp "snews.bar.com"
9438       (nntp-open-connection-function nntp-open-ssl-stream)
9439       (nntp-port-number "snews")
9440       (nntp-address "snews.bar.com"))
9441 @end lisp
9442
9443 @end table
9444
9445 @item nntp-end-of-line
9446 @vindex nntp-end-of-line
9447 String to use as end-of-line marker when talking to the @sc{nntp}
9448 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
9449 using @code{rlogin} to talk to the server.
9450
9451 @item nntp-rlogin-user-name
9452 @vindex nntp-rlogin-user-name
9453 User name on the remote system when using the @code{rlogin} connect
9454 function.
9455
9456 @item nntp-address
9457 @vindex nntp-address
9458 The address of the remote system running the @sc{nntp} server.
9459
9460 @item nntp-port-number
9461 @vindex nntp-port-number
9462 Port number to connect to when using the @code{nntp-open-network-stream}
9463 connect function.
9464
9465 @item nntp-buggy-select
9466 @vindex nntp-buggy-select
9467 Set this to non-@code{nil} if your select routine is buggy.
9468
9469 @item nntp-nov-is-evil
9470 @vindex nntp-nov-is-evil
9471 If the @sc{nntp} server does not support @sc{nov}, you could set this
9472 variable to @code{t}, but @code{nntp} usually checks automatically whether @sc{nov}
9473 can be used.
9474
9475 @item nntp-xover-commands
9476 @vindex nntp-xover-commands
9477 @cindex nov
9478 @cindex XOVER
9479 List of strings used as commands to fetch @sc{nov} lines from a
9480 server.  The default value of this variable is @code{("XOVER"
9481 "XOVERVIEW")}.
9482
9483 @item nntp-nov-gap
9484 @vindex nntp-nov-gap
9485 @code{nntp} normally sends just one big request for @sc{nov} lines to
9486 the server.  The server responds with one huge list of lines.  However,
9487 if you have read articles 2-5000 in the group, and only want to read
9488 article 1 and 5001, that means that @code{nntp} will fetch 4999 @sc{nov}
9489 lines that you will not need.  This variable says how
9490 big a gap between two consecutive articles is allowed to be before the
9491 @code{XOVER} request is split into several request.  Note that if your
9492 network is fast, setting this variable to a really small number means
9493 that fetching will probably be slower.  If this variable is @code{nil},
9494 @code{nntp} will never split requests.  The default is 5.
9495
9496 @item nntp-prepare-server-hook
9497 @vindex nntp-prepare-server-hook
9498 A hook run before attempting to connect to an @sc{nntp} server.
9499
9500 @item nntp-warn-about-losing-connection
9501 @vindex nntp-warn-about-losing-connection
9502 If this variable is non-@code{nil}, some noise will be made when a
9503 server closes connection.
9504
9505 @item nntp-record-commands
9506 @vindex nntp-record-commands
9507 If non-@code{nil}, @code{nntp} will log all commands it sends to the
9508 @sc{nntp} server (along with a timestep) in the @samp{*nntp-log*}
9509 buffer.  This is useful if you are debugging a Gnus/@sc{nntp} connection
9510 that doesn't seem to work.
9511
9512 @end table
9513
9514
9515 @node News Spool
9516 @subsection News Spool
9517 @cindex nnspool
9518 @cindex news spool
9519
9520 Subscribing to a foreign group from the local spool is extremely easy,
9521 and might be useful, for instance, to speed up reading groups that
9522 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
9523 instance.
9524
9525 Anyways, you just specify @code{nnspool} as the method and @code{""} (or
9526 anything else) as the address.
9527
9528 If you have access to a local spool, you should probably use that as the
9529 native select method (@pxref{Finding the News}).  It is normally faster
9530 than using an @code{nntp} select method, but might not be.  It depends.
9531 You just have to try to find out what's best at your site.
9532
9533 @table @code
9534
9535 @item nnspool-inews-program
9536 @vindex nnspool-inews-program
9537 Program used to post an article.
9538
9539 @item nnspool-inews-switches
9540 @vindex nnspool-inews-switches
9541 Parameters given to the inews program when posting an article.
9542
9543 @item nnspool-spool-directory
9544 @vindex nnspool-spool-directory
9545 Where @code{nnspool} looks for the articles.  This is normally
9546 @file{/usr/spool/news/}.
9547
9548 @item nnspool-nov-directory
9549 @vindex nnspool-nov-directory
9550 Where @code{nnspool} will look for @sc{nov} files.  This is normally
9551 @file{/usr/spool/news/over.view/}.
9552
9553 @item nnspool-lib-dir
9554 @vindex nnspool-lib-dir
9555 Where the news lib dir is (@file{/usr/lib/news/} by default).
9556
9557 @item nnspool-active-file
9558 @vindex nnspool-active-file
9559 The path to the active file.
9560
9561 @item nnspool-newsgroups-file
9562 @vindex nnspool-newsgroups-file
9563 The path to the group descriptions file.
9564
9565 @item nnspool-history-file
9566 @vindex nnspool-history-file
9567 The path to the news history file.
9568
9569 @item nnspool-active-times-file
9570 @vindex nnspool-active-times-file
9571 The path to the active date file.
9572
9573 @item nnspool-nov-is-evil
9574 @vindex nnspool-nov-is-evil
9575 If non-@code{nil}, @code{nnspool} won't try to use any @sc{nov} files
9576 that it finds.
9577
9578 @item nnspool-sift-nov-with-sed
9579 @vindex nnspool-sift-nov-with-sed
9580 @cindex sed
9581 If non-@code{nil}, which is the default, use @code{sed} to get the
9582 relevant portion from the overview file.  If nil, @code{nnspool} will
9583 load the entire file into a buffer and process it there.
9584
9585 @end table
9586
9587
9588 @node Getting Mail
9589 @section Getting Mail
9590 @cindex reading mail
9591 @cindex mail
9592
9593 Reading mail with a newsreader---isn't that just plain WeIrD? But of
9594 course.
9595
9596 @menu
9597 * Getting Started Reading Mail:: A simple cookbook example.
9598 * Splitting Mail::               How to create mail groups.
9599 * Mail Backend Variables::       Variables for customizing mail handling.
9600 * Fancy Mail Splitting::         Gnus can do hairy splitting of incoming mail.
9601 * Mail and Procmail::            Reading mail groups that procmail create.
9602 * Incorporating Old Mail::       What about the old mail you have?
9603 * Expiring Mail::                Getting rid of unwanted mail.
9604 * Washing Mail::                 Removing gruft from the mail you get.
9605 * Duplicates::                   Dealing with duplicated mail.
9606 * Not Reading Mail::             Using mail backends for reading other files.
9607 * Choosing a Mail Backend::      Gnus can read a variety of mail formats.
9608 @end menu
9609
9610
9611 @node Getting Started Reading Mail
9612 @subsection Getting Started Reading Mail
9613
9614 It's quite easy to use Gnus to read your new mail.  You just plonk the
9615 mail backend of your choice into @code{gnus-secondary-select-methods},
9616 and things will happen automatically.
9617
9618 For instance, if you want to use @code{nnml} (which is a "one file per
9619 mail" backend), you could put the following in your @file{.gnus} file:
9620
9621 @lisp
9622 (setq gnus-secondary-select-methods
9623       '((nnml "private")))
9624 @end lisp
9625
9626 Now, the next time you start Gnus, this backend will be queried for new
9627 articles, and it will move all the messages in your spool file to its
9628 directory, which is @code{~/Mail/} by default.  The new group that will
9629 be created (@samp{mail.misc}) will be subscribed, and you can read it
9630 like any other group.
9631
9632 You will probably want to split the mail into several groups, though:
9633
9634 @lisp
9635 (setq nnmail-split-methods
9636       '(("junk" "^From:.*Lars Ingebrigtsen")
9637         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
9638         ("other" "")))
9639 @end lisp
9640
9641 This will result in three new @code{nnml} mail groups being created:
9642 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
9643 mail that doesn't fit into the first two groups will be placed in the
9644 last group.
9645
9646 This should be sufficient for reading mail with Gnus.  You might want to
9647 give the other sections in this part of the manual a perusal, though.
9648 Especially @pxref{Choosing a Mail Backend} and @pxref{Expiring Mail}.
9649
9650
9651 @node Splitting Mail
9652 @subsection Splitting Mail
9653 @cindex splitting mail
9654 @cindex mail splitting
9655
9656 @vindex nnmail-split-methods
9657 The @code{nnmail-split-methods} variable says how the incoming mail is
9658 to be split into groups.
9659
9660 @lisp
9661 (setq nnmail-split-methods
9662   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
9663     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
9664     ("mail.other" "")))
9665 @end lisp
9666
9667 This variable is a list of lists, where the first element of each of
9668 these lists is the name of the mail group (they do not have to be called
9669 something beginning with @samp{mail}, by the way), and the second
9670 element is a regular expression used on the header of each mail to
9671 determine if it belongs in this mail group.  The first string may
9672 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
9673 insert sub-expressions from the matched text.  For instance:
9674
9675 @lisp
9676 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
9677 @end lisp
9678
9679 The second element can also be a function.  In that case, it will be
9680 called narrowed to the headers with the first element of the rule as the
9681 argument.  It should return a non-@code{nil} value if it thinks that the
9682 mail belongs in that group.
9683
9684 The last of these groups should always be a general one, and the regular
9685 expression should @emph{always} be @samp{} so that it matches any mails
9686 that haven't been matched by any of the other regexps.  (These rules are
9687 processed from the beginning of the alist toward the end.  The first
9688 rule to make a match will "win", unless you have crossposting enabled.
9689 In that case, all matching rules will "win".)
9690
9691 If you like to tinker with this yourself, you can set this variable to a
9692 function of your choice.  This function will be called without any
9693 arguments in a buffer narrowed to the headers of an incoming mail
9694 message.  The function should return a list of group names that it
9695 thinks should carry this mail message.
9696
9697 Note that the mail backends are free to maul the poor, innocent,
9698 incoming headers all they want to.  They all add @code{Lines} headers;
9699 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
9700 @code{From<SPACE>} line to something else.
9701
9702 @vindex nnmail-crosspost
9703 The mail backends all support cross-posting.  If several regexps match,
9704 the mail will be ``cross-posted'' to all those groups.
9705 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
9706 that no articles are crossposted to the general (@samp{}) group.
9707
9708 @vindex nnmail-crosspost-link-function
9709 @cindex crosspost
9710 @cindex links
9711 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
9712 the crossposted articles.  However, not all file systems support hard
9713 links.  If that's the case for you, set
9714 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
9715 variable is @code{add-name-to-file} by default.)
9716
9717 @kindex M-x nnmail-split-history
9718 @kindex nnmail-split-history
9719 If you wish to see where the previous mail split put the messages, you
9720 can use the @kbd{M-x nnmail-split-history} command.
9721
9722 Gnus gives you all the opportunity you could possibly want for shooting
9723 yourself in the foot.  Let's say you create a group that will contain
9724 all the mail you get from your boss.  And then you accidentally
9725 unsubscribe from the group.  Gnus will still put all the mail from your
9726 boss in the unsubscribed group, and so, when your boss mails you ``Have
9727 that report ready by Monday or you're fired!'', you'll never see it and,
9728 come Tuesday, you'll still believe that you're gainfully employed while
9729 you really should be out collecting empty bottles to save up for next
9730 month's rent money.
9731
9732
9733 @node Mail Backend Variables
9734 @subsection Mail Backend Variables
9735
9736 These variables are (for the most part) pertinent to all the various
9737 mail backends.
9738
9739 @table @code
9740 @vindex nnmail-read-incoming-hook
9741 @item nnmail-read-incoming-hook
9742 The mail backends all call this hook after reading new mail.  You can
9743 use this hook to notify any mail watch programs, if you want to.
9744
9745 @vindex nnmail-spool-file
9746 @item nnmail-spool-file
9747 @cindex POP mail
9748 @cindex MAILHOST
9749 @cindex movemail
9750 @vindex nnmail-pop-password
9751 @vindex nnmail-pop-password-required
9752 The backends will look for new mail in this file.  If this variable is
9753 @code{nil}, the mail backends will never attempt to fetch mail by
9754 themselves.  If you are using a POP mail server and your name is
9755 @samp{larsi}, you should set this variable to @samp{po:larsi}.  If
9756 your name is not @samp{larsi}, you should probably modify that
9757 slightly, but you may have guessed that already, you smart & handsome
9758 devil!  You can also set this variable to @code{pop}, and Gnus will try
9759 to figure out the POP mail string by itself.  In any case, Gnus will
9760 call @code{movemail} which will contact the POP server named in the
9761 @code{MAILHOST} environment variable.  If the POP server needs a
9762 password, you can either set @code{nnmail-pop-password-required} to
9763 @code{t} and be prompted for the password, or set
9764 @code{nnmail-pop-password} to the password itself.
9765
9766 @code{nnmail-spool-file} can also be a list of mailboxes.
9767
9768 Your Emacs has to have been configured with @samp{--with-pop} before
9769 compilation.  This is the default, but some installations have it
9770 switched off.
9771
9772 When you use a mail backend, Gnus will slurp all your mail from your
9773 inbox and plonk it down in your home directory.  Gnus doesn't move any
9774 mail if you're not using a mail backend---you have to do a lot of magic
9775 invocations first.  At the time when you have finished drawing the
9776 pentagram, lightened the candles, and sacrificed the goat, you really
9777 shouldn't be too surprised when Gnus moves your mail.
9778
9779 @vindex nnmail-use-procmail
9780 @vindex nnmail-procmail-suffix
9781 @item nnmail-use-procmail
9782 If non-@code{nil}, the mail backends will look in
9783 @code{nnmail-procmail-directory} for incoming mail.  All the files in
9784 that directory that have names ending in @code{nnmail-procmail-suffix}
9785 will be considered incoming mailboxes, and will be searched for new
9786 mail.
9787
9788 @vindex nnmail-crash-box
9789 @item nnmail-crash-box
9790 When a mail backend reads a spool file, mail is first moved to this
9791 file, which is @file{~/.gnus-crash-box} by default.  If this file
9792 already exists, it will always be read (and incorporated) before any
9793 other spool files.
9794
9795 @vindex nnmail-split-hook
9796 @item nnmail-split-hook
9797 @findex article-decode-encoded-words
9798 @findex RFC1522 decoding
9799 @findex RFC2047 decoding
9800 Hook run in the buffer where the mail headers of each message is kept
9801 just before the splitting based on these headers is done.  The hook is
9802 free to modify the buffer contents in any way it sees fit---the buffer
9803 is discarded after the splitting has been done, and no changes performed
9804 in the buffer will show up in any files.
9805 @code{gnus-article-decode-encoded-words} is one likely function to add
9806 to this hook.
9807
9808 @vindex nnmail-pre-get-new-mail-hook
9809 @vindex nnmail-post-get-new-mail-hook
9810 @item nnmail-pre-get-new-mail-hook
9811 @itemx nnmail-post-get-new-mail-hook
9812 These are two useful hooks executed when treating new incoming
9813 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
9814 starting to handle the new mail) and
9815 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
9816 is done).  Here's and example of using these two hooks to change the
9817 default file modes the new mail files get:
9818
9819 @lisp
9820 (add-hook 'gnus-pre-get-new-mail-hook
9821           (lambda () (set-default-file-modes 511)))
9822
9823 (add-hook 'gnus-post-get-new-mail-hook
9824           (lambda () (set-default-file-modes 551)))
9825 @end lisp
9826
9827 @item nnmail-tmp-directory
9828 @vindex nnmail-tmp-directory
9829 This variable says where to move incoming mail to -- while processing
9830 it.  This is usually done in the same directory that the mail backend
9831 inhabits (e.g., @file{~/Mail/}), but if this variable is non-@code{nil},
9832 it will be used instead.
9833
9834 @item nnmail-movemail-program
9835 @vindex nnmail-movemail-program
9836 This program is executed to move mail from the user's inbox to her home
9837 directory.  The default is @samp{movemail}.
9838
9839 This can also be a function.  In that case, the function will be called
9840 with two parameters -- the name of the inbox, and the file to be moved
9841 to.
9842
9843 @item nnmail-delete-incoming
9844 @vindex nnmail-delete-incoming
9845 @cindex incoming mail files
9846 @cindex deleting incoming files
9847 If non-@code{nil}, the mail backends will delete the temporary incoming
9848 file after splitting mail into the proper groups.  This is @code{t} by
9849 default.
9850
9851 @c This is @code{nil} by
9852 @c default for reasons of security.
9853
9854 @c Since Red Gnus is an alpha release, it is to be expected to lose mail.
9855 (No Gnus release since (ding) Gnus 0.10 (or something like that) have
9856 lost mail, I think, but that's not the point.  (Except certain versions
9857 of Red Gnus.))  By not deleting the Incoming* files, one can be sure not
9858 to lose mail -- if Gnus totally whacks out, one can always recover what
9859 was lost.
9860
9861 You may delete the @file{Incoming*} files at will.
9862
9863 @item nnmail-use-long-file-names
9864 @vindex nnmail-use-long-file-names
9865 If non-@code{nil}, the mail backends will use long file and directory
9866 names.  Groups like @samp{mail.misc} will end up in directories
9867 (assuming use of @code{nnml} backend) or files (assuming use of
9868 @code{nnfolder} backend) like @file{mail.misc}.  If it is @code{nil},
9869 the same group will end up in @file{mail/misc}.
9870
9871 @item nnmail-delete-file-function
9872 @vindex nnmail-delete-file-function
9873 @findex delete-file
9874 Function called to delete files.  It is @code{delete-file} by default.
9875
9876 @item nnmail-cache-accepted-message-ids
9877 @vindex nnmail-cache-accepted-message-ids
9878 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
9879 the backend (via @code{Gcc}, for instance) into the mail duplication
9880 discovery cache.  The default is @code{nil}.
9881
9882 @end table
9883
9884
9885 @node Fancy Mail Splitting
9886 @subsection Fancy Mail Splitting
9887 @cindex mail splitting
9888 @cindex fancy mail splitting
9889
9890 @vindex nnmail-split-fancy
9891 @findex nnmail-split-fancy
9892 If the rather simple, standard method for specifying how to split mail
9893 doesn't allow you to do what you want, you can set
9894 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
9895 play with the @code{nnmail-split-fancy} variable.
9896
9897 Let's look at an example value of this variable first:
9898
9899 @lisp
9900 ;; Messages from the mailer daemon are not crossposted to any of
9901 ;; the ordinary groups.  Warnings are put in a separate group
9902 ;; from real errors.
9903 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
9904                    "mail.misc"))
9905    ;; Non-error messages are crossposted to all relevant
9906    ;; groups, but we don't crosspost between the group for the
9907    ;; (ding) list and the group for other (ding) related mail.
9908    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
9909          ("subject" "ding" "ding.misc"))
9910       ;; Other mailing lists...
9911       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
9912       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
9913       ;; People...
9914       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
9915    ;; Unmatched mail goes to the catch all group.
9916    "misc.misc")
9917 @end lisp
9918
9919 This variable has the format of a @dfn{split}.  A split is a (possibly)
9920 recursive structure where each split may contain other splits.  Here are
9921 the five possible split syntaxes:
9922
9923 @enumerate
9924
9925 @item
9926 @samp{group}: If the split is a string, that will be taken as a group
9927 name.  Normal regexp match expansion will be done.  See below for
9928 examples. 
9929
9930 @item
9931 @var{(FIELD VALUE SPLIT)}: If the split is a list, the first element of
9932 which is a string, then store the message as specified by SPLIT, if
9933 header FIELD (a regexp) contains VALUE (also a regexp).
9934
9935 @item
9936 @var{(| SPLIT...)}: If the split is a list, and the first element is
9937 @code{|} (vertical bar), then process each SPLIT until one of them
9938 matches.  A SPLIT is said to match if it will cause the mail message to
9939 be stored in one or more groups.
9940
9941 @item
9942 @var{(& SPLIT...)}: If the split is a list, and the first element is
9943 @code{&}, then process all SPLITs in the list.
9944
9945 @item
9946 @code{junk}: If the split is the symbol @code{junk}, then don't save
9947 this message. Use with extreme caution.
9948
9949 @item
9950 @var{(: function arg1 arg2 ...)}:  If the split is a list, and the first
9951 element is @code{:}, then the second element will be called as a
9952 function with @var{args} given as arguments.  The function should return
9953 a SPLIT.
9954
9955 @item
9956 @code{nil}: If the split is @code{nil}, it is ignored.
9957
9958 @end enumerate
9959
9960 In these splits, @var{FIELD} must match a complete field name.
9961 @var{VALUE} must match a complete word according to the fundamental mode
9962 syntax table.  You can use @code{.*} in the regexps to match partial
9963 field names or words.  In other words, all @var{VALUE}'s are wrapped in
9964 @samp{\<} and @samp{\>} pairs.
9965
9966 @vindex nnmail-split-abbrev-alist
9967 @var{FIELD} and @var{VALUE} can also be lisp symbols, in that case they
9968 are expanded as specified by the variable
9969 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells, where
9970 the @code{car} of a cell contains the key, and the @code{cdr} contains the associated
9971 value.
9972
9973 @vindex nnmail-split-fancy-syntax-table
9974 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
9975 when all this splitting is performed.
9976
9977 If you want to have Gnus create groups dynamically based on some
9978 information in the headers (i.e., do @code{replace-match}-like
9979 substitutions in the group names), you can say things like:
9980
9981 @example
9982 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
9983 @end example
9984
9985 If the string contains the element @samp{\&}, then the previously
9986 matched string will be substituted.  Similarly, the elements @samp{\\1}
9987 up to @samp{\\9} will be substituted with the text matched by the
9988 groupings 1 through 9.
9989
9990
9991 @node Mail and Procmail
9992 @subsection Mail and Procmail
9993 @cindex procmail
9994
9995 @cindex slocal
9996 @cindex elm
9997 Many people use @code{procmail} (or some other mail filter program or
9998 external delivery agent---@code{slocal}, @code{elm}, etc) to split
9999 incoming mail into groups.  If you do that, you should set
10000 @code{nnmail-spool-file} to @code{procmail} to ensure that the mail
10001 backends never ever try to fetch mail by themselves.
10002
10003 If you have a combined @code{procmail}/POP/mailbox setup, you can do
10004 something like the following:
10005
10006 @vindex nnmail-use-procmail
10007 @lisp
10008 (setq nnmail-use-procmail t)
10009 (setq nnmail-spool-file
10010       '("/usr/spool/mail/my-name" "po:my-name"))
10011 @end lisp
10012
10013 This also means that you probably don't want to set
10014 @code{nnmail-split-methods} either, which has some, perhaps, unexpected
10015 side effects.
10016
10017 When a mail backend is queried for what groups it carries, it replies
10018 with the contents of that variable, along with any groups it has figured
10019 out that it carries by other means.  None of the backends, except
10020 @code{nnmh}, actually go out to the disk and check what groups actually
10021 exist.  (It's not trivial to distinguish between what the user thinks is
10022 a basis for a newsgroup and what is just a plain old file or directory.)
10023
10024 This means that you have to tell Gnus (and the backends) by hand what
10025 groups exist.
10026
10027 Let's take the @code{nnmh} backend as an example:
10028
10029 The folders are located in @code{nnmh-directory}, say, @file{~/Mail/}.
10030 There are three folders, @file{foo}, @file{bar} and @file{mail.baz}.
10031
10032 Go to the group buffer and type @kbd{G m}.  When prompted, answer
10033 @samp{foo} for the name and @samp{nnmh} for the method.  Repeat
10034 twice for the two other groups, @samp{bar} and @samp{mail.baz}.  Be sure
10035 to include all your mail groups.
10036
10037 That's it.  You are now set to read your mail.  An active file for this
10038 method will be created automatically.
10039
10040 @vindex nnmail-procmail-suffix
10041 @vindex nnmail-procmail-directory
10042 If you use @code{nnfolder} or any other backend that store more than a
10043 single article in each file, you should never have procmail add mails to
10044 the file that Gnus sees.  Instead, procmail should put all incoming mail
10045 in @code{nnmail-procmail-directory}.  To arrive at the file name to put
10046 the incoming mail in, append @code{nnmail-procmail-suffix} to the group
10047 name.  The mail backends will read the mail from these files.
10048
10049 @vindex nnmail-resplit-incoming
10050 When Gnus reads a file called @file{mail.misc.spool}, this mail will be
10051 put in the @code{mail.misc}, as one would expect.  However, if you want
10052 Gnus to split the mail the normal way, you could set
10053 @code{nnmail-resplit-incoming} to @code{t}.
10054
10055 @vindex nnmail-keep-last-article
10056 If you use @code{procmail} to split things directly into an @code{nnmh}
10057 directory (which you shouldn't do), you should set
10058 @code{nnmail-keep-last-article} to non-@code{nil} to prevent Gnus from
10059 ever expiring the final article (i.e., the article with the highest
10060 article number) in a mail newsgroup.  This is quite, quite important.
10061
10062 Here's an example setup:  The incoming spools are located in
10063 @file{~/incoming/} and have @samp{""} as suffixes (i.e., the incoming
10064 spool files have the same names as the equivalent groups).  The
10065 @code{nnfolder} backend is to be used as the mail interface, and the
10066 @code{nnfolder} directory is @file{~/fMail/}.
10067
10068 @lisp
10069 (setq nnfolder-directory "~/fMail/")
10070 (setq nnmail-spool-file 'procmail)
10071 (setq nnmail-procmail-directory "~/incoming/")
10072 (setq gnus-secondary-select-methods '((nnfolder "")))
10073 (setq nnmail-procmail-suffix "")
10074 @end lisp
10075
10076
10077 @node Incorporating Old Mail
10078 @subsection Incorporating Old Mail
10079
10080 Most people have lots of old mail stored in various file formats.  If
10081 you have set up Gnus to read mail using one of the spiffy Gnus mail
10082 backends, you'll probably wish to have that old mail incorporated into
10083 your mail groups.
10084
10085 Doing so can be quite easy.
10086
10087 To take an example: You're reading mail using @code{nnml}
10088 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
10089 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
10090 file filled with important, but old, mail.  You want to move it into
10091 your @code{nnml} groups.
10092
10093 Here's how:
10094
10095 @enumerate
10096 @item
10097 Go to the group buffer.
10098
10099 @item
10100 Type `G f' and give the path to the mbox file when prompted to create an
10101 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
10102
10103 @item
10104 Type `SPACE' to enter the newly created group.
10105
10106 @item
10107 Type `M P b' to process-mark all articles in this group's buffer
10108 (@pxref{Setting Process Marks}).
10109
10110 @item
10111 Type `B r' to respool all the process-marked articles, and answer
10112 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
10113 @end enumerate
10114
10115 All the mail messages in the mbox file will now also be spread out over
10116 all your @code{nnml} groups.  Try entering them and check whether things
10117 have gone without a glitch.  If things look ok, you may consider
10118 deleting the mbox file, but I wouldn't do that unless I was absolutely
10119 sure that all the mail has ended up where it should be.
10120
10121 Respooling is also a handy thing to do if you're switching from one mail
10122 backend to another.  Just respool all the mail in the old mail groups
10123 using the new mail backend.
10124
10125
10126 @node Expiring Mail
10127 @subsection Expiring Mail
10128 @cindex article expiry
10129
10130 Traditional mail readers have a tendency to remove mail articles when
10131 you mark them as read, in some way.  Gnus takes a fundamentally
10132 different approach to mail reading.
10133
10134 Gnus basically considers mail just to be news that has been received in
10135 a rather peculiar manner.  It does not think that it has the power to
10136 actually change the mail, or delete any mail messages.  If you enter a
10137 mail group, and mark articles as ``read'', or kill them in some other
10138 fashion, the mail articles will still exist on the system.  I repeat:
10139 Gnus will not delete your old, read mail.  Unless you ask it to, of
10140 course.
10141
10142 To make Gnus get rid of your unwanted mail, you have to mark the
10143 articles as @dfn{expirable}.  This does not mean that the articles will
10144 disappear right away, however.  In general, a mail article will be
10145 deleted from your system if, 1) it is marked as expirable, AND 2) it is
10146 more than one week old.  If you do not mark an article as expirable, it
10147 will remain on your system until hell freezes over.  This bears
10148 repeating one more time, with some spurious capitalizations: IF you do
10149 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
10150
10151 @vindex gnus-auto-expirable-newsgroups
10152 You do not have to mark articles as expirable by hand.  Groups that
10153 match the regular expression @code{gnus-auto-expirable-newsgroups} will
10154 have all articles that you read marked as expirable automatically.  All
10155 articles marked as expirable have an @samp{E} in the first
10156 column in the summary buffer.
10157
10158 By default, if you have auto expiry switched on, Gnus will mark all the
10159 articles you read as expirable, no matter if they were read or unread
10160 before.  To avoid having articles marked as read marked as expirable
10161 automatically, you can put something like the following in your
10162 @file{.gnus} file:
10163
10164 @vindex gnus-mark-article-hook
10165 @lisp
10166 (remove-hook 'gnus-mark-article-hook
10167              'gnus-summary-mark-read-and-unread-as-read)
10168 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
10169 @end lisp
10170
10171 Note that making a group auto-expirable doesn't mean that all read
10172 articles are expired---only the articles marked as expirable
10173 will be expired.  Also note that using the @kbd{d} command won't make
10174 groups expirable---only semi-automatic marking of articles as read will
10175 mark the articles as expirable in auto-expirable groups.
10176
10177 Let's say you subscribe to a couple of mailing lists, and you want the
10178 articles you have read to disappear after a while:
10179
10180 @lisp
10181 (setq gnus-auto-expirable-newsgroups
10182       "mail.nonsense-list\\|mail.nice-list")
10183 @end lisp
10184
10185 Another way to have auto-expiry happen is to have the element
10186 @code{auto-expire} in the group parameters of the group.
10187
10188 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
10189 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
10190 don't really mix very well.
10191
10192 @vindex nnmail-expiry-wait
10193 The @code{nnmail-expiry-wait} variable supplies the default time an
10194 expirable article has to live.  Gnus starts counting days from when the
10195 message @emph{arrived}, not from when it was sent.  The default is seven
10196 days.
10197
10198 Gnus also supplies a function that lets you fine-tune how long articles
10199 are to live, based on what group they are in.  Let's say you want to
10200 have one month expiry period in the @samp{mail.private} group, a one day
10201 expiry period in the @samp{mail.junk} group, and a six day expiry period
10202 everywhere else:
10203
10204 @vindex nnmail-expiry-wait-function
10205 @lisp
10206 (setq nnmail-expiry-wait-function
10207       (lambda (group)
10208        (cond ((string= group "mail.private")
10209                31)
10210              ((string= group "mail.junk")
10211                1)
10212              ((string= group "important")
10213                'never)
10214              (t
10215                6))))
10216 @end lisp
10217
10218 The group names this function is fed are ``unadorned'' group
10219 names---no @samp{nnml:} prefixes and the like.
10220
10221 The @code{nnmail-expiry-wait} variable and
10222 @code{nnmail-expiry-wait-function} function can either be a number (not
10223 necessarily an integer) or one of the symbols @code{immediate} or
10224 @code{never}.
10225
10226 You can also use the @code{expiry-wait} group parameter to selectively
10227 change the expiry period (@pxref{Group Parameters}).
10228
10229 @vindex nnmail-keep-last-article
10230 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
10231 expire the final article in a mail newsgroup.  This is to make life
10232 easier for procmail users.
10233
10234 @vindex gnus-total-expirable-newsgroups
10235 By the way: That line up there, about Gnus never expiring non-expirable
10236 articles, is a lie.  If you put @code{total-expire} in the group
10237 parameters, articles will not be marked as expirable, but all read
10238 articles will be put through the expiry process.  Use with extreme
10239 caution.  Even more dangerous is the
10240 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
10241 this regexp will have all read articles put through the expiry process,
10242 which means that @emph{all} old mail articles in the groups in question
10243 will be deleted after a while.  Use with extreme caution, and don't come
10244 crying to me when you discover that the regexp you used matched the
10245 wrong group and all your important mail has disappeared.  Be a
10246 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
10247 with!  So there!
10248
10249 Most people make most of their mail groups total-expirable, though.
10250
10251 @vindex gnus-inhibit-user-auto-expire
10252 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
10253 commands will not mark an article as expirable, even if the group has
10254 auto-expire turned on.
10255
10256
10257 @node Washing Mail
10258 @subsection Washing Mail
10259 @cindex mail washing
10260 @cindex list server brain damage
10261 @cindex incoming mail treatment
10262
10263 Mailers and list servers are notorious for doing all sorts of really,
10264 really stupid things with mail.  ``Hey, RFC822 doesn't explicitly
10265 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
10266 end of all lines passing through our server, so let's do that!!!!1!''
10267 Yes, but RFC822 wasn't designed to be read by morons.  Things that were
10268 considered to be self-evident were not discussed.  So.  Here we are.
10269
10270 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
10271 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
10272 be shocked and dismayed by this, but I haven't got the energy.  It is to
10273 laugh.
10274
10275 Gnus provides a plethora of functions for washing articles while
10276 displaying them, but it might be nicer to do the filtering before
10277 storing the mail to disc.  For that purpose, we have three hooks and
10278 various functions that can be put in these hooks.
10279
10280 @table @code
10281 @item nnmail-prepare-incoming-hook
10282 @vindex nnmail-prepare-incoming-hook
10283 This hook is called before doing anything with the mail and is meant for
10284 grand, sweeping gestures.  It is called in a buffer that contains all
10285 the new, incoming mail.  Functions to be used include:
10286
10287 @table @code
10288 @item nnheader-ms-strip-cr
10289 @findex nnheader-ms-strip-cr
10290 Remove trailing carriage returns from each line.  This is default on
10291 Emacs running on MS machines.
10292
10293 @end table
10294
10295 @item nnmail-prepare-incoming-header-hook
10296 @vindex nnmail-prepare-incoming-header-hook
10297 This hook is called narrowed to each header.  It can be used when
10298 cleaning up the headers.  Functions that can be used include:
10299
10300 @table @code
10301 @item nnmail-remove-leading-whitespace
10302 @findex nnmail-remove-leading-whitespace
10303 Clear leading white space that ``helpful'' listservs have added to the
10304 headers to make them look nice.  Aaah.
10305
10306 @item nnmail-remove-list-identifiers
10307 @findex nnmail-remove-list-identifiers
10308 Some list servers add an identifier---for example, @samp{(idm)}---to the
10309 beginning of all @code{Subject} headers.  I'm sure that's nice for
10310 people who use stone age mail readers.  This function will remove
10311 strings that match the @code{nnmail-list-identifiers} regexp, which can
10312 also be a list of regexp.
10313
10314 For instance, if you want to remove the @samp{(idm)} and the
10315 @samp{nagnagnag} identifiers:
10316
10317 @lisp
10318 (setq nnmail-list-identifiers
10319       '("(idm)" "nagnagnag"))
10320 @end lisp
10321
10322 @item nnmail-remove-tabs
10323 @findex nnmail-remove-tabs
10324 Translate all @samp{TAB} characters into @samp{SPACE} characters.
10325
10326 @end table
10327
10328 @item nnmail-prepare-incoming-message-hook
10329 @vindex nnmail-prepare-incoming-message-hook
10330 This hook is called narrowed to each message.  Functions to be used
10331 include:
10332
10333 @table @code
10334 @item article-de-quoted-unreadable
10335 @findex article-de-quoted-unreadable
10336 Decode Quoted Readable encoding.
10337
10338 @end table
10339 @end table
10340
10341
10342 @node Duplicates
10343 @subsection Duplicates
10344
10345 @vindex nnmail-treat-duplicates
10346 @vindex nnmail-message-id-cache-length
10347 @vindex nnmail-message-id-cache-file
10348 @cindex duplicate mails
10349 If you are a member of a couple of mailing lists, you will sometimes
10350 receive two copies of the same mail.  This can be quite annoying, so
10351 @code{nnmail} checks for and treats any duplicates it might find.  To do
10352 this, it keeps a cache of old @code{Message-ID}s---
10353 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
10354 default.  The approximate maximum number of @code{Message-ID}s stored
10355 there is controlled by the @code{nnmail-message-id-cache-length}
10356 variable, which is 1000 by default. (So 1000 @code{Message-ID}s will be
10357 stored.) If all this sounds scary to you, you can set
10358 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
10359 default), and @code{nnmail} won't delete duplicate mails.  Instead it
10360 will insert a warning into the head of the mail saying that it thinks
10361 that this is a duplicate of a different message.
10362
10363 This variable can also be a function.  If that's the case, the function
10364 will be called from a buffer narrowed to the message in question with
10365 the @code{Message-ID} as a parameter.  The function must return either
10366 @code{nil}, @code{warn}, or @code{delete}.
10367
10368 You can turn this feature off completely by setting the variable to
10369 @code{nil}.
10370
10371 If you want all the duplicate mails to be put into a special
10372 @dfn{duplicates} group, you could do that using the normal mail split
10373 methods:
10374
10375 @lisp
10376 (setq nnmail-split-fancy
10377       '(| ;; Messages duplicates go to a separate group.
10378           ("gnus-warning" "duplication of message" "duplicate")
10379           ;; Message from daemons, postmaster, and the like to another.
10380           (any mail "mail.misc")
10381           ;; Other rules.
10382           [ ... ] ))
10383 @end lisp
10384
10385 Or something like:
10386 @lisp
10387 (setq nnmail-split-methods
10388       '(("duplicates" "^Gnus-Warning:")
10389         ;; Other rules.
10390         [...]))
10391 @end lisp
10392
10393 Here's a neat feature: If you know that the recipient reads her mail
10394 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
10395 @code{delete}, you can send her as many insults as you like, just by
10396 using a @code{Message-ID} of a mail that you know that she's already
10397 received.  Think of all the fun!  She'll never see any of it!  Whee!
10398
10399
10400 @node Not Reading Mail
10401 @subsection Not Reading Mail
10402
10403 If you start using any of the mail backends, they have the annoying
10404 habit of assuming that you want to read mail with them.  This might not
10405 be unreasonable, but it might not be what you want.
10406
10407 If you set @code{nnmail-spool-file} to @code{nil}, none of the backends
10408 will ever attempt to read incoming mail, which should help.
10409
10410 @vindex nnbabyl-get-new-mail
10411 @vindex nnmbox-get-new-mail
10412 @vindex nnml-get-new-mail
10413 @vindex nnmh-get-new-mail
10414 @vindex nnfolder-get-new-mail
10415 This might be too much, if, for instance, you are reading mail quite
10416 happily with @code{nnml} and just want to peek at some old @sc{rmail}
10417 file you have stashed away with @code{nnbabyl}.  All backends have
10418 variables called backend-@code{get-new-mail}.  If you want to disable
10419 the @code{nnbabyl} mail reading, you edit the virtual server for the
10420 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
10421
10422 All the mail backends will call @code{nn}*@code{-prepare-save-mail-hook}
10423 narrowed to the article to be saved before saving it when reading
10424 incoming mail.
10425
10426
10427 @node Choosing a Mail Backend
10428 @subsection Choosing a Mail Backend
10429
10430 Gnus will read the mail spool when you activate a mail group.  The mail
10431 file is first copied to your home directory.  What happens after that
10432 depends on what format you want to store your mail in.
10433
10434 @menu
10435 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
10436 * Rmail Babyl::                 Emacs programs use the rmail babyl format.
10437 * Mail Spool::                  Store your mail in a private spool?
10438 * MH Spool::                    An mhspool-like backend.
10439 * Mail Folders::                Having one file for each group.
10440 @end menu
10441
10442
10443 @node Unix Mail Box
10444 @subsubsection Unix Mail Box
10445 @cindex nnmbox
10446 @cindex unix mail box
10447
10448 @vindex nnmbox-active-file
10449 @vindex nnmbox-mbox-file
10450 The @dfn{nnmbox} backend will use the standard Un*x mbox file to store
10451 mail.  @code{nnmbox} will add extra headers to each mail article to say
10452 which group it belongs in.
10453
10454 Virtual server settings:
10455
10456 @table @code
10457 @item nnmbox-mbox-file
10458 @vindex nnmbox-mbox-file
10459 The name of the mail box in the user's home directory.
10460
10461 @item nnmbox-active-file
10462 @vindex nnmbox-active-file
10463 The name of the active file for the mail box.
10464
10465 @item nnmbox-get-new-mail
10466 @vindex nnmbox-get-new-mail
10467 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
10468 into groups.
10469 @end table
10470
10471
10472 @node Rmail Babyl
10473 @subsubsection Rmail Babyl
10474 @cindex nnbabyl
10475 @cindex rmail mbox
10476
10477 @vindex nnbabyl-active-file
10478 @vindex nnbabyl-mbox-file
10479 The @dfn{nnbabyl} backend will use a babyl mail box (aka. @dfn{rmail
10480 mbox}) to store mail. @code{nnbabyl} will add extra headers to each mail
10481 article to say which group it belongs in.
10482
10483 Virtual server settings:
10484
10485 @table @code
10486 @item nnbabyl-mbox-file
10487 @vindex nnbabyl-mbox-file
10488 The name of the rmail mbox file.
10489
10490 @item nnbabyl-active-file
10491 @vindex nnbabyl-active-file
10492 The name of the active file for the rmail box.
10493
10494 @item nnbabyl-get-new-mail
10495 @vindex nnbabyl-get-new-mail
10496 If non-@code{nil}, @code{nnbabyl} will read incoming mail.
10497 @end table
10498
10499
10500 @node Mail Spool
10501 @subsubsection Mail Spool
10502 @cindex nnml
10503 @cindex mail @sc{nov} spool
10504
10505 The @dfn{nnml} spool mail format isn't compatible with any other known
10506 format.  It should be used with some caution.
10507
10508 @vindex nnml-directory
10509 If you use this backend, Gnus will split all incoming mail into files,
10510 one file for each mail, and put the articles into the corresponding
10511 directories under the directory specified by the @code{nnml-directory}
10512 variable.  The default value is @file{~/Mail/}.
10513
10514 You do not have to create any directories beforehand; Gnus will take
10515 care of all that.
10516
10517 If you have a strict limit as to how many files you are allowed to store
10518 in your account, you should not use this backend.  As each mail gets its
10519 own file, you might very well occupy thousands of inodes within a few
10520 weeks.  If this is no problem for you, and it isn't a problem for you
10521 having your friendly systems administrator walking around, madly,
10522 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
10523 know that this is probably the fastest format to use.  You do not have
10524 to trudge through a big mbox file just to read your new mail.
10525
10526 @code{nnml} is probably the slowest backend when it comes to article
10527 splitting.  It has to create lots of files, and it also generates
10528 @sc{nov} databases for the incoming mails.  This makes it the fastest
10529 backend when it comes to reading mail.
10530
10531 Virtual server settings:
10532
10533 @table @code
10534 @item nnml-directory
10535 @vindex nnml-directory
10536 All @code{nnml} directories will be placed under this directory.
10537
10538 @item nnml-active-file
10539 @vindex nnml-active-file
10540 The active file for the @code{nnml} server.
10541
10542 @item nnml-newsgroups-file
10543 @vindex nnml-newsgroups-file
10544 The @code{nnml} group descriptions file.  @xref{Newsgroups File
10545 Format}.
10546
10547 @item nnml-get-new-mail
10548 @vindex nnml-get-new-mail
10549 If non-@code{nil}, @code{nnml} will read incoming mail.
10550
10551 @item nnml-nov-is-evil
10552 @vindex nnml-nov-is-evil
10553 If non-@code{nil}, this backend will ignore any @sc{nov} files.
10554
10555 @item nnml-nov-file-name
10556 @vindex nnml-nov-file-name
10557 The name of the @sc{nov} files.  The default is @file{.overview}.
10558
10559 @item nnml-prepare-save-mail-hook
10560 @vindex nnml-prepare-save-mail-hook
10561 Hook run narrowed to an article before saving.
10562
10563 @end table
10564
10565 @findex nnml-generate-nov-databases
10566 If your @code{nnml} groups and @sc{nov} files get totally out of whack,
10567 you can do a complete update by typing @kbd{M-x
10568 nnml-generate-nov-databases}.  This command will trawl through the
10569 entire @code{nnml} hierarchy, looking at each and every article, so it
10570 might take a while to complete.  A better interface to this
10571 functionality can be found in the server buffer (@pxref{Server
10572 Commands}).
10573
10574
10575 @node MH Spool
10576 @subsubsection MH Spool
10577 @cindex nnmh
10578 @cindex mh-e mail spool
10579
10580 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
10581 @sc{nov} databases and it doesn't keep an active file.  This makes
10582 @code{nnmh} a @emph{much} slower backend than @code{nnml}, but it also
10583 makes it easier to write procmail scripts for.
10584
10585 Virtual server settings:
10586
10587 @table @code
10588 @item nnmh-directory
10589 @vindex nnmh-directory
10590 All @code{nnmh} directories will be located under this directory.
10591
10592 @item nnmh-get-new-mail
10593 @vindex nnmh-get-new-mail
10594 If non-@code{nil}, @code{nnmh} will read incoming mail.
10595
10596 @item nnmh-be-safe
10597 @vindex nnmh-be-safe
10598 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
10599 sure that the articles in the folder are actually what Gnus thinks they
10600 are.  It will check date stamps and stat everything in sight, so
10601 setting this to @code{t} will mean a serious slow-down.  If you never
10602 use anything but Gnus to read the @code{nnmh} articles, you do not have
10603 to set this variable to @code{t}.
10604 @end table
10605
10606
10607 @node Mail Folders
10608 @subsubsection Mail Folders
10609 @cindex nnfolder
10610 @cindex mbox folders
10611 @cindex mail folders
10612
10613 @code{nnfolder} is a backend for storing each mail group in a separate
10614 file.  Each file is in the standard Un*x mbox format.  @code{nnfolder}
10615 will add extra headers to keep track of article numbers and arrival
10616 dates.
10617
10618 Virtual server settings:
10619
10620 @table @code
10621 @item nnfolder-directory
10622 @vindex nnfolder-directory
10623 All the @code{nnfolder} mail boxes will be stored under this directory.
10624
10625 @item nnfolder-active-file
10626 @vindex nnfolder-active-file
10627 The name of the active file.
10628
10629 @item nnfolder-newsgroups-file
10630 @vindex nnfolder-newsgroups-file
10631 The name of the group descriptions file.  @xref{Newsgroups File Format}.
10632
10633 @item nnfolder-get-new-mail
10634 @vindex nnfolder-get-new-mail
10635 If non-@code{nil}, @code{nnfolder} will read incoming mail.
10636
10637 @item nnfolder-save-buffer-hook
10638 @vindex nnfolder-save-buffer-hook
10639 @cindex backup files
10640 Hook run before saving the folders.  Note that Emacs does the normal
10641 backup renaming of files even with the @code{nnfolder} buffers.  If you
10642 wish to switch this off, you could say something like the following in
10643 your @file{.emacs} file:
10644
10645 @lisp
10646 (defun turn-off-backup ()
10647   (set (make-local-variable 'backup-inhibited) t))
10648
10649 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
10650 @end lisp
10651
10652 @item nnfolder-delete-mail-hook
10653 @vindex nnfolder-delete-mail-hook
10654 Hook run in a buffer narrowed to the message that is to be deleted.
10655 This function can be used to copy the message to somewhere else, or to
10656 extract some information from it before removing it.  
10657
10658 @end table
10659
10660
10661 @findex nnfolder-generate-active-file
10662 @kindex M-x nnfolder-generate-active-file
10663 If you have lots of @code{nnfolder}-like files you'd like to read with
10664 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
10665 command to make @code{nnfolder} aware of all likely files in
10666 @code{nnfolder-directory}.
10667
10668
10669 @node Other Sources
10670 @section Other Sources
10671
10672 Gnus can do more than just read news or mail.  The methods described
10673 below allow Gnus to view directories and files as if they were
10674 newsgroups.
10675
10676 @menu
10677 * Directory Groups::      You can read a directory as if it was a newsgroup.
10678 * Anything Groups::       Dired?  Who needs dired?
10679 * Document Groups::       Single files can be the basis of a group.
10680 * SOUP::                  Reading @sc{SOUP} packets ``offline''.
10681 * Web Searches::          Creating groups from articles that match a string.
10682 * Mail-To-News Gateways:: Posting articles via mail-to-news gateways.
10683 @end menu
10684
10685
10686 @node Directory Groups
10687 @subsection Directory Groups
10688 @cindex nndir
10689 @cindex directory groups
10690
10691 If you have a directory that has lots of articles in separate files in
10692 it, you might treat it as a newsgroup.  The files have to have numerical
10693 names, of course.
10694
10695 This might be an opportune moment to mention @code{ange-ftp} (and its
10696 successor @code{efs}), that most wonderful of all wonderful Emacs
10697 packages.  When I wrote @code{nndir}, I didn't think much about it---a
10698 backend to read directories.  Big deal.
10699
10700 @code{ange-ftp} changes that picture dramatically.  For instance, if you
10701 enter the @code{ange-ftp} file name
10702 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
10703 @code{ange-ftp} or @code{efs} will actually allow you to read this
10704 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
10705
10706 @code{nndir} will use @sc{nov} files if they are present.
10707
10708 @code{nndir} is a ``read-only'' backend---you can't delete or expire
10709 articles with this method.  You can use @code{nnmh} or @code{nnml} for
10710 whatever you use @code{nndir} for, so you could switch to any of those
10711 methods if you feel the need to have a non-read-only @code{nndir}.
10712
10713
10714 @node Anything Groups
10715 @subsection Anything Groups
10716 @cindex nneething
10717
10718 From the @code{nndir} backend (which reads a single spool-like
10719 directory), it's just a hop and a skip to @code{nneething}, which
10720 pretends that any arbitrary directory is a newsgroup.  Strange, but
10721 true.
10722
10723 When @code{nneething} is presented with a directory, it will scan this
10724 directory and assign article numbers to each file.  When you enter such
10725 a group, @code{nneething} must create ``headers'' that Gnus can use.
10726 After all, Gnus is a newsreader, in case you're
10727 forgetting. @code{nneething} does this in a two-step process.  First, it
10728 snoops each file in question.  If the file looks like an article (i.e.,
10729 the first few lines look like headers), it will use this as the head.
10730 If this is just some arbitrary file without a head (e.g. a C source
10731 file), @code{nneething} will cobble up a header out of thin air.  It
10732 will use file ownership, name and date and do whatever it can with these
10733 elements.
10734
10735 All this should happen automatically for you, and you will be presented
10736 with something that looks very much like a newsgroup.  Totally like a
10737 newsgroup, to be precise.  If you select an article, it will be displayed
10738 in the article buffer, just as usual.
10739
10740 If you select a line that represents a directory, Gnus will pop you into
10741 a new summary buffer for this @code{nneething} group.  And so on.  You can
10742 traverse the entire disk this way, if you feel like, but remember that
10743 Gnus is not dired, really, and does not intend to be, either.
10744
10745 There are two overall modes to this action---ephemeral or solid.  When
10746 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
10747 will not store information on what files you have read, and what files
10748 are new, and so on.  If you create a solid @code{nneething} group the
10749 normal way with @kbd{G m}, Gnus will store a mapping table between
10750 article numbers and file names, and you can treat this group like any
10751 other groups.  When you activate a solid @code{nneething} group, you will
10752 be told how many unread articles it contains, etc., etc.
10753
10754 Some variables:
10755
10756 @table @code
10757 @item nneething-map-file-directory
10758 @vindex nneething-map-file-directory
10759 All the mapping files for solid @code{nneething} groups will be stored
10760 in this directory, which defaults to @file{~/.nneething/}.
10761
10762 @item nneething-exclude-files
10763 @vindex nneething-exclude-files
10764 All files that match this regexp will be ignored.  Nice to use to exclude
10765 auto-save files and the like, which is what it does by default.
10766
10767 @item nneething-map-file
10768 @vindex nneething-map-file
10769 Name of the map files.
10770 @end table
10771
10772
10773 @node Document Groups
10774 @subsection Document Groups
10775 @cindex nndoc
10776 @cindex documentation group
10777 @cindex help group
10778
10779 @code{nndoc} is a cute little thing that will let you read a single file
10780 as a newsgroup.  Several files types are supported:
10781
10782 @table @code
10783 @cindex babyl
10784 @cindex rmail mbox
10785
10786 @item babyl
10787 The babyl (rmail) mail box.
10788 @cindex mbox
10789 @cindex Unix mbox
10790
10791 @item mbox
10792 The standard Unix mbox file.
10793
10794 @cindex MMDF mail box
10795 @item mmdf
10796 The MMDF mail box format.
10797
10798 @item news
10799 Several news articles appended into a file.
10800
10801 @item rnews
10802 @cindex rnews batch files
10803 The rnews batch transport format.
10804 @cindex forwarded messages
10805
10806 @item forward
10807 Forwarded articles.
10808
10809 @item mime-parts
10810 MIME multipart messages, besides digests.
10811
10812 @item mime-digest
10813 @cindex digest
10814 @cindex MIME digest
10815 @cindex 1153 digest
10816 @cindex RFC 1153 digest
10817 @cindex RFC 341 digest
10818 MIME (RFC 1341) digest format.
10819
10820 @item standard-digest
10821 The standard (RFC 1153) digest format.
10822
10823 @item slack-digest
10824 Non-standard digest format---matches most things, but does it badly.
10825 @end table
10826
10827 You can also use the special ``file type'' @code{guess}, which means
10828 that @code{nndoc} will try to guess what file type it is looking at.
10829 @code{digest} means that @code{nndoc} should guess what digest type the
10830 file is.
10831
10832 @code{nndoc} will not try to change the file or insert any extra headers into
10833 it---it will simply, like, let you use the file as the basis for a
10834 group.  And that's it.
10835
10836 If you have some old archived articles that you want to insert into your
10837 new & spiffy Gnus mail backend, @code{nndoc} can probably help you with
10838 that.  Say you have an old @file{RMAIL} file with mail that you now want
10839 to split into your new @code{nnml} groups.  You look at that file using
10840 @code{nndoc} (using the @kbd{G f} command in the group buffer
10841 (@pxref{Foreign Groups})), set the process mark on all the articles in
10842 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
10843 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
10844 file is now also stored in lots of @code{nnml} directories, and you can
10845 delete that pesky @file{RMAIL} file.  If you have the guts!
10846
10847 Virtual server variables:
10848
10849 @table @code
10850 @item nndoc-article-type
10851 @vindex nndoc-article-type
10852 This should be one of @code{mbox}, @code{babyl}, @code{digest},
10853 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
10854 @code{rfc822-forward}, @code{mime-parts}, @code{mime-digest},
10855 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs} or
10856 @code{guess}.
10857
10858 @item nndoc-post-type
10859 @vindex nndoc-post-type
10860 This variable says whether Gnus is to consider the group a news group or
10861 a mail group.  There are two valid values:  @code{mail} (the default)
10862 and @code{news}.
10863 @end table
10864
10865 @menu
10866 * Document Server Internals::   How to add your own document types.
10867 @end menu
10868
10869
10870 @node Document Server Internals
10871 @subsubsection Document Server Internals
10872
10873 Adding new document types to be recognized by @code{nndoc} isn't
10874 difficult.  You just have to whip up a definition of what the document
10875 looks like, write a predicate function to recognize that document type,
10876 and then hook into @code{nndoc}.
10877
10878 First, here's an example document type definition:
10879
10880 @example
10881 (mmdf
10882  (article-begin .  "^\^A\^A\^A\^A\n")
10883  (body-end .  "^\^A\^A\^A\^A\n"))
10884 @end example
10885
10886 The definition is simply a unique @dfn{name} followed by a series of
10887 regexp pseudo-variable settings.  Below are the possible
10888 variables---don't be daunted by the number of variables; most document
10889 types can be defined with very few settings:
10890
10891 @table @code
10892 @item first-article
10893 If present, @code{nndoc} will skip past all text until it finds
10894 something that match this regexp.  All text before this will be
10895 totally ignored.
10896
10897 @item article-begin
10898 This setting has to be present in all document type definitions.  It
10899 says what the beginning of each article looks like.
10900
10901 @item head-begin-function
10902 If present, this should be a function that moves point to the head of
10903 the article.
10904
10905 @item nndoc-head-begin
10906 If present, this should be a regexp that matches the head of the
10907 article.
10908
10909 @item nndoc-head-end
10910 This should match the end of the head of the article.  It defaults to
10911 @samp{^$}---the empty line.
10912
10913 @item body-begin-function
10914 If present, this function should move point to the beginning of the body
10915 of the article.
10916
10917 @item body-begin
10918 This should match the beginning of the body of the article.  It defaults
10919 to @samp{^\n}.
10920
10921 @item body-end-function
10922 If present, this function should move point to the end of the body of
10923 the article.
10924
10925 @item body-end
10926 If present, this should match the end of the body of the article.
10927
10928 @item file-end
10929 If present, this should match the end of the file.  All text after this
10930 regexp will be totally ignored.
10931
10932 @end table
10933
10934 So, using these variables @code{nndoc} is able to dissect a document
10935 file into a series of articles, each with a head and a body.  However, a
10936 few more variables are needed since not all document types are all that
10937 news-like---variables needed to transform the head or the body into
10938 something that's palatable for Gnus:
10939
10940 @table @code
10941 @item prepare-body-function
10942 If present, this function will be called when requesting an article.  It
10943 will be called with point at the start of the body, and is useful if the
10944 document has encoded some parts of its contents.
10945
10946 @item article-transform-function
10947 If present, this function is called when requesting an article.  It's
10948 meant to be used for more wide-ranging transformation of both head and
10949 body of the article.
10950
10951 @item generate-head-function
10952 If present, this function is called to generate a head that Gnus can
10953 understand.  It is called with the article number as a parameter, and is
10954 expected to generate a nice head for the article in question.  It is
10955 called when requesting the headers of all articles.
10956
10957 @end table
10958
10959 Let's look at the most complicated example I can come up with---standard
10960 digests:
10961
10962 @example
10963 (standard-digest
10964  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
10965  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
10966  (prepare-body-function . nndoc-unquote-dashes)
10967  (body-end-function . nndoc-digest-body-end)
10968  (head-end . "^ ?$")
10969  (body-begin . "^ ?\n")
10970  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
10971  (subtype digest guess))
10972 @end example
10973
10974 We see that all text before a 70-width line of dashes is ignored; all
10975 text after a line that starts with that @samp{^End of} is also ignored;
10976 each article begins with a 30-width line of dashes; the line separating
10977 the head from the body may contain a single space; and that the body is
10978 run through @code{nndoc-unquote-dashes} before being delivered.
10979
10980 To hook your own document definition into @code{nndoc}, use the
10981 @code{nndoc-add-type} function.  It takes two parameters---the first is
10982 the definition itself and the second (optional) parameter says where in
10983 the document type definition alist to put this definition.  The alist is
10984 traversed sequentially, and @code{nndoc-TYPE-type-p} is called for a given type @code{TYPE}.  So @code{nndoc-mmdf-type-p} is called to see whether a document
10985 is of @code{mmdf} type, and so on.  These type predicates should return
10986 @code{nil} if the document is not of the correct type; @code{t} if it is
10987 of the correct type; and a number if the document might be of the
10988 correct type.  A high number means high probability; a low number means
10989 low probability with @samp{0} being the lowest valid number.
10990
10991
10992 @node SOUP
10993 @subsection SOUP
10994 @cindex SOUP
10995 @cindex offline
10996
10997 In the PC world people often talk about ``offline'' newsreaders.  These
10998 are thingies that are combined reader/news transport monstrosities.
10999 With built-in modem programs.  Yecchh!
11000
11001 Of course, us Unix Weenie types of human beans use things like
11002 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
11003 transport things like Ghod intended.  And then we just use normal
11004 newsreaders.
11005
11006 However, it can sometimes be convenient to do something a that's a bit
11007 easier on the brain if you have a very slow modem, and you're not really
11008 that interested in doing things properly.
11009
11010 A file format called @sc{soup} has been developed for transporting news
11011 and mail from servers to home machines and back again.  It can be a bit
11012 fiddly.
11013
11014 First some terminology:
11015
11016 @table @dfn
11017
11018 @item server
11019 This is the machine that is connected to the outside world and where you
11020 get news and/or mail from.
11021
11022 @item home machine
11023 This is the machine that you want to do the actual reading and responding
11024 on.  It is typically not connected to the rest of the world in any way.
11025
11026 @item packet
11027 Something that contains messages and/or commands.  There are two kinds
11028 of packets:
11029
11030 @table @dfn
11031 @item message packets
11032 These are packets made at the server, and typically contain lots of
11033 messages for you to read.  These are called @file{SoupoutX.tgz} by
11034 default, where @var{X} is a number.
11035
11036 @item response packets
11037 These are packets made at the home machine, and typically contains
11038 replies that you've written.  These are called @file{SoupinX.tgz} by
11039 default, where @var{X} is a number.
11040
11041 @end table
11042
11043 @end table
11044
11045
11046 @enumerate
11047
11048 @item
11049 You log in on the server and create a @sc{soup} packet.  You can either
11050 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
11051 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
11052 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
11053
11054 @item
11055 You transfer the packet home.  Rail, boat, car or modem will do fine.
11056
11057 @item
11058 You put the packet in your home directory.
11059
11060 @item
11061 You fire up Gnus on your home machine using the @code{nnsoup} backend as
11062 the native or secondary server.
11063
11064 @item
11065 You read articles and mail and answer and followup to the things you
11066 want (@pxref{SOUP Replies}).
11067
11068 @item
11069 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
11070 packet.
11071
11072 @item
11073 You transfer this packet to the server.
11074
11075 @item
11076 You use Gnus to mail this packet out with the @kbd{G s s} command.
11077
11078 @item
11079 You then repeat until you die.
11080
11081 @end enumerate
11082
11083 So you basically have a bipartite system---you use @code{nnsoup} for
11084 reading and Gnus for packing/sending these @sc{soup} packets.
11085
11086 @menu
11087 * SOUP Commands::     Commands for creating and sending @sc{soup} packets
11088 * SOUP Groups::       A backend for reading @sc{soup} packets.
11089 * SOUP Replies::      How to enable @code{nnsoup} to take over mail and news.
11090 @end menu
11091
11092
11093 @node SOUP Commands
11094 @subsubsection SOUP Commands
11095
11096 These are commands for creating and manipulating @sc{soup} packets.
11097
11098 @table @kbd
11099 @item G s b
11100 @kindex G s b (Group)
11101 @findex gnus-group-brew-soup
11102 Pack all unread articles in the current group
11103 (@code{gnus-group-brew-soup}).  This command understands the
11104 process/prefix convention.
11105
11106 @item G s w
11107 @kindex G s w (Group)
11108 @findex gnus-soup-save-areas
11109 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
11110
11111 @item G s s
11112 @kindex G s s (Group)
11113 @findex gnus-soup-send-replies
11114 Send all replies from the replies packet
11115 (@code{gnus-soup-send-replies}).
11116
11117 @item G s p
11118 @kindex G s p (Group)
11119 @findex gnus-soup-pack-packet
11120 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
11121
11122 @item G s r
11123 @kindex G s r (Group)
11124 @findex nnsoup-pack-replies
11125 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
11126
11127 @item O s
11128 @kindex O s (Summary)
11129 @findex gnus-soup-add-article
11130 This summary-mode command adds the current article to a @sc{soup} packet
11131 (@code{gnus-soup-add-article}).  It understands the process/prefix
11132 convention (@pxref{Process/Prefix}).
11133
11134 @end table
11135
11136
11137 There are a few variables to customize where Gnus will put all these
11138 thingies:
11139
11140 @table @code
11141
11142 @item gnus-soup-directory
11143 @vindex gnus-soup-directory
11144 Directory where Gnus will save intermediate files while composing
11145 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
11146
11147 @item gnus-soup-replies-directory
11148 @vindex gnus-soup-replies-directory
11149 This is what Gnus will use as a temporary directory while sending our
11150 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
11151
11152 @item gnus-soup-prefix-file
11153 @vindex gnus-soup-prefix-file
11154 Name of the file where Gnus stores the last used prefix.  The default is
11155 @samp{gnus-prefix}.
11156
11157 @item gnus-soup-packer
11158 @vindex gnus-soup-packer
11159 A format string command for packing a @sc{soup} packet.  The default is
11160 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
11161
11162 @item gnus-soup-unpacker
11163 @vindex gnus-soup-unpacker
11164 Format string command for unpacking a @sc{soup} packet.  The default is
11165 @samp{gunzip -c %s | tar xvf -}.
11166
11167 @item gnus-soup-packet-directory
11168 @vindex gnus-soup-packet-directory
11169 Where Gnus will look for reply packets.  The default is @file{~/}.
11170
11171 @item gnus-soup-packet-regexp
11172 @vindex gnus-soup-packet-regexp
11173 Regular expression matching @sc{soup} reply packets in
11174 @code{gnus-soup-packet-directory}.
11175
11176 @end table
11177
11178
11179 @node SOUP Groups
11180 @subsubsection @sc{soup} Groups
11181 @cindex nnsoup
11182
11183 @code{nnsoup} is the backend for reading @sc{soup} packets.  It will
11184 read incoming packets, unpack them, and put them in a directory where
11185 you can read them at leisure.
11186
11187 These are the variables you can use to customize its behavior:
11188
11189 @table @code
11190
11191 @item nnsoup-tmp-directory
11192 @vindex nnsoup-tmp-directory
11193 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
11194 directory.  (@file{/tmp/} by default.)
11195
11196 @item nnsoup-directory
11197 @vindex nnsoup-directory
11198 @code{nnsoup} then moves each message and index file to this directory.
11199 The default is @file{~/SOUP/}.
11200
11201 @item nnsoup-replies-directory
11202 @vindex nnsoup-replies-directory
11203 All replies will be stored in this directory before being packed into a
11204 reply packet.  The default is @file{~/SOUP/replies/"}.
11205
11206 @item nnsoup-replies-format-type
11207 @vindex nnsoup-replies-format-type
11208 The @sc{soup} format of the replies packets.  The default is @samp{?n}
11209 (rnews), and I don't think you should touch that variable.  I probably
11210 shouldn't even have documented it.  Drats!  Too late!
11211
11212 @item nnsoup-replies-index-type
11213 @vindex nnsoup-replies-index-type
11214 The index type of the replies packet.  The default is @samp{?n}, which
11215 means ``none''.  Don't fiddle with this one either!
11216
11217 @item nnsoup-active-file
11218 @vindex nnsoup-active-file
11219 Where @code{nnsoup} stores lots of information.  This is not an ``active
11220 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
11221 this file or mess it up in any way, you're dead.  The default is
11222 @file{~/SOUP/active}.
11223
11224 @item nnsoup-packer
11225 @vindex nnsoup-packer
11226 Format string command for packing a reply @sc{soup} packet.  The default
11227 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
11228
11229 @item nnsoup-unpacker
11230 @vindex nnsoup-unpacker
11231 Format string command for unpacking incoming @sc{soup} packets.  The
11232 default is @samp{gunzip -c %s | tar xvf -}.
11233
11234 @item nnsoup-packet-directory
11235 @vindex nnsoup-packet-directory
11236 Where @code{nnsoup} will look for incoming packets.  The default is
11237 @file{~/}.
11238
11239 @item nnsoup-packet-regexp
11240 @vindex nnsoup-packet-regexp
11241 Regular expression matching incoming @sc{soup} packets.  The default is
11242 @samp{Soupout}.
11243
11244 @item nnsoup-always-save
11245 @vindex nnsoup-always-save
11246 If non-@code{nil}, save the replies buffer after each posted message.
11247
11248 @end table
11249
11250
11251 @node SOUP Replies
11252 @subsubsection SOUP Replies
11253
11254 Just using @code{nnsoup} won't mean that your postings and mailings end
11255 up in @sc{soup} reply packets automagically.  You have to work a bit
11256 more for that to happen.
11257
11258 @findex nnsoup-set-variables
11259 The @code{nnsoup-set-variables} command will set the appropriate
11260 variables to ensure that all your followups and replies end up in the
11261 @sc{soup} system.
11262
11263 In specific, this is what it does:
11264
11265 @lisp
11266 (setq message-send-news-function 'nnsoup-request-post)
11267 (setq message-send-mail-function 'nnsoup-request-mail)
11268 @end lisp
11269
11270 And that's it, really.  If you only want news to go into the @sc{soup}
11271 system you just use the first line.  If you only want mail to be
11272 @sc{soup}ed you use the second.
11273
11274
11275 @node Web Searches
11276 @subsection Web Searches
11277 @cindex nnweb
11278 @cindex DejaNews
11279 @cindex Alta Vista
11280 @cindex InReference
11281 @cindex Usenet searches
11282 @cindex searching the Usenet
11283
11284 It's, like, too neat to search the Usenet for articles that match a
11285 string, but it, like, totally @emph{sucks}, like, totally, to use one of
11286 those, like, Web browsers, and you, like, have to, rilly, like, look at
11287 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
11288 searches without having to use a browser.
11289
11290 The @code{nnweb} backend allows an easy interface to the mighty search
11291 engine.  You create an @code{nnweb} group, enter a search pattern, and
11292 then enter the group and read the articles like you would any normal
11293 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
11294 Groups}) will do this in an easy-to-use fashion.
11295
11296 @code{nnweb} groups don't really lend themselves to being solid
11297 groups---they have a very fleeting idea of article numbers.  In fact,
11298 each time you enter an @code{nnweb} group (not even changing the search
11299 pattern), you are likely to get the articles ordered in a different
11300 manner.  Not even using duplicate suppression (@pxref{Duplicate
11301 Suppression}) will help, since @code{nnweb} doesn't even know the
11302 @code{Message-ID} of the articles before reading them using some search
11303 engines (DejaNews, for instance).  The only possible way to keep track
11304 of which articles you've read is by scoring on the @code{Date}
11305 header---mark all articles posted before the last date you read the
11306 group as read.
11307
11308 If the search engine changes its output substantially, @code{nnweb}
11309 won't be able to parse it and will fail.  One could hardly fault the Web
11310 providers if they were to do this---their @emph{raison d'\e,Aj\e(Btre} is to
11311 make money off of advertisements, not to provide services to the
11312 community.  Since @code{nnweb} washes the ads off all the articles, one
11313 might think that the providers might be somewhat miffed.  We'll see.
11314
11315 You must have the @code{url} and @code{w3} package installed to be able
11316 to use @code{nnweb}.
11317
11318 Virtual server variables:
11319
11320 @table @code
11321 @item nnweb-type
11322 @vindex nnweb-type
11323 What search engine type is being used.  The currently supported types
11324 are @code{dejanews}, @code{dejanewsold}, @code{altavista} and
11325 @code{reference}.
11326
11327 @item nnweb-search
11328 @vindex nnweb-search
11329 The search string to feed to the search engine.
11330
11331 @item nnweb-max-hits
11332 @vindex nnweb-max-hits
11333 Advisory maximum number of hits per search to display.  The default is
11334 100.
11335
11336 @item nnweb-type-definition
11337 @vindex nnweb-type-definition
11338 Type-to-definition alist.  This alist says what @code{nnweb} should do
11339 with the various search engine types.  The following elements must be
11340 present:
11341
11342 @table @code
11343 @item article
11344 Function to decode the article and provide something that Gnus
11345 understands.
11346
11347 @item map
11348 Function to create an article number to message header and URL alist.
11349
11350 @item search
11351 Function to send the search string to the search engine.
11352
11353 @item address
11354 The address the aforementioned function should send the search string
11355 to.
11356
11357 @item id
11358 Format string URL to fetch an article by @code{Message-ID}.
11359 @end table
11360
11361 @end table
11362
11363
11364
11365 @node Mail-To-News Gateways
11366 @subsection Mail-To-News Gateways
11367 @cindex mail-to-news gateways
11368 @cindex gateways
11369
11370 If your local @code{nntp} server doesn't allow posting, for some reason
11371 or other, you can post using one of the numerous mail-to-news gateways.
11372 The @code{nngateway} backend provides the interface.
11373
11374 Note that you can't read anything from this backend---it can only be
11375 used to post with.
11376
11377 Server variables:
11378
11379 @table @code
11380 @item nngateway-address
11381 @vindex nngateway-address
11382 This is the address of the mail-to-news gateway.
11383
11384 @item nngateway-header-transformation
11385 @vindex nngateway-header-transformation
11386 News headers often have to be transformed in some odd way or other
11387 for the mail-to-news gateway to accept it.  This variable says what
11388 transformation should be called, and defaults to
11389 @code{nngateway-simple-header-transformation}.  The function is called
11390 narrowed to the headers to be transformed and with one parameter---the
11391 gateway address.
11392
11393 This default function just inserts a new @code{To} header based on the
11394 @code{Newsgroups} header and the gateway address.
11395 For instance, an article with this @code{Newsgroups} header:
11396
11397 @example
11398 Newsgroups: alt.religion.emacs
11399 @end example
11400
11401 will get this @code{From} header inserted:
11402
11403 @example
11404 To: alt-religion-emacs@@GATEWAY
11405 @end example
11406
11407 The following pre-defined functions exist:
11408
11409 @findex nngateway-simple-header-transformation
11410 @table @code
11411
11412 @item nngateway-simple-header-transformation
11413 Creates a @code{To} header that looks like
11414 @var{newsgroup}@@@code{nngateway-address}.
11415
11416 @findex nngateway-mail2news-header-transformation
11417
11418 @item nngateway-mail2news-header-transformation
11419 Creates a @code{To} header that looks like
11420 @code{nngateway-address}.
11421
11422 Here's an example:
11423
11424 @lisp
11425 (setq gnus-post-method
11426       '(nngateway "mail2news@@replay.com"
11427                   (nngateway-header-transformation
11428                    nngateway-mail2news-header-transformation)))
11429 @end lisp
11430
11431 @end table
11432
11433
11434 @end table
11435
11436 So, to use this, simply say something like:
11437
11438 @lisp
11439 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
11440 @end lisp
11441
11442
11443 @node Combined Groups
11444 @section Combined Groups
11445
11446 Gnus allows combining a mixture of all the other group types into bigger
11447 groups.
11448
11449 @menu
11450 * Virtual Groups::     Combining articles from many groups.
11451 * Kibozed Groups::     Looking through parts of the newsfeed for articles.
11452 @end menu
11453
11454
11455 @node Virtual Groups
11456 @subsection Virtual Groups
11457 @cindex nnvirtual
11458 @cindex virtual groups
11459 @cindex merging groups
11460
11461 An @dfn{nnvirtual group} is really nothing more than a collection of
11462 other groups.
11463
11464 For instance, if you are tired of reading many small groups, you can
11465 put them all in one big group, and then grow tired of reading one
11466 big, unwieldy group.  The joys of computing!
11467
11468 You specify @code{nnvirtual} as the method.  The address should be a
11469 regexp to match component groups.
11470
11471 All marks in the virtual group will stick to the articles in the
11472 component groups.  So if you tick an article in a virtual group, the
11473 article will also be ticked in the component group from whence it came.
11474 (And vice versa---marks from the component groups will also be shown in
11475 the virtual group.)
11476
11477 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
11478 newsgroups into one, big, happy newsgroup:
11479
11480 @lisp
11481 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
11482 @end lisp
11483
11484 The component groups can be native or foreign; everything should work
11485 smoothly, but if your computer explodes, it was probably my fault.
11486
11487 Collecting the same group from several servers might actually be a good
11488 idea if users have set the Distribution header to limit distribution.
11489 If you would like to read @samp{soc.motss} both from a server in Japan
11490 and a server in Norway, you could use the following as the group regexp:
11491
11492 @example
11493 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
11494 @end example
11495
11496 (Remember, though, that if you're creating the group with @kbd{G m}, you
11497 shouldn't double the backslashes, and you should leave off the quote
11498 characters at the beginning and the end of the string.)
11499
11500 This should work kinda smoothly---all articles from both groups should
11501 end up in this one, and there should be no duplicates.  Threading (and
11502 the rest) will still work as usual, but there might be problems with the
11503 sequence of articles.  Sorting on date might be an option here
11504 (@pxref{Selecting a Group}).
11505
11506 One limitation, however---all groups included in a virtual
11507 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
11508 zombie groups can't be component groups for @code{nnvirtual} groups.
11509
11510 @vindex nnvirtual-always-rescan
11511 If the @code{nnvirtual-always-rescan} is non-@code{nil},
11512 @code{nnvirtual} will always scan groups for unread articles when
11513 entering a virtual group.  If this variable is @code{nil} (which is the
11514 default) and you read articles in a component group after the virtual
11515 group has been activated, the read articles from the component group
11516 will show up when you enter the virtual group.  You'll also see this
11517 effect if you have two virtual groups that have a component group in
11518 common.  If that's the case, you should set this variable to @code{t}.
11519 Or you can just tap @code{M-g} on the virtual group every time before
11520 you enter it---it'll have much the same effect.
11521
11522 @code{nnvirtual} can have both mail and news groups as component groups.
11523 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
11524 has to ask the backend of the component group the article comes from
11525 whether it is a news or mail backend.  However, when you do a @kbd{^},
11526 there is typically no sure way for the component backend to know this,
11527 and in that case @code{nnvirtual} tells Gnus that the article came from a
11528 not-news backend.  (Just to be on the safe side.)
11529
11530 @kbd{C-c C-t} in the message buffer will insert the @code{Newsgroups}
11531 line from the article you respond to in these cases.
11532
11533
11534
11535 @node Kibozed Groups
11536 @subsection Kibozed Groups
11537 @cindex nnkiboze
11538 @cindex kibozing
11539
11540 @dfn{Kibozing} is defined by @sc{oed} as ``grepping through (parts of)
11541 the news feed''.  @code{nnkiboze} is a backend that will do this for
11542 you.  Oh joy!  Now you can grind any @sc{nntp} server down to a halt
11543 with useless requests!  Oh happiness!
11544
11545 @kindex G k (Group)
11546 To create a kibozed group, use the @kbd{G k} command in the group
11547 buffer.
11548
11549 The address field of the @code{nnkiboze} method is, as with
11550 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
11551 @code{nnkiboze} group.  That's where most similarities between @code{nnkiboze}
11552 and @code{nnvirtual} end.
11553
11554 In addition to this regexp detailing component groups, an @code{nnkiboze} group
11555 must have a score file to say what articles are to be included in
11556 the group (@pxref{Scoring}).
11557
11558 @kindex M-x nnkiboze-generate-groups
11559 @findex nnkiboze-generate-groups
11560 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
11561 @code{nnkiboze} groups you want to have.  This command will take time.  Lots of
11562 time.  Oodles and oodles of time.  Gnus has to fetch the headers from
11563 all the articles in all the component groups and run them through the
11564 scoring process to determine if there are any articles in the groups
11565 that are to be part of the @code{nnkiboze} groups.
11566
11567 Please limit the number of component groups by using restrictive
11568 regexps.  Otherwise your sysadmin may become annoyed with you, and the
11569 @sc{nntp} site may throw you off and never let you back in again.
11570 Stranger things have happened.
11571
11572 @code{nnkiboze} component groups do not have to be alive---they can be dead,
11573 and they can be foreign.  No restrictions.
11574
11575 @vindex nnkiboze-directory
11576 The generation of an @code{nnkiboze} group means writing two files in
11577 @code{nnkiboze-directory}, which is @file{~/News/} by default.  One
11578 contains the @sc{nov} header lines for all the articles in the group,
11579 and the other is an additional @file{.newsrc} file to store information
11580 on what groups have been searched through to find component articles.
11581
11582 Articles marked as read in the @code{nnkiboze} group will have
11583 their @sc{nov} lines removed from the @sc{nov} file.
11584
11585
11586 @node Gnus Unplugged
11587 @section Gnus Unplugged
11588 @cindex offline
11589 @cindex unplugged
11590 @cindex Agent
11591 @cindex Gnus Agent
11592 @cindex Gnus Unplugged
11593
11594 In olden times (ca. February '88), people used to run their newsreaders
11595 on big machines with permanent connections to the net.  News transport
11596 was dealt with by news servers, and all the newsreaders had to do was to
11597 read news.  Believe it or not.
11598
11599 Nowadays most people read news and mail at home, and use some sort of
11600 modem to connect to the net.  To avoid running up huge phone bills, it
11601 would be nice to have a way to slurp down all the news and mail, hang up
11602 the phone, read for several hours, and then upload any responses you
11603 have to make.  And then you repeat the procedure.
11604
11605 Of course, you can use news servers for doing this as well.  I've used
11606 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
11607 for some years, but doing that's a bore.  Moving the news server
11608 functionality up to the newsreader makes sense if you're the only person
11609 reading news on a machine.
11610
11611 Using Gnus as an ``offline'' newsreader is quite simple.
11612
11613 @itemize @bullet
11614 @item
11615 First, set up Gnus as you would do if you were running it on a machine
11616 that has full connection to the net.  Go ahead.  I'll still be waiting
11617 here.
11618
11619 @item
11620 Then, put the following magical incantation at the end of your
11621 @file{.gnus.el} file:
11622
11623 @lisp
11624 (gnus-agentize)
11625 @end lisp
11626 @end itemize
11627
11628 That's it.  Gnus is now an ``offline'' newsreader.
11629
11630 Of course, to use it as such, you have to learn a few new commands.
11631
11632 @menu
11633 * Agent Basics::           How it all is supposed to work.
11634 * Agent Categories::       How to tell the Gnus Agent what to download.
11635 * Agent Commands::         New commands for all the buffers.
11636 * Agent Expiry::           How to make old articles go away.
11637 * Outgoing Messages::      What happens when you post/mail something?
11638 * Agent Variables::        Customizing is fun.
11639 * Example Setup::          An example @file{.gnus.el} file for offline people.
11640 * Batching Agents::        How to fetch news from a @code{cron} job.
11641 * Agent Caveats::          What you think it'll do and what it does.
11642 @end menu
11643
11644
11645 @node Agent Basics
11646 @subsection Agent Basics
11647
11648 First, let's get some terminology out of the way.
11649
11650 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
11651 connection to the net (and notified the Agent that this is the case).
11652 When the connection to the net is up again (and Gnus knows this), the
11653 Agent is @dfn{plugged}.
11654
11655 The @dfn{local} machine is the one you're running on, and which isn't
11656 connected to the net continuously.
11657
11658 @dfn{Downloading} means fetching things from the net to your local
11659 machine.  @dfn{Uploading} is doing the opposite.
11660
11661 Let's take a typical Gnus session using the Agent.
11662
11663 @itemize @bullet
11664
11665 @item
11666 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
11667 Agent in a disconnected state.  You can read all the news that you have
11668 already fetched while in this mode.
11669
11670 @item
11671 You then decide to see whether any new news has arrived.  You connect
11672 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
11673 to make Gnus become @dfn{plugged}.
11674
11675 @item
11676 You can then read the new news immediately, or you can download the news
11677 onto your local machine.  If you want to do the latter, you press @kbd{J
11678 s} to fetch all the eligible articles in all the groups.  (To let Gnus
11679 know which articles you want to download, @pxref{Agent Categories}.)
11680
11681 @item
11682 After fetching the articles, you press @kbd{J j} to make Gnus become
11683 unplugged again, and you shut down the PPP thing (or whatever).  And
11684 then you read the news offline.
11685
11686 @item
11687 And then you go to step 2.
11688 @end itemize
11689
11690 Here are some things you should do the first time (or so) that you use
11691 the Agent.
11692
11693 @itemize @bullet
11694
11695 @item
11696 Decide which servers should be covered by the Agent.  If you have a mail
11697 backend, it would probably be nonsensical to have it covered by the
11698 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
11699 @kbd{J a} the server (or servers) that you wish to have covered by the
11700 Agent (@pxref{Server Agent Commands}).  This will typically be only the
11701 primary select method, which is listed on the bottom in the buffer.
11702
11703 @item
11704 Decide on download policy.  @xref{Agent Categories}.
11705
11706 @item
11707 Uhm... that's it.
11708 @end itemize
11709
11710
11711 @node Agent Categories
11712 @subsection Agent Categories
11713
11714 One of the main reasons to integrate the news transport layer into the
11715 newsreader is to allow greater control over what articles to download.
11716 There's not much point in downloading huge amounts of articles, just to
11717 find out that you're not interested in reading any of them.  It's better
11718 to be somewhat more conservative in choosing what to download, and then
11719 mark the articles for downloading manually if it should turn out that
11720 you're interested in the articles anyway.
11721
11722 The main way to control what is to be downloaded is to create a
11723 @dfn{category} and then assign some (or all) groups to this category.
11724 Gnus has its own buffer for creating and managing categories.
11725
11726 @menu
11727 * Category Syntax::       What a category looks like.
11728 * The Category Buffer::   A buffer for maintaining categories.
11729 * Category Variables::    Customize'r'Us.
11730 @end menu
11731
11732
11733 @node Category Syntax
11734 @subsubsection Category Syntax
11735
11736 A category consists of two things.
11737
11738 @enumerate
11739 @item
11740 A predicate which (generally) gives a rough outline of which articles
11741 are eligible for downloading; and
11742
11743 @item
11744 a score rule which (generally) gives you a finer granularity when
11745 deciding what articles to download.  (Note that this @dfn{download
11746 score} is not necessarily related to normal scores.)
11747 @end enumerate
11748
11749 A predicate in its simplest form can be a single predicate such as
11750 @code{true} or @code{false}. These two will download every available
11751 article or nothing respectively. In the case of these two special
11752 predicates an additional score rule is superfluous.
11753
11754 Predicates of @code{high} or @code{low} download articles in respect of
11755 their scores in relationship to @code{gnus-agent-high-score} and
11756 @code{gnus-agent-low-score} as descibed below.
11757
11758 To gain even finer control of what is to be regarded eligible for
11759 download a predicate can consist of a number of predicates with logical
11760 operators sprinkled in between.
11761
11762 Perhaps some examples are in order.
11763
11764 Here's a simple predicate.  (It's the default predicate, in fact, used
11765 for all groups that don't belong to any other category.)
11766
11767 @lisp
11768 short
11769 @end lisp
11770
11771 Quite simple, eh?  This predicate is true if and only if the article is
11772 short (for some value of ``short'').
11773
11774 Here's a more complex predicate:
11775
11776 @lisp
11777 (or high
11778     (and
11779      (not low)
11780      (not long)))
11781 @end lisp
11782
11783 This means that an article should be downloaded if it has a high score,
11784 or if the score is not low and the article is not long.  You get the
11785 drift.
11786
11787 The available logical operators are @code{or}, @code{and} and
11788 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
11789 @samp{|}, @code{&} and @code{!} instead.)
11790
11791 The following predicates are pre-defined, but if none of these fit what
11792 you want to do, you can write your own.
11793
11794 @table @code
11795 @item short
11796 True iff the article is shorter than @code{gnus-agent-short-article}
11797 lines; default 100.
11798
11799 @item long
11800 True iff the article is longer than @code{gnus-agent-long-article}
11801 lines; default 200.
11802
11803 @item low
11804 True iff the article has a download score less than
11805 @code{gnus-agent-low-score}; default 0.
11806
11807 @item high
11808 True iff the article has a download score greater than
11809 @code{gnus-agent-high-score}; default 0.
11810
11811 @item spam
11812 True iff the Gnus Agent guesses that the article is spam.  The
11813 heuristics may change over time, but at present it just computes a
11814 checksum and sees whether articles match.
11815
11816 @item true
11817 Always true.
11818
11819 @item false
11820 Always false.
11821 @end table
11822
11823 If you want to create your own predicate function, here's what you have
11824 to know:  The functions are called with no parameters, but the
11825 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
11826 useful values.
11827
11828 For example, you could decide that you don't want to download articles
11829 that were posted more than a certain number of days ago (e.g. posted
11830 more than @code{gnus-agent-expire-days} ago) you might write a function
11831 something along the lines of the following:
11832
11833 @lisp
11834 (defun my-article-old-p ()
11835   "Say whether an article is old."
11836   (< (time-to-day (date-to-time (mail-header-date gnus-headers)))
11837      (- (time-to-day (current-time)) gnus-agent-expire-days)))
11838 @end lisp
11839
11840 with the predicate then defined as:
11841
11842 @lisp
11843 (not my-article-old-p)
11844 @end lisp
11845
11846 or you could append your predicate to the predefined
11847 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
11848 wherever.  (Note: this would have to be at a point *after*
11849 @code{gnus-agent} has been loaded via @code{(gnus-agentize)})   
11850
11851 @lisp
11852 (defvar  gnus-category-predicate-alist
11853   (append gnus-category-predicate-alist
11854          '((old . my-article-old-p))))
11855 @end lisp
11856
11857 and simply specify your predicate as:
11858
11859 @lisp
11860 (not old)
11861 @end lisp
11862
11863 If/when using something like the above, be aware that there are many
11864 misconfigured systems/mailers out there and so an article's date is not
11865 always a reliable indication of when it was posted. Hell, some people
11866 just don't give a damm.
11867
11868
11869 The above predicates apply to *all* the groups which belong to the
11870 category. However, if you wish to have a specific predicate for an
11871 individual group within a category, or you're just too lazy to set up a
11872 new category, you can enter a group's individual predicate in it's group 
11873 parameters like so:
11874
11875 @lisp
11876 (agent-predicate . short)
11877 @end lisp
11878
11879 This is the group parameter equivalent of the agent category
11880 default. Note that when specifying a single word predicate like this,
11881 the @code{agent-predicate} specification must be in dotted pair
11882 notation.
11883
11884 The equivalent of the longer example from above would be:
11885
11886 @lisp
11887 (agent-predicate or high (and (not low) (not long)))
11888 @end lisp
11889
11890 The outer parenthesis required in the category specification are not
11891 entered here as, not being in dotted pair notation, the value of the
11892 predicate is assumed to be a list. 
11893  
11894
11895 Now, the syntax of the download score is the same as the syntax of
11896 normal score files, except that all elements that require actually
11897 seeing the article itself are verboten.  This means that only the
11898 following headers can be scored on: @code{Subject}, @code{From},
11899 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
11900 @code{Lines}, and @code{Xref}.
11901
11902 As with predicates, the specification of the @code{download score rule}
11903 to use in respect of a group can be in either the category definition if
11904 it's to be applicable to all groups in therein, or a group's parameters
11905 if it's to be specific to that group.
11906
11907 In both of these places the @code{download score rule} can take one of
11908 three forms:
11909
11910 @enumerate
11911 @item 
11912 Score rule
11913
11914 This has the same syntax as a normal gnus score file except only a
11915 subset of scoring keywords are available as mentioned above.
11916
11917 example:
11918
11919 @itemize @bullet
11920 @item 
11921 Category specification
11922
11923 @lisp
11924 (("from"        
11925        ("Lars Ingebrigtsen" 1000000 nil s))
11926 ("lines"
11927        (500 -100 nil <)))
11928 @end lisp
11929
11930 @item 
11931 Group Parameter specification
11932
11933 @lisp
11934 (agent-score ("from"        
11935                    ("Lars Ingebrigtsen" 1000000 nil s))
11936              ("lines"
11937                    (500 -100 nil <)))
11938 @end lisp
11939
11940 Again, note the omission of the outermost parenthesis here.
11941 @end itemize
11942
11943 @item 
11944 Agent score file
11945
11946 These score files must *only* contain the permitted scoring keywords
11947 stated above.
11948
11949 example:
11950
11951 @itemize @bullet
11952 @item 
11953 Category specification
11954
11955 @lisp
11956 ("~/News/agent.SCORE")
11957 @end lisp
11958
11959 or perhaps
11960
11961 @lisp
11962 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
11963 @end lisp
11964
11965 @item 
11966 Group Parameter specification
11967
11968 @lisp
11969 (agent-score "~/News/agent.SCORE")
11970 @end lisp
11971
11972 Additional score files can be specified as above. Need I say anything
11973 about parenthesis.
11974 @end itemize
11975
11976 @item 
11977 Use @code{normal} score files
11978
11979 If you dont want to maintain two sets of scoring rules for a group, and
11980 your desired @code{downloading} criteria for a group are the same as your
11981 @code{reading} criteria then you can tell the agent to refer to your
11982 @code{normal} score files when deciding what to download.
11983
11984 These directives in either the category definition or a group's
11985 parameters will cause the agent to read in all the applicable score
11986 files for a group, *filtering out* those those sections that do not
11987 relate to one of the permitted subset of scoring keywords.
11988
11989 @itemize @bullet
11990 @item 
11991 Category Specification
11992
11993 @lisp
11994 file
11995 @end lisp
11996
11997 @item 
11998 Group Parameter specification
11999
12000 @lisp
12001 (agent-score . file)
12002 @end lisp
12003 @end itemize
12004 @end enumerate
12005  
12006 @node The Category Buffer
12007 @subsubsection The Category Buffer
12008
12009 You'd normally do all category maintenance from the category buffer.
12010 When you enter it for the first time (with the @kbd{J c} command from
12011 the group buffer), you'll only see the @code{default} category.
12012
12013 The following commands are available in this buffer:
12014
12015 @table @kbd
12016 @item q
12017 @kindex q (Category)
12018 @findex gnus-category-exit
12019 Return to the group buffer (@code{gnus-category-exit}).
12020
12021 @item k
12022 @kindex k (Category)
12023 @findex gnus-category-kill
12024 Kill the current category (@code{gnus-category-kill}).
12025
12026 @item c
12027 @kindex c (Category)
12028 @findex gnus-category-copy
12029 Copy the current category (@code{gnus-category-copy}).
12030
12031 @item a
12032 @kindex a (Category)
12033 @findex gnus-category-add
12034 Add a new category (@code{gnus-category-add}).
12035
12036 @item p
12037 @kindex p (Category)
12038 @findex gnus-category-edit-predicate
12039 Edit the predicate of the current category
12040 (@code{gnus-category-edit-predicate}).
12041
12042 @item g
12043 @kindex g (Category)
12044 @findex gnus-category-edit-groups
12045 Edit the list of groups belonging to the current category
12046 (@code{gnus-category-edit-groups}).
12047
12048 @item s
12049 @kindex s (Category)
12050 @findex gnus-category-edit-score
12051 Edit the download score rule of the current category
12052 (@code{gnus-category-edit-score}).
12053
12054 @item l
12055 @kindex l (Category)
12056 @findex gnus-category-list
12057 List all the categories (@code{gnus-category-list}).
12058 @end table
12059
12060
12061 @node Category Variables
12062 @subsubsection Category Variables
12063
12064 @table @code
12065 @item gnus-category-mode-hook
12066 @vindex gnus-category-mode-hook
12067 Hook run in category buffers.
12068
12069 @item gnus-category-line-format
12070 @vindex gnus-category-line-format
12071 Format of the lines in the category buffer (@pxref{Formatting
12072 Variables}).  Valid elements are:
12073
12074 @table @samp
12075 @item c
12076 The name of the category.
12077
12078 @item g
12079 The number of groups in the category.
12080 @end table
12081
12082 @item gnus-category-mode-line-format
12083 @vindex gnus-category-mode-line-format
12084 Format of the category mode line (@pxref{Mode Line Formatting}).
12085
12086 @item gnus-agent-short-article
12087 @vindex gnus-agent-short-article
12088 Articles that have fewer lines than this are short.  Default 100.
12089
12090 @item gnus-agent-long-article
12091 @vindex gnus-agent-long-article
12092 Articles that have more lines than this are long.  Default 200.
12093
12094 @item gnus-agent-low-score
12095 @vindex gnus-agent-low-score
12096 Articles that have a score lower than this have a low score.  Default
12097 0.
12098
12099 @item gnus-agent-high-score
12100 @vindex gnus-agent-high-score
12101 Articles that have a score higher than this have a high score.  Default
12102 0.
12103
12104 @end table
12105
12106
12107 @node Agent Commands
12108 @subsection Agent Commands
12109
12110 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
12111 (@code{gnus-agent-toggle-plugged} command works in all modes, and
12112 toggles the plugged/unplugged state of the Gnus Agent.
12113
12114
12115 @menu
12116 * Group Agent Commands::
12117 * Summary Agent Commands::
12118 * Server Agent Commands::
12119 @end menu
12120
12121 You can run a complete batch fetch from the command line with the
12122 following incantation:
12123
12124 @cindex gnus-agent-batch-fetch
12125 @example
12126 $ emacs -batch -l ~/.gnus.el -f gnus-agent-batch-fetch
12127 @end example
12128
12129
12130
12131 @node Group Agent Commands
12132 @subsubsection Group Agent Commands
12133
12134 @table @kbd
12135 @item J u
12136 @kindex J u (Agent Group)
12137 @findex gnus-agent-fetch-groups
12138 Fetch all eligible articles in the current group
12139 (@code{gnus-agent-fetch-groups}).
12140
12141 @item J c
12142 @kindex J c (Agent Group)
12143 @findex gnus-enter-category-buffer
12144 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
12145
12146 @item J s
12147 @kindex J s (Agent Group)
12148 @findex gnus-agent-fetch-session
12149 Fetch all eligible articles in all groups
12150 (@code{gnus-agent-fetch-session}).
12151
12152 @item J S
12153 @kindex J S (Agent Group)
12154 @findex gnus-group-send-drafts
12155 Send all sendable messages in the draft group
12156 (@code{gnus-agent-fetch-session}).  @xref{Drafts}.
12157
12158 @item J a
12159 @kindex J a (Agent Group)
12160 @findex gnus-agent-add-group
12161 Add the current group to an Agent category
12162 (@code{gnus-agent-add-group}).
12163
12164 @end table
12165
12166
12167 @node Summary Agent Commands
12168 @subsubsection Summary Agent Commands
12169
12170 @table @kbd
12171 @item J #
12172 @kindex J # (Agent Summary)
12173 @findex gnus-agent-mark-article
12174 Mark the article for downloading (@code{gnus-agent-mark-article}).
12175
12176 @item J M-#
12177 @kindex J M-# (Agent Summary)
12178 @findex gnus-agent-unmark-article
12179 Remove the downloading mark from the article
12180 (@code{gnus-agent-unmark-article}).
12181
12182 @item @@ 
12183 @kindex @@ (Agent Summary)
12184 @findex gnus-agent-toggle-mark
12185 Toggle whether to download the article (@code{gnus-agent-toggle-mark}).
12186
12187 @item J c
12188 @kindex J c (Agent Summary)
12189 @findex gnus-agent-catchup
12190 Mark all undownloaded articles as read (@code{gnus-agent-catchup}).
12191
12192 @end table
12193
12194
12195 @node Server Agent Commands
12196 @subsubsection Server Agent Commands
12197
12198 @table @kbd
12199 @item J a
12200 @kindex J a (Agent Server)
12201 @findex gnus-agent-add-server
12202 Add the current server to the list of servers covered by the Gnus Agent
12203 (@code{gnus-agent-add-server}).
12204
12205 @item J r
12206 @kindex J r (Agent Server)
12207 @findex gnus-agent-remove-server
12208 Remove the current server from the list of servers covered by the Gnus
12209 Agent (@code{gnus-agent-remove-server}).
12210
12211 @end table
12212
12213
12214 @node Agent Expiry
12215 @subsection Agent Expiry
12216
12217 @vindex gnus-agent-expire-days
12218 @findex gnus-agent-expire
12219 @kindex M-x gnus-agent-expire
12220 @cindex Agent expiry
12221 @cindex Gnus Agent expiry
12222 @cindex expiry
12223
12224 @code{nnagent} doesn't handle expiry.  Instead, there's a special
12225 @code{gnus-agent-expire} command that will expire all read articles that
12226 are older than @code{gnus-agent-expire-days} days.  It can be run
12227 whenever you feel that you're running out of space.  It's not
12228 particularly fast or efficient, and it's not a particularly good idea to
12229 interrupt it (with @kbd{C-g} or anything else) once you've started it.
12230
12231 @vindex gnus-agent-expire-all
12232 if @code{gnus-agent-expire-all} is non-@code{nil}, this command will
12233 expire all articles---unread, read, ticked and dormant.  If @code{nil}
12234 (which is the default), only read articles are eligible for expiry, and
12235 unread, ticked and dormant articles will be kept indefinitely.
12236
12237
12238 @node Outgoing Messages
12239 @subsection Outgoing Messages
12240
12241 When Gnus is unplugged, all outgoing messages (both mail and news) are
12242 stored in the draft groups (@pxref{Drafts}).  You can view them there
12243 after posting, and edit them at will.
12244
12245 When Gnus is plugged again, you can send the messages either from the
12246 draft group with the special commands available there, or you can use
12247 the @kbd{J S} command in the group buffer to send all the sendable
12248 messages in the draft group.
12249
12250
12251
12252 @node Agent Variables
12253 @subsection Agent Variables
12254
12255 @table @code
12256 @item gnus-agent-directory
12257 @vindex gnus-agent-directory
12258 Where the Gnus Agent will store its files.  The default is
12259 @file{~/News/agent/}.
12260
12261 @item gnus-agent-handle-level
12262 @vindex gnus-agent-handle-level
12263 Groups on levels (@pxref{Group Levels}) higher than this variable will
12264 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
12265 which means that only subscribed group will be considered by the Agent
12266 by default.
12267
12268 @item gnus-agent-plugged-hook
12269 @vindex gnus-agent-plugged-hook
12270 Hook run when connecting to the network.
12271
12272 @item gnus-agent-unplugged-hook
12273 @vindex gnus-agent-unplugged-hook
12274 Hook run when disconnecting from the network.
12275
12276 @end table
12277
12278
12279 @node Example Setup
12280 @subsection Example Setup
12281
12282 If you don't want to read this manual, and you have a fairly standard
12283 setup, you may be able to use something like the following as your
12284 @file{.gnus.el} file to get started.
12285
12286 @lisp
12287 ;;; Define how Gnus is to fetch news.  We do this over NNTP
12288 ;;; from your ISP's server.
12289 (setq gnus-select-method '(nntp "nntp.your-isp.com"))
12290
12291 ;;; Define how Gnus is to read your mail.  We read mail from
12292 ;;; your ISP's POP server.
12293 (setenv "MAILHOST" "pop.your-isp.com")
12294 (setq nnmail-spool-file "po:username")
12295
12296 ;;; Say how Gnus is to store the mail.  We use nnml groups.
12297 (setq gnus-secondary-select-methods '((nnml "")))
12298
12299 ;;; Make Gnus into an offline newsreader.
12300 (gnus-agentize)
12301 @end lisp
12302
12303 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
12304 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
12305 gnus}.
12306
12307 If this is the first time you've run Gnus, you will be subscribed
12308 automatically to a few default newsgroups.  You'll probably want to
12309 subscribe to more groups, and to do that, you have to query the
12310 @sc{nntp} server for a complete list of groups with the @kbd{A A}
12311 command.  This usually takes quite a while, but you only have to do it
12312 once.
12313
12314 After reading and parsing a while, you'll be presented with a list of
12315 groups.  Subscribe to the ones you want to read with the @kbd{u}
12316 command.  @kbd{l} to make all the killed groups disappear after you've
12317 subscribe to all the groups you want to read.  (@kbd{A k} will bring
12318 back all the killed groups.)
12319
12320 You can now read the groups at once, or you can download the articles
12321 with the @kbd{J s} command.  And then read the rest of this manual to
12322 find out which of the other gazillion things you want to customize.
12323
12324
12325 @node Batching Agents
12326 @subsection Batching Agents
12327
12328 Having the Gnus Agent fetch articles (and post whatever messages you've
12329 written) is quite easy once you've gotten things set up properly.  The
12330 following shell script will do everything that is necessary:
12331
12332 @example
12333 #!/bin/sh
12334 emacs -batch -l ~/.emacs -f gnus-agent-batch >/dev/null
12335 @end example
12336
12337
12338 @node Agent Caveats
12339 @subsection Agent Caveats
12340
12341 The Gnus Agent doesn't seem to work like most other offline
12342 newsreaders.  Here are some common questions that some imaginary people
12343 may ask:
12344
12345 @table @dfn
12346 @item If I read an article while plugged, do they get entered into the
12347 Agent?
12348
12349 @strong{No.}
12350
12351 @item If I read an article while plugged, and the article already exists
12352 in the Agent, will it get downloaded once more?
12353
12354 @strong{Yes.}
12355
12356 @end table
12357
12358 In short, when Gnus is unplugged, it only looks into the locally stored
12359 articles; when it's plugged, it only talks to your ISP.
12360
12361
12362 @node Scoring
12363 @chapter Scoring
12364 @cindex scoring
12365
12366 Other people use @dfn{kill files}, but we here at Gnus Towers like
12367 scoring better than killing, so we'd rather switch than fight.  They do
12368 something completely different as well, so sit up straight and pay
12369 attention!
12370
12371 @vindex gnus-summary-mark-below
12372 All articles have a default score (@code{gnus-summary-default-score}),
12373 which is 0 by default.  This score may be raised or lowered either
12374 interactively or by score files.  Articles that have a score lower than
12375 @code{gnus-summary-mark-below} are marked as read.
12376
12377 Gnus will read any @dfn{score files} that apply to the current group
12378 before generating the summary buffer.
12379
12380 There are several commands in the summary buffer that insert score
12381 entries based on the current article.  You can, for instance, ask Gnus to
12382 lower or increase the score of all articles with a certain subject.
12383
12384 There are two sorts of scoring entries: Permanent and temporary.
12385 Temporary score entries are self-expiring entries.  Any entries that are
12386 temporary and have not been used for, say, a week, will be removed
12387 silently to help keep the sizes of the score files down.
12388
12389 @menu
12390 * Summary Score Commands::   Adding score entries for the current group.
12391 * Group Score Commands::     General score commands.
12392 * Score Variables::          Customize your scoring.  (My, what terminology).
12393 * Score File Format::        What a score file may contain.
12394 * Score File Editing::       You can edit score files by hand as well.
12395 * Adaptive Scoring::         Big Sister Gnus knows what you read.
12396 * Home Score File::          How to say where new score entries are to go.
12397 * Followups To Yourself::    Having Gnus notice when people answer you.
12398 * Scoring Tips::             How to score effectively.
12399 * Reverse Scoring::          That problem child of old is not problem.
12400 * Global Score Files::       Earth-spanning, ear-splitting score files.
12401 * Kill Files::               They are still here, but they can be ignored.
12402 * Converting Kill Files::    Translating kill files to score files.
12403 * GroupLens::                Getting predictions on what you like to read.
12404 * Advanced Scoring::         Using logical expressions to build score rules.
12405 * Score Decays::             It can be useful to let scores wither away.
12406 @end menu
12407
12408
12409 @node Summary Score Commands
12410 @section Summary Score Commands
12411 @cindex score commands
12412
12413 The score commands that alter score entries do not actually modify real
12414 score files.  That would be too inefficient.  Gnus maintains a cache of
12415 previously loaded score files, one of which is considered the
12416 @dfn{current score file alist}.  The score commands simply insert
12417 entries into this list, and upon group exit, this list is saved.
12418
12419 The current score file is by default the group's local score file, even
12420 if no such score file actually exists.  To insert score commands into
12421 some other score file (e.g. @file{all.SCORE}), you must first make this
12422 score file the current one.
12423
12424 General score commands that don't actually change the score file:
12425
12426 @table @kbd
12427
12428 @item V s
12429 @kindex V s (Summary)
12430 @findex gnus-summary-set-score
12431 Set the score of the current article (@code{gnus-summary-set-score}).
12432
12433 @item V S
12434 @kindex V S (Summary)
12435 @findex gnus-summary-current-score
12436 Display the score of the current article
12437 (@code{gnus-summary-current-score}).
12438
12439 @item V t
12440 @kindex V t (Summary)
12441 @findex gnus-score-find-trace
12442 Display all score rules that have been used on the current article
12443 (@code{gnus-score-find-trace}).
12444
12445 @item V R
12446 @kindex V R (Summary)
12447 @findex gnus-summary-rescore
12448 Run the current summary through the scoring process
12449 (@code{gnus-summary-rescore}).  This might be useful if you're playing
12450 around with your score files behind Gnus' back and want to see the
12451 effect you're having.
12452
12453 @item V c
12454 @kindex V c (Summary)
12455 @findex gnus-score-change-score-file
12456 Make a different score file the current
12457 (@code{gnus-score-change-score-file}).
12458
12459 @item V e
12460 @kindex V e (Summary)
12461 @findex gnus-score-edit-current-scores
12462 Edit the current score file (@code{gnus-score-edit-current-scores}).
12463 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
12464 File Editing}).
12465
12466 @item V f
12467 @kindex V f (Summary)
12468 @findex gnus-score-edit-file
12469 Edit a score file and make this score file the current one
12470 (@code{gnus-score-edit-file}).
12471
12472 @item V F
12473 @kindex V F (Summary)
12474 @findex gnus-score-flush-cache
12475 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
12476 after editing score files.
12477
12478 @item V C
12479 @kindex V C (Summary)
12480 @findex gnus-score-customize
12481 Customize a score file in a visually pleasing manner
12482 (@code{gnus-score-customize}).
12483
12484 @end table
12485
12486 The rest of these commands modify the local score file.
12487
12488 @table @kbd
12489
12490 @item V m
12491 @kindex V m (Summary)
12492 @findex gnus-score-set-mark-below
12493 Prompt for a score, and mark all articles with a score below this as
12494 read (@code{gnus-score-set-mark-below}).
12495
12496 @item V x
12497 @kindex V x (Summary)
12498 @findex gnus-score-set-expunge-below
12499 Prompt for a score, and add a score rule to the current score file to
12500 expunge all articles below this score
12501 (@code{gnus-score-set-expunge-below}).
12502 @end table
12503
12504 The keystrokes for actually making score entries follow a very regular
12505 pattern, so there's no need to list all the commands.  (Hundreds of
12506 them.)
12507
12508 @findex gnus-summary-increase-score
12509 @findex gnus-summary-lower-score
12510
12511 @enumerate
12512 @item
12513 The first key is either @kbd{I} (upper case i) for increasing the score
12514 or @kbd{L} for lowering the score.
12515 @item
12516 The second key says what header you want to score on.  The following
12517 keys are available:
12518 @table @kbd
12519
12520 @item a
12521 Score on the author name.
12522
12523 @item s
12524 Score on the subject line.
12525
12526 @item x
12527 Score on the Xref line---i.e., the cross-posting line.
12528
12529 @item r
12530 Score on the References line.
12531
12532 @item d
12533 Score on the date.
12534
12535 @item l
12536 Score on the number of lines.
12537
12538 @item i
12539 Score on the Message-ID.
12540
12541 @item f
12542 Score on followups.
12543
12544 @item b
12545 Score on the body.
12546
12547 @item h
12548 Score on the head.
12549
12550 @item t
12551 Score on thread.
12552
12553 @end table
12554
12555 @item
12556 The third key is the match type.  Which match types are valid depends on
12557 what headers you are scoring on.
12558
12559 @table @code
12560
12561 @item strings
12562
12563 @table @kbd
12564
12565 @item e
12566 Exact matching.
12567
12568 @item s
12569 Substring matching.
12570
12571 @item f
12572 Fuzzy matching (@pxref{Fuzzy Matching}).
12573
12574 @item r
12575 Regexp matching
12576 @end table
12577
12578 @item date
12579 @table @kbd
12580
12581 @item b
12582 Before date.
12583
12584 @item a
12585 After date.
12586
12587 @item n
12588 This date.
12589 @end table
12590
12591 @item number
12592 @table @kbd
12593
12594 @item <
12595 Less than number.
12596
12597 @item =
12598 Equal to number.
12599
12600 @item >
12601 Greater than number.
12602 @end table
12603 @end table
12604
12605 @item
12606 The fourth and final key says whether this is a temporary (i.e., expiring)
12607 score entry, or a permanent (i.e., non-expiring) score entry, or whether
12608 it is to be done immediately, without adding to the score file.
12609 @table @kbd
12610
12611 @item t
12612 Temporary score entry.
12613
12614 @item p
12615 Permanent score entry.
12616
12617 @item i
12618 Immediately scoring.
12619 @end table
12620
12621 @end enumerate
12622
12623 So, let's say you want to increase the score on the current author with
12624 exact matching permanently: @kbd{I a e p}.  If you want to lower the
12625 score based on the subject line, using substring matching, and make a
12626 temporary score entry: @kbd{L s s t}.  Pretty easy.
12627
12628 To make things a bit more complicated, there are shortcuts.  If you use
12629 a capital letter on either the second or third keys, Gnus will use
12630 defaults for the remaining one or two keystrokes.  The defaults are
12631 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
12632 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
12633
12634 These functions take both the numerical prefix and the symbolic prefix
12635 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
12636 (or increase) the score of the article.  A symbolic prefix of @code{a}
12637 says to use the @file{all.SCORE} file for the command instead of the
12638 current score file.
12639
12640 @vindex gnus-score-mimic-keymap
12641 The @code{gnus-score-mimic-keymap} says whether these commands will
12642 pretend they are keymaps or not.
12643
12644
12645 @node Group Score Commands
12646 @section Group Score Commands
12647 @cindex group score commands
12648
12649 There aren't many of these as yet, I'm afraid.
12650
12651 @table @kbd
12652
12653 @item W f
12654 @kindex W f (Group)
12655 @findex gnus-score-flush-cache
12656 Gnus maintains a cache of score alists to avoid having to reload them
12657 all the time.  This command will flush the cache
12658 (@code{gnus-score-flush-cache}).
12659
12660 @end table
12661
12662 You can do scoring from the command line by saying something like:
12663
12664 @findex gnus-batch-score
12665 @cindex batch scoring
12666 @example
12667 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
12668 @end example
12669
12670
12671 @node Score Variables
12672 @section Score Variables
12673 @cindex score variables
12674
12675 @table @code
12676
12677 @item gnus-use-scoring
12678 @vindex gnus-use-scoring
12679 If @code{nil}, Gnus will not check for score files, and will not, in
12680 general, do any score-related work.  This is @code{t} by default.
12681
12682 @item gnus-kill-killed
12683 @vindex gnus-kill-killed
12684 If this variable is @code{nil}, Gnus will never apply score files to
12685 articles that have already been through the kill process.  While this
12686 may save you lots of time, it also means that if you apply a kill file
12687 to a group, and then change the kill file and want to run it over you
12688 group again to kill more articles, it won't work.  You have to set this
12689 variable to @code{t} to do that.  (It is @code{t} by default.)
12690
12691 @item gnus-kill-files-directory
12692 @vindex gnus-kill-files-directory
12693 All kill and score files will be stored in this directory, which is
12694 initialized from the @code{SAVEDIR} environment variable by default.
12695 This is @file{~/News/} by default.
12696
12697 @item gnus-score-file-suffix
12698 @vindex gnus-score-file-suffix
12699 Suffix to add to the group name to arrive at the score file name
12700 (@samp{SCORE} by default.)
12701
12702 @item gnus-score-uncacheable-files
12703 @vindex gnus-score-uncacheable-files
12704 @cindex score cache
12705 All score files are normally cached to avoid excessive re-loading of
12706 score files.  However, if this might make you Emacs grow big and
12707 bloated, so this regexp can be used to weed out score files unlikely to be needed again.  It would be a bad idea to deny caching of
12708 @file{all.SCORE}, while it might be a good idea to not cache
12709 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
12710 variable is @samp{ADAPT$} by default, so no adaptive score files will
12711 be cached.
12712
12713 @item gnus-save-score
12714 @vindex gnus-save-score
12715 If you have really complicated score files, and do lots of batch
12716 scoring, then you might set this variable to @code{t}.  This will make
12717 Gnus save the scores into the @file{.newsrc.eld} file.
12718
12719 @item gnus-score-interactive-default-score
12720 @vindex gnus-score-interactive-default-score
12721 Score used by all the interactive raise/lower commands to raise/lower
12722 score with.  Default is 1000, which may seem excessive, but this is to
12723 ensure that the adaptive scoring scheme gets enough room to play with.
12724 We don't want the small changes from the adaptive scoring to overwrite
12725 manually entered data.
12726
12727 @item gnus-summary-default-score
12728 @vindex gnus-summary-default-score
12729 Default score of an article, which is 0 by default.
12730
12731 @item gnus-summary-expunge-below
12732 @vindex gnus-summary-expunge-below
12733 Don't display the summary lines of articles that have scores lower than
12734 this variable.  This is @code{nil} by default, which means that no
12735 articles will be hidden.  This variable is local to the summary buffers,
12736 and has to be set from @code{gnus-summary-mode-hook}.
12737
12738 @item gnus-score-over-mark
12739 @vindex gnus-score-over-mark
12740 Mark (in the third column) used for articles with a score over the
12741 default.  Default is @samp{+}.
12742
12743 @item gnus-score-below-mark
12744 @vindex gnus-score-below-mark
12745 Mark (in the third column) used for articles with a score below the
12746 default.  Default is @samp{-}.
12747
12748 @item gnus-score-find-score-files-function
12749 @vindex gnus-score-find-score-files-function
12750 Function used to find score files for the current group.  This function
12751 is called with the name of the group as the argument.
12752
12753 Predefined functions available are:
12754 @table @code
12755
12756 @item gnus-score-find-single
12757 @findex gnus-score-find-single
12758 Only apply the group's own score file.
12759
12760 @item gnus-score-find-bnews
12761 @findex gnus-score-find-bnews
12762 Apply all score files that match, using bnews syntax.  This is the
12763 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
12764 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
12765 @file{gnu.all.SCORE} would all apply.  In short, the instances of
12766 @samp{all} in the score file names are translated into @samp{.*}, and
12767 then a regexp match is done.
12768
12769 This means that if you have some score entries that you want to apply to
12770 all groups, then you put those entries in the @file{all.SCORE} file.
12771
12772 The score files are applied in a semi-random order, although Gnus will
12773 try to apply the more general score files before the more specific score
12774 files.  It does this by looking at the number of elements in the score
12775 file names---discarding the @samp{all} elements.
12776
12777 @item gnus-score-find-hierarchical
12778 @findex gnus-score-find-hierarchical
12779 Apply all score files from all the parent groups.  This means that you
12780 can't have score files like @file{all.SCORE}, but you can have
12781 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE}.
12782
12783 @end table
12784 This variable can also be a list of functions.  In that case, all these
12785 functions will be called, and all the returned lists of score files will
12786 be applied.  These functions can also return lists of score alists
12787 directly.  In that case, the functions that return these non-file score
12788 alists should probably be placed before the ``real'' score file
12789 functions, to ensure that the last score file returned is the local
12790 score file.  Phu.
12791
12792 @item gnus-score-expiry-days
12793 @vindex gnus-score-expiry-days
12794 This variable says how many days should pass before an unused score file
12795 entry is expired.  If this variable is @code{nil}, no score file entries
12796 are expired.  It's 7 by default.
12797
12798 @item gnus-update-score-entry-dates
12799 @vindex gnus-update-score-entry-dates
12800 If this variable is non-@code{nil}, matching score entries will have
12801 their dates updated.  (This is how Gnus controls expiry---all
12802 non-matching entries will become too old while matching entries will
12803 stay fresh and young.)  However, if you set this variable to @code{nil},
12804 even matching entries will grow old and will have to face that oh-so
12805 grim reaper.
12806
12807 @item gnus-score-after-write-file-function
12808 @vindex gnus-score-after-write-file-function
12809 Function called with the name of the score file just written.
12810
12811 @item gnus-score-thread-simplify
12812 @vindex gnus-score-thread-simplify
12813 If this variable is non-@code{nil}, article subjects will be simplified
12814 for subject scoring purposes in the same manner as with
12815 threading---according to the current value of
12816 gnus-simplify-subject-functions.  If the scoring entry uses
12817 @code{substring} or @code{exact} matching, the match will also be
12818 simplified in this manner.
12819
12820 @end table
12821
12822
12823 @node Score File Format
12824 @section Score File Format
12825 @cindex score file format
12826
12827 A score file is an @code{emacs-lisp} file that normally contains just a
12828 single form.  Casual users are not expected to edit these files;
12829 everything can be changed from the summary buffer.
12830
12831 Anyway, if you'd like to dig into it yourself, here's an example:
12832
12833 @lisp
12834 (("from"
12835   ("Lars Ingebrigtsen" -10000)
12836   ("Per Abrahamsen")
12837   ("larsi\\|lmi" -50000 nil R))
12838  ("subject"
12839   ("Ding is Badd" nil 728373))
12840  ("xref"
12841   ("alt.politics" -1000 728372 s))
12842  ("lines"
12843   (2 -100 nil <))
12844  (mark 0)
12845  (expunge -1000)
12846  (mark-and-expunge -10)
12847  (read-only nil)
12848  (orphan -10)
12849  (adapt t)
12850  (files "/hom/larsi/News/gnu.SCORE")
12851  (exclude-files "all.SCORE")
12852  (local (gnus-newsgroup-auto-expire t)
12853         (gnus-summary-make-false-root empty))
12854  (eval (ding)))
12855 @end lisp
12856
12857 This example demonstrates most score file elements.  For a different
12858 approach, see @pxref{Advanced Scoring}.
12859
12860 Even though this looks much like lisp code, nothing here is actually
12861 @code{eval}ed.  The lisp reader is used to read this form, though, so it
12862 has to be valid syntactically, if not semantically.
12863
12864 Six keys are supported by this alist:
12865
12866 @table @code
12867
12868 @item STRING
12869 If the key is a string, it is the name of the header to perform the
12870 match on.  Scoring can only be performed on these eight headers:
12871 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
12872 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
12873 these headers, there are three strings to tell Gnus to fetch the entire
12874 article and do the match on larger parts of the article: @code{Body}
12875 will perform the match on the body of the article, @code{Head} will
12876 perform the match on the head of the article, and @code{All} will
12877 perform the match on the entire article.  Note that using any of these
12878 last three keys will slow down group entry @emph{considerably}.  The
12879 final ``header'' you can score on is @code{Followup}.  These score
12880 entries will result in new score entries being added for all follow-ups
12881 to articles that matches these score entries.
12882
12883 Following this key is a arbitrary number of score entries, where each
12884 score entry has one to four elements.
12885 @enumerate
12886
12887 @item
12888 The first element is the @dfn{match element}.  On most headers this will
12889 be a string, but on the Lines and Chars headers, this must be an
12890 integer.
12891
12892 @item
12893 If the second element is present, it should be a number---the @dfn{score
12894 element}.  This number should be an integer in the neginf to posinf
12895 interval.  This number is added to the score of the article if the match
12896 is successful.  If this element is not present, the
12897 @code{gnus-score-interactive-default-score} number will be used
12898 instead.  This is 1000 by default.
12899
12900 @item
12901 If the third element is present, it should be a number---the @dfn{date
12902 element}.  This date says when the last time this score entry matched,
12903 which provides a mechanism for expiring the score entries.  It this
12904 element is not present, the score entry is permanent.  The date is
12905 represented by the number of days since December 31, 1 BCE.
12906
12907 @item
12908 If the fourth element is present, it should be a symbol---the @dfn{type
12909 element}.  This element specifies what function should be used to see
12910 whether this score entry matches the article.  What match types that can
12911 be used depends on what header you wish to perform the match on.
12912 @table @dfn
12913
12914 @item From, Subject, References, Xref, Message-ID
12915 For most header types, there are the @code{r} and @code{R} (regexp), as
12916 well as @code{s} and @code{S} (substring) types, and @code{e} and
12917 @code{E} (exact match), and @code{w} (word match) types.  If this
12918 element is not present, Gnus will assume that substring matching should
12919 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
12920 that the matches will be done in a case-sensitive manner.  All these
12921 one-letter types are really just abbreviations for the @code{regexp},
12922 @code{string}, @code{exact}, and @code{word} types, which you can use
12923 instead, if you feel like.
12924
12925 @item Lines, Chars
12926 These two headers use different match types: @code{<}, @code{>},
12927 @code{=}, @code{>=} and @code{<=}.
12928
12929 These predicates are true if
12930
12931 @example
12932 (PREDICATE HEADER MATCH)
12933 @end example
12934
12935 evaluates to non-@code{nil}.  For instance, the advanced match
12936 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
12937 following form:
12938
12939 @lisp
12940 (< header-value 4)
12941 @end lisp
12942
12943 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
12944 the match, we get the score added if the article has less than 4 lines.
12945 (It's easy to get confused and think it's the other way around.  But
12946 it's not.  I think.)
12947
12948 When matching on @code{Lines}, be careful because some backends (like
12949 @code{nndir}) do not generate @code{Lines} header, so every article ends
12950 up being marked as having 0 lines.  This can lead to strange results if
12951 you happen to lower score of the articles with few lines.
12952
12953 @item Date
12954 For the Date header we have three kinda silly match types:
12955 @code{before}, @code{at} and @code{after}.  I can't really imagine this
12956 ever being useful, but, like, it would feel kinda silly not to provide
12957 this function.  Just in case.  You never know.  Better safe than sorry.
12958 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
12959 sex on a first date.  (I have been told that at least one person, and I
12960 quote, ``found this function indispensable'', however.)
12961
12962 @cindex ISO8601
12963 @cindex date
12964 A more useful match type is @code{regexp}.  With it, you can match the
12965 date string using a regular expression.  The date is normalized to
12966 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
12967 you want to match all articles that have been posted on April 1st in
12968 every year, you could use @samp{....0401.........} as a match string,
12969 for instance.  (Note that the date is kept in its original time zone, so
12970 this will match articles that were posted when it was April 1st where
12971 the article was posted from.  Time zones are such wholesome fun for the
12972 whole family, eh?)
12973
12974 @item Head, Body, All
12975 These three match keys use the same match types as the @code{From} (etc)
12976 header uses.
12977
12978 @item Followup
12979 This match key is somewhat special, in that it will match the
12980 @code{From} header, and affect the score of not only the matching
12981 articles, but also all followups to the matching articles.  This allows
12982 you e.g. increase the score of followups to your own articles, or
12983 decrease the score of followups to the articles of some known
12984 trouble-maker.  Uses the same match types as the @code{From} header
12985 uses.  (Using this match key will lead to creation of @file{ADAPT}
12986 files.)
12987
12988 @item Thread
12989 This match key works along the same lines as the @code{Followup} match
12990 key.  If you say that you want to score on a (sub-)thread started by an article with a @code{Message-ID} @var{X}, then you add a
12991 @samp{thread} match.  This will add a new @samp{thread} match for each
12992 article that has @var{X} in its @code{References} header.  (These new
12993 @samp{thread} matches will use the @code{Message-ID}s of these matching
12994 articles.)  This will ensure that you can raise/lower the score of an
12995 entire thread, even though some articles in the thread may not have
12996 complete @code{References} headers.  Note that using this may lead to
12997 undeterministic scores of the articles in the thread.  (Using this match
12998 key will lead to creation of @file{ADAPT} files.)
12999 @end table
13000 @end enumerate
13001
13002 @cindex Score File Atoms
13003 @item mark
13004 The value of this entry should be a number.  Any articles with a score
13005 lower than this number will be marked as read.
13006
13007 @item expunge
13008 The value of this entry should be a number.  Any articles with a score
13009 lower than this number will be removed from the summary buffer.
13010
13011 @item mark-and-expunge
13012 The value of this entry should be a number.  Any articles with a score
13013 lower than this number will be marked as read and removed from the
13014 summary buffer.
13015
13016 @item thread-mark-and-expunge
13017 The value of this entry should be a number.  All articles that belong to
13018 a thread that has a total score below this number will be marked as read
13019 and removed from the summary buffer.  @code{gnus-thread-score-function}
13020 says how to compute the total score for a thread.
13021
13022 @item files
13023 The value of this entry should be any number of file names.  These files
13024 are assumed to be score files as well, and will be loaded the same way
13025 this one was.
13026
13027 @item exclude-files
13028 The clue of this entry should be any number of files.  These files will
13029 not be loaded, even though they would normally be so, for some reason or
13030 other.
13031
13032 @item eval
13033 The value of this entry will be @code{eval}el.  This element will be
13034 ignored when handling global score files.
13035
13036 @item read-only
13037 Read-only score files will not be updated or saved.  Global score files
13038 should feature this atom (@pxref{Global Score Files}).  (Note:
13039 @dfn{Global} here really means @dfn{global}; not your personal
13040 apply-to-all-groups score files.)
13041
13042 @item orphan
13043 The value of this entry should be a number.  Articles that do not have
13044 parents will get this number added to their scores.  Imagine you follow
13045 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
13046 will only follow a few of the threads, also want to see any new threads.
13047
13048 You can do this with the following two score file entries:
13049
13050 @example
13051         (orphan -500)
13052         (mark-and-expunge -100)
13053 @end example
13054
13055 When you enter the group the first time, you will only see the new
13056 threads.  You then raise the score of the threads that you find
13057 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
13058 rest.  Next time you enter the group, you will see new articles in the
13059 interesting threads, plus any new threads.
13060
13061 I.e.---the orphan score atom is for high-volume groups where there
13062 exist a few interesting threads which can't be found automatically by
13063 ordinary scoring rules.
13064
13065 @item adapt
13066 This entry controls the adaptive scoring.  If it is @code{t}, the
13067 default adaptive scoring rules will be used.  If it is @code{ignore}, no
13068 adaptive scoring will be performed on this group.  If it is a list, this
13069 list will be used as the adaptive scoring rules.  If it isn't present,
13070 or is something other than @code{t} or @code{ignore}, the default
13071 adaptive scoring rules will be used.  If you want to use adaptive
13072 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
13073 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
13074 not want adaptive scoring.  If you only want adaptive scoring in a few
13075 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
13076 insert @code{(adapt t)} in the score files of the groups where you want
13077 it.
13078
13079 @item adapt-file
13080 All adaptive score entries will go to the file named by this entry.  It
13081 will also be applied when entering the group.  This atom might be handy
13082 if you want to adapt on several groups at once, using the same adaptive
13083 file for a number of groups.
13084
13085 @item local
13086 @cindex local variables
13087 The value of this entry should be a list of @code{(VAR VALUE)} pairs.
13088 Each @var{var} will be made buffer-local to the current summary buffer,
13089 and set to the value specified.  This is a convenient, if somewhat
13090 strange, way of setting variables in some groups if you don't like hooks
13091 much.  Note that the @var{value} won't be evaluated.
13092 @end table
13093
13094
13095 @node Score File Editing
13096 @section Score File Editing
13097
13098 You normally enter all scoring commands from the summary buffer, but you
13099 might feel the urge to edit them by hand as well, so we've supplied you
13100 with a mode for that.
13101
13102 It's simply a slightly customized @code{emacs-lisp} mode, with these
13103 additional commands:
13104
13105 @table @kbd
13106
13107 @item C-c C-c
13108 @kindex C-c C-c (Score)
13109 @findex gnus-score-edit-done
13110 Save the changes you have made and return to the summary buffer
13111 (@code{gnus-score-edit-done}).
13112
13113 @item C-c C-d
13114 @kindex C-c C-d (Score)
13115 @findex gnus-score-edit-insert-date
13116 Insert the current date in numerical format
13117 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
13118 you were wondering.
13119
13120 @item C-c C-p
13121 @kindex C-c C-p (Score)
13122 @findex gnus-score-pretty-print
13123 The adaptive score files are saved in an unformatted fashion.  If you
13124 intend to read one of these files, you want to @dfn{pretty print} it
13125 first.  This command (@code{gnus-score-pretty-print}) does that for
13126 you.
13127
13128 @end table
13129
13130 Type @kbd{M-x gnus-score-mode} to use this mode.
13131
13132 @vindex gnus-score-mode-hook
13133 @code{gnus-score-menu-hook} is run in score mode buffers.
13134
13135 In the summary buffer you can use commands like @kbd{V f} and @kbd{V
13136 e} to begin editing score files.
13137
13138
13139 @node Adaptive Scoring
13140 @section Adaptive Scoring
13141 @cindex adaptive scoring
13142
13143 If all this scoring is getting you down, Gnus has a way of making it all
13144 happen automatically---as if by magic.  Or rather, as if by artificial
13145 stupidity, to be precise.
13146
13147 @vindex gnus-use-adaptive-scoring
13148 When you read an article, or mark an article as read, or kill an
13149 article, you leave marks behind.  On exit from the group, Gnus can sniff
13150 these marks and add score elements depending on what marks it finds.
13151 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
13152 @code{t} or @code{(line)}.  If you want score adaptively on separate
13153 words appearing in the subjects, you should set this variable to
13154 @code{(word)}.  If you want to use both adaptive methods, set this
13155 variable to @code{(word line)}.
13156
13157 @vindex gnus-default-adaptive-score-alist
13158 To give you complete control over the scoring process, you can customize
13159 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
13160 might look something like this:
13161
13162 @lisp
13163 (defvar gnus-default-adaptive-score-alist
13164   '((gnus-unread-mark)
13165     (gnus-ticked-mark (from 4))
13166     (gnus-dormant-mark (from 5))
13167     (gnus-del-mark (from -4) (subject -1))
13168     (gnus-read-mark (from 4) (subject 2))
13169     (gnus-expirable-mark (from -1) (subject -1))
13170     (gnus-killed-mark (from -1) (subject -3))
13171     (gnus-kill-file-mark)
13172     (gnus-ancient-mark)
13173     (gnus-low-score-mark)
13174     (gnus-catchup-mark (from -1) (subject -1))))
13175 @end lisp
13176
13177 As you see, each element in this alist has a mark as a key (either a
13178 variable name or a ``real'' mark---a character).  Following this key is
13179 a arbitrary number of header/score pairs.  If there are no header/score
13180 pairs following the key, no adaptive scoring will be done on articles
13181 that have that key as the article mark.  For instance, articles with
13182 @code{gnus-unread-mark} in the example above will not get adaptive score
13183 entries.
13184
13185 Each article can have only one mark, so just a single of these rules
13186 will be applied to each article.
13187
13188 To take @code{gnus-del-mark} as an example---this alist says that all
13189 articles that have that mark (i.e., are marked with @samp{D}) will have a
13190 score entry added to lower based on the @code{From} header by -4, and
13191 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
13192
13193 If you have marked 10 articles with the same subject with
13194 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
13195 That means that that subject will get a score of ten times -1, which
13196 should be, unless I'm much mistaken, -10.
13197
13198 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
13199 the read articles will be marked with the @samp{E} mark.  This'll
13200 probably make adaptive scoring slightly impossible, so auto-expiring and
13201 adaptive scoring doesn't really mix very well.
13202
13203 The headers you can score on are @code{from}, @code{subject},
13204 @code{message-id}, @code{references}, @code{xref}, @code{lines},
13205 @code{chars} and @code{date}.  In addition, you can score on
13206 @code{followup}, which will create an adaptive score entry that matches
13207 on the @code{References} header using the @code{Message-ID} of the
13208 current article, thereby matching the following thread.
13209
13210 You can also score on @code{thread}, which will try to score all
13211 articles that appear in a thread.  @code{thread} matches uses a
13212 @code{Message-ID} to match on the @code{References} header of the
13213 article.  If the match is made, the @code{Message-ID} of the article is
13214 added to the @code{thread} rule.  (Think about it.  I'd recommend two
13215 aspirins afterwards.)
13216
13217 If you use this scheme, you should set the score file atom @code{mark}
13218 to something small---like -300, perhaps, to avoid having small random
13219 changes result in articles getting marked as read.
13220
13221 After using adaptive scoring for a week or so, Gnus should start to
13222 become properly trained and enhance the authors you like best, and kill
13223 the authors you like least, without you having to say so explicitly.
13224
13225 You can control what groups the adaptive scoring is to be performed on
13226 by using the score files (@pxref{Score File Format}).  This will also
13227 let you use different rules in different groups.
13228
13229 @vindex gnus-adaptive-file-suffix
13230 The adaptive score entries will be put into a file where the name is the
13231 group name with @code{gnus-adaptive-file-suffix} appended.  The default
13232 is @samp{ADAPT}.
13233
13234 @vindex gnus-score-exact-adapt-limit
13235 When doing adaptive scoring, substring or fuzzy matching would probably
13236 give you the best results in most cases.  However, if the header one
13237 matches is short, the possibility for false positives is great, so if
13238 the length of the match is less than
13239 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
13240 this variable is @code{nil}, exact matching will always be used to avoid
13241 this problem.
13242
13243 @vindex gnus-default-adaptive-word-score-alist
13244 As mentioned above, you can adapt either on individual words or entire
13245 headers.  If you adapt on words, the
13246 @code{gnus-default-adaptive-word-score-alist} variable says what score
13247 each instance of a word should add given a mark.
13248
13249 @lisp
13250 (setq gnus-default-adaptive-word-score-alist
13251       `((,gnus-read-mark . 30)
13252         (,gnus-catchup-mark . -10)
13253         (,gnus-killed-mark . -20)
13254         (,gnus-del-mark . -15)))
13255 @end lisp
13256
13257 This is the default value.  If you have adaption on words enabled, every
13258 word that appears in subjects of articles marked with
13259 @code{gnus-read-mark} will result in a score rule that increase the
13260 score with 30 points.
13261
13262 @vindex gnus-default-ignored-adaptive-words
13263 @vindex gnus-ignored-adaptive-words
13264 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
13265 will be ignored.  If you wish to add more words to be ignored, use the
13266 @code{gnus-ignored-adaptive-words} list instead.
13267
13268 @vindex gnus-adaptive-word-syntax-table
13269 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
13270 syntax table in effect.  It is similar to the standard syntax table, but
13271 it considers numbers to be non-word-constituent characters.
13272
13273 @vindex gnus-adaptive-word-minimum
13274 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
13275 word scoring process will never bring down the score of an article to
13276 below this number.  The default is @code{nil}.
13277
13278 @vindex gnus-adaptive-word-no-group-words
13279 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
13280 won't adaptively word score any of the words in the group name.  Useful
13281 for groups like @samp{comp.editors.emacs}, where most of the subject
13282 lines contain the word @samp{emacs}.
13283
13284 After using this scheme for a while, it might be nice to write a
13285 @code{gnus-psychoanalyze-user} command to go through the rules and see
13286 what words you like and what words you don't like.  Or perhaps not.
13287
13288 Note that the adaptive word scoring thing is highly experimental and is
13289 likely to change in the future.  Initial impressions seem to indicate
13290 that it's totally useless as it stands.  Some more work (involving more
13291 rigorous statistical methods) will have to be done to make this useful.
13292
13293
13294 @node Home Score File
13295 @section Home Score File
13296
13297 The score file where new score file entries will go is called the
13298 @dfn{home score file}.  This is normally (and by default) the score file
13299 for the group itself.  For instance, the home score file for
13300 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
13301
13302 However, this may not be what you want.  It is often convenient to share
13303 a common home score file among many groups---all @samp{emacs} groups
13304 could perhaps use the same home score file.
13305
13306 @vindex gnus-home-score-file
13307 The variable that controls this is @code{gnus-home-score-file}.  It can
13308 be:
13309
13310 @enumerate
13311 @item
13312 A string.  Then this file will be used as the home score file for all
13313 groups.
13314
13315 @item
13316 A function. The result of this function will be used as the home score
13317 file.  The function will be called with the name of the group as the
13318 parameter.
13319
13320 @item
13321 A list.  The elements in this list can be:
13322
13323 @enumerate
13324 @item
13325 @var{(regexp file-name)}.  If the @var{regexp} matches the group name,
13326 the @var{file-name} will will be used as the home score file.
13327
13328 @item
13329 A function. If the function returns non-nil, the result will be used as
13330 the home score file.
13331
13332 @item
13333 A string.  Use the string as the home score file.
13334 @end enumerate
13335
13336 The list will be traversed from the beginning towards the end looking
13337 for matches.
13338
13339 @end enumerate
13340
13341 So, if you want to use just a single score file, you could say:
13342
13343 @lisp
13344 (setq gnus-home-score-file
13345       "my-total-score-file.SCORE")
13346 @end lisp
13347
13348 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
13349 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
13350
13351 @findex gnus-hierarchial-home-score-file
13352 @lisp
13353 (setq gnus-home-score-file
13354       'gnus-hierarchial-home-score-file)
13355 @end lisp
13356
13357 This is a ready-made function provided for your convenience.
13358 Other functions include
13359
13360 @table @code
13361 @item gnus-current-home-score-file
13362 @findex gnus-current-home-score-file
13363 Return the ``current'' regular score file.  This will make scoring
13364 commands add entry to the ``innermost'' matching score file.
13365
13366 @end table
13367
13368 If you want to have one score file for the @samp{emacs} groups and
13369 another for the @samp{comp} groups, while letting all other groups use
13370 their own home score files:
13371
13372 @lisp
13373 (setq gnus-home-score-file
13374       ;; All groups that match the regexp "\\.emacs"
13375       '(("\\.emacs" "emacs.SCORE")
13376         ;; All the comp groups in one score file
13377         ("^comp" "comp.SCORE")))
13378 @end lisp
13379
13380 @vindex gnus-home-adapt-file
13381 @code{gnus-home-adapt-file} works exactly the same way as
13382 @code{gnus-home-score-file}, but says what the home adaptive score file
13383 is instead.  All new adaptive file entries will go into the file
13384 specified by this variable, and the same syntax is allowed.
13385
13386 In addition to using @code{gnus-home-score-file} and
13387 @code{gnus-home-adapt-file}, you can also use group parameters
13388 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
13389 Parameters}) to achieve much the same.  Group and topic parameters take
13390 precedence over this variable.
13391
13392
13393 @node Followups To Yourself
13394 @section Followups To Yourself
13395
13396 Gnus offers two commands for picking out the @code{Message-ID} header in
13397 the current buffer.  Gnus will then add a score rule that scores using
13398 this @code{Message-ID} on the @code{References} header of other
13399 articles.  This will, in effect, increase the score of all articles that
13400 respond to the article in the current buffer.  Quite useful if you want
13401 to easily note when people answer what you've said.
13402
13403 @table @code
13404
13405 @item gnus-score-followup-article
13406 @findex gnus-score-followup-article
13407 This will add a score to articles that directly follow up your own
13408 article.
13409
13410 @item gnus-score-followup-thread
13411 @findex gnus-score-followup-thread
13412 This will add a score to all articles that appear in a thread ``below''
13413 your own article.
13414 @end table
13415
13416 @vindex message-sent-hook
13417 These two functions are both primarily meant to be used in hooks like
13418 @code{message-sent-hook}.
13419
13420 If you look closely at your own @code{Message-ID}, you'll notice that
13421 the first two or three characters are always the same.  Here's two of
13422 mine:
13423
13424 @example
13425 <x6u3u47icf.fsf@@eyesore.no>
13426 <x6sp9o7ibw.fsf@@eyesore.no>
13427 @end example
13428
13429 So ``my'' ident on this machine is @samp{x6}.  This can be
13430 exploited---the following rule will raise the score on all followups to
13431 myself:
13432
13433 @lisp
13434 ("references"
13435  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore.no>"
13436   1000 nil r))
13437 @end lisp
13438
13439 Whether it's the first two or first three characters that are ``yours''
13440 is system-dependent.
13441
13442
13443 @node Scoring Tips
13444 @section Scoring Tips
13445 @cindex scoring tips
13446
13447 @table @dfn
13448
13449 @item Crossposts
13450 @cindex crossposts
13451 @cindex scoring crossposts
13452 If you want to lower the score of crossposts, the line to match on is
13453 the @code{Xref} header.
13454 @lisp
13455 ("xref" (" talk.politics.misc:" -1000))
13456 @end lisp
13457
13458 @item Multiple crossposts
13459 If you want to lower the score of articles that have been crossposted to
13460 more than, say, 3 groups:
13461 @lisp
13462 ("xref" ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+" -1000 nil r))
13463 @end lisp
13464
13465 @item Matching on the body
13466 This is generally not a very good idea---it takes a very long time.
13467 Gnus actually has to fetch each individual article from the server.  But
13468 you might want to anyway, I guess.  Even though there are three match
13469 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
13470 and stick with it in each score file.  If you use any two, each article
13471 will be fetched @emph{twice}.  If you want to match a bit on the
13472 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
13473 the matches.
13474
13475 @item Marking as read
13476 You will probably want to mark articles that has a score below a certain
13477 number as read.  This is most easily achieved by putting the following
13478 in your @file{all.SCORE} file:
13479 @lisp
13480 ((mark -100))
13481 @end lisp
13482 You may also consider doing something similar with @code{expunge}.
13483
13484 @item Negated character classes
13485 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
13486 That will match newlines, which might lead to, well, The Unknown.  Say
13487 @code{[^abcd\n]*} instead.
13488 @end table
13489
13490
13491 @node Reverse Scoring
13492 @section Reverse Scoring
13493 @cindex reverse scoring
13494
13495 If you want to keep just articles that have @samp{Sex with Emacs} in the
13496 subject header, and expunge all other articles, you could put something
13497 like this in your score file:
13498
13499 @lisp
13500 (("subject"
13501   ("Sex with Emacs" 2))
13502  (mark 1)
13503  (expunge 1))
13504 @end lisp
13505
13506 So, you raise all articles that match @samp{Sex with Emacs} and mark the
13507 rest as read, and expunge them to boot.
13508
13509
13510 @node Global Score Files
13511 @section Global Score Files
13512 @cindex global score files
13513
13514 Sure, other newsreaders have ``global kill files''.  These are usually
13515 nothing more than a single kill file that applies to all groups, stored
13516 in the user's home directory.  Bah!  Puny, weak newsreaders!
13517
13518 What I'm talking about here are Global Score Files.  Score files from
13519 all over the world, from users everywhere, uniting all nations in one
13520 big, happy score file union!  Ange-score!  New and untested!
13521
13522 @vindex gnus-global-score-files
13523 All you have to do to use other people's score files is to set the
13524 @code{gnus-global-score-files} variable.  One entry for each score file,
13525 or each score file directory.  Gnus will decide by itself what score
13526 files are applicable to which group.
13527
13528 Say you want to use the score file
13529 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
13530 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory:
13531
13532 @lisp
13533 (setq gnus-global-score-files
13534       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
13535         "/ftp@@ftp.some-where:/pub/score/"))
13536 @end lisp
13537
13538 @findex gnus-score-search-global-directories
13539 Simple, eh?  Directory names must end with a @samp{/}.  These
13540 directories are typically scanned only once during each Gnus session.
13541 If you feel the need to manually re-scan the remote directories, you can
13542 use the @code{gnus-score-search-global-directories} command.
13543
13544 Note that, at present, using this option will slow down group entry
13545 somewhat.  (That is---a lot.)
13546
13547 If you want to start maintaining score files for other people to use,
13548 just put your score file up for anonymous ftp and announce it to the
13549 world.  Become a retro-moderator!  Participate in the retro-moderator
13550 wars sure to ensue, where retro-moderators battle it out for the
13551 sympathy of the people, luring them to use their score files on false
13552 premises!  Yay!  The net is saved!
13553
13554 Here are some tips for the would-be retro-moderator, off the top of my
13555 head:
13556
13557 @itemize @bullet
13558
13559 @item
13560 Articles heavily crossposted are probably junk.
13561 @item
13562 To lower a single inappropriate article, lower by @code{Message-ID}.
13563 @item
13564 Particularly brilliant authors can be raised on a permanent basis.
13565 @item
13566 Authors that repeatedly post off-charter for the group can safely be
13567 lowered out of existence.
13568 @item
13569 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
13570 articles completely.
13571
13572 @item
13573 Use expiring score entries to keep the size of the file down.  You
13574 should probably have a long expiry period, though, as some sites keep
13575 old articles for a long time.
13576 @end itemize
13577
13578 ... I wonder whether other newsreaders will support global score files
13579 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
13580 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
13581 holding our breath yet?
13582
13583
13584 @node Kill Files
13585 @section Kill Files
13586 @cindex kill files
13587
13588 Gnus still supports those pesky old kill files.  In fact, the kill file
13589 entries can now be expiring, which is something I wrote before Daniel
13590 Quinlan thought of doing score files, so I've left the code in there.
13591
13592 In short, kill processing is a lot slower (and I do mean @emph{a lot})
13593 than score processing, so it might be a good idea to rewrite your kill
13594 files into score files.
13595
13596 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
13597 forms into this file, which means that you can use kill files as some
13598 sort of primitive hook function to be run on group entry, even though
13599 that isn't a very good idea.
13600
13601 Normal kill files look like this:
13602
13603 @lisp
13604 (gnus-kill "From" "Lars Ingebrigtsen")
13605 (gnus-kill "Subject" "ding")
13606 (gnus-expunge "X")
13607 @end lisp
13608
13609 This will mark every article written by me as read, and remove the
13610 marked articles from the summary buffer.  Very useful, you'll agree.
13611
13612 Other programs use a totally different kill file syntax.  If Gnus
13613 encounters what looks like a @code{rn} kill file, it will take a stab at
13614 interpreting it.
13615
13616 Two summary functions for editing a GNUS kill file:
13617
13618 @table @kbd
13619
13620 @item M-k
13621 @kindex M-k (Summary)
13622 @findex gnus-summary-edit-local-kill
13623 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
13624
13625 @item M-K
13626 @kindex M-K (Summary)
13627 @findex gnus-summary-edit-global-kill
13628 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
13629 @end table
13630
13631 Two group mode functions for editing the kill files:
13632
13633 @table @kbd
13634
13635 @item M-k
13636 @kindex M-k (Group)
13637 @findex gnus-group-edit-local-kill
13638 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
13639
13640 @item M-K
13641 @kindex M-K (Group)
13642 @findex gnus-group-edit-global-kill
13643 Edit the general kill file (@code{gnus-group-edit-global-kill}).
13644 @end table
13645
13646 Kill file variables:
13647
13648 @table @code
13649 @item gnus-kill-file-name
13650 @vindex gnus-kill-file-name
13651 A kill file for the group @samp{soc.motss} is normally called
13652 @file{soc.motss.KILL}.  The suffix appended to the group name to get
13653 this file name is detailed by the @code{gnus-kill-file-name} variable.
13654 The ``global'' kill file (not in the score file sense of ``global'', of
13655 course) is just called @file{KILL}.
13656
13657 @vindex gnus-kill-save-kill-file
13658 @item gnus-kill-save-kill-file
13659 If this variable is non-@code{nil}, Gnus will save the
13660 kill file after processing, which is necessary if you use expiring
13661 kills.
13662
13663 @item gnus-apply-kill-hook
13664 @vindex gnus-apply-kill-hook
13665 @findex gnus-apply-kill-file-unless-scored
13666 @findex gnus-apply-kill-file
13667 A hook called to apply kill files to a group.  It is
13668 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
13669 kill file if you have a score file for the same group, you can set this
13670 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
13671 kill files to be processed, you should set this variable to @code{nil}.
13672
13673 @item gnus-kill-file-mode-hook
13674 @vindex gnus-kill-file-mode-hook
13675 A hook called in kill-file mode buffers.
13676
13677 @end table
13678
13679
13680 @node Converting Kill Files
13681 @section Converting Kill Files
13682 @cindex kill files
13683 @cindex converting kill files
13684
13685 If you have loads of old kill files, you may want to convert them into
13686 score files.  If they are ``regular'', you can use
13687 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
13688 by hand.
13689
13690 The kill to score conversion package isn't included in Gnus by default.
13691 You can fetch it from
13692 @file{http://www.stud.ifi.uio.no/~larsi/ding-other/gnus-kill-to-score}.
13693
13694 If your old kill files are very complex---if they contain more
13695 non-@code{gnus-kill} forms than not, you'll have to convert them by
13696 hand.  Or just let them be as they are.  Gnus will still use them as
13697 before.
13698
13699
13700 @node GroupLens
13701 @section GroupLens
13702 @cindex GroupLens
13703
13704 GroupLens is a collaborative filtering system that helps you work
13705 together with other people to find the quality news articles out of the
13706 huge volume of news articles generated every day.
13707
13708 To accomplish this the GroupLens system combines your opinions about
13709 articles you have already read with the opinions of others who have done
13710 likewise and gives you a personalized prediction for each unread news
13711 article.  Think of GroupLens as a matchmaker.  GroupLens watches how you
13712 rate articles, and finds other people that rate articles the same way.
13713 Once it has found some people you agree with it tells you, in the form
13714 of a prediction, what they thought of the article.  You can use this
13715 prediction to help you decide whether or not you want to read the
13716 article.
13717
13718 @menu
13719 * Using GroupLens::          How to make Gnus use GroupLens.
13720 * Rating Articles::          Letting GroupLens know how you rate articles.
13721 * Displaying Predictions::   Displaying predictions given by GroupLens.
13722 * GroupLens Variables::      Customizing GroupLens.
13723 @end menu
13724
13725
13726 @node Using GroupLens
13727 @subsection Using GroupLens
13728
13729 To use GroupLens you must register a pseudonym with your local Better
13730 Bit Bureau (BBB).
13731 @samp{http://www.cs.umn.edu/Research/GroupLens/bbb.html} is the only
13732 better bit in town at the moment.
13733
13734 Once you have registered you'll need to set a couple of variables.
13735
13736 @table @code
13737
13738 @item gnus-use-grouplens
13739 @vindex gnus-use-grouplens
13740 Setting this variable to a non-@code{nil} value will make Gnus hook into
13741 all the relevant GroupLens functions.
13742
13743 @item grouplens-pseudonym
13744 @vindex grouplens-pseudonym
13745 This variable should be set to the pseudonym you got when registering
13746 with the Better Bit Bureau.
13747
13748 @item grouplens-newsgroups
13749 @vindex grouplens-newsgroups
13750 A list of groups that you want to get GroupLens predictions for.
13751
13752 @end table
13753
13754 That's the minimum of what you need to get up and running with GroupLens.
13755 Once you've registered, GroupLens will start giving you scores for
13756 articles based on the average of what other people think.  But, to get
13757 the real benefit of GroupLens you need to start rating articles
13758 yourself.  Then the scores GroupLens gives you will be personalized for
13759 you, based on how the people you usually agree with have already rated.
13760
13761
13762 @node Rating Articles
13763 @subsection Rating Articles
13764
13765 In GroupLens, an article is rated on a scale from 1 to 5, inclusive.
13766 Where 1 means something like this article is a waste of bandwidth and 5
13767 means that the article was really good.  The basic question to ask
13768 yourself is, "on a scale from 1 to 5 would I like to see more articles
13769 like this one?"
13770
13771 There are four ways to enter a rating for an article in GroupLens.
13772
13773 @table @kbd
13774
13775 @item r
13776 @kindex r (GroupLens)
13777 @findex bbb-summary-rate-article
13778 This function will prompt you for a rating on a scale of one to five.
13779
13780 @item k
13781 @kindex k (GroupLens)
13782 @findex grouplens-score-thread
13783 This function will prompt you for a rating, and rate all the articles in
13784 the thread.  This is really useful for some of those long running giant
13785 threads in rec.humor.
13786
13787 @end table
13788
13789 The next two commands, @kbd{n} and @kbd{,} take a numerical prefix to be
13790 the score of the article you're reading.
13791
13792 @table @kbd
13793
13794 @item 1-5 n
13795 @kindex n (GroupLens)
13796 @findex grouplens-next-unread-article
13797 Rate the article and go to the next unread article.
13798
13799 @item 1-5 ,
13800 @kindex , (GroupLens)
13801 @findex grouplens-best-unread-article
13802 Rate the article and go to the next unread article with the highest score.
13803
13804 @end table
13805
13806 If you want to give the current article a score of 4 and then go to the
13807 next article, just type @kbd{4 n}.
13808
13809
13810 @node Displaying Predictions
13811 @subsection Displaying Predictions
13812
13813 GroupLens makes a prediction for you about how much you will like a
13814 news article.  The predictions from GroupLens are on a scale from 1 to
13815 5, where 1 is the worst and 5 is the best.  You can use the predictions
13816 from GroupLens in one of three ways controlled by the variable
13817 @code{gnus-grouplens-override-scoring}.
13818
13819 @vindex gnus-grouplens-override-scoring
13820 There are three ways to display predictions in grouplens.  You may
13821 choose to have the GroupLens scores contribute to, or override the
13822 regular gnus scoring mechanism. override is the default; however, some
13823 people prefer to see the Gnus scores plus the grouplens scores.  To get
13824 the separate scoring behavior you need to set
13825 @code{gnus-grouplens-override-scoring} to @code{'separate}.  To have the
13826 GroupLens predictions combined with the grouplens scores set it to
13827 @code{'override} and to combine the scores set
13828 @code{gnus-grouplens-override-scoring} to @code{'combine}.  When you use
13829 the combine option you will also want to set the values for
13830 @code{grouplens-prediction-offset} and
13831 @code{grouplens-score-scale-factor}.
13832
13833 @vindex grouplens-prediction-display
13834 In either case, GroupLens gives you a few choices for how you would like
13835 to see your predictions displayed.  The display of predictions is
13836 controlled by the @code{grouplens-prediction-display} variable.
13837
13838 The following are valid values for that variable.
13839
13840 @table @code
13841 @item prediction-spot
13842 The higher the prediction, the further to the right an @samp{*} is
13843 displayed.
13844
13845 @item confidence-interval
13846 A numeric confidence interval.
13847
13848 @item prediction-bar
13849 The higher the prediction, the longer the bar.
13850
13851 @item confidence-bar
13852 Numerical confidence.
13853
13854 @item confidence-spot
13855 The spot gets bigger with more confidence.
13856
13857 @item prediction-num
13858 Plain-old numeric value.
13859
13860 @item confidence-plus-minus
13861 Prediction +/- confidence.
13862
13863 @end table
13864
13865
13866 @node GroupLens Variables
13867 @subsection GroupLens Variables
13868
13869 @table @code
13870
13871 @item gnus-summary-grouplens-line-format
13872 The summary line format used in GroupLens-enhanced summary buffers.  It
13873 accepts the same specs as the normal summary line format (@pxref{Summary
13874 Buffer Lines}).  The default is @samp{%U%R%z%l%I%(%[%4L: %-20,20n%]%)
13875 %s\n}.
13876
13877 @item grouplens-bbb-host
13878 Host running the bbbd server.  @samp{grouplens.cs.umn.edu} is the
13879 default.
13880
13881 @item grouplens-bbb-port
13882 Port of the host running the bbbd server.  The default is 9000.
13883
13884 @item grouplens-score-offset
13885 Offset the prediction by this value.  In other words, subtract the
13886 prediction value by this number to arrive at the effective score.  The
13887 default is 0.
13888
13889 @item grouplens-score-scale-factor
13890 This variable allows the user to magnify the effect of GroupLens scores.
13891 The scale factor is applied after the offset.  The default is 1.
13892
13893 @end table
13894
13895
13896 @node Advanced Scoring
13897 @section Advanced Scoring
13898
13899 Scoring on Subjects and From headers is nice enough, but what if you're
13900 really interested in what a person has to say only when she's talking
13901 about a particular subject?  Or what if you really don't want to
13902 read what person A has to say when she's following up to person B, but
13903 want to read what she says when she's following up to person C?
13904
13905 By using advanced scoring rules you may create arbitrarily complex
13906 scoring patterns.
13907
13908 @menu
13909 * Advanced Scoring Syntax::     A definition.
13910 * Advanced Scoring Examples::   What they look like.
13911 * Advanced Scoring Tips::       Getting the most out of it.
13912 @end menu
13913
13914
13915 @node Advanced Scoring Syntax
13916 @subsection Advanced Scoring Syntax
13917
13918 Ordinary scoring rules have a string as the first element in the rule.
13919 Advanced scoring rules have a list as the first element.  The second
13920 element is the score to be applied if the first element evaluated to a
13921 non-@code{nil} value.
13922
13923 These lists may consist of three logical operators, one redirection
13924 operator, and various match operators.
13925
13926 Logical operators:
13927
13928 @table @code
13929 @item &
13930 @itemx and
13931 This logical operator will evaluate each of its arguments until it finds
13932 one that evaluates to @code{false}, and then it'll stop.  If all arguments
13933 evaluate to @code{true} values, then this operator will return
13934 @code{true}.
13935
13936 @item |
13937 @itemx or
13938 This logical operator will evaluate each of its arguments until it finds
13939 one that evaluates to @code{true}.  If no arguments are @code{true},
13940 then this operator will return @code{false}.
13941
13942 @item !
13943 @itemx not
13944 @itemx \e,A,\e(B
13945 This logical operator only takes a single argument.  It returns the
13946 logical negation of the value of its argument.
13947
13948 @end table
13949
13950 There is an @dfn{indirection operator} that will make its arguments
13951 apply to the ancestors of the current article being scored.  For
13952 instance, @code{1-} will make score rules apply to the parent of the
13953 current article.  @code{2-} will make score rules apply to the
13954 grandparent of the current article.  Alternatively, you can write
13955 @code{^^}, where the number of @code{^}s (carets) says how far back into
13956 the ancestry you want to go.
13957
13958 Finally, we have the match operators.  These are the ones that do the
13959 real work.  Match operators are header name strings followed by a match
13960 and a match type.  A typical match operator looks like @samp{("from"
13961 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
13962 simple scoring, and the match types are also the same.
13963
13964
13965 @node Advanced Scoring Examples
13966 @subsection Advanced Scoring Examples
13967
13968 Let's say you want to increase the score of articles written by Lars
13969 when he's talking about Gnus:
13970
13971 @example
13972 ((&
13973   ("from" "Lars Ingebrigtsen")
13974   ("subject" "Gnus"))
13975  1000)
13976 @end example
13977
13978 Quite simple, huh?
13979
13980 When he writes long articles, he sometimes has something nice to say:
13981
13982 @example
13983 ((&
13984   ("from" "Lars Ingebrigtsen")
13985   (|
13986    ("subject" "Gnus")
13987    ("lines" 100 >)))
13988  1000)
13989 @end example
13990
13991 However, when he responds to things written by Reig Eigil Logge, you
13992 really don't want to read what he's written:
13993
13994 @example
13995 ((&
13996   ("from" "Lars Ingebrigtsen")
13997   (1- ("from" "Reig Eigir Logge")))
13998  -100000)
13999 @end example
14000
14001 Everybody that follows up Redmondo when he writes about disappearing
14002 socks should have their scores raised, but only when they talk about
14003 white socks.  However, when Lars talks about socks, it's usually not
14004 very interesting:
14005
14006 @example
14007 ((&
14008   (1-
14009    (&
14010     ("from" "redmondo@@.*no" r)
14011     ("body" "disappearing.*socks" t)))
14012   (! ("from" "Lars Ingebrigtsen"))
14013   ("body" "white.*socks"))
14014  1000)
14015 @end example
14016
14017 The possibilities are endless.
14018
14019
14020 @node Advanced Scoring Tips
14021 @subsection Advanced Scoring Tips
14022
14023 The @code{&} and @code{|} logical operators do short-circuit logic.
14024 That is, they stop processing their arguments when it's clear what the
14025 result of the operation will be.  For instance, if one of the arguments
14026 of an @code{&} evaluates to @code{false}, there's no point in evaluating
14027 the rest of the arguments.  This means that you should put slow matches
14028 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
14029 @samp{subject}) first.
14030
14031 The indirection arguments (@code{1-} and so on) will make their
14032 arguments work on previous generations of the thread.  If you say
14033 something like:
14034
14035 @example
14036 ...
14037 (1-
14038  (1-
14039   ("from" "lars")))
14040 ...
14041 @end example
14042
14043 Then that means "score on the from header of the grandparent of the
14044 current article".  An indirection is quite fast, but it's better to say:
14045
14046 @example
14047 (1-
14048  (&
14049   ("from" "Lars")
14050   ("subject" "Gnus")))
14051 @end example
14052
14053 than it is to say:
14054
14055 @example
14056 (&
14057  (1- ("from" "Lars"))
14058  (1- ("subject" "Gnus")))
14059 @end example
14060
14061
14062 @node Score Decays
14063 @section Score Decays
14064 @cindex score decays
14065 @cindex decays
14066
14067 You may find that your scores have a tendency to grow without
14068 bounds, especially if you're using adaptive scoring.  If scores get too
14069 big, they lose all meaning---they simply max out and it's difficult to
14070 use them in any sensible way.
14071
14072 @vindex gnus-decay-scores
14073 @findex gnus-decay-score
14074 @vindex gnus-decay-score-function
14075 Gnus provides a mechanism for decaying scores to help with this problem.
14076 When score files are loaded and @code{gnus-decay-scores} is
14077 non-@code{nil}, Gnus will run the score files through the decaying
14078 mechanism thereby lowering the scores of all non-permanent score rules.
14079 The decay itself if performed by the @code{gnus-decay-score-function}
14080 function, which is @code{gnus-decay-score} by default.  Here's the
14081 definition of that function:
14082
14083 @lisp
14084 (defun gnus-decay-score (score)
14085   "Decay SCORE.
14086 This is done according to `gnus-score-decay-constant'
14087 and `gnus-score-decay-scale'."
14088   (floor
14089    (- score
14090       (* (if (< score 0) 1 -1)
14091          (min (abs score)
14092               (max gnus-score-decay-constant
14093                    (* (abs score)
14094                       gnus-score-decay-scale)))))))
14095 @end lisp
14096
14097 @vindex gnus-score-decay-scale
14098 @vindex gnus-score-decay-constant
14099 @code{gnus-score-decay-constant} is 3 by default and
14100 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
14101
14102 @enumerate
14103 @item
14104 Scores between -3 and 3 will be set to 0 when this function is called.
14105
14106 @item
14107 Scores with magnitudes between 3 and 60 will be shrunk by 3.
14108
14109 @item
14110 Scores with magnitudes greater than 60 will be shrunk by 5% of the
14111 score.
14112 @end enumerate
14113
14114 If you don't like this decay function, write your own.  It is called
14115 with the score to be decayed as its only parameter, and it should return
14116 the new score, which should be an integer.
14117
14118 Gnus will try to decay scores once a day.  If you haven't run Gnus for
14119 four days, Gnus will decay the scores four times, for instance.
14120
14121
14122 @node Various
14123 @chapter Various
14124
14125 @menu
14126 * Process/Prefix::             A convention used by many treatment commands.
14127 * Interactive::                Making Gnus ask you many questions.
14128 * Symbolic Prefixes::          How to supply some Gnus functions with options.
14129 * Formatting Variables::       You can specify what buffers should look like.
14130 * Windows Configuration::      Configuring the Gnus buffer windows.
14131 * Faces and Fonts::            How to change how faces look.
14132 * Compilation::                How to speed Gnus up.
14133 * Mode Lines::                 Displaying information in the mode lines.
14134 * Highlighting and Menus::     Making buffers look all nice and cozy.
14135 * Buttons::                    Get tendonitis in ten easy steps!
14136 * Daemons::                    Gnus can do things behind your back.
14137 * NoCeM::                      How to avoid spam and other fatty foods.
14138 * Undo::                       Some actions can be undone.
14139 * Moderation::                 What to do if you're a moderator.
14140 * XEmacs Enhancements::        There are more pictures and stuff under XEmacs.
14141 * Fuzzy Matching::             What's the big fuzz?
14142 * Thwarting Email Spam::       A how-to on avoiding unsolicited commercial email.
14143 * Various Various::            Things that are really various.
14144 @end menu
14145
14146
14147 @node Process/Prefix
14148 @section Process/Prefix
14149 @cindex process/prefix convention
14150
14151 Many functions, among them functions for moving, decoding and saving
14152 articles, use what is known as the @dfn{Process/Prefix convention}.
14153
14154 This is a method for figuring out what articles the user wants the
14155 command to be performed on.
14156
14157 It goes like this:
14158
14159 If the numeric prefix is N, perform the operation on the next N
14160 articles, starting with the current one.  If the numeric prefix is
14161 negative, perform the operation on the previous N articles, starting
14162 with the current one.
14163
14164 @vindex transient-mark-mode
14165 If @code{transient-mark-mode} in non-@code{nil} and the region is
14166 active, all articles in the region will be worked upon.
14167
14168 If there is no numeric prefix, but some articles are marked with the
14169 process mark, perform the operation on the articles marked with
14170 the process mark.
14171
14172 If there is neither a numeric prefix nor any articles marked with the
14173 process mark, just perform the operation on the current article.
14174
14175 Quite simple, really, but it needs to be made clear so that surprises
14176 are avoided.
14177
14178 Commands that react to the process mark will push the current list of
14179 process marked articles onto a stack and will then clear all process
14180 marked articles.  You can restore the previous configuration with the
14181 @kbd{M P y} command (@pxref{Setting Process Marks}).
14182
14183 @vindex gnus-summary-goto-unread
14184 One thing that seems to shock & horrify lots of people is that, for
14185 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
14186 Since each @kbd{d} (which marks the current article as read) by default
14187 goes to the next unread article after marking, this means that @kbd{3 d}
14188 will mark the next three unread articles as read, no matter what the
14189 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
14190 @code{nil} for a more straightforward action.
14191
14192
14193 @node Interactive
14194 @section Interactive
14195 @cindex interaction
14196
14197 @table @code
14198
14199 @item gnus-novice-user
14200 @vindex gnus-novice-user
14201 If this variable is non-@code{nil}, you are either a newcomer to the
14202 World of Usenet, or you are very cautious, which is a nice thing to be,
14203 really.  You will be given questions of the type ``Are you sure you want
14204 to do this?'' before doing anything dangerous.  This is @code{t} by
14205 default.
14206
14207 @item gnus-expert-user
14208 @vindex gnus-expert-user
14209 If this variable is non-@code{nil}, you will seldom be asked any
14210 questions by Gnus.  It will simply assume you know what you're doing, no
14211 matter how strange.
14212
14213 @item gnus-interactive-catchup
14214 @vindex gnus-interactive-catchup
14215 Require confirmation before catching up a group if non-@code{nil}.  It
14216 is @code{t} by default.
14217
14218 @item gnus-interactive-exit
14219 @vindex gnus-interactive-exit
14220 Require confirmation before exiting Gnus.  This variable is @code{t} by
14221 default.
14222 @end table
14223
14224
14225 @node Symbolic Prefixes
14226 @section Symbolic Prefixes
14227 @cindex symbolic prefixes
14228
14229 Quite a lot of Emacs commands react to the (numeric) prefix.  For
14230 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
14231 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
14232 rule of 900 to the current article.
14233
14234 This is all nice and well, but what if you want to give a command some
14235 additional information?  Well, what most commands do is interpret the
14236 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
14237 doesn't want a backup file to be created when saving the current buffer,
14238 for instance.  But what if you want to save without making a backup
14239 file, and you want Emacs to flash lights and play a nice tune at the
14240 same time?  You can't, and you're probably perfectly happy that way.
14241
14242 @kindex M-i (Summary)
14243 @findex gnus-symbolic-argument
14244 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
14245 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
14246 character typed in is the value.  You can stack as many @kbd{M-i}
14247 prefixes as you want.  @kbd{M-i a M-C-u} means ``feed the @kbd{M-C-u}
14248 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b M-C-u} means
14249 ``feed the @kbd{M-C-u} command the symbolic prefixes @code{a} and
14250 @code{b}''.  You get the drift.
14251
14252 Typing in symbolic prefixes to commands that don't accept them doesn't
14253 hurt, but it doesn't do any good either.  Currently not many Gnus
14254 functions make use of the symbolic prefix.
14255
14256 If you're interested in how Gnus implements this, @pxref{Extended
14257 Interactive}.
14258
14259
14260 @node Formatting Variables
14261 @section Formatting Variables
14262 @cindex formatting variables
14263
14264 Throughout this manual you've probably noticed lots of variables called
14265 things like @code{gnus-group-line-format} and
14266 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
14267 output lines in the various buffers.  There's quite a lot of them.
14268 Fortunately, they all use the same syntax, so there's not that much to
14269 be annoyed by.
14270
14271 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
14272 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
14273 lots of percentages everywhere.
14274
14275 @menu
14276 * Formatting Basics::     A formatting variable is basically a format string.
14277 * Mode Line Formatting::  Some rules about mode line formatting variables.
14278 * Advanced Formatting::   Modifying output in various ways.
14279 * User-Defined Specs::    Having Gnus call your own functions.
14280 * Formatting Fonts::      Making the formatting look colorful and nice.
14281 @end menu
14282
14283 Currently Gnus uses the following formatting variables:
14284 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
14285 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
14286 @code{gnus-group-mode-line-format},
14287 @code{gnus-summary-mode-line-format},
14288 @code{gnus-article-mode-line-format},
14289 @code{gnus-server-mode-line-format}, and
14290 @code{gnus-summary-pick-line-format}.
14291
14292 All these format variables can also be arbitrary elisp forms.  In that
14293 case, they will be @code{eval}ed to insert the required lines.
14294
14295 @kindex M-x gnus-update-format
14296 @findex gnus-update-format
14297 Gnus includes a command to help you while creating your own format
14298 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
14299 update the spec in question and pop you to a buffer where you can
14300 examine the resulting lisp code to be run to generate the line.
14301
14302
14303
14304 @node Formatting Basics
14305 @subsection Formatting Basics
14306
14307 Each @samp{%} element will be replaced by some string or other when the
14308 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
14309 spec, and pad with spaces to get a 5-character field''.
14310
14311 As with normal C and Emacs Lisp formatting strings, the numerical
14312 modifier between the @samp{%} and the formatting type character will
14313 @dfn{pad} the output so that it is always at least that long.
14314 @samp{%5y} will make the field always (at least) five characters wide by
14315 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
14316 the right instead.
14317
14318 You may also wish to limit the length of the field to protect against
14319 particularly wide values.  For that you can say @samp{%4,6y}, which
14320 means that the field will never be more than 6 characters wide and never
14321 less than 4 characters wide.
14322
14323
14324 @node Mode Line Formatting
14325 @subsection Mode Line Formatting
14326
14327 Mode line formatting variables (e.g.,
14328 @code{gnus-summary-mode-line-format}) follow the same rules as other,
14329 buffer line oriented formatting variables (@pxref{Formatting Basics})
14330 with the following two differences:
14331
14332 @enumerate
14333
14334 @item
14335 There must be no newline (@samp{\n}) at the end.
14336
14337 @item
14338 The special @samp{%%b} spec can be used to display the buffer name.
14339 Well, it's no spec at all, really---@samp{%%} is just a way to quote
14340 @samp{%} to allow it to pass through the formatting machinery unmangled,
14341 so that Emacs receives @samp{%b}, which is something the Emacs mode line
14342 display interprets to mean ``show the buffer name''.  For a full list of
14343 mode line specs Emacs understands, see the documentation of the
14344 @code{mode-line-format} variable.
14345
14346 @end enumerate
14347
14348
14349 @node Advanced Formatting
14350 @subsection Advanced Formatting
14351
14352 It is frequently useful to post-process the fields in some way.
14353 Padding, limiting, cutting off parts and suppressing certain values can
14354 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
14355 look like @samp{%~(cut 3)~(ignore "0")y}.
14356
14357 These are the valid modifiers:
14358
14359 @table @code
14360 @item pad
14361 @itemx pad-left
14362 Pad the field to the left with spaces until it reaches the required
14363 length.
14364
14365 @item pad-right
14366 Pad the field to the right with spaces until it reaches the required
14367 length.
14368
14369 @item max
14370 @itemx max-left
14371 Cut off characters from the left until it reaches the specified length.
14372
14373 @item max-right
14374 Cut off characters from the right until it reaches the specified
14375 length.
14376
14377 @item cut
14378 @itemx cut-left
14379 Cut off the specified number of characters from the left.
14380
14381 @item cut-right
14382 Cut off the specified number of characters from the right.
14383
14384 @item ignore
14385 Return an empty string if the field is equal to the specified value.
14386
14387 @item form
14388 Use the specified form as the field value when the @samp{@@} spec is
14389 used.
14390 @end table
14391
14392 Let's take an example.  The @samp{%o} spec in the summary mode lines
14393 will return a date in compact ISO8601 format---@samp{19960809T230410}.
14394 This is quite a mouthful, so we want to shave off the century number and
14395 the time, leaving us with a six-character date.  That would be
14396 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
14397 maxing, and we need the padding to ensure that the date is never less
14398 than 6 characters to make it look nice in columns.)
14399
14400 Ignoring is done first; then cutting; then maxing; and then as the very
14401 last operation, padding.
14402
14403 If you use lots of these advanced thingies, you'll find that Gnus gets
14404 quite slow.  This can be helped enormously by running @kbd{M-x
14405 gnus-compile} when you are satisfied with the look of your lines.
14406 @xref{Compilation}.
14407
14408
14409 @node User-Defined Specs
14410 @subsection User-Defined Specs
14411
14412 All the specs allow for inserting user defined specifiers---@samp{u}.
14413 The next character in the format string should be a letter.  Gnus
14414 will call the function @code{gnus-user-format-function-}@samp{X}, where
14415 @samp{X} is the letter following @samp{%u}.  The function will be passed
14416 a single parameter---what the parameter means depends on what buffer
14417 it's being called from.  The function should return a string, which will
14418 be inserted into the buffer just like information from any other
14419 specifier.  This function may also be called with dummy values, so it
14420 should protect against that.
14421
14422 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
14423 much the same without defining new functions.  Here's an example:
14424 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
14425 given here will be evaluated to yield the current line number, and then
14426 inserted.
14427
14428
14429 @node Formatting Fonts
14430 @subsection Formatting Fonts
14431
14432 There are specs for highlighting, and these are shared by all the format
14433 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
14434 the special @code{mouse-face} property set, which means that it will be
14435 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
14436 over it.
14437
14438 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
14439 normal faces set using @code{gnus-face-0}, which is @code{bold} by
14440 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
14441 and so on.  Create as many faces as you wish.  The same goes for the
14442 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
14443 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
14444
14445 Text inside the @samp{%<} and @samp{%>} specifiers will get the special
14446 @code{balloon-help} property set to @code{gnus-balloon-face-0}. If you say
14447 @samp{%1<}, you'll get @code{gnus-balloon-face-1} and so on. The
14448 @code{gnus-balloon-face-*} variables should be either strings or
14449 symbols naming functions that return a string. Under @code{balloon-help-mode},
14450 when the mouse passes over text with this property set, a balloon window 
14451 will appear and display the string. Please refer to the doc string of
14452 @code{balloon-help-mode} for more information on this.
14453
14454 Here's an alternative recipe for the group buffer:
14455
14456 @lisp
14457 ;; Create three face types.
14458 (setq gnus-face-1 'bold)
14459 (setq gnus-face-3 'italic)
14460
14461 ;; We want the article count to be in
14462 ;; a bold and green face.  So we create
14463 ;; a new face called `my-green-bold'.
14464 (copy-face 'bold 'my-green-bold)
14465 ;; Set the color.
14466 (set-face-foreground 'my-green-bold "ForestGreen")
14467 (setq gnus-face-2 'my-green-bold)
14468
14469 ;; Set the new & fancy format.
14470 (setq gnus-group-line-format
14471       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
14472 @end lisp
14473
14474 I'm sure you'll be able to use this scheme to create totally unreadable
14475 and extremely vulgar displays.  Have fun!
14476
14477 Note that the @samp{%(} specs (and friends) do not make any sense on the
14478 mode-line variables.
14479
14480
14481 @node Windows Configuration
14482 @section Windows Configuration
14483 @cindex windows configuration
14484
14485 No, there's nothing here about X, so be quiet.
14486
14487 @vindex gnus-use-full-window
14488 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
14489 other windows and occupy the entire Emacs screen by itself.  It is
14490 @code{t} by default.
14491
14492 Setting this variable to @code{nil} kinda works, but there are
14493 glitches.  Use at your own peril.
14494
14495 @vindex gnus-buffer-configuration
14496 @code{gnus-buffer-configuration} describes how much space each Gnus
14497 buffer should be given.  Here's an excerpt of this variable:
14498
14499 @lisp
14500 ((group (vertical 1.0 (group 1.0 point)
14501                       (if gnus-carpal (group-carpal 4))))
14502  (article (vertical 1.0 (summary 0.25 point)
14503                         (article 1.0))))
14504 @end lisp
14505
14506 This is an alist.  The @dfn{key} is a symbol that names some action or
14507 other.  For instance, when displaying the group buffer, the window
14508 configuration function will use @code{group} as the key.  A full list of
14509 possible names is listed below.
14510
14511 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
14512 should occupy.  To take the @code{article} split as an example -
14513
14514 @lisp
14515 (article (vertical 1.0 (summary 0.25 point)
14516                        (article 1.0)))
14517 @end lisp
14518
14519 This @dfn{split} says that the summary buffer should occupy 25% of upper
14520 half of the screen, and that it is placed over the article buffer.  As
14521 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
14522 reaching for that calculator there).  However, the special number
14523 @code{1.0} is used to signal that this buffer should soak up all the
14524 rest of the space available after the rest of the buffers have taken
14525 whatever they need.  There should be only one buffer with the @code{1.0}
14526 size spec per split.
14527
14528 Point will be put in the buffer that has the optional third element
14529 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
14530 split where the tag @code{frame-focus} is a member (i.e. is the third or
14531 fourth element in the list, depending on whether the @code{point} tag is
14532 present) gets focus.
14533
14534 Here's a more complicated example:
14535
14536 @lisp
14537 (article (vertical 1.0 (group 4)
14538                        (summary 0.25 point)
14539                        (if gnus-carpal (summary-carpal 4))
14540                        (article 1.0)))
14541 @end lisp
14542
14543 If the size spec is an integer instead of a floating point number,
14544 then that number will be used to say how many lines a buffer should
14545 occupy, not a percentage.
14546
14547 If the @dfn{split} looks like something that can be @code{eval}ed (to be
14548 precise---if the @code{car} of the split is a function or a subr), this
14549 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
14550 be used as a split.  This means that there will be three buffers if
14551 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
14552 is non-@code{nil}.
14553
14554 Not complicated enough for you?  Well, try this on for size:
14555
14556 @lisp
14557 (article (horizontal 1.0
14558              (vertical 0.5
14559                  (group 1.0)
14560                  (gnus-carpal 4))
14561              (vertical 1.0
14562                  (summary 0.25 point)
14563                  (summary-carpal 4)
14564                  (article 1.0))))
14565 @end lisp
14566
14567 Whoops.  Two buffers with the mystery 100% tag.  And what's that
14568 @code{horizontal} thingie?
14569
14570 If the first element in one of the split is @code{horizontal}, Gnus will
14571 split the window horizontally, giving you two windows side-by-side.
14572 Inside each of these strips you may carry on all you like in the normal
14573 fashion.  The number following @code{horizontal} says what percentage of
14574 the screen is to be given to this strip.
14575
14576 For each split, there @emph{must} be one element that has the 100% tag.
14577 The splitting is never accurate, and this buffer will eat any leftover
14578 lines from the splits.
14579
14580 To be slightly more formal, here's a definition of what a valid split
14581 may look like:
14582
14583 @example
14584 split       = frame | horizontal | vertical | buffer | form
14585 frame       = "(frame " size *split ")"
14586 horizontal  = "(horizontal " size *split ")"
14587 vertical    = "(vertical " size *split ")"
14588 buffer      = "(" buffer-name " " size *[ "point" ] *[ "frame-focus"] ")"
14589 size        = number | frame-params
14590 buffer-name = group | article | summary ...
14591 @end example
14592
14593 The limitations are that the @code{frame} split can only appear as the
14594 top-level split.  @var{form} should be an Emacs Lisp form that should
14595 return a valid split.  We see that each split is fully recursive, and
14596 may contain any number of @code{vertical} and @code{horizontal} splits.
14597
14598 @vindex gnus-window-min-width
14599 @vindex gnus-window-min-height
14600 @cindex window height
14601 @cindex window width
14602 Finding the right sizes can be a bit complicated.  No window may be less
14603 than @code{gnus-window-min-height} (default 1) characters high, and all
14604 windows must be at least @code{gnus-window-min-width} (default 1)
14605 characters wide.  Gnus will try to enforce this before applying the
14606 splits.  If you want to use the normal Emacs window width/height limit,
14607 you can just set these two variables to @code{nil}.
14608
14609 If you're not familiar with Emacs terminology, @code{horizontal} and
14610 @code{vertical} splits may work the opposite way of what you'd expect.
14611 Windows inside a @code{horizontal} split are shown side-by-side, and
14612 windows within a @code{vertical} split are shown above each other.
14613
14614 @findex gnus-configure-frame
14615 If you want to experiment with window placement, a good tip is to call
14616 @code{gnus-configure-frame} directly with a split.  This is the function
14617 that does all the real work when splitting buffers.  Below is a pretty
14618 nonsensical configuration with 5 windows; two for the group buffer and
14619 three for the article buffer.  (I said it was nonsensical.)  If you
14620 @code{eval} the statement below, you can get an idea of how that would
14621 look straight away, without going through the normal Gnus channels.
14622 Play with it until you're satisfied, and then use
14623 @code{gnus-add-configuration} to add your new creation to the buffer
14624 configuration list.
14625
14626 @lisp
14627 (gnus-configure-frame
14628  '(horizontal 1.0
14629     (vertical 10
14630       (group 1.0)
14631       (article 0.3 point))
14632     (vertical 1.0
14633       (article 1.0)
14634       (horizontal 4
14635         (group 1.0)
14636         (article 10)))))
14637 @end lisp
14638
14639 You might want to have several frames as well.  No prob---just use the
14640 @code{frame} split:
14641
14642 @lisp
14643 (gnus-configure-frame
14644  '(frame 1.0
14645          (vertical 1.0
14646                    (summary 0.25 point frame-focus)
14647                    (article 1.0))
14648          (vertical ((height . 5) (width . 15)
14649                     (user-position . t)
14650                     (left . -1) (top . 1))
14651                    (picon 1.0))))
14652
14653 @end lisp
14654
14655 This split will result in the familiar summary/article window
14656 configuration in the first (or ``main'') frame, while a small additional
14657 frame will be created where picons will be shown.  As you can see,
14658 instead of the normal @code{1.0} top-level spec, each additional split
14659 should have a frame parameter alist as the size spec.
14660 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
14661 Reference Manual}.  Under XEmacs, a frame property list will be
14662 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
14663 is such a plist.
14664
14665 Here's a list of all possible keys for
14666 @code{gnus-buffer-configuration}:
14667
14668 @code{group}, @code{summary}, @code{article}, @code{server},
14669 @code{browse}, @code{message}, @code{pick}, @code{info},
14670 @code{summary-faq}, @code{edit-group}, @code{edit-server},
14671 @code{edit-score}, @code{post}, @code{reply}, @code{forward},
14672 @code{reply-yank}, @code{mail-bounce}, @code{draft}, @code{pipe},
14673 @code{bug}, @code{compose-bounce}, and @code{score-trace}.
14674
14675 Note that the @code{message} key is used for both
14676 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
14677 it is desirable to distinguish between the two, something like this
14678 might be used:
14679
14680 @lisp
14681 (message (horizontal 1.0
14682                      (vertical 1.0 (message 1.0 point))
14683                      (vertical 0.24
14684                                (if (buffer-live-p gnus-summary-buffer)
14685                                    '(summary 0.5))
14686                                (group 1.0)))))
14687 @end lisp
14688
14689 @findex gnus-add-configuration
14690 Since the @code{gnus-buffer-configuration} variable is so long and
14691 complicated, there's a function you can use to ease changing the config
14692 of a single setting: @code{gnus-add-configuration}.  If, for instance,
14693 you want to change the @code{article} setting, you could say:
14694
14695 @lisp
14696 (gnus-add-configuration
14697  '(article (vertical 1.0
14698                (group 4)
14699                (summary .25 point)
14700                (article 1.0))))
14701 @end lisp
14702
14703 You'd typically stick these @code{gnus-add-configuration} calls in your
14704 @file{.gnus.el} file or in some startup hook---they should be run after
14705 Gnus has been loaded.
14706
14707 @vindex gnus-always-force-window-configuration
14708 If all windows mentioned in the configuration are already visible, Gnus
14709 won't change the window configuration.  If you always want to force the
14710 ``right'' window configuration, you can set
14711 @code{gnus-always-force-window-configuration} to non-@code{nil}.
14712
14713 If you're using tree displays (@pxref{Tree Display}), and the tree
14714 window is displayed vertically next to another window, you may also want
14715 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
14716 windows resized.
14717
14718
14719 @node Faces and Fonts
14720 @section Faces and Fonts
14721 @cindex faces
14722 @cindex fonts
14723 @cindex colors
14724
14725 Fiddling with fonts and faces used to be very difficult, but these days
14726 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
14727 the face you want to alter, and alter it via the standard Customize
14728 interface.
14729
14730
14731 @node Compilation
14732 @section Compilation
14733 @cindex compilation
14734 @cindex byte-compilation
14735
14736 @findex gnus-compile
14737
14738 Remember all those line format specification variables?
14739 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
14740 on.  Now, Gnus will of course heed whatever these variables are, but,
14741 unfortunately, changing them will mean a quite significant slow-down.
14742 (The default values of these variables have byte-compiled functions
14743 associated with them, while the user-generated versions do not, of
14744 course.)
14745
14746 To help with this, you can run @kbd{M-x gnus-compile} after you've
14747 fiddled around with the variables and feel that you're (kind of)
14748 satisfied.  This will result in the new specs being byte-compiled, and
14749 you'll get top speed again.  Gnus will save these compiled specs in the
14750 @file{.newsrc.eld} file.  (User-defined functions aren't compiled by
14751 this function, though---you should compile them yourself by sticking
14752 them into the @code{.gnus.el} file and byte-compiling that file.)
14753
14754
14755 @node Mode Lines
14756 @section Mode Lines
14757 @cindex mode lines
14758
14759 @vindex gnus-updated-mode-lines
14760 @code{gnus-updated-mode-lines} says what buffers should keep their mode
14761 lines updated.  It is a list of symbols.  Supported symbols include
14762 @code{group}, @code{article}, @code{summary}, @code{server},
14763 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
14764 Gnus will keep that mode line updated with information that may be
14765 pertinent.  If this variable is @code{nil}, screen refresh may be
14766 quicker.
14767
14768 @cindex display-time
14769
14770 @vindex gnus-mode-non-string-length
14771 By default, Gnus displays information on the current article in the mode
14772 lines of the summary and article buffers.  The information Gnus wishes
14773 to display (e.g. the subject of the article) is often longer than the
14774 mode lines, and therefore have to be cut off at some point.  The
14775 @code{gnus-mode-non-string-length} variable says how long the other
14776 elements on the line is (i.e., the non-info part).  If you put
14777 additional elements on the mode line (e.g. a clock), you should modify
14778 this variable:
14779
14780 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
14781 @lisp
14782 (add-hook 'display-time-hook
14783           (lambda () (setq gnus-mode-non-string-length
14784                            (+ 21
14785                               (if line-number-mode 5 0)
14786                               (if column-number-mode 4 0)
14787                               (length display-time-string)))))
14788 @end lisp
14789
14790 If this variable is @code{nil} (which is the default), the mode line
14791 strings won't be chopped off, and they won't be padded either.  Note
14792 that the default is unlikely to be desirable, as even the percentage
14793 complete in the buffer may be crowded off the mode line; the user should
14794 configure this variable appropriately for her configuration.
14795
14796
14797 @node Highlighting and Menus
14798 @section Highlighting and Menus
14799 @cindex visual
14800 @cindex highlighting
14801 @cindex menus
14802
14803 @vindex gnus-visual
14804 The @code{gnus-visual} variable controls most of the Gnus-prettifying
14805 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
14806 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
14807 file.
14808
14809 This variable can be a list of visual properties that are enabled.  The
14810 following elements are valid, and are all included by default:
14811
14812 @table @code
14813 @item group-highlight
14814 Do highlights in the group buffer.
14815 @item summary-highlight
14816 Do highlights in the summary buffer.
14817 @item article-highlight
14818 Do highlights according to @code{gnus-article-display-hook} in the
14819 article buffer.
14820 @item highlight
14821 Turn on highlighting in all buffers.
14822 @item group-menu
14823 Create menus in the group buffer.
14824 @item summary-menu
14825 Create menus in the summary buffers.
14826 @item article-menu
14827 Create menus in the article buffer.
14828 @item browse-menu
14829 Create menus in the browse buffer.
14830 @item server-menu
14831 Create menus in the server buffer.
14832 @item score-menu
14833 Create menus in the score buffers.
14834 @item menu
14835 Create menus in all buffers.
14836 @end table
14837
14838 So if you only want highlighting in the article buffer and menus in all
14839 buffers, you could say something like:
14840
14841 @lisp
14842 (setq gnus-visual '(article-highlight menu))
14843 @end lisp
14844
14845 If you want highlighting only and no menus whatsoever, you'd say:
14846
14847 @lisp
14848 (setq gnus-visual '(highlight))
14849 @end lisp
14850
14851 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
14852 in all Gnus buffers.
14853
14854 Other general variables that influence the look of all buffers include:
14855
14856 @table @code
14857 @item gnus-mouse-face
14858 @vindex gnus-mouse-face
14859 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
14860 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
14861
14862 @end table
14863
14864 There are hooks associated with the creation of all the different menus:
14865
14866 @table @code
14867
14868 @item gnus-article-menu-hook
14869 @vindex gnus-article-menu-hook
14870 Hook called after creating the article mode menu.
14871
14872 @item gnus-group-menu-hook
14873 @vindex gnus-group-menu-hook
14874 Hook called after creating the group mode menu.
14875
14876 @item gnus-summary-menu-hook
14877 @vindex gnus-summary-menu-hook
14878 Hook called after creating the summary mode menu.
14879
14880 @item gnus-server-menu-hook
14881 @vindex gnus-server-menu-hook
14882 Hook called after creating the server mode menu.
14883
14884 @item gnus-browse-menu-hook
14885 @vindex gnus-browse-menu-hook
14886 Hook called after creating the browse mode menu.
14887
14888 @item gnus-score-menu-hook
14889 @vindex gnus-score-menu-hook
14890 Hook called after creating the score mode menu.
14891
14892 @end table
14893
14894
14895 @node Buttons
14896 @section Buttons
14897 @cindex buttons
14898 @cindex mouse
14899 @cindex click
14900
14901 Those new-fangled @dfn{mouse} contraptions is very popular with the
14902 young, hep kids who don't want to learn the proper way to do things
14903 these days.  Why, I remember way back in the summer of '89, when I was
14904 using Emacs on a Tops 20 system.  Three hundred users on one single
14905 machine, and every user was running Simula compilers.  Bah!
14906
14907 Right.
14908
14909 @vindex gnus-carpal
14910 Well, you can make Gnus display bufferfuls of buttons you can click to
14911 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
14912 really.  Tell the chiropractor I sent you.
14913
14914
14915 @table @code
14916
14917 @item gnus-carpal-mode-hook
14918 @vindex gnus-carpal-mode-hook
14919 Hook run in all carpal mode buffers.
14920
14921 @item gnus-carpal-button-face
14922 @vindex gnus-carpal-button-face
14923 Face used on buttons.
14924
14925 @item gnus-carpal-header-face
14926 @vindex gnus-carpal-header-face
14927 Face used on carpal buffer headers.
14928
14929 @item gnus-carpal-group-buffer-buttons
14930 @vindex gnus-carpal-group-buffer-buttons
14931 Buttons in the group buffer.
14932
14933 @item gnus-carpal-summary-buffer-buttons
14934 @vindex gnus-carpal-summary-buffer-buttons
14935 Buttons in the summary buffer.
14936
14937 @item gnus-carpal-server-buffer-buttons
14938 @vindex gnus-carpal-server-buffer-buttons
14939 Buttons in the server buffer.
14940
14941 @item gnus-carpal-browse-buffer-buttons
14942 @vindex gnus-carpal-browse-buffer-buttons
14943 Buttons in the browse buffer.
14944 @end table
14945
14946 All the @code{buttons} variables are lists.  The elements in these list
14947 are either cons cells where the @code{car} contains a text to be displayed and
14948 the @code{cdr} contains a function symbol, or a simple string.
14949
14950
14951 @node Daemons
14952 @section Daemons
14953 @cindex demons
14954 @cindex daemons
14955
14956 Gnus, being larger than any program ever written (allegedly), does lots
14957 of strange stuff that you may wish to have done while you're not
14958 present.  For instance, you may want it to check for new mail once in a
14959 while.  Or you may want it to close down all connections to all servers
14960 when you leave Emacs idle.  And stuff like that.
14961
14962 Gnus will let you do stuff like that by defining various
14963 @dfn{handlers}.  Each handler consists of three elements:  A
14964 @var{function}, a @var{time}, and an @var{idle} parameter.
14965
14966 Here's an example of a handler that closes connections when Emacs has
14967 been idle for thirty minutes:
14968
14969 @lisp
14970 (gnus-demon-close-connections nil 30)
14971 @end lisp
14972
14973 Here's a handler that scans for PGP headers every hour when Emacs is
14974 idle:
14975
14976 @lisp
14977 (gnus-demon-scan-pgp 60 t)
14978 @end lisp
14979
14980 This @var{time} parameter and than @var{idle} parameter work together
14981 in a strange, but wonderful fashion.  Basically, if @var{idle} is
14982 @code{nil}, then the function will be called every @var{time} minutes.
14983
14984 If @var{idle} is @code{t}, then the function will be called after
14985 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
14986 the function will never be called.  But once Emacs goes idle, the
14987 function will be called every @var{time} minutes.
14988
14989 If @var{idle} is a number and @var{time} is a number, the function will
14990 be called every @var{time} minutes only when Emacs has been idle for
14991 @var{idle} minutes.
14992
14993 If @var{idle} is a number and @var{time} is @code{nil}, the function
14994 will be called once every time Emacs has been idle for @var{idle}
14995 minutes.
14996
14997 And if @var{time} is a string, it should look like @samp{07:31}, and
14998 the function will then be called once every day somewhere near that
14999 time.  Modified by the @var{idle} parameter, of course.
15000
15001 @vindex gnus-demon-timestep
15002 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
15003 seconds.  This is 60 by default.  If you change that variable,
15004 all the timings in the handlers will be affected.)
15005
15006 @vindex gnus-use-demon
15007 To set the whole thing in motion, though, you have to set
15008 @code{gnus-use-demon} to @code{t}.
15009
15010 So, if you want to add a handler, you could put something like this in
15011 your @file{.gnus} file:
15012
15013 @findex gnus-demon-add-handler
15014 @lisp
15015 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
15016 @end lisp
15017
15018 @findex gnus-demon-add-nocem
15019 @findex gnus-demon-add-scanmail
15020 @findex gnus-demon-add-rescan
15021 @findex gnus-demon-add-scan-timestamps
15022 @findex gnus-demon-add-disconnection
15023 Some ready-made functions to do this have been created:
15024 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
15025 @code{gnus-demon-add-nntp-close-connection},
15026 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
15027 @code{gnus-demon-add-scanmail}.  Just put those functions in your
15028 @file{.gnus} if you want those abilities.
15029
15030 @findex gnus-demon-init
15031 @findex gnus-demon-cancel
15032 @vindex gnus-demon-handlers
15033 If you add handlers to @code{gnus-demon-handlers} directly, you should
15034 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
15035 daemons, you can use the @code{gnus-demon-cancel} function.
15036
15037 Note that adding daemons can be pretty naughty if you over do it.  Adding
15038 functions that scan all news and mail from all servers every two seconds
15039 is a sure-fire way of getting booted off any respectable system.  So
15040 behave.
15041
15042
15043 @node NoCeM
15044 @section NoCeM
15045 @cindex nocem
15046 @cindex spam
15047
15048 @dfn{Spamming} is posting the same article lots and lots of times.
15049 Spamming is bad.  Spamming is evil.
15050
15051 Spamming is usually canceled within a day or so by various anti-spamming
15052 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
15053 NoCeM is pronounced ``no see-'em'', and means what the name
15054 implies---these are messages that make the offending articles, like, go
15055 away.
15056
15057 What use are these NoCeM messages if the articles are canceled anyway?
15058 Some sites do not honor cancel messages and some sites just honor cancels
15059 from a select few people.  Then you may wish to make use of the NoCeM
15060 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
15061
15062 Gnus can read and parse the messages in this group automatically, and
15063 this will make spam disappear.
15064
15065 There are some variables to customize, of course:
15066
15067 @table @code
15068 @item gnus-use-nocem
15069 @vindex gnus-use-nocem
15070 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
15071 by default.
15072
15073 @item gnus-nocem-groups
15074 @vindex gnus-nocem-groups
15075 Gnus will look for NoCeM messages in the groups in this list.  The
15076 default is @code{("news.lists.filters" "news.admin.net-abuse.bulletins"
15077 "alt.nocem.misc" "news.admin.net-abuse.announce")}.
15078
15079 @item gnus-nocem-issuers
15080 @vindex gnus-nocem-issuers
15081 There are many people issuing NoCeM messages.  This list says what
15082 people you want to listen to.  The default is @code{("Automoose-1"
15083 "rbraver@@ohww.norman.ok.us" "clewis@@ferret.ocunix.on.ca"
15084 "jem@@xpat.com" "snowhare@@xmission.com" "red@@redpoll.mrfs.oh.us
15085 (Richard E. Depew)")}; fine, upstanding citizens all of them.
15086
15087 Known despammers that you can put in this list include:
15088
15089 @table @samp
15090 @item clewis@@ferret.ocunix.on.ca;
15091 @cindex Chris Lewis
15092 Chris Lewis---Major Canadian despammer who has probably canceled more
15093 usenet abuse than anybody else.
15094
15095 @item Automoose-1
15096 @cindex CancelMoose[tm]
15097 The CancelMoose[tm] on autopilot.  The CancelMoose[tm] is reputed to be
15098 Norwegian, and was the person(s) who invented NoCeM.
15099
15100 @item jem@@xpat.com;
15101 @cindex Jem
15102 John Milburn---despammer located in Korea who is getting very busy these
15103 days.
15104
15105 @item red@@redpoll.mrfs.oh.us (Richard E. Depew)
15106 Richard E. Depew---lone American despammer.  He mostly cancels binary
15107 postings to non-binary groups and removes spews (regurgitated articles).
15108 @end table
15109
15110 You do not have to heed NoCeM messages from all these people---just the
15111 ones you want to listen to.  You also don't have to accept all NoCeM
15112 messages from the people you like.  Each NoCeM message has a @dfn{type}
15113 header that gives the message a (more or less, usually less) rigorous
15114 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
15115 @samp{binary}, and @samp{troll}.  To specify this, you have to use
15116 @var{(issuer conditions ...)} elements in the list.  Each condition is
15117 either a string (which is a regexp that matches types you want to use)
15118 or a list on the form @code{(not STRING)}, where @var{string} is a
15119 regexp that matches types you don't want to use.
15120
15121 For instance, if you want all NoCeM messages from Chris Lewis except his
15122 @samp{troll} messages, you'd say:
15123
15124 @lisp
15125 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
15126 @end lisp
15127
15128 On the other hand, if you just want nothing but his @samp{spam} and
15129 @samp{spew} messages, you'd say:
15130
15131 @lisp
15132 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
15133 @end lisp
15134
15135 The specs are applied left-to-right.
15136
15137
15138 @item gnus-nocem-verifyer
15139 @vindex gnus-nocem-verifyer
15140 @findex mc-verify
15141 This should be a function for verifying that the NoCeM issuer is who she
15142 says she is.  The default is @code{mc-verify}, which is a Mailcrypt
15143 function.  If this is too slow and you don't care for verification
15144 (which may be dangerous), you can set this variable to @code{nil}.
15145
15146 If you want signed NoCeM messages to be verified and unsigned messages
15147 not to be verified (but used anyway), you could do something like:
15148
15149 @lisp
15150 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
15151
15152 (defun my-gnus-mc-verify ()
15153   (not (eq 'forged
15154            (ignore-errors
15155              (if (mc-verify)
15156                  t
15157                'forged)))))
15158 @end lisp
15159
15160 This might be dangerous, though.
15161
15162 @item gnus-nocem-directory
15163 @vindex gnus-nocem-directory
15164 This is where Gnus will store its NoCeM cache files.  The default is
15165 @file{~/News/NoCeM/}.
15166
15167 @item gnus-nocem-expiry-wait
15168 @vindex gnus-nocem-expiry-wait
15169 The number of days before removing old NoCeM entries from the cache.
15170 The default is 15.  If you make it shorter Gnus will be faster, but you
15171 might then see old spam.
15172
15173 @end table
15174
15175 Using NoCeM could potentially be a memory hog.  If you have many living
15176 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
15177 big.  If this is a problem, you should kill off all (or most) of your
15178 unsubscribed groups (@pxref{Subscription Commands}).
15179
15180
15181 @node Undo
15182 @section Undo
15183 @cindex undo
15184
15185 It is very useful to be able to undo actions one has done.  In normal
15186 Emacs buffers, it's easy enough---you just push the @code{undo} button.
15187 In Gnus buffers, however, it isn't that simple.
15188
15189 The things Gnus displays in its buffer is of no value whatsoever to
15190 Gnus---it's all just data designed to look nice to the user.
15191 Killing a group in the group buffer with @kbd{C-k} makes the line
15192 disappear, but that's just a side-effect of the real action---the
15193 removal of the group in question from the internal Gnus structures.
15194 Undoing something like that can't be done by the normal Emacs
15195 @code{undo} function.
15196
15197 Gnus tries to remedy this somewhat by keeping track of what the user
15198 does and coming up with actions that would reverse the actions the user
15199 takes.  When the user then presses the @code{undo} key, Gnus will run
15200 the code to reverse the previous action, or the previous actions.
15201 However, not all actions are easily reversible, so Gnus currently offers
15202 a few key functions to be undoable.  These include killing groups,
15203 yanking groups, and changing the list of read articles of groups.
15204 That's it, really.  More functions may be added in the future, but each
15205 added function means an increase in data to be stored, so Gnus will
15206 never be totally undoable.
15207
15208 @findex gnus-undo-mode
15209 @vindex gnus-use-undo
15210 @findex gnus-undo
15211 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
15212 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
15213 default.  The @kbd{M-C-_} key performs the @code{gnus-undo} command
15214 command, which should feel kinda like the normal Emacs @code{undo}
15215 command.
15216
15217
15218 @node Moderation
15219 @section Moderation
15220 @cindex moderation
15221
15222 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
15223 It is not included in the standard Gnus package.  Write a mail to
15224 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
15225 get a copy.
15226
15227 The moderation package is implemented as a minor mode for summary
15228 buffers.  Put
15229
15230 @lisp
15231 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
15232 @end lisp
15233
15234 in your @file{.gnus.el} file.
15235
15236 If you are the moderator of @samp{rec.zoofle}, this is how it's
15237 supposed to work:
15238
15239 @enumerate
15240 @item
15241 You split your incoming mail by matching on
15242 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
15243 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
15244
15245 @item
15246 You enter that group once in a while and post articles using the @kbd{e}
15247 (edit-and-post) or @kbd{s} (just send unedited) commands.
15248
15249 @item
15250 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
15251 articles that weren't approved by you, you can cancel them with the
15252 @kbd{c} command.
15253 @end enumerate
15254
15255 To use moderation mode in these two groups, say:
15256
15257 @lisp
15258 (setq gnus-moderated-list
15259       "^nnml:rec.zoofle$\\|^rec.zoofle$")
15260 @end lisp
15261
15262
15263 @node XEmacs Enhancements
15264 @section XEmacs Enhancements
15265 @cindex XEmacs
15266
15267 XEmacs is able to display pictures and stuff, so Gnus has taken
15268 advantage of that.
15269
15270 @menu
15271 * Picons::    How to display pictures of what your reading.
15272 * Smileys::   Show all those happy faces the way they were meant to be shown.
15273 * Toolbar::   Click'n'drool.
15274 * XVarious::  Other XEmacsy Gnusey variables.
15275 @end menu
15276
15277
15278 @node Picons
15279 @subsection Picons
15280
15281 @iftex
15282 @iflatex
15283 \include{picons}
15284 @end iflatex
15285 @end iftex
15286
15287 So...  You want to slow down your news reader even more!  This is a
15288 good way to do so.  Its also a great way to impress people staring
15289 over your shoulder as you read news.
15290
15291 @menu
15292 * Picon Basics::           What are picons and How do I get them.
15293 * Picon Requirements::     Don't go further if you aren't using XEmacs.
15294 * Easy Picons::            Displaying Picons---the easy way.
15295 * Hard Picons::            The way you should do it.  You'll learn something.
15296 * Picon Useless Configuration:: Other variables you can trash/tweak/munge/play with.
15297 @end menu
15298
15299
15300 @node Picon Basics
15301 @subsubsection Picon Basics
15302
15303 What are Picons?  To quote directly from the Picons Web site:
15304
15305 @iftex
15306 @iflatex
15307 \margindex{}
15308 @end iflatex
15309 @end iftex
15310
15311 @quotation
15312 @dfn{Picons} is short for ``personal icons''.  They're small,
15313 constrained images used to represent users and domains on the net,
15314 organized into databases so that the appropriate image for a given
15315 e-mail address can be found.  Besides users and domains, there are picon
15316 databases for Usenet newsgroups and weather forecasts.  The picons are
15317 in either monochrome @code{XBM} format or color @code{XPM} and
15318 @code{GIF} formats.
15319 @end quotation
15320
15321 @vindex gnus-picons-piconsearch-url
15322 If you have a permanent connection to the Internet you can use Steve
15323 Kinzler's Picons Search engine by setting
15324 @code{gnus-picons-piconsearch-url} to the string @*
15325 @file{http://www.cs.indiana.edu/picons/search.html}.
15326
15327 @vindex gnus-picons-database
15328 Otherwise you need a local copy of his database.  For instructions on
15329 obtaining and installing the picons databases, point your Web browser at @*
15330 @file{http://www.cs.indiana.edu/picons/ftp/index.html}.  Gnus expects
15331 picons to be installed into a location pointed to by
15332 @code{gnus-picons-database}.
15333
15334
15335 @node Picon Requirements
15336 @subsubsection Picon Requirements
15337
15338 To have Gnus display Picons for you, you must be running XEmacs
15339 19.13 or greater since all other versions of Emacs aren't yet able to
15340 display images.
15341
15342 Additionally, you must have @code{x} support compiled into XEmacs.  To
15343 display color picons which are much nicer than the black & white one,
15344 you also need one of @code{xpm} or @code{gif} compiled into XEmacs.
15345
15346 @vindex gnus-picons-convert-x-face
15347 If you want to display faces from @code{X-Face} headers, you should have
15348 the @code{xface} support compiled into XEmacs.  Otherwise you must have
15349 the @code{netpbm} utilities installed, or munge the
15350 @code{gnus-picons-convert-x-face} variable to use something else.
15351
15352
15353 @node Easy Picons
15354 @subsubsection Easy Picons
15355
15356 To enable displaying picons, simply put the following line in your
15357 @file{~/.gnus} file and start Gnus.
15358
15359 @lisp
15360 (setq gnus-use-picons t)
15361 (add-hook 'gnus-article-display-hook
15362           'gnus-article-display-picons t)
15363 (add-hook 'gnus-article-display-hook
15364           'gnus-picons-article-display-x-face)
15365 @end lisp
15366
15367 and make sure @code{gnus-picons-database} points to the directory
15368 containing the Picons databases.
15369
15370 Alternatively if you want to use the web piconsearch engine add this:
15371
15372 @lisp
15373 (setq gnus-picons-piconsearch-url
15374       "http://www.cs.indiana.edu:800/piconsearch")
15375 @end lisp
15376
15377
15378 @node Hard Picons
15379 @subsubsection Hard Picons
15380
15381 @iftex
15382 @iflatex
15383 \margindex{}
15384 @end iflatex
15385 @end iftex
15386
15387 Gnus can display picons for you as you enter and leave groups and
15388 articles.  It knows how to interact with three sections of the picons
15389 database.  Namely, it can display the picons newsgroup pictures,
15390 author's face picture(s), and the authors domain.  To enable this
15391 feature, you need to select where to get the picons from, and where to
15392 display them.
15393
15394 @table @code
15395
15396 @item gnus-picons-database
15397 @vindex gnus-picons-database
15398 The location of the picons database.  Should point to a directory
15399 containing the @file{news}, @file{domains}, @file{users} (and so on)
15400 subdirectories.  This is only useful if
15401 @code{gnus-picons-piconsearch-url} is @code{nil}.  Defaults to
15402 @file{/usr/local/faces/}.
15403
15404 @item gnus-picons-piconsearch-url
15405 @vindex gnus-picons-piconsearch-url
15406 The URL for the web picons search engine.  The only currently known
15407 engine is @file{http://www.cs.indiana.edu:800/piconsearch}.  To
15408 workaround network delays, icons will be fetched in the background.  If
15409 this is @code{nil} 'the default), then picons are fetched from local
15410 database indicated by @code{gnus-picons-database}.
15411
15412 @item gnus-picons-display-where
15413 @vindex gnus-picons-display-where
15414 Where the picon images should be displayed.  It is @code{picons} by
15415 default (which by default maps to the buffer @samp{*Picons*}).  Other
15416 valid places could be @code{article}, @code{summary}, or
15417 @samp{*scratch*} for all I care.  Just make sure that you've made the
15418 buffer visible using the standard Gnus window configuration
15419 routines---@pxref{Windows Configuration}.
15420
15421 @item gnus-picons-group-excluded-groups
15422 @vindex gnus-picons-group-excluded-groups
15423 Groups that are matched by this regexp won't have their group icons
15424 displayed.
15425
15426 @end table
15427
15428 Note: If you set @code{gnus-use-picons} to @code{t}, it will set up your
15429 window configuration for you to include the @code{picons} buffer.
15430
15431 Now that you've made those decision, you need to add the following
15432 functions to the appropriate hooks so these pictures will get displayed
15433 at the right time.
15434
15435 @vindex gnus-article-display-hook
15436 @vindex gnus-picons-display-where
15437 @table @code
15438 @item gnus-article-display-picons
15439 @findex gnus-article-display-picons
15440 Looks up and displays the picons for the author and the author's domain
15441 in the @code{gnus-picons-display-where} buffer.  Should be added to the
15442 @code{gnus-article-display-hook}.
15443
15444 @item gnus-picons-article-display-x-face
15445 @findex gnus-article-display-picons
15446 Decodes and displays the X-Face header if present.  This function
15447 should be added to @code{gnus-article-display-hook}.
15448
15449 @end table
15450
15451 Note:  You must append them to the hook, so make sure to specify 't'
15452 for the append flag of @code{add-hook}:
15453
15454 @lisp
15455 (add-hook 'gnus-article-display-hook 'gnus-article-display-picons t)
15456 @end lisp
15457
15458
15459 @node Picon Useless Configuration
15460 @subsubsection Picon Useless Configuration
15461
15462 @iftex
15463 @iflatex
15464 \margindex{}
15465 @end iflatex
15466 @end iftex
15467
15468 The following variables offer further control over how things are
15469 done, where things are located, and other useless stuff you really
15470 don't need to worry about.
15471
15472 @table @code
15473
15474 @item gnus-picons-news-directories
15475 @vindex gnus-picons-news-directories
15476 List of subdirectories to search in @code{gnus-picons-database} for
15477 newsgroups faces.  @code{("news")} is the default.
15478
15479 @item gnus-picons-user-directories
15480 @vindex gnus-picons-user-directories
15481 List of subdirectories to search in @code{gnus-picons-database} for user
15482 faces.  @code{("local" "users" "usenix" "misc")} is the default.
15483
15484 @item gnus-picons-domain-directories
15485 @vindex gnus-picons-domain-directories
15486 List of subdirectories to search in @code{gnus-picons-database} for
15487 domain name faces.  Defaults to @code{("domains")}.  Some people may
15488 want to add @samp{"unknown"} to this list.
15489
15490 @item gnus-picons-convert-x-face
15491 @vindex gnus-picons-convert-x-face
15492 If you don't have @code{xface} support builtin XEmacs, this is the
15493 command to use to convert the @code{X-Face} header to an X bitmap
15494 (@code{xbm}).  Defaults to @code{(format "@{ echo '/* Width=48,
15495 Height=48 */'; uncompface; @} | icontopbm | pbmtoxbm > %s"
15496 gnus-picons-x-face-file-name)}
15497
15498 @item gnus-picons-x-face-file-name
15499 @vindex gnus-picons-x-face-file-name
15500 Names a temporary file to store the @code{X-Face} bitmap in.  Defaults
15501 to @code{(format "/tmp/picon-xface.%s.xbm" (user-login-name))}.
15502
15503 @item gnus-picons-has-modeline-p
15504 @vindex gnus-picons-has-modeline-p
15505 If you have set @code{gnus-picons-display-where} to @code{picons}, your
15506 XEmacs frame will become really cluttered.  To alleviate this a bit you
15507 can set @code{gnus-picons-has-modeline-p} to @code{nil}; this will
15508 remove the mode line from the Picons buffer.  This is only useful if
15509 @code{gnus-picons-display-where} is @code{picons}.
15510
15511 @item gnus-picons-refresh-before-display
15512 @vindex gnus-picons-refresh-before-display
15513 If non-nil, display the article buffer before computing the picons.
15514 Defaults to @code{nil}.
15515
15516 @item gnus-picons-display-as-address
15517 @vindex gnus-picons-display-as-address
15518 If @code{t} display textual email addresses along with pictures.
15519 Defaults to @code{t}.
15520
15521 @item gnus-picons-file-suffixes
15522 @vindex gnus-picons-file-suffixes
15523 Ordered list of suffixes on picon file names to try.  Defaults to
15524 @code{("xpm" "gif" "xbm")} minus those not builtin your XEmacs.
15525
15526 @item gnus-picons-display-article-move-p
15527 @vindex gnus-picons-display-article-move-p
15528 Whether to move point to first empty line when displaying picons.  This
15529 has only an effect if `gnus-picons-display-where' has value `article'.
15530
15531 @item gnus-picons-clear-cache-on-shutdown
15532 @vindex gnus-picons-clear-cache-on-shutdown
15533 Whether to clear the picons cache when exiting gnus.  Gnus caches every
15534 picons it finds while it is running.  This saves some time in the search
15535 process but eats some memory.  If this variable is set to @code{nil},
15536 Gnus will never clear the cache itself; you will have to manually call
15537 @code{gnus-picons-clear-cache} to clear it.  Otherwise the cache will be
15538 cleared every time you exit Gnus.  Defaults to @code{t}.
15539
15540 @iftex
15541 @iflatex
15542 \margindex{}
15543 @end iflatex
15544 @end iftex
15545
15546 @end table
15547
15548 @node Smileys
15549 @subsection Smileys
15550 @cindex smileys
15551
15552 @iftex
15553 @iflatex
15554 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=tmp/BigFace.ps,height=20cm}}
15555 \input{smiley}
15556 @end iflatex
15557 @end iftex
15558
15559 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
15560 currently the only package that uses Smiley, it is documented here.
15561
15562 In short---to use Smiley in Gnus, put the following in your
15563 @file{.gnus.el} file:
15564
15565 @lisp
15566 (add-hook 'gnus-article-display-hook 'gnus-smiley-display t)
15567 @end lisp
15568
15569 Smiley maps text smiley faces---@samp{:-)}, @samp{:-=}, @samp{:-(} and
15570 the like---to pictures and displays those instead of the text smiley
15571 faces.  The conversion is controlled by a list of regexps that matches
15572 text and maps that to file names.
15573
15574 @vindex smiley-nosey-regexp-alist
15575 @vindex smiley-deformed-regexp-alist
15576 Smiley supplies two example conversion alists by default:
15577 @code{smiley-deformed-regexp-alist} (which matches @samp{:)}, @samp{:(}
15578 and so on), and @code{smiley-nosey-regexp-alist} (which matches
15579 @samp{:-)}, @samp{:-(} and so on).
15580
15581 The alist used is specified by the @code{smiley-regexp-alist} variable,
15582 which defaults to the value of @code{smiley-deformed-regexp-alist}.
15583
15584 The first item in each element is the regexp to be matched; the second
15585 element is the regexp match group that is to be replaced by the picture;
15586 and the third element is the name of the file to be displayed.
15587
15588 The following variables customize where Smiley will look for these
15589 files, as well as the color to be used and stuff:
15590
15591 @table @code
15592
15593 @item smiley-data-directory
15594 @vindex smiley-data-directory
15595 Where Smiley will look for smiley faces files.
15596
15597 @item smiley-flesh-color
15598 @vindex smiley-flesh-color
15599 Skin color.  The default is @samp{yellow}, which is really racist.
15600
15601 @item smiley-features-color
15602 @vindex smiley-features-color
15603 Color of the features of the face.  The default is @samp{black}.
15604
15605 @item smiley-tongue-color
15606 @vindex smiley-tongue-color
15607 Color of the tongue.  The default is @samp{red}.
15608
15609 @item smiley-circle-color
15610 @vindex smiley-circle-color
15611 Color of the circle around the face.  The default is @samp{black}.
15612
15613 @item smiley-mouse-face
15614 @vindex smiley-mouse-face
15615 Face used for mouse highlighting over the smiley face.
15616
15617 @end table
15618
15619
15620 @node Toolbar
15621 @subsection Toolbar
15622
15623 @table @code
15624
15625 @iftex
15626 @iflatex
15627 \margindex{}
15628 @end iflatex
15629 @end iftex
15630
15631 @item gnus-use-toolbar
15632 @vindex gnus-use-toolbar
15633 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
15634 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
15635 @code{right-toolbar}, or @code{left-toolbar}.
15636
15637 @item gnus-group-toolbar
15638 @vindex gnus-group-toolbar
15639 The toolbar in the group buffer.
15640
15641 @item gnus-summary-toolbar
15642 @vindex gnus-summary-toolbar
15643 The toolbar in the summary buffer.
15644
15645 @item gnus-summary-mail-toolbar
15646 @vindex gnus-summary-mail-toolbar
15647 The toolbar in the summary buffer of mail groups.
15648
15649 @end table
15650
15651
15652 @node XVarious
15653 @subsection Various XEmacs Variables
15654
15655 @table @code
15656 @item gnus-xmas-glyph-directory
15657 @vindex gnus-xmas-glyph-directory
15658 This is where Gnus will look for pictures.  Gnus will normally
15659 auto-detect this directory, but you may set it manually if you have an
15660 unusual directory structure.
15661
15662 @item gnus-xmas-logo-color-alist
15663 @vindex gnus-xmas-logo-color-alist
15664 This is an alist where the key is a type symbol and the values are the
15665 foreground and background color of the splash page glyph.
15666
15667 @item gnus-xmas-logo-color-style
15668 @vindex gnus-xmas-logo-color-style
15669 This is the key used to look up the color in the alist described above.
15670 Valid values include @code{flame}, @code{pine}, @code{moss},
15671 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
15672 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
15673
15674 @item gnus-xmas-modeline-glyph
15675 @vindex gnus-xmas-modeline-glyph
15676 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
15677 default.
15678
15679 @iftex
15680 @iflatex
15681 \margindex{}
15682 @end iflatex
15683 @end iftex
15684
15685 @end table
15686
15687
15688
15689
15690 @node Fuzzy Matching
15691 @section Fuzzy Matching
15692 @cindex fuzzy matching
15693
15694 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
15695 things like scoring, thread gathering and thread comparison.
15696
15697 As opposed to regular expression matching, fuzzy matching is very fuzzy.
15698 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
15699 means, and the implementation has changed over time.
15700
15701 Basically, it tries to remove all noise from lines before comparing.
15702 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
15703 out of the strings before comparing the results.  This often leads to
15704 adequate results---even when faced with strings generated by text
15705 manglers masquerading as newsreaders.
15706
15707
15708 @node Thwarting Email Spam
15709 @section Thwarting Email Spam
15710 @cindex email spam
15711 @cindex spam
15712 @cindex UCE
15713 @cindex unsolicited commercial email
15714
15715 In these last days of the Usenet, commercial vultures are hanging about
15716 and grepping through news like crazy to find email addresses they can
15717 foist off their scams and products to.  As a reaction to this, many
15718 people have started putting nonsense addresses into their @code{From}
15719 lines.  I think this is counterproductive---it makes it difficult for
15720 people to send you legitimate mail in response to things you write, as
15721 well as making it difficult to see who wrote what.  This rewriting may
15722 perhaps be a bigger menace than the unsolicited commercial email itself
15723 in the end.
15724
15725 The biggest problem I have with email spam is that it comes in under
15726 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
15727 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
15728 mail group, only to find two pyramid schemes, seven advertisements
15729 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
15730 and one mail asking me to repent and find some god.
15731
15732 This is annoying.
15733
15734 The way to deal with this is having Gnus split out all spam into a
15735 @samp{spam} mail group (@pxref{Splitting Mail}).
15736
15737 First, pick one (1) valid mail address that you can be reached at, and
15738 put it in your @code{From} header of all your news articles.  (I've
15739 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
15740 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
15741 sysadm whether your sendmail installation accepts keywords in the local
15742 part of the mail address.)
15743
15744 @lisp
15745 (setq message-default-news-headers
15746       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
15747 @end lisp
15748
15749 Then put the following split rule in @code{nnmail-split-fancy}
15750 (@pxref{Fancy Mail Splitting}):
15751
15752 @lisp
15753 (
15754  ...
15755  (to "larsi@@trym.ifi.uio.no"
15756       (| ("subject" "re:.*" "misc")
15757          ("references" ".*@@.*" "misc")
15758          "spam"))
15759  ...
15760 )
15761 @end lisp
15762
15763 This says that all mail to this address is suspect, but if it has a
15764 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
15765 header, it's probably ok.  All the rest goes to the @samp{spam} group.
15766 (This idea probably comes from Tim Pierce.)
15767
15768 In addition, many mail spammers talk directly to your @code{smtp} server
15769 and do not include your email address explicitly in the @code{To}
15770 header.  Why they do this is unknown---perhaps it's to thwart this
15771 thwarting scheme?  In any case, this is trivial to deal with---you just
15772 put anything not addressed to you in the @samp{spam} group by ending
15773 your fancy split rule in this way:
15774
15775 @lisp
15776 (
15777  ...
15778  (to "larsi" "misc")
15779  "spam")
15780 @end lisp
15781
15782 In my experience, this will sort virtually everything into the right
15783 group.  You still have to check the @samp{spam} group from time to time to
15784 check for legitimate mail, though.  If you feel like being a good net
15785 citizen, you can even send off complaints to the proper authorities on
15786 each unsolicited commercial email---at your leisure.
15787
15788 If you are also a lazy net citizen, you will probably prefer complaining
15789 automatically with the @file{gnus-junk.el} package, available FOR FREE
15790 at @* @file{<URL:http://stud2.tuwien.ac.at/~e9426626/gnus-junk.html>}.
15791 Since most e-mail spam is sent automatically, this may reconcile the
15792 cosmic balance somewhat.
15793
15794 This works for me.  It allows people an easy way to contact me (they can
15795 just press @kbd{r} in the usual way), and I'm not bothered at all with
15796 spam.  It's a win-win situation.  Forging @code{From} headers to point
15797 to non-existent domains is yucky, in my opinion.
15798
15799
15800 @node Various Various
15801 @section Various Various
15802 @cindex mode lines
15803 @cindex highlights
15804
15805 @table @code
15806
15807 @item gnus-home-directory
15808 All Gnus path variables will be initialized from this variable, which
15809 defaults to @file{~/}.
15810
15811 @item gnus-directory
15812 @vindex gnus-directory
15813 Most Gnus storage path variables will be initialized from this variable,
15814 which defaults to the @samp{SAVEDIR} environment variable, or
15815 @file{~/News/} if that variable isn't set.
15816
15817 Note that gnus is mostly loaded when the @file{.gnus.el} file is read.
15818 This means that other directory variables that are initialized from this
15819 variable won't be set properly if you set this variable in
15820 @file{.gnus.el}.  Set this variable in @file{.emacs} instead.
15821
15822 @item gnus-default-directory
15823 @vindex gnus-default-directory
15824 Not related to the above variable at all---this variable says what the
15825 default directory of all Gnus buffers should be.  If you issue commands
15826 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
15827 default directory.  If this variable is @code{nil} (which is the
15828 default), the default directory will be the default directory of the
15829 buffer you were in when you started Gnus.
15830
15831 @item gnus-verbose
15832 @vindex gnus-verbose
15833 This variable is an integer between zero and ten.  The higher the value,
15834 the more messages will be displayed.  If this variable is zero, Gnus
15835 will never flash any messages, if it is seven (which is the default),
15836 most important messages will be shown, and if it is ten, Gnus won't ever
15837 shut up, but will flash so many messages it will make your head swim.
15838
15839 @item gnus-verbose-backends
15840 @vindex gnus-verbose-backends
15841 This variable works the same way as @code{gnus-verbose}, but it applies
15842 to the Gnus backends instead of Gnus proper.
15843
15844 @item nnheader-max-head-length
15845 @vindex nnheader-max-head-length
15846 When the backends read straight heads of articles, they all try to read
15847 as little as possible.  This variable (default 4096) specifies
15848 the absolute max length the backends will try to read before giving up
15849 on finding a separator line between the head and the body.  If this
15850 variable is @code{nil}, there is no upper read bound.  If it is
15851 @code{t}, the backends won't try to read the articles piece by piece,
15852 but read the entire articles.  This makes sense with some versions of
15853 @code{ange-ftp} or @code{efs}.
15854
15855 @item nnheader-head-chop-length
15856 @vindex nnheader-head-chop-length
15857 This variable (default 2048) says how big a piece of each article to
15858 read when doing the operation described above.
15859
15860 @item nnheader-file-name-translation-alist
15861 @vindex nnheader-file-name-translation-alist
15862 @cindex file names
15863 @cindex invalid characters in file names
15864 @cindex characters in file names
15865 This is an alist that says how to translate characters in file names.
15866 For instance, if @samp{:} is invalid as a file character in file names
15867 on your system (you OS/2 user you), you could say something like:
15868
15869 @lisp
15870 (setq nnheader-file-name-translation-alist
15871       '((?: . ?_)))
15872 @end lisp
15873
15874 In fact, this is the default value for this variable on OS/2 and MS
15875 Windows (phooey) systems.
15876
15877 @item gnus-hidden-properties
15878 @vindex gnus-hidden-properties
15879 This is a list of properties to use to hide ``invisible'' text.  It is
15880 @code{(invisible t intangible t)} by default on most systems, which
15881 makes invisible text invisible and intangible.
15882
15883 @item gnus-parse-headers-hook
15884 @vindex gnus-parse-headers-hook
15885 A hook called before parsing headers.  It can be used, for instance, to
15886 gather statistics on the headers fetched, or perhaps you'd like to prune
15887 some headers.  I don't see why you'd want that, though.
15888
15889 @item gnus-shell-command-separator
15890 @vindex gnus-shell-command-separator
15891 String used to separate two shell commands.  The default is @samp{;}.
15892
15893
15894 @end table
15895
15896
15897 @node The End
15898 @chapter The End
15899
15900 Well, that's the manual---you can get on with your life now.  Keep in
15901 touch.  Say hello to your cats from me.
15902
15903 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
15904
15905 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
15906
15907 @quotation
15908 @strong{Te Deum}
15909
15910 @sp 1
15911 Not because of victories @*
15912 I sing,@*
15913 having none,@*
15914 but for the common sunshine,@*
15915 the breeze,@*
15916 the largess of the spring.
15917
15918 @sp 1
15919 Not for victory@*
15920 but for the day's work done@*
15921 as well as I was able;@*
15922 not for a seat upon the dais@*
15923 but at the common table.@*
15924 @end quotation
15925
15926
15927 @node Appendices
15928 @chapter Appendices
15929
15930 @menu
15931 * History::                        How Gnus got where it is today.
15932 * Terminology::                    We use really difficult, like, words here.
15933 * Customization::                  Tailoring Gnus to your needs.
15934 * Troubleshooting::                What you might try if things do not work.
15935 * Gnus Reference Guide::           Rilly, rilly technical stuff.
15936 * Emacs for Heathens::             A short introduction to Emacsian terms.
15937 * Frequently Asked Questions::     A question-and-answer session.
15938 @end menu
15939
15940
15941 @node History
15942 @section History
15943
15944 @cindex history
15945 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
15946 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
15947
15948 If you want to investigate the person responsible for this outrage, you
15949 can point your (feh!) web browser to
15950 @file{http://www.stud.ifi.uio.no/~larsi/}.  This is also the primary
15951 distribution point for the new and spiffy versions of Gnus, and is known
15952 as The Site That Destroys Newsrcs And Drives People Mad.
15953
15954 During the first extended alpha period of development, the new Gnus was
15955 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
15956 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
15957 (Besides, the ``Gnus'' in this abbreviation should probably be
15958 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
15959 appropriate name, don't you think?)
15960
15961 In any case, after spending all that energy on coming up with a new and
15962 spunky name, we decided that the name was @emph{too} spunky, so we
15963 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
15964 ``@sc{gnus}''.  New vs. old.
15965
15966 The first ``proper'' release of Gnus 5 was done in November 1995 when it
15967 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
15968 plus 15 Gnus 5.0 releases).
15969
15970 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
15971 releases)) was released under the name ``Gnus 5.2'' (40 releases).
15972
15973 On July 28th 1996 work on Red Gnus was begun, and it was released on
15974 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
15975
15976 On September 13th 1997, Quassia Gnus was started and lasted 37
15977 releases.  If was released as ``Gnus 5.6 on March 8th 1998.
15978
15979 If you happen upon a version of Gnus that has a prefixed name --
15980 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'' --
15981 don't panic.  Don't let it know that you're frightened.  Back away.
15982 Slowly.  Whatever you do, don't run.  Walk away, calmly, until you're
15983 out of its reach.  Find a proper released version of Gnus and snuggle up
15984 to that instead.
15985
15986 @menu
15987 * Why?::                What's the point of Gnus?
15988 * Compatibility::       Just how compatible is Gnus with @sc{gnus}?
15989 * Conformity::          Gnus tries to conform to all standards.
15990 * Emacsen::             Gnus can be run on a few modern Emacsen.
15991 * Contributors::        Oodles of people.
15992 * New Features::        Pointers to some of the new stuff in Gnus.
15993 * Newest Features::     Features so new that they haven't been written yet.
15994 @end menu
15995
15996
15997 @node Why?
15998 @subsection Why?
15999
16000 What's the point of Gnus?
16001
16002 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
16003 newsreader, that lets you do anything you can think of.  That was my
16004 original motivation, but while working on Gnus, it has become clear to
16005 me that this generation of newsreaders really belong in the stone age.
16006 Newsreaders haven't developed much since the infancy of the net.  If the
16007 volume continues to rise with the current rate of increase, all current
16008 newsreaders will be pretty much useless.  How do you deal with
16009 newsgroups that have thousands of new articles each day?  How do you
16010 keep track of millions of people who post?
16011
16012 Gnus offers no real solutions to these questions, but I would very much
16013 like to see Gnus being used as a testing ground for new methods of
16014 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
16015 to separate the newsreader from the backends, Gnus now offers a simple
16016 interface for anybody who wants to write new backends for fetching mail
16017 and news from different sources.  I have added hooks for customizations
16018 everywhere I could imagine it being useful.  By doing so, I'm inviting
16019 every one of you to explore and invent.
16020
16021 May Gnus never be complete. @kbd{C-u 100 M-x all-hail-emacs} and
16022 @kbd{C-u 100 M-x all-hail-xemacs}.
16023
16024
16025 @node Compatibility
16026 @subsection Compatibility
16027
16028 @cindex compatibility
16029 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
16030 bindings have been kept.  More key bindings have been added, of course,
16031 but only in one or two obscure cases have old bindings been changed.
16032
16033 Our motto is:
16034 @quotation
16035 @cartouche
16036 @center In a cloud bones of steel.
16037 @end cartouche
16038 @end quotation
16039
16040 All commands have kept their names.  Some internal functions have changed
16041 their names.
16042
16043 The @code{gnus-uu} package has changed drastically. @xref{Decoding
16044 Articles}.
16045
16046 One major compatibility question is the presence of several summary
16047 buffers.  All variables relevant while reading a group are
16048 buffer-local to the summary buffer they belong in.  Although many
16049 important variables have their values copied into their global
16050 counterparts whenever a command is executed in the summary buffer, this
16051 change might lead to incorrect values being used unless you are careful.
16052
16053 All code that relies on knowledge of @sc{gnus} internals will probably
16054 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
16055 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
16056 maintains a hash table that points to the entries in this alist (which
16057 speeds up many functions), and changing the alist directly will lead to
16058 peculiar results.
16059
16060 @cindex hilit19
16061 @cindex highlighting
16062 Old hilit19 code does not work at all.  In fact, you should probably
16063 remove all hilit code from all Gnus hooks
16064 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
16065 Gnus provides various integrated functions for highlighting.  These are
16066 faster and more accurate.  To make life easier for everybody, Gnus will
16067 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
16068 Away!
16069
16070 Packages like @code{expire-kill} will no longer work.  As a matter of
16071 fact, you should probably remove all old @sc{gnus} packages (and other
16072 code) when you start using Gnus.  More likely than not, Gnus already
16073 does what you have written code to make @sc{gnus} do.  (Snicker.)
16074
16075 Even though old methods of doing things are still supported, only the
16076 new methods are documented in this manual.  If you detect a new method of
16077 doing something while reading this manual, that does not mean you have
16078 to stop doing it the old way.
16079
16080 Gnus understands all @sc{gnus} startup files.
16081
16082 @kindex M-x gnus-bug
16083 @findex gnus-bug
16084 @cindex reporting bugs
16085 @cindex bugs
16086 Overall, a casual user who hasn't written much code that depends on
16087 @sc{gnus} internals should suffer no problems.  If problems occur,
16088 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
16089
16090 @vindex gnus-bug-create-help-buffer
16091 If you are in the habit of sending bug reports @emph{very} often, you
16092 may find the helpful help buffer annoying after a while.  If so, set
16093 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
16094 up at you.
16095
16096
16097 @node Conformity
16098 @subsection Conformity
16099
16100 No rebels without a clue here, ma'am.  We conform to all standards known
16101 to (wo)man.  Except for those standards and/or conventions we disagree
16102 with, of course.
16103
16104 @table @strong
16105
16106 @item RFC 822
16107 @cindex RFC 822
16108 There are no known breaches of this standard.
16109
16110 @item RFC 1036
16111 @cindex RFC 1036
16112 There are no known breaches of this standard, either.
16113
16114 @item Son-of-RFC 1036
16115 @cindex Son-of-RFC 1036
16116 We do have some breaches to this one.
16117
16118 @table @emph
16119
16120 @item MIME
16121 Gnus does not yet fully handle MIME, and this standard-to-be seems to
16122 think that MIME is the bees' knees, so we have major breakage here.
16123
16124 @item X-Newsreader
16125 This is considered to be a ``vanity header'', while I consider it to be
16126 consumer information.  After seeing so many badly formatted articles
16127 coming from @code{tin} and @code{Netscape} I know not to use either of
16128 those for posting articles.  I would not have known that if it wasn't
16129 for the @code{X-Newsreader} header.
16130 @end table
16131
16132 @item USEFOR
16133 @cindex USEFOR
16134 USEFOR is an IETF working group writing a successor to RFC 1036, based
16135 on Son-of-RFC 1036.  They have produced a number of drafts proposing
16136 various changes to the format of news articles.  The Gnus towers will
16137 look into implementing the changes when the draft is accepted as an RFC.
16138
16139 @end table
16140
16141 If you ever notice Gnus acting non-compliant with regards to the texts
16142 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
16143 know.
16144
16145
16146 @node Emacsen
16147 @subsection Emacsen
16148 @cindex Emacsen
16149 @cindex XEmacs
16150 @cindex Mule
16151 @cindex Emacs
16152
16153 Gnus should work on :
16154
16155 @itemize @bullet
16156
16157 @item
16158 Emacs 20.2 and up.
16159
16160 @item
16161 XEmacs 20.4 and up.
16162
16163 @end itemize
16164
16165 Gnus will absolutely not work on any Emacsen older than that.  Not
16166 reliably, at least.
16167
16168 There are some vague differences between Gnus on the various
16169 platforms---XEmacs features more graphics (a logo and a toolbar)---but
16170 other than that, things should look pretty much the same under all
16171 Emacsen.
16172
16173
16174 @node Contributors
16175 @subsection Contributors
16176 @cindex contributors
16177
16178 The new Gnus version couldn't have been done without the help of all the
16179 people on the (ding) mailing list.  Every day for over a year I have
16180 gotten billions of nice bug reports from them, filling me with joy,
16181 every single one of them.  Smooches.  The people on the list have been
16182 tried beyond endurance, what with my ``oh, that's a neat idea <type
16183 type>, yup, I'll release it right away <ship off> no wait, that doesn't
16184 work at all <type type>, yup, I'll ship that one off right away <ship
16185 off> no, wait, that absolutely does not work'' policy for releases.
16186 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
16187 ``worser''? ``much worser''?  ``worsest''?)
16188
16189 I would like to take this opportunity to thank the Academy for...  oops,
16190 wrong show.
16191
16192 @itemize @bullet
16193
16194 @item
16195 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
16196
16197 @item
16198 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
16199 well as numerous other things).
16200
16201 @item
16202 Luis Fernandes---design and graphics.
16203
16204 @item
16205 Erik Naggum---help, ideas, support, code and stuff.
16206
16207 @item
16208 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el and many other things
16209 connected with @sc{mime} and other types of en/decoding.
16210
16211 @item
16212 Wes Hardaker---@file{gnus-picon.el} and the manual section on
16213 @dfn{picons} (@pxref{Picons}).
16214
16215 @item
16216 Kim-Minh Kaplan---further work on the picon code.
16217
16218 @item
16219 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section
16220 (@pxref{GroupLens}).
16221
16222 @item
16223 Sudish Joseph---innumerable bug fixes.
16224
16225 @item
16226 Ilja Weis---@file{gnus-topic.el}.
16227
16228 @item
16229 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
16230
16231 @item
16232 Vladimir Alexiev---the refcard and reference booklets.
16233
16234 @item
16235 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
16236 distribution by Felix Lee and JWZ.
16237
16238 @item
16239 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
16240
16241 @item
16242 Peter Mutsaers---orphan article scoring code.
16243
16244 @item
16245 Ken Raeburn---POP mail support.
16246
16247 @item
16248 Hallvard B Furuseth---various bits and pieces, especially dealing with
16249 .newsrc files.
16250
16251 @item
16252 Brian Edmonds---@file{gnus-bbdb.el}.
16253
16254 @item
16255 David Moore---rewrite of @file{nnvirtual.el} and many other things.
16256
16257 @item
16258 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
16259
16260 @item
16261 Fran\e,Ag\e(Bois Pinard---many, many interesting and thorough bug reports, as
16262 well as autoconf support.
16263
16264 @end itemize
16265
16266 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
16267 Borges, and Jost Krieger proof-reading parts of the manual.
16268
16269 The following people have contributed many patches and suggestions:
16270
16271 Christopher Davis,
16272 Andrew Eskilsson,
16273 Kai Grossjohann,
16274 David K\e,Ae\e(Bgedal,
16275 Richard Pieri,
16276 Fabrice Popineau,
16277 Daniel Quinlan,
16278 Jason L. Tibbitts, III,
16279 and
16280 Jack Vinson.
16281
16282 Also thanks to the following for patches and stuff:
16283
16284 Jari Aalto,
16285 Adrian Aichner,
16286 Vladimir Alexiev,
16287 Russ Allbery,
16288 Peter Arius,
16289 Matt Armstrong,
16290 Marc Auslander,
16291 Frank Bennett,
16292 Robert Bihlmeyer,
16293 Chris Bone,
16294 Mark Borges,
16295 Mark Boyns,
16296 Lance A. Brown,
16297 Kees de Bruin,
16298 Martin Buchholz,
16299 Joe Buehler,
16300 Kevin Buhr,
16301 Alastair Burt,
16302 Joao Cachopo,
16303 Zlatko Calusic,
16304 Massimo Campostrini,
16305 Castor,
16306 David Charlap,
16307 Dan Christensen,
16308 Kevin Christian,
16309 Michael R. Cook,
16310 Glenn Coombs,
16311 Frank D. Cringle,
16312 Geoffrey T. Dairiki,
16313 Andre Deparade,
16314 Ulrik Dickow,
16315 Dave Disser,
16316 Rui-Tao Dong, @c ?
16317 Joev Dubach,
16318 Michael Welsh Duggan,
16319 Dave Edmondson,
16320 Paul Eggert,
16321 Enami Tsugutomo, @c Enami
16322 Michael Ernst,
16323 Luc Van Eycken,
16324 Sam Falkner,
16325 Nelson Jose dos Santos Ferreira,
16326 Sigbjorn Finne,
16327 Paul Fisher,
16328 Decklin Foster,
16329 Gary D. Foster,
16330 Paul Franklin,
16331 Guy Geens,
16332 Arne Georg Gleditsch,
16333 David S. Goldberg,
16334 Michelangelo Grigni,
16335 D. Hall,
16336 Magnus Hammerin,
16337 Kenichi Handa, @c Handa
16338 Raja R. Harinath,
16339 Yoshiki Hayashi, @c ?
16340 P. E. Jareth Hein,
16341 Hisashige Kenji, @c Hisashige
16342 Marc Horowitz,
16343 Gunnar Horrigmo,
16344 Richard Hoskins,
16345 Brad Howes,
16346 Fran\e,Ag\e(Bois Felix Ingrand,
16347 Ishikawa Ichiro, @c Ishikawa
16348 Lee Iverson,
16349 Iwamuro Motonori, @c Iwamuro
16350 Rajappa Iyer,
16351 Andreas Jaeger,
16352 Randell Jesup,
16353 Fred Johansen,
16354 Gareth Jones,
16355 Simon Josefsson,
16356 Greg Klanderman,
16357 Karl Kleinpaste,
16358 Peter Skov Knudsen,
16359 Shuhei Kobayashi, @c Kobayashi
16360 Koseki Yoshinori, @c Koseki
16361 Thor Kristoffersen,
16362 Jens Lautenbacher,
16363 Martin Larose,
16364 Seokchan Lee, @c Lee
16365 Carsten Leonhardt,
16366 James LewisMoss,
16367 Christian Limpach,
16368 Markus Linnala,
16369 Dave Love,
16370 Mike McEwan,
16371 Tonny Madsen,
16372 Shlomo Mahlab,
16373 Nat Makarevitch,
16374 Istvan Marko,
16375 David Martin,
16376 Jason R. Mastaler,
16377 Gordon Matzigkeit,
16378 Timo Metzemakers,
16379 Richard Mlynarik,
16380 Lantz Moore,
16381 Morioka Tomohiko, @c Morioka
16382 Erik Toubro Nielsen,
16383 Hrvoje Niksic,
16384 Andy Norman,
16385 Fred Oberhauser,
16386 C. R. Oldham,
16387 Alexandre Oliva,
16388 Ken Olstad,
16389 Masaharu Onishi, @c Onishi
16390 Hideki Ono, @c Ono
16391 William Perry,
16392 Stephen Peters,
16393 Jens-Ulrik Holger Petersen,
16394 Ulrich Pfeifer,
16395 Matt Pharr,
16396 John McClary Prevost,
16397 Bill Pringlemeir,
16398 Mike Pullen,
16399 Jim Radford,
16400 Colin Rafferty,
16401 Lasse Rasinen,
16402 Lars Balker Rasmussen,
16403 Joe Reiss,
16404 Renaud Rioboo,
16405 Roland B. Roberts,
16406 Bart Robinson,
16407 Christian von Roques,
16408 Jason Rumney,
16409 Wolfgang Rupprecht,
16410 Jay Sachs,
16411 Dewey M. Sasser,
16412 Conrad Sauerwald,
16413 Loren Schall,
16414 Dan Schmidt,
16415 Ralph Schleicher,
16416 Philippe Schnoebelen,
16417 Andreas Schwab,
16418 Randal L. Schwartz,
16419 Justin Sheehy,
16420 Danny Siu,
16421 Matt Simmons,
16422 Paul D. Smith,
16423 Jeff Sparkes,
16424 Toby Speight,
16425 Michael Sperber,
16426 Darren Stalder,
16427 Richard Stallman,
16428 Greg Stark,
16429 Sam Steingold,
16430 Paul Stodghill,
16431 Kurt Swanson,
16432 Samuel Tardieu,
16433 Teddy,
16434 Chuck Thompson,
16435 Philippe Troin,
16436 James Troup,
16437 Trung Tran-Duc,
16438 Aaron M. Ucko,
16439 Aki Vehtari,
16440 Didier Verna,
16441 Jan Vroonhof,
16442 Stefan Waldherr,
16443 Pete Ware,
16444 Barry A. Warsaw,
16445 Christoph Wedler,
16446 Joe Wells
16447 and
16448 Katsumi Yamaoka, @c Yamaoka.
16449
16450 For a full overview of what each person has done, the ChangeLogs
16451 included in the Gnus alpha distributions should give ample reading
16452 (550kB and counting).
16453
16454 Apologies to everybody that I've forgotten, of which there are many, I'm
16455 sure.
16456
16457 Gee, that's quite a list of people.  I guess that must mean that there
16458 actually are people who are using Gnus.  Who'd'a thunk it!
16459
16460
16461 @node New Features
16462 @subsection New Features
16463 @cindex new features
16464
16465 @menu
16466 * ding Gnus::          New things in Gnus 5.0/5.1, the first new Gnus.
16467 * September Gnus::     The Thing Formally Known As Gnus 5.3/5.3.
16468 * Red Gnus::           Third time best---Gnus 5.4/5.5.
16469 * Quassia Gnus::       Two times two is four, or Gnus 5.6/5.7.
16470 @end menu
16471
16472 These lists are, of course, just @emph{short} overviews of the
16473 @emph{most} important new features.  No, really.  There are tons more.
16474 Yes, we have feeping creaturism in full effect.
16475
16476
16477 @node ding Gnus
16478 @subsubsection (ding) Gnus
16479
16480 New features in Gnus 5.0/5.1:
16481
16482 @itemize @bullet
16483
16484 @item
16485 The look of all buffers can be changed by setting format-like variables
16486 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
16487
16488 @item
16489 Local spool and several @sc{nntp} servers can be used at once
16490 (@pxref{Select Methods}).
16491
16492 @item
16493 You can combine groups into virtual groups (@pxref{Virtual Groups}).
16494
16495 @item
16496 You can read a number of different mail formats (@pxref{Getting Mail}).
16497 All the mail backends implement a convenient mail expiry scheme
16498 (@pxref{Expiring Mail}).
16499
16500 @item
16501 Gnus can use various strategies for gathering threads that have lost
16502 their roots (thereby gathering loose sub-threads into one thread) or it
16503 can go back and retrieve enough headers to build a complete thread
16504 (@pxref{Customizing Threading}).
16505
16506 @item
16507 Killed groups can be displayed in the group buffer, and you can read
16508 them as well (@pxref{Listing Groups}).
16509
16510 @item
16511 Gnus can do partial group updates---you do not have to retrieve the
16512 entire active file just to check for new articles in a few groups
16513 (@pxref{The Active File}).
16514
16515 @item
16516 Gnus implements a sliding scale of subscribedness to groups
16517 (@pxref{Group Levels}).
16518
16519 @item
16520 You can score articles according to any number of criteria
16521 (@pxref{Scoring}).  You can even get Gnus to find out how to score
16522 articles for you (@pxref{Adaptive Scoring}).
16523
16524 @item
16525 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
16526 manner, so it should be difficult to lose much data on what you have
16527 read if your machine should go down (@pxref{Auto Save}).
16528
16529 @item
16530 Gnus now has its own startup file (@file{.gnus}) to avoid cluttering up
16531 the @file{.emacs} file.
16532
16533 @item
16534 You can set the process mark on both groups and articles and perform
16535 operations on all the marked items (@pxref{Process/Prefix}).
16536
16537 @item
16538 You can grep through a subset of groups and create a group from the
16539 results (@pxref{Kibozed Groups}).
16540
16541 @item
16542 You can list subsets of groups according to, well, anything
16543 (@pxref{Listing Groups}).
16544
16545 @item
16546 You can browse foreign servers and subscribe to groups from those
16547 servers (@pxref{Browse Foreign Server}).
16548
16549 @item
16550 Gnus can fetch articles, asynchronously, on a second connection to the
16551 server (@pxref{Asynchronous Fetching}).
16552
16553 @item
16554 You can cache articles locally (@pxref{Article Caching}).
16555
16556 @item
16557 The uudecode functions have been expanded and generalized
16558 (@pxref{Decoding Articles}).
16559
16560 @item
16561 You can still post uuencoded articles, which was a little-known feature
16562 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
16563
16564 @item
16565 Fetching parents (and other articles) now actually works without
16566 glitches (@pxref{Finding the Parent}).
16567
16568 @item
16569 Gnus can fetch FAQs and group descriptions (@pxref{Group Information}).
16570
16571 @item
16572 Digests (and other files) can be used as the basis for groups
16573 (@pxref{Document Groups}).
16574
16575 @item
16576 Articles can be highlighted and customized (@pxref{Customizing
16577 Articles}).
16578
16579 @item
16580 URLs and other external references can be buttonized (@pxref{Article
16581 Buttons}).
16582
16583 @item
16584 You can do lots of strange stuff with the Gnus window & frame
16585 configuration (@pxref{Windows Configuration}).
16586
16587 @item
16588 You can click on buttons instead of using the keyboard
16589 (@pxref{Buttons}).
16590
16591 @end itemize
16592
16593
16594 @node September Gnus
16595 @subsubsection September Gnus
16596
16597 @iftex
16598 @iflatex
16599 \gnusfig{-28cm}{0cm}{\epsfig{figure=tmp/september.ps,height=20cm}}
16600 @end iflatex
16601 @end iftex
16602
16603 New features in Gnus 5.2/5.3:
16604
16605 @itemize @bullet
16606
16607 @item
16608 A new message composition mode is used.  All old customization variables
16609 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
16610 now obsolete.
16611
16612 @item
16613 Gnus is now able to generate @dfn{sparse} threads---threads where
16614 missing articles are represented by empty nodes (@pxref{Customizing
16615 Threading}).
16616
16617 @lisp
16618 (setq gnus-build-sparse-threads 'some)
16619 @end lisp
16620
16621 @item
16622 Outgoing articles are stored on a special archive server
16623 (@pxref{Archived Messages}).
16624
16625 @item
16626 Partial thread regeneration now happens when articles are
16627 referred.
16628
16629 @item
16630 Gnus can make use of GroupLens predictions (@pxref{GroupLens}).
16631
16632 @item
16633 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
16634
16635 @item
16636 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
16637
16638 @lisp
16639 (setq gnus-use-trees t)
16640 @end lisp
16641
16642 @item
16643 An @code{nn}-like pick-and-read minor mode is available for the summary
16644 buffers (@pxref{Pick and Read}).
16645
16646 @lisp
16647 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
16648 @end lisp
16649
16650 @item
16651 In binary groups you can use a special binary minor mode (@pxref{Binary
16652 Groups}).
16653
16654 @item
16655 Groups can be grouped in a folding topic hierarchy (@pxref{Group
16656 Topics}).
16657
16658 @lisp
16659 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
16660 @end lisp
16661
16662 @item
16663 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
16664
16665 @item
16666 Groups can now have a score, and bubbling based on entry frequency
16667 is possible (@pxref{Group Score}).
16668
16669 @lisp
16670 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
16671 @end lisp
16672
16673 @item
16674 Groups can be process-marked, and commands can be performed on
16675 groups of groups (@pxref{Marking Groups}).
16676
16677 @item
16678 Caching is possible in virtual groups.
16679
16680 @item
16681 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
16682 news batches, ClariNet briefs collections, and just about everything
16683 else (@pxref{Document Groups}).
16684
16685 @item
16686 Gnus has a new backend (@code{nnsoup}) to create/read SOUP packets
16687 (@pxref{SOUP}).
16688
16689 @item
16690 The Gnus cache is much faster.
16691
16692 @item
16693 Groups can be sorted according to many criteria (@pxref{Sorting
16694 Groups}).
16695
16696 @item
16697 New group parameters have been introduced to set list-addresses and
16698 expiry times (@pxref{Group Parameters}).
16699
16700 @item
16701 All formatting specs allow specifying faces to be used
16702 (@pxref{Formatting Fonts}).
16703
16704 @item
16705 There are several more commands for setting/removing/acting on process
16706 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
16707
16708 @item
16709 The summary buffer can be limited to show parts of the available
16710 articles based on a wide range of criteria.  These commands have been
16711 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
16712
16713 @item
16714 Articles can be made persistent with the @kbd{*} command
16715 (@pxref{Persistent Articles}).
16716
16717 @item
16718 All functions for hiding article elements are now toggles.
16719
16720 @item
16721 Article headers can be buttonized (@pxref{Article Washing}).
16722
16723 @lisp
16724 (add-hook 'gnus-article-display-hook
16725           'gnus-article-add-buttons-to-head)
16726 @end lisp
16727
16728 @item
16729 All mail backends support fetching articles by @code{Message-ID}.
16730
16731 @item
16732 Duplicate mail can now be treated properly (@pxref{Duplicates}).
16733
16734 @item
16735 All summary mode commands are available directly from the article
16736 buffer (@pxref{Article Keymap}).
16737
16738 @item
16739 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Windows
16740 Configuration}).
16741
16742 @item
16743 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
16744 @iftex
16745 @iflatex
16746 \marginpar[\mbox{}\hfill\epsfig{figure=tmp/fseptember.ps,height=5cm}]{\epsfig{figure=tmp/fseptember.ps,height=5cm}}
16747 @end iflatex
16748 @end iftex
16749
16750 @item
16751 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
16752
16753 @lisp
16754 (setq gnus-use-nocem t)
16755 @end lisp
16756
16757 @item
16758 Groups can be made permanently visible (@pxref{Listing Groups}).
16759
16760 @lisp
16761 (setq gnus-permanently-visible-groups "^nnml:")
16762 @end lisp
16763
16764 @item
16765 Many new hooks have been introduced to make customizing easier.
16766
16767 @item
16768 Gnus respects the @code{Mail-Copies-To} header.
16769
16770 @item
16771 Threads can be gathered by looking at the @code{References} header
16772 (@pxref{Customizing Threading}).
16773
16774 @lisp
16775 (setq gnus-summary-thread-gathering-function
16776       'gnus-gather-threads-by-references)
16777 @end lisp
16778
16779 @item
16780 Read articles can be stored in a special backlog buffer to avoid
16781 refetching (@pxref{Article Backlog}).
16782
16783 @lisp
16784 (setq gnus-keep-backlog 50)
16785 @end lisp
16786
16787 @item
16788 A clean copy of the current article is always stored in a separate
16789 buffer to allow easier treatment.
16790
16791 @item
16792 Gnus can suggest where to save articles (@pxref{Saving Articles}).
16793
16794 @item
16795 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
16796 Articles}).
16797
16798 @lisp
16799 (setq gnus-prompt-before-saving t)
16800 @end lisp
16801
16802 @item
16803 @code{gnus-uu} can view decoded files asynchronously while fetching
16804 articles (@pxref{Other Decode Variables}).
16805
16806 @lisp
16807 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
16808 @end lisp
16809
16810 @item
16811 Filling in the article buffer now works properly on cited text
16812 (@pxref{Article Washing}).
16813
16814 @item
16815 Hiding cited text adds buttons to toggle hiding, and how much
16816 cited text to hide is now customizable (@pxref{Article Hiding}).
16817
16818 @lisp
16819 (setq gnus-cited-lines-visible 2)
16820 @end lisp
16821
16822 @item
16823 Boring headers can be hidden (@pxref{Article Hiding}).
16824
16825 @lisp
16826 (add-hook 'gnus-article-display-hook
16827           'gnus-article-hide-boring-headers t)
16828 @end lisp
16829
16830 @item
16831 Default scoring values can now be set from the menu bar.
16832
16833 @item
16834 Further syntax checking of outgoing articles have been added.
16835
16836 @end itemize
16837
16838
16839 @node Red Gnus
16840 @subsubsection Red Gnus
16841
16842 New features in Gnus 5.4/5.5:
16843
16844 @iftex
16845 @iflatex
16846 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=tmp/red.ps,height=20cm}}
16847 @end iflatex
16848 @end iftex
16849
16850 @itemize @bullet
16851
16852 @item
16853 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
16854
16855 @item
16856 Article prefetching functionality has been moved up into
16857 Gnus (@pxref{Asynchronous Fetching}).
16858
16859 @item
16860 Scoring can now be performed with logical operators like @code{and},
16861 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
16862 Scoring}).
16863
16864 @item
16865 Article washing status can be displayed in the
16866 article mode line (@pxref{Misc Article}).
16867
16868 @item
16869 @file{gnus.el} has been split into many smaller files.
16870
16871 @item
16872 Suppression of duplicate articles based on Message-ID can be done
16873 (@pxref{Duplicate Suppression}).
16874
16875 @lisp
16876 (setq gnus-suppress-duplicates t)
16877 @end lisp
16878
16879 @item
16880 New variables for specifying what score and adapt files are to be
16881 considered home score and adapt files (@pxref{Home Score File}) have
16882 been added.
16883
16884 @item
16885 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
16886 Server Internals}).
16887
16888 @item
16889 Groups can inherit group parameters from parent topics (@pxref{Topic
16890 Parameters}).
16891
16892 @item
16893 Article editing has been revamped and is now actually usable.
16894
16895 @item
16896 Signatures can be recognized in more intelligent fashions
16897 (@pxref{Article Signature}).
16898
16899 @item
16900 Summary pick mode has been made to look more @code{nn}-like.  Line
16901 numbers are displayed and the @kbd{.} command can be used to pick
16902 articles (@code{Pick and Read}).
16903
16904 @item
16905 Commands for moving the @file{.newsrc.eld} from one server to
16906 another have been added (@pxref{Changing Servers}).
16907
16908 @item
16909 There's a way now to specify that ``uninteresting'' fields be suppressed
16910 when generating lines in buffers (@pxref{Advanced Formatting}).
16911
16912 @item
16913 Several commands in the group buffer can be undone with @kbd{M-C-_}
16914 (@pxref{Undo}).
16915
16916 @item
16917 Scoring can be done on words using the new score type @code{w}
16918 (@pxref{Score File Format}).
16919
16920 @item
16921 Adaptive scoring can be done on a Subject word-by-word basis
16922 (@pxref{Adaptive Scoring}).
16923
16924 @lisp
16925 (setq gnus-use-adaptive-scoring '(word))
16926 @end lisp
16927
16928 @item
16929 Scores can be decayed (@pxref{Score Decays}).
16930
16931 @lisp
16932 (setq gnus-decay-scores t)
16933 @end lisp
16934
16935 @item
16936 Scoring can be performed using a regexp on the Date header.  The Date is
16937 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
16938
16939 @item
16940 A new command has been added to remove all data on articles from
16941 the native server (@pxref{Changing Servers}).
16942
16943 @item
16944 A new command for reading collections of documents
16945 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{M-C-d}
16946 (@pxref{Really Various Summary Commands}).
16947
16948 @item
16949 Process mark sets can be pushed and popped (@pxref{Setting Process
16950 Marks}).
16951
16952 @item
16953 A new mail-to-news backend makes it possible to post even when the NNTP
16954 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
16955
16956 @item
16957 A new backend for reading searches from Web search engines
16958 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
16959 (@pxref{Web Searches}).
16960
16961 @item
16962 Groups inside topics can now be sorted using the standard sorting
16963 functions, and each topic can be sorted independently (@pxref{Topic
16964 Sorting}).
16965
16966 @item
16967 Subsets of the groups can be sorted independently (@code{Sorting
16968 Groups}).
16969
16970 @item
16971 Cached articles can be pulled into the groups (@pxref{Summary Generation
16972 Commands}).
16973 @iftex
16974 @iflatex
16975 \marginpar[\mbox{}\hfill\epsfig{figure=tmp/fred.ps,width=3cm}]{\epsfig{figure=tmp/fred.ps,width=3cm}}
16976 @end iflatex
16977 @end iftex
16978
16979 @item
16980 Score files are now applied in a more reliable order (@pxref{Score
16981 Variables}).
16982
16983 @item
16984 Reports on where mail messages end up can be generated (@pxref{Splitting
16985 Mail}).
16986
16987 @item
16988 More hooks and functions have been added to remove junk from incoming
16989 mail before saving the mail (@pxref{Washing Mail}).
16990
16991 @item
16992 Emphasized text can be properly fontisized:
16993
16994 @lisp
16995 (add-hook 'gnus-article-display-hook
16996           'gnus-article-emphasize)
16997 @end lisp
16998
16999 @end itemize
17000
17001
17002 @node Quassia Gnus
17003 @subsubsection Quassia Gnus
17004
17005 New features in Gnus 5.6:
17006
17007 @itemize @bullet
17008
17009 @item
17010 New functionality for using Gnus as an offline newsreader has been
17011 added.  A plethora of new commands and modes have been added.  See
17012 @pxref{Gnus Unplugged} for the full story.
17013
17014 @item
17015  The @code{nndraft} backend has returned, but works differently than
17016 before.  All Message buffers are now also articles in the @code{nndraft}
17017 group, which is created automatically.
17018
17019 @item
17020 @code{gnus-alter-header-function} can now be used to alter header
17021 values.
17022
17023 @item
17024  @code{gnus-summary-goto-article} now accept Message-ID's.
17025
17026 @item
17027  A new Message command for deleting text in the body of a message
17028 outside the region: @kbd{C-c C-v}.
17029
17030 @item
17031  You can now post to component group in @code{nnvirtual} groups with
17032 @kbd{C-u C-c C-c}.
17033
17034 @item
17035  @code{nntp-rlogin-program}---new variable to ease customization.
17036
17037 @item
17038  @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
17039 re-highlighting of the article buffer.
17040
17041 @item
17042  New element in @code{gnus-boring-article-headers}---@code{long-to}.
17043
17044 @item
17045  @kbd{M-i} symbolic prefix command.  See the section "Symbolic
17046 Prefixes" in the Gnus manual for details.
17047
17048 @item
17049  @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
17050 @kbd{a} to add the score rule to the "all.SCORE" file.
17051
17052 @item
17053  @code{gnus-simplify-subject-functions} variable to allow greater
17054 control over simplification.
17055
17056 @item
17057  @kbd{A T}---new command for fetching the current thread.
17058
17059 @item
17060  @kbd{/ T}---new command for including the current thread in the
17061 limit.
17062
17063 @item
17064  @kbd{M-RET} is a new Message command for breaking cited text.
17065
17066 @item
17067  @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
17068
17069 @item
17070  The @code{custom-face-lookup} function has been removed.
17071 If you used this function in your initialization files, you must
17072 rewrite them to use @code{face-spec-set} instead.
17073
17074 @item
17075  Canceling now uses the current select method.  Symbolic prefix
17076 @kbd{a} forces normal posting method.
17077
17078 @item
17079  New command to translate M******** sm*rtq**t*s into proper
17080 text---@kbd{W d}.
17081
17082 @item
17083  For easier debugging of @code{nntp}, you can set
17084 @code{nntp-record-commands} to a non-@code{nil} value.
17085
17086 @item
17087  @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
17088 controlling where and how to send @sc{authinfo} to @sc{nntp} servers.
17089
17090 @item
17091  A command for editing group parameters from the summary buffer
17092 has been added.
17093
17094 @item
17095  A history of where mails have been split is available.
17096
17097 @item
17098  A new article date command has been added---@code{article-date-iso8601}.
17099
17100 @item
17101  Subjects can be simplified when threading by setting
17102 @code{gnus-score-thread-simplify}.
17103
17104 @item
17105  A new function for citing in Message has been
17106 added---@code{message-cite-original-without-signature}.
17107
17108 @item
17109  @code{article-strip-all-blank-lines}---new article command.
17110
17111 @item
17112  A new Message command to kill to the end of the article has
17113 been added.
17114
17115 @item
17116  A minimum adaptive score can be specified by using the
17117 @code{gnus-adaptive-word-minimum} variable.
17118
17119 @item
17120  The "lapsed date" article header can be kept continually
17121 updated by the @code{gnus-start-date-timer} command.
17122
17123 @item
17124  Web listserv archives can be read with the @code{nnlistserv} backend.
17125
17126 @item
17127  Old dejanews archives can now be read by @code{nnweb}.
17128
17129 @end itemize
17130
17131
17132 @node Newest Features
17133 @subsection Newest Features
17134 @cindex todo
17135
17136 Also known as the @dfn{todo list}.  Sure to be implemented before the
17137 next millennium.
17138
17139 Be afraid.  Be very afraid.
17140
17141 (That a feature appears in this list doesn't necessarily mean that I've
17142 decided to actually implement it.  It just means that I think it sounds
17143 interesting.)
17144
17145 (Yes, this is the actual, up-to-the-second todo list.)
17146
17147 @itemize @bullet
17148
17149 @item
17150 Native @sc{mime} support is something that should be done.
17151
17152 @item
17153 Really do unbinhexing.
17154
17155 @item
17156  I would like the zombie-page to contain an URL to the source of the
17157 latest version of gnus or some explanation on where to find it.
17158
17159 @item
17160  A way to continue editing the latest Message composition.
17161
17162 @item
17163  http://www.sonicnet.com/feature/ari3/
17164
17165 @item
17166  facep is not declared.
17167
17168 @item
17169  Include a section in the manual on why the number of articles
17170 isn't the same in the group buffer and on the SPC prompt.
17171
17172 @item
17173  Interacting with rmail fcc isn't easy.
17174
17175 @item
17176 @example
17177  Hypermail:
17178 <URL:http://www.falch.no/people/pepper/DSSSL-Lite/archives/>
17179 <URL:http://www.eit.com/software/hypermail/hypermail.html>
17180 <URL:http://homer.ncm.com/>
17181 <URL:http://www.yahoo.com/Computers_and_Internet/Internet/World_Wide_Web/HTML_Converters/>
17182 http://www.uwsg.indiana.edu/hypermail/linux/kernel/9610/index.html
17183 <URL:http://union.ncsa.uiuc.edu/HyperNews/get/www/html/converters.html>
17184 http://www.miranova.com/gnus-list/
17185
17186 @end example
17187
17188 @item
17189 @samp{^-- } is made into - in LaTeX.
17190
17191 @item
17192  gnus-kill is much slower than it was in GNUS 4.1.3.
17193
17194 @item
17195  when expunging articles on low score, the sparse nodes keep hanging on?
17196 @item
17197  starting the first time seems to hang Gnus on some systems.  Does
17198 NEWGROUPS answer too fast?
17199 @item
17200  nndir doesn't read gzipped files.
17201 @item
17202  FAQ doesn't have an up node?
17203 @item
17204  when moving mail from a procmail spool to the crash-box,
17205 the crash-box is only appropriate to one specific group.
17206 @item
17207  `t' `t' makes X-Faces disappear.
17208 @item
17209  nnmh-be-safe means that crossposted articles will
17210 be marked as unread.
17211 @item
17212  Orphan score entries don't show on "V t" score trace
17213 @item
17214  when clearing out data, the cache data should also be reset.
17215 @item
17216  rewrite gnus-summary-limit-children to be non-recursive
17217 to avoid exceeding lisp nesting on huge groups.
17218 @item
17219  expunged articles are counted when computing scores.
17220 @item
17221  implement gnus-batch-brew-soup
17222 @item
17223  ticked articles aren't easy to read in pick mode -- `n' and
17224 stuff just skips past them.  Read articles are the same.
17225 @item
17226  topics that contain just groups with ticked
17227 articles aren't displayed.
17228 @item
17229  nndoc should always allocate unique Message-IDs.
17230 @item
17231  If there are mail groups the first time you use Gnus, Gnus'll
17232 make the mail groups killed.
17233 @item
17234  no "no news is good news" when using topics.
17235 @item
17236  when doing crosspost marking, the cache has to be consulted
17237 and articles have to be removed.
17238 @item
17239  nnweb should fetch complete articles when they are split into several
17240 parts.
17241 @item
17242  scoring on head immediate doesn't work.
17243 @item
17244  finding short score file names takes forever.
17245 @item
17246  canceling articles in foreign groups.
17247 @item
17248  nntp-open-rlogin no longer works.
17249 @item
17250  C-u C-x C-s (Summary) switches to the group buffer.
17251 @item
17252  move nnmail-split-history out to the backends.
17253 @item
17254  nnweb doesn't work properly.
17255 @item
17256  using a virtual server name as `gnus-select-method' doesn't work?
17257 @item
17258  when killing/yanking a group from one topic to another in a slave, the
17259 master will yank it first to one topic and then add it to another.
17260 Perhaps.
17261
17262 @item
17263  warn user about `=' redirection of a group in the active file?
17264 @item
17265  really unbinhex binhex files.
17266 @item
17267  take over the XEmacs menubar and offer a toggle between the XEmacs
17268 bar and the Gnus bar.
17269 @item
17270 @example
17271  push active file and NOV file parsing down into C code.
17272 `(canonize-message-id id)'
17273 `(mail-parent-message-id references n)'
17274 `(parse-news-nov-line &optional dependency-hashtb)'
17275 `(parse-news-nov-region beg end &optional dependency-hashtb fullp)'
17276 `(parse-news-active-region beg end hashtb)'
17277
17278 @end example
17279
17280 @item
17281  nnml .overview directory with splits.
17282 @item
17283  asynchronous cache
17284 @item
17285  postponed commands.
17286 @item
17287  the selected article show have its Subject displayed in its summary line.
17288 @item
17289  when entering groups, get the real number of unread articles from
17290 the server?
17291 @item
17292  sort after gathering threads -- make false roots have the
17293 headers of the oldest orphan with a 0 article number?
17294 @item
17295  nndoc groups should inherit the score files of their parents?  Also
17296 inherit copy prompts and save files.
17297 @item
17298  command to start up Gnus (if not running) and enter a mail mode buffer.
17299 @item
17300  allow editing the group description from the group buffer
17301 for backends that support that.
17302 @item
17303 gnus-hide,show-all-topics
17304 @item
17305  groups and sub-topics should be allowed to mingle inside each topic,
17306 and not just list all subtopics at the end.
17307 @item
17308  a command to remove all read articles that are not needed to connect
17309 threads -- `gnus-summary-limit-to-sparse-unread'?
17310 @item
17311  a variable to turn off limiting/cutting of threads in the tree buffer.
17312 @item
17313  a variable to limit how many files are uudecoded.
17314 @item
17315  add zombie groups to a special "New Groups" topic.
17316 @item
17317  server mode command: close/open all connections
17318 @item
17319  put a file date in gnus-score-alist and check whether the file
17320 has been changed before using it.
17321 @item
17322  on exit from a digest group, go to the next article in the parent group.
17323 @item
17324  hide (sub)threads with low score.
17325 @item
17326  when expiring, remove all marks from expired articles.
17327 @item
17328  gnus-summary-limit-to-body
17329 @item
17330  a regexp alist that says what level groups are to be subscribed
17331 on.  Eg. -- `(("nnml:" . 1))'.
17332 @item
17333  easier interface to nnkiboze to create ephemeral groups that
17334 contain groups that match a regexp.
17335 @item
17336  allow newlines in <URL:> urls, but remove them before using
17337 the URL.
17338 @item
17339  If there is no From line, the mail backends should fudge one from the
17340 "From " line.
17341 @item
17342  fuzzy simplifying should strip all non-alpha-numerical info
17343 from subject lines.
17344 @item
17345  gnus-soup-brew-soup-with-high-scores.
17346 @item
17347  nntp-ping-before-connect
17348 @item
17349  command to check whether NOV is evil.  "list overview.fmt".
17350 @item
17351  when entering a group, Gnus should look through the score
17352 files very early for `local' atoms and set those local variables.
17353 @item
17354  message annotations.
17355 @item
17356  topics are always yanked before groups, and that's not good.
17357 @item
17358  (set-extent-property extent 'help-echo "String to display in minibuf")
17359 to display help in the minibuffer on buttons under XEmacs.
17360 @item
17361  allow group line format spec to say how many articles there
17362 are in the cache.
17363 @item
17364  AUTHINFO GENERIC
17365 @item
17366  support qmail maildir spools
17367 @item
17368  `run-with-idle-timer' in gnus-demon.
17369 @item
17370  stop using invisible text properties and start using overlays instead
17371 @item
17372  C-c C-f C-e to add an Expires header.
17373 @item
17374  go from one group to the next; everything is expunged; go to the
17375 next group instead of going to the group buffer.
17376 @item
17377  gnus-renumber-cache -- to renumber the cache using "low" numbers.
17378 @item
17379  record topic changes in the dribble buffer.
17380 @item
17381  `nnfolder-generate-active-file' should look at the folders it
17382 finds and generate proper active ranges.
17383 @item
17384  nneething-look-in-files-for-article-heads variable to control
17385 whether nneething should sniff all files in the directories.
17386 @item
17387  gnus-fetch-article -- start Gnus, enter group, display article
17388 @item
17389  gnus-dont-move-articles-to-same-group variable when respooling.
17390 @item
17391  when messages are crossposted between several auto-expirable groups,
17392 articles aren't properly marked as expirable.
17393 @item
17394  nneething should allow deletion/moving.
17395 @item
17396  TAB on the last button should go to the first button.
17397 @item
17398  if the car of an element in `mail-split-methods' is a function,
17399 and the function returns non-nil, use that as the name of the group(s) to
17400 save mail in.
17401 @item
17402  command for listing all score files that have been applied.
17403 @item
17404  a command in the article buffer to return to `summary' config.
17405 @item
17406  `gnus-always-post-using-current-server' -- variable to override
17407 `C-c C-c' when posting.
17408 @item
17409  nnmail-group-spool-alist -- says where each group should use
17410 as a spool file.
17411 @item
17412  when an article is crossposted to an auto-expirable group, the article
17413 should be marker as expirable.
17414 @item
17415  article mode command/menu for "send region as URL to browser".
17416 @item
17417  on errors, jump to info nodes that explain the error.  For instance,
17418 on invalid From headers, or on error messages from the nntp server.
17419 @item
17420  when gathering threads, make the article that has no "Re: " the parent.
17421 Also consult Date headers.
17422 @item
17423  a token in splits to call shrink-window-if-larger-than-buffer
17424 @item
17425  `1 0 A M' to do matches on the active hashtb.
17426 @item
17427  duplicates -- command to remove Gnus-Warning header, use the read
17428 Message-ID, delete the "original".
17429 @item
17430  when replying to several messages at once, put the "other" message-ids
17431 into a See-Also header.
17432 @item
17433  support setext: URL:http://www.bsdi.com/setext/
17434 @item
17435  support ProleText: <URL:http://proletext.clari.net/prole/proletext.html>
17436 @item
17437  when browsing a foreign server, the groups that are already subscribed
17438 should be listed as such and not as "K".
17439 @item
17440  generate font names dynamically.
17441 @item
17442  score file mode auto-alist.
17443 @item
17444  allow nndoc to change/add/delete things from documents.  Implement
17445 methods for each format for adding an article to the document.
17446 @item
17447  `gnus-fetch-old-headers' `all' value to incorporate
17448 absolutely all headers there is.
17449 @item
17450  function like `|', but concatenate all marked articles
17451 and pipe them to the process.
17452 @item
17453  cache the list of killed (or active) groups in a separate file.  Update
17454 the file whenever we read the active file or the list
17455 of killed groups in the .eld file reaches a certain length.
17456 @item
17457  function for starting to edit a file to put into
17458 the current mail group.
17459 @item
17460  score-find-trace should display the total score of the article.
17461 @item
17462  "ghettozie" -- score on Xref header and nix it out after using it
17463 to avoid marking as read in other groups it has been crossposted to.
17464 @item
17465  look at procmail splitting.  The backends should create
17466 the groups automatically if a spool file exists for that group.
17467 @item
17468  function for backends to register themselves with Gnus.
17469 @item
17470  when replying to several process-marked articles,
17471 have all the From end up in Cc headers?  Variable to toggle.
17472 @item
17473  command to delete a crossposted mail article from all
17474 groups it has been mailed to.
17475 @item
17476  `B c' and `B m' should be crosspost aware.
17477 @item
17478  hide-pgp should also hide PGP public key blocks.
17479 @item
17480  Command in the group buffer to respool process-marked groups.
17481 @item
17482  `gnus-summary-find-matching' should accept
17483 pseudo-"headers" like "body", "head" and "all"
17484 @item
17485  When buttifying <URL: > things, all white space (including
17486 newlines) should be ignored.
17487 @item
17488  Process-marking all groups in a topic should process-mark
17489 groups in subtopics as well.
17490 @item
17491  Add non-native groups to the list of killed groups when killing them.
17492 @item
17493  nntp-suggest-kewl-config to probe the nntp server and suggest
17494 variable settings.
17495 @item
17496  add edit and forward secondary marks.
17497 @item
17498  nnml shouldn't visit its .overview files.
17499 @item
17500  allow customizing sorting within gathered threads.
17501 @item
17502  `B q' shouldn't select the current article.
17503 @item
17504  nnmbox should support a newsgroups file for descriptions.
17505 @item
17506  allow fetching mail from several pop servers.
17507 @item
17508  Be able to specify whether the saving commands save the original
17509 or the formatted article.
17510 @item
17511  a command to reparent with the child process-marked (cf. `T ^'.).
17512 @item
17513  I think the possibility to send a password with nntp-open-rlogin
17514 should be a feature in Red Gnus.
17515 @item
17516  The `Z n' command should be possible to execute from a mouse click.
17517 @item
17518  more limiting functions -- date, etc.
17519 @item
17520  be able to limit on a random header; on body; using reverse matches.
17521 @item
17522  a group parameter (`absofucking-total-expiry') that will make Gnus expire
17523 even unread articles.
17524 @item
17525  a command to print the article buffer as postscript.
17526 @item
17527  variable to disable password fetching when opening by nntp-open-telnet.
17528 @item
17529  manual: more example servers -- nntp with rlogin, telnet
17530 @item
17531  checking for bogus groups should clean topic alists as well.
17532 @item
17533  canceling articles in foreign groups.
17534 @item
17535  article number in folded topics isn't properly updated by
17536 Xref handling.
17537 @item
17538  Movement in the group buffer to the next unread group should go to the
17539 next closed topic with unread messages if no group can be found.
17540 @item
17541  Extensive info pages generated on the fly with help everywhere --
17542 in the "*Gnus edit*" buffers, for instance.
17543 @item
17544  Topic movement commands -- like thread movement.  Up, down, forward, next.
17545 @item
17546  a way to tick/mark as read Gcc'd articles.
17547 @item
17548  a way to say that all groups within a specific topic comes
17549 from a particular server?  Hm.
17550 @item
17551  `gnus-article-fill-if-long-lines' -- a function to fill
17552 the article buffer if there are any looong lines there.
17553 @item
17554  `T h' should jump to the parent topic and fold it.
17555 @item
17556  a command to create an ephemeral nndoc group out of a file,
17557 and then splitting it/moving it to some other group/backend.
17558 @item
17559  a group parameter for nnkiboze groups that says that
17560 all kibozed articles should be entered into the cache.
17561 @item
17562  It should also probably be possible to delimit what
17563 `gnus-jog-cache' does -- for instance, work on just some groups, or on
17564 some levels, and entering just articles that have a score higher than
17565 a certain number.
17566 @item
17567  nnfolder should append to the folder instead of re-writing
17568 the entire folder to disk when accepting new messages.
17569 @item
17570  allow all backends to do the proper thing with .gz files.
17571 @item
17572  a backend for reading collections of babyl files nnbabylfolder?
17573 @item
17574  a command for making the native groups into foreign groups.
17575 @item
17576  server mode command for clearing read marks from all groups
17577 from a server.
17578 @item
17579  when following up multiple articles, include all To, Cc, etc headers
17580 from all articles.
17581 @item
17582  a command for deciding what the total score of the current
17583 thread is.  Also a way to highlight based on this.
17584 @item
17585  command to show and edit group scores
17586 @item
17587  a gnus-tree-minimize-horizontal to minimize tree buffers
17588 horizontally.
17589 @item
17590  command to generate nnml overview file for one group.
17591 @item
17592  `C-u C-u a' -- prompt for many crossposted groups.
17593 @item
17594  keep track of which mail groups have received new articles (in this session).
17595 Be able to generate a report and perhaps do some marking in the group
17596 buffer.
17597 @item
17598  gnus-build-sparse-threads to a number -- build only sparse threads
17599 that are of that length.
17600 @item
17601  have nnmh respect mh's unseen sequence in .mh_profile.
17602 @item
17603  cache the newsgroups descriptions locally.
17604 @item
17605  asynchronous posting under nntp.
17606 @item
17607  be able to control word adaptive scoring from the score files.
17608 @item
17609  a variable to make `C-c C-c' post using the "current" select method.
17610 @item
17611  `limit-exclude-low-scored-articles'.
17612 @item
17613  if `gnus-summary-show-thread' is a number, hide threads that have
17614 a score lower than this number.
17615 @item
17616  split newsgroup subscription variable up into "order" and "method".
17617 @item
17618  buttonize ange-ftp file names.
17619 @item
17620  a command to make a duplicate copy of the current article
17621 so that each copy can be edited separately.
17622 @item
17623  nnweb should allow fetching from the local nntp server.
17624 @item
17625  record the sorting done in the summary buffer so that
17626 it can be repeated when limiting/regenerating the buffer.
17627 @item
17628  nnml-generate-nov-databses should generate for
17629 all nnml servers.
17630 @item
17631  when the user does commands in the group buffer, check
17632 the modification time of the .newsrc.eld file and use
17633 ask-user-about-supersession-threat.  Also warn when trying
17634 to save .newsrc.eld and it has changed.
17635 @item
17636  M-g on a topic will display all groups with 0 articles in
17637 the topic.
17638 @item
17639  command to remove all topic stuff.
17640 @item
17641  allow exploding incoming digests when reading incoming mail
17642 and splitting the resulting digests.
17643 @item
17644  nnsoup shouldn't set the `message-' variables.
17645 @item
17646  command to nix out all nnoo state information.
17647 @item
17648  nnmail-process-alist that calls functions if group names
17649 matches an alist -- before saving.
17650 @item
17651  use buffer-invisibility-spec everywhere for hiding text.
17652 @item
17653  variable to activate each group before entering them
17654 to get the (new) number of articles.  `gnus-activate-before-entering'.
17655 @item
17656  command to fetch a Message-ID from any buffer, even
17657 starting Gnus first if necessary.
17658 @item
17659  when posting and checking whether a group exists or not, just
17660 ask the nntp server instead of relying on the active hashtb.
17661 @item
17662  buttonize the output of `C-c C-a' in an apropos-like way.
17663 @item
17664  `G p' should understand process/prefix, and allow editing
17665 of several groups at once.
17666 @item
17667  command to create an ephemeral nnvirtual group that
17668 matches some regexp(s).
17669 @item
17670  nndoc should understand "Content-Type: message/rfc822" forwarded messages.
17671 @item
17672  it should be possible to score "thread" on the From header.
17673 @item
17674  hitting RET on a "gnus-uu-archive" pseudo article should unpack it.
17675 @item
17676  `B i' should display the article at once in the summary buffer.
17677 @item
17678  remove the "*" mark at once when unticking an article.
17679 @item
17680  `M-s' should highlight the matching text.
17681 @item
17682  when checking for duplicated mails, use Resent-Message-ID if present.
17683 @item
17684  killing and yanking groups in topics should be better.  If killing one copy
17685 of a group that exists in multiple topics, only that copy should
17686 be removed.  Yanking should insert the copy, and yanking topics
17687 should be possible to be interspersed with the other yankings.
17688 @item
17689  command for enter a group just to read the cached articles.  A way to say
17690 "ignore the nntp connection; just read from the cache."
17691 @item
17692  `X u' should decode base64 articles.
17693 @item
17694  a way to hide all "inner" cited text, leaving just the most
17695 recently cited text.
17696 @item
17697  nnvirtual should be asynchronous.
17698 @item
17699  after editing an article, gnus-original-article-buffer should
17700 be invalidated.
17701 @item
17702  there should probably be a way to make Gnus not connect to the
17703 server and just read the articles in the server
17704 @item
17705  allow a `set-default' (or something) to change the default
17706 value of nnoo variables.
17707 @item
17708  a command to import group infos from a .newsrc.eld file.
17709 @item
17710  groups from secondary servers have the entire select method
17711 listed in each group info.
17712 @item
17713  a command for just switching from the summary buffer to the group
17714 buffer.
17715 @item
17716  a way to specify that some incoming mail washing functions
17717 should only be applied to some groups.
17718 @item
17719  Message `C-f C-t' should ask the user whether to heed
17720 mail-copies-to: never.
17721 @item
17722  new group parameter -- `post-to-server' that says to post
17723 using the current server.  Also a variable to do the same.
17724 @item
17725  the slave dribble files should auto-save to the slave file names.
17726 @item
17727  a group parameter that says what articles to display on group entry, based
17728 on article marks.
17729 @item
17730  a way to visually distinguish slave Gnusae from masters.  (Whip instead
17731 of normal logo?)
17732 @item
17733  Use DJ Bernstein "From " quoting/dequoting, where applicable.
17734 @item
17735  Why is hide-citation-maybe and hide-citation different?  Also
17736 clear up info.
17737 @item
17738  group user-defined meta-parameters.
17739
17740
17741
17742 From: John Griffith <griffith@@sfs.nphil.uni-tuebingen.de>
17743 @item
17744  I like the option for trying to retrieve the FAQ for a group and I was
17745 thinking it would be great if for those newsgroups that had archives
17746 you could also try to read the archive for that group.  Part of the
17747 problem is that archives are spread all over the net, unlike FAQs.
17748 What would be best I suppose is to find the one closest to your site.
17749
17750 In any case, there is a list of general news group archives at @*
17751 ftp://ftp.neosoft.com/pub/users/claird/news.lists/newsgroup_archives.html
17752
17753
17754
17755
17756 @item
17757 @example
17758 From: Jason L Tibbitts III <tibbs@@hpc.uh.edu>
17759 (add-hook 'gnus-select-group-hook
17760   (lambda ()
17761     (gnus-group-add-parameter group
17762        (cons 'gnus-group-date-last-entered (list (current-time-string))))))
17763
17764 (defun gnus-user-format-function-d (headers)
17765   "Return the date the group was last read."
17766   (cond ((car (gnus-group-get-parameter gnus-tmp-group 'gnus-group-date-last-entered)))
17767       (t "")))
17768 @end example
17769
17770 @item
17771  tanken var at n\e,Ae\e(Br du bruker `gnus-startup-file' som prefix (FOO) til ilete
17772 opp en fil FOO-SERVER, FOO-SERVER.el, FOO-SERVER.eld, kan du la den v\e,Af\e(Bre en
17773 liste hvor du bruker hvert element i listen som FOO, istedet.  da kunne man
17774 hatt forskjellige serveres startup-filer forskjellige steder.
17775
17776
17777 @item
17778 LMI> Well, nnbabyl could alter the group info to heed labels like
17779 LMI> answered and read, I guess.
17780
17781 It could also keep them updated (the same for the Status: header of
17782 unix mbox files).
17783
17784 They could be used like this:
17785
17786
17787 @example
17788 `M l <name> RET' add label <name> to current message.
17789 `M u <name> RET' remove label <name> from current message.
17790 `/ l <expr> RET' limit summary buffer according to <expr>.
17791
17792 <expr> would be a boolean expression on the labels, e.g.
17793
17794 `/ l bug & !fixed RET'
17795 @end example
17796
17797 would show all the messages which are labeled `bug' but not labeled
17798 `fixed'.
17799
17800 One could also imagine the labels being used for highlighting, or
17801 affect the summary line format.
17802
17803
17804 @item
17805 Sender: abraham@@dina.kvl.dk
17806
17807 I'd like a gnus-find-file which work like find file, except that it
17808 would recognize things that looks like messages or folders:
17809
17810 - If it is a directory containing numbered files, create an nndir
17811 summary buffer.
17812
17813 - For other directories, create a nneething summary buffer.
17814
17815 - For files matching "\\`From ", create a nndoc/mbox summary.
17816
17817 - For files matching "\\`BABYL OPTIONS:", create a nndoc/baby summary.
17818
17819 - For files matching "\\`[^ \t\n]+:", create an *Article* buffer.
17820
17821 - For other files, just find them normally.
17822
17823 I'd like `nneething' to use this function, so it would work on a
17824 directory potentially containing mboxes or babyl files.
17825
17826 @item
17827 Please send a mail to bwarsaw@@cnri.reston.va.us (Barry A. Warsaw) and
17828 tell him what you are doing.
17829
17830 @item
17831 Currently, I get prompted:
17832
17833 decend into sci?
17834 - type y
17835 decend into sci.something ?
17836 - type n
17837 decend into ucd?
17838
17839 The problem above is that since there is really only one subsection of
17840 science, shouldn't it prompt you for only descending sci.something?  If
17841 there was a sci.somethingelse group or section, then it should prompt
17842 for sci? first the sci.something? then sci.somethingelse?...
17843
17844 @item
17845 Ja, det burde v\e,Af\e(Bre en m\e,Ae\e(Bte \e,Ae\e(B si slikt.  Kanskje en ny variabel?
17846 `gnus-use-few-score-files'?  S\e,Ae\e(B kunne score-regler legges til den
17847 "mest" lokale score-fila.  F. eks. ville no-gruppene betjenes av
17848 "no.all.SCORE", osv.
17849
17850 @item
17851 What i want is for Gnus to treat any sequence or combination of the following
17852 as a single spoiler warning and hide it all, replacing it with a "Next Page"
17853 button:
17854
17855
17856 ^L's
17857
17858 more than n blank lines
17859
17860 more than m identical lines
17861 (which should be replaced with button to show them)
17862
17863 any whitespace surrounding any of the above
17864
17865
17866 @item
17867 Well, we could allow a new value to `gnus-thread-ignore-subject' --
17868 `spaces', or something.  (We could even default to that.)  And then
17869 subjects that differ in white space only could be considered the
17870 "same" subject for threading purposes.
17871
17872 @item
17873 Modes to preprocess the contents (e.g. jka-compr) use the second form
17874 "(REGEXP FUNCTION NON-NIL)" while ordinary modes (e.g. tex) use the first
17875 form "(REGEXP . FUNCTION)", so you could use it to distinguish between
17876 those two types of modes. (auto-modes-alist, insert-file-contents-literally.)
17877
17878 @item
17879  Under XEmacs -- do funny article marks:
17880 tick - thumb tack
17881 killed - skull
17882 soup - bowl of soup
17883 score below - dim light bulb
17884 score over - bright light bulb
17885
17886 @item
17887 Yes. I think the algorithm is as follows:
17888
17889 @example
17890 Group-mode
17891
17892    show-list-of-articles-in-group
17893         if (key-pressed == SPACE)
17894                 if (no-more-articles-in-group-to-select)
17895                         if (articles-selected)
17896                                 start-reading-selected-articles;
17897                         junk-unread-articles;
17898                         next-group;
17899                  else
17900                         show-next-page;
17901
17902          else if (key-pressed = '.')
17903                 if (consolidated-menus)         # same as hide-thread in Gnus
17904                         select-thread-under-cursor;
17905                 else
17906                         select-article-under-cursor;
17907
17908
17909 Article-mode
17910         if (key-pressed == SPACE)
17911                 if (more-pages-in-article)
17912                         next-page;
17913                 else if (more-selected-articles-to-read)
17914                         next-article;
17915                 else
17916                         next-group;
17917 @end example
17918
17919 @item
17920 My precise need here would have been to limit files to Incoming*.
17921 One could think of some `nneething-only-files' variable, but I guess
17922 it would have been unacceptable if one was using many unrelated such
17923 nneething groups.
17924
17925 A more useful approach would be to, in response to the `G D' prompt, be
17926 allowed to say something like: `~/.mail/Incoming*', somewhat limiting
17927 the top-level directory only (in case directories would be matched by
17928 the wildcard expression).
17929
17930 @item
17931 It would be nice if it also handled
17932
17933         <URL:news://sunsite.auc.dk/>
17934
17935 which should correspond to `B nntp RET sunsite.auc.dk' in *Group*.
17936
17937
17938 @item
17939
17940   Take a look at w3-menu.el in the Emacs-W3 distribution - this works out
17941 really well.  Each menu is 'named' by a symbol that would be on a
17942 gnus-*-menus (where * would be whatever, but at least group, summary, and
17943 article versions) variable.
17944
17945   So for gnus-summary-menus, I would set to '(sort mark dispose ...)
17946
17947   A value of '1' would just put _all_ the menus in a single 'GNUS' menu in
17948 the main menubar.  This approach works really well for Emacs-W3 and VM.
17949
17950
17951 @item
17952  nndoc should take care to create unique Message-IDs for all its
17953 articles.
17954 @item
17955  gnus-score-followup-article only works when you have a summary buffer
17956 active.  Make it work when posting from the group buffer as well.
17957 (message-sent-hook).
17958 @item
17959  rewrite gnus-demon to use run-with-idle-timers.
17960
17961 @item
17962  * Enhancements to Gnus:
17963
17964   Add two commands:
17965
17966   * gnus-servers (gnus-start-server-buffer?)--enters Gnus and goes
17967     straight to the server buffer, without opening any connections to
17968     servers first.
17969
17970   * gnus-server-read-server-newsrc--produces a buffer very similar to
17971     the group buffer, but with only groups from that server listed;
17972     quitting this buffer returns to the server buffer.
17973
17974 @item
17975  add a command to check the integrity of an nnfolder folder --
17976 go through the article numbers and see that there are no duplicates,
17977 and stuff.
17978
17979 @item
17980  `unsmileyfy-buffer' to undo smileification.
17981
17982 @item
17983  a command to give all relevant info on an article, including all
17984 secondary marks.
17985
17986 @item
17987  when doing `-request-accept-article', the backends should do
17988 the nnmail duplicate checking.
17989
17990 @item
17991  allow `message-signature-file' to be a function to return the
17992 value of the signature file.
17993
17994 @item
17995  In addition, I would love it if I could configure message-tab so that it
17996 could call `bbdb-complete-name' in other headers.  So, some sort of
17997 interface like
17998
17999 (setq message-tab-alist
18000       '((message-header-regexp message-expand-group)
18001         ("^\\(To\\|[cC]c\\|[bB]cc\\)"  bbdb-complete-name)))
18002
18003 then you could run the relevant function to complete the information in
18004 the header
18005
18006 @item
18007  cache the newsgroups file locally to avoid reloading it all the time.
18008
18009 @item
18010  a command to import a buffer into a group.
18011
18012 @item
18013  nnweb should allow fetching by Message-ID from servers.
18014
18015 @item
18016  point in the article buffer doesn't always go to the
18017 beginning of the buffer when selecting new articles.
18018
18019 @item
18020  a command to process mark all unread articles.
18021
18022 @item
18023  `gnus-gather-threads-by-references-and-subject' -- first
18024 do gathering by references, and then go through the dummy roots and
18025 do more gathering by subject.
18026
18027 @item
18028  gnus-uu-mark-in-numerical-order -- process mark articles in
18029 article numerical order.
18030
18031 @item
18032  (gnus-thread-total-score
18033  (gnus-id-to-thread (mail-header-id (gnus-summary-article-header))))
18034 bind to a key.
18035
18036 @item
18037  sorting by score is wrong when using sparse threads.
18038
18039 @item
18040  a command to fetch an arbitrary article -- without having to be
18041 in the summary buffer.
18042
18043 @item
18044  a new nncvs backend.  Each group would show an article, using
18045 version branches as threading, checkin date as the date, etc.
18046
18047 @item
18048  http://www.dejanews.com/forms/dnsetfilter_exp.html ?
18049 This filter allows one to construct advance queries on the Dejanews
18050 database such as specifying start and end dates, subject, author,
18051 and/or newsgroup name.
18052
18053 @item
18054  new Date header scoring type -- older, newer
18055
18056 @item
18057  use the summary toolbar in the article buffer.
18058
18059 @item
18060  a command to fetch all articles that are less than X days old.
18061
18062 @item
18063  in pick mode, `q' should save the list of selected articles in the
18064 group info.  The next time the group is selected, these articles
18065 will automatically get the process mark.
18066
18067 @item
18068  Isn't it possible to (also?) allow M-^ to automatically try the
18069 default server if it fails on the current server?  (controlled by a
18070 user variable, (nil, t, 'ask)).
18071
18072 @item
18073  make it possible to cancel articles using the select method for the
18074 current group.
18075
18076 @item
18077  `gnus-summary-select-article-on-entry' or something.  It'll default
18078 to t and will select whatever article decided by `gnus-auto-select-first'.
18079
18080 @item
18081  a new variable to control which selection commands should be unselecting.
18082 `first', `best', `next', `prev', `next-unread', `prev-unread' are
18083 candidates.
18084
18085 @item
18086  be able to select groups that have no articles in them
18087 to be able to post in them (using the current select method).
18088
18089 @item
18090  be able to post via DejaNews.
18091
18092 @item
18093  `x' should retain any sortings that have been performed.
18094
18095 @item
18096  allow the user to specify the precedence of the secondary marks.  Also
18097 allow them to be displayed separately.
18098
18099 @item
18100  gnus-summary-save-in-pipe should concatenate the results from
18101 the processes when doing a process marked pipe.
18102
18103 @item
18104  a new match type, like Followup, but which adds Thread matches on all
18105 articles that match a certain From header.
18106
18107 @item
18108  a function that can be read from kill-emacs-query-functions to offer
18109 saving living summary buffers.
18110
18111 @item
18112  a function for selecting a particular group which will contain
18113 the articles listed in a list of article numbers/id's.
18114
18115 @item
18116  a battery of character translation functions to translate common
18117 Mac, MS (etc) characters into ISO 8859-1.
18118
18119 @example
18120 (defun article-fix-m$word ()
18121   "Fix M$Word smartquotes in an article."
18122   (interactive)
18123   (save-excursion
18124     (let ((buffer-read-only nil))
18125       (goto-char (point-min))
18126       (while (search-forward "\221" nil t)
18127         (replace-match "`" t t))
18128       (goto-char (point-min))
18129       (while (search-forward "\222" nil t)
18130         (replace-match "'" t t))
18131       (goto-char (point-min))
18132       (while (search-forward "\223" nil t)
18133         (replace-match "\"" t t))
18134       (goto-char (point-min))
18135       (while (search-forward "\224" nil t)
18136         (replace-match "\"" t t)))))
18137 @end example
18138
18139 @item
18140 @example
18141  (add-hook 'gnus-exit-query-functions
18142 '(lambda ()
18143    (if (and (file-exists-p nnmail-spool-file)
18144             (> (nnheader-file-size nnmail-spool-file) 0))
18145        (yes-or-no-p "New mail has arrived.  Quit Gnus anyways? ")
18146        (y-or-n-p "Are you sure you want to quit Gnus? "))))
18147 @end example
18148
18149 @item
18150  allow message-default-headers to be a function.
18151
18152 @item
18153  new Date score match types -- < > = (etc) that take floating point
18154 numbers and match on the age of the article.
18155
18156 @item
18157 @example
18158 >  > > If so, I've got one gripe: It seems that when I fire up gnus 5.2.25
18159 >  > > under xemacs-19.14, it's creating a new frame, but is erasing the
18160 >  > > buffer in the frame that it was called from =:-O
18161 >
18162 >  > Hm.  How do you start up Gnus?  From the toolbar or with
18163 >  > `M-x gnus-other-frame'?
18164 >
18165 >    I normally start it up from the toolbar; at
18166 > least that's the way I've caught it doing the
18167 > deed before.
18168 @end example
18169
18170 @item
18171  all commands that react to the process mark should push
18172 the current process mark set onto the stack.
18173
18174 @item
18175  gnus-article-hide-pgp
18176 Selv ville jeg nok ha valgt islette den dersom teksten matcher
18177 @example
18178 "\\(This\s+\\)?[^ ]+ has been automatically signed by"
18179 @end example
18180 og det er maks hundre tegn mellom match-end og ----linja.  Men -det-
18181 er min type heuristikk og langt fra alles.
18182
18183 @item
18184  `gnus-subscribe-sorted' -- insert new groups where they would have been
18185 sorted to if `gnus-group-sort-function' were run.
18186
18187 @item
18188  gnus-(group,summary)-highlight should respect any `face' text props set
18189 on the lines.
18190
18191 @item
18192  use run-with-idle-timer for gnus-demon instead of the
18193 home-brewed stuff for better reliability.
18194
18195 @item
18196  add a way to select which NoCeM type to apply -- spam, troll, etc.
18197
18198 @item
18199  nndraft-request-group should tally auto-save files.
18200
18201 @item
18202  implement nntp-retry-on-break and nntp-command-timeout.
18203
18204 @item
18205  gnus-article-highlight-limit that says when not to highlight (long)
18206 articles.
18207
18208 @item
18209  (nnoo-set SERVER VARIABLE VALUE)
18210
18211 @item
18212  nn*-spool-methods
18213
18214 @item
18215  interrupitng agent fetching of articles should save articles.
18216
18217 @item
18218  command to open a digest group, and copy all the articles there to the
18219 current group.
18220
18221 @item
18222  a variable to disable article body highlights if there's more than
18223 X characters in the body.
18224
18225 @item
18226  handle 480/381 authinfo requests separately.
18227
18228 @item
18229  include the texi/dir file in the distribution.
18230
18231 @item
18232  format spec to "tab" to a position.
18233
18234 @item
18235  Move all prompting to the new `M-n' default style.
18236
18237 @item
18238  command to display all dormant articles.
18239
18240 @item
18241  gnus-auto-select-next makeover -- list of things it should do.
18242
18243 @item
18244  a score match type that adds scores matching on From if From has replied
18245 to something someone else has said.
18246
18247 @item
18248  Read Netscape discussion groups:
18249 snews://secnews.netscape.com/netscape.communicator.unix
18250
18251 @item
18252 One command to edit the original version if an article, and one to edit
18253 the displayed version.
18254
18255 @item
18256 @kbd{T v} -- make all process-marked articles the children of the
18257 current article.
18258
18259 @item
18260 Switch from initial text to the new default text mechanism.
18261
18262 @item
18263 How about making it possible to expire local articles?  Will it be
18264 possible to make various constraints on when an article can be
18265 expired, e.g. (read), (age > 14 days), or the more interesting (read
18266 & age > 14 days)?
18267
18268 @item
18269 New limit command---limit to articles that have a certain string
18270 in the head or body.
18271
18272 @item
18273 Allow breaking lengthy NNTP commands.
18274
18275 @item
18276 gnus-article-highlight-limit, to disable highlighting in big articles.
18277
18278 @item
18279 Editing an article should put the article to be edited
18280 in a special, unique buffer.
18281
18282 @item
18283 A command to send a mail to the admin-address group param.
18284
18285 @item
18286 A Date scoring type that will match if the article
18287 is less than a certain number of days old.
18288
18289 @item
18290 New spec: %~(tab 56) to put point on column 56
18291
18292 @item
18293 Allow Gnus Agent scoring to use normal score files.
18294
18295 @item
18296 Rething the Agent active file thing.  `M-g' doesn't update the active
18297 file, for instance.
18298
18299 @item
18300 With dummy roots, `^' and then selecing the first article
18301 in any other dummy thread will make gnus highlight the
18302 dummy root instead of the first article.
18303
18304 @item
18305 Propagate all group properties (marks, article numbers, etc) up to the
18306 topics for displaying.
18307
18308 @item
18309 `n' in the group buffer with topics should go to the next group
18310 with unread articles, even if that group is hidden in a topic.
18311
18312 @item
18313 gnus-posting-styles doesn't work in drafts.
18314
18315 @item
18316 gnus-summary-limit-include-cached is slow when there are
18317 many articles in the cache, since it regenerates big parts of the
18318 summary buffer for each article.
18319
18320 @item
18321 Implement gnus-batch-brew-soup.
18322
18323 @item
18324 Group parameters and summary commands for un/subscribing to mailing
18325 lists. 
18326
18327 @item
18328 Introduce nnmail-home-directory.
18329
18330 @item
18331 gnus-fetch-group and friends should exit Gnus when the user
18332 exits the group.
18333
18334 @item
18335 The jingle is only played on the second invocation of Gnus.
18336
18337 @item
18338 Bouncing articles should do MIME.
18339
18340 @item
18341 Crossposted articles should "inherit" the % or @ mark from the other
18342 groups it has been crossposted to, or something.  (Agent.)
18343
18344 @item
18345 `S D r' should allow expansion of aliases.
18346
18347 @item
18348 If point is on a group that appears multiple times in topics, and
18349 you press `l', point will move to the first instance of the group.
18350
18351 @item
18352 The documentation should mention pop3.el, fetchmail, smtpmail and why
18353 po:username often fails.
18354
18355 @item
18356 Fetch by Message-ID from dejanews.
18357
18358 <URL:http://search.dejanews.com/msgid.xp?MID=%3C62h9l9$hm4@@basement.replay.com%3E&fmt=raw>
18359
18360 @item
18361 Solve the halting problem.
18362
18363 @c TODO
18364 @end itemize
18365
18366 @iftex
18367
18368 @page
18369 @node The Manual
18370 @section The Manual
18371 @cindex colophon
18372 @cindex manual
18373
18374 This manual was generated from a TeXinfo file and then run through
18375 either @code{texi2dvi}
18376 @iflatex
18377 or my own home-brewed TeXinfo to \LaTeX\ transformer,
18378 and then run through @code{latex} and @code{dvips}
18379 @end iflatex
18380 to get what you hold in your hands now.
18381
18382 The following conventions have been used:
18383
18384 @enumerate
18385
18386 @item
18387 This is a @samp{string}
18388
18389 @item
18390 This is a @kbd{keystroke}
18391
18392 @item
18393 This is a @file{file}
18394
18395 @item
18396 This is a @code{symbol}
18397
18398 @end enumerate
18399
18400 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
18401 mean:
18402
18403 @lisp
18404 (setq flargnoze "yes")
18405 @end lisp
18406
18407 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
18408
18409 @lisp
18410 (setq flumphel 'yes)
18411 @end lisp
18412
18413 @samp{yes} and @code{yes} are two @emph{very} different things---don't
18414 ever get them confused.
18415
18416 @iflatex
18417 @c @head
18418 Of course, everything in this manual is of vital interest, so you should
18419 read it all.  Several times.  However, if you feel like skimming the
18420 manual, look for that gnu head you should see in the margin over
18421 there---it means that what's being discussed is of more importance than
18422 the rest of the stuff.  (On the other hand, if everything is infinitely
18423 important, how can anything be more important than that?  Just one more
18424 of the mysteries of this world, I guess.)
18425 @end iflatex
18426
18427 @end iftex
18428
18429
18430 @page
18431 @node Terminology
18432 @section Terminology
18433
18434 @cindex terminology
18435 @table @dfn
18436
18437 @item news
18438 @cindex news
18439 This is what you are supposed to use this thing for---reading news.
18440 News is generally fetched from a nearby @sc{nntp} server, and is
18441 generally publicly available to everybody.  If you post news, the entire
18442 world is likely to read just what you have written, and they'll all
18443 snigger mischievously.  Behind your back.
18444
18445 @item mail
18446 @cindex mail
18447 Everything that's delivered to you personally is mail.  Some news/mail
18448 readers (like Gnus) blur the distinction between mail and news, but
18449 there is a difference.  Mail is private.  News is public.  Mailing is
18450 not posting, and replying is not following up.
18451
18452 @item reply
18453 @cindex reply
18454 Send a mail to the person who has written what you are reading.
18455
18456 @item follow up
18457 @cindex follow up
18458 Post an article to the current newsgroup responding to the article you
18459 are reading.
18460
18461 @item backend
18462 @cindex backend
18463 Gnus gets fed articles from a number of backends, both news and mail
18464 backends.  Gnus does not handle the underlying media, so to speak---this
18465 is all done by the backends.
18466
18467 @item native
18468 @cindex native
18469 Gnus will always use one method (and backend) as the @dfn{native}, or
18470 default, way of getting news.
18471
18472 @item foreign
18473 @cindex foreign
18474 You can also have any number of foreign groups active at the same time.
18475 These are groups that use non-native non-secondary backends for getting
18476 news.
18477
18478 @item secondary
18479 @cindex secondary
18480 Secondary backends are somewhere half-way between being native and being
18481 foreign, but they mostly act like they are native.
18482
18483 @item article
18484 @cindex article
18485 A message that has been posted as news.
18486
18487 @item mail message
18488 @cindex mail message
18489 A message that has been mailed.
18490
18491 @item message
18492 @cindex message
18493 A mail message or news article
18494
18495 @item head
18496 @cindex head
18497 The top part of a message, where administrative information (etc.) is
18498 put.
18499
18500 @item body
18501 @cindex body
18502 The rest of an article.  Everything not in the head is in the
18503 body.
18504
18505 @item header
18506 @cindex header
18507 A line from the head of an article.
18508
18509 @item headers
18510 @cindex headers
18511 A collection of such lines, or a collection of heads.  Or even a
18512 collection of @sc{nov} lines.
18513
18514 @item @sc{nov}
18515 @cindex nov
18516 When Gnus enters a group, it asks the backend for the headers of all
18517 unread articles in the group.  Most servers support the News OverView
18518 format, which is more compact and much faster to read and parse than the
18519 normal @sc{head} format.
18520
18521 @item level
18522 @cindex levels
18523 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
18524 that have a lower level are ``more'' subscribed than the groups with a
18525 higher level.  In fact, groups on levels 1-5 are considered
18526 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
18527 are @dfn{killed}.  Commands for listing groups and scanning for new
18528 articles will all use the numeric prefix as @dfn{working level}.
18529
18530 @item killed groups
18531 @cindex killed groups
18532 No information on killed groups is stored or updated, which makes killed
18533 groups much easier to handle than subscribed groups.
18534
18535 @item zombie groups
18536 @cindex zombie groups
18537 Just like killed groups, only slightly less dead.
18538
18539 @item active file
18540 @cindex active file
18541 The news server has to keep track of what articles it carries, and what
18542 groups exist.  All this information in stored in the active file, which
18543 is rather large, as you might surmise.
18544
18545 @item bogus groups
18546 @cindex bogus groups
18547 A group that exists in the @file{.newsrc} file, but isn't known to the
18548 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
18549 This means that the group probably doesn't exist (any more).
18550
18551 @item activating
18552 @cindex activating groups
18553 The act of asking the server for info on a group and computing the
18554 number of unread articles is called @dfn{activating the group}.
18555 Un-activated groups are listed with @samp{*} in the group buffer.
18556
18557 @item server
18558 @cindex server
18559 A machine one can connect to and get news (or mail) from.
18560
18561 @item select method
18562 @cindex select method
18563 A structure that specifies the backend, the server and the virtual
18564 server settings.
18565
18566 @item virtual server
18567 @cindex virtual server
18568 A named select method.  Since a select method defines all there is to
18569 know about connecting to a (physical) server, taking the thing as a
18570 whole is a virtual server.
18571
18572 @item washing
18573 @cindex washing
18574 Taking a buffer and running it through a filter of some sort.  The
18575 result will (more often than not) be cleaner and more pleasing than the
18576 original.
18577
18578 @item ephemeral groups
18579 @cindex ephemeral groups
18580 Most groups store data on what articles you have read.  @dfn{Ephemeral}
18581 groups are groups that will have no data stored---when you exit the
18582 group, it'll disappear into the aether.
18583
18584 @item solid groups
18585 @cindex solid groups
18586 This is the opposite of ephemeral groups.  All groups listed in the
18587 group buffer are solid groups.
18588
18589 @item sparse articles
18590 @cindex sparse articles
18591 These are article placeholders shown in the summary buffer when
18592 @code{gnus-build-sparse-threads} has been switched on.
18593
18594 @item threading
18595 @cindex threading
18596 To put responses to articles directly after the articles they respond
18597 to---in a hierarchical fashion.
18598
18599 @item root
18600 @cindex root
18601 @cindex thread root
18602 The first article in a thread is the root.  It is the ancestor of all
18603 articles in the thread.
18604
18605 @item parent
18606 @cindex parent
18607 An article that has responses.
18608
18609 @item child
18610 @cindex child
18611 An article that responds to a different article---its parent.
18612
18613 @item digest
18614 @cindex digest
18615 A collection of messages in one file.  The most common digest format is
18616 specified by RFC1153.
18617
18618 @end table
18619
18620
18621 @page
18622 @node Customization
18623 @section Customization
18624 @cindex general customization
18625
18626 All variables are properly documented elsewhere in this manual.  This
18627 section is designed to give general pointers on how to customize Gnus
18628 for some quite common situations.
18629
18630 @menu
18631 * Slow/Expensive Connection:: You run a local Emacs and get the news elsewhere.
18632 * Slow Terminal Connection::  You run a remote Emacs.
18633 * Little Disk Space::         You feel that having large setup files is icky.
18634 * Slow Machine::              You feel like buying a faster machine.
18635 @end menu
18636
18637
18638 @node Slow/Expensive Connection
18639 @subsection Slow/Expensive @sc{nntp} Connection
18640
18641 If you run Emacs on a machine locally, and get your news from a machine
18642 over some very thin strings, you want to cut down on the amount of data
18643 Gnus has to get from the @sc{nntp} server.
18644
18645 @table @code
18646
18647 @item gnus-read-active-file
18648 Set this to @code{nil}, which will inhibit Gnus from requesting the
18649 entire active file from the server.  This file is often v.  large.  You
18650 also have to set @code{gnus-check-new-newsgroups} and
18651 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
18652 doesn't suddenly decide to fetch the active file anyway.
18653
18654 @item gnus-nov-is-evil
18655 This one has to be @code{nil}.  If not, grabbing article headers from
18656 the @sc{nntp} server will not be very fast.  Not all @sc{nntp} servers
18657 support @sc{xover}; Gnus will detect this by itself.
18658 @end table
18659
18660
18661 @node Slow Terminal Connection
18662 @subsection Slow Terminal Connection
18663
18664 Let's say you use your home computer for dialing up the system that runs
18665 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
18666 possible) the amount of data sent over the wires.
18667
18668 @table @code
18669
18670 @item gnus-auto-center-summary
18671 Set this to @code{nil} to inhibit Gnus from re-centering the summary
18672 buffer all the time.  If it is @code{vertical}, do only vertical
18673 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
18674 horizontal and vertical recentering.
18675
18676 @item gnus-visible-headers
18677 Cut down on the headers included in the articles to the
18678 minimum.  You can, in fact, make do without them altogether---most of the
18679 useful data is in the summary buffer, anyway.  Set this variable to
18680 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
18681
18682 @item gnus-article-display-hook
18683 Set this hook to all the available hiding commands:
18684 @lisp
18685 (setq gnus-article-display-hook
18686       '(gnus-article-hide-headers
18687         gnus-article-hide-signature
18688         gnus-article-hide-citation))
18689 @end lisp
18690
18691 @item gnus-use-full-window
18692 By setting this to @code{nil}, you can make all the windows smaller.
18693 While this doesn't really cut down much generally, it means that you
18694 have to see smaller portions of articles before deciding that you didn't
18695 want to read them anyway.
18696
18697 @item gnus-thread-hide-subtree
18698 If this is non-@code{nil}, all threads in the summary buffer will be
18699 hidden initially.
18700
18701 @item gnus-updated-mode-lines
18702 If this is @code{nil}, Gnus will not put information in the buffer mode
18703 lines, which might save some time.
18704 @end table
18705
18706
18707 @node Little Disk Space
18708 @subsection Little Disk Space
18709 @cindex disk space
18710
18711 The startup files can get rather large, so you may want to cut their
18712 sizes a bit if you are running out of space.
18713
18714 @table @code
18715
18716 @item gnus-save-newsrc-file
18717 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
18718 only save @file{.newsrc.eld}.  This means that you will not be able to
18719 use any other newsreaders than Gnus.  This variable is @code{t} by
18720 default.
18721
18722 @item gnus-save-killed-list
18723 If this is @code{nil}, Gnus will not save the list of dead groups.  You
18724 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
18725 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
18726 variable to @code{nil}.  This variable is @code{t} by default.
18727
18728 @end table
18729
18730
18731 @node Slow Machine
18732 @subsection Slow Machine
18733 @cindex slow machine
18734
18735 If you have a slow machine, or are just really impatient, there are a
18736 few things you can do to make Gnus run faster.
18737
18738 Set @code{gnus-check-new-newsgroups} and
18739 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
18740
18741 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
18742 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
18743 summary buffer faster.
18744
18745 Set @code{gnus-article-display-hook} to @code{nil} to make article
18746 processing a bit faster.
18747
18748
18749 @page
18750 @node Troubleshooting
18751 @section Troubleshooting
18752 @cindex troubleshooting
18753
18754 Gnus works @emph{so} well straight out of the box---I can't imagine any
18755 problems, really.
18756
18757 Ahem.
18758
18759 @enumerate
18760
18761 @item
18762 Make sure your computer is switched on.
18763
18764 @item
18765 Make sure that you really load the current Gnus version.  If you have
18766 been running @sc{gnus}, you need to exit Emacs and start it up again before
18767 Gnus will work.
18768
18769 @item
18770 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
18771 like @samp{Gnus v5.46; nntp 4.0} you have the right files loaded.  If,
18772 on the other hand, you get something like @samp{NNTP 3.x} or @samp{nntp
18773 flee}, you have some old @file{.el} files lying around.  Delete these.
18774
18775 @item
18776 Read the help group (@kbd{G h} in the group buffer) for a FAQ and a
18777 how-to.
18778
18779 @item
18780 @vindex max-lisp-eval-depth
18781 Gnus works on many recursive structures, and in some extreme (and very
18782 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
18783 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
18784 something like that.
18785 @end enumerate
18786
18787 If all else fails, report the problem as a bug.
18788
18789 @cindex bugs
18790 @cindex reporting bugs
18791
18792 @kindex M-x gnus-bug
18793 @findex gnus-bug
18794 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
18795 command. @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
18796 me the backtrace.  I will fix bugs, but I can only fix them if you send
18797 me a precise description as to how to reproduce the bug.
18798
18799 You really can never be too detailed in a bug report.  Always use the
18800 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
18801 a 10Kb mail each time you use it, and even if you have sent me your
18802 environment 500 times before.  I don't care.  I want the full info each
18803 time.
18804
18805 It is also important to remember that I have no memory whatsoever.  If
18806 you send a bug report, and I send you a reply, and then you just send
18807 back ``No, it's not! Moron!'', I will have no idea what you are
18808 insulting me about.  Always over-explain everything.  It's much easier
18809 for all of us---if I don't have all the information I need, I will just
18810 mail you and ask for more info, and everything takes more time.
18811
18812 If the problem you're seeing is very visual, and you can't quite explain
18813 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
18814 it somewhere it can be reached, and include the URL of the picture in
18815 the bug report.
18816
18817 If you just need help, you are better off asking on
18818 @samp{gnu.emacs.gnus}.  I'm not very helpful.
18819
18820 @cindex gnu.emacs.gnus
18821 @cindex ding mailing list
18822 You can also ask on the ding mailing list---@samp{ding@@gnus.org}.
18823 Write to @samp{ding-request@@gnus.org} to subscribe.
18824
18825
18826 @page
18827 @node Gnus Reference Guide
18828 @section Gnus Reference Guide
18829
18830 It is my hope that other people will figure out smart stuff that Gnus
18831 can do, and that other people will write those smart things as well.  To
18832 facilitate that I thought it would be a good idea to describe the inner
18833 workings of Gnus.  And some of the not-so-inner workings, while I'm at
18834 it.
18835
18836 You can never expect the internals of a program not to change, but I
18837 will be defining (in some details) the interface between Gnus and its
18838 backends (this is written in stone), the format of the score files
18839 (ditto), data structures (some are less likely to change than others)
18840 and general methods of operation.
18841
18842 @menu
18843 * Gnus Utility Functions::   Common functions and variable to use.
18844 * Backend Interface::        How Gnus communicates with the servers.
18845 * Score File Syntax::        A BNF definition of the score file standard.
18846 * Headers::                  How Gnus stores headers internally.
18847 * Ranges::                   A handy format for storing mucho numbers.
18848 * Group Info::               The group info format.
18849 * Extended Interactive::     Symbolic prefixes and stuff.
18850 * Emacs/XEmacs Code::        Gnus can be run under all modern Emacsen.
18851 * Various File Formats::     Formats of files that Gnus use.
18852 @end menu
18853
18854
18855 @node Gnus Utility Functions
18856 @subsection Gnus Utility Functions
18857 @cindex Gnus utility functions
18858 @cindex utility functions
18859 @cindex functions
18860 @cindex internal variables
18861
18862 When writing small functions to be run from hooks (and stuff), it's
18863 vital to have access to the Gnus internal functions and variables.
18864 Below is a list of the most common ones.
18865
18866 @table @code
18867
18868 @item gnus-newsgroup-name
18869 @vindex gnus-newsgroup-name
18870 This variable holds the name of the current newsgroup.
18871
18872 @item gnus-find-method-for-group
18873 @findex gnus-find-method-for-group
18874 A function that returns the select method for @var{group}.
18875
18876 @item gnus-group-real-name
18877 @findex gnus-group-real-name
18878 Takes a full (prefixed) Gnus group name, and returns the unprefixed
18879 name.
18880
18881 @item gnus-group-prefixed-name
18882 @findex gnus-group-prefixed-name
18883 Takes an unprefixed group name and a select method, and returns the full
18884 (prefixed) Gnus group name.
18885
18886 @item gnus-get-info
18887 @findex gnus-get-info
18888 Returns the group info list for @var{group}.
18889
18890 @item gnus-group-unread
18891 @findex gnus-group-unread
18892 The number of unread articles in @var{group}, or @code{t} if that is
18893 unknown.
18894
18895 @item gnus-active
18896 @findex gnus-active
18897 The active entry for @var{group}.
18898
18899 @item gnus-set-active
18900 @findex gnus-set-active
18901 Set the active entry for @var{group}.
18902
18903 @item gnus-add-current-to-buffer-list
18904 @findex gnus-add-current-to-buffer-list
18905 Adds the current buffer to the list of buffers to be killed on Gnus
18906 exit.
18907
18908 @item gnus-continuum-version
18909 @findex gnus-continuum-version
18910 Takes a Gnus version string as a parameter and returns a floating point
18911 number.  Earlier versions will always get a lower number than later
18912 versions.
18913
18914 @item gnus-group-read-only-p
18915 @findex gnus-group-read-only-p
18916 Says whether @var{group} is read-only or not.
18917
18918 @item gnus-news-group-p
18919 @findex gnus-news-group-p
18920 Says whether @var{group} came from a news backend.
18921
18922 @item gnus-ephemeral-group-p
18923 @findex gnus-ephemeral-group-p
18924 Says whether @var{group} is ephemeral or not.
18925
18926 @item gnus-server-to-method
18927 @findex gnus-server-to-method
18928 Returns the select method corresponding to @var{server}.
18929
18930 @item gnus-server-equal
18931 @findex gnus-server-equal
18932 Says whether two virtual servers are equal.
18933
18934 @item gnus-group-native-p
18935 @findex gnus-group-native-p
18936 Says whether @var{group} is native or not.
18937
18938 @item gnus-group-secondary-p
18939 @findex gnus-group-secondary-p
18940 Says whether @var{group} is secondary or not.
18941
18942 @item gnus-group-foreign-p
18943 @findex gnus-group-foreign-p
18944 Says whether @var{group} is foreign or not.
18945
18946 @item group-group-find-parameter
18947 @findex group-group-find-parameter
18948 Returns the parameter list of @var{group}.  If given a second parameter,
18949 returns the value of that parameter for @var{group}.
18950
18951 @item gnus-group-set-parameter
18952 @findex gnus-group-set-parameter
18953 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
18954
18955 @item gnus-narrow-to-body
18956 @findex gnus-narrow-to-body
18957 Narrows the current buffer to the body of the article.
18958
18959 @item gnus-check-backend-function
18960 @findex gnus-check-backend-function
18961 Takes two parameters, @var{function} and @var{group}.  If the backend
18962 @var{group} comes from supports @var{function}, return non-@code{nil}.
18963
18964 @lisp
18965 (gnus-check-backend-function "request-scan" "nnml:misc")
18966 @result{} t
18967 @end lisp
18968
18969 @item gnus-read-method
18970 @findex gnus-read-method
18971 Prompts the user for a select method.
18972
18973 @end table
18974
18975
18976 @node Backend Interface
18977 @subsection Backend Interface
18978
18979 Gnus doesn't know anything about @sc{nntp}, spools, mail or virtual
18980 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
18981 server is a @dfn{backend} and some @dfn{backend variables}.  As examples
18982 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
18983 examples of the latter we have @code{nntp-port-number} and
18984 @code{nnmbox-directory}.
18985
18986 When Gnus asks for information from a backend---say @code{nntp}---on
18987 something, it will normally include a virtual server name in the
18988 function parameters.  (If not, the backend should use the ``current''
18989 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
18990 server as its only (optional) parameter.  If this virtual server hasn't
18991 been opened, the function should fail.
18992
18993 Note that a virtual server name has no relation to some physical server
18994 name.  Take this example:
18995
18996 @lisp
18997 (nntp "odd-one"
18998       (nntp-address "ifi.uio.no")
18999       (nntp-port-number 4324))
19000 @end lisp
19001
19002 Here the virtual server name is @samp{odd-one} while the name of
19003 the physical server is @samp{ifi.uio.no}.
19004
19005 The backends should be able to switch between several virtual servers.
19006 The standard backends implement this by keeping an alist of virtual
19007 server environments that they pull down/push up when needed.
19008
19009 There are two groups of interface functions: @dfn{required functions},
19010 which must be present, and @dfn{optional functions}, which Gnus will
19011 always check for presence before attempting to call 'em.
19012
19013 All these functions are expected to return data in the buffer
19014 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
19015 unfortunately named, but we'll have to live with it.  When I talk about
19016 @dfn{resulting data}, I always refer to the data in that buffer.  When I
19017 talk about @dfn{return value}, I talk about the function value returned by
19018 the function call.  Functions that fail should return @code{nil} as the
19019 return value.
19020
19021 Some backends could be said to be @dfn{server-forming} backends, and
19022 some might be said not to be.  The latter are backends that generally
19023 only operate on one group at a time, and have no concept of ``server''
19024 -- they have a group, and they deliver info on that group and nothing
19025 more.
19026
19027 In the examples and definitions I will refer to the imaginary backend
19028 @code{nnchoke}.
19029
19030 @cindex @code{nnchoke}
19031
19032 @menu
19033 * Required Backend Functions::        Functions that must be implemented.
19034 * Optional Backend Functions::        Functions that need not be implemented.
19035 * Error Messaging::                   How to get messages and report errors.
19036 * Writing New Backends::              Extending old backends.
19037 * Hooking New Backends Into Gnus::    What has to be done on the Gnus end.
19038 * Mail-like Backends::                Some tips on mail backends.
19039 @end menu
19040
19041
19042 @node Required Backend Functions
19043 @subsubsection Required Backend Functions
19044
19045 @table @code
19046
19047 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
19048
19049 @var{articles} is either a range of article numbers or a list of
19050 @code{Message-ID}s.  Current backends do not fully support either---only
19051 sequences (lists) of article numbers, and most backends do not support
19052 retrieval of @code{Message-ID}s.  But they should try for both.
19053
19054 The result data should either be HEADs or NOV lines, and the result
19055 value should either be @code{headers} or @code{nov} to reflect this.
19056 This might later be expanded to @code{various}, which will be a mixture
19057 of HEADs and NOV lines, but this is currently not supported by Gnus.
19058
19059 If @var{fetch-old} is non-@code{nil} it says to try fetching "extra
19060 headers", in some meaning of the word.  This is generally done by
19061 fetching (at most) @var{fetch-old} extra headers less than the smallest
19062 article number in @code{articles}, and filling the gaps as well.  The
19063 presence of this parameter can be ignored if the backend finds it
19064 cumbersome to follow the request.  If this is non-@code{nil} and not a
19065 number, do maximum fetches.
19066
19067 Here's an example HEAD:
19068
19069 @example
19070 221 1056 Article retrieved.
19071 Path: ifi.uio.no!sturles
19072 From: sturles@@ifi.uio.no (Sturle Sunde)
19073 Newsgroups: ifi.discussion
19074 Subject: Re: Something very droll
19075 Date: 27 Oct 1994 14:02:57 +0100
19076 Organization: Dept. of Informatics, University of Oslo, Norway
19077 Lines: 26
19078 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
19079 References: <38jdmq$4qu@@visbur.ifi.uio.no>
19080 NNTP-Posting-Host: holmenkollen.ifi.uio.no
19081 .
19082 @end example
19083
19084 So a @code{headers} return value would imply that there's a number of
19085 these in the data buffer.
19086
19087 Here's a BNF definition of such a buffer:
19088
19089 @example
19090 headers        = *head
19091 head           = error / valid-head
19092 error-message  = [ "4" / "5" ] 2number " " <error message> eol
19093 valid-head     = valid-message *header "." eol
19094 valid-message  = "221 " <number> " Article retrieved." eol
19095 header         = <text> eol
19096 @end example
19097
19098 If the return value is @code{nov}, the data buffer should contain
19099 @dfn{network overview database} lines.  These are basically fields
19100 separated by tabs.
19101
19102 @example
19103 nov-buffer = *nov-line
19104 nov-line   = 8*9 [ field <TAB> ] eol
19105 field      = <text except TAB>
19106 @end example
19107
19108 For a closer look at what should be in those fields,
19109 @pxref{Headers}.
19110
19111
19112 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
19113
19114 @var{server} is here the virtual server name.  @var{definitions} is a
19115 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
19116
19117 If the server can't be opened, no error should be signaled.  The backend
19118 may then choose to refuse further attempts at connecting to this
19119 server.  In fact, it should do so.
19120
19121 If the server is opened already, this function should return a
19122 non-@code{nil} value.  There should be no data returned.
19123
19124
19125 @item (nnchoke-close-server &optional SERVER)
19126
19127 Close connection to @var{server} and free all resources connected
19128 to it.  Return @code{nil} if the server couldn't be closed for some
19129 reason.
19130
19131 There should be no data returned.
19132
19133
19134 @item (nnchoke-request-close)
19135
19136 Close connection to all servers and free all resources that the backend
19137 have reserved.  All buffers that have been created by that backend
19138 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
19139 function is generally only called when Gnus is shutting down.
19140
19141 There should be no data returned.
19142
19143
19144 @item (nnchoke-server-opened &optional SERVER)
19145
19146 If @var{server} is the current virtual server, and the connection to the
19147 physical server is alive, then this function should return a
19148 non-@code{nil} vlue.  This function should under no circumstances
19149 attempt to reconnect to a server we have lost connection to.
19150
19151 There should be no data returned.
19152
19153
19154 @item (nnchoke-status-message &optional SERVER)
19155
19156 This function should return the last error message from @var{server}.
19157
19158 There should be no data returned.
19159
19160
19161 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
19162
19163 The result data from this function should be the article specified by
19164 @var{article}.  This might either be a @code{Message-ID} or a number.
19165 It is optional whether to implement retrieval by @code{Message-ID}, but
19166 it would be nice if that were possible.
19167
19168 If @var{to-buffer} is non-@code{nil}, the result data should be returned
19169 in this buffer instead of the normal data buffer.  This is to make it
19170 possible to avoid copying large amounts of data from one buffer to
19171 another, while Gnus mainly requests articles to be inserted directly
19172 into its article buffer.
19173
19174 If it is at all possible, this function should return a cons cell where
19175 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
19176 the article number.  This will enable Gnus to find out what the real
19177 group and article numbers are when fetching articles by
19178 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
19179 on successful article retrieval.
19180
19181
19182 @item (nnchoke-request-group GROUP &optional SERVER FAST)
19183
19184 Get data on @var{group}.  This function also has the side effect of
19185 making @var{group} the current group.
19186
19187 If @var{FAST}, don't bother to return useful data, just make @var{group}
19188 the current group.
19189
19190 Here's an example of some result data and a definition of the same:
19191
19192 @example
19193 211 56 1000 1059 ifi.discussion
19194 @end example
19195
19196 The first number is the status, which should be 211.  Next is the
19197 total number of articles in the group, the lowest article number, the
19198 highest article number, and finally the group name.  Note that the total
19199 number of articles may be less than one might think while just
19200 considering the highest and lowest article numbers, but some articles
19201 may have been canceled.  Gnus just discards the total-number, so
19202 whether one should take the bother to generate it properly (if that is a
19203 problem) is left as an exercise to the reader.
19204
19205 @example
19206 group-status = [ error / info ] eol
19207 error        = [ "4" / "5" ] 2<number> " " <Error message>
19208 info         = "211 " 3* [ <number> " " ] <string>
19209 @end example
19210
19211
19212 @item (nnchoke-close-group GROUP &optional SERVER)
19213
19214 Close @var{group} and free any resources connected to it.  This will be
19215 a no-op on most backends.
19216
19217 There should be no data returned.
19218
19219
19220 @item (nnchoke-request-list &optional SERVER)
19221
19222 Return a list of all groups available on @var{server}.  And that means
19223 @emph{all}.
19224
19225 Here's an example from a server that only carries two groups:
19226
19227 @example
19228 ifi.test 0000002200 0000002000 y
19229 ifi.discussion 3324 3300 n
19230 @end example
19231
19232 On each line we have a group name, then the highest article number in
19233 that group, the lowest article number, and finally a flag.
19234
19235 @example
19236 active-file = *active-line
19237 active-line = name " " <number> " " <number> " " flags eol
19238 name        = <string>
19239 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
19240 @end example
19241
19242 The flag says whether the group is read-only (@samp{n}), is moderated
19243 (@samp{m}), is dead (@samp{x}), is aliased to some other group
19244 (@samp{=other-group}) or none of the above (@samp{y}).
19245
19246
19247 @item (nnchoke-request-post &optional SERVER)
19248
19249 This function should post the current buffer.  It might return whether
19250 the posting was successful or not, but that's not required.  If, for
19251 instance, the posting is done asynchronously, it has generally not been
19252 completed by the time this function concludes.  In that case, this
19253 function should set up some kind of sentinel to beep the user loud and
19254 clear if the posting could not be completed.
19255
19256 There should be no result data from this function.
19257
19258 @end table
19259
19260
19261 @node Optional Backend Functions
19262 @subsubsection Optional Backend Functions
19263
19264 @table @code
19265
19266 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
19267
19268 @var{groups} is a list of groups, and this function should request data
19269 on all those groups.  How it does it is of no concern to Gnus, but it
19270 should attempt to do this in a speedy fashion.
19271
19272 The return value of this function can be either @code{active} or
19273 @code{group}, which says what the format of the result data is.  The
19274 former is in the same format as the data from
19275 @code{nnchoke-request-list}, while the latter is a buffer full of lines
19276 in the same format as @code{nnchoke-request-group} gives.
19277
19278 @example
19279 group-buffer = *active-line / *group-status
19280 @end example
19281
19282
19283 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
19284
19285 A Gnus group info (@pxref{Group Info}) is handed to the backend for
19286 alterations.  This comes in handy if the backend really carries all the
19287 information (as is the case with virtual and imap groups).  This
19288 function should destructively alter the info to suit its needs, and
19289 should return the (altered) group info.
19290
19291 There should be no result data from this function.
19292
19293
19294 @item (nnchoke-request-type GROUP &optional ARTICLE)
19295
19296 When the user issues commands for ``sending news'' (@kbd{F} in the
19297 summary buffer, for instance), Gnus has to know whether the article the
19298 user is following up on is news or mail.  This function should return
19299 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
19300 is mail and @code{unknown} if the type can't be decided.  (The
19301 @var{article} parameter is necessary in @code{nnvirtual} groups which
19302 might very well combine mail groups and news groups.)  Both @var{group}
19303 and @var{article} may be @code{nil}.
19304
19305 There should be no result data from this function.
19306
19307
19308 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
19309
19310 Set/remove/add marks on articles. Normally Gnus handles the article
19311 marks (such as read, ticked, expired etc) internally, and store them in
19312 @code{~/.newsrc.eld}. Some backends (such as IMAP) however carry all
19313 information about the articles on the server, so Gnus need to propagate
19314 the mark information to the server.
19315
19316 ACTION is a list of mark setting requests, having this format:
19317
19318 @example
19319 (RANGE ACTION MARK)
19320 @end example
19321
19322 Range is a range of articles you wish to update marks on. Action is
19323 @code{set}, @code{add} or @code{del}, respectively used for removing all
19324 existing marks and setting them as specified, adding (preserving the
19325 marks not mentioned) mark and removing (preserving the marks not
19326 mentioned) marks. Mark is a list of marks; where each mark is a
19327 symbol. Currently used marks are @code{read}, @code{tick}, @code{reply},
19328 @code{expire}, @code{killed}, @code{dormant}, @code{save},
19329 @code{download} and @code{unsend}, but your backend should, if possible,
19330 not limit itself to theese.
19331
19332 Given contradictory actions, the last action in the list should be the
19333 effective one. That is, if your action contains a request to add the
19334 @code{tick} mark on article 1 and, later in the list, a request to
19335 remove the mark on the same article, the mark should in fact be removed.
19336
19337 An example action list:
19338
19339 @example
19340 (((5 12 30) 'del '(tick))
19341  ((10 . 90) 'add '(read expire))
19342  ((92 94) 'del '(read)))
19343 @end example
19344
19345 The function should return a range of articles it wasn't able to set the
19346 mark on (currently not used for anything).
19347
19348 There should be no result data from this function.
19349
19350 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
19351
19352 If the user tries to set a mark that the backend doesn't like, this
19353 function may change the mark.  Gnus will use whatever this function
19354 returns as the mark for @var{article} instead of the original
19355 @var{mark}.  If the backend doesn't care, it must return the original
19356 @var{mark}, and not @code{nil} or any other type of garbage.
19357
19358 The only use for this I can see is what @code{nnvirtual} does with
19359 it---if a component group is auto-expirable, marking an article as read
19360 in the virtual group should result in the article being marked as
19361 expirable.
19362
19363 There should be no result data from this function.
19364
19365
19366 @item (nnchoke-request-scan &optional GROUP SERVER)
19367
19368 This function may be called at any time (by Gnus or anything else) to
19369 request that the backend check for incoming articles, in one way or
19370 another.  A mail backend will typically read the spool file or query the
19371 POP server when this function is invoked.  The @var{group} doesn't have
19372 to be heeded---if the backend decides that it is too much work just
19373 scanning for a single group, it may do a total scan of all groups.  It
19374 would be nice, however, to keep things local if that's practical.
19375
19376 There should be no result data from this function.
19377
19378
19379 @item (nnchoke-request-group-description GROUP &optional SERVER)
19380
19381 The result data from this function should be a description of
19382 @var{group}.
19383
19384 @example
19385 description-line = name <TAB> description eol
19386 name             = <string>
19387 description      = <text>
19388 @end example
19389
19390 @item (nnchoke-request-list-newsgroups &optional SERVER)
19391
19392 The result data from this function should be the description of all
19393 groups available on the server.
19394
19395 @example
19396 description-buffer = *description-line
19397 @end example
19398
19399
19400 @item (nnchoke-request-newgroups DATE &optional SERVER)
19401
19402 The result data from this function should be all groups that were
19403 created after @samp{date}, which is in normal human-readable date
19404 format.  The data should be in the active buffer format.
19405
19406
19407 @item (nnchoke-request-create-group GROUP &optional SERVER)
19408
19409 This function should create an empty group with name @var{group}.
19410
19411 There should be no return data.
19412
19413
19414 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
19415
19416 This function should run the expiry process on all articles in the
19417 @var{articles} range (which is currently a simple list of article
19418 numbers.)  It is left up to the backend to decide how old articles
19419 should be before they are removed by this function.  If @var{force} is
19420 non-@code{nil}, all @var{articles} should be deleted, no matter how new
19421 they are.
19422
19423 This function should return a list of articles that it did not/was not
19424 able to delete.
19425
19426 There should be no result data returned.
19427
19428
19429 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM
19430 &optional LAST)
19431
19432 This function should move @var{article} (which is a number) from
19433 @var{group} by calling @var{accept-form}.
19434
19435 This function should ready the article in question for moving by
19436 removing any header lines it has added to the article, and generally
19437 should ``tidy up'' the article.  Then it should @code{eval}
19438 @var{accept-form} in the buffer where the ``tidy'' article is.  This
19439 will do the actual copying.  If this @code{eval} returns a
19440 non-@code{nil} value, the article should be removed.
19441
19442 If @var{last} is @code{nil}, that means that there is a high likelihood
19443 that there will be more requests issued shortly, so that allows some
19444 optimizations.
19445
19446 The function should return a cons where the @code{car} is the group name and
19447 the @code{cdr} is the article number that the article was entered as.
19448
19449 There should be no data returned.
19450
19451
19452 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
19453
19454 This function takes the current buffer and inserts it into @var{group}.
19455 If @var{last} in @code{nil}, that means that there will be more calls to
19456 this function in short order.
19457
19458 The function should return a cons where the @code{car} is the group name and
19459 the @code{cdr} is the article number that the article was entered as.
19460
19461 There should be no data returned.
19462
19463
19464 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
19465
19466 This function should remove @var{article} (which is a number) from
19467 @var{group} and insert @var{buffer} there instead.
19468
19469 There should be no data returned.
19470
19471
19472 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
19473
19474 This function should delete @var{group}.  If @var{force}, it should
19475 really delete all the articles in the group, and then delete the group
19476 itself.  (If there is such a thing as ``the group itself''.)
19477
19478 There should be no data returned.
19479
19480
19481 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
19482
19483 This function should rename @var{group} into @var{new-name}.  All
19484 articles in @var{group} should move to @var{new-name}.
19485
19486 There should be no data returned.
19487
19488 @end table
19489
19490
19491 @node Error Messaging
19492 @subsubsection Error Messaging
19493
19494 @findex nnheader-report
19495 @findex nnheader-get-report
19496 The backends should use the function @code{nnheader-report} to report
19497 error conditions---they should not raise errors when they aren't able to
19498 perform a request.  The first argument to this function is the backend
19499 symbol, and the rest are interpreted as arguments to @code{format} if
19500 there are multiple of them, or just a string if there is one of them.
19501 This function must always returns @code{nil}.
19502
19503 @lisp
19504 (nnheader-report 'nnchoke "You did something totally bogus")
19505
19506 (nnheader-report 'nnchoke "Could not request group %s" group)
19507 @end lisp
19508
19509 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
19510 @code{nil} back from a server, and this function returns the most
19511 recently reported message for the backend in question.  This function
19512 takes one argument---the server symbol.
19513
19514 Internally, these functions access @var{backend}@code{-status-string},
19515 so the @code{nnchoke} backend will have its error message stored in
19516 @code{nnchoke-status-string}.
19517
19518
19519 @node Writing New Backends
19520 @subsubsection Writing New Backends
19521
19522 Many backends are quite similar.  @code{nnml} is just like
19523 @code{nnspool}, but it allows you to edit the articles on the server.
19524 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
19525 and it doesn't maintain overview databases.  @code{nndir} is just like
19526 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
19527 editing articles.
19528
19529 It would make sense if it were possible to ``inherit'' functions from
19530 backends when writing new backends.  And, indeed, you can do that if you
19531 want to.  (You don't have to if you don't want to, of course.)
19532
19533 All the backends declare their public variables and functions by using a
19534 package called @code{nnoo}.
19535
19536 To inherit functions from other backends (and allow other backends to
19537 inherit functions from the current backend), you should use the
19538 following macros:
19539
19540 @table @code
19541
19542 @item nnoo-declare
19543 This macro declares the first parameter to be a child of the subsequent
19544 parameters.  For instance:
19545
19546 @lisp
19547 (nnoo-declare nndir
19548   nnml nnmh)
19549 @end lisp
19550
19551 @code{nndir} has declared here that it intends to inherit functions from
19552 both @code{nnml} and @code{nnmh}.
19553
19554 @item defvoo
19555 This macro is equivalent to @code{defvar}, but registers the variable as
19556 a public server variable.  Most state-oriented variables should be
19557 declared with @code{defvoo} instead of @code{defvar}.
19558
19559 In addition to the normal @code{defvar} parameters, it takes a list of
19560 variables in the parent backends to map the variable to when executing
19561 a function in those backends.
19562
19563 @lisp
19564 (defvoo nndir-directory nil
19565   "Where nndir will look for groups."
19566   nnml-current-directory nnmh-current-directory)
19567 @end lisp
19568
19569 This means that @code{nnml-current-directory} will be set to
19570 @code{nndir-directory} when an @code{nnml} function is called on behalf
19571 of @code{nndir}.  (The same with @code{nnmh}.)
19572
19573 @item nnoo-define-basics
19574 This macro defines some common functions that almost all backends should
19575 have.
19576
19577 @example
19578 (nnoo-define-basics nndir)
19579 @end example
19580
19581 @item deffoo
19582 This macro is just like @code{defun} and takes the same parameters.  In
19583 addition to doing the normal @code{defun} things, it registers the
19584 function as being public so that other backends can inherit it.
19585
19586 @item nnoo-map-functions
19587 This macro allows mapping of functions from the current backend to
19588 functions from the parent backends.
19589
19590 @example
19591 (nnoo-map-functions nndir
19592   (nnml-retrieve-headers 0 nndir-current-group 0 0)
19593   (nnmh-request-article 0 nndir-current-group 0 0))
19594 @end example
19595
19596 This means that when @code{nndir-retrieve-headers} is called, the first,
19597 third, and fourth parameters will be passed on to
19598 @code{nnml-retrieve-headers}, while the second parameter is set to the
19599 value of @code{nndir-current-group}.
19600
19601 @item nnoo-import
19602 This macro allows importing functions from backends.  It should be the
19603 last thing in the source file, since it will only define functions that
19604 haven't already been defined.
19605
19606 @example
19607 (nnoo-import nndir
19608   (nnmh
19609    nnmh-request-list
19610    nnmh-request-newgroups)
19611   (nnml))
19612 @end example
19613
19614 This means that calls to @code{nndir-request-list} should just be passed
19615 on to @code{nnmh-request-list}, while all public functions from
19616 @code{nnml} that haven't been defined in @code{nndir} yet should be
19617 defined now.
19618
19619 @end table
19620
19621 Below is a slightly shortened version of the @code{nndir} backend.
19622
19623 @lisp
19624 ;;; nndir.el --- single directory newsgroup access for Gnus
19625 ;; Copyright (C) 1995,96 Free Software Foundation, Inc.
19626
19627 ;;; Code:
19628
19629 (require 'nnheader)
19630 (require 'nnmh)
19631 (require 'nnml)
19632 (require 'nnoo)
19633 (eval-when-compile (require 'cl))
19634
19635 (nnoo-declare nndir
19636   nnml nnmh)
19637
19638 (defvoo nndir-directory nil
19639   "Where nndir will look for groups."
19640   nnml-current-directory nnmh-current-directory)
19641
19642 (defvoo nndir-nov-is-evil nil
19643   "*Non-nil means that nndir will never retrieve NOV headers."
19644   nnml-nov-is-evil)
19645
19646 (defvoo nndir-current-group "" nil nnml-current-group nnmh-current-group)
19647 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
19648 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
19649
19650 (defvoo nndir-status-string "" nil nnmh-status-string)
19651 (defconst nndir-version "nndir 1.0")
19652
19653 ;;; Interface functions.
19654
19655 (nnoo-define-basics nndir)
19656
19657 (deffoo nndir-open-server (server &optional defs)
19658   (setq nndir-directory
19659         (or (cadr (assq 'nndir-directory defs))
19660             server))
19661   (unless (assq 'nndir-directory defs)
19662     (push `(nndir-directory ,server) defs))
19663   (push `(nndir-current-group
19664           ,(file-name-nondirectory (directory-file-name nndir-directory)))
19665         defs)
19666   (push `(nndir-top-directory
19667           ,(file-name-directory (directory-file-name nndir-directory)))
19668         defs)
19669   (nnoo-change-server 'nndir server defs))
19670
19671 (nnoo-map-functions nndir
19672   (nnml-retrieve-headers 0 nndir-current-group 0 0)
19673   (nnmh-request-article 0 nndir-current-group 0 0)
19674   (nnmh-request-group nndir-current-group 0 0)
19675   (nnmh-close-group nndir-current-group 0))
19676
19677 (nnoo-import nndir
19678   (nnmh
19679    nnmh-status-message
19680    nnmh-request-list
19681    nnmh-request-newgroups))
19682
19683 (provide 'nndir)
19684 @end lisp
19685
19686
19687 @node Hooking New Backends Into Gnus
19688 @subsubsection Hooking New Backends Into Gnus
19689
19690 @vindex gnus-valid-select-methods
19691 Having Gnus start using your new backend is rather easy---you just
19692 declare it with the @code{gnus-declare-backend} functions.  This will
19693 enter the backend into the @code{gnus-valid-select-methods} variable.
19694
19695 @code{gnus-declare-backend} takes two parameters---the backend name and
19696 an arbitrary number of @dfn{abilities}.
19697
19698 Here's an example:
19699
19700 @lisp
19701 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
19702 @end lisp
19703
19704 The abilities can be:
19705
19706 @table @code
19707 @item mail
19708 This is a mailish backend---followups should (probably) go via mail.
19709 @item post
19710 This is a newsish backend---followups should (probably) go via news.
19711 @item post-mail
19712 This backend supports both mail and news.
19713 @item none
19714 This is neither a post nor mail backend---it's something completely
19715 different.
19716 @item respool
19717 It supports respooling---or rather, it is able to modify its source
19718 articles and groups.
19719 @item address
19720 The name of the server should be in the virtual server name.  This is
19721 true for almost all backends.
19722 @item prompt-address
19723 The user should be prompted for an address when doing commands like
19724 @kbd{B} in the group buffer.  This is true for backends like
19725 @code{nntp}, but not @code{nnmbox}, for instance.
19726 @end table
19727
19728
19729 @node Mail-like Backends
19730 @subsubsection Mail-like Backends
19731
19732 One of the things that separate the mail backends from the rest of the
19733 backends is the heavy dependence by the mail backends on common
19734 functions in @file{nnmail.el}.  For instance, here's the definition of
19735 @code{nnml-request-scan}:
19736
19737 @lisp
19738 (deffoo nnml-request-scan (&optional group server)
19739   (setq nnml-article-file-alist nil)
19740   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
19741 @end lisp
19742
19743 It simply calls @code{nnmail-get-new-mail} with a few parameters,
19744 and @code{nnmail} takes care of all the moving and splitting of the
19745 mail.
19746
19747 This function takes four parameters.
19748
19749 @table @var
19750 @item method
19751 This should be a symbol to designate which backend is responsible for
19752 the call.
19753
19754 @item exit-function
19755 This function should be called after the splitting has been performed.
19756
19757 @item temp-directory
19758 Where the temporary files should be stored.
19759
19760 @item group
19761 This optional argument should be a group name if the splitting is to be
19762 performed for one group only.
19763 @end table
19764
19765 @code{nnmail-get-new-mail} will call @var{backend}@code{-save-mail} to
19766 save each article.  @var{backend}@code{-active-number} will be called to
19767 find the article number assigned to this article.
19768
19769 The function also uses the following variables:
19770 @var{backend}@code{-get-new-mail} (to see whether to get new mail for
19771 this backend); and @var{backend}@code{-group-alist} and
19772 @var{backend}@code{-active-file} to generate the new active file.
19773 @var{backend}@code{-group-alist} should be a group-active alist, like
19774 this:
19775
19776 @example
19777 (("a-group" (1 . 10))
19778  ("some-group" (34 . 39)))
19779 @end example
19780
19781
19782 @node Score File Syntax
19783 @subsection Score File Syntax
19784
19785 Score files are meant to be easily parseable, but yet extremely
19786 mallable.   It was decided that something that had the same read syntax
19787 as an Emacs Lisp list would fit that spec.
19788
19789 Here's a typical score file:
19790
19791 @lisp
19792 (("summary"
19793   ("win95" -10000 nil s)
19794   ("Gnus"))
19795  ("from"
19796   ("Lars" -1000))
19797  (mark -100))
19798 @end lisp
19799
19800 BNF definition of a score file:
19801
19802 @example
19803 score-file       = "" / "(" *element ")"
19804 element          = rule / atom
19805 rule             = string-rule / number-rule / date-rule
19806 string-rule      = "(" quote string-header quote space *string-match ")"
19807 number-rule      = "(" quote number-header quote space *number-match ")"
19808 date-rule        = "(" quote date-header quote space *date-match ")"
19809 quote            = <ascii 34>
19810 string-header    = "subject" / "from" / "references" / "message-id" /
19811                    "xref" / "body" / "head" / "all" / "followup"
19812 number-header    = "lines" / "chars"
19813 date-header      = "date"
19814 string-match     = "(" quote <string> quote [ "" / [ space score [ "" /
19815                    space date [ "" / [ space string-match-t ] ] ] ] ] ")"
19816 score            = "nil" / <integer>
19817 date             = "nil" / <natural number>
19818 string-match-t   = "nil" / "s" / "substring" / "S" / "Substring" /
19819                    "r" / "regex" / "R" / "Regex" /
19820                    "e" / "exact" / "E" / "Exact" /
19821                    "f" / "fuzzy" / "F" / "Fuzzy"
19822 number-match     = "(" <integer> [ "" / [ space score [ "" /
19823                    space date [ "" / [ space number-match-t ] ] ] ] ] ")"
19824 number-match-t   = "nil" / "=" / "<" / ">" / ">=" / "<="
19825 date-match       = "(" quote <string> quote [ "" / [ space score [ "" /
19826                    space date [ "" / [ space date-match-t ] ] ] ] ")"
19827 date-match-t     = "nil" / "at" / "before" / "after"
19828 atom             = "(" [ required-atom / optional-atom ] ")"
19829 required-atom    = mark / expunge / mark-and-expunge / files /
19830                    exclude-files / read-only / touched
19831 optional-atom    = adapt / local / eval
19832 mark             = "mark" space nil-or-number
19833 nil-or-number    = "nil" / <integer>
19834 expunge          = "expunge" space nil-or-number
19835 mark-and-expunge = "mark-and-expunge" space nil-or-number
19836 files            = "files" *[ space <string> ]
19837 exclude-files    = "exclude-files" *[ space <string> ]
19838 read-only        = "read-only" [ space "nil" / space "t" ]
19839 adapt            = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
19840 adapt-rule       = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
19841 local            = "local" *[ space "(" <string> space <form> ")" ]
19842 eval             = "eval" space <form>
19843 space            = *[ " " / <TAB> / <NEWLINE> ]
19844 @end example
19845
19846 Any unrecognized elements in a score file should be ignored, but not
19847 discarded.
19848
19849 As you can see, white space is needed, but the type and amount of white
19850 space is irrelevant.  This means that formatting of the score file is
19851 left up to the programmer---if it's simpler to just spew it all out on
19852 one looong line, then that's ok.
19853
19854 The meaning of the various atoms are explained elsewhere in this
19855 manual (@pxref{Score File Format}).
19856
19857
19858 @node Headers
19859 @subsection Headers
19860
19861 Internally Gnus uses a format for storing article headers that
19862 corresponds to the @sc{nov} format in a mysterious fashion.  One could
19863 almost suspect that the author looked at the @sc{nov} specification and
19864 just shamelessly @emph{stole} the entire thing, and one would be right.
19865
19866 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
19867 RFC1036 to talk about lines in the head of an article (e.g.,
19868 @code{From}).  It is used by many people as a synonym for
19869 ``head''---``the header and the body''.  (That should be avoided, in my
19870 opinion.)  And Gnus uses a format internally that it calls ``header'',
19871 which is what I'm talking about here.  This is a 9-element vector,
19872 basically, with each header (ouch) having one slot.
19873
19874 These slots are, in order: @code{number}, @code{subject}, @code{from},
19875 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
19876 @code{xref}, and @code{extra}.  There are macros for accessing and
19877 setting these slots---they all have predictable names beginning with
19878 @code{mail-header-} and @code{mail-header-set-}, respectively.
19879
19880 All these slots contain strings, except the @code{extra} slot, which
19881 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
19882
19883
19884 @node Ranges
19885 @subsection Ranges
19886
19887 @sc{gnus} introduced a concept that I found so useful that I've started
19888 using it a lot and have elaborated on it greatly.
19889
19890 The question is simple: If you have a large amount of objects that are
19891 identified by numbers (say, articles, to take a @emph{wild} example)
19892 that you want to qualify as being ``included'', a normal sequence isn't
19893 very useful.  (A 200,000 length sequence is a bit long-winded.)
19894
19895 The solution is as simple as the question: You just collapse the
19896 sequence.
19897
19898 @example
19899 (1 2 3 4 5 6 10 11 12)
19900 @end example
19901
19902 is transformed into
19903
19904 @example
19905 ((1 . 6) (10 . 12))
19906 @end example
19907
19908 To avoid having those nasty @samp{(13 . 13)} elements to denote a
19909 lonesome object, a @samp{13} is a valid element:
19910
19911 @example
19912 ((1 . 6) 7 (10 . 12))
19913 @end example
19914
19915 This means that comparing two ranges to find out whether they are equal
19916 is slightly tricky:
19917
19918 @example
19919 ((1 . 5) 7 8 (10 . 12))
19920 @end example
19921
19922 and
19923
19924 @example
19925 ((1 . 5) (7 . 8) (10 . 12))
19926 @end example
19927
19928 are equal.  In fact, any non-descending list is a range:
19929
19930 @example
19931 (1 2 3 4 5)
19932 @end example
19933
19934 is a perfectly valid range, although a pretty long-winded one.  This is
19935 also valid:
19936
19937 @example
19938 (1 . 5)
19939 @end example
19940
19941 and is equal to the previous range.
19942
19943 Here's a BNF definition of ranges.  Of course, one must remember the
19944 semantic requirement that the numbers are non-descending.  (Any number
19945 of repetition of the same number is allowed, but apt to disappear in
19946 range handling.)
19947
19948 @example
19949 range           = simple-range / normal-range
19950 simple-range    = "(" number " . " number ")"
19951 normal-range    = "(" start-contents ")"
19952 contents        = "" / simple-range *[ " " contents ] /
19953                   number *[ " " contents ]
19954 @end example
19955
19956 Gnus currently uses ranges to keep track of read articles and article
19957 marks.  I plan on implementing a number of range operators in C if The
19958 Powers That Be are willing to let me.  (I haven't asked yet, because I
19959 need to do some more thinking on what operators I need to make life
19960 totally range-based without ever having to convert back to normal
19961 sequences.)
19962
19963
19964 @node Group Info
19965 @subsection Group Info
19966
19967 Gnus stores all permanent info on groups in a @dfn{group info} list.
19968 This list is from three to six elements (or more) long and exhaustively
19969 describes the group.
19970
19971 Here are two example group infos; one is a very simple group while the
19972 second is a more complex one:
19973
19974 @example
19975 ("no.group" 5 ((1 . 54324)))
19976
19977 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
19978                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
19979                 (nnml "")
19980                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
19981 @end example
19982
19983 The first element is the @dfn{group name}---as Gnus knows the group,
19984 anyway.  The second element is the @dfn{subscription level}, which
19985 normally is a small integer.  (It can also be the @dfn{rank}, which is a
19986 cons cell where the @code{car} is the level and the @code{cdr} is the
19987 score.)  The third element is a list of ranges of read articles.  The
19988 fourth element is a list of lists of article marks of various kinds.
19989 The fifth element is the select method (or virtual server, if you like).
19990 The sixth element is a list of @dfn{group parameters}, which is what
19991 this section is about.
19992
19993 Any of the last three elements may be missing if they are not required.
19994 In fact, the vast majority of groups will normally only have the first
19995 three elements, which saves quite a lot of cons cells.
19996
19997 Here's a BNF definition of the group info format:
19998
19999 @example
20000 info          = "(" group space ralevel space read
20001                 [ "" / [ space marks-list [ "" / [ space method [ "" /
20002                 space parameters ] ] ] ] ] ")"
20003 group         = quote <string> quote
20004 ralevel       = rank / level
20005 level         = <integer in the range of 1 to inf>
20006 rank          = "(" level "." score ")"
20007 score         = <integer in the range of 1 to inf>
20008 read          = range
20009 marks-lists   = nil / "(" *marks ")"
20010 marks         = "(" <string> range ")"
20011 method        = "(" <string> *elisp-forms ")"
20012 parameters    = "(" *elisp-forms ")"
20013 @end example
20014
20015 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
20016 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
20017 in pseudo-BNF.
20018
20019 If you have a Gnus info and want to access the elements, Gnus offers a
20020 series of macros for getting/setting these elements.
20021
20022 @table @code
20023 @item gnus-info-group
20024 @itemx gnus-info-set-group
20025 @findex gnus-info-group
20026 @findex gnus-info-set-group
20027 Get/set the group name.
20028
20029 @item gnus-info-rank
20030 @itemx gnus-info-set-rank
20031 @findex gnus-info-rank
20032 @findex gnus-info-set-rank
20033 Get/set the group rank (@pxref{Group Score}).
20034
20035 @item gnus-info-level
20036 @itemx gnus-info-set-level
20037 @findex gnus-info-level
20038 @findex gnus-info-set-level
20039 Get/set the group level.
20040
20041 @item gnus-info-score
20042 @itemx gnus-info-set-score
20043 @findex gnus-info-score
20044 @findex gnus-info-set-score
20045 Get/set the group score (@pxref{Group Score}).
20046
20047 @item gnus-info-read
20048 @itemx gnus-info-set-read
20049 @findex gnus-info-read
20050 @findex gnus-info-set-read
20051 Get/set the ranges of read articles.
20052
20053 @item gnus-info-marks
20054 @itemx gnus-info-set-marks
20055 @findex gnus-info-marks
20056 @findex gnus-info-set-marks
20057 Get/set the lists of ranges of marked articles.
20058
20059 @item gnus-info-method
20060 @itemx gnus-info-set-method
20061 @findex gnus-info-method
20062 @findex gnus-info-set-method
20063 Get/set the group select method.
20064
20065 @item gnus-info-params
20066 @itemx gnus-info-set-params
20067 @findex gnus-info-params
20068 @findex gnus-info-set-params
20069 Get/set the group parameters.
20070 @end table
20071
20072 All the getter functions take one parameter---the info list.  The setter
20073 functions take two parameters---the info list and the new value.
20074
20075 The last three elements in the group info aren't mandatory, so it may be
20076 necessary to extend the group info before setting the element.  If this
20077 is necessary, you can just pass on a non-@code{nil} third parameter to
20078 the three final setter functions to have this happen automatically.
20079
20080
20081 @node Extended Interactive
20082 @subsection Extended Interactive
20083 @cindex interactive
20084 @findex gnus-interactive
20085
20086 Gnus extends the standard Emacs @code{interactive} specification
20087 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
20088 Prefixes}).  Here's an example of how this is used:
20089
20090 @lisp
20091 (defun gnus-summary-increase-score (&optional score symp)
20092   (interactive (gnus-interactive "P\ny"))
20093   ...
20094   )
20095 @end lisp
20096
20097 The best thing to do would have been to implement
20098 @code{gnus-interactive} as a macro which would have returned an
20099 @code{interactive} form, but this isn't possible since Emacs checks
20100 whether a function is interactive or not by simply doing an @code{assq}
20101 on the lambda form.  So, instead we have @code{gnus-interactive}
20102 function that takes a string and returns values that are usable to
20103 @code{interactive}.
20104
20105 This function accepts (almost) all normal @code{interactive} specs, but
20106 adds a few more.
20107
20108 @table @samp
20109 @item y
20110 @vindex gnus-current-prefix-symbol
20111 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
20112 variable.
20113
20114 @item Y
20115 @vindex gnus-current-prefix-symbols
20116 A list of the current symbolic prefixes---the
20117 @code{gnus-current-prefix-symbol} variable.
20118
20119 @item A
20120 The current article number---the @code{gnus-summary-article-number}
20121 function.
20122
20123 @item H
20124 The current article header---the @code{gnus-summary-article-header}
20125 function.
20126
20127 @item g
20128 The current group name---the @code{gnus-group-group-name}
20129 function.
20130
20131 @end table
20132
20133
20134 @node Emacs/XEmacs Code
20135 @subsection Emacs/XEmacs Code
20136 @cindex XEmacs
20137 @cindex Emacsen
20138
20139 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
20140 platforms must be the primary one.  I chose Emacs.  Not because I don't
20141 like XEmacs or Mule, but because it comes first alphabetically.
20142
20143 This means that Gnus will byte-compile under Emacs with nary a warning,
20144 while XEmacs will pump out gigabytes of warnings while byte-compiling.
20145 As I use byte-compilation warnings to help me root out trivial errors in
20146 Gnus, that's very useful.
20147
20148 I've also consistently used Emacs function interfaces, but have used
20149 Gnusey aliases for the functions.  To take an example:  Emacs defines a
20150 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
20151 function.  I then define a function called @code{gnus-run-at-time} that
20152 takes the same parameters as the Emacs @code{run-at-time}.  When running
20153 Gnus under Emacs, the former function is just an alias for the latter.
20154 However, when running under XEmacs, the former is an alias for the
20155 following function:
20156
20157 @lisp
20158 (defun gnus-xmas-run-at-time (time repeat function &rest args)
20159   (start-itimer
20160    "gnus-run-at-time"
20161    `(lambda ()
20162       (,function ,@@args))
20163    time repeat))
20164 @end lisp
20165
20166 This sort of thing has been done for bunches of functions.  Gnus does
20167 not redefine any native Emacs functions while running under XEmacs---it
20168 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
20169 all over.
20170
20171 In the cases where the XEmacs function interface was obviously cleaner,
20172 I used it instead.  For example @code{gnus-region-active-p} is an alias
20173 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
20174
20175 Of course, I could have chosen XEmacs as my native platform and done
20176 mapping functions the other way around.  But I didn't.  The performance
20177 hit these indirections impose on Gnus under XEmacs should be slight.
20178
20179
20180 @node Various File Formats
20181 @subsection Various File Formats
20182
20183 @menu
20184 * Active File Format::      Information on articles and groups available.
20185 * Newsgroups File Format::  Group descriptions.
20186 @end menu
20187
20188
20189 @node Active File Format
20190 @subsubsection Active File Format
20191
20192 The active file lists all groups available on the server in
20193 question.  It also lists the highest and lowest current article numbers
20194 in each group.
20195
20196 Here's an excerpt from a typical active file:
20197
20198 @example
20199 soc.motss 296030 293865 y
20200 alt.binaries.pictures.fractals 3922 3913 n
20201 comp.sources.unix 1605 1593 m
20202 comp.binaries.ibm.pc 5097 5089 y
20203 no.general 1000 900 y
20204 @end example
20205
20206 Here's a pseudo-BNF definition of this file:
20207
20208 @example
20209 active      = *group-line
20210 group-line  = group space high-number space low-number space flag <NEWLINE>
20211 group       = <non-white-space string>
20212 space       = " "
20213 high-number = <non-negative integer>
20214 low-number  = <positive integer>
20215 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
20216 @end example
20217
20218 For a full description of this file, see the manual pages for
20219 @samp{innd}, in particular @samp{active(5)}.
20220
20221
20222 @node Newsgroups File Format
20223 @subsubsection Newsgroups File Format
20224
20225 The newsgroups file lists groups along with their descriptions.  Not all
20226 groups on the server have to be listed,  and not all groups in the file
20227 have to exist on the server.  The file is meant purely as information to
20228 the user.
20229
20230 The format is quite simple; a group name, a tab, and the description.
20231 Here's the definition:
20232
20233 @example
20234 newsgroups    = *line
20235 line          = group tab description <NEWLINE>
20236 group         = <non-white-space string>
20237 tab           = <TAB>
20238 description   = <string>
20239 @end example
20240
20241
20242 @page
20243 @node Emacs for Heathens
20244 @section Emacs for Heathens
20245
20246 Believe it or not, but some people who use Gnus haven't really used
20247 Emacs much before they embarked on their journey on the Gnus Love Boat.
20248 If you are one of those unfortunates whom ``@kbd{M-C-a}'', ``kill the
20249 region'', and ``set @code{gnus-flargblossen} to an alist where the key
20250 is a regexp that is used for matching on the group name'' are magical
20251 phrases with little or no meaning, then this appendix is for you.  If
20252 you are already familiar with Emacs, just ignore this and go fondle your
20253 cat instead.
20254
20255 @menu
20256 * Keystrokes::      Entering text and executing commands.
20257 * Emacs Lisp::      The built-in Emacs programming language.
20258 @end menu
20259
20260
20261 @node Keystrokes
20262 @subsection Keystrokes
20263
20264 @itemize @bullet
20265 @item
20266 Q: What is an experienced Emacs user?
20267
20268 @item
20269 A: A person who wishes that the terminal had pedals.
20270 @end itemize
20271
20272 Yes, when you use Emacs, you are apt to use the control key, the shift
20273 key and the meta key a lot.  This is very annoying to some people
20274 (notably @code{vi}le users), and the rest of us just love the hell out
20275 of it.  Just give up and submit.  Emacs really does stand for
20276 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
20277 may have heard from other disreputable sources (like the Emacs author).
20278
20279 The shift keys are normally located near your pinky fingers, and are
20280 normally used to get capital letters and stuff.  You probably use it all
20281 the time.  The control key is normally marked ``CTRL'' or something like
20282 that.  The meta key is, funnily enough, never marked as such on any
20283 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
20284 which is the meta key on this keyboard.  It's usually located somewhere
20285 to the left hand side of the keyboard, usually on the bottom row.
20286
20287 Now, us Emacs people don't say ``press the meta-control-m key'',
20288 because that's just too inconvenient.  We say ``press the @kbd{M-C-m}
20289 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
20290 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
20291 down the control key, and hold it down while you press @kbd{k}''.
20292 ``Press @kbd{M-C-k}'' means ``press down and hold down the meta key and
20293 the control key and then press @kbd{k}''.  Simple, ay?
20294
20295 This is somewhat complicated by the fact that not all keyboards have a
20296 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
20297 means ``press escape, release escape, press @kbd{k}''.  That's much more
20298 work than if you have a meta key, so if that's the case, I respectfully
20299 suggest you get a real keyboard with a meta key.  You can't live without
20300 it.
20301
20302
20303
20304 @node Emacs Lisp
20305 @subsection Emacs Lisp
20306
20307 Emacs is the King of Editors because it's really a Lisp interpreter.
20308 Each and every key you tap runs some Emacs Lisp code snippet, and since
20309 Emacs Lisp is an interpreted language, that means that you can configure
20310 any key to run any arbitrary code.  You just, like, do it.
20311
20312 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
20313 functions.  (These are byte-compiled for speed, but it's still
20314 interpreted.)  If you decide that you don't like the way Gnus does
20315 certain things, it's trivial to have it do something a different way.
20316 (Well, at least if you know how to write Lisp code.)  However, that's
20317 beyond the scope of this manual, so we are simply going to talk about
20318 some common constructs that you normally use in your @file{.emacs} file
20319 to customize Gnus.
20320
20321 If you want to set the variable @code{gnus-florgbnize} to four (4), you
20322 write the following:
20323
20324 @lisp
20325 (setq gnus-florgbnize 4)
20326 @end lisp
20327
20328 This function (really ``special form'') @code{setq} is the one that can
20329 set a variable to some value.  This is really all you need to know.  Now
20330 you can go and fill your @code{.emacs} file with lots of these to change
20331 how Gnus works.
20332
20333 If you have put that thing in your @code{.emacs} file, it will be read
20334 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
20335 start Emacs.  If you want to change the variable right away, simply say
20336 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
20337 previous ``form'', which is a simple @code{setq} statement here.
20338
20339 Go ahead---just try it, if you're located at your Emacs.  After you
20340 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
20341 is the return value of the form you @code{eval}ed.
20342
20343 Some pitfalls:
20344
20345 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
20346 that means:
20347
20348 @lisp
20349 (setq gnus-read-active-file 'some)
20350 @end lisp
20351
20352 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
20353 @samp{nntp.ifi.uio.no}'', that means:
20354
20355 @lisp
20356 (setq gnus-nntp-server "nntp.ifi.uio.no")
20357 @end lisp
20358
20359 So be careful not to mix up strings (the latter) with symbols (the
20360 former).  The manual is unambiguous, but it can be confusing.
20361
20362 @page
20363 @include gnus-faq.texi
20364
20365 @node Index
20366 @chapter Index
20367 @printindex cp
20368
20369 @node Key Index
20370 @chapter Key Index
20371 @printindex ky
20372
20373 @summarycontents
20374 @contents
20375 @bye
20376
20377 @iftex
20378 @iflatex
20379 \end{document}
20380 @end iflatex
20381 @end iftex
20382
20383 @c End:
20384