*** empty log message ***
[gnus] / texi / gnus.texi
1 \input texinfo                  @c -*-texinfo-*-
2
3 @setfilename gnus
4 @settitle Pterodactyl Gnus 0.16 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 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 Pterodactyl Gnus 0.16 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 This manual corresponds to Pterodactyl Gnus 0.16.
358
359 @end ifinfo
360
361 @iftex
362
363 @iflatex
364 \tableofcontents
365 \gnuscleardoublepage
366 @end iflatex
367
368 Gnus is the advanced, self-documenting, customizable, extensible
369 unreal-time newsreader for GNU Emacs.
370
371 Oops.  That sounds oddly familiar, so let's start over again to avoid
372 being accused of plagiarism:
373
374 Gnus is a message-reading laboratory.  It will let you look at just
375 about anything as if it were a newsgroup.  You can read mail with it,
376 you can browse directories with it, you can @code{ftp} with it---you can
377 even read news with it!
378
379 Gnus tries to empower people who read news the same way Emacs empowers
380 people who edit text.  Gnus sets no limits to what the user should be
381 allowed to do.  Users are encouraged to extend Gnus to make it behave
382 like they want it to behave.  A program should not control people;
383 people should be empowered to do what they want by using (or abusing)
384 the program.
385
386 @end iftex
387
388
389 @menu
390 * Starting Up::           Finding news can be a pain.
391 * The Group Buffer::      Selecting, subscribing and killing groups.
392 * The Summary Buffer::    Reading, saving and posting articles.
393 * The Article Buffer::    Displaying and handling articles.
394 * Composing Messages::    Information on sending mail and news.
395 * Select Methods::        Gnus reads all messages from various select methods.
396 * Scoring::               Assigning values to articles.
397 * Various::               General purpose settings.
398 * The End::               Farewell and goodbye.
399 * Appendices::            Terminology, Emacs intro, FAQ, History, Internals.
400 * Index::                 Variable, function and concept index.
401 * Key Index::             Key Index.
402 @end menu
403
404 @node Starting Up
405 @chapter Starting Gnus
406 @cindex starting up
407
408 @kindex M-x gnus
409 @findex gnus
410 If your system administrator has set things up properly, starting Gnus
411 and reading news is extremely easy---you just type @kbd{M-x gnus} in
412 your Emacs.
413
414 @findex gnus-other-frame
415 @kindex M-x gnus-other-frame
416 If you want to start Gnus in a different frame, you can use the command
417 @kbd{M-x gnus-other-frame} instead.
418
419 If things do not go smoothly at startup, you have to twiddle some
420 variables in your @file{~/.gnus} file.  This file is similar to
421 @file{~/.emacs}, but is read when gnus starts.
422
423 If you puzzle at any terms used in this manual, please refer to the
424 terminology section (@pxref{Terminology}).
425
426 @menu
427 * Finding the News::    Choosing a method for getting news.
428 * The First Time::      What does Gnus do the first time you start it?
429 * The Server is Down::  How can I read my mail then?
430 * Slave Gnusae::        You can have more than one Gnus active at a time.
431 * Fetching a Group::    Starting Gnus just to read a group.
432 * New Groups::          What is Gnus supposed to do with new groups?
433 * Startup Files::       Those pesky startup files---@file{.newsrc}.
434 * Auto Save::           Recovering from a crash.
435 * The Active File::     Reading the active file over a slow line Takes Time.
436 * Changing Servers::    You may want to move from one server to another.
437 * Startup Variables::   Other variables you might change.
438 @end menu
439
440
441 @node Finding the News
442 @section Finding the News
443 @cindex finding news
444
445 @vindex gnus-select-method
446 @c @head
447 The @code{gnus-select-method} variable says where Gnus should look for
448 news.  This variable should be a list where the first element says
449 @dfn{how} and the second element says @dfn{where}.  This method is your
450 native method.  All groups not fetched with this method are
451 foreign groups.
452
453 For instance, if the @samp{news.somewhere.edu} @sc{nntp} server is where
454 you want to get your daily dosage of news from, you'd say:
455
456 @lisp
457 (setq gnus-select-method '(nntp "news.somewhere.edu"))
458 @end lisp
459
460 If you want to read directly from the local spool, say:
461
462 @lisp
463 (setq gnus-select-method '(nnspool ""))
464 @end lisp
465
466 If you can use a local spool, you probably should, as it will almost
467 certainly be much faster.
468
469 @vindex gnus-nntpserver-file
470 @cindex NNTPSERVER
471 @cindex @sc{nntp} server
472 If this variable is not set, Gnus will take a look at the
473 @code{NNTPSERVER} environment variable.  If that variable isn't set,
474 Gnus will see whether @code{gnus-nntpserver-file}
475 (@file{/etc/nntpserver} by default) has any opinions on the matter.  If
476 that fails as well, Gnus will try to use the machine running Emacs as an @sc{nntp} server.  That's a long shot, though.
477
478 @vindex gnus-nntp-server
479 If @code{gnus-nntp-server} is set, this variable will override
480 @code{gnus-select-method}.  You should therefore set
481 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
482
483 @vindex gnus-secondary-servers
484 You can also make Gnus prompt you interactively for the name of an
485 @sc{nntp} server.  If you give a non-numerical prefix to @code{gnus}
486 (i.e., @kbd{C-u M-x gnus}), Gnus will let you choose between the servers
487 in the @code{gnus-secondary-servers} list (if any).  You can also just
488 type in the name of any server you feel like visiting.
489
490 @findex gnus-group-browse-foreign-server
491 @kindex B (Group)
492 However, if you use one @sc{nntp} server regularly and are just
493 interested in a couple of groups from a different server, you would be
494 better served by using the @kbd{B} command in the group buffer.  It will
495 let you have a look at what groups are available, and you can subscribe
496 to any of the groups you want to.  This also makes @file{.newsrc}
497 maintenance much tidier.  @xref{Foreign Groups}.
498
499 @vindex gnus-secondary-select-methods
500 @c @head
501 A slightly different approach to foreign groups is to set the
502 @code{gnus-secondary-select-methods} variable.  The select methods
503 listed in this variable are in many ways just as native as the
504 @code{gnus-select-method} server.  They will also be queried for active
505 files during startup (if that's required), and new newsgroups that
506 appear on these servers will be subscribed (or not) just as native
507 groups are.
508
509 For instance, if you use the @code{nnmbox} backend to read your mail, you
510 would typically set this variable to
511
512 @lisp
513 (setq gnus-secondary-select-methods '((nnmbox "")))
514 @end lisp
515
516
517 @node The First Time
518 @section The First Time
519 @cindex first time usage
520
521 If no startup files exist, Gnus will try to determine what groups should
522 be subscribed by default.
523
524 @vindex gnus-default-subscribed-newsgroups
525 If the variable @code{gnus-default-subscribed-newsgroups} is set, Gnus
526 will subscribe you to just those groups in that list, leaving the rest
527 killed.  Your system administrator should have set this variable to
528 something useful.
529
530 Since she hasn't, Gnus will just subscribe you to a few arbitrarily
531 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
532 here as @dfn{whatever Lars thinks you should read}.)
533
534 You'll also be subscribed to the Gnus documentation group, which should
535 help you with most common problems.
536
537 If @code{gnus-default-subscribed-newsgroups} is @code{t}, Gnus will just
538 use the normal functions for handling new groups, and not do anything
539 special.
540
541
542 @node The Server is Down
543 @section The Server is Down
544 @cindex server errors
545
546 If the default server is down, Gnus will understandably have some
547 problems starting.  However, if you have some mail groups in addition to
548 the news groups, you may want to start Gnus anyway.
549
550 Gnus, being the trusting sort of program, will ask whether to proceed
551 without a native select method if that server can't be contacted.  This
552 will happen whether the server doesn't actually exist (i.e., you have
553 given the wrong address) or the server has just momentarily taken ill
554 for some reason or other.  If you decide to continue and have no foreign
555 groups, you'll find it difficult to actually do anything in the group
556 buffer.  But, hey, that's your problem.  Blllrph!
557
558 @findex gnus-no-server
559 @kindex M-x gnus-no-server
560 @c @head
561 If you know that the server is definitely down, or you just want to read
562 your mail without bothering with the server at all, you can use the
563 @code{gnus-no-server} command to start Gnus.  That might come in handy
564 if you're in a hurry as well.  This command will not attempt to contact
565 your primary server---instead, it will just activate all groups on level
566 1 and 2.  (You should preferably keep no native groups on those two
567 levels.)
568
569
570 @node Slave Gnusae
571 @section Slave Gnusae
572 @cindex slave
573
574 You might want to run more than one Emacs with more than one Gnus at the
575 same time.  If you are using different @file{.newsrc} files (e.g., if you
576 are using the two different Gnusae to read from two different servers),
577 that is no problem whatsoever.  You just do it.
578
579 The problem appears when you want to run two Gnusae that use the same
580 @code{.newsrc} file.
581
582 To work around that problem some, we here at the Think-Tank at the Gnus
583 Towers have come up with a new concept: @dfn{Masters} and
584 @dfn{slaves}.  (We have applied for a patent on this concept, and have
585 taken out a copyright on those words.  If you wish to use those words in
586 conjunction with each other, you have to send $1 per usage instance to
587 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
588 Applications}) will be much more expensive, of course.)
589
590 Anyways, you start one Gnus up the normal way with @kbd{M-x gnus} (or
591 however you do it).  Each subsequent slave Gnusae should be started with
592 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
593 files, but instead save @dfn{slave files} that contain information only
594 on what groups have been read in the slave session.  When a master Gnus
595 starts, it will read (and delete) these slave files, incorporating all
596 information from them.  (The slave files will be read in the sequence
597 they were created, so the latest changes will have precedence.)
598
599 Information from the slave files has, of course, precedence over the
600 information in the normal (i.e., master) @code{.newsrc} file.
601
602
603 @node Fetching a Group
604 @section Fetching a Group
605 @cindex fetching a group
606
607 @findex gnus-fetch-group
608 It is sometimes convenient to be able to just say ``I want to read this
609 group and I don't care whether Gnus has been started or not''.  This is
610 perhaps more useful for people who write code than for users, but the
611 command @code{gnus-fetch-group} provides this functionality in any case.
612 It takes the group name as a parameter.
613
614
615 @node New Groups
616 @section New Groups
617 @cindex new groups
618 @cindex subscription
619
620 @vindex gnus-check-new-newsgroups
621 If you are satisfied that you really never want to see any new groups,
622 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
623 also save you some time at startup.  Even if this variable is
624 @code{nil}, you can always subscribe to the new groups just by pressing
625 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
626 is @code{ask-server} by default.  If you set this variable to
627 @code{always}, then Gnus will query the backends for new groups even
628 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
629
630 @menu
631 * Checking New Groups::      Determining what groups are new.
632 * Subscription Methods::     What Gnus should do with new groups.
633 * Filtering New Groups::     Making Gnus ignore certain new groups.
634 @end menu
635
636
637 @node Checking New Groups
638 @subsection Checking New Groups
639
640 Gnus normally determines whether a group is new or not by comparing the
641 list of groups from the active file(s) with the lists of subscribed and
642 dead groups.  This isn't a particularly fast method.  If
643 @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will ask the
644 server for new groups since the last time.  This is both faster and
645 cheaper.  This also means that you can get rid of the list of killed
646 groups altogether, so you may set @code{gnus-save-killed-list} to
647 @code{nil}, which will save time both at startup, at exit, and all over.
648 Saves disk space, too.  Why isn't this the default, then?
649 Unfortunately, not all servers support this command.
650
651 I bet I know what you're thinking now: How do I find out whether my
652 server supports @code{ask-server}?  No?  Good, because I don't have a
653 fail-safe answer.  I would suggest just setting this variable to
654 @code{ask-server} and see whether any new groups appear within the next
655 few days.  If any do, then it works.  If none do, then it doesn't
656 work.  I could write a function to make Gnus guess whether the server
657 supports @code{ask-server}, but it would just be a guess.  So I won't.
658 You could @code{telnet} to the server and say @code{HELP} and see
659 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
660 it does, then it might work.  (But there are servers that lists
661 @samp{NEWGROUPS} without supporting the function properly.)
662
663 This variable can also be a list of select methods.  If so, Gnus will
664 issue an @code{ask-server} command to each of the select methods, and
665 subscribe them (or not) using the normal methods.  This might be handy
666 if you are monitoring a few servers for new groups.  A side effect is
667 that startup will take much longer, so you can meditate while waiting.
668 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
669
670
671 @node Subscription Methods
672 @subsection Subscription Methods
673
674 @vindex gnus-subscribe-newsgroup-method
675 What Gnus does when it encounters a new group is determined by the
676 @code{gnus-subscribe-newsgroup-method} variable.
677
678 This variable should contain a function.  This function will be called
679 with the name of the new group as the only parameter.
680
681 Some handy pre-fab functions are:
682
683 @table @code
684
685 @item gnus-subscribe-zombies
686 @vindex gnus-subscribe-zombies
687 Make all new groups zombies.  This is the default.  You can browse the
688 zombies later (with @kbd{A z}) and either kill them all off properly
689 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
690
691 @item gnus-subscribe-randomly
692 @vindex gnus-subscribe-randomly
693 Subscribe all new groups in arbitrary order.  This really means that all
694 new groups will be added at ``the top'' of the group buffer.
695
696 @item gnus-subscribe-alphabetically
697 @vindex gnus-subscribe-alphabetically
698 Subscribe all new groups in alphabetical order.
699
700 @item gnus-subscribe-hierarchically
701 @vindex gnus-subscribe-hierarchically
702 Subscribe all new groups hierarchically.  The difference between this
703 function and @code{gnus-subscribe-alphabetically} is slight.
704 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
705 alphabetical fashion, while this function will enter groups into it's
706 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
707 @samp{comp} hierarchy, this function will not mess that configuration
708 up.  Or something like that.
709
710 @item gnus-subscribe-interactively
711 @vindex gnus-subscribe-interactively
712 Subscribe new groups interactively.  This means that Gnus will ask
713 you about @strong{all} new groups.  The groups you choose to subscribe
714 to will be subscribed hierarchically.
715
716 @item gnus-subscribe-killed
717 @vindex gnus-subscribe-killed
718 Kill all new groups.
719
720 @end table
721
722 @vindex gnus-subscribe-hierarchical-interactive
723 A closely related variable is
724 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
725 mouthful.)  If this variable is non-@code{nil}, Gnus will ask you in a
726 hierarchical fashion whether to subscribe to new groups or not.  Gnus
727 will ask you for each sub-hierarchy whether you want to descend the
728 hierarchy or not.
729
730 One common mistake is to set the variable a few paragraphs above
731 (@code{gnus-subscribe-newsgroup-method}) to
732 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
733 will not work.  This is ga-ga.  So don't do it.
734
735
736 @node Filtering New Groups
737 @subsection Filtering New Groups
738
739 A nice and portable way to control which new newsgroups should be
740 subscribed (or ignored) is to put an @dfn{options} line at the start of
741 the @file{.newsrc} file.  Here's an example:
742
743 @example
744 options -n !alt.all !rec.all sci.all
745 @end example
746
747 @vindex gnus-subscribe-options-newsgroup-method
748 This line obviously belongs to a serious-minded intellectual scientific
749 person (or she may just be plain old boring), because it says that all
750 groups that have names beginning with @samp{alt} and @samp{rec} should
751 be ignored, and all groups with names beginning with @samp{sci} should
752 be subscribed.  Gnus will not use the normal subscription method for
753 subscribing these groups.
754 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
755 variable defaults to @code{gnus-subscribe-alphabetically}.
756
757 @vindex gnus-options-not-subscribe
758 @vindex gnus-options-subscribe
759 If you don't want to mess with your @file{.newsrc} file, you can just
760 set the two variables @code{gnus-options-subscribe} and
761 @code{gnus-options-not-subscribe}.  These two variables do exactly the
762 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
763 and if the new group matches the former, it will be unconditionally
764 subscribed, and if it matches the latter, it will be ignored.
765
766 @vindex gnus-auto-subscribed-groups
767 Yet another variable that meddles here is
768 @code{gnus-auto-subscribed-groups}.  It works exactly like
769 @code{gnus-options-subscribe}, and is therefore really superfluous, but I
770 thought it would be nice to have two of these.  This variable is more
771 meant for setting some ground rules, while the other variable is used
772 more for user fiddling.  By default this variable makes all new groups
773 that come from mail backends (@code{nnml}, @code{nnbabyl},
774 @code{nnfolder}, @code{nnmbox}, and @code{nnmh}) subscribed.  If you
775 don't like that, just set this variable to @code{nil}.
776
777 New groups that match this regexp are subscribed using
778 @code{gnus-subscribe-options-newsgroup-method}.
779
780
781 @node Changing Servers
782 @section Changing Servers
783 @cindex changing servers
784
785 Sometimes it is necessary to move from one @sc{nntp} server to another.
786 This happens very rarely, but perhaps you change jobs, or one server is
787 very flaky and you want to use another.
788
789 Changing the server is pretty easy, right?  You just change
790 @code{gnus-select-method} to point to the new server?
791
792 @emph{Wrong!}
793
794 Article numbers are not (in any way) kept synchronized between different
795 @sc{nntp} servers, and the only way Gnus keeps track of what articles
796 you have read is by keeping track of article numbers.  So when you
797 change @code{gnus-select-method}, your @file{.newsrc} file becomes
798 worthless.
799
800 Gnus provides a few functions to attempt to translate a @file{.newsrc}
801 file from one server to another.  They all have one thing in
802 common---they take a looong time to run.  You don't want to use these
803 functions more than absolutely necessary.
804
805 @kindex M-x gnus-change-server
806 @findex gnus-change-server
807 If you have access to both servers, Gnus can request the headers for all
808 the articles you have read and compare @code{Message-ID}s and map the
809 article numbers of the read articles and article marks.  The @kbd{M-x
810 gnus-change-server} command will do this for all your native groups.  It
811 will prompt for the method you want to move to.
812
813 @kindex M-x gnus-group-move-group-to-server
814 @findex gnus-group-move-group-to-server
815 You can also move individual groups with the @kbd{M-x
816 gnus-group-move-group-to-server} command.  This is useful if you want to
817 move a (foreign) group from one server to another.
818
819 @kindex M-x gnus-group-clear-data-on-native-groups
820 @findex gnus-group-clear-data-on-native-groups
821 If you don't have access to both the old and new server, all your marks
822 and read ranges have become worthless.  You can use the @kbd{M-x
823 gnus-group-clear-data-on-native-groups} command to clear out all data
824 that you have on your native groups.  Use with caution.
825
826
827 @node Startup Files
828 @section Startup Files
829 @cindex startup files
830 @cindex .newsrc
831 @cindex .newsrc.el
832 @cindex .newsrc.eld
833
834 Now, you all know about the @file{.newsrc} file.  All subscription
835 information is traditionally stored in this file.
836
837 Things got a bit more complicated with @sc{gnus}.  In addition to
838 keeping the @file{.newsrc} file updated, it also used a file called
839 @file{.newsrc.el} for storing all the information that didn't fit into
840 the @file{.newsrc} file.  (Actually, it also duplicated everything in
841 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
842 files was the most recently saved, which enabled people to swap between
843 @sc{gnus} and other newsreaders.
844
845 That was kinda silly, so Gnus went one better: In addition to the
846 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
847 @file{.newsrc.eld}.  It will read whichever of these files that are most
848 recent, but it will never write a @file{.newsrc.el} file.  You should
849 never delete the @file{.newsrc.eld} file---it contains much information
850 not stored in the @file{.newsrc} file.
851
852 @vindex gnus-save-newsrc-file
853 You can turn off writing the @file{.newsrc} file by setting
854 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
855 the file and save some space, as well as exiting from Gnus faster.
856 However, this will make it impossible to use other newsreaders than
857 Gnus.  But hey, who would want to, right?
858
859 @vindex gnus-save-killed-list
860 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
861 will not save the list of killed groups to the startup file.  This will
862 save both time (when starting and quitting) and space (on disk).  It
863 will also mean that Gnus has no record of what groups are new or old,
864 so the automatic new groups subscription methods become meaningless.
865 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
866 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
867 Groups}).  This variable can also be a regular expression.  If that's
868 the case, remove all groups that do not match this regexp before
869 saving.  This can be useful in certain obscure situations that involve
870 several servers where not all servers support @code{ask-server}.
871
872 @vindex gnus-startup-file
873 The @code{gnus-startup-file} variable says where the startup files are.
874 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
875 file being whatever that one is, with a @samp{.eld} appended.
876
877 @vindex gnus-save-newsrc-hook
878 @vindex gnus-save-quick-newsrc-hook
879 @vindex gnus-save-standard-newsrc-hook
880 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
881 files, while @code{gnus-save-quick-newsrc-hook} is called just before
882 saving the @file{.newsrc.eld} file, and
883 @code{gnus-save-standard-newsrc-hook} is called just before saving the
884 @file{.newsrc} file.  The latter two are commonly used to turn version
885 control on or off.  Version control is on by default when saving the
886 startup files.  If you want to turn backup creation off, say something like:
887
888 @lisp
889 (defun turn-off-backup ()
890   (set (make-local-variable 'backup-inhibited) t))
891
892 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
893 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
894 @end lisp
895
896 @vindex gnus-init-file
897 When Gnus starts, it will read the @code{gnus-site-init-file}
898 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
899 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
900 and can be used to avoid cluttering your @file{~/.emacs} and
901 @file{site-init} files with Gnus stuff.  Gnus will also check for files
902 with the same names as these, but with @file{.elc} and @file{.el}
903 suffixes.  In other words, if you have set @code{gnus-init-file} to
904 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
905 and finally @file{~/.gnus} (in this order).
906
907
908
909 @node Auto Save
910 @section Auto Save
911 @cindex dribble file
912 @cindex auto-save
913
914 Whenever you do something that changes the Gnus data (reading articles,
915 catching up, killing/subscribing groups), the change is added to a
916 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
917 Emacs way.  If your Emacs should crash before you have saved the
918 @file{.newsrc} files, all changes you have made can be recovered from
919 this file.
920
921 If Gnus detects this file at startup, it will ask the user whether to
922 read it.  The auto save file is deleted whenever the real startup file is
923 saved.
924
925 @vindex gnus-use-dribble-file
926 If @code{gnus-use-dribble-file} is @code{nil}, Gnus won't create and
927 maintain a dribble buffer.  The default is @code{t}.
928
929 @vindex gnus-dribble-directory
930 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
931 this variable is @code{nil}, which it is by default, Gnus will dribble
932 into the directory where the @file{.newsrc} file is located.  (This is
933 normally the user's home directory.)  The dribble file will get the same
934 file permissions as the @code{.newsrc} file.
935
936 @vindex gnus-always-read-dribble-file
937 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
938 read the dribble file on startup without querying the user.
939
940
941 @node The Active File
942 @section The Active File
943 @cindex active file
944 @cindex ignored groups
945
946 When Gnus starts, or indeed whenever it tries to determine whether new
947 articles have arrived, it reads the active file.  This is a very large
948 file that lists all the active groups and articles on the server.
949
950 @vindex gnus-ignored-newsgroups
951 Before examining the active file, Gnus deletes all lines that match the
952 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
953 any groups with bogus names, but you can use this variable to make Gnus
954 ignore hierarchies you aren't ever interested in.  However, this is not
955 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
956 Groups} for an overview of other variables that can be used instead.
957
958 @c This variable is
959 @c @code{nil} by default, and will slow down active file handling somewhat
960 @c if you set it to anything else.
961
962 @vindex gnus-read-active-file
963 @c @head
964 The active file can be rather Huge, so if you have a slow network, you
965 can set @code{gnus-read-active-file} to @code{nil} to prevent Gnus from
966 reading the active file.  This variable is @code{some} by default.
967
968 Gnus will try to make do by getting information just on the groups that
969 you actually subscribe to.
970
971 Note that if you subscribe to lots and lots of groups, setting this
972 variable to @code{nil} will probably make Gnus slower, not faster.  At
973 present, having this variable @code{nil} will slow Gnus down
974 considerably, unless you read news over a 2400 baud modem.
975
976 This variable can also have the value @code{some}.  Gnus will then
977 attempt to read active info only on the subscribed groups.  On some
978 servers this is quite fast (on sparkling, brand new INN servers that
979 support the @code{LIST ACTIVE group} command), on others this isn't fast
980 at all.  In any case, @code{some} should be faster than @code{nil}, and
981 is certainly faster than @code{t} over slow lines.
982
983 If this variable is @code{nil}, Gnus will ask for group info in total
984 lock-step, which isn't very fast.  If it is @code{some} and you use an
985 @sc{nntp} server, Gnus will pump out commands as fast as it can, and
986 read all the replies in one swoop.  This will normally result in better
987 performance, but if the server does not support the aforementioned
988 @code{LIST ACTIVE group} command, this isn't very nice to the server.
989
990 In any case, if you use @code{some} or @code{nil}, you should definitely
991 kill all groups that you aren't interested in to speed things up.
992
993 Note that this variable also affects active file retrieval from
994 secondary select methods.
995
996
997 @node Startup Variables
998 @section Startup Variables
999
1000 @table @code
1001
1002 @item gnus-load-hook
1003 @vindex gnus-load-hook
1004 A hook run while Gnus is being loaded.  Note that this hook will
1005 normally be run just once in each Emacs session, no matter how many
1006 times you start Gnus.
1007
1008 @item gnus-before-startup-hook
1009 @vindex gnus-before-startup-hook
1010 A hook run after starting up Gnus successfully.
1011
1012 @item gnus-startup-hook
1013 @vindex gnus-startup-hook
1014 A hook run as the very last thing after starting up Gnus
1015
1016 @item gnus-started-hook
1017 @vindex gnus-started-hook
1018 A hook that is run as the very last thing after starting up Gnus
1019 successfully.
1020
1021 @item gnus-started-hook
1022 @vindex gnus-started-hook
1023 A hook that is run after reading the @file{.newsrc} file(s), but before
1024 generating the group buffer.
1025
1026 @item gnus-check-bogus-newsgroups
1027 @vindex gnus-check-bogus-newsgroups
1028 If non-@code{nil}, Gnus will check for and delete all bogus groups at
1029 startup.  A @dfn{bogus group} is a group that you have in your
1030 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1031 bogus groups can take quite a while, so to save time and resources it's
1032 best to leave this option off, and do the checking for bogus groups once
1033 in a while from the group buffer instead (@pxref{Group Maintenance}).
1034
1035 @item gnus-inhibit-startup-message
1036 @vindex gnus-inhibit-startup-message
1037 If non-@code{nil}, the startup message won't be displayed.  That way,
1038 your boss might not notice as easily that you are reading news instead
1039 of doing your job.  Note that this variable is used before
1040 @file{.gnus.el} is loaded, so it should be set in @code{.emacs} instead.
1041
1042 @item gnus-no-groups-message
1043 @vindex gnus-no-groups-message
1044 Message displayed by Gnus when no groups are available.
1045
1046 @item gnus-play-startup-jingle
1047 @vindex gnus-play-startup-jingle
1048 If non-@code{nil}, play the Gnus jingle at startup.
1049
1050 @item gnus-startup-jingle
1051 @vindex gnus-startup-jingle
1052 Jingle to be played if the above variable is non-@code{nil}.  The
1053 default is @samp{Tuxedomoon.Jingle4.au}.
1054
1055 @end table
1056
1057
1058 @node The Group Buffer
1059 @chapter The Group Buffer
1060 @cindex group buffer
1061
1062 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1063 is the first buffer shown when Gnus starts, and will never be killed as
1064 long as Gnus is active.
1065
1066 @iftex
1067 @iflatex
1068 \gnusfigure{The Group Buffer}{320}{
1069 \put(75,50){\epsfig{figure=tmp/group.ps,height=9cm}}
1070 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1071 \put(120,38){\vector(1,2){10}}
1072 \put(40,60){\makebox(0,0)[r]{Mode line}}
1073 \put(40,58){\vector(1,0){30}}
1074 \put(200,28){\makebox(0,0)[t]{Native select method}}
1075 \put(200,26){\vector(-1,2){15}}
1076 }
1077 @end iflatex
1078 @end iftex
1079
1080 @menu
1081 * Group Buffer Format::    Information listed and how you can change it.
1082 * Group Maneuvering::      Commands for moving in the group buffer.
1083 * Selecting a Group::      Actually reading news.
1084 * Group Data::             Changing the info for a group.
1085 * Subscription Commands::  Unsubscribing, killing, subscribing.
1086 * Group Levels::           Levels? What are those, then?
1087 * Group Score::            A mechanism for finding out what groups you like.
1088 * Marking Groups::         You can mark groups for later processing.
1089 * Foreign Groups::         Creating and editing groups.
1090 * Group Parameters::       Each group may have different parameters set.
1091 * Listing Groups::         Gnus can list various subsets of the groups.
1092 * Sorting Groups::         Re-arrange the group order.
1093 * Group Maintenance::      Maintaining a tidy @file{.newsrc} file.
1094 * Browse Foreign Server::  You can browse a server.  See what it has to offer.
1095 * Exiting Gnus::           Stop reading news and get some work done.
1096 * Group Topics::           A folding group mode divided into topics.
1097 * Misc Group Stuff::       Other stuff that you can to do.
1098 @end menu
1099
1100
1101 @node Group Buffer Format
1102 @section Group Buffer Format
1103
1104 @menu
1105 * Group Line Specification::       Deciding how the group buffer is to look.
1106 * Group Modeline Specification::   The group buffer modeline.
1107 * Group Highlighting::             Having nice colors in the group buffer.
1108 @end menu
1109
1110
1111 @node Group Line Specification
1112 @subsection Group Line Specification
1113 @cindex group buffer format
1114
1115 The default format of the group buffer is nice and dull, but you can
1116 make it as exciting and ugly as you feel like.
1117
1118 Here's a couple of example group lines:
1119
1120 @example
1121      25: news.announce.newusers
1122  *    0: alt.fan.andrea-dworkin
1123 @end example
1124
1125 Quite simple, huh?
1126
1127 You can see that there are 25 unread articles in
1128 @samp{news.announce.newusers}.  There are no unread articles, but some
1129 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1130 asterisk at the beginning of the line?).
1131
1132 @vindex gnus-group-line-format
1133 You can change that format to whatever you want by fiddling with the
1134 @code{gnus-group-line-format} variable.  This variable works along the
1135 lines of a @code{format} specification, which is pretty much the same as
1136 a @code{printf} specifications, for those of you who use (feh!) C.
1137 @xref{Formatting Variables}.
1138
1139 @samp{%M%S%5y: %(%g%)\n} is the value that produced those lines above.
1140
1141 There should always be a colon on the line; the cursor always moves to
1142 the colon after performing an operation.  Nothing else is required---not
1143 even the group name.  All displayed text is just window dressing, and is
1144 never examined by Gnus.  Gnus stores all real information it needs using
1145 text properties.
1146
1147 (Note that if you make a really strange, wonderful, spreadsheet-like
1148 layout, everybody will believe you are hard at work with the accounting
1149 instead of wasting time reading news.)
1150
1151 Here's a list of all available format characters:
1152
1153 @table @samp
1154
1155 @item M
1156 An asterisk if the group only has marked articles.
1157
1158 @item S
1159 Whether the group is subscribed.
1160
1161 @item L
1162 Level of subscribedness.
1163
1164 @item N
1165 Number of unread articles.
1166
1167 @item I
1168 Number of dormant articles.
1169
1170 @item T
1171 Number of ticked articles.
1172
1173 @item R
1174 Number of read articles.
1175
1176 @item t
1177 Estimated total number of articles.  (This is really @var{max-number}
1178 minus @var{min-number} plus 1.)
1179
1180 @item y
1181 Number of unread, unticked, non-dormant articles.
1182
1183 @item i
1184 Number of ticked and dormant articles.
1185
1186 @item g
1187 Full group name.
1188
1189 @item G
1190 Group name.
1191
1192 @item D
1193 Newsgroup description.
1194
1195 @item o
1196 @samp{m} if moderated.
1197
1198 @item O
1199 @samp{(m)} if moderated.
1200
1201 @item s
1202 Select method.
1203
1204 @item n
1205 Select from where.
1206
1207 @item z
1208 A string that looks like @samp{<%s:%n>} if a foreign select method is
1209 used.
1210
1211 @item P
1212 Indentation based on the level of the topic (@pxref{Group Topics}).
1213
1214 @item c
1215 @vindex gnus-group-uncollapsed-levels
1216 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1217 variable says how many levels to leave at the end of the group name.
1218 The default is 1---this will mean that group names like
1219 @samp{gnu.emacs.gnus} will be shortened to @samp{g.emacs.gnus}.
1220
1221 @item m
1222 @vindex gnus-new-mail-mark
1223 @cindex %
1224 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1225 the group lately.
1226
1227 @item d
1228 A string that says when you last read the group (@pxref{Group
1229 Timestamp}).
1230
1231 @item u
1232 User defined specifier.  The next character in the format string should
1233 be a letter.  Gnus will call the function
1234 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1235 following @samp{%u}.  The function will be passed a single dummy
1236 parameter as argument.  The function should return a string, which will
1237 be inserted into the buffer just like information from any other
1238 specifier.
1239 @end table
1240
1241 @cindex *
1242 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1243 if no info is available---for instance, if it is a non-activated foreign
1244 group, or a bogus native group.
1245
1246
1247 @node Group Modeline Specification
1248 @subsection Group Modeline Specification
1249 @cindex group modeline
1250
1251 @vindex gnus-group-mode-line-format
1252 The mode line can be changed by setting
1253 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1254 doesn't understand that many format specifiers:
1255
1256 @table @samp
1257 @item S
1258 The native news server.
1259 @item M
1260 The native select method.
1261 @end table
1262
1263
1264 @node Group Highlighting
1265 @subsection Group Highlighting
1266 @cindex highlighting
1267 @cindex group highlighting
1268
1269 @vindex gnus-group-highlight
1270 Highlighting in the group buffer is controlled by the
1271 @code{gnus-group-highlight} variable.  This is an alist with elements
1272 that look like @var{(form . face)}.  If @var{form} evaluates to
1273 something non-@code{nil}, the @var{face} will be used on the line.
1274
1275 Here's an example value for this variable that might look nice if the
1276 background is dark:
1277
1278 @lisp
1279 (face-spec-set 'my-group-face-1
1280                '((t (:foreground "Red" :bold t))))
1281 (face-spec-set 'my-group-face-2
1282                '((t (:foreground "SeaGreen" :bold t))))
1283 (face-spec-set 'my-group-face-3
1284                '((t (:foreground "SpringGreen" :bold t))))
1285 (face-spec-set 'my-group-face-4
1286                '((t (:foreground "SteelBlue" :bold t))))
1287 (face-spec-set 'my-group-face-5
1288                '((t (:foreground "SkyBlue" :bold t))))
1289
1290 (setq gnus-group-highlight
1291       '(((> unread 200) . my-group-face-1)
1292         ((and (< level 3) (zerop unread)) . my-group-face-2)
1293         ((< level 3) . my-group-face-3)
1294         ((zerop unread) . my-group-face-4)
1295         (t . my-group-face-5)))
1296 @end lisp
1297
1298 Also @pxref{Faces and Fonts}.
1299
1300 Variables that are dynamically bound when the forms are evaluated
1301 include:
1302
1303 @table @code
1304 @item group
1305 The group name.
1306 @item unread
1307 The number of unread articles in the group.
1308 @item method
1309 The select method.
1310 @item mailp
1311 Whether the group is a mail group.
1312 @item level
1313 The level of the group.
1314 @item score
1315 The score of the group.
1316 @item ticked
1317 The number of ticked articles in the group.
1318 @item total
1319 The total number of articles in the group.  Or rather, MAX-NUMBER minus
1320 MIN-NUMBER plus one.
1321 @item topic
1322 When using the topic minor mode, this variable is bound to the current
1323 topic being inserted.
1324 @end table
1325
1326 When the forms are @code{eval}ed, point is at the beginning of the line
1327 of the group in question, so you can use many of the normal Gnus
1328 functions for snarfing info on the group.
1329
1330 @vindex gnus-group-update-hook
1331 @findex gnus-group-highlight-line
1332 @code{gnus-group-update-hook} is called when a group line is changed.
1333 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
1334 calls @code{gnus-group-highlight-line} by default.
1335
1336
1337 @node Group Maneuvering
1338 @section Group Maneuvering
1339 @cindex group movement
1340
1341 All movement commands understand the numeric prefix and will behave as
1342 expected, hopefully.
1343
1344 @table @kbd
1345
1346 @item n
1347 @kindex n (Group)
1348 @findex gnus-group-next-unread-group
1349 Go to the next group that has unread articles
1350 (@code{gnus-group-next-unread-group}).
1351
1352 @item p
1353 @itemx DEL
1354 @kindex DEL (Group)
1355 @kindex p (Group)
1356 @findex gnus-group-prev-unread-group
1357 Go to the previous group that has unread articles
1358 (@code{gnus-group-prev-unread-group}).
1359
1360 @item N
1361 @kindex N (Group)
1362 @findex gnus-group-next-group
1363 Go to the next group (@code{gnus-group-next-group}).
1364
1365 @item P
1366 @kindex P (Group)
1367 @findex gnus-group-prev-group
1368 Go to the previous group (@code{gnus-group-prev-group}).
1369
1370 @item M-n
1371 @kindex M-n (Group)
1372 @findex gnus-group-next-unread-group-same-level
1373 Go to the next unread group on the same (or lower) level
1374 (@code{gnus-group-next-unread-group-same-level}).
1375
1376 @item M-p
1377 @kindex M-p (Group)
1378 @findex gnus-group-prev-unread-group-same-level
1379 Go to the previous unread group on the same (or lower) level
1380 (@code{gnus-group-prev-unread-group-same-level}).
1381 @end table
1382
1383 Three commands for jumping to groups:
1384
1385 @table @kbd
1386
1387 @item j
1388 @kindex j (Group)
1389 @findex gnus-group-jump-to-group
1390 Jump to a group (and make it visible if it isn't already)
1391 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
1392 like living groups.
1393
1394 @item ,
1395 @kindex , (Group)
1396 @findex gnus-group-best-unread-group
1397 Jump to the unread group with the lowest level
1398 (@code{gnus-group-best-unread-group}).
1399
1400 @item .
1401 @kindex . (Group)
1402 @findex gnus-group-first-unread-group
1403 Jump to the first group with unread articles
1404 (@code{gnus-group-first-unread-group}).
1405 @end table
1406
1407 @vindex gnus-group-goto-unread
1408 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
1409 commands will move to the next group, not the next unread group.  Even
1410 the commands that say they move to the next unread group.  The default
1411 is @code{t}.
1412
1413
1414 @node Selecting a Group
1415 @section Selecting a Group
1416 @cindex group selection
1417
1418 @table @kbd
1419
1420 @item SPACE
1421 @kindex SPACE (Group)
1422 @findex gnus-group-read-group
1423 Select the current group, switch to the summary buffer and display the
1424 first unread article (@code{gnus-group-read-group}).  If there are no
1425 unread articles in the group, or if you give a non-numerical prefix to
1426 this command, Gnus will offer to fetch all the old articles in this
1427 group from the server.  If you give a numerical prefix @var{N}, @var{N}
1428 determines the number of articles Gnus will fetch.  If @var{N} is
1429 positive, Gnus fetches the @var{N} newest articles, if @var{N} is
1430 negative, Gnus fetches the @var{abs(N)} oldest articles.
1431
1432 @item RET
1433 @kindex RET (Group)
1434 @findex gnus-group-select-group
1435 Select the current group and switch to the summary buffer
1436 (@code{gnus-group-select-group}).  Takes the same arguments as
1437 @code{gnus-group-read-group}---the only difference is that this command
1438 does not display the first unread article automatically upon group
1439 entry.
1440
1441 @item M-RET
1442 @kindex M-RET (Group)
1443 @findex gnus-group-quick-select-group
1444 This does the same as the command above, but tries to do it with the
1445 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
1446 scoring/killing will be performed, there will be no highlights and no
1447 expunging.  This might be useful if you're in a real hurry and have to
1448 enter some humongous group.  If you give a 0 prefix to this command
1449 (i.e., @kbd{0 M-RET}), Gnus won't even generate the summary buffer,
1450 which is useful if you want to toggle threading before generating the
1451 summary buffer (@pxref{Summary Generation Commands}).
1452
1453 @item M-SPACE
1454 @kindex M-SPACE (Group)
1455 @findex gnus-group-visible-select-group
1456 This is yet one more command that does the same as the @kbd{RET}
1457 command, but this one does it without expunging and hiding dormants
1458 (@code{gnus-group-visible-select-group}).
1459
1460 @item M-C-RET
1461 @kindex M-C-RET (Group)
1462 @findex gnus-group-select-group-ephemerally
1463 Finally, this command selects the current group ephemerally without
1464 doing any processing of its contents
1465 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
1466 turned off.  Everything you do in the group after selecting it in this
1467 manner will have no permanent effects.
1468
1469 @end table
1470
1471 @vindex gnus-large-newsgroup
1472 The @code{gnus-large-newsgroup} variable says what Gnus should consider
1473 to be a big group.  This is 200 by default.  If the group has more
1474 (unread and/or ticked) articles than this, Gnus will query the user
1475 before entering the group.  The user can then specify how many articles
1476 should be fetched from the server.  If the user specifies a negative
1477 number (@code{-n}), the @code{n} oldest articles will be fetched.  If it
1478 is positive, the @code{n} articles that have arrived most recently will
1479 be fetched.
1480
1481 @vindex gnus-select-group-hook
1482 @vindex gnus-auto-select-first
1483 @code{gnus-auto-select-first} control whether any articles are selected
1484 automatically when entering a group with the @kbd{SPACE} command.
1485
1486 @table @code
1487
1488 @item nil
1489 Don't select any articles when entering the group.  Just display the
1490 full summary buffer.
1491
1492 @item t
1493 Select the first unread article when entering the group.
1494
1495 @item best
1496 Select the highest scored article in the group when entering the
1497 group.
1498 @end table
1499
1500 If you want to prevent automatic selection in some group (say, in a
1501 binary group with Huge articles) you can set this variable to @code{nil}
1502 in @code{gnus-select-group-hook}, which is called when a group is
1503 selected.
1504
1505
1506 @node Subscription Commands
1507 @section Subscription Commands
1508 @cindex subscription
1509
1510 @table @kbd
1511
1512 @item S t
1513 @itemx u
1514 @kindex S t (Group)
1515 @kindex u (Group)
1516 @findex gnus-group-unsubscribe-current-group
1517 @c @icon{gnus-group-unsubscribe}
1518 Toggle subscription to the current group
1519 (@code{gnus-group-unsubscribe-current-group}).
1520
1521 @item S s
1522 @itemx U
1523 @kindex S s (Group)
1524 @kindex U (Group)
1525 @findex gnus-group-unsubscribe-group
1526 Prompt for a group to subscribe, and then subscribe it.  If it was
1527 subscribed already, unsubscribe it instead
1528 (@code{gnus-group-unsubscribe-group}).
1529
1530 @item S k
1531 @itemx C-k
1532 @kindex S k (Group)
1533 @kindex C-k (Group)
1534 @findex gnus-group-kill-group
1535 @c @icon{gnus-group-kill-group}
1536 Kill the current group (@code{gnus-group-kill-group}).
1537
1538 @item S y
1539 @itemx C-y
1540 @kindex S y (Group)
1541 @kindex C-y (Group)
1542 @findex gnus-group-yank-group
1543 Yank the last killed group (@code{gnus-group-yank-group}).
1544
1545 @item C-x C-t
1546 @kindex C-x C-t (Group)
1547 @findex gnus-group-transpose-groups
1548 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
1549 really a subscription command, but you can use it instead of a
1550 kill-and-yank sequence sometimes.
1551
1552 @item S w
1553 @itemx C-w
1554 @kindex S w (Group)
1555 @kindex C-w (Group)
1556 @findex gnus-group-kill-region
1557 Kill all groups in the region (@code{gnus-group-kill-region}).
1558
1559 @item S z
1560 @kindex S z (Group)
1561 @findex gnus-group-kill-all-zombies
1562 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
1563
1564 @item S C-k
1565 @kindex S C-k (Group)
1566 @findex gnus-group-kill-level
1567 Kill all groups on a certain level (@code{gnus-group-kill-level}).
1568 These groups can't be yanked back after killing, so this command should
1569 be used with some caution.  The only time where this command comes in
1570 really handy is when you have a @file{.newsrc} with lots of unsubscribed
1571 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
1572 kill off all unsubscribed groups that do not have message numbers in the
1573 @file{.newsrc} file.
1574
1575 @end table
1576
1577 Also @pxref{Group Levels}.
1578
1579
1580 @node Group Data
1581 @section Group Data
1582
1583 @table @kbd
1584
1585 @item c
1586 @kindex c (Group)
1587 @findex gnus-group-catchup-current
1588 @vindex gnus-group-catchup-group-hook
1589 @c @icon{gnus-group-catchup-current}
1590 Mark all unticked articles in this group as read
1591 (@code{gnus-group-catchup-current}).
1592 @code{gnus-group-catchup-group-hook} is called when catching up a group from
1593 the group buffer.
1594
1595 @item C
1596 @kindex C (Group)
1597 @findex gnus-group-catchup-current-all
1598 Mark all articles in this group, even the ticked ones, as read
1599 (@code{gnus-group-catchup-current-all}).
1600
1601 @item M-c
1602 @kindex M-c (Group)
1603 @findex gnus-group-clear-data
1604 Clear the data from the current group---nix out marks and the list of
1605 read articles (@code{gnus-group-clear-data}).
1606
1607 @item M-x gnus-group-clear-data-on-native-groups
1608 @kindex M-x gnus-group-clear-data-on-native-groups
1609 @findex gnus-group-clear-data-on-native-groups
1610 If you have switched from one @sc{nntp} server to another, all your marks
1611 and read ranges have become worthless.  You can use this command to
1612 clear out all data that you have on your native groups.  Use with
1613 caution.
1614
1615 @end table
1616
1617
1618 @node Group Levels
1619 @section Group Levels
1620 @cindex group level
1621 @cindex level
1622
1623 All groups have a level of @dfn{subscribedness}.  For instance, if a
1624 group is on level 2, it is more subscribed than a group on level 5.  You
1625 can ask Gnus to just list groups on a given level or lower
1626 (@pxref{Listing Groups}), or to just check for new articles in groups on
1627 a given level or lower (@pxref{Scanning New Messages}).
1628
1629 Remember:  The higher the level of the group, the less important it is.
1630
1631 @table @kbd
1632
1633 @item S l
1634 @kindex S l (Group)
1635 @findex gnus-group-set-current-level
1636 Set the level of the current group.  If a numeric prefix is given, the
1637 next @var{n} groups will have their levels set.  The user will be
1638 prompted for a level.
1639 @end table
1640
1641 @vindex gnus-level-killed
1642 @vindex gnus-level-zombie
1643 @vindex gnus-level-unsubscribed
1644 @vindex gnus-level-subscribed
1645 Gnus considers groups from levels 1 to
1646 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
1647 @code{gnus-level-subscribed} (exclusive) and
1648 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
1649 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
1650 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
1651 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
1652 same, but zombie and killed groups have no information on what articles
1653 you have read, etc, stored.  This distinction between dead and living
1654 groups isn't done because it is nice or clever, it is done purely for
1655 reasons of efficiency.
1656
1657 It is recommended that you keep all your mail groups (if any) on quite
1658 low levels (e.g. 1 or 2).
1659
1660 If you want to play with the level variables, you should show some care.
1661 Set them once, and don't touch them ever again.  Better yet, don't touch
1662 them at all unless you know exactly what you're doing.
1663
1664 @vindex gnus-level-default-unsubscribed
1665 @vindex gnus-level-default-subscribed
1666 Two closely related variables are @code{gnus-level-default-subscribed}
1667 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
1668 which are the levels that new groups will be put on if they are
1669 (un)subscribed.  These two variables should, of course, be inside the
1670 relevant valid ranges.
1671
1672 @vindex gnus-keep-same-level
1673 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
1674 will only move to groups of the same level (or lower).  In
1675 particular, going from the last article in one group to the next group
1676 will go to the next group of the same level (or lower).  This might be
1677 handy if you want to read the most important groups before you read the
1678 rest.
1679
1680 @vindex gnus-group-default-list-level
1681 All groups with a level less than or equal to
1682 @code{gnus-group-default-list-level} will be listed in the group buffer
1683 by default.
1684
1685 @vindex gnus-group-list-inactive-groups
1686 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
1687 groups will be listed along with the unread groups.  This variable is
1688 @code{t} by default.  If it is @code{nil}, inactive groups won't be
1689 listed.
1690
1691 @vindex gnus-group-use-permanent-levels
1692 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
1693 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
1694 use this level as the ``work'' level.
1695
1696 @vindex gnus-activate-level
1697 Gnus will normally just activate (i. e., query the server about) groups
1698 on level @code{gnus-activate-level} or less.  If you don't want to
1699 activate unsubscribed groups, for instance, you might set this variable
1700 to 5.  The default is 6.
1701
1702
1703 @node Group Score
1704 @section Group Score
1705 @cindex group score
1706 @cindex group rank
1707 @cindex rank
1708
1709 You would normally keep important groups on high levels, but that scheme
1710 is somewhat restrictive.  Don't you wish you could have Gnus sort the
1711 group buffer according to how often you read groups, perhaps?  Within
1712 reason?
1713
1714 This is what @dfn{group score} is for.  You can assign a score to each
1715 group.  You can then sort the group buffer based on this score.
1716 Alternatively, you can sort on score and then level.  (Taken together,
1717 the level and the score is called the @dfn{rank} of the group.  A group
1718 that is on level 4 and has a score of 1 has a higher rank than a group
1719 on level 5 that has a score of 300.  (The level is the most significant
1720 part and the score is the least significant part.))
1721
1722 @findex gnus-summary-bubble-group
1723 If you want groups you read often to get higher scores than groups you
1724 read seldom you can add the @code{gnus-summary-bubble-group} function to
1725 the @code{gnus-summary-exit-hook} hook.  This will result (after
1726 sorting) in a bubbling sort of action.  If you want to see that in
1727 action after each summary exit, you can add
1728 @code{gnus-group-sort-groups-by-rank} or
1729 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
1730 slow things down somewhat.
1731
1732
1733 @node Marking Groups
1734 @section Marking Groups
1735 @cindex marking groups
1736
1737 If you want to perform some command on several groups, and they appear
1738 subsequently in the group buffer, you would normally just give a
1739 numerical prefix to the command.  Most group commands will then do your
1740 bidding on those groups.
1741
1742 However, if the groups are not in sequential order, you can still
1743 perform a command on several groups.  You simply mark the groups first
1744 with the process mark and then execute the command.
1745
1746 @table @kbd
1747
1748 @item #
1749 @kindex # (Group)
1750 @itemx M m
1751 @kindex M m (Group)
1752 @findex gnus-group-mark-group
1753 Set the mark on the current group (@code{gnus-group-mark-group}).
1754
1755 @item M-#
1756 @kindex M-# (Group)
1757 @itemx M u
1758 @kindex M u (Group)
1759 @findex gnus-group-unmark-group
1760 Remove the mark from the current group
1761 (@code{gnus-group-unmark-group}).
1762
1763 @item M U
1764 @kindex M U (Group)
1765 @findex gnus-group-unmark-all-groups
1766 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
1767
1768 @item M w
1769 @kindex M w (Group)
1770 @findex gnus-group-mark-region
1771 Mark all groups between point and mark (@code{gnus-group-mark-region}).
1772
1773 @item M b
1774 @kindex M b (Group)
1775 @findex gnus-group-mark-buffer
1776 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
1777
1778 @item M r
1779 @kindex M r (Group)
1780 @findex gnus-group-mark-regexp
1781 Mark all groups that match some regular expression
1782 (@code{gnus-group-mark-regexp}).
1783 @end table
1784
1785 Also @pxref{Process/Prefix}.
1786
1787 @findex gnus-group-universal-argument
1788 If you want to execute some command on all groups that have been marked
1789 with the process mark, you can use the @kbd{M-&}
1790 (@code{gnus-group-universal-argument}) command.  It will prompt you for
1791 the command to be executed.
1792
1793
1794 @node Foreign Groups
1795 @section Foreign Groups
1796 @cindex foreign groups
1797
1798 Below are some group mode commands for making and editing general foreign
1799 groups, as well as commands to ease the creation of a few
1800 special-purpose groups.  All these commands insert the newly created
1801 groups under point---@code{gnus-subscribe-newsgroup-method} is not
1802 consulted.
1803
1804 @table @kbd
1805
1806 @item G m
1807 @kindex G m (Group)
1808 @findex gnus-group-make-group
1809 @cindex making groups
1810 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
1811 for a name, a method and possibly an @dfn{address}.  For an easier way
1812 to subscribe to @sc{nntp} groups, @pxref{Browse Foreign Server}.
1813
1814 @item G r
1815 @kindex G r (Group)
1816 @findex gnus-group-rename-group
1817 @cindex renaming groups
1818 Rename the current group to something else
1819 (@code{gnus-group-rename-group}).  This is valid only on some
1820 groups---mail groups mostly.  This command might very well be quite slow
1821 on some backends.
1822
1823 @item G c
1824 @kindex G c (Group)
1825 @cindex customizing
1826 @findex gnus-group-customize
1827 Customize the group parameters (@code{gnus-group-customize}).
1828
1829 @item G e
1830 @kindex G e (Group)
1831 @findex gnus-group-edit-group-method
1832 @cindex renaming groups
1833 Enter a buffer where you can edit the select method of the current
1834 group (@code{gnus-group-edit-group-method}).
1835
1836 @item G p
1837 @kindex G p (Group)
1838 @findex gnus-group-edit-group-parameters
1839 Enter a buffer where you can edit the group parameters
1840 (@code{gnus-group-edit-group-parameters}).
1841
1842 @item G E
1843 @kindex G E (Group)
1844 @findex gnus-group-edit-group
1845 Enter a buffer where you can edit the group info
1846 (@code{gnus-group-edit-group}).
1847
1848 @item G d
1849 @kindex G d (Group)
1850 @findex gnus-group-make-directory-group
1851 @cindex nndir
1852 Make a directory group (@pxref{Directory Groups}).  You will be prompted
1853 for a directory name (@code{gnus-group-make-directory-group}).
1854
1855 @item G h
1856 @kindex G h (Group)
1857 @cindex help group
1858 @findex gnus-group-make-help-group
1859 Make the Gnus help group (@code{gnus-group-make-help-group}).
1860
1861 @item G a
1862 @kindex G a (Group)
1863 @cindex (ding) archive
1864 @cindex archive group
1865 @findex gnus-group-make-archive-group
1866 @vindex gnus-group-archive-directory
1867 @vindex gnus-group-recent-archive-directory
1868 Make a Gnus archive group (@code{gnus-group-make-archive-group}).  By
1869 default a group pointing to the most recent articles will be created
1870 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
1871 group will be created from @code{gnus-group-archive-directory}.
1872
1873 @item G k
1874 @kindex G k (Group)
1875 @findex gnus-group-make-kiboze-group
1876 @cindex nnkiboze
1877 Make a kiboze group.  You will be prompted for a name, for a regexp to
1878 match groups to be ``included'' in the kiboze group, and a series of
1879 strings to match on headers (@code{gnus-group-make-kiboze-group}).
1880 @xref{Kibozed Groups}.
1881
1882 @item G D
1883 @kindex G D (Group)
1884 @findex gnus-group-enter-directory
1885 @cindex nneething
1886 Read an arbitrary directory as if it were a newsgroup with the
1887 @code{nneething} backend (@code{gnus-group-enter-directory}).
1888 @xref{Anything Groups}.
1889
1890 @item G f
1891 @kindex G f (Group)
1892 @findex gnus-group-make-doc-group
1893 @cindex ClariNet Briefs
1894 @cindex nndoc
1895 Make a group based on some file or other
1896 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
1897 command, you will be prompted for a file name and a file type.
1898 Currently supported types are @code{babyl}, @code{mbox}, @code{digest},
1899 @code{mmdf}, @code{news}, @code{rnews}, @code{clari-briefs},
1900 @code{rfc934}, @code{rfc822-forward}, and @code{forward}.  If you run
1901 this command without a prefix, Gnus will guess at the file type.
1902 @xref{Document Groups}.
1903
1904 @item G u
1905 @kindex G u (Group)
1906 @vindex gnus-useful-groups
1907 @findex gnus-group-make-useful-group
1908 Create one of the groups mentioned in @code{gnus-useful-groups}
1909 (@code{gnus-group-make-useful-group}).
1910
1911 @item G w
1912 @kindex G w (Group)
1913 @findex gnus-group-make-web-group
1914 @cindex DejaNews
1915 @cindex Alta Vista
1916 @cindex InReference
1917 @cindex nnweb
1918 Make an ephemeral group based on a web search
1919 (@code{gnus-group-make-web-group}).  If you give a prefix to this
1920 command, make a solid group instead.  You will be prompted for the
1921 search engine type and the search string.  Valid search engine types
1922 include @code{dejanews}, @code{altavista} and @code{reference}.
1923 @xref{Web Searches}.
1924
1925 If you use the @code{dejanews} search engine, you can limit the search
1926 to a particular group by using a match string like
1927 @samp{~g alt.sysadmin.recovery shaving}.
1928
1929 @item G DEL
1930 @kindex G DEL (Group)
1931 @findex gnus-group-delete-group
1932 This function will delete the current group
1933 (@code{gnus-group-delete-group}).  If given a prefix, this function will
1934 actually delete all the articles in the group, and forcibly remove the
1935 group itself from the face of the Earth.  Use a prefix only if you are
1936 absolutely sure of what you are doing.  This command can't be used on
1937 read-only groups (like @code{nntp} group), though.
1938
1939 @item G V
1940 @kindex G V (Group)
1941 @findex gnus-group-make-empty-virtual
1942 Make a new, fresh, empty @code{nnvirtual} group
1943 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
1944
1945 @item G v
1946 @kindex G v (Group)
1947 @findex gnus-group-add-to-virtual
1948 Add the current group to an @code{nnvirtual} group
1949 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
1950 @end table
1951
1952 @xref{Select Methods} for more information on the various select
1953 methods.
1954
1955 @vindex gnus-activate-foreign-newsgroups
1956 If @code{gnus-activate-foreign-newsgroups} is a positive number,
1957 Gnus will check all foreign groups with this level or lower at startup.
1958 This might take quite a while, especially if you subscribe to lots of
1959 groups from different @sc{nntp} servers.  Also @pxref{Group Levels};
1960 @code{gnus-activate-level} also affects activation of foreign
1961 newsgroups. 
1962
1963
1964 @node Group Parameters
1965 @section Group Parameters
1966 @cindex group parameters
1967
1968 The group parameters store information local to a particular group.
1969 Here's an example group parameter list:
1970
1971 @example
1972 ((to-address . "ding@@gnus.org")
1973  (auto-expire . t))
1974 @end example
1975
1976 We see that each element consists of a "dotted pair"---the thing before
1977 the dot is the key, while the thing after the dot is the value.  All the
1978 parameters have this form @emph{except} local variable specs, which are
1979 not dotted pairs, but proper lists.
1980
1981 The following group parameters can be used:
1982
1983 @table @code
1984 @item to-address
1985 @cindex to-address
1986 Address used by when doing followups and new posts.
1987
1988 @example
1989 (to-address .  "some@@where.com")
1990 @end example
1991
1992 This is primarily useful in mail groups that represent closed mailing
1993 lists---mailing lists where it's expected that everybody that writes to
1994 the mailing list is subscribed to it.  Since using this parameter
1995 ensures that the mail only goes to the mailing list itself, it means
1996 that members won't receive two copies of your followups.
1997
1998 Using @code{to-address} will actually work whether the group is foreign
1999 or not.  Let's say there's a group on the server that is called
2000 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2001 the articles from a mail-to-news gateway.  Posting directly to this
2002 group is therefore impossible---you have to send mail to the mailing
2003 list address instead.
2004
2005 @item to-list
2006 @cindex to-list
2007 Address used when doing a @kbd{a} in that group.
2008
2009 @example
2010 (to-list . "some@@where.com")
2011 @end example
2012
2013 It is totally ignored
2014 when doing a followup---except that if it is present in a news group,
2015 you'll get mail group semantics when doing @kbd{f}.
2016
2017 If you do an @kbd{a} command in a mail group and you have neither a
2018 @code{to-list} group parameter nor a @code{to-address} group parameter,
2019 then a @code{to-list} group parameter will be added automatically upon
2020 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2021 @vindex gnus-add-to-list
2022
2023 If you do an @kbd{a} command in a mail group and you don't have a
2024 @code{to-list} group parameter, one will be added automatically upon
2025 sending the message.
2026
2027 @item visible
2028 @cindex visible
2029 If the group parameter list has the element @code{(visible . t)},
2030 that group will always be visible in the Group buffer, regardless
2031 of whether it has any unread articles.
2032
2033 @item broken-reply-to
2034 @cindex broken-reply-to
2035 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2036 headers in this group are to be ignored.  This can be useful if you're
2037 reading a mailing list group where the listserv has inserted
2038 @code{Reply-To} headers that point back to the listserv itself.  This is
2039 broken behavior.  So there!
2040
2041 @item to-group
2042 @cindex to-group
2043 Elements like @code{(to-group . "some.group.name")} means that all
2044 posts in that group will be sent to @code{some.group.name}.
2045
2046 @item newsgroup
2047 @cindex newsgroup
2048 If you have @code{(newsgroup . t)} in the group parameter list, Gnus
2049 will treat all responses as if they were responses to news articles.
2050 This can be useful if you have a mail group that's really a mirror of a
2051 news group.
2052
2053 @item gcc-self
2054 @cindex gcc-self
2055 If @code{(gcc-self . t)} is present in the group parameter list, newly
2056 composed messages will be @code{Gcc}'d to the current group. If
2057 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2058 generated, if @code{(gcc-self . "string")} is present, this string will
2059 be inserted literally as a @code{gcc} header.  This parameter takes
2060 precedence over any default @code{Gcc} rules as described later
2061 (@pxref{Archived Messages}).
2062
2063 @item auto-expire
2064 @cindex auto-expire
2065 If the group parameter has an element that looks like @code{(auto-expire
2066 . t)}, all articles read will be marked as expirable.  For an
2067 alternative approach, @pxref{Expiring Mail}.
2068
2069 @item total-expire
2070 @cindex total-expire
2071 If the group parameter has an element that looks like
2072 @code{(total-expire . t)}, all read articles will be put through the
2073 expiry process, even if they are not marked as expirable.  Use with
2074 caution.  Unread, ticked and dormant articles are not eligible for
2075 expiry.
2076
2077 @item expiry-wait
2078 @cindex expiry-wait
2079 @vindex nnmail-expiry-wait-function
2080 If the group parameter has an element that looks like @code{(expiry-wait
2081 . 10)}, this value will override any @code{nnmail-expiry-wait} and
2082 @code{nnmail-expiry-wait-function} when expiring expirable messages.
2083 The value can either be a number of days (not necessarily an integer) or
2084 the symbols @code{never} or @code{immediate}.
2085
2086 @item score-file
2087 @cindex score file group parameter
2088 Elements that look like @code{(score-file . "file")} will make
2089 @file{file} into the current score file for the group in question.  All
2090 interactive score entries will be put into this file.
2091
2092 @item adapt-file
2093 @cindex adapt file group parameter
2094 Elements that look like @code{(adapt-file . "file")} will make
2095 @file{file} into the current adaptive file for the group in question.
2096 All adaptive score entries will be put into this file.
2097
2098 @item admin-address
2099 When unsubscribing from a mailing list you should never send the
2100 unsubscription notice to the mailing list itself.  Instead, you'd send
2101 messages to the administrative address.  This parameter allows you to
2102 put the admin address somewhere convenient.
2103
2104 @item display
2105 Elements that look like @code{(display . MODE)} say which articles to
2106 display on entering the group.  Valid values are:
2107
2108 @table @code
2109 @item all
2110 Display all articles, both read and unread.
2111
2112 @item default
2113 Display the default visible articles, which normally includes unread and
2114 ticked articles.
2115 @end table
2116
2117 @item comment
2118 Elements that look like @code{(comment . "This is a comment")}
2119 are arbitrary comments on the group.  They are currently ignored by
2120 Gnus, but provide a place for you to store information on particular
2121 groups.
2122
2123 @item charset
2124 Elements that look like @code{(charset . iso-8859-1)} will make
2125 @code{iso-8859-1} the default charset; that is, the charset that will be 
2126 used for all articles that do not specify a charset.
2127
2128 @item @var{(variable form)}
2129 You can use the group parameters to set variables local to the group you
2130 are entering.  If you want to turn threading off in @samp{news.answers},
2131 you could put @code{(gnus-show-threads nil)} in the group parameters of
2132 that group.  @code{gnus-show-threads} will be made into a local variable
2133 in the summary buffer you enter, and the form @code{nil} will be
2134 @code{eval}ed there.
2135
2136 This can also be used as a group-specific hook function, if you'd like.
2137 If you want to hear a beep when you enter a group, you could put
2138 something like @code{(dummy-variable (ding))} in the parameters of that
2139 group.  @code{dummy-variable} will be set to the result of the
2140 @code{(ding)} form, but who cares?
2141
2142 @end table
2143
2144 Use the @kbd{G p} command to edit group parameters of a group.  You
2145 might also be interested in reading about topic parameters (@pxref{Topic
2146 Parameters}).
2147
2148
2149 @node Listing Groups
2150 @section Listing Groups
2151 @cindex group listing
2152
2153 These commands all list various slices of the groups available.
2154
2155 @table @kbd
2156
2157 @item l
2158 @itemx A s
2159 @kindex A s (Group)
2160 @kindex l (Group)
2161 @findex gnus-group-list-groups
2162 List all groups that have unread articles
2163 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
2164 command will list only groups of level ARG and lower.  By default, it
2165 only lists groups of level five (i. e.,
2166 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
2167 groups).
2168
2169 @item L
2170 @itemx A u
2171 @kindex A u (Group)
2172 @kindex L (Group)
2173 @findex gnus-group-list-all-groups
2174 List all groups, whether they have unread articles or not
2175 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
2176 this command will list only groups of level ARG and lower.  By default,
2177 it lists groups of level seven or lower (i.e., just subscribed and
2178 unsubscribed groups).
2179
2180 @item A l
2181 @kindex A l (Group)
2182 @findex gnus-group-list-level
2183 List all unread groups on a specific level
2184 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
2185 with no unread articles.
2186
2187 @item A k
2188 @kindex A k (Group)
2189 @findex gnus-group-list-killed
2190 List all killed groups (@code{gnus-group-list-killed}).  If given a
2191 prefix argument, really list all groups that are available, but aren't
2192 currently (un)subscribed.  This could entail reading the active file
2193 from the server.
2194
2195 @item A z
2196 @kindex A z (Group)
2197 @findex gnus-group-list-zombies
2198 List all zombie groups (@code{gnus-group-list-zombies}).
2199
2200 @item A m
2201 @kindex A m (Group)
2202 @findex gnus-group-list-matching
2203 List all unread, subscribed groups with names that match a regexp
2204 (@code{gnus-group-list-matching}).
2205
2206 @item A M
2207 @kindex A M (Group)
2208 @findex gnus-group-list-all-matching
2209 List groups that match a regexp (@code{gnus-group-list-all-matching}).
2210
2211 @item A A
2212 @kindex A A (Group)
2213 @findex gnus-group-list-active
2214 List absolutely all groups in the active file(s) of the
2215 server(s) you are connected to (@code{gnus-group-list-active}).  This
2216 might very well take quite a while.  It might actually be a better idea
2217 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
2218 thing to match on.  Also note that this command may list groups that
2219 don't exist (yet)---these will be listed as if they were killed groups.
2220 Take the output with some grains of salt.
2221
2222 @item A a
2223 @kindex A a (Group)
2224 @findex gnus-group-apropos
2225 List all groups that have names that match a regexp
2226 (@code{gnus-group-apropos}).
2227
2228 @item A d
2229 @kindex A d (Group)
2230 @findex gnus-group-description-apropos
2231 List all groups that have names or descriptions that match a regexp
2232 (@code{gnus-group-description-apropos}).
2233
2234 @end table
2235
2236 @vindex gnus-permanently-visible-groups
2237 @cindex visible group parameter
2238 Groups that match the @code{gnus-permanently-visible-groups} regexp will
2239 always be shown, whether they have unread articles or not.  You can also
2240 add the @code{visible} element to the group parameters in question to
2241 get the same effect.
2242
2243 @vindex gnus-list-groups-with-ticked-articles
2244 Groups that have just ticked articles in it are normally listed in the
2245 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
2246 @code{nil}, these groups will be treated just like totally empty
2247 groups.  It is @code{t} by default.
2248
2249
2250 @node Sorting Groups
2251 @section Sorting Groups
2252 @cindex sorting groups
2253
2254 @kindex C-c C-s (Group)
2255 @findex gnus-group-sort-groups
2256 @vindex gnus-group-sort-function
2257 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
2258 group buffer according to the function(s) given by the
2259 @code{gnus-group-sort-function} variable.  Available sorting functions
2260 include:
2261
2262 @table @code
2263
2264 @item gnus-group-sort-by-alphabet
2265 @findex gnus-group-sort-by-alphabet
2266 Sort the group names alphabetically.  This is the default.
2267
2268 @item gnus-group-sort-by-real-name
2269 @findex gnus-group-sort-by-real-name
2270 Sort the group alphabetically on the real (unprefixed) group names.
2271
2272 @item gnus-group-sort-by-level
2273 @findex gnus-group-sort-by-level
2274 Sort by group level.
2275
2276 @item gnus-group-sort-by-score
2277 @findex gnus-group-sort-by-score
2278 Sort by group score.  @xref{Group Score}.
2279
2280 @item gnus-group-sort-by-rank
2281 @findex gnus-group-sort-by-rank
2282 Sort by group score and then the group level.  The level and the score
2283 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
2284
2285 @item gnus-group-sort-by-unread
2286 @findex gnus-group-sort-by-unread
2287 Sort by number of unread articles.
2288
2289 @item gnus-group-sort-by-method
2290 @findex gnus-group-sort-by-method
2291 Sort alphabetically on the select method.
2292
2293
2294 @end table
2295
2296 @code{gnus-group-sort-function} can also be a list of sorting
2297 functions.  In that case, the most significant sort key function must be
2298 the last one.
2299
2300
2301 There are also a number of commands for sorting directly according to
2302 some sorting criteria:
2303
2304 @table @kbd
2305 @item G S a
2306 @kindex G S a (Group)
2307 @findex gnus-group-sort-groups-by-alphabet
2308 Sort the group buffer alphabetically by group name
2309 (@code{gnus-group-sort-groups-by-alphabet}).
2310
2311 @item G S u
2312 @kindex G S u (Group)
2313 @findex gnus-group-sort-groups-by-unread
2314 Sort the group buffer by the number of unread articles
2315 (@code{gnus-group-sort-groups-by-unread}).
2316
2317 @item G S l
2318 @kindex G S l (Group)
2319 @findex gnus-group-sort-groups-by-level
2320 Sort the group buffer by group level
2321 (@code{gnus-group-sort-groups-by-level}).
2322
2323 @item G S v
2324 @kindex G S v (Group)
2325 @findex gnus-group-sort-groups-by-score
2326 Sort the group buffer by group score
2327 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
2328
2329 @item G S r
2330 @kindex G S r (Group)
2331 @findex gnus-group-sort-groups-by-rank
2332 Sort the group buffer by group rank
2333 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
2334
2335 @item G S m
2336 @kindex G S m (Group)
2337 @findex gnus-group-sort-groups-by-method
2338 Sort the group buffer alphabetically by backend name
2339 (@code{gnus-group-sort-groups-by-method}).
2340
2341 @end table
2342
2343 All the commands below obeys the process/prefix convention
2344 (@pxref{Process/Prefix}).
2345
2346 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
2347 commands will sort in reverse order.  
2348
2349 You can also sort a subset of the groups:
2350
2351 @table @kbd
2352 @item G P a
2353 @kindex G P a (Group)
2354 @findex gnus-group-sort-selected-groups-by-alphabet
2355 Sort the groups alphabetically by group name
2356 (@code{gnus-group-sort-selected-groups-by-alphabet}).
2357
2358 @item G P u
2359 @kindex G P u (Group)
2360 @findex gnus-group-sort-selected-groups-by-unread
2361 Sort the groups by the number of unread articles
2362 (@code{gnus-group-sort-selected-groups-by-unread}).
2363
2364 @item G P l
2365 @kindex G P l (Group)
2366 @findex gnus-group-sort-selected-groups-by-level
2367 Sort the groups by group level
2368 (@code{gnus-group-sort-selected-groups-by-level}).
2369
2370 @item G P v
2371 @kindex G P v (Group)
2372 @findex gnus-group-sort-selected-groups-by-score
2373 Sort the groups by group score
2374 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
2375
2376 @item G P r
2377 @kindex G P r (Group)
2378 @findex gnus-group-sort-selected-groups-by-rank
2379 Sort the groups by group rank
2380 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
2381
2382 @item G P m
2383 @kindex G P m (Group)
2384 @findex gnus-group-sort-selected-groups-by-method
2385 Sort the groups alphabetically by backend name
2386 (@code{gnus-group-sort-selected-groups-by-method}).
2387
2388 @end table
2389
2390
2391
2392 @node Group Maintenance
2393 @section Group Maintenance
2394 @cindex bogus groups
2395
2396 @table @kbd
2397 @item b
2398 @kindex b (Group)
2399 @findex gnus-group-check-bogus-groups
2400 Find bogus groups and delete them
2401 (@code{gnus-group-check-bogus-groups}).
2402
2403 @item F
2404 @kindex F (Group)
2405 @findex gnus-group-find-new-groups
2406 Find new groups and process them (@code{gnus-group-find-new-groups}).
2407 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
2408 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
2409 to query the server for new groups, and subscribe the new groups as
2410 zombies.
2411
2412 @item C-c C-x
2413 @kindex C-c C-x (Group)
2414 @findex gnus-group-expire-articles
2415 Run all expirable articles in the current group through the expiry
2416 process (if any) (@code{gnus-group-expire-articles}).
2417
2418 @item C-c M-C-x
2419 @kindex C-c M-C-x (Group)
2420 @findex gnus-group-expire-all-groups
2421 Run all articles in all groups through the expiry process
2422 (@code{gnus-group-expire-all-groups}).
2423
2424 @end table
2425
2426
2427 @node Browse Foreign Server
2428 @section Browse Foreign Server
2429 @cindex foreign servers
2430 @cindex browsing servers
2431
2432 @table @kbd
2433 @item B
2434 @kindex B (Group)
2435 @findex gnus-group-browse-foreign-server
2436 You will be queried for a select method and a server name.  Gnus will
2437 then attempt to contact this server and let you browse the groups there
2438 (@code{gnus-group-browse-foreign-server}).
2439 @end table
2440
2441 @findex gnus-browse-mode
2442 A new buffer with a list of available groups will appear.  This buffer
2443 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
2444 a lot) like a normal group buffer.
2445
2446 Here's a list of keystrokes available in the browse mode:
2447
2448 @table @kbd
2449 @item n
2450 @kindex n (Browse)
2451 @findex gnus-group-next-group
2452 Go to the next group (@code{gnus-group-next-group}).
2453
2454 @item p
2455 @kindex p (Browse)
2456 @findex gnus-group-prev-group
2457 Go to the previous group (@code{gnus-group-prev-group}).
2458
2459 @item SPACE
2460 @kindex SPACE (Browse)
2461 @findex gnus-browse-read-group
2462 Enter the current group and display the first article
2463 (@code{gnus-browse-read-group}).
2464
2465 @item RET
2466 @kindex RET (Browse)
2467 @findex gnus-browse-select-group
2468 Enter the current group (@code{gnus-browse-select-group}).
2469
2470 @item u
2471 @kindex u (Browse)
2472 @findex gnus-browse-unsubscribe-current-group
2473 Unsubscribe to the current group, or, as will be the case here,
2474 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
2475
2476 @item l
2477 @itemx q
2478 @kindex q (Browse)
2479 @kindex l (Browse)
2480 @findex gnus-browse-exit
2481 Exit browse mode (@code{gnus-browse-exit}).
2482
2483 @item ?
2484 @kindex ? (Browse)
2485 @findex gnus-browse-describe-briefly
2486 Describe browse mode briefly (well, there's not much to describe, is
2487 there) (@code{gnus-browse-describe-briefly}).
2488 @end table
2489
2490
2491 @node Exiting Gnus
2492 @section Exiting Gnus
2493 @cindex exiting Gnus
2494
2495 Yes, Gnus is ex(c)iting.
2496
2497 @table @kbd
2498 @item z
2499 @kindex z (Group)
2500 @findex gnus-group-suspend
2501 Suspend Gnus (@code{gnus-group-suspend}).  This doesn't really exit Gnus,
2502 but it kills all buffers except the Group buffer.  I'm not sure why this
2503 is a gain, but then who am I to judge?
2504
2505 @item q
2506 @kindex q (Group)
2507 @findex gnus-group-exit
2508 @c @icon{gnus-group-exit}
2509 Quit Gnus (@code{gnus-group-exit}).
2510
2511 @item Q
2512 @kindex Q (Group)
2513 @findex gnus-group-quit
2514 Quit Gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
2515 The dribble file will be saved, though (@pxref{Auto Save}).
2516 @end table
2517
2518 @vindex gnus-exit-gnus-hook
2519 @vindex gnus-suspend-gnus-hook
2520 @code{gnus-suspend-gnus-hook} is called when you suspend Gnus and
2521 @code{gnus-exit-gnus-hook} is called when you quit Gnus, while
2522 @code{gnus-after-exiting-gnus-hook} is called as the final item when
2523 exiting Gnus.
2524
2525 @findex gnus-unload
2526 @cindex unloading
2527 If you wish to completely unload Gnus and all its adherents, you can use
2528 the @code{gnus-unload} command.  This command is also very handy when
2529 trying to customize meta-variables.
2530
2531 Note:
2532
2533 @quotation
2534 Miss Lisa Cannifax, while sitting in English class, felt her feet go
2535 numbly heavy and herself fall into a hazy trance as the boy sitting
2536 behind her drew repeated lines with his pencil across the back of her
2537 plastic chair.
2538 @end quotation
2539
2540
2541 @node Group Topics
2542 @section Group Topics
2543 @cindex topics
2544
2545 If you read lots and lots of groups, it might be convenient to group
2546 them hierarchically according to topics.  You put your Emacs groups over
2547 here, your sex groups over there, and the rest (what, two groups or so?)
2548 you put in some misc section that you never bother with anyway.  You can
2549 even group the Emacs sex groups as a sub-topic to either the Emacs
2550 groups or the sex groups---or both!  Go wild!
2551
2552 @iftex
2553 @iflatex
2554 \gnusfigure{Group Topics}{400}{
2555 \put(75,50){\epsfig{figure=tmp/group-topic.ps,height=9cm}}
2556 }
2557 @end iflatex
2558 @end iftex
2559
2560 Here's an example:
2561
2562 @example
2563 Gnus
2564   Emacs -- I wuw it!
2565      3: comp.emacs
2566      2: alt.religion.emacs
2567     Naughty Emacs
2568      452: alt.sex.emacs
2569        0: comp.talk.emacs.recovery
2570   Misc
2571      8: comp.binaries.fractals
2572     13: comp.sources.unix
2573 @end example
2574
2575 @findex gnus-topic-mode
2576 @kindex t (Group)
2577 To get this @emph{fab} functionality you simply turn on (ooh!) the
2578 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
2579 is a toggling command.)
2580
2581 Go ahead, just try it.  I'll still be here when you get back.  La de
2582 dum...  Nice tune, that...  la la la...  What, you're back? Yes, and now
2583 press @kbd{l}.  There.  All your groups are now listed under
2584 @samp{misc}.  Doesn't that make you feel all warm and fuzzy?  Hot and
2585 bothered?
2586
2587 If you want this permanently enabled, you should add that minor mode to
2588 the hook for the group mode:
2589
2590 @lisp
2591 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
2592 @end lisp
2593
2594 @menu
2595 * Topic Variables::    How to customize the topics the Lisp Way.
2596 * Topic Commands::     Interactive E-Z commands.
2597 * Topic Sorting::      Sorting each topic individually.
2598 * Topic Topology::     A map of the world.
2599 * Topic Parameters::   Parameters that apply to all groups in a topic.
2600 @end menu
2601
2602
2603 @node Topic Variables
2604 @subsection Topic Variables
2605 @cindex topic variables
2606
2607 Now, if you select a topic, it will fold/unfold that topic, which is
2608 really neat, I think.
2609
2610 @vindex gnus-topic-line-format
2611 The topic lines themselves are created according to the
2612 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
2613 Valid elements are:
2614
2615 @table @samp
2616 @item i
2617 Indentation.
2618 @item n
2619 Topic name.
2620 @item v
2621 Visibility.
2622 @item l
2623 Level.
2624 @item g
2625 Number of groups in the topic.
2626 @item a
2627 Number of unread articles in the topic.
2628 @item A
2629 Number of unread articles in the topic and all its subtopics.
2630 @end table
2631
2632 @vindex gnus-topic-indent-level
2633 Each sub-topic (and the groups in the sub-topics) will be indented with
2634 @code{gnus-topic-indent-level} times the topic level number of spaces.
2635 The default is 2.
2636
2637 @vindex gnus-topic-mode-hook
2638 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
2639
2640 @vindex gnus-topic-display-empty-topics
2641 The @code{gnus-topic-display-empty-topics} says whether to display even
2642 topics that have no unread articles in them.  The default is @code{t}.
2643
2644
2645 @node Topic Commands
2646 @subsection Topic Commands
2647 @cindex topic commands
2648
2649 When the topic minor mode is turned on, a new @kbd{T} submap will be
2650 available.  In addition, a few of the standard keys change their
2651 definitions slightly.
2652
2653 @table @kbd
2654
2655 @item T n
2656 @kindex T n (Topic)
2657 @findex gnus-topic-create-topic
2658 Prompt for a new topic name and create it
2659 (@code{gnus-topic-create-topic}).
2660
2661 @item T m
2662 @kindex T m (Topic)
2663 @findex gnus-topic-move-group
2664 Move the current group to some other topic
2665 (@code{gnus-topic-move-group}).  This command uses the process/prefix
2666 convention (@pxref{Process/Prefix}).
2667
2668 @item T c
2669 @kindex T c (Topic)
2670 @findex gnus-topic-copy-group
2671 Copy the current group to some other topic
2672 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
2673 convention (@pxref{Process/Prefix}).
2674
2675 @item T D
2676 @kindex T D (Topic)
2677 @findex gnus-topic-remove-group
2678 Remove a group from the current topic (@code{gnus-topic-remove-group}).
2679 This command is mainly useful if you have the same group in several
2680 topics and wish to remove it from one of the topics.  You may also
2681 remove a group from all topics, but in that case, Gnus will add it to
2682 the root topic the next time you start Gnus.  In fact, all new groups
2683 (which, naturally, don't belong to any topic) will show up in the root
2684 topic. 
2685
2686 This command uses the process/prefix convention
2687 (@pxref{Process/Prefix}).
2688
2689 @item T M
2690 @kindex T M (Topic)
2691 @findex gnus-topic-move-matching
2692 Move all groups that match some regular expression to a topic
2693 (@code{gnus-topic-move-matching}).
2694
2695 @item T C
2696 @kindex T C (Topic)
2697 @findex gnus-topic-copy-matching
2698 Copy all groups that match some regular expression to a topic
2699 (@code{gnus-topic-copy-matching}).
2700
2701 @item T H
2702 @kindex T H (Topic)
2703 @findex gnus-topic-toggle-display-empty-topics
2704 Toggle hiding empty topics
2705 (@code{gnus-topic-toggle-display-empty-topics}).
2706
2707 @item T #
2708 @kindex T # (Topic)
2709 @findex gnus-topic-mark-topic
2710 Mark all groups in the current topic with the process mark
2711 (@code{gnus-topic-mark-topic}).
2712
2713 @item T M-#
2714 @kindex T M-# (Topic)
2715 @findex gnus-topic-unmark-topic
2716 Remove the process mark from all groups in the current topic
2717 (@code{gnus-topic-unmark-topic}).
2718
2719 @item RET
2720 @kindex RET (Topic)
2721 @findex gnus-topic-select-group
2722 @itemx SPACE
2723 Either select a group or fold a topic (@code{gnus-topic-select-group}).
2724 When you perform this command on a group, you'll enter the group, as
2725 usual.  When done on a topic line, the topic will be folded (if it was
2726 visible) or unfolded (if it was folded already).  So it's basically a
2727 toggling command on topics.  In addition, if you give a numerical
2728 prefix, group on that level (and lower) will be displayed.
2729
2730 @item T TAB
2731 @itemx TAB
2732 @kindex T TAB (Topic)
2733 @kindex TAB (Topic)
2734 @findex gnus-topic-indent
2735 ``Indent'' the current topic so that it becomes a sub-topic of the
2736 previous topic (@code{gnus-topic-indent}).  If given a prefix,
2737 ``un-indent'' the topic instead.
2738
2739 @item M-TAB
2740 @kindex M-TAB (Topic)
2741 @findex gnus-topic-unindent
2742 ``Un-indent'' the current topic so that it becomes a sub-topic of the
2743 parent of its current parent (@code{gnus-topic-unindent}).  
2744
2745 @item C-k
2746 @kindex C-k (Topic)
2747 @findex gnus-topic-kill-group
2748 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
2749 topic will be removed along with the topic.
2750
2751 @item C-y
2752 @kindex C-y (Topic)
2753 @findex gnus-topic-yank-group
2754 Yank the previously killed group or topic
2755 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
2756 before all groups.
2757
2758 @item T r
2759 @kindex T r (Topic)
2760 @findex gnus-topic-rename
2761 Rename a topic (@code{gnus-topic-rename}).
2762
2763 @item T DEL
2764 @kindex T DEL (Topic)
2765 @findex gnus-topic-delete
2766 Delete an empty topic (@code{gnus-topic-delete}).
2767
2768 @item A T
2769 @kindex A T (Topic)
2770 @findex gnus-topic-list-active
2771 List all groups that Gnus knows about in a topics-ified way
2772 (@code{gnus-topic-list-active}).
2773
2774 @item G p
2775 @kindex G p (Topic)
2776 @findex gnus-topic-edit-parameters
2777 @cindex group parameters
2778 @cindex topic parameters
2779 @cindex parameters
2780 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
2781 @xref{Topic Parameters}.
2782
2783 @end table
2784
2785
2786 @node Topic Sorting
2787 @subsection Topic Sorting
2788 @cindex topic sorting
2789
2790 You can sort the groups in each topic individually with the following
2791 commands:
2792
2793
2794 @table @kbd
2795 @item T S a
2796 @kindex T S a (Topic)
2797 @findex gnus-topic-sort-groups-by-alphabet
2798 Sort the current topic alphabetically by group name
2799 (@code{gnus-topic-sort-groups-by-alphabet}).
2800
2801 @item T S u
2802 @kindex T S u (Topic)
2803 @findex gnus-topic-sort-groups-by-unread
2804 Sort the current topic by the number of unread articles
2805 (@code{gnus-topic-sort-groups-by-unread}).
2806
2807 @item T S l
2808 @kindex T S l (Topic)
2809 @findex gnus-topic-sort-groups-by-level
2810 Sort the current topic by group level
2811 (@code{gnus-topic-sort-groups-by-level}).
2812
2813 @item T S v
2814 @kindex T S v (Topic)
2815 @findex gnus-topic-sort-groups-by-score
2816 Sort the current topic by group score
2817 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
2818
2819 @item T S r
2820 @kindex T S r (Topic)
2821 @findex gnus-topic-sort-groups-by-rank
2822 Sort the current topic by group rank
2823 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
2824
2825 @item T S m
2826 @kindex T S m (Topic)
2827 @findex gnus-topic-sort-groups-by-method
2828 Sort the current topic alphabetically by backend name
2829 (@code{gnus-topic-sort-groups-by-method}).
2830
2831 @end table
2832
2833 @xref{Sorting Groups} for more information about group sorting.
2834
2835
2836 @node Topic Topology
2837 @subsection Topic Topology
2838 @cindex topic topology
2839 @cindex topology
2840
2841 So, let's have a look at an example group buffer:
2842
2843 @example
2844 Gnus
2845   Emacs -- I wuw it!
2846      3: comp.emacs
2847      2: alt.religion.emacs
2848     Naughty Emacs
2849      452: alt.sex.emacs
2850        0: comp.talk.emacs.recovery
2851   Misc
2852      8: comp.binaries.fractals
2853     13: comp.sources.unix
2854 @end example
2855
2856 So, here we have one top-level topic (@samp{Gnus}), two topics under
2857 that, and one sub-topic under one of the sub-topics.  (There is always
2858 just one (1) top-level topic).  This topology can be expressed as
2859 follows:
2860
2861 @lisp
2862 (("Gnus" visible)
2863  (("Emacs -- I wuw it!" visible)
2864   (("Naughty Emacs" visible)))
2865  (("Misc" visible)))
2866 @end lisp
2867
2868 @vindex gnus-topic-topology
2869 This is in fact how the variable @code{gnus-topic-topology} would look
2870 for the display above.  That variable is saved in the @file{.newsrc.eld}
2871 file, and shouldn't be messed with manually---unless you really want
2872 to.  Since this variable is read from the @file{.newsrc.eld} file,
2873 setting it in any other startup files will have no effect.
2874
2875 This topology shows what topics are sub-topics of what topics (right),
2876 and which topics are visible.  Two settings are currently
2877 allowed---@code{visible} and @code{invisible}.
2878
2879
2880 @node Topic Parameters
2881 @subsection Topic Parameters
2882 @cindex topic parameters
2883
2884 All groups in a topic will inherit group parameters from the parent (and
2885 ancestor) topic parameters.  All valid group parameters are valid topic
2886 parameters (@pxref{Group Parameters}).
2887
2888 Group parameters (of course) override topic parameters, and topic
2889 parameters in sub-topics override topic parameters in super-topics.  You
2890 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
2891 verb, although you may feel free to disagree with me here.)
2892
2893 @example
2894 Gnus
2895   Emacs
2896      3: comp.emacs
2897      2: alt.religion.emacs
2898    452: alt.sex.emacs
2899     Relief
2900      452: alt.sex.emacs
2901        0: comp.talk.emacs.recovery
2902   Misc
2903      8: comp.binaries.fractals
2904     13: comp.sources.unix
2905    452: alt.sex.emacs
2906 @end example
2907
2908 The @samp{Emacs} topic has the topic parameter @code{(score-file
2909 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
2910 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
2911 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
2912 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
2913 . "religion.SCORE")}.
2914
2915 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
2916 will get the @file{relief.SCORE} home score file.  If you enter the same
2917 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
2918 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
2919 get the @file{religion.SCORE} home score file.
2920
2921 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
2922 there are some problems, especially with the @code{total-expiry}
2923 parameter.  Say you have a mail group in two topics; one with
2924 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
2925 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
2926 of these topics you mean to expire articles from, so anything may
2927 happen.  In fact, I hereby declare that it is @dfn{undefined} what
2928 happens.  You just have to be careful if you do stuff like that.
2929
2930
2931 @node Misc Group Stuff
2932 @section Misc Group Stuff
2933
2934 @menu
2935 * Scanning New Messages:: Asking Gnus to see whether new messages have arrived.
2936 * Group Information::     Information and help on groups and Gnus.
2937 * Group Timestamp::       Making Gnus keep track of when you last read a group.
2938 * File Commands::         Reading and writing the Gnus files.
2939 @end menu
2940
2941 @table @kbd
2942
2943 @item ^
2944 @kindex ^ (Group)
2945 @findex gnus-group-enter-server-mode
2946 Enter the server buffer (@code{gnus-group-enter-server-mode}).
2947 @xref{The Server Buffer}.
2948
2949 @item a
2950 @kindex a (Group)
2951 @findex gnus-group-post-news
2952 Post an article to a group (@code{gnus-group-post-news}).  If given a
2953 prefix, the current group name will be used as the default.
2954
2955 @item m
2956 @kindex m (Group)
2957 @findex gnus-group-mail
2958 Mail a message somewhere (@code{gnus-group-mail}).
2959
2960 @end table
2961
2962 Variables for the group buffer:
2963
2964 @table @code
2965
2966 @item gnus-group-mode-hook
2967 @vindex gnus-group-mode-hook
2968 is called after the group buffer has been
2969 created.
2970
2971 @item gnus-group-prepare-hook
2972 @vindex gnus-group-prepare-hook
2973 is called after the group buffer is
2974 generated.  It may be used to modify the buffer in some strange,
2975 unnatural way.
2976
2977 @item gnus-group-prepared-hook
2978 @vindex gnus-group-prepare-hook
2979 is called as the very last thing after the group buffer has been
2980 generated.  It may be used to move point around, for instance.
2981
2982 @item gnus-permanently-visible-groups
2983 @vindex gnus-permanently-visible-groups
2984 Groups matching this regexp will always be listed in the group buffer,
2985 whether they are empty or not.
2986
2987 @end table
2988
2989
2990 @node Scanning New Messages
2991 @subsection Scanning New Messages
2992 @cindex new messages
2993 @cindex scanning new news
2994
2995 @table @kbd
2996
2997 @item g
2998 @kindex g (Group)
2999 @findex gnus-group-get-new-news
3000 @c @icon{gnus-group-get-new-news}
3001 Check the server(s) for new articles.  If the numerical prefix is used,
3002 this command will check only groups of level @var{arg} and lower
3003 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
3004 command will force a total re-reading of the active file(s) from the
3005 backend(s).
3006
3007 @item M-g
3008 @kindex M-g (Group)
3009 @findex gnus-group-get-new-news-this-group
3010 @vindex gnus-goto-next-group-when-activating
3011 @c @icon{gnus-group-get-new-news-this-group}
3012 Check whether new articles have arrived in the current group
3013 (@code{gnus-group-get-new-news-this-group}).
3014 @code{gnus-goto-next-group-when-activating} says whether this command is
3015 to move point to the next group or not.  It is @code{t} by default.
3016
3017 @findex gnus-activate-all-groups
3018 @cindex activating groups
3019 @item C-c M-g
3020 @kindex C-c M-g (Group)
3021 Activate absolutely all groups (@code{gnus-activate-all-groups}).
3022
3023 @item R
3024 @kindex R (Group)
3025 @cindex restarting
3026 @findex gnus-group-restart
3027 Restart Gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
3028 file(s), closes the connection to all servers, clears up all run-time
3029 Gnus variables, and then starts Gnus all over again.
3030
3031 @end table
3032
3033 @vindex gnus-get-new-news-hook
3034 @code{gnus-get-new-news-hook} is run just before checking for new news.
3035
3036 @vindex gnus-after-getting-new-news-hook
3037 @code{gnus-after-getting-new-news-hook} is run after checking for new
3038 news.
3039
3040
3041 @node Group Information
3042 @subsection Group Information
3043 @cindex group information
3044 @cindex information on groups
3045
3046 @table @kbd
3047
3048
3049 @item H f
3050 @kindex H f (Group)
3051 @findex gnus-group-fetch-faq
3052 @vindex gnus-group-faq-directory
3053 @cindex FAQ
3054 @cindex ange-ftp
3055 Try to fetch the FAQ for the current group
3056 (@code{gnus-group-fetch-faq}).  Gnus will try to get the FAQ from
3057 @code{gnus-group-faq-directory}, which is usually a directory on a
3058 remote machine.  This variable can also be a list of directories.  In
3059 that case, giving a prefix to this command will allow you to choose
3060 between the various sites.  @code{ange-ftp} (or @code{efs}) will be used
3061 for fetching the file.
3062
3063 If fetching from the first site is unsuccessful, Gnus will attempt to go
3064 through @code{gnus-group-faq-directory} and try to open them one by one.
3065
3066 @item H d
3067 @itemx C-c C-d
3068 @c @icon{gnus-group-describe-group}
3069 @kindex H d (Group)
3070 @kindex C-c C-d (Group)
3071 @cindex describing groups
3072 @cindex group description
3073 @findex gnus-group-describe-group
3074 Describe the current group (@code{gnus-group-describe-group}).  If given
3075 a prefix, force Gnus to re-read the description from the server.
3076
3077 @item M-d
3078 @kindex M-d (Group)
3079 @findex gnus-group-describe-all-groups
3080 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
3081 prefix, force Gnus to re-read the description file from the server.
3082
3083 @item H v
3084 @itemx V
3085 @kindex V (Group)
3086 @kindex H v (Group)
3087 @cindex version
3088 @findex gnus-version
3089 Display current Gnus version numbers (@code{gnus-version}).
3090
3091 @item ?
3092 @kindex ? (Group)
3093 @findex gnus-group-describe-briefly
3094 Give a very short help message (@code{gnus-group-describe-briefly}).
3095
3096 @item C-c C-i
3097 @kindex C-c C-i (Group)
3098 @cindex info
3099 @cindex manual
3100 @findex gnus-info-find-node
3101 Go to the Gnus info node (@code{gnus-info-find-node}).
3102 @end table
3103
3104
3105 @node Group Timestamp
3106 @subsection Group Timestamp
3107 @cindex timestamps
3108 @cindex group timestamps
3109
3110 It can be convenient to let Gnus keep track of when you last read a
3111 group.  To set the ball rolling, you should add
3112 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
3113
3114 @lisp
3115 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
3116 @end lisp
3117
3118 After doing this, each time you enter a group, it'll be recorded.
3119
3120 This information can be displayed in various ways---the easiest is to
3121 use the @samp{%d} spec in the group line format:
3122
3123 @lisp
3124 (setq gnus-group-line-format
3125       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
3126 @end lisp
3127
3128 This will result in lines looking like:
3129
3130 @example
3131 *        0: mail.ding                                19961002T012943
3132          0: custom                                   19961002T012713
3133 @end example
3134
3135 As you can see, the date is displayed in compact ISO 8601 format.  This
3136 may be a bit too much, so to just display the date, you could say
3137 something like:
3138
3139 @lisp
3140 (setq gnus-group-line-format
3141       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
3142 @end lisp
3143
3144
3145 @node File Commands
3146 @subsection File Commands
3147 @cindex file commands
3148
3149 @table @kbd
3150
3151 @item r
3152 @kindex r (Group)
3153 @findex gnus-group-read-init-file
3154 @vindex gnus-init-file
3155 @cindex reading init file
3156 Re-read the init file (@code{gnus-init-file}, which defaults to
3157 @file{~/.gnus}) (@code{gnus-group-read-init-file}).
3158
3159 @item s
3160 @kindex s (Group)
3161 @findex gnus-group-save-newsrc
3162 @cindex saving .newsrc
3163 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
3164 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
3165 file(s) whether Gnus thinks it is necessary or not.
3166
3167 @c @item Z
3168 @c @kindex Z (Group)
3169 @c @findex gnus-group-clear-dribble
3170 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
3171
3172 @end table
3173
3174
3175 @node The Summary Buffer
3176 @chapter The Summary Buffer
3177 @cindex summary buffer
3178
3179 A line for each article is displayed in the summary buffer.  You can
3180 move around, read articles, post articles and reply to articles.
3181
3182 The most common way to a summary buffer is to select a group from the
3183 group buffer (@pxref{Selecting a Group}).
3184
3185 You can have as many summary buffers open as you wish.
3186
3187 @menu
3188 * Summary Buffer Format::       Deciding how the summary buffer is to look.
3189 * Summary Maneuvering::         Moving around the summary buffer.
3190 * Choosing Articles::           Reading articles.
3191 * Paging the Article::          Scrolling the current article.
3192 * Reply Followup and Post::     Posting articles.
3193 * Canceling and Superseding::   ``Whoops, I shouldn't have called him that.''
3194 * Marking Articles::            Marking articles as read, expirable, etc.
3195 * Limiting::                    You can limit the summary buffer.
3196 * Threading::                   How threads are made.
3197 * Sorting::                     How articles and threads are sorted.
3198 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
3199 * Article Caching::             You may store articles in a cache.
3200 * Persistent Articles::         Making articles expiry-resistant.
3201 * Article Backlog::             Having already read articles hang around.
3202 * Saving Articles::             Ways of customizing article saving.
3203 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
3204 * Article Treatment::           The article buffer can be mangled at will.
3205 * MIME Commands::               Doing MIMEy things with the articles.
3206 * Article Commands::            Doing various things with the article buffer.
3207 * Summary Sorting::             Sorting the summary buffer in various ways.
3208 * Finding the Parent::          No child support? Get the parent.
3209 * Alternative Approaches::      Reading using non-default summaries.
3210 * Tree Display::                A more visual display of threads.
3211 * Mail Group Commands::         Some commands can only be used in mail groups.
3212 * Various Summary Stuff::       What didn't fit anywhere else.
3213 * Exiting the Summary Buffer::  Returning to the Group buffer.
3214 * Crosspost Handling::          How crossposted articles are dealt with.
3215 * Duplicate Suppression::       An alternative when crosspost handling fails.
3216 @end menu
3217
3218
3219 @node Summary Buffer Format
3220 @section Summary Buffer Format
3221 @cindex summary buffer format
3222
3223 @iftex
3224 @iflatex
3225 \gnusfigure{The Summary Buffer}{180}{
3226 \put(0,0){\epsfig{figure=tmp/summary.ps,width=7.5cm}}
3227 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=tmp/summary-article.ps,width=7.5cm}}}
3228 }
3229 @end iflatex
3230 @end iftex
3231
3232 @menu
3233 * Summary Buffer Lines::     You can specify how summary lines should look.
3234 * Summary Buffer Mode Line:: You can say how the mode line should look.
3235 * Summary Highlighting::     Making the summary buffer all pretty and nice.
3236 @end menu
3237
3238 @findex mail-extract-address-components
3239 @findex gnus-extract-address-components
3240 @vindex gnus-extract-address-components
3241 Gnus will use the value of the @code{gnus-extract-address-components}
3242 variable as a function for getting the name and address parts of a
3243 @code{From} header.  Two pre-defined functions exist:
3244 @code{gnus-extract-address-components}, which is the default, quite
3245 fast, and too simplistic solution; and
3246 @code{mail-extract-address-components}, which works very nicely, but is
3247 slower.  The default function will return the wrong answer in 5% of the
3248 cases.  If this is unacceptable to you, use the other function instead.
3249
3250 @vindex gnus-summary-same-subject
3251 @code{gnus-summary-same-subject} is a string indicating that the current
3252 article has the same subject as the previous.  This string will be used
3253 with those specs that require it.  The default is @code{""}.
3254
3255
3256 @node Summary Buffer Lines
3257 @subsection Summary Buffer Lines
3258
3259 @vindex gnus-summary-line-format
3260 You can change the format of the lines in the summary buffer by changing
3261 the @code{gnus-summary-line-format} variable.  It works along the same
3262 lines as a normal @code{format} string, with some extensions
3263 (@pxref{Formatting Variables}).
3264
3265 The default string is @samp{%U%R%z%I%(%[%4L: %-20,20n%]%) %s\n}.
3266
3267 The following format specification characters are understood:
3268
3269 @table @samp
3270 @item N
3271 Article number.
3272 @item S
3273 Subject string.
3274 @item s
3275 Subject if the article is the root of the thread or the previous article
3276 had a different subject, @code{gnus-summary-same-subject} otherwise.
3277 (@code{gnus-summary-same-subject} defaults to @code{""}.)
3278 @item F
3279 Full @code{From} header.
3280 @item n
3281 The name (from the @code{From} header).
3282 @item a
3283 The name (from the @code{From} header).  This differs from the @code{n}
3284 spec in that it uses the function designated by the
3285 @code{gnus-extract-address-components} variable, which is slower, but
3286 may be more thorough.
3287 @item A
3288 The address (from the @code{From} header).  This works the same way as
3289 the @code{a} spec.
3290 @item L
3291 Number of lines in the article.
3292 @item c
3293 Number of characters in the article.
3294 @item I
3295 Indentation based on thread level (@pxref{Customizing Threading}).
3296 @item T
3297 Nothing if the article is a root and lots of spaces if it isn't (it
3298 pushes everything after it off the screen).
3299 @item [
3300 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
3301 for adopted articles (@pxref{Customizing Threading}).
3302 @item ]
3303 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
3304 for adopted articles.
3305 @item >
3306 One space for each thread level.
3307 @item <
3308 Twenty minus thread level spaces.
3309 @item U
3310 Unread.
3311
3312 @item R
3313 This misleadingly named specifier is the @dfn{secondary mark}.  This
3314 mark will say whether the article has been replied to, has been cached,
3315 or has been saved.  
3316
3317 @item i
3318 Score as a number (@pxref{Scoring}).
3319 @item z
3320 @vindex gnus-summary-zcore-fuzz
3321 Zcore, @samp{+} if above the default level and @samp{-} if below the
3322 default level.  If the difference between
3323 @code{gnus-summary-default-score} and the score is less than
3324 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
3325 @item V
3326 Total thread score.
3327 @item x
3328 @code{Xref}.
3329 @item D
3330 @code{Date}.
3331 @item d
3332 The @code{Date} in @code{DD-MMM} format.
3333 @item o
3334 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
3335 @item M
3336 @code{Message-ID}.
3337 @item r
3338 @code{References}.
3339 @item t
3340 Number of articles in the current sub-thread.  Using this spec will slow
3341 down summary buffer generation somewhat.
3342 @item e
3343 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
3344 article has any children.
3345 @item P
3346 The line number.
3347 @item O
3348 Download mark.
3349 @item u
3350 User defined specifier.  The next character in the format string should
3351 be a letter.  Gnus will call the function
3352 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
3353 following @samp{%u}.  The function will be passed the current header as
3354 argument.  The function should return a string, which will be inserted
3355 into the summary just like information from any other summary specifier.
3356 @end table
3357
3358 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
3359 have to be handled with care.  For reasons of efficiency, Gnus will
3360 compute what column these characters will end up in, and ``hard-code''
3361 that.  This means that it is invalid to have these specs after a
3362 variable-length spec.  Well, you might not be arrested, but your summary
3363 buffer will look strange, which is bad enough.
3364
3365 The smart choice is to have these specs as far to the left as possible.
3366 (Isn't that the case with everything, though?  But I digress.)
3367
3368 This restriction may disappear in later versions of Gnus.
3369
3370
3371 @node Summary Buffer Mode Line
3372 @subsection Summary Buffer Mode Line
3373
3374 @vindex gnus-summary-mode-line-format
3375 You can also change the format of the summary mode bar (@pxref{Mode Line
3376 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
3377 like.  The default is @samp{Gnus: %%b [%A] %Z}.
3378
3379 Here are the elements you can play with:
3380
3381 @table @samp
3382 @item G
3383 Group name.
3384 @item p
3385 Unprefixed group name.
3386 @item A
3387 Current article number.
3388 @item z
3389 Current article score.
3390 @item V
3391 Gnus version.
3392 @item U
3393 Number of unread articles in this group.
3394 @item e
3395 Number of unread articles in this group that aren't displayed in the
3396 summary buffer.
3397 @item Z
3398 A string with the number of unread and unselected articles represented
3399 either as @samp{<%U(+%e) more>} if there are both unread and unselected
3400 articles, and just as @samp{<%U more>} if there are just unread articles
3401 and no unselected ones.
3402 @item g
3403 Shortish group name.  For instance, @samp{rec.arts.anime} will be
3404 shortened to @samp{r.a.anime}.
3405 @item S
3406 Subject of the current article.
3407 @item u
3408 User-defined spec (@pxref{User-Defined Specs}).
3409 @item s
3410 Name of the current score file (@pxref{Scoring}).
3411 @item d
3412 Number of dormant articles (@pxref{Unread Articles}).
3413 @item t
3414 Number of ticked articles (@pxref{Unread Articles}).
3415 @item r
3416 Number of articles that have been marked as read in this session.
3417 @item E
3418 Number of articles expunged by the score files.
3419 @end table
3420
3421
3422 @node Summary Highlighting
3423 @subsection Summary Highlighting
3424
3425 @table @code
3426
3427 @item gnus-visual-mark-article-hook
3428 @vindex gnus-visual-mark-article-hook
3429 This hook is run after selecting an article.  It is meant to be used for
3430 highlighting the article in some way.  It is not run if
3431 @code{gnus-visual} is @code{nil}.
3432
3433 @item gnus-summary-update-hook
3434 @vindex gnus-summary-update-hook
3435 This hook is called when a summary line is changed.  It is not run if
3436 @code{gnus-visual} is @code{nil}.
3437
3438 @item gnus-summary-selected-face
3439 @vindex gnus-summary-selected-face
3440 This is the face (or @dfn{font} as some people call it) used to
3441 highlight the current article in the summary buffer.
3442
3443 @item gnus-summary-highlight
3444 @vindex gnus-summary-highlight
3445 Summary lines are highlighted according to this variable, which is a
3446 list where the elements are of the format @var{(FORM . FACE)}.  If you
3447 would, for instance, like ticked articles to be italic and high-scored
3448 articles to be bold, you could set this variable to something like
3449 @lisp
3450 (((eq mark gnus-ticked-mark) . italic)
3451  ((> score default) . bold))
3452 @end lisp
3453 As you may have guessed, if @var{FORM} returns a non-@code{nil} value,
3454 @var{FACE} will be applied to the line.
3455 @end table
3456
3457
3458 @node Summary Maneuvering
3459 @section Summary Maneuvering
3460 @cindex summary movement
3461
3462 All the straight movement commands understand the numeric prefix and
3463 behave pretty much as you'd expect.
3464
3465 None of these commands select articles.
3466
3467 @table @kbd
3468 @item G M-n
3469 @itemx M-n
3470 @kindex M-n (Summary)
3471 @kindex G M-n (Summary)
3472 @findex gnus-summary-next-unread-subject
3473 Go to the next summary line of an unread article
3474 (@code{gnus-summary-next-unread-subject}).
3475
3476 @item G M-p
3477 @itemx M-p
3478 @kindex M-p (Summary)
3479 @kindex G M-p (Summary)
3480 @findex gnus-summary-prev-unread-subject
3481 Go to the previous summary line of an unread article
3482 (@code{gnus-summary-prev-unread-subject}).
3483
3484 @item G j
3485 @itemx j
3486 @kindex j (Summary)
3487 @kindex G j (Summary)
3488 @findex gnus-summary-goto-article
3489 Ask for an article number or @code{Message-ID}, and then go to that
3490 article (@code{gnus-summary-goto-article}).
3491
3492 @item G g
3493 @kindex G g (Summary)
3494 @findex gnus-summary-goto-subject
3495 Ask for an article number and then go to the summary line of that article
3496 without displaying the article (@code{gnus-summary-goto-subject}).
3497 @end table
3498
3499 If Gnus asks you to press a key to confirm going to the next group, you
3500 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
3501 buffer, searching for the next group to read without actually returning
3502 to the group buffer.
3503
3504 Variables related to summary movement:
3505
3506 @table @code
3507
3508 @vindex gnus-auto-select-next
3509 @item gnus-auto-select-next
3510 If you issue one of the movement commands (like @kbd{n}) and there are
3511 no more unread articles after the current one, Gnus will offer to go to
3512 the next group.  If this variable is @code{t} and the next group is
3513 empty, Gnus will exit summary mode and return to the group buffer.  If
3514 this variable is neither @code{t} nor @code{nil}, Gnus will select the
3515 next group, no matter whether it has any unread articles or not.  As a
3516 special case, if this variable is @code{quietly}, Gnus will select the
3517 next group without asking for confirmation.  If this variable is
3518 @code{almost-quietly}, the same will happen only if you are located on
3519 the last article in the group.  Finally, if this variable is
3520 @code{slightly-quietly}, the @kbd{Z n} command will go to the next group
3521 without confirmation.  Also @pxref{Group Levels}.
3522
3523 @item gnus-auto-select-same
3524 @vindex gnus-auto-select-same
3525 If non-@code{nil}, all the movement commands will try to go to the next
3526 article with the same subject as the current.  (@dfn{Same} here might
3527 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
3528 for details (@pxref{Customizing Threading}).)  If there are no more
3529 articles with the same subject, go to the first unread article.
3530
3531 This variable is not particularly useful if you use a threaded display.
3532
3533 @item gnus-summary-check-current
3534 @vindex gnus-summary-check-current
3535 If non-@code{nil}, all the ``unread'' movement commands will not proceed
3536 to the next (or previous) article if the current article is unread.
3537 Instead, they will choose the current article.
3538
3539 @item gnus-auto-center-summary
3540 @vindex gnus-auto-center-summary
3541 If non-@code{nil}, Gnus will keep the point in the summary buffer
3542 centered at all times.  This makes things quite tidy, but if you have a
3543 slow network connection, or simply do not like this un-Emacsism, you can
3544 set this variable to @code{nil} to get the normal Emacs scrolling
3545 action.  This will also inhibit horizontal re-centering of the summary
3546 buffer, which might make it more inconvenient to read extremely long
3547 threads.
3548
3549 @end table
3550
3551
3552 @node Choosing Articles
3553 @section Choosing Articles
3554 @cindex selecting articles
3555
3556 @menu
3557 * Choosing Commands::        Commands for choosing articles.
3558 * Choosing Variables::       Variables that influence these commands.
3559 @end menu
3560
3561
3562 @node Choosing Commands
3563 @subsection Choosing Commands
3564
3565 None of the following movement commands understand the numeric prefix,
3566 and they all select and display an article.
3567
3568 @table @kbd
3569 @item SPACE
3570 @kindex SPACE (Summary)
3571 @findex gnus-summary-next-page
3572 Select the current article, or, if that one's read already, the next
3573 unread article (@code{gnus-summary-next-page}).
3574
3575 @item G n
3576 @itemx n
3577 @kindex n (Summary)
3578 @kindex G n (Summary)
3579 @findex gnus-summary-next-unread-article
3580 @c @icon{gnus-summary-next-unread}
3581 Go to next unread article (@code{gnus-summary-next-unread-article}).
3582
3583 @item G p
3584 @itemx p
3585 @kindex p (Summary)
3586 @findex gnus-summary-prev-unread-article
3587 @c @icon{gnus-summary-prev-unread}
3588 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
3589
3590 @item G N
3591 @itemx N
3592 @kindex N (Summary)
3593 @kindex G N (Summary)
3594 @findex gnus-summary-next-article
3595 Go to the next article (@code{gnus-summary-next-article}).
3596
3597 @item G P
3598 @itemx P
3599 @kindex P (Summary)
3600 @kindex G P (Summary)
3601 @findex gnus-summary-prev-article
3602 Go to the previous article (@code{gnus-summary-prev-article}).
3603
3604 @item G C-n
3605 @kindex G C-n (Summary)
3606 @findex gnus-summary-next-same-subject
3607 Go to the next article with the same subject
3608 (@code{gnus-summary-next-same-subject}).
3609
3610 @item G C-p
3611 @kindex G C-p (Summary)
3612 @findex gnus-summary-prev-same-subject
3613 Go to the previous article with the same subject
3614 (@code{gnus-summary-prev-same-subject}).
3615
3616 @item G f
3617 @itemx .
3618 @kindex G f  (Summary)
3619 @kindex .  (Summary)
3620 @findex gnus-summary-first-unread-article
3621 Go to the first unread article
3622 (@code{gnus-summary-first-unread-article}).
3623
3624 @item G b
3625 @itemx ,
3626 @kindex G b (Summary)
3627 @kindex , (Summary)
3628 @findex gnus-summary-best-unread-article
3629 Go to the article with the highest score
3630 (@code{gnus-summary-best-unread-article}).
3631
3632 @item G l
3633 @itemx l
3634 @kindex l (Summary)
3635 @kindex G l (Summary)
3636 @findex gnus-summary-goto-last-article
3637 Go to the previous article read (@code{gnus-summary-goto-last-article}).
3638
3639 @item G o
3640 @kindex G o (Summary)
3641 @findex gnus-summary-pop-article
3642 @cindex history
3643 @cindex article history
3644 Pop an article off the summary history and go to this article
3645 (@code{gnus-summary-pop-article}).  This command differs from the
3646 command above in that you can pop as many previous articles off the
3647 history as you like, while @kbd{l} toggles the two last read articles.
3648 For a somewhat related issue (if you use these commands a lot),
3649 @pxref{Article Backlog}.
3650 @end table
3651
3652
3653 @node Choosing Variables
3654 @subsection Choosing Variables
3655
3656 Some variables relevant for moving and selecting articles:
3657
3658 @table @code
3659 @item gnus-auto-extend-newsgroup
3660 @vindex gnus-auto-extend-newsgroup
3661 All the movement commands will try to go to the previous (or next)
3662 article, even if that article isn't displayed in the Summary buffer if
3663 this variable is non-@code{nil}.  Gnus will then fetch the article from
3664 the server and display it in the article buffer.
3665
3666 @item gnus-select-article-hook
3667 @vindex gnus-select-article-hook
3668 This hook is called whenever an article is selected.  By default it
3669 exposes any threads hidden under the selected article.
3670
3671 @item gnus-mark-article-hook
3672 @vindex gnus-mark-article-hook
3673 @findex gnus-summary-mark-unread-as-read
3674 @findex gnus-summary-mark-read-and-unread-as-read
3675 @findex gnus-unread-mark
3676 This hook is called whenever an article is selected.  It is intended to
3677 be used for marking articles as read.  The default value is
3678 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
3679 mark of almost any article you read to @code{gnus-unread-mark}.  The
3680 only articles not affected by this function are ticked, dormant, and
3681 expirable articles.  If you'd instead like to just have unread articles
3682 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
3683 instead.  It will leave marks like @code{gnus-low-score-mark},
3684 @code{gnus-del-mark} (and so on) alone.
3685
3686 @end table
3687
3688
3689 @node Paging the Article
3690 @section Scrolling the Article
3691 @cindex article scrolling
3692
3693 @table @kbd
3694
3695 @item SPACE
3696 @kindex SPACE (Summary)
3697 @findex gnus-summary-next-page
3698 Pressing @kbd{SPACE} will scroll the current article forward one page,
3699 or, if you have come to the end of the current article, will choose the
3700 next article (@code{gnus-summary-next-page}).
3701
3702 @item DEL
3703 @kindex DEL (Summary)
3704 @findex gnus-summary-prev-page
3705 Scroll the current article back one page (@code{gnus-summary-prev-page}).
3706
3707 @item RET
3708 @kindex RET (Summary)
3709 @findex gnus-summary-scroll-up
3710 Scroll the current article one line forward
3711 (@code{gnus-summary-scroll-up}).
3712
3713 @item M-RET
3714 @kindex M-RET (Summary)
3715 @findex gnus-summary-scroll-down
3716 Scroll the current article one line backward
3717 (@code{gnus-summary-scroll-down}).
3718
3719 @item A g
3720 @itemx g
3721 @kindex A g (Summary)
3722 @kindex g (Summary)
3723 @findex gnus-summary-show-article
3724 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
3725 given a prefix, fetch the current article, but don't run any of the
3726 article treatment functions.  This will give you a ``raw'' article, just
3727 the way it came from the server.
3728
3729 @item A <
3730 @itemx <
3731 @kindex < (Summary)
3732 @kindex A < (Summary)
3733 @findex gnus-summary-beginning-of-article
3734 Scroll to the beginning of the article
3735 (@code{gnus-summary-beginning-of-article}).
3736
3737 @item A >
3738 @itemx >
3739 @kindex > (Summary)
3740 @kindex A > (Summary)
3741 @findex gnus-summary-end-of-article
3742 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
3743
3744 @item A s
3745 @itemx s
3746 @kindex A s (Summary)
3747 @kindex s (Summary)
3748 @findex gnus-summary-isearch-article
3749 Perform an isearch in the article buffer
3750 (@code{gnus-summary-isearch-article}).
3751
3752 @item h
3753 @kindex h (Summary)
3754 @findex gnus-summary-select-article-buffer
3755 Select the article buffer (@code{gnus-summary-select-article-buffer}).
3756
3757 @end table
3758
3759
3760 @node Reply Followup and Post
3761 @section Reply, Followup and Post
3762
3763 @menu
3764 * Summary Mail Commands::            Sending mail.
3765 * Summary Post Commands::            Sending news.
3766 @end menu
3767
3768
3769 @node Summary Mail Commands
3770 @subsection Summary Mail Commands
3771 @cindex mail
3772 @cindex composing mail
3773
3774 Commands for composing a mail message:
3775
3776 @table @kbd
3777
3778 @item S r
3779 @itemx r
3780 @kindex S r (Summary)
3781 @kindex r (Summary)
3782 @findex gnus-summary-reply
3783 @c @icon{gnus-summary-mail-reply}
3784 @c @icon{gnus-summary-reply}
3785 Mail a reply to the author of the current article
3786 (@code{gnus-summary-reply}).
3787
3788 @item S R
3789 @itemx R
3790 @kindex R (Summary)
3791 @kindex S R (Summary)
3792 @findex gnus-summary-reply-with-original
3793 @c @icon{gnus-summary-reply-with-original}
3794 Mail a reply to the author of the current article and include the
3795 original message (@code{gnus-summary-reply-with-original}).  This
3796 command uses the process/prefix convention.
3797
3798 @item S w
3799 @kindex S w (Summary)
3800 @findex gnus-summary-wide-reply
3801 Mail a wide reply to the author of the current article
3802 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
3803 goes out to all people listed in the @code{To}, @code{From} (or
3804 @code{Reply-to}) and @code{Cc} headers.
3805
3806 @item S W
3807 @kindex S W (Summary)
3808 @findex gnus-summary-wide-reply-with-original
3809 Mail a wide reply to the current article and include the original
3810 message (@code{gnus-summary-reply-with-original}).  This command uses
3811 the process/prefix convention.
3812
3813 @item S o m
3814 @kindex S o m (Summary)
3815 @findex gnus-summary-mail-forward
3816 @c @icon{gnus-summary-mail-forward}
3817 Forward the current article to some other person
3818 (@code{gnus-summary-mail-forward}).  If given a prefix, include the full
3819 headers of the forwarded article.
3820
3821 @item S m
3822 @itemx m
3823 @kindex m (Summary)
3824 @kindex S m (Summary)
3825 @findex gnus-summary-mail-other-window
3826 @c @icon{gnus-summary-mail-originate}
3827 Send a mail to some other person
3828 (@code{gnus-summary-mail-other-window}).
3829
3830 @item S D b
3831 @kindex S D b (Summary)
3832 @findex gnus-summary-resend-bounced-mail
3833 @cindex bouncing mail
3834 If you have sent a mail, but the mail was bounced back to you for some
3835 reason (wrong address, transient failure), you can use this command to
3836 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
3837 will be popped into a mail buffer where you can edit the headers before
3838 sending the mail off again.  If you give a prefix to this command, and
3839 the bounced mail is a reply to some other mail, Gnus will try to fetch
3840 that mail and display it for easy perusal of its headers.  This might
3841 very well fail, though.
3842
3843 @item S D r
3844 @kindex S D r (Summary)
3845 @findex gnus-summary-resend-message
3846 Not to be confused with the previous command,
3847 @code{gnus-summary-resend-message} will prompt you for an address to
3848 send the current message off to, and then send it to that place.  The
3849 headers of the message won't be altered---but lots of headers that say
3850 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
3851 means that you actually send a mail to someone that has a @code{To}
3852 header that (probably) points to yourself.  This will confuse people.
3853 So, natcherly you'll only do that if you're really eVIl.
3854
3855 This command is mainly used if you have several accounts and want to
3856 ship a mail to a different account of yours.  (If you're both
3857 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
3858 to the @code{root} account, you may want to resend it to
3859 @code{postmaster}.  Ordnung muß sein!
3860
3861 This command understands the process/prefix convention
3862 (@pxref{Process/Prefix}).
3863
3864 @item S O m
3865 @kindex S O m (Summary)
3866 @findex gnus-uu-digest-mail-forward
3867 Digest the current series (@pxref{Decoding Articles}) and forward the
3868 result using mail (@code{gnus-uu-digest-mail-forward}).  This command
3869 uses the process/prefix convention (@pxref{Process/Prefix}).
3870
3871 @item S M-c
3872 @kindex S M-c (Summary)
3873 @findex gnus-summary-mail-crosspost-complaint
3874 @cindex crossposting
3875 @cindex excessive crossposting
3876 Send a complaint about excessive crossposting to the author of the
3877 current article (@code{gnus-summary-mail-crosspost-complaint}).
3878
3879 @findex gnus-crosspost-complaint
3880 This command is provided as a way to fight back against the current
3881 crossposting pandemic that's sweeping Usenet.  It will compose a reply
3882 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
3883 command understands the process/prefix convention
3884 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
3885
3886 @end table
3887
3888 Also @pxref{(message)Header Commands} for more information.
3889
3890
3891 @node Summary Post Commands
3892 @subsection Summary Post Commands
3893 @cindex post
3894 @cindex composing news
3895
3896 Commands for posting a news article:
3897
3898 @table @kbd
3899 @item S p
3900 @itemx a
3901 @kindex a (Summary)
3902 @kindex S p (Summary)
3903 @findex gnus-summary-post-news
3904 @c @icon{gnus-summary-post-news}
3905 Post an article to the current group
3906 (@code{gnus-summary-post-news}).
3907
3908 @item S f
3909 @itemx f
3910 @kindex f (Summary)
3911 @kindex S f (Summary)
3912 @findex gnus-summary-followup
3913 @c @icon{gnus-summary-followup}
3914 Post a followup to the current article (@code{gnus-summary-followup}).
3915
3916 @item S F
3917 @itemx F
3918 @kindex S F (Summary)
3919 @kindex F (Summary)
3920 @c @icon{gnus-summary-followup-with-original}
3921 @findex gnus-summary-followup-with-original
3922 Post a followup to the current article and include the original message
3923 (@code{gnus-summary-followup-with-original}).   This command uses the
3924 process/prefix convention.
3925
3926 @item S n
3927 @kindex S n (Summary)
3928 @findex gnus-summary-followup-to-mail
3929 Post a followup to the current article via news, even if you got the
3930 message through mail (@code{gnus-summary-followup-to-mail}).
3931
3932 @item S N
3933 @kindex S N (Summary)
3934 @findex gnus-summary-followup-to-mail-with-original
3935 Post a followup to the current article via news, even if you got the
3936 message through mail and include the original message
3937 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
3938 the process/prefix convention.
3939
3940 @item S o p
3941 @kindex S o p (Summary)
3942 @findex gnus-summary-post-forward
3943 Forward the current article to a newsgroup
3944 (@code{gnus-summary-post-forward}).  If given a prefix, include the full
3945 headers of the forwarded article.
3946
3947 @item S O p
3948 @kindex S O p (Summary)
3949 @findex gnus-uu-digest-post-forward
3950 @cindex digests
3951 @cindex making digests
3952 Digest the current series and forward the result to a newsgroup
3953 (@code{gnus-uu-digest-mail-forward}).  This command uses the
3954 process/prefix convention.
3955
3956 @item S u
3957 @kindex S u (Summary)
3958 @findex gnus-uu-post-news
3959 @c @icon{gnus-uu-post-news}
3960 Uuencode a file, split it into parts, and post it as a series
3961 (@code{gnus-uu-post-news}). (@pxref{Uuencoding and Posting}).
3962 @end table
3963
3964 Also @pxref{(message)Header Commands} for more information.
3965
3966
3967 @node Canceling and Superseding
3968 @section Canceling Articles
3969 @cindex canceling articles
3970 @cindex superseding articles
3971
3972 Have you ever written something, and then decided that you really,
3973 really, really wish you hadn't posted that?
3974
3975 Well, you can't cancel mail, but you can cancel posts.
3976
3977 @findex gnus-summary-cancel-article
3978 @kindex C (Summary)
3979 @c @icon{gnus-summary-cancel-article}
3980 Find the article you wish to cancel (you can only cancel your own
3981 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
3982 c} (@code{gnus-summary-cancel-article}).  Your article will be
3983 canceled---machines all over the world will be deleting your article.
3984 This command uses the process/prefix convention (@pxref{Process/Prefix}).
3985
3986 Be aware, however, that not all sites honor cancels, so your article may
3987 live on here and there, while most sites will delete the article in
3988 question.
3989
3990 Gnus will use the ``current'' select method when canceling.  If you
3991 want to use the standard posting method, use the @samp{a} symbolic
3992 prefix (@pxref{Symbolic Prefixes}).
3993
3994 If you discover that you have made some mistakes and want to do some
3995 corrections, you can post a @dfn{superseding} article that will replace
3996 your original article.
3997
3998 @findex gnus-summary-supersede-article
3999 @kindex S (Summary)
4000 Go to the original article and press @kbd{S s}
4001 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
4002 where you can edit the article all you want before sending it off the
4003 usual way.
4004
4005 The same goes for superseding as for canceling, only more so: Some
4006 sites do not honor superseding.  On those sites, it will appear that you
4007 have posted almost the same article twice.
4008
4009 If you have just posted the article, and change your mind right away,
4010 there is a trick you can use to cancel/supersede the article without
4011 waiting for the article to appear on your site first.  You simply return
4012 to the post buffer (which is called @code{*sent ...*}).  There you will
4013 find the article you just posted, with all the headers intact.  Change
4014 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
4015 header by substituting one of those words for the word
4016 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
4017 you would do normally.  The previous article will be
4018 canceled/superseded.
4019
4020 Just remember, kids: There is no 'c' in 'supersede'.
4021
4022
4023 @node Marking Articles
4024 @section Marking Articles
4025 @cindex article marking
4026 @cindex article ticking
4027 @cindex marks
4028
4029 There are several marks you can set on an article.
4030
4031 You have marks that decide the @dfn{readedness} (whoo, neato-keano
4032 neologism ohoy!) of the article.  Alphabetic marks generally mean
4033 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
4034
4035 In addition, you also have marks that do not affect readedness.
4036
4037 @menu
4038 * Unread Articles::      Marks for unread articles.
4039 * Read Articles::        Marks for read articles.
4040 * Other Marks::          Marks that do not affect readedness.
4041 @end menu
4042
4043 @ifinfo
4044 There's a plethora of commands for manipulating these marks:
4045 @end ifinfo
4046
4047 @menu
4048 * Setting Marks::           How to set and remove marks.
4049 * Setting Process Marks::   How to mark articles for later processing.
4050 @end menu
4051
4052
4053 @node Unread Articles
4054 @subsection Unread Articles
4055
4056 The following marks mark articles as (kinda) unread, in one form or
4057 other.
4058
4059 @table @samp
4060 @item !
4061 @vindex gnus-ticked-mark
4062 Marked as ticked (@code{gnus-ticked-mark}).
4063
4064 @dfn{Ticked articles} are articles that will remain visible always.  If
4065 you see an article that you find interesting, or you want to put off
4066 reading it, or replying to it, until sometime later, you'd typically
4067 tick it.  However, articles can be expired, so if you want to keep an
4068 article forever, you'll have to make it persistent (@pxref{Persistent
4069 Articles}).
4070
4071 @item ?
4072 @vindex gnus-dormant-mark
4073 Marked as dormant (@code{gnus-dormant-mark}).
4074
4075 @dfn{Dormant articles} will only appear in the summary buffer if there
4076 are followups to it.  If you want to see them even if they don't have
4077 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
4078
4079 @item SPACE
4080 @vindex gnus-unread-mark
4081 Marked as unread (@code{gnus-unread-mark}).
4082
4083 @dfn{Unread articles} are articles that haven't been read at all yet.
4084 @end table
4085
4086
4087 @node Read Articles
4088 @subsection Read Articles
4089 @cindex expirable mark
4090
4091 All the following marks mark articles as read.
4092
4093 @table @samp
4094
4095 @item r
4096 @vindex gnus-del-mark
4097 These are articles that the user has marked as read with the @kbd{d}
4098 command manually, more or less (@code{gnus-del-mark}).
4099
4100 @item R
4101 @vindex gnus-read-mark
4102 Articles that have actually been read (@code{gnus-read-mark}).
4103
4104 @item O
4105 @vindex gnus-ancient-mark
4106 Articles that were marked as read in previous sessions and are now
4107 @dfn{old} (@code{gnus-ancient-mark}).
4108
4109 @item K
4110 @vindex gnus-killed-mark
4111 Marked as killed (@code{gnus-killed-mark}).
4112
4113 @item X
4114 @vindex gnus-kill-file-mark
4115 Marked as killed by kill files (@code{gnus-kill-file-mark}).
4116
4117 @item Y
4118 @vindex gnus-low-score-mark
4119 Marked as read by having too low a score (@code{gnus-low-score-mark}).
4120
4121 @item C
4122 @vindex gnus-catchup-mark
4123 Marked as read by a catchup (@code{gnus-catchup-mark}).
4124
4125 @item G
4126 @vindex gnus-canceled-mark
4127 Canceled article (@code{gnus-canceled-mark})
4128
4129 @item F
4130 @vindex gnus-souped-mark
4131 @sc{SOUP}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
4132
4133 @item Q
4134 @vindex gnus-sparse-mark
4135 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
4136 Threading}.
4137
4138 @item M
4139 @vindex gnus-duplicate-mark
4140 Article marked as read by duplicate suppression
4141 (@code{gnus-duplicated-mark}).  @xref{Duplicate Suppression}.
4142
4143 @end table
4144
4145 All these marks just mean that the article is marked as read, really.
4146 They are interpreted differently when doing adaptive scoring, though.
4147
4148 One more special mark, though:
4149
4150 @table @samp
4151 @item E
4152 @vindex gnus-expirable-mark
4153 Marked as expirable (@code{gnus-expirable-mark}).
4154
4155 Marking articles as @dfn{expirable} (or have them marked as such
4156 automatically) doesn't make much sense in normal groups---a user doesn't
4157 control expiring of news articles, but in mail groups, for instance,
4158 articles marked as @dfn{expirable} can be deleted by Gnus at
4159 any time.
4160 @end table
4161
4162
4163 @node Other Marks
4164 @subsection Other Marks
4165 @cindex process mark
4166 @cindex bookmarks
4167
4168 There are some marks that have nothing to do with whether the article is
4169 read or not.
4170
4171 @itemize @bullet
4172
4173 @item
4174 You can set a bookmark in the current article.  Say you are reading a
4175 long thesis on cats' urinary tracts, and have to go home for dinner
4176 before you've finished reading the thesis.  You can then set a bookmark
4177 in the article, and Gnus will jump to this bookmark the next time it
4178 encounters the article.  @xref{Setting Marks}
4179
4180 @item
4181 @vindex gnus-replied-mark
4182 All articles that you have replied to or made a followup to (i.e., have
4183 answered) will be marked with an @samp{A} in the second column
4184 (@code{gnus-replied-mark}).
4185
4186 @item
4187 @vindex gnus-cached-mark
4188 Articles stored in the article cache will be marked with an @samp{*} in
4189 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}
4190
4191 @item
4192 @vindex gnus-saved-mark
4193 Articles ``saved'' (in some manner or other; not necessarily
4194 religiously) are marked with an @samp{S} in the second column
4195 (@code{gnus-saved-mark}).
4196
4197 @item
4198 @vindex gnus-not-empty-thread-mark
4199 @vindex gnus-empty-thread-mark
4200 If the @samp{%e} spec is used, the presence of threads or not will be
4201 marked with @code{gnus-not-empty-thread-mark} and
4202 @code{gnus-empty-thread-mark} in the third column, respectively.
4203
4204 @item
4205 @vindex gnus-process-mark
4206 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
4207 variety of commands react to the presence of the process mark.  For
4208 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
4209 all articles that have been marked with the process mark.  Articles
4210 marked with the process mark have a @samp{#} in the second column.
4211
4212 @end itemize
4213
4214 You might have noticed that most of these ``non-readedness'' marks
4215 appear in the second column by default.  So if you have a cached, saved,
4216 replied article that you have process-marked, what will that look like?
4217
4218 Nothing much.  The precedence rules go as follows: process -> cache ->
4219 replied -> saved.  So if the article is in the cache and is replied,
4220 you'll only see the cache mark and not the replied mark.
4221
4222
4223 @node Setting Marks
4224 @subsection Setting Marks
4225 @cindex setting marks
4226
4227 All the marking commands understand the numeric prefix.
4228
4229 @table @kbd
4230 @item M c
4231 @itemx M-u
4232 @kindex M c (Summary)
4233 @kindex M-u (Summary)
4234 @findex gnus-summary-clear-mark-forward
4235 @cindex mark as unread
4236 Clear all readedness-marks from the current article
4237 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
4238 article as unread.
4239
4240 @item M t
4241 @itemx !
4242 @kindex ! (Summary)
4243 @kindex M t (Summary)
4244 @findex gnus-summary-tick-article-forward
4245 Tick the current article (@code{gnus-summary-tick-article-forward}).
4246 @xref{Article Caching}
4247
4248 @item M ?
4249 @itemx ?
4250 @kindex ? (Summary)
4251 @kindex M ? (Summary)
4252 @findex gnus-summary-mark-as-dormant
4253 Mark the current article as dormant
4254 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}
4255
4256 @item M d
4257 @itemx d
4258 @kindex M d (Summary)
4259 @kindex d (Summary)
4260 @findex gnus-summary-mark-as-read-forward
4261 Mark the current article as read
4262 (@code{gnus-summary-mark-as-read-forward}).
4263
4264 @item D
4265 @kindex D (Summary)
4266 @findex gnus-summary-mark-as-read-backward
4267 Mark the current article as read and move point to the previous line
4268 (@code{gnus-summary-mark-as-read-backward}).
4269
4270 @item M k
4271 @itemx k
4272 @kindex k (Summary)
4273 @kindex M k (Summary)
4274 @findex gnus-summary-kill-same-subject-and-select
4275 Mark all articles that have the same subject as the current one as read,
4276 and then select the next unread article
4277 (@code{gnus-summary-kill-same-subject-and-select}).
4278
4279 @item M K
4280 @itemx C-k
4281 @kindex M K (Summary)
4282 @kindex C-k (Summary)
4283 @findex gnus-summary-kill-same-subject
4284 Mark all articles that have the same subject as the current one as read
4285 (@code{gnus-summary-kill-same-subject}).
4286
4287 @item M C
4288 @kindex M C (Summary)
4289 @findex gnus-summary-catchup
4290 @c @icon{gnus-summary-catchup}
4291 Mark all unread articles as read (@code{gnus-summary-catchup}).
4292
4293 @item M C-c
4294 @kindex M C-c (Summary)
4295 @findex gnus-summary-catchup-all
4296 Mark all articles in the group as read---even the ticked and dormant
4297 articles (@code{gnus-summary-catchup-all}).
4298
4299 @item M H
4300 @kindex M H (Summary)
4301 @findex gnus-summary-catchup-to-here
4302 Catchup the current group to point
4303 (@code{gnus-summary-catchup-to-here}).
4304
4305 @item C-w
4306 @kindex C-w (Summary)
4307 @findex gnus-summary-mark-region-as-read
4308 Mark all articles between point and mark as read
4309 (@code{gnus-summary-mark-region-as-read}).
4310
4311 @item M V k
4312 @kindex M V k (Summary)
4313 @findex gnus-summary-kill-below
4314 Kill all articles with scores below the default score (or below the
4315 numeric prefix) (@code{gnus-summary-kill-below}).
4316
4317 @item M e
4318 @itemx E
4319 @kindex M e (Summary)
4320 @kindex E (Summary)
4321 @findex gnus-summary-mark-as-expirable
4322 Mark the current article as expirable
4323 (@code{gnus-summary-mark-as-expirable}).
4324
4325 @item M b
4326 @kindex M b (Summary)
4327 @findex gnus-summary-set-bookmark
4328 Set a bookmark in the current article
4329 (@code{gnus-summary-set-bookmark}).
4330
4331 @item M B
4332 @kindex M B (Summary)
4333 @findex gnus-summary-remove-bookmark
4334 Remove the bookmark from the current article
4335 (@code{gnus-summary-remove-bookmark}).
4336
4337 @item M V c
4338 @kindex M V c (Summary)
4339 @findex gnus-summary-clear-above
4340 Clear all marks from articles with scores over the default score (or
4341 over the numeric prefix) (@code{gnus-summary-clear-above}).
4342
4343 @item M V u
4344 @kindex M V u (Summary)
4345 @findex gnus-summary-tick-above
4346 Tick all articles with scores over the default score (or over the
4347 numeric prefix) (@code{gnus-summary-tick-above}).
4348
4349 @item M V m
4350 @kindex M V m (Summary)
4351 @findex gnus-summary-mark-above
4352 Prompt for a mark, and mark all articles with scores over the default
4353 score (or over the numeric prefix) with this mark
4354 (@code{gnus-summary-clear-above}).
4355 @end table
4356
4357 @vindex gnus-summary-goto-unread
4358 The @code{gnus-summary-goto-unread} variable controls what action should
4359 be taken after setting a mark.  If non-@code{nil}, point will move to
4360 the next/previous unread article.  If @code{nil}, point will just move
4361 one line up or down.  As a special case, if this variable is
4362 @code{never}, all the marking commands as well as other commands (like
4363 @kbd{SPACE}) will move to the next article, whether it is unread or not.
4364 The default is @code{t}.
4365
4366
4367 @node Setting Process Marks
4368 @subsection Setting Process Marks
4369 @cindex setting process marks
4370
4371 @table @kbd
4372
4373 @item M P p
4374 @itemx #
4375 @kindex # (Summary)
4376 @kindex M P p (Summary)
4377 @findex gnus-summary-mark-as-processable
4378 Mark the current article with the process mark
4379 (@code{gnus-summary-mark-as-processable}).
4380 @findex gnus-summary-unmark-as-processable
4381
4382 @item M P u
4383 @itemx M-#
4384 @kindex M P u (Summary)
4385 @kindex M-# (Summary)
4386 Remove the process mark, if any, from the current article
4387 (@code{gnus-summary-unmark-as-processable}).
4388
4389 @item M P U
4390 @kindex M P U (Summary)
4391 @findex gnus-summary-unmark-all-processable
4392 Remove the process mark from all articles
4393 (@code{gnus-summary-unmark-all-processable}).
4394
4395 @item M P i
4396 @kindex M P i (Summary)
4397 @findex gnus-uu-invert-processable
4398 Invert the list of process marked articles
4399 (@code{gnus-uu-invert-processable}).
4400
4401 @item M P R
4402 @kindex M P R (Summary)
4403 @findex gnus-uu-mark-by-regexp
4404 Mark articles that have a @code{Subject} header that matches a regular
4405 expression (@code{gnus-uu-mark-by-regexp}).
4406
4407 @item M P r
4408 @kindex M P r (Summary)
4409 @findex gnus-uu-mark-region
4410 Mark articles in region (@code{gnus-uu-mark-region}).
4411
4412 @item M P t
4413 @kindex M P t (Summary)
4414 @findex gnus-uu-mark-thread
4415 Mark all articles in the current (sub)thread
4416 (@code{gnus-uu-mark-thread}).
4417
4418 @item M P T
4419 @kindex M P T (Summary)
4420 @findex gnus-uu-unmark-thread
4421 Unmark all articles in the current (sub)thread
4422 (@code{gnus-uu-unmark-thread}).
4423
4424 @item M P v
4425 @kindex M P v (Summary)
4426 @findex gnus-uu-mark-over
4427 Mark all articles that have a score above the prefix argument
4428 (@code{gnus-uu-mark-over}).
4429
4430 @item M P s
4431 @kindex M P s (Summary)
4432 @findex gnus-uu-mark-series
4433 Mark all articles in the current series (@code{gnus-uu-mark-series}).
4434
4435 @item M P S
4436 @kindex M P S (Summary)
4437 @findex gnus-uu-mark-sparse
4438 Mark all series that have already had some articles marked
4439 (@code{gnus-uu-mark-sparse}).
4440
4441 @item M P a
4442 @kindex M P a (Summary)
4443 @findex gnus-uu-mark-all
4444 Mark all articles in series order (@code{gnus-uu-mark-series}).
4445
4446 @item M P b
4447 @kindex M P b (Summary)
4448 @findex gnus-uu-mark-buffer
4449 Mark all articles in the buffer in the order they appear
4450 (@code{gnus-uu-mark-buffer}).
4451
4452 @item M P k
4453 @kindex M P k (Summary)
4454 @findex gnus-summary-kill-process-mark
4455 Push the current process mark set onto the stack and unmark all articles
4456 (@code{gnus-summary-kill-process-mark}).
4457
4458 @item M P y
4459 @kindex M P y (Summary)
4460 @findex gnus-summary-yank-process-mark
4461 Pop the previous process mark set from the stack and restore it
4462 (@code{gnus-summary-yank-process-mark}).
4463
4464 @item M P w
4465 @kindex M P w (Summary)
4466 @findex gnus-summary-save-process-mark
4467 Push the current process mark set onto the stack
4468 (@code{gnus-summary-save-process-mark}).
4469
4470 @end table
4471
4472
4473 @node Limiting
4474 @section Limiting
4475 @cindex limiting
4476
4477 It can be convenient to limit the summary buffer to just show some
4478 subset of the articles currently in the group.  The effect most limit
4479 commands have is to remove a few (or many) articles from the summary
4480 buffer.
4481
4482 All limiting commands work on subsets of the articles already fetched
4483 from the servers.  None of these commands query the server for
4484 additional articles.
4485
4486 @table @kbd
4487
4488 @item / /
4489 @itemx / s
4490 @kindex / / (Summary)
4491 @findex gnus-summary-limit-to-subject
4492 Limit the summary buffer to articles that match some subject
4493 (@code{gnus-summary-limit-to-subject}).
4494
4495 @item / a
4496 @kindex / a (Summary)
4497 @findex gnus-summary-limit-to-author
4498 Limit the summary buffer to articles that match some author
4499 (@code{gnus-summary-limit-to-author}).
4500
4501 @item / u
4502 @itemx x
4503 @kindex / u (Summary)
4504 @kindex x (Summary)
4505 @findex gnus-summary-limit-to-unread
4506 Limit the summary buffer to articles not marked as read
4507 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
4508 buffer to articles strictly unread.  This means that ticked and
4509 dormant articles will also be excluded.
4510
4511 @item / m
4512 @kindex / m (Summary)
4513 @findex gnus-summary-limit-to-marks
4514 Ask for a mark and then limit to all articles that have been marked
4515 with that mark (@code{gnus-summary-limit-to-marks}).
4516
4517 @item / t
4518 @kindex / t (Summary)
4519 @findex gnus-summary-limit-to-age
4520 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
4521 (@code{gnus-summary-limit-to-marks}).  If given a prefix, limit to
4522 articles younger than that number of days.
4523
4524 @item / n
4525 @kindex / n (Summary)
4526 @findex gnus-summary-limit-to-articles
4527 Limit the summary buffer to the current article
4528 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
4529 convention (@pxref{Process/Prefix}).
4530
4531 @item / w
4532 @kindex / w (Summary)
4533 @findex gnus-summary-pop-limit
4534 Pop the previous limit off the stack and restore it
4535 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
4536 the stack.
4537
4538 @item / v
4539 @kindex / v (Summary)
4540 @findex gnus-summary-limit-to-score
4541 Limit the summary buffer to articles that have a score at or above some
4542 score (@code{gnus-summary-limit-to-score}).
4543
4544 @item / E
4545 @itemx M S
4546 @kindex M S (Summary)
4547 @kindex / E (Summary)
4548 @findex gnus-summary-limit-include-expunged
4549 Include all expunged articles in the limit
4550 (@code{gnus-summary-limit-include-expunged}).
4551
4552 @item / D
4553 @kindex / D (Summary)
4554 @findex gnus-summary-limit-include-dormant
4555 Include all dormant articles in the limit
4556 (@code{gnus-summary-limit-include-dormant}).
4557
4558 @item / *
4559 @kindex / * (Summary)
4560 @findex gnus-summary-limit-include-cached
4561 Include all cached articles in the limit
4562 (@code{gnus-summary-limit-include-cached}).
4563
4564 @item / d
4565 @kindex / d (Summary)
4566 @findex gnus-summary-limit-exclude-dormant
4567 Exclude all dormant articles from the limit
4568 (@code{gnus-summary-limit-exclude-dormant}).
4569
4570 @item / T
4571 @kindex / T (Summary)
4572 @findex gnus-summary-limit-include-thread
4573 Include all the articles in the current thread in the limit.
4574
4575 @item / c
4576 @kindex / c (Summary)
4577 @findex gnus-summary-limit-exclude-childless-dormant
4578 Exclude all dormant articles that have no children from the limit
4579 (@code{gnus-summary-limit-exclude-childless-dormant}).
4580
4581 @item / C
4582 @kindex / C (Summary)
4583 @findex gnus-summary-limit-mark-excluded-as-read
4584 Mark all excluded unread articles as read
4585 (@code{gnus-summary-limit-mark-excluded-as-read}).   If given a prefix,
4586 also mark excluded ticked and dormant articles as read.
4587
4588 @end table
4589
4590
4591 @node Threading
4592 @section Threading
4593 @cindex threading
4594 @cindex article threading
4595
4596 Gnus threads articles by default.  @dfn{To thread} is to put responses
4597 to articles directly after the articles they respond to---in a
4598 hierarchical fashion.
4599
4600 Threading is done by looking at the @code{References} headers of the
4601 articles.  In a perfect world, this would be enough to build pretty
4602 trees, but unfortunately, the @code{References} header is often broken
4603 or simply missing.  Weird news propagation excarcerbates the problem,
4604 so one has to employ other heuristics to get pleasing results.  A
4605 plethora of approaches exists, as detailed in horrible detail in
4606 @pxref{Customizing Threading}.
4607
4608 First, a quick overview of the concepts:
4609
4610 @table @dfn
4611 @item root
4612 The top-most article in a thread; the first article in the thread.
4613
4614 @item thread
4615 A tree-like article structure.
4616
4617 @item sub-thread
4618 A small(er) section of this tree-like structure.
4619
4620 @item loose threads
4621 Threads often lose their roots due to article expiry, or due to the root
4622 already having been read in a previous session, and not displayed in the
4623 summary buffer.  We then typically have many sub-threads that really
4624 belong to one thread, but are without connecting roots.  These are
4625 called loose threads.
4626
4627 @item thread gathering
4628 An attempt to gather loose threads into bigger threads.
4629
4630 @item sparse threads
4631 A thread where the missing articles have been ``guessed'' at, and are
4632 displayed as empty lines in the summary buffer.
4633
4634 @end table
4635
4636
4637 @menu
4638 * Customizing Threading::     Variables you can change to affect the threading.
4639 * Thread Commands::           Thread based commands in the summary buffer.
4640 @end menu
4641
4642
4643 @node Customizing Threading
4644 @subsection Customizing Threading
4645 @cindex customizing threading
4646
4647 @menu
4648 * Loose Threads::        How Gnus gathers loose threads into bigger threads.
4649 * Filling In Threads::   Making the threads displayed look fuller.
4650 * More Threading::       Even more variables for fiddling with threads.
4651 * Low-Level Threading::  You thought it was over... but you were wrong!
4652 @end menu
4653
4654
4655 @node Loose Threads
4656 @subsubsection Loose Threads
4657 @cindex <
4658 @cindex >
4659 @cindex loose threads
4660
4661 @table @code
4662 @item gnus-summary-make-false-root
4663 @vindex gnus-summary-make-false-root
4664 If non-@code{nil}, Gnus will gather all loose subtrees into one big tree
4665 and create a dummy root at the top.  (Wait a minute.  Root at the top?
4666 Yup.)  Loose subtrees occur when the real root has expired, or you've
4667 read or killed the root in a previous session.
4668
4669 When there is no real root of a thread, Gnus will have to fudge
4670 something.  This variable says what fudging method Gnus should use.
4671 There are four possible values:
4672
4673 @iftex
4674 @iflatex
4675 \gnusfigure{The Summary Buffer}{390}{
4676 \put(0,0){\epsfig{figure=tmp/summary-adopt.ps,width=7.5cm}}
4677 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=tmp/summary-empty.ps,width=7.5cm}}}
4678 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=tmp/summary-none.ps,width=7.5cm}}}
4679 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=tmp/summary-dummy.ps,width=7.5cm}}}
4680 }
4681 @end iflatex
4682 @end iftex
4683
4684 @cindex adopting articles
4685
4686 @table @code
4687
4688 @item adopt
4689 Gnus will make the first of the orphaned articles the parent.  This
4690 parent will adopt all the other articles.  The adopted articles will be
4691 marked as such by pointy brackets (@samp{<>}) instead of the standard
4692 square brackets (@samp{[]}).  This is the default method.
4693
4694 @item dummy
4695 @vindex gnus-summary-dummy-line-format
4696 Gnus will create a dummy summary line that will pretend to be the
4697 parent.  This dummy line does not correspond to any real article, so
4698 selecting it will just select the first real article after the dummy
4699 article.  @code{gnus-summary-dummy-line-format} is used to specify the
4700 format of the dummy roots.  It accepts only one format spec:  @samp{S},
4701 which is the subject of the article.  @xref{Formatting Variables}.
4702
4703 @item empty
4704 Gnus won't actually make any article the parent, but simply leave the
4705 subject field of all orphans except the first empty.  (Actually, it will
4706 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
4707 Buffer Format}).)
4708
4709 @item none
4710 Don't make any article parent at all.  Just gather the threads and
4711 display them after one another.
4712
4713 @item nil
4714 Don't gather loose threads.
4715 @end table
4716
4717 @item gnus-summary-gather-subject-limit
4718 @vindex gnus-summary-gather-subject-limit
4719 Loose threads are gathered by comparing subjects of articles.  If this
4720 variable is @code{nil}, Gnus requires an exact match between the
4721 subjects of the loose threads before gathering them into one big
4722 super-thread.  This might be too strict a requirement, what with the
4723 presence of stupid newsreaders that chop off long subject lines.  If
4724 you think so, set this variable to, say, 20 to require that only the
4725 first 20 characters of the subjects have to match.  If you set this
4726 variable to a really low number, you'll find that Gnus will gather
4727 everything in sight into one thread, which isn't very helpful.
4728
4729 @cindex fuzzy article gathering
4730 If you set this variable to the special value @code{fuzzy}, Gnus will
4731 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
4732 Matching}).
4733
4734 @item gnus-simplify-subject-fuzzy-regexp
4735 @vindex gnus-simplify-subject-fuzzy-regexp
4736 This can either be a regular expression or list of regular expressions
4737 that match strings that will be removed from subjects if fuzzy subject
4738 simplification is used.
4739
4740 @item gnus-simplify-ignored-prefixes
4741 @vindex gnus-simplify-ignored-prefixes
4742 If you set @code{gnus-summary-gather-subject-limit} to something as low
4743 as 10, you might consider setting this variable to something sensible:
4744
4745 @c Written by Michael Ernst <mernst@cs.rice.edu>
4746 @lisp
4747 (setq gnus-simplify-ignored-prefixes
4748       (concat
4749        "\\`\\[?\\("
4750        (mapconcat
4751         'identity
4752         '("looking"
4753           "wanted" "followup" "summary\\( of\\)?"
4754           "help" "query" "problem" "question"
4755           "answer" "reference" "announce"
4756           "How can I" "How to" "Comparison of"
4757           ;; ...
4758           )
4759         "\\|")
4760        "\\)\\s *\\("
4761        (mapconcat 'identity
4762                   '("for" "for reference" "with" "about")
4763                   "\\|")
4764        "\\)?\\]?:?[ \t]*"))
4765 @end lisp
4766
4767 All words that match this regexp will be removed before comparing two
4768 subjects.
4769
4770 @item gnus-simplify-subject-functions
4771 @vindex gnus-simplify-subject-functions
4772 If non-@code{nil}, this variable overrides
4773 @code{gnus-summary-gather-subject-limit}.  This variable should be a
4774 list of functions to apply to the @code{Subject} string iteratively to
4775 arrive at the simplified version of the string.
4776
4777 Useful functions to put in this list include:
4778
4779 @table @code
4780 @item gnus-simplify-subject-re
4781 @findex gnus-simplify-subject-re
4782 Strip the leading @samp{Re:}.
4783
4784 @item gnus-simplify-subject-fuzzy
4785 @findex gnus-simplify-subject-fuzzy
4786 Simplify fuzzily.
4787
4788 @item gnus-simplify-whitespace
4789 @findex gnus-simplify-whitespace
4790 Remove excessive whitespace.
4791 @end table
4792
4793 You may also write your own functions, of course.
4794
4795
4796 @item gnus-summary-gather-exclude-subject
4797 @vindex gnus-summary-gather-exclude-subject
4798 Since loose thread gathering is done on subjects only, that might lead
4799 to many false hits, especially with certain common subjects like
4800 @samp{} and @samp{(none)}.  To make the situation slightly better,
4801 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
4802 what subjects should be excluded from the gathering process.@*
4803 The default is @samp{^ *$\\|^(none)$}.
4804
4805 @item gnus-summary-thread-gathering-function
4806 @vindex gnus-summary-thread-gathering-function
4807 Gnus gathers threads by looking at @code{Subject} headers.  This means
4808 that totally unrelated articles may end up in the same ``thread'', which
4809 is confusing.  An alternate approach is to look at all the
4810 @code{Message-ID}s in all the @code{References} headers to find matches.
4811 This will ensure that no gathered threads ever include unrelated
4812 articles, but it also means that people who have posted with broken
4813 newsreaders won't be gathered properly.  The choice is yours---plague or
4814 cholera:
4815
4816 @table @code
4817 @item gnus-gather-threads-by-subject
4818 @findex gnus-gather-threads-by-subject
4819 This function is the default gathering function and looks at
4820 @code{Subject}s exclusively.
4821
4822 @item gnus-gather-threads-by-references
4823 @findex gnus-gather-threads-by-references
4824 This function looks at @code{References} headers exclusively.
4825 @end table
4826
4827 If you want to test gathering by @code{References}, you could say
4828 something like:
4829
4830 @lisp
4831 (setq gnus-summary-thread-gathering-function
4832       'gnus-gather-threads-by-references)
4833 @end lisp
4834
4835 @end table
4836
4837
4838 @node Filling In Threads
4839 @subsubsection Filling In Threads
4840
4841 @table @code
4842 @item gnus-fetch-old-headers
4843 @vindex gnus-fetch-old-headers
4844 If non-@code{nil}, Gnus will attempt to build old threads by fetching
4845 more old headers---headers to articles marked as read.  If you
4846 would like to display as few summary lines as possible, but still
4847 connect as many loose threads as possible, you should set this variable
4848 to @code{some} or a number.  If you set it to a number, no more than
4849 that number of extra old headers will be fetched.  In either case,
4850 fetching old headers only works if the backend you are using carries
4851 overview files---this would normally be @code{nntp}, @code{nnspool} and
4852 @code{nnml}.  Also remember that if the root of the thread has been
4853 expired by the server, there's not much Gnus can do about that.
4854
4855 This variable can also be set to @code{invisible}.  This won't have any
4856 visible effects, but is useful if you use the @kbd{A T} command a lot
4857 (@pxref{Finding the Parent}).
4858
4859 @item gnus-build-sparse-threads
4860 @vindex gnus-build-sparse-threads
4861 Fetching old headers can be slow.  A low-rent similar effect can be
4862 gotten by setting this variable to @code{some}.  Gnus will then look at
4863 the complete @code{References} headers of all articles and try to string
4864 together articles that belong in the same thread.  This will leave
4865 @dfn{gaps} in the threading display where Gnus guesses that an article
4866 is missing from the thread.  (These gaps appear like normal summary
4867 lines.  If you select a gap, Gnus will try to fetch the article in
4868 question.)  If this variable is @code{t}, Gnus will display all these
4869 ``gaps'' without regard for whether they are useful for completing the
4870 thread or not.  Finally, if this variable is @code{more}, Gnus won't cut
4871 off sparse leaf nodes that don't lead anywhere.  This variable is
4872 @code{nil} by default.
4873
4874 @end table
4875
4876
4877 @node More Threading
4878 @subsubsection More Threading
4879
4880 @table @code
4881 @item gnus-show-threads
4882 @vindex gnus-show-threads
4883 If this variable is @code{nil}, no threading will be done, and all of
4884 the rest of the variables here will have no effect.  Turning threading
4885 off will speed group selection up a bit, but it is sure to make reading
4886 slower and more awkward.
4887
4888 @item gnus-thread-hide-subtree
4889 @vindex gnus-thread-hide-subtree
4890 If non-@code{nil}, all threads will be hidden when the summary buffer is
4891 generated.
4892
4893 @item gnus-thread-expunge-below
4894 @vindex gnus-thread-expunge-below
4895 All threads that have a total score (as defined by
4896 @code{gnus-thread-score-function}) less than this number will be
4897 expunged.  This variable is @code{nil} by default, which means that no
4898 threads are expunged.
4899
4900 @item gnus-thread-hide-killed
4901 @vindex gnus-thread-hide-killed
4902 if you kill a thread and this variable is non-@code{nil}, the subtree
4903 will be hidden.
4904
4905 @item gnus-thread-ignore-subject
4906 @vindex gnus-thread-ignore-subject
4907 Sometimes somebody changes the subject in the middle of a thread.  If
4908 this variable is non-@code{nil}, the subject change is ignored.  If it
4909 is @code{nil}, which is the default, a change in the subject will result
4910 in a new thread.
4911
4912 @item gnus-thread-indent-level
4913 @vindex gnus-thread-indent-level
4914 This is a number that says how much each sub-thread should be indented.
4915 The default is 4.
4916
4917 @end table
4918
4919
4920 @node Low-Level Threading
4921 @subsubsection Low-Level Threading
4922
4923 @table @code
4924
4925 @item gnus-parse-headers-hook
4926 @vindex gnus-parse-headers-hook
4927 Hook run before parsing any headers.  The default value is
4928 @code{(gnus-decode-rfc1522)}, which means that QPized headers will be
4929 slightly decoded in a hackish way.  This is likely to change in the
4930 future when Gnus becomes @sc{MIME}ified.
4931
4932 @item gnus-alter-header-function
4933 @vindex gnus-alter-header-function
4934 If non-@code{nil}, this function will be called to allow alteration of
4935 article header structures.  The function is called with one parameter,
4936 the article header vector, which it may alter in any way.  For instance,
4937 if you have a mail-to-news gateway which alters the @code{Message-ID}s
4938 in systematic ways (by adding prefixes and such), you can use this
4939 variable to un-scramble the @code{Message-ID}s so that they are more
4940 meaningful.  Here's one example:
4941
4942 @lisp
4943 (setq gnus-alter-header-function 'my-alter-message-id)
4944
4945 (defun my-alter-message-id (header)
4946   (let ((id (mail-header-id header)))
4947     (when (string-match
4948            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
4949       (mail-header-set-id
4950        (concat (match-string 1 id) "@@" (match-string 2 id))
4951        header))))
4952 @end lisp
4953
4954 @end table
4955
4956
4957 @node Thread Commands
4958 @subsection Thread Commands
4959 @cindex thread commands
4960
4961 @table @kbd
4962
4963 @item T k
4964 @itemx M-C-k
4965 @kindex T k (Summary)
4966 @kindex M-C-k (Summary)
4967 @findex gnus-summary-kill-thread
4968 Mark all articles in the current (sub-)thread as read
4969 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
4970 remove all marks instead.  If the prefix argument is negative, tick
4971 articles instead.
4972
4973 @item T l
4974 @itemx M-C-l
4975 @kindex T l (Summary)
4976 @kindex M-C-l (Summary)
4977 @findex gnus-summary-lower-thread
4978 Lower the score of the current (sub-)thread
4979 (@code{gnus-summary-lower-thread}).
4980
4981 @item T i
4982 @kindex T i (Summary)
4983 @findex gnus-summary-raise-thread
4984 Increase the score of the current (sub-)thread
4985 (@code{gnus-summary-raise-thread}).
4986
4987 @item T #
4988 @kindex T # (Summary)
4989 @findex gnus-uu-mark-thread
4990 Set the process mark on the current (sub-)thread
4991 (@code{gnus-uu-mark-thread}).
4992
4993 @item T M-#
4994 @kindex T M-# (Summary)
4995 @findex gnus-uu-unmark-thread
4996 Remove the process mark from the current (sub-)thread
4997 (@code{gnus-uu-unmark-thread}).
4998
4999 @item T T
5000 @kindex T T (Summary)
5001 @findex gnus-summary-toggle-threads
5002 Toggle threading (@code{gnus-summary-toggle-threads}).
5003
5004 @item T s
5005 @kindex T s (Summary)
5006 @findex gnus-summary-show-thread
5007 Expose the (sub-)thread hidden under the current article, if any
5008 (@code{gnus-summary-show-thread}).
5009
5010 @item T h
5011 @kindex T h (Summary)
5012 @findex gnus-summary-hide-thread
5013 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
5014
5015 @item T S
5016 @kindex T S (Summary)
5017 @findex gnus-summary-show-all-threads
5018 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
5019
5020 @item T H
5021 @kindex T H (Summary)
5022 @findex gnus-summary-hide-all-threads
5023 Hide all threads (@code{gnus-summary-hide-all-threads}).
5024
5025 @item T t
5026 @kindex T t (Summary)
5027 @findex gnus-summary-rethread-current
5028 Re-thread the current article's thread
5029 (@code{gnus-summary-rethread-current}).  This works even when the
5030 summary buffer is otherwise unthreaded.
5031
5032 @item T ^
5033 @kindex T ^ (Summary)
5034 @findex gnus-summary-reparent-thread
5035 Make the current article the child of the marked (or previous) article
5036 (@code{gnus-summary-reparent-thread}).
5037
5038 @end table
5039
5040 The following commands are thread movement commands.  They all
5041 understand the numeric prefix.
5042
5043 @table @kbd
5044
5045 @item T n
5046 @kindex T n (Summary)
5047 @findex gnus-summary-next-thread
5048 Go to the next thread (@code{gnus-summary-next-thread}).
5049
5050 @item T p
5051 @kindex T p (Summary)
5052 @findex gnus-summary-prev-thread
5053 Go to the previous thread (@code{gnus-summary-prev-thread}).
5054
5055 @item T d
5056 @kindex T d (Summary)
5057 @findex gnus-summary-down-thread
5058 Descend the thread (@code{gnus-summary-down-thread}).
5059
5060 @item T u
5061 @kindex T u (Summary)
5062 @findex gnus-summary-up-thread
5063 Ascend the thread (@code{gnus-summary-up-thread}).
5064
5065 @item T o
5066 @kindex T o (Summary)
5067 @findex gnus-summary-top-thread
5068 Go to the top of the thread (@code{gnus-summary-top-thread}).
5069 @end table
5070
5071 @vindex gnus-thread-operation-ignore-subject
5072 If you ignore subject while threading, you'll naturally end up with
5073 threads that have several different subjects in them.  If you then issue
5074 a command like `T k' (@code{gnus-summary-kill-thread}) you might not
5075 wish to kill the entire thread, but just those parts of the thread that
5076 have the same subject as the current article.  If you like this idea,
5077 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
5078 is non-@code{nil} (which it is by default), subjects will be ignored
5079 when doing thread commands.  If this variable is @code{nil}, articles in
5080 the same thread with different subjects will not be included in the
5081 operation in question.  If this variable is @code{fuzzy}, only articles
5082 that have subjects fuzzily equal will be included (@pxref{Fuzzy
5083 Matching}).
5084
5085
5086 @node Sorting
5087 @section Sorting
5088
5089 @findex gnus-thread-sort-by-total-score
5090 @findex gnus-thread-sort-by-date
5091 @findex gnus-thread-sort-by-score
5092 @findex gnus-thread-sort-by-subject
5093 @findex gnus-thread-sort-by-author
5094 @findex gnus-thread-sort-by-number
5095 @vindex gnus-thread-sort-functions
5096 If you are using a threaded summary display, you can sort the threads by
5097 setting @code{gnus-thread-sort-functions}, which is a list of functions.
5098 By default, sorting is done on article numbers.  Ready-made sorting
5099 predicate functions include @code{gnus-thread-sort-by-number},
5100 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
5101 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score}, and
5102 @code{gnus-thread-sort-by-total-score}.
5103
5104 Each function takes two threads and returns non-@code{nil} if the first
5105 thread should be sorted before the other.  Note that sorting really is
5106 normally done by looking only at the roots of each thread.  If you use
5107 more than one function, the primary sort key should be the last function
5108 in the list.  You should probably always include
5109 @code{gnus-thread-sort-by-number} in the list of sorting
5110 functions---preferably first.  This will ensure that threads that are
5111 equal with respect to the other sort criteria will be displayed in
5112 ascending article order.
5113
5114 If you would like to sort by score, then by subject, and finally by
5115 number, you could do something like:
5116
5117 @lisp
5118 (setq gnus-thread-sort-functions
5119       '(gnus-thread-sort-by-number
5120         gnus-thread-sort-by-subject
5121         gnus-thread-sort-by-total-score))
5122 @end lisp
5123
5124 The threads that have highest score will be displayed first in the
5125 summary buffer.  When threads have the same score, they will be sorted
5126 alphabetically.  The threads that have the same score and the same
5127 subject will be sorted by number, which is (normally) the sequence in
5128 which the articles arrived.
5129
5130 If you want to sort by score and then reverse arrival order, you could
5131 say something like:
5132
5133 @lisp
5134 (setq gnus-thread-sort-functions
5135       '((lambda (t1 t2)
5136           (not (gnus-thread-sort-by-number t1 t2)))
5137         gnus-thread-sort-by-score))
5138 @end lisp
5139
5140 @vindex gnus-thread-score-function
5141 The function in the @code{gnus-thread-score-function} variable (default
5142 @code{+}) is used for calculating the total score of a thread.  Useful
5143 functions might be @code{max}, @code{min}, or squared means, or whatever
5144 tickles your fancy.
5145
5146 @findex gnus-article-sort-functions
5147 @findex gnus-article-sort-by-date
5148 @findex gnus-article-sort-by-score
5149 @findex gnus-article-sort-by-subject
5150 @findex gnus-article-sort-by-author
5151 @findex gnus-article-sort-by-number
5152 If you are using an unthreaded display for some strange reason or other,
5153 you have to fiddle with the @code{gnus-article-sort-functions} variable.
5154 It is very similar to the @code{gnus-thread-sort-functions}, except that
5155 it uses slightly different functions for article comparison.  Available
5156 sorting predicate functions are @code{gnus-article-sort-by-number},
5157 @code{gnus-article-sort-by-author}, @code{gnus-article-sort-by-subject},
5158 @code{gnus-article-sort-by-date}, and @code{gnus-article-sort-by-score}.
5159
5160 If you want to sort an unthreaded summary display by subject, you could
5161 say something like:
5162
5163 @lisp
5164 (setq gnus-article-sort-functions
5165       '(gnus-article-sort-by-number
5166         gnus-article-sort-by-subject))
5167 @end lisp
5168
5169
5170
5171 @node Asynchronous Fetching
5172 @section Asynchronous Article Fetching
5173 @cindex asynchronous article fetching
5174 @cindex article pre-fetch
5175 @cindex pre-fetch
5176
5177 If you read your news from an @sc{nntp} server that's far away, the
5178 network latencies may make reading articles a chore.  You have to wait
5179 for a while after pressing @kbd{n} to go to the next article before the
5180 article appears.  Why can't Gnus just go ahead and fetch the article
5181 while you are reading the previous one?  Why not, indeed.
5182
5183 First, some caveats.  There are some pitfalls to using asynchronous
5184 article fetching, especially the way Gnus does it.
5185
5186 Let's say you are reading article 1, which is short, and article 2 is
5187 quite long, and you are not interested in reading that.  Gnus does not
5188 know this, so it goes ahead and fetches article 2.  You decide to read
5189 article 3, but since Gnus is in the process of fetching article 2, the
5190 connection is blocked.
5191
5192 To avoid these situations, Gnus will open two (count 'em two)
5193 connections to the server.  Some people may think this isn't a very nice
5194 thing to do, but I don't see any real alternatives.  Setting up that
5195 extra connection takes some time, so Gnus startup will be slower.
5196
5197 Gnus will fetch more articles than you will read.  This will mean that
5198 the link between your machine and the @sc{nntp} server will become more
5199 loaded than if you didn't use article pre-fetch.  The server itself will
5200 also become more loaded---both with the extra article requests, and the
5201 extra connection.
5202
5203 Ok, so now you know that you shouldn't really use this thing...  unless
5204 you really want to.
5205
5206 @vindex gnus-asynchronous
5207 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
5208 happen automatically.
5209
5210 @vindex gnus-use-article-prefetch
5211 You can control how many articles are to be pre-fetched by setting
5212 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
5213 that when you read an article in the group, the backend will pre-fetch
5214 the next 30 articles.  If this variable is @code{t}, the backend will
5215 pre-fetch all the articles it can without bound.  If it is
5216 @code{nil}, no pre-fetching will be done.
5217
5218 @vindex gnus-async-prefetch-article-p
5219 @findex gnus-async-read-p
5220 There are probably some articles that you don't want to pre-fetch---read
5221 articles, for instance.  The @code{gnus-async-prefetch-article-p} variable controls whether an article is to be pre-fetched.  This function should
5222 return non-@code{nil} when the article in question is to be
5223 pre-fetched.  The default is @code{gnus-async-read-p}, which returns
5224 @code{nil} on read articles.  The function is called with an article
5225 data structure as the only parameter.
5226
5227 If, for instance, you wish to pre-fetch only unread articles shorter than 100 lines, you could say something like:
5228
5229 @lisp
5230 (defun my-async-short-unread-p (data)
5231   "Return non-nil for short, unread articles."
5232   (and (gnus-data-unread-p data)
5233        (< (mail-header-lines (gnus-data-header data))
5234           100)))
5235
5236 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
5237 @end lisp
5238
5239 These functions will be called many, many times, so they should
5240 preferably be short and sweet to avoid slowing down Gnus too much.
5241 It's probably a good idea to byte-compile things like this.
5242
5243 @vindex gnus-prefetched-article-deletion-strategy
5244 Articles have to be removed from the asynch buffer sooner or later.  The
5245 @code{gnus-prefetched-article-deletion-strategy} says when to remove
5246 articles.  This is a list that may contain the following elements:
5247
5248 @table @code
5249 @item read
5250 Remove articles when they are read.
5251
5252 @item exit
5253 Remove articles when exiting the group.
5254 @end table
5255
5256 The default value is @code{(read exit)}.
5257
5258 @c @vindex gnus-use-header-prefetch
5259 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
5260 @c from the next group.
5261
5262
5263 @node Article Caching
5264 @section Article Caching
5265 @cindex article caching
5266 @cindex caching
5267
5268 If you have an @emph{extremely} slow @sc{nntp} connection, you may
5269 consider turning article caching on.  Each article will then be stored
5270 locally under your home directory.  As you may surmise, this could
5271 potentially use @emph{huge} amounts of disk space, as well as eat up all
5272 your inodes so fast it will make your head swim.  In vodka.
5273
5274 Used carefully, though, it could be just an easier way to save articles.
5275
5276 @vindex gnus-use-long-file-name
5277 @vindex gnus-cache-directory
5278 @vindex gnus-use-cache
5279 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
5280 all articles ticked or marked as dormant will then be copied
5281 over to your local cache (@code{gnus-cache-directory}).  Whether this
5282 cache is flat or hierarchal is controlled by the
5283 @code{gnus-use-long-file-name} variable, as usual.
5284
5285 When re-selecting a ticked or dormant article, it will be fetched from the
5286 cache instead of from the server.  As articles in your cache will never
5287 expire, this might serve as a method of saving articles while still
5288 keeping them where they belong.  Just mark all articles you want to save
5289 as dormant, and don't worry.
5290
5291 When an article is marked as read, is it removed from the cache.
5292
5293 @vindex gnus-cache-remove-articles
5294 @vindex gnus-cache-enter-articles
5295 The entering/removal of articles from the cache is controlled by the
5296 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
5297 variables.  Both are lists of symbols.  The first is @code{(ticked
5298 dormant)} by default, meaning that ticked and dormant articles will be
5299 put in the cache.  The latter is @code{(read)} by default, meaning that
5300 articles marked as read are removed from the cache.  Possibly
5301 symbols in these two lists are @code{ticked}, @code{dormant},
5302 @code{unread} and @code{read}.
5303
5304 @findex gnus-jog-cache
5305 So where does the massive article-fetching and storing come into the
5306 picture?  The @code{gnus-jog-cache} command will go through all
5307 subscribed newsgroups, request all unread articles, score them, and
5308 store them in the cache.  You should only ever, ever ever ever, use this
5309 command if 1) your connection to the @sc{nntp} server is really, really,
5310 really slow and 2) you have a really, really, really huge disk.
5311 Seriously.  One way to cut down on the number of articles downloaded is
5312 to score unwanted articles down and have them marked as read.  They will
5313 not then be downloaded by this command.
5314
5315 @vindex gnus-uncacheable-groups
5316 @vindex gnus-cacheable-groups
5317 It is likely that you do not want caching on all groups.  For instance,
5318 if your @code{nnml} mail is located under your home directory, it makes no
5319 sense to cache it somewhere else under your home directory.  Unless you
5320 feel that it's neat to use twice as much space.  
5321
5322 To limit the caching, you could set @code{gnus-cacheable-groups} to a
5323 regexp of groups to cache, @samp{^nntp} for instance, or set the
5324 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
5325 Both variables are @code{nil} by default. If a group matches both
5326 variables, the group is not cached.
5327
5328 @findex gnus-cache-generate-nov-databases
5329 @findex gnus-cache-generate-active
5330 @vindex gnus-cache-active-file
5331 The cache stores information on what articles it contains in its active
5332 file (@code{gnus-cache-active-file}).  If this file (or any other parts
5333 of the cache) becomes all messed up for some reason or other, Gnus
5334 offers two functions that will try to set things right.  @kbd{M-x
5335 gnus-cache-generate-nov-databases} will (re)build all the @sc{nov}
5336 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
5337 file.
5338
5339
5340 @node Persistent Articles
5341 @section Persistent Articles
5342 @cindex persistent articles
5343
5344 Closely related to article caching, we have @dfn{persistent articles}.
5345 In fact, it's just a different way of looking at caching, and much more
5346 useful in my opinion.
5347
5348 Say you're reading a newsgroup, and you happen on to some valuable gem
5349 that you want to keep and treasure forever.  You'd normally just save it
5350 (using one of the many saving commands) in some file.  The problem with
5351 that is that it's just, well, yucky.  Ideally you'd prefer just having
5352 the article remain in the group where you found it forever; untouched by
5353 the expiry going on at the news server.
5354
5355 This is what a @dfn{persistent article} is---an article that just won't
5356 be deleted.  It's implemented using the normal cache functions, but
5357 you use two explicit commands for managing persistent articles:
5358
5359 @table @kbd
5360
5361 @item *
5362 @kindex * (Summary)
5363 @findex gnus-cache-enter-article
5364 Make the current article persistent (@code{gnus-cache-enter-article}).
5365
5366 @item M-*
5367 @kindex M-* (Summary)
5368 @findex gnus-cache-remove-article
5369 Remove the current article from the persistent articles
5370 (@code{gnus-cache-remove-article}).  This will normally delete the
5371 article.
5372 @end table
5373
5374 Both these commands understand the process/prefix convention.
5375
5376 To avoid having all ticked articles (and stuff) entered into the cache,
5377 you should set @code{gnus-use-cache} to @code{passive} if you're just
5378 interested in persistent articles:
5379
5380 @lisp
5381 (setq gnus-use-cache 'passive)
5382 @end lisp
5383
5384
5385 @node Article Backlog
5386 @section Article Backlog
5387 @cindex backlog
5388 @cindex article backlog
5389
5390 If you have a slow connection, but the idea of using caching seems
5391 unappealing to you (and it is, really), you can help the situation some
5392 by switching on the @dfn{backlog}.  This is where Gnus will buffer
5393 already read articles so that it doesn't have to re-fetch articles
5394 you've already read.  This only helps if you are in the habit of
5395 re-selecting articles you've recently read, of course.  If you never do
5396 that, turning the backlog on will slow Gnus down a little bit, and
5397 increase memory usage some.
5398
5399 @vindex gnus-keep-backlog
5400 If you set @code{gnus-keep-backlog} to a number @var{n}, Gnus will store
5401 at most @var{n} old articles in a buffer for later re-fetching.  If this
5402 variable is non-@code{nil} and is not a number, Gnus will store
5403 @emph{all} read articles, which means that your Emacs will grow without
5404 bound before exploding and taking your machine down with you.  I put
5405 that in there just to keep y'all on your toes.
5406
5407 This variable is @code{nil} by default.
5408
5409
5410 @node Saving Articles
5411 @section Saving Articles
5412 @cindex saving articles
5413
5414 Gnus can save articles in a number of ways.  Below is the documentation
5415 for saving articles in a fairly straight-forward fashion (i.e., little
5416 processing of the article is done before it is saved).  For a different
5417 approach (uudecoding, unsharing) you should use @code{gnus-uu}
5418 (@pxref{Decoding Articles}).
5419
5420 @vindex gnus-save-all-headers
5421 If @code{gnus-save-all-headers} is non-@code{nil}, Gnus will not delete
5422 unwanted headers before saving the article.
5423
5424 @vindex gnus-saved-headers
5425 If the preceding variable is @code{nil}, all headers that match the
5426 @code{gnus-saved-headers} regexp will be kept, while the rest will be
5427 deleted before saving.
5428
5429 @table @kbd
5430
5431 @item O o
5432 @itemx o
5433 @kindex O o (Summary)
5434 @kindex o (Summary)
5435 @findex gnus-summary-save-article
5436 @c @icon{gnus-summary-save-article}
5437 Save the current article using the default article saver
5438 (@code{gnus-summary-save-article}).
5439
5440 @item O m
5441 @kindex O m (Summary)
5442 @findex gnus-summary-save-article-mail
5443 Save the current article in mail format
5444 (@code{gnus-summary-save-article-mail}).
5445
5446 @item O r
5447 @kindex O r (Summary)
5448 @findex gnus-summary-save-article-rmail
5449 Save the current article in rmail format
5450 (@code{gnus-summary-save-article-rmail}).
5451
5452 @item O f
5453 @kindex O f (Summary)
5454 @findex gnus-summary-save-article-file
5455 @c @icon{gnus-summary-save-article-file}
5456 Save the current article in plain file format
5457 (@code{gnus-summary-save-article-file}).
5458
5459 @item O F
5460 @kindex O F (Summary)
5461 @findex gnus-summary-write-article-file
5462 Write the current article in plain file format, overwriting any previous
5463 file contents (@code{gnus-summary-write-article-file}).
5464
5465 @item O b
5466 @kindex O b (Summary)
5467 @findex gnus-summary-save-article-body-file
5468 Save the current article body in plain file format
5469 (@code{gnus-summary-save-article-body-file}).
5470
5471 @item O h
5472 @kindex O h (Summary)
5473 @findex gnus-summary-save-article-folder
5474 Save the current article in mh folder format
5475 (@code{gnus-summary-save-article-folder}).
5476
5477 @item O v
5478 @kindex O v (Summary)
5479 @findex gnus-summary-save-article-vm
5480 Save the current article in a VM folder
5481 (@code{gnus-summary-save-article-vm}).
5482
5483 @item O p
5484 @kindex O p (Summary)
5485 @findex gnus-summary-pipe-output
5486 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
5487 the current article to a process (@code{gnus-summary-pipe-output}).
5488 @end table
5489
5490 @vindex gnus-prompt-before-saving
5491 All these commands use the process/prefix convention
5492 (@pxref{Process/Prefix}).  If you save bunches of articles using these
5493 functions, you might get tired of being prompted for files to save each
5494 and every article in.  The prompting action is controlled by
5495 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
5496 default, giving you that excessive prompting action you know and
5497 loathe.  If you set this variable to @code{t} instead, you'll be prompted
5498 just once for each series of articles you save.  If you like to really
5499 have Gnus do all your thinking for you, you can even set this variable
5500 to @code{nil}, which means that you will never be prompted for files to
5501 save articles in.  Gnus will simply save all the articles in the default
5502 files.
5503
5504
5505 @vindex gnus-default-article-saver
5506 You can customize the @code{gnus-default-article-saver} variable to make
5507 Gnus do what you want it to.  You can use any of the four ready-made
5508 functions below, or you can create your own.
5509
5510 @table @code
5511
5512 @item gnus-summary-save-in-rmail
5513 @findex gnus-summary-save-in-rmail
5514 @vindex gnus-rmail-save-name
5515 @findex gnus-plain-save-name
5516 This is the default format, @dfn{babyl}.  Uses the function in the
5517 @code{gnus-rmail-save-name} variable to get a file name to save the
5518 article in.  The default is @code{gnus-plain-save-name}.
5519
5520 @item gnus-summary-save-in-mail
5521 @findex gnus-summary-save-in-mail
5522 @vindex gnus-mail-save-name
5523 Save in a Unix mail (mbox) file.  Uses the function in the
5524 @code{gnus-mail-save-name} variable to get a file name to save the
5525 article in.  The default is @code{gnus-plain-save-name}.
5526
5527 @item gnus-summary-save-in-file
5528 @findex gnus-summary-save-in-file
5529 @vindex gnus-file-save-name
5530 @findex gnus-numeric-save-name
5531 Append the article straight to an ordinary file.  Uses the function in
5532 the @code{gnus-file-save-name} variable to get a file name to save the
5533 article in.  The default is @code{gnus-numeric-save-name}.
5534
5535 @item gnus-summary-save-body-in-file
5536 @findex gnus-summary-save-body-in-file
5537 Append the article body to an ordinary file.  Uses the function in the
5538 @code{gnus-file-save-name} variable to get a file name to save the
5539 article in.  The default is @code{gnus-numeric-save-name}.
5540
5541 @item gnus-summary-save-in-folder
5542 @findex gnus-summary-save-in-folder
5543 @findex gnus-folder-save-name
5544 @findex gnus-Folder-save-name
5545 @vindex gnus-folder-save-name
5546 @cindex rcvstore
5547 @cindex MH folders
5548 Save the article to an MH folder using @code{rcvstore} from the MH
5549 library.  Uses the function in the @code{gnus-folder-save-name} variable
5550 to get a file name to save the article in.  The default is
5551 @code{gnus-folder-save-name}, but you can also use
5552 @code{gnus-Folder-save-name}, which creates capitalized names.
5553
5554 @item gnus-summary-save-in-vm
5555 @findex gnus-summary-save-in-vm
5556 Save the article in a VM folder.  You have to have the VM mail
5557 reader to use this setting.
5558 @end table
5559
5560 @vindex gnus-article-save-directory
5561 All of these functions, except for the last one, will save the article
5562 in the @code{gnus-article-save-directory}, which is initialized from the
5563 @code{SAVEDIR} environment variable.  This is @file{~/News/} by
5564 default.
5565
5566 As you can see above, the functions use different functions to find a
5567 suitable name of a file to save the article in.  Below is a list of
5568 available functions that generate names:
5569
5570 @table @code
5571
5572 @item gnus-Numeric-save-name
5573 @findex gnus-Numeric-save-name
5574 File names like @file{~/News/Alt.andrea-dworkin/45}.
5575
5576 @item gnus-numeric-save-name
5577 @findex gnus-numeric-save-name
5578 File names like @file{~/News/alt.andrea-dworkin/45}.
5579
5580 @item gnus-Plain-save-name
5581 @findex gnus-Plain-save-name
5582 File names like @file{~/News/Alt.andrea-dworkin}.
5583
5584 @item gnus-plain-save-name
5585 @findex gnus-plain-save-name
5586 File names like @file{~/News/alt.andrea-dworkin}.
5587 @end table
5588
5589 @vindex gnus-split-methods
5590 You can have Gnus suggest where to save articles by plonking a regexp into
5591 the @code{gnus-split-methods} alist.  For instance, if you would like to
5592 save articles related to Gnus in the file @file{gnus-stuff}, and articles
5593 related to VM in @code{vm-stuff}, you could set this variable to something
5594 like:
5595
5596 @lisp
5597 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
5598  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
5599  (my-choosing-function "../other-dir/my-stuff")
5600  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
5601 @end lisp
5602
5603 We see that this is a list where each element is a list that has two
5604 elements---the @dfn{match} and the @dfn{file}.  The match can either be
5605 a string (in which case it is used as a regexp to match on the article
5606 head); it can be a symbol (which will be called as a function with the
5607 group name as a parameter); or it can be a list (which will be
5608 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
5609 the @dfn{file} will be used as a default prompt.  In addition, the
5610 result of the operation itself will be used if the function or form
5611 called returns a string or a list of strings.
5612
5613 You basically end up with a list of file names that might be used when
5614 saving the current article.  (All ``matches'' will be used.)  You will
5615 then be prompted for what you really want to use as a name, with file
5616 name completion over the results from applying this variable.
5617
5618 This variable is @code{((gnus-article-archive-name))} by default, which
5619 means that Gnus will look at the articles it saves for an
5620 @code{Archive-name} line and use that as a suggestion for the file
5621 name.
5622
5623 Here's an example function to clean up file names somewhat.  If you have
5624 lots of mail groups called things like
5625 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
5626 these group names before creating the file name to save to.  The
5627 following will do just that:
5628
5629 @lisp
5630 (defun my-save-name (group)
5631   (when (string-match "^nnml:mail." group)
5632     (substring group (match-end 0))))
5633
5634 (setq gnus-split-methods
5635       '((gnus-article-archive-name)
5636         (my-save-name)))
5637 @end lisp
5638
5639
5640 @vindex gnus-use-long-file-name
5641 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
5642 @code{nil}, all the preceding functions will replace all periods
5643 (@samp{.}) in the group names with slashes (@samp{/})---which means that
5644 the functions will generate hierarchies of directories instead of having
5645 all the files in the top level directory
5646 (@file{~/News/alt/andrea-dworkin} instead of
5647 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
5648 on most systems.  However, for historical reasons, this is @code{nil} on
5649 Xenix and usg-unix-v machines by default.
5650
5651 This function also affects kill and score file names.  If this variable
5652 is a list, and the list contains the element @code{not-score}, long file
5653 names will not be used for score files, if it contains the element
5654 @code{not-save}, long file names will not be used for saving, and if it
5655 contains the element @code{not-kill}, long file names will not be used
5656 for kill files.
5657
5658 If you'd like to save articles in a hierarchy that looks something like
5659 a spool, you could
5660
5661 @lisp
5662 (setq gnus-use-long-file-name '(not-save)) ; to get a hierarchy
5663 (setq gnus-default-article-saver 'gnus-summary-save-in-file) ; no encoding
5664 @end lisp
5665
5666 Then just save with @kbd{o}.  You'd then read this hierarchy with
5667 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
5668 the top level directory as the argument (@file{~/News/}).  Then just walk
5669 around to the groups/directories with @code{nneething}.
5670
5671
5672 @node Decoding Articles
5673 @section Decoding Articles
5674 @cindex decoding articles
5675
5676 Sometime users post articles (or series of articles) that have been
5677 encoded in some way or other.  Gnus can decode them for you.
5678
5679 @menu
5680 * Uuencoded Articles::    Uudecode articles.
5681 * Shell Archives::        Unshar articles.
5682 * PostScript Files::      Split PostScript.
5683 * Other Files::           Plain save and binhex.
5684 * Decoding Variables::    Variables for a happy decoding.
5685 * Viewing Files::         You want to look at the result of the decoding?
5686 @end menu
5687
5688 @cindex series
5689 @cindex article series
5690 All these functions use the process/prefix convention
5691 (@pxref{Process/Prefix}) for finding out what articles to work on, with
5692 the extension that a ``single article'' means ``a single series''.  Gnus
5693 can find out by itself what articles belong to a series, decode all the
5694 articles and unpack/view/save the resulting file(s).
5695
5696 Gnus guesses what articles are in the series according to the following
5697 simplish rule: The subjects must be (nearly) identical, except for the
5698 last two numbers of the line.  (Spaces are largely ignored, however.)
5699
5700 For example: If you choose a subject called @samp{cat.gif (2/3)}, Gnus
5701 will find all the articles that match the regexp @samp{^cat.gif
5702 ([0-9]+/[0-9]+).*$}.
5703
5704 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
5705 series}, will not be properly recognized by any of the automatic viewing
5706 commands, and you have to mark the articles manually with @kbd{#}.
5707
5708
5709 @node Uuencoded Articles
5710 @subsection Uuencoded Articles
5711 @cindex uudecode
5712 @cindex uuencoded articles
5713
5714 @table @kbd
5715
5716 @item X u
5717 @kindex X u (Summary)
5718 @findex gnus-uu-decode-uu
5719 @c @icon{gnus-uu-decode-uu}
5720 Uudecodes the current series (@code{gnus-uu-decode-uu}).
5721
5722 @item X U
5723 @kindex X U (Summary)
5724 @findex gnus-uu-decode-uu-and-save
5725 Uudecodes and saves the current series
5726 (@code{gnus-uu-decode-uu-and-save}).
5727
5728 @item X v u
5729 @kindex X v u (Summary)
5730 @findex gnus-uu-decode-uu-view
5731 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
5732
5733 @item X v U
5734 @kindex X v U (Summary)
5735 @findex gnus-uu-decode-uu-and-save-view
5736 Uudecodes, views and saves the current series
5737 (@code{gnus-uu-decode-uu-and-save-view}).
5738
5739 @end table
5740
5741 Remember that these all react to the presence of articles marked with
5742 the process mark.  If, for instance, you'd like to decode and save an
5743 entire newsgroup, you'd typically do @kbd{M P a}
5744 (@code{gnus-uu-mark-all}) and then @kbd{X U}
5745 (@code{gnus-uu-decode-uu-and-save}).
5746
5747 All this is very much different from how @code{gnus-uu} worked with
5748 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
5749 the sun.  This version of @code{gnus-uu} generally assumes that you mark
5750 articles in some way (@pxref{Setting Process Marks}) and then press
5751 @kbd{X u}.
5752
5753 @vindex gnus-uu-notify-files
5754 Note: When trying to decode articles that have names matching
5755 @code{gnus-uu-notify-files}, which is hard-coded to
5756 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
5757 automatically post an article on @samp{comp.unix.wizards} saying that
5758 you have just viewed the file in question.  This feature can't be turned
5759 off.
5760
5761
5762 @node Shell Archives
5763 @subsection Shell Archives
5764 @cindex unshar
5765 @cindex shell archives
5766 @cindex shared articles
5767
5768 Shell archives (``shar files'') used to be a popular way to distribute
5769 sources, but it isn't used all that much today.  In any case, we have
5770 some commands to deal with these:
5771
5772 @table @kbd
5773
5774 @item X s
5775 @kindex X s (Summary)
5776 @findex gnus-uu-decode-unshar
5777 Unshars the current series (@code{gnus-uu-decode-unshar}).
5778
5779 @item X S
5780 @kindex X S (Summary)
5781 @findex gnus-uu-decode-unshar-and-save
5782 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
5783
5784 @item X v s
5785 @kindex X v s (Summary)
5786 @findex gnus-uu-decode-unshar-view
5787 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
5788
5789 @item X v S
5790 @kindex X v S (Summary)
5791 @findex gnus-uu-decode-unshar-and-save-view
5792 Unshars, views and saves the current series
5793 (@code{gnus-uu-decode-unshar-and-save-view}).
5794 @end table
5795
5796
5797 @node PostScript Files
5798 @subsection PostScript Files
5799 @cindex PostScript
5800
5801 @table @kbd
5802
5803 @item X p
5804 @kindex X p (Summary)
5805 @findex gnus-uu-decode-postscript
5806 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
5807
5808 @item X P
5809 @kindex X P (Summary)
5810 @findex gnus-uu-decode-postscript-and-save
5811 Unpack and save the current PostScript series
5812 (@code{gnus-uu-decode-postscript-and-save}).
5813
5814 @item X v p
5815 @kindex X v p (Summary)
5816 @findex gnus-uu-decode-postscript-view
5817 View the current PostScript series
5818 (@code{gnus-uu-decode-postscript-view}).
5819
5820 @item X v P
5821 @kindex X v P (Summary)
5822 @findex gnus-uu-decode-postscript-and-save-view
5823 View and save the current PostScript series
5824 (@code{gnus-uu-decode-postscript-and-save-view}).
5825 @end table
5826
5827
5828 @node Other Files
5829 @subsection Other Files
5830
5831 @table @kbd
5832 @item X o
5833 @kindex X o (Summary)
5834 @findex gnus-uu-decode-save
5835 Save the current series
5836 (@code{gnus-uu-decode-save}).
5837
5838 @item X b
5839 @kindex X b (Summary)
5840 @findex gnus-uu-decode-binhex
5841 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
5842 doesn't really work yet.
5843 @end table
5844
5845
5846 @node Decoding Variables
5847 @subsection Decoding Variables
5848
5849 Adjective, not verb.
5850
5851 @menu
5852 * Rule Variables::          Variables that say how a file is to be viewed.
5853 * Other Decode Variables::  Other decode variables.
5854 * Uuencoding and Posting::  Variables for customizing uuencoding.
5855 @end menu
5856
5857
5858 @node Rule Variables
5859 @subsubsection Rule Variables
5860 @cindex rule variables
5861
5862 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
5863 variables are of the form
5864
5865 @lisp
5866       (list '(regexp1 command2)
5867             '(regexp2 command2)
5868             ...)
5869 @end lisp
5870
5871 @table @code
5872
5873 @item gnus-uu-user-view-rules
5874 @vindex gnus-uu-user-view-rules
5875 @cindex sox
5876 This variable is consulted first when viewing files.  If you wish to use,
5877 for instance, @code{sox} to convert an @samp{.au} sound file, you could
5878 say something like:
5879 @lisp
5880 (setq gnus-uu-user-view-rules
5881       (list '(\"\\\\.au$\" \"sox %s -t .aiff > /dev/audio\")))
5882 @end lisp
5883
5884 @item gnus-uu-user-view-rules-end
5885 @vindex gnus-uu-user-view-rules-end
5886 This variable is consulted if Gnus couldn't make any matches from the
5887 user and default view rules.
5888
5889 @item gnus-uu-user-archive-rules
5890 @vindex gnus-uu-user-archive-rules
5891 This variable can be used to say what commands should be used to unpack
5892 archives.
5893 @end table
5894
5895
5896 @node Other Decode Variables
5897 @subsubsection Other Decode Variables
5898
5899 @table @code
5900 @vindex gnus-uu-grabbed-file-functions
5901
5902 @item gnus-uu-grabbed-file-functions
5903 All functions in this list will be called right after each file has been
5904 successfully decoded---so that you can move or view files right away,
5905 and don't have to wait for all files to be decoded before you can do
5906 anything.  Ready-made functions you can put in this list are:
5907
5908 @table @code
5909
5910 @item gnus-uu-grab-view
5911 @findex gnus-uu-grab-view
5912 View the file.
5913
5914 @item gnus-uu-grab-move
5915 @findex gnus-uu-grab-move
5916 Move the file (if you're using a saving function.)
5917 @end table
5918
5919 @item gnus-uu-be-dangerous
5920 @vindex gnus-uu-be-dangerous
5921 Specifies what to do if unusual situations arise during decoding.  If
5922 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
5923 that didn't work, and overwrite existing files.  Otherwise, ask each
5924 time.
5925
5926 @item gnus-uu-ignore-files-by-name
5927 @vindex gnus-uu-ignore-files-by-name
5928 Files with name matching this regular expression won't be viewed.
5929
5930 @item gnus-uu-ignore-files-by-type
5931 @vindex gnus-uu-ignore-files-by-type
5932 Files with a @sc{mime} type matching this variable won't be viewed.
5933 Note that Gnus tries to guess what type the file is based on the name.
5934 @code{gnus-uu} is not a @sc{mime} package (yet), so this is slightly
5935 kludgey.
5936
5937 @item gnus-uu-tmp-dir
5938 @vindex gnus-uu-tmp-dir
5939 Where @code{gnus-uu} does its work.
5940
5941 @item gnus-uu-do-not-unpack-archives
5942 @vindex gnus-uu-do-not-unpack-archives
5943 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
5944 looking for files to display.
5945
5946 @item gnus-uu-view-and-save
5947 @vindex gnus-uu-view-and-save
5948 Non-@code{nil} means that the user will always be asked to save a file
5949 after viewing it.
5950
5951 @item gnus-uu-ignore-default-view-rules
5952 @vindex gnus-uu-ignore-default-view-rules
5953 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
5954 rules.
5955
5956 @item gnus-uu-ignore-default-archive-rules
5957 @vindex gnus-uu-ignore-default-archive-rules
5958 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
5959 unpacking commands.
5960
5961 @item gnus-uu-kill-carriage-return
5962 @vindex gnus-uu-kill-carriage-return
5963 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
5964 from articles.
5965
5966 @item gnus-uu-unmark-articles-not-decoded
5967 @vindex gnus-uu-unmark-articles-not-decoded
5968 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
5969 decoded articles as unread.
5970
5971 @item gnus-uu-correct-stripped-uucode
5972 @vindex gnus-uu-correct-stripped-uucode
5973 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
5974 uuencoded files that have had trailing spaces deleted.
5975
5976 @item gnus-uu-pre-uudecode-hook
5977 @vindex gnus-uu-pre-uudecode-hook
5978 Hook run before sending a message to @code{uudecode}.
5979
5980 @item gnus-uu-view-with-metamail
5981 @vindex gnus-uu-view-with-metamail
5982 @cindex metamail
5983 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
5984 commands defined by the rule variables and just fudge a @sc{mime}
5985 content type based on the file name.  The result will be fed to
5986 @code{metamail} for viewing.
5987
5988 @item gnus-uu-save-in-digest
5989 @vindex gnus-uu-save-in-digest
5990 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
5991 decoding, will save in digests.  If this variable is @code{nil},
5992 @code{gnus-uu} will just save everything in a file without any
5993 embellishments.  The digesting almost conforms to RFC1153---no easy way
5994 to specify any meaningful volume and issue numbers were found, so I
5995 simply dropped them.
5996
5997 @end table
5998
5999
6000 @node Uuencoding and Posting
6001 @subsubsection Uuencoding and Posting
6002
6003 @table @code
6004
6005 @item gnus-uu-post-include-before-composing
6006 @vindex gnus-uu-post-include-before-composing
6007 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
6008 before you compose the article.  If this variable is @code{t}, you can
6009 either include an encoded file with @kbd{C-c C-i} or have one included
6010 for you when you post the article.
6011
6012 @item gnus-uu-post-length
6013 @vindex gnus-uu-post-length
6014 Maximum length of an article.  The encoded file will be split into how
6015 many articles it takes to post the entire file.
6016
6017 @item gnus-uu-post-threaded
6018 @vindex gnus-uu-post-threaded
6019 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
6020 thread.  This may not be smart, as no other decoder I have seen is able
6021 to follow threads when collecting uuencoded articles.  (Well, I have
6022 seen one package that does that---@code{gnus-uu}, but somehow, I don't
6023 think that counts...) Default is @code{nil}.
6024
6025 @item gnus-uu-post-separate-description
6026 @vindex gnus-uu-post-separate-description
6027 Non-@code{nil} means that the description will be posted in a separate
6028 article.  The first article will typically be numbered (0/x).  If this
6029 variable is @code{nil}, the description the user enters will be included
6030 at the beginning of the first article, which will be numbered (1/x).
6031 Default is @code{t}.
6032
6033 @end table
6034
6035
6036 @node Viewing Files
6037 @subsection Viewing Files
6038 @cindex viewing files
6039 @cindex pseudo-articles
6040
6041 After decoding, if the file is some sort of archive, Gnus will attempt
6042 to unpack the archive and see if any of the files in the archive can be
6043 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
6044 containing the files @file{pic1.jpg} and @file{pic2.gif}, Gnus will
6045 uncompress and de-tar the main file, and then view the two pictures.
6046 This unpacking process is recursive, so if the archive contains archives
6047 of archives, it'll all be unpacked.
6048
6049 Finally, Gnus will normally insert a @dfn{pseudo-article} for each
6050 extracted file into the summary buffer.  If you go to these
6051 ``articles'', you will be prompted for a command to run (usually Gnus
6052 will make a suggestion), and then the command will be run.
6053
6054 @vindex gnus-view-pseudo-asynchronously
6055 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
6056 until the viewing is done before proceeding.
6057
6058 @vindex gnus-view-pseudos
6059 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
6060 the pseudo-articles into the summary buffer, but view them
6061 immediately.  If this variable is @code{not-confirm}, the user won't even
6062 be asked for a confirmation before viewing is done.
6063
6064 @vindex gnus-view-pseudos-separately
6065 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
6066 pseudo-article will be created for each file to be viewed.  If
6067 @code{nil}, all files that use the same viewing command will be given as
6068 a list of parameters to that command.
6069
6070 @vindex gnus-insert-pseudo-articles
6071 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
6072 pseudo-articles when decoding.  It is @code{t} by default.
6073
6074 So; there you are, reading your @emph{pseudo-articles} in your
6075 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
6076 Why isn't anything real anymore? How did we get here?
6077
6078
6079 @node Article Treatment
6080 @section Article Treatment
6081
6082 Reading through this huge manual, you may have quite forgotten that the
6083 object of newsreaders is to actually, like, read what people have
6084 written.  Reading articles.  Unfortunately, people are quite bad at
6085 writing, so there are tons of functions and variables to make reading
6086 these articles easier.
6087
6088 @menu
6089 * Article Highlighting::    You want to make the article look like fruit salad.
6090 * Article Fontisizing::     Making emphasized text look nice.
6091 * Article Hiding::          You also want to make certain info go away.
6092 * Article Washing::         Lots of way-neat functions to make life better.
6093 * Article Buttons::         Click on URLs, Message-IDs, addresses and the like.
6094 * Article Date::            Grumble, UT!
6095 * Article Signature::       What is a signature?
6096 @end menu
6097
6098
6099 @node Article Highlighting
6100 @subsection Article Highlighting
6101 @cindex highlighting
6102
6103 Not only do you want your article buffer to look like fruit salad, but
6104 you want it to look like technicolor fruit salad.  
6105
6106 @table @kbd
6107
6108 @item W H a
6109 @kindex W H a (Summary)
6110 @findex gnus-article-highlight
6111 @findex gnus-article-maybe-highlight
6112 Do much highlighting of the current article
6113 (@code{gnus-article-highlight}).  This function highlights header, cited
6114 text, the signature, and adds buttons to the body and the head.
6115
6116 Most users would prefer using @code{gnus-article-maybe-highlight} in
6117 @code{gnus-article-display-hook} (@pxref{Customizing Articles}) instead.
6118 This is a bit less agressive---it highlights only the headers, the
6119 signature and adds buttons.
6120
6121 @item W H h
6122 @kindex W H h (Summary)
6123 @findex gnus-article-highlight-headers
6124 @vindex gnus-header-face-alist
6125 Highlight the headers (@code{gnus-article-highlight-headers}).  The
6126 highlighting will be done according to the @code{gnus-header-face-alist}
6127 variable, which is a list where each element has the form @var{(regexp
6128 name content)}.  @var{regexp} is a regular expression for matching the
6129 header, @var{name} is the face used for highlighting the header name
6130 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
6131 the header value.  The first match made will be used.  Note that
6132 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
6133
6134 @item W H c
6135 @kindex W H c (Summary)
6136 @findex gnus-article-highlight-citation
6137 Highlight cited text (@code{gnus-article-highlight-citation}).
6138
6139 Some variables to customize the citation highlights:
6140
6141 @table @code
6142 @vindex gnus-cite-parse-max-size
6143
6144 @item gnus-cite-parse-max-size
6145 If the article size if bigger than this variable (which is 25000 by
6146 default), no citation highlighting will be performed.
6147
6148 @item gnus-cite-prefix-regexp
6149 @vindex gnus-cite-prefix-regexp
6150 Regexp matching the longest possible citation prefix on a line.
6151
6152 @item gnus-cite-max-prefix
6153 @vindex gnus-cite-max-prefix
6154 Maximum possible length for a citation prefix (default 20).
6155
6156 @item gnus-cite-face-list
6157 @vindex gnus-cite-face-list
6158 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
6159 When there are citations from multiple articles in the same message,
6160 Gnus will try to give each citation from each article its own face.
6161 This should make it easier to see who wrote what.
6162
6163 @item gnus-supercite-regexp
6164 @vindex gnus-supercite-regexp
6165 Regexp matching normal Supercite attribution lines.
6166
6167 @item gnus-supercite-secondary-regexp
6168 @vindex gnus-supercite-secondary-regexp
6169 Regexp matching mangled Supercite attribution lines.
6170
6171 @item gnus-cite-minimum-match-count
6172 @vindex gnus-cite-minimum-match-count
6173 Minimum number of identical prefixes we have to see before we believe
6174 that it's a citation.
6175
6176 @item gnus-cite-attribution-prefix
6177 @vindex gnus-cite-attribution-prefix
6178 Regexp matching the beginning of an attribution line.
6179
6180 @item gnus-cite-attribution-suffix
6181 @vindex gnus-cite-attribution-suffix
6182 Regexp matching the end of an attribution line.
6183
6184 @item gnus-cite-attribution-face
6185 @vindex gnus-cite-attribution-face
6186 Face used for attribution lines.  It is merged with the face for the
6187 cited text belonging to the attribution.
6188
6189 @end table
6190
6191
6192 @item W H s
6193 @kindex W H s (Summary)
6194 @vindex gnus-signature-separator
6195 @vindex gnus-signature-face
6196 @findex gnus-article-highlight-signature
6197 Highlight the signature (@code{gnus-article-highlight-signature}).
6198 Everything after @code{gnus-signature-separator} (@pxref{Article
6199 Signature}) in an article will be considered a signature and will be
6200 highlighted with @code{gnus-signature-face}, which is @code{italic} by
6201 default.
6202
6203 @end table
6204
6205 @xref{Customizing Articles} for how to highlight articles automatically.
6206
6207
6208 @node Article Fontisizing
6209 @subsection Article Fontisizing
6210 @cindex emphasis
6211 @cindex article emphasis
6212
6213 @findex gnus-article-emphasize
6214 @kindex W e (Summary)
6215 People commonly add emphasis to words in news articles by writing things
6216 like @samp{_this_} or @samp{*this*}.  Gnus can make this look nicer by
6217 running the article through the @kbd{W e}
6218 (@code{gnus-article-emphasize}) command.
6219
6220 @vindex gnus-emphasis-alist
6221 How the emphasis is computed is controlled by the
6222 @code{gnus-emphasis-alist} variable.  This is an alist where the first
6223 element is a regular expression to be matched.  The second is a number
6224 that says what regular expression grouping is used to find the entire
6225 emphasized word.  The third is a number that says what regexp grouping
6226 should be displayed and highlighted.  (The text between these two
6227 groupings will be hidden.)  The fourth is the face used for
6228 highlighting.
6229
6230 @lisp
6231 (setq gnus-article-emphasis
6232       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
6233         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
6234 @end lisp
6235
6236 @vindex gnus-emphasis-underline
6237 @vindex gnus-emphasis-bold
6238 @vindex gnus-emphasis-italic
6239 @vindex gnus-emphasis-underline-bold
6240 @vindex gnus-emphasis-underline-italic
6241 @vindex gnus-emphasis-bold-italic
6242 @vindex gnus-emphasis-underline-bold-italic
6243 By default, there are seven rules, and they use the following faces:
6244 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
6245 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
6246 @code{gnus-emphasis-underline-italic},
6247 @code{gnus-emphasis-underline-bold}, and
6248 @code{gnus-emphasis-underline-bold-italic}.
6249
6250 If you want to change these faces, you can either use @kbd{M-x
6251 customize}, or you can use @code{copy-face}.  For instance, if you want
6252 to make @code{gnus-emphasis-italic} use a red face instead, you could
6253 say something like:
6254
6255 @lisp
6256 (copy-face 'red 'gnus-emphasis-italic)
6257 @end lisp
6258
6259 @xref{Customizing Articles} for how to fontize articles automatically.
6260
6261
6262 @node Article Hiding
6263 @subsection Article Hiding
6264 @cindex article hiding
6265
6266 Or rather, hiding certain things in each article.  There usually is much
6267 too much cruft in most articles.
6268
6269 @table @kbd
6270
6271 @item W W a
6272 @kindex W W a (Summary)
6273 @findex gnus-article-hide
6274 Do quite a lot of hiding on the article buffer
6275 (@kbd{gnus-article-hide}).  In particular, this function will hide
6276 headers, PGP, cited text and the signature.  
6277
6278 @item W W h
6279 @kindex W W h (Summary)
6280 @findex gnus-article-hide-headers
6281 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
6282 Headers}.
6283
6284 @item W W b
6285 @kindex W W b (Summary)
6286 @findex gnus-article-hide-boring-headers
6287 Hide headers that aren't particularly interesting
6288 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
6289
6290 @item W W s
6291 @kindex W W s (Summary)
6292 @findex gnus-article-hide-signature
6293 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
6294 Signature}.
6295
6296 @item W W p
6297 @kindex W W p (Summary)
6298 @findex gnus-article-hide-pgp
6299 @vindex gnus-article-hide-pgp-hook
6300 Hide @sc{pgp} signatures (@code{gnus-article-hide-pgp}).  The
6301 @code{gnus-article-hide-pgp-hook} hook will be run after a @sc{pgp}
6302 signature has been hidden.  For example, to automatically verify
6303 articles that have signatures in them do:
6304 @lisp
6305 ;;; Hide pgp cruft if any.
6306
6307 (add-hook 'gnus-article-display-hook 'gnus-article-hide-pgp)
6308
6309 ;;; After hiding pgp, verify the message;
6310 ;;; only happens if pgp signature is found.
6311
6312 (add-hook 'gnus-article-hide-pgp-hook
6313           (lambda ()
6314             (save-excursion
6315               (set-buffer gnus-original-article-buffer)
6316               (mc-verify))))
6317 @end lisp
6318
6319 @item W W P
6320 @kindex W W P (Summary)
6321 @findex gnus-article-hide-pem
6322 Hide @sc{pem} (privacy enhanced messages) cruft
6323 (@code{gnus-article-hide-pem}).
6324
6325 @item W W c
6326 @kindex W W c (Summary)
6327 @findex gnus-article-hide-citation
6328 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
6329 customizing the hiding:
6330
6331 @table @code
6332
6333 @item gnus-cited-opened-text-button-line-format
6334 @itemx gnus-cited-closed-text-button-line-format
6335 @vindex gnus-cited-closed-text-button-line-format
6336 @vindex gnus-cited-opened-text-button-line-format
6337 Gnus adds buttons to show where the cited text has been hidden, and to
6338 allow toggle hiding the text.  The format of the variable is specified
6339 by these format-like variable (@pxref{Formatting Variables}).  These
6340 specs are valid:
6341
6342 @table @samp
6343 @item b
6344 Starting point of the hidden text.
6345 @item e
6346 Ending point of the hidden text.
6347 @item l
6348 Number of characters in the hidden region.
6349 @item n
6350 Number of lines of hidden text.
6351 @end table
6352
6353 @item gnus-cited-lines-visible
6354 @vindex gnus-cited-lines-visible
6355 The number of lines at the beginning of the cited text to leave shown.
6356
6357 @end table
6358
6359 @item W W C-c
6360 @kindex W W C-c (Summary)
6361 @findex gnus-article-hide-citation-maybe
6362
6363 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
6364 following two variables:
6365
6366 @table @code
6367 @item gnus-cite-hide-percentage
6368 @vindex gnus-cite-hide-percentage
6369 If the cited text is of a bigger percentage than this variable (default
6370 50), hide the cited text.
6371
6372 @item gnus-cite-hide-absolute
6373 @vindex gnus-cite-hide-absolute
6374 The cited text must have at least this length (default 10) before it
6375 is hidden.
6376 @end table
6377
6378 @item W W C
6379 @kindex W W C (Summary)
6380 @findex gnus-article-hide-citation-in-followups
6381 Hide cited text in articles that aren't roots
6382 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
6383 useful as an interactive command, but might be a handy function to stick
6384 in @code{gnus-article-display-hook} (@pxref{Customizing Articles}).
6385
6386 @end table
6387
6388 All these ``hiding'' commands are toggles, but if you give a negative
6389 prefix to these commands, they will show what they have previously
6390 hidden.  If you give a positive prefix, they will always hide.
6391
6392 Also @pxref{Article Highlighting} for further variables for
6393 citation customization.
6394
6395 @xref{Customizing Articles} for how to hide article elements
6396 automatically.
6397
6398
6399 @node Article Washing
6400 @subsection Article Washing
6401 @cindex washing
6402 @cindex article washing
6403
6404 We call this ``article washing'' for a really good reason.  Namely, the
6405 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
6406
6407 @dfn{Washing} is defined by us as ``changing something from something to
6408 something else'', but normally results in something looking better.
6409 Cleaner, perhaps.
6410
6411 @table @kbd
6412
6413 @item W l
6414 @kindex W l (Summary)
6415 @findex gnus-summary-stop-page-breaking
6416 Remove page breaks from the current article
6417 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article} for page
6418 delimiters. 
6419
6420 @item W r
6421 @kindex W r (Summary)
6422 @findex gnus-summary-caesar-message
6423 @c @icon{gnus-summary-caesar-message}
6424 Do a Caesar rotate (rot13) on the article buffer
6425 (@code{gnus-summary-caesar-message}).
6426 Unreadable articles that tell you to read them with Caesar rotate or rot13.
6427 (Typically offensive jokes and such.)
6428
6429 It's commonly called ``rot13'' because each letter is rotated 13
6430 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
6431 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
6432 is rumored to have employed this form of, uh, somewhat weak encryption.
6433
6434 @item W t
6435 @kindex W t (Summary)
6436 @findex gnus-summary-toggle-header
6437 Toggle whether to display all headers in the article buffer
6438 (@code{gnus-summary-toggle-header}).
6439
6440 @item W v
6441 @kindex W v (Summary)
6442 @findex gnus-summary-verbose-header
6443 Toggle whether to display all headers in the article buffer permanently
6444 (@code{gnus-summary-verbose-header}).
6445
6446 @item W m
6447 @kindex W m (Summary)
6448 @findex gnus-summary-toggle-mime
6449 Toggle whether to run the article through @sc{mime} before displaying
6450 (@code{gnus-summary-toggle-mime}).
6451
6452 @item W o
6453 @kindex W o (Summary)
6454 @findex gnus-article-treat-overstrike
6455 Treat overstrike (@code{gnus-article-treat-overstrike}).
6456
6457 @item W d
6458 @kindex W d (Summary)
6459 @findex gnus-article-treat-dumbquotes
6460 Treat M******** sm*rtq**t*s (@code{gnus-article-treat-dumbquotes}).
6461
6462 @item W w
6463 @kindex W w (Summary)
6464 @findex gnus-article-fill-cited-article
6465 Do word wrap (@code{gnus-article-fill-cited-article}).  If you use this
6466 function in @code{gnus-article-display-hook}, it should be run fairly
6467 late and certainly after any highlighting.
6468
6469 You can give the command a numerical prefix to specify the width to use
6470 when filling.
6471
6472 @item W c
6473 @kindex W c (Summary)
6474 @findex gnus-article-remove-cr
6475 Remove CR (i. e., @samp{^M}s on the end of the lines)
6476 (@code{gnus-article-remove-cr}).
6477
6478 @item W q
6479 @kindex W q (Summary)
6480 @findex gnus-article-de-quoted-unreadable
6481 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
6482 Quoted-Printable is one common @sc{mime} encoding employed when sending
6483 non-ASCII (i. e., 8-bit) articles.  It typically makes strings like
6484 @samp{déjà vu} look like @samp{d=E9j=E0 vu}, which doesn't look very
6485 readable to me.
6486
6487 @item W f
6488 @kindex W f (Summary)
6489 @cindex x-face
6490 @findex gnus-article-display-x-face
6491 @findex gnus-article-x-face-command
6492 @vindex gnus-article-x-face-command
6493 @vindex gnus-article-x-face-too-ugly
6494 @iftex
6495 @iflatex
6496 \include{xface}
6497 @end iflatex
6498 @end iftex
6499 Look for and display any X-Face headers
6500 (@code{gnus-article-display-x-face}).  The command executed by this
6501 function is given by the @code{gnus-article-x-face-command} variable.
6502 If this variable is a string, this string will be executed in a
6503 sub-shell.  If it is a function, this function will be called with the
6504 face as the argument.  If the @code{gnus-article-x-face-too-ugly} (which
6505 is a regexp) matches the @code{From} header, the face will not be shown.
6506 The default action under Emacs is to fork off an @code{xv} to view the
6507 face; under XEmacs the default action is to display the face before the
6508 @code{From} header.  (It's nicer if XEmacs has been compiled with X-Face
6509 support---that will make display somewhat faster.  If there's no native
6510 X-Face support, Gnus will try to convert the @code{X-Face} header using
6511 external programs from the @code{pbmplus} package and friends.)  If you
6512 want to have this function in the display hook, it should probably come
6513 last.
6514
6515 @item W b
6516 @kindex W b (Summary)
6517 @findex gnus-article-add-buttons
6518 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
6519 @xref{Article Buttons}
6520
6521 @item W B
6522 @kindex W B (Summary)
6523 @findex gnus-article-add-buttons-to-head
6524 Add clickable buttons to the article headers
6525 (@code{gnus-article-add-buttons-to-head}).
6526
6527 @item W E l
6528 @kindex W E l (Summary)
6529 @findex gnus-article-strip-leading-blank-lines
6530 Remove all blank lines from the beginning of the article
6531 (@code{gnus-article-strip-leading-blank-lines}).
6532
6533 @item W E m
6534 @kindex W E m (Summary)
6535 @findex gnus-article-strip-multiple-blank-lines
6536 Replace all blank lines with empty lines and then all multiple empty
6537 lines with a single empty line.
6538 (@code{gnus-article-strip-multiple-blank-lines}).
6539
6540 @item W E t
6541 @kindex W E t (Summary)
6542 @findex gnus-article-remove-trailing-blank-lines
6543 Remove all blank lines at the end of the article
6544 (@code{gnus-article-remove-trailing-blank-lines}).
6545
6546 @item W E a
6547 @kindex W E a (Summary)
6548 @findex gnus-article-strip-blank-lines
6549 Do all the three commands above
6550 (@code{gnus-article-strip-blank-lines}).
6551
6552 @item W E A
6553 @kindex W E A (Summary)
6554 @findex gnus-article-strip-all-blank-lines
6555 Remove all blank lines
6556 (@code{gnus-article-strip-all-blank-lines}).
6557
6558 @item W E s
6559 @kindex W E s (Summary)
6560 @findex gnus-article-strip-leading-space
6561 Remove all white space from the beginning of all lines of the article
6562 body (@code{gnus-article-strip-leading-space}).
6563
6564 @end table
6565
6566 @xref{Customizing Articles} for how to wash articles automatically.
6567
6568
6569 @node Article Buttons
6570 @subsection Article Buttons
6571 @cindex buttons
6572
6573 People often include references to other stuff in articles, and it would
6574 be nice if Gnus could just fetch whatever it is that people talk about
6575 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
6576 button on these references.
6577
6578 Gnus adds @dfn{buttons} to certain standard references by default:
6579 Well-formed URLs, mail addresses and Message-IDs.  This is controlled by
6580 two variables, one that handles article bodies and one that handles
6581 article heads:
6582
6583 @table @code
6584
6585 @item gnus-button-alist
6586 @vindex gnus-button-alist
6587 This is an alist where each entry has this form:
6588
6589 @lisp
6590 (REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
6591 @end lisp
6592
6593 @table @var
6594
6595 @item regexp
6596 All text that match this regular expression will be considered an
6597 external reference.  Here's a typical regexp that matches embedded URLs:
6598 @samp{<URL:\\([^\n\r>]*\\)>}.
6599
6600 @item button-par
6601 Gnus has to know which parts of the matches is to be highlighted.  This
6602 is a number that says what sub-expression of the regexp is to be
6603 highlighted.  If you want it all highlighted, you use 0 here.
6604
6605 @item use-p
6606 This form will be @code{eval}ed, and if the result is non-@code{nil},
6607 this is considered a match.  This is useful if you want extra sifting to
6608 avoid false matches.
6609
6610 @item function
6611 This function will be called when you click on this button.
6612
6613 @item data-par
6614 As with @var{button-par}, this is a sub-expression number, but this one
6615 says which part of the match is to be sent as data to @var{function}.
6616
6617 @end table
6618
6619 So the full entry for buttonizing URLs is then
6620
6621 @lisp
6622 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
6623 @end lisp
6624
6625 @item gnus-header-button-alist
6626 @vindex gnus-header-button-alist
6627 This is just like the other alist, except that it is applied to the
6628 article head only, and that each entry has an additional element that is
6629 used to say what headers to apply the buttonize coding to:
6630
6631 @lisp
6632 (HEADER REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
6633 @end lisp
6634
6635 @var{HEADER} is a regular expression.
6636
6637 @item gnus-button-url-regexp
6638 @vindex gnus-button-url-regexp
6639 A regular expression that matches embedded URLs.  It is used in the
6640 default values of the variables above.
6641
6642 @item gnus-article-button-face
6643 @vindex gnus-article-button-face
6644 Face used on buttons.
6645
6646 @item gnus-article-mouse-face
6647 @vindex gnus-article-mouse-face
6648 Face used when the mouse cursor is over a button.
6649
6650 @end table
6651
6652 @xref{Customizing Articles} for how to buttonize articles automatically.
6653
6654
6655 @node Article Date
6656 @subsection Article Date
6657
6658 The date is most likely generated in some obscure timezone you've never
6659 heard of, so it's quite nice to be able to find out what the time was
6660 when the article was sent.
6661
6662 @table @kbd
6663
6664 @item W T u
6665 @kindex W T u (Summary)
6666 @findex gnus-article-date-ut
6667 Display the date in UT (aka. GMT, aka ZULU)
6668 (@code{gnus-article-date-ut}).
6669
6670 @item W T i
6671 @kindex W T i (Summary)
6672 @findex gnus-article-date-iso8601
6673 @cindex ISO 8601
6674 Display the date in international format, aka. ISO 8601
6675 (@code{gnus-article-date-iso8601}).
6676
6677 @item W T l
6678 @kindex W T l (Summary)
6679 @findex gnus-article-date-local
6680 Display the date in the local timezone (@code{gnus-article-date-local}).
6681
6682 @item W T s
6683 @kindex W T s (Summary)
6684 @vindex gnus-article-time-format
6685 @findex gnus-article-date-user
6686 @findex format-time-string
6687 Display the date using a user-defined format
6688 (@code{gnus-article-date-user}).  The format is specified by the
6689 @code{gnus-article-time-format} variable, and is a string that's passed
6690 to @code{format-time-string}.  See the documentation of that variable
6691 for a list of possible format specs.
6692
6693 @item W T e
6694 @kindex W T e (Summary)
6695 @findex gnus-article-date-lapsed
6696 @findex gnus-start-date-timer
6697 @findex gnus-stop-date-timer
6698 Say how much time has elapsed between the article was posted and now
6699 (@code{gnus-article-date-lapsed}).  If you want to have this line
6700 updated continually, you can put
6701
6702 @lisp
6703 (gnus-start-date-timer)
6704 @end lisp
6705
6706 in your @file{.gnus.el} file, or you can run it off of some hook.  If
6707 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
6708 command.
6709
6710 @item W T o
6711 @kindex W T o (Summary)
6712 @findex gnus-article-date-original
6713 Display the original date (@code{gnus-article-date-original}).  This can
6714 be useful if you normally use some other conversion function and are
6715 worried that it might be doing something totally wrong.  Say, claiming
6716 that the article was posted in 1854.  Although something like that is
6717 @emph{totally} impossible.  Don't you trust me? *titter*
6718
6719 @end table
6720
6721 @xref{Customizing Articles} for how to display the date in your
6722 preferred format automatically.
6723
6724
6725 @node Article Signature
6726 @subsection Article Signature
6727 @cindex signatures
6728 @cindex article signature
6729
6730 @vindex gnus-signature-separator
6731 Each article is divided into two parts---the head and the body.  The
6732 body can be divided into a signature part and a text part.  The variable
6733 that says what is to be considered a signature is
6734 @code{gnus-signature-separator}.  This is normally the standard
6735 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
6736 non-standard signature separators, so this variable can also be a list
6737 of regular expressions to be tested, one by one.  (Searches are done
6738 from the end of the body towards the beginning.)  One likely value is:
6739
6740 @lisp
6741 (setq gnus-signature-separator
6742       '("^-- $"         ; The standard
6743         "^-- *$"        ; A common mangling
6744         "^-------*$"    ; Many people just use a looong
6745                         ; line of dashes.  Shame!
6746         "^ *--------*$" ; Double-shame!
6747         "^________*$"   ; Underscores are also popular
6748         "^========*$")) ; Pervert!
6749 @end lisp
6750
6751 The more permissive you are, the more likely it is that you'll get false
6752 positives.
6753
6754 @vindex gnus-signature-limit
6755 @code{gnus-signature-limit} provides a limit to what is considered a
6756 signature.
6757
6758 @enumerate
6759 @item
6760 If it is an integer, no signature may be longer (in characters) than
6761 that integer.
6762 @item
6763 If it is a floating point number, no signature may be longer (in lines)
6764 than that number.
6765 @item
6766 If it is a function, the function will be called without any parameters,
6767 and if it returns @code{nil}, there is no signature in the buffer.
6768 @item
6769 If it is a string, it will be used as a regexp.  If it matches, the text
6770 in question is not a signature.
6771 @end enumerate
6772
6773 This variable can also be a list where the elements may be of the types
6774 listed above.  Here's an example:
6775
6776 @lisp
6777 (setq gnus-signature-limit
6778       '(200.0 "^---*Forwarded article"))
6779 @end lisp
6780
6781 This means that if there are more than 200 lines after the signature
6782 separator, or the text after the signature separator is matched by
6783 the regular expression @samp{^---*Forwarded article}, then it isn't a
6784 signature after all.
6785
6786
6787 @node MIME Commands
6788 @section MIME Commands
6789 @cindex MIME decoding
6790
6791 @table @kbd
6792 @item W M w
6793 @kindex W M w (Summary)
6794 Decode RFC2047-encoded words in the article headers
6795 (@code{gnus-article-decode-mime-words}).
6796
6797 @item W M c
6798 @kindex W M c (Summary)
6799 Decode encoded article bodies as well as charsets
6800 (@code{gnus-article-decode-charset}).
6801
6802 This command looks in the @code{Content-Type} header to determine the
6803 charset.  If there is no such header in the article, you can give it a
6804 prefix, which will prompt for the charset to decode as.  In regional
6805 groups where people post using some common encoding (but do not include
6806 MIME headers), you can set the @code{charset} group/topic parameter to
6807 the required charset (@pxref{Group Parameters}).
6808
6809 @end table
6810
6811
6812 @node Article Commands
6813 @section Article Commands
6814
6815 @table @kbd
6816
6817 @item A P
6818 @cindex PostScript
6819 @cindex printing
6820 @kindex A P (Summary)
6821 @vindex gnus-ps-print-hook
6822 @findex gnus-summary-print-article
6823 Generate and print a PostScript image of the article buffer
6824 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will be
6825 run just before printing the buffer.
6826
6827 @end table
6828
6829
6830 @node Summary Sorting
6831 @section Summary Sorting
6832 @cindex summary sorting
6833
6834 You can have the summary buffer sorted in various ways, even though I
6835 can't really see why you'd want that.
6836
6837 @table @kbd
6838
6839 @item C-c C-s C-n
6840 @kindex C-c C-s C-n (Summary)
6841 @findex gnus-summary-sort-by-number
6842 Sort by article number (@code{gnus-summary-sort-by-number}).
6843
6844 @item C-c C-s C-a
6845 @kindex C-c C-s C-a (Summary)
6846 @findex gnus-summary-sort-by-author
6847 Sort by author (@code{gnus-summary-sort-by-author}).
6848
6849 @item C-c C-s C-s
6850 @kindex C-c C-s C-s (Summary)
6851 @findex gnus-summary-sort-by-subject
6852 Sort by subject (@code{gnus-summary-sort-by-subject}).
6853
6854 @item C-c C-s C-d
6855 @kindex C-c C-s C-d (Summary)
6856 @findex gnus-summary-sort-by-date
6857 Sort by date (@code{gnus-summary-sort-by-date}).
6858
6859 @item C-c C-s C-l
6860 @kindex C-c C-s C-l (Summary)
6861 @findex gnus-summary-sort-by-lines
6862 Sort by lines (@code{gnus-summary-sort-by-lines}).
6863
6864 @item C-c C-s C-i
6865 @kindex C-c C-s C-i (Summary)
6866 @findex gnus-summary-sort-by-score
6867 Sort by score (@code{gnus-summary-sort-by-score}).
6868 @end table
6869
6870 These functions will work both when you use threading and when you don't
6871 use threading.  In the latter case, all summary lines will be sorted,
6872 line by line.  In the former case, sorting will be done on a
6873 root-by-root basis, which might not be what you were looking for.  To
6874 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
6875 Commands}).
6876
6877
6878 @node Finding the Parent
6879 @section Finding the Parent
6880 @cindex parent articles
6881 @cindex referring articles
6882
6883 @table @kbd
6884 @item ^
6885 @kindex ^ (Summary)
6886 @findex gnus-summary-refer-parent-article
6887 If you'd like to read the parent of the current article, and it is not
6888 displayed in the summary buffer, you might still be able to.  That is,
6889 if the current group is fetched by @sc{nntp}, the parent hasn't expired
6890 and the @code{References} in the current article are not mangled, you
6891 can just press @kbd{^} or @kbd{A r}
6892 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
6893 you'll get the parent.  If the parent is already displayed in the
6894 summary buffer, point will just move to this article.
6895
6896 If given a positive numerical prefix, fetch that many articles back into
6897 the ancestry.  If given a negative numerical prefix, fetch just that
6898 ancestor.  So if you say @kbd{3 ^}, Gnus will fetch the parent, the
6899 grandparent and the grandgrandparent of the current article.  If you say
6900 @kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
6901 article.
6902
6903 @item A R (Summary)
6904 @findex gnus-summary-refer-references
6905 @kindex A R (Summary)
6906 Fetch all articles mentioned in the @code{References} header of the
6907 article (@code{gnus-summary-refer-references}).
6908
6909 @item A T (Summary)
6910 @findex gnus-summary-refer-thread
6911 @kindex A T (Summary)
6912 Display the full thread where the current article appears
6913 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
6914 headers in the current group to work, so it usually takes a while.  If
6915 you do it often, you may consider setting @code{gnus-fetch-old-headers}
6916 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
6917 visible effects normally, but it'll make this command work a whole lot
6918 faster.  Of course, it'll make group entry somewhat slow.
6919
6920 @vindex gnus-refer-thread-limit
6921 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
6922 articles before the first displayed in the current group) headers to
6923 fetch when doing this command.  The default is 200.  If @code{t}, all
6924 the available headers will be fetched.  This variable can be overridden
6925 by giving the @kbd{A T} command a numerical prefix.
6926
6927 @item M-^ (Summary)
6928 @findex gnus-summary-refer-article
6929 @kindex M-^ (Summary)
6930 @cindex Message-ID
6931 @cindex fetching by Message-ID
6932 You can also ask the @sc{nntp} server for an arbitrary article, no
6933 matter what group it belongs to.  @kbd{M-^}
6934 (@code{gnus-summary-refer-article}) will ask you for a
6935 @code{Message-ID}, which is one of those long, hard-to-read thingies
6936 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
6937 have to get it all exactly right.  No fuzzy searches, I'm afraid.
6938 @end table
6939
6940 The current select method will be used when fetching by
6941 @code{Message-ID} from non-news select method, but you can override this
6942 by giving this command a prefix.
6943
6944 @vindex gnus-refer-article-method
6945 If the group you are reading is located on a backend that does not
6946 support fetching by @code{Message-ID} very well (like @code{nnspool}),
6947 you can set @code{gnus-refer-article-method} to an @sc{nntp} method.  It
6948 would, perhaps, be best if the @sc{nntp} server you consult is the one
6949 updating the spool you are reading from, but that's not really
6950 necessary.
6951
6952 Most of the mail backends support fetching by @code{Message-ID}, but do
6953 not do a particularly excellent job at it.  That is, @code{nnmbox} and
6954 @code{nnbabyl} are able to locate articles from any groups, while
6955 @code{nnml} and @code{nnfolder} are only able to locate articles that
6956 have been posted to the current group.  (Anything else would be too time
6957 consuming.)  @code{nnmh} does not support this at all.
6958
6959
6960 @node Alternative Approaches
6961 @section Alternative Approaches
6962
6963 Different people like to read news using different methods.  This being
6964 Gnus, we offer a small selection of minor modes for the summary buffers.
6965
6966 @menu
6967 * Pick and Read::               First mark articles and then read them.
6968 * Binary Groups::               Auto-decode all articles.
6969 @end menu
6970
6971
6972 @node Pick and Read
6973 @subsection Pick and Read
6974 @cindex pick and read
6975
6976 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
6977 a two-phased reading interface.  The user first marks in a summary
6978 buffer the articles she wants to read.  Then she starts reading the
6979 articles with just an article buffer displayed.
6980
6981 @findex gnus-pick-mode
6982 @kindex M-x gnus-pick-mode
6983 Gnus provides a summary buffer minor mode that allows
6984 this---@code{gnus-pick-mode}.  This basically means that a few process
6985 mark commands become one-keystroke commands to allow easy marking, and
6986 it provides one additional command for switching to the summary buffer.
6987
6988 Here are the available keystrokes when using pick mode:
6989
6990 @table @kbd
6991 @item .
6992 @kindex . (Pick)
6993 @findex gnus-pick-article-or-thread
6994 Pick the article or thread on the current line
6995 (@code{gnus-pick-article-or-thread}).  If the variable
6996 @code{gnus-thread-hide-subtree} is true, then this key selects the
6997 entire thread when used at the first article of the thread.  Otherwise,
6998 it selects just the article. If given a numerical prefix, go to that
6999 thread or article and pick it.  (The line number is normally displayed
7000 at the beginning of the summary pick lines.)
7001
7002 @item SPACE
7003 @kindex SPACE (Pick)
7004 @findex gnus-pick-next-page
7005 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
7006 at the end of the buffer, start reading the picked articles.
7007
7008 @item u
7009 @kindex u (Pick)
7010 @findex gnus-pick-unmark-article-or-thread.
7011 Unpick the thread or article
7012 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
7013 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
7014 thread if used at the first article of the thread.  Otherwise it unpicks 
7015 just the article.  You can give this key a numerical prefix to unpick
7016 the thread or article at that line.
7017
7018 @item RET
7019 @kindex RET (Pick)
7020 @findex gnus-pick-start-reading
7021 @vindex gnus-pick-display-summary
7022 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
7023 given a prefix, mark all unpicked articles as read first.  If
7024 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
7025 will still be visible when you are reading.
7026
7027 @end table
7028
7029 All the normal summary mode commands are still available in the
7030 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
7031 which is mapped to the same function
7032 @code{gnus-summary-tick-article-forward}.
7033
7034 If this sounds like a good idea to you, you could say:
7035
7036 @lisp
7037 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
7038 @end lisp
7039
7040 @vindex gnus-pick-mode-hook
7041 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
7042
7043 @vindex gnus-mark-unpicked-articles-as-read
7044 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
7045 all unpicked articles as read.  The default is @code{nil}.
7046
7047 @vindex gnus-summary-pick-line-format
7048 The summary line format in pick mode is slightly different from the
7049 standard format.  At the beginning of each line the line number is
7050 displayed.  The pick mode line format is controlled by the
7051 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
7052 Variables}).  It accepts the same format specs that
7053 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
7054
7055
7056 @node Binary Groups
7057 @subsection Binary Groups
7058 @cindex binary groups
7059
7060 @findex gnus-binary-mode
7061 @kindex M-x gnus-binary-mode
7062 If you spend much time in binary groups, you may grow tired of hitting
7063 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
7064 is a minor mode for summary buffers that makes all ordinary Gnus article
7065 selection functions uudecode series of articles and display the result
7066 instead of just displaying the articles the normal way.
7067
7068 @kindex g (Binary)
7069 @findex gnus-binary-show-article
7070 The only way, in fact, to see the actual articles is the @kbd{g}
7071 command, when you have turned on this mode
7072 (@code{gnus-binary-show-article}).
7073
7074 @vindex gnus-binary-mode-hook
7075 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
7076
7077
7078 @node Tree Display
7079 @section Tree Display
7080 @cindex trees
7081
7082 @vindex gnus-use-trees
7083 If you don't like the normal Gnus summary display, you might try setting
7084 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
7085 additional @dfn{tree buffer}.  You can execute all summary mode commands
7086 in the tree buffer.
7087
7088 There are a few variables to customize the tree display, of course:
7089
7090 @table @code
7091 @item gnus-tree-mode-hook
7092 @vindex gnus-tree-mode-hook
7093 A hook called in all tree mode buffers.
7094
7095 @item gnus-tree-mode-line-format
7096 @vindex gnus-tree-mode-line-format
7097 A format string for the mode bar in the tree mode buffers (@pxref{Mode
7098 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
7099 of valid specs, @pxref{Summary Buffer Mode Line}.
7100
7101 @item gnus-selected-tree-face
7102 @vindex gnus-selected-tree-face
7103 Face used for highlighting the selected article in the tree buffer.  The
7104 default is @code{modeline}.
7105
7106 @item gnus-tree-line-format
7107 @vindex gnus-tree-line-format
7108 A format string for the tree nodes.  The name is a bit of a misnomer,
7109 though---it doesn't define a line, but just the node.  The default value
7110 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
7111 the name of the poster.  It is vital that all nodes are of the same
7112 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
7113
7114 Valid specs are:
7115
7116 @table @samp
7117 @item n
7118 The name of the poster.
7119 @item f
7120 The @code{From} header.
7121 @item N
7122 The number of the article.
7123 @item [
7124 The opening bracket.
7125 @item ]
7126 The closing bracket.
7127 @item s
7128 The subject.
7129 @end table
7130
7131 @xref{Formatting Variables}.
7132
7133 Variables related to the display are:
7134
7135 @table @code
7136 @item gnus-tree-brackets
7137 @vindex gnus-tree-brackets
7138 This is used for differentiating between ``real'' articles and
7139 ``sparse'' articles.  The format is @var{((real-open . real-close)
7140 (sparse-open . sparse-close) (dummy-open . dummy-close))}, and the
7141 default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
7142
7143 @item gnus-tree-parent-child-edges
7144 @vindex gnus-tree-parent-child-edges
7145 This is a list that contains the characters used for connecting parent
7146 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
7147
7148 @end table
7149
7150 @item gnus-tree-minimize-window
7151 @vindex gnus-tree-minimize-window
7152 If this variable is non-@code{nil}, Gnus will try to keep the tree
7153 buffer as small as possible to allow more room for the other Gnus
7154 windows.  If this variable is a number, the tree buffer will never be
7155 higher than that number.  The default is @code{t}.  Note that if you
7156 have several windows displayed side-by-side in a frame and the tree
7157 buffer is one of these, minimizing the tree window will also resize all
7158 other windows displayed next to it.
7159
7160 @item gnus-generate-tree-function
7161 @vindex gnus-generate-tree-function
7162 @findex gnus-generate-horizontal-tree
7163 @findex gnus-generate-vertical-tree
7164 The function that actually generates the thread tree.  Two predefined
7165 functions are available: @code{gnus-generate-horizontal-tree} and
7166 @code{gnus-generate-vertical-tree} (which is the default).
7167
7168 @end table
7169
7170 Here's an example from a horizontal tree buffer:
7171
7172 @example
7173 @{***@}-(***)-[odd]-[Gun]
7174      |      \[Jan]
7175      |      \[odd]-[Eri]
7176      |      \(***)-[Eri]
7177      |            \[odd]-[Paa]
7178      \[Bjo]
7179      \[Gun]
7180      \[Gun]-[Jor]
7181 @end example
7182
7183 Here's the same thread displayed in a vertical tree buffer:
7184
7185 @example
7186 @{***@}
7187   |--------------------------\-----\-----\
7188 (***)                         [Bjo] [Gun] [Gun]
7189   |--\-----\-----\                          |
7190 [odd] [Jan] [odd] (***)                   [Jor]
7191   |           |     |--\
7192 [Gun]       [Eri] [Eri] [odd]
7193                           |
7194                         [Paa]
7195 @end example
7196
7197 If you're using horizontal trees, it might be nice to display the trees
7198 side-by-side with the summary buffer.  You could add something like the
7199 following to your @file{.gnus.el} file:
7200
7201 @lisp
7202 (setq gnus-use-trees t
7203       gnus-generate-tree-function 'gnus-generate-horizontal-tree
7204       gnus-tree-minimize-window nil)
7205 (gnus-add-configuration
7206  '(article
7207    (vertical 1.0
7208              (horizontal 0.25
7209                          (summary 0.75 point)
7210                          (tree 1.0))
7211              (article 1.0))))
7212 @end lisp
7213
7214 @xref{Windows Configuration}.
7215
7216
7217 @node Mail Group Commands
7218 @section Mail Group Commands
7219 @cindex mail group commands
7220
7221 Some commands only make sense in mail groups.  If these commands are
7222 invalid in the current group, they will raise a hell and let you know.
7223
7224 All these commands (except the expiry and edit commands) use the
7225 process/prefix convention (@pxref{Process/Prefix}).
7226
7227 @table @kbd
7228
7229 @item B e
7230 @kindex B e (Summary)
7231 @findex gnus-summary-expire-articles
7232 Expire all expirable articles in the group
7233 (@code{gnus-summary-expire-articles}).
7234
7235 @item B M-C-e
7236 @kindex B M-C-e (Summary)
7237 @findex gnus-summary-expire-articles-now
7238 Delete all the expirable articles in the group
7239 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
7240 articles eligible for expiry in the current group will
7241 disappear forever into that big @file{/dev/null} in the sky.
7242
7243 @item B DEL
7244 @kindex B DEL (Summary)
7245 @findex gnus-summary-delete-article
7246 @c @icon{gnus-summary-mail-delete}
7247 Delete the mail article.  This is ``delete'' as in ``delete it from your
7248 disk forever and ever, never to return again.'' Use with caution.
7249 (@code{gnus-summary-delete-article}).
7250
7251 @item B m
7252 @kindex B m (Summary)
7253 @cindex move mail
7254 @findex gnus-summary-move-article
7255 Move the article from one mail group to another
7256 (@code{gnus-summary-move-article}).
7257
7258 @item B c
7259 @kindex B c (Summary)
7260 @cindex copy mail
7261 @findex gnus-summary-copy-article
7262 @c @icon{gnus-summary-mail-copy}
7263 Copy the article from one group (mail group or not) to a mail group
7264 (@code{gnus-summary-copy-article}).
7265
7266 @item B B
7267 @kindex B B (Summary)
7268 @cindex crosspost mail
7269 @findex gnus-summary-crosspost-article
7270 Crosspost the current article to some other group
7271 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
7272 the article in the other group, and the Xref headers of the article will
7273 be properly updated.
7274
7275 @item B i
7276 @kindex B i (Summary)
7277 @findex gnus-summary-import-article
7278 Import an arbitrary file into the current mail newsgroup
7279 (@code{gnus-summary-import-article}).  You will be prompted for a file
7280 name, a @code{From} header and a @code{Subject} header.
7281
7282 @item B r
7283 @kindex B r (Summary)
7284 @findex gnus-summary-respool-article
7285 Respool the mail article (@code{gnus-summary-respool-article}).
7286 @code{gnus-summary-respool-default-method} will be used as the default
7287 select method when respooling.  This variable is @code{nil} by default,
7288 which means that the current group select method will be used instead.
7289
7290 @item B w
7291 @itemx e
7292 @kindex B w (Summary)
7293 @kindex e (Summary)
7294 @findex gnus-summary-edit-article
7295 @kindex C-c C-c (Article)
7296 Edit the current article (@code{gnus-summary-edit-article}).  To finish
7297 editing and make the changes permanent, type @kbd{C-c C-c}
7298 (@kbd{gnus-summary-edit-article-done}).  If you give a prefix to the
7299 @kbd{C-c C-c} command, Gnus won't re-highlight the article.
7300
7301 @item B q
7302 @kindex B q (Summary)
7303 @findex gnus-summary-respool-query
7304 If you want to re-spool an article, you might be curious as to what group
7305 the article will end up in before you do the re-spooling.  This command
7306 will tell you (@code{gnus-summary-respool-query}).
7307
7308 @item B t
7309 @kindex B t (Summary)
7310 @findex gnus-summary-respool-trace
7311 Similarly, this command will display all fancy splitting patterns used
7312 when repooling, if any (@code{gnus-summary-respool-trace}).
7313
7314 @item B p
7315 @kindex B p (Summary)
7316 @findex gnus-summary-article-posted-p
7317 Some people have a tendency to send you "courtesy" copies when they
7318 follow up to articles you have posted.  These usually have a
7319 @code{Newsgroups} header in them, but not always.  This command
7320 (@code{gnus-summary-article-posted-p}) will try to fetch the current
7321 article from your news server (or rather, from
7322 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
7323 report back whether it found the article or not.  Even if it says that
7324 it didn't find the article, it may have been posted anyway---mail
7325 propagation is much faster than news propagation, and the news copy may
7326 just not have arrived yet.
7327
7328 @end table
7329
7330 @vindex gnus-move-split-methods
7331 @cindex moving articles
7332 If you move (or copy) articles regularly, you might wish to have Gnus
7333 suggest where to put the articles.  @code{gnus-move-split-methods} is a
7334 variable that uses the same syntax as @code{gnus-split-methods}
7335 (@pxref{Saving Articles}).  You may customize that variable to create
7336 suggestions you find reasonable.
7337
7338 @lisp
7339 (setq gnus-move-split-methods
7340       '(("^From:.*Lars Magne" "nnml:junk")
7341         ("^Subject:.*gnus" "nnfolder:important")
7342         (".*" "nnml:misc")))
7343 @end lisp
7344
7345
7346 @node Various Summary Stuff
7347 @section Various Summary Stuff
7348
7349 @menu
7350 * Summary Group Information::         Information oriented commands.
7351 * Searching for Articles::            Multiple article commands.
7352 * Summary Generation Commands::       (Re)generating the summary buffer.
7353 * Really Various Summary Commands::   Those pesky non-conformant commands.
7354 @end menu
7355
7356 @table @code
7357 @vindex gnus-summary-mode-hook
7358 @item gnus-summary-mode-hook
7359 This hook is called when creating a summary mode buffer.
7360
7361 @vindex gnus-summary-generate-hook
7362 @item gnus-summary-generate-hook
7363 This is called as the last thing before doing the threading and the
7364 generation of the summary buffer.  It's quite convenient for customizing
7365 the threading variables based on what data the newsgroup has.  This hook
7366 is called from the summary buffer after most summary buffer variables
7367 have been set.
7368
7369 @vindex gnus-summary-prepare-hook
7370 @item gnus-summary-prepare-hook
7371 It is called after the summary buffer has been generated.  You might use
7372 it to, for instance, highlight lines or modify the look of the buffer in
7373 some other ungodly manner.  I don't care.
7374
7375 @vindex gnus-summary-ignore-duplicates
7376 @item gnus-summary-ignore-duplicates
7377 When Gnus discovers two articles that have the same @code{Message-ID},
7378 it has to do something drastic.  No articles are allowed to have the
7379 same @code{Message-ID}, but this may happen when reading mail from some
7380 sources.  Gnus allows you to customize what happens with this variable.
7381 If it is @code{nil} (which is the default), Gnus will rename the
7382 @code{Message-ID} (for display purposes only) and display the article as
7383 any other article.  If this variable is @code{t}, it won't display the
7384 article---it'll be as if it never existed.
7385
7386 @end table
7387
7388
7389 @node Summary Group Information
7390 @subsection Summary Group Information
7391
7392 @table @kbd
7393
7394 @item H f
7395 @kindex H f (Summary)
7396 @findex gnus-summary-fetch-faq
7397 @vindex gnus-group-faq-directory
7398 Try to fetch the FAQ (list of frequently asked questions) for the
7399 current group (@code{gnus-summary-fetch-faq}).  Gnus will try to get the
7400 FAQ from @code{gnus-group-faq-directory}, which is usually a directory
7401 on a remote machine.  This variable can also be a list of directories.
7402 In that case, giving a prefix to this command will allow you to choose
7403 between the various sites.  @code{ange-ftp} or @code{efs} will probably
7404 be used for fetching the file.
7405
7406 @item H d
7407 @kindex H d (Summary)
7408 @findex gnus-summary-describe-group
7409 Give a brief description of the current group
7410 (@code{gnus-summary-describe-group}).  If given a prefix, force
7411 rereading the description from the server.
7412
7413 @item H h
7414 @kindex H h (Summary)
7415 @findex gnus-summary-describe-briefly
7416 Give an extremely brief description of the most important summary
7417 keystrokes (@code{gnus-summary-describe-briefly}).
7418
7419 @item H i
7420 @kindex H i (Summary)
7421 @findex gnus-info-find-node
7422 Go to the Gnus info node (@code{gnus-info-find-node}).
7423 @end table
7424
7425
7426 @node Searching for Articles
7427 @subsection Searching for Articles
7428
7429 @table @kbd
7430
7431 @item M-s
7432 @kindex M-s (Summary)
7433 @findex gnus-summary-search-article-forward
7434 Search through all subsequent articles for a regexp
7435 (@code{gnus-summary-search-article-forward}).
7436
7437 @item M-r
7438 @kindex M-r (Summary)
7439 @findex gnus-summary-search-article-backward
7440 Search through all previous articles for a regexp
7441 (@code{gnus-summary-search-article-backward}).
7442
7443 @item &
7444 @kindex & (Summary)
7445 @findex gnus-summary-execute-command
7446 This command will prompt you for a header field, a regular expression to
7447 match on this field, and a command to be executed if the match is made
7448 (@code{gnus-summary-execute-command}).  If given a prefix, search
7449 backward instead.
7450
7451 @item M-&
7452 @kindex M-& (Summary)
7453 @findex gnus-summary-universal-argument
7454 Perform any operation on all articles that have been marked with
7455 the process mark (@code{gnus-summary-universal-argument}).
7456 @end table
7457
7458 @node Summary Generation Commands
7459 @subsection Summary Generation Commands
7460
7461 @table @kbd
7462
7463 @item Y g
7464 @kindex Y g (Summary)
7465 @findex gnus-summary-prepare
7466 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
7467
7468 @item Y c
7469 @kindex Y c (Summary)
7470 @findex gnus-summary-insert-cached-articles
7471 Pull all cached articles (for the current group) into the summary buffer
7472 (@code{gnus-summary-insert-cached-articles}).
7473
7474 @end table
7475
7476
7477 @node Really Various Summary Commands
7478 @subsection Really Various Summary Commands
7479
7480 @table @kbd
7481
7482 @item C-d
7483 @kindex C-d (Summary)
7484 @findex gnus-summary-enter-digest-group
7485 If the current article is a collection of other articles (for instance,
7486 a digest), you might use this command to enter a group based on the that
7487 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
7488 guess what article type is currently displayed unless you give a prefix
7489 to this command, which forces a ``digest'' interpretation.  Basically,
7490 whenever you see a message that is a collection of other messages of
7491 some format, you @kbd{C-d} and read these messages in a more convenient
7492 fashion.
7493
7494 @item M-C-d
7495 @kindex M-C-d (Summary)
7496 @findex gnus-summary-read-document
7497 This command is very similar to the one above, but lets you gather
7498 several documents into one biiig group
7499 (@code{gnus-summary-read-document}).  It does this by opening several
7500 @code{nndoc} groups for each document, and then opening an
7501 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
7502 command understands the process/prefix convention
7503 (@pxref{Process/Prefix}).
7504
7505 @item C-t
7506 @kindex C-t (Summary)
7507 @findex gnus-summary-toggle-truncation
7508 Toggle truncation of summary lines
7509 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
7510 line centering function in the summary buffer, so it's not a good idea
7511 to have truncation switched off while reading articles.
7512
7513 @item =
7514 @kindex = (Summary)
7515 @findex gnus-summary-expand-window
7516 Expand the summary buffer window (@code{gnus-summary-expand-window}).
7517 If given a prefix, force an @code{article} window configuration.
7518
7519 @item M-C-e
7520 @kindex M-C-e (Summary)
7521 @findex gnus-summary-edit-parameters
7522 Edit the group parameters (@pxref{Group Parameters}) of the current
7523 group (@code{gnus-summary-edit-parameters}).
7524
7525 @end table
7526
7527
7528 @node Exiting the Summary Buffer
7529 @section Exiting the Summary Buffer
7530 @cindex summary exit
7531 @cindex exiting groups
7532
7533 Exiting from the summary buffer will normally update all info on the
7534 group and return you to the group buffer.
7535
7536 @table @kbd
7537
7538 @item Z Z
7539 @itemx q
7540 @kindex Z Z (Summary)
7541 @kindex q (Summary)
7542 @findex gnus-summary-exit
7543 @vindex gnus-summary-exit-hook
7544 @vindex gnus-summary-prepare-exit-hook
7545 @c @icon{gnus-summary-exit}
7546 Exit the current group and update all information on the group
7547 (@code{gnus-summary-exit}). @code{gnus-summary-prepare-exit-hook} is
7548 called before doing much of the exiting, which calls
7549 @code{gnus-summary-expire-articles} by default.
7550 @code{gnus-summary-exit-hook} is called after finishing the exit
7551 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
7552 group mode having no more (unread) groups.
7553
7554 @item Z E
7555 @itemx Q
7556 @kindex Z E (Summary)
7557 @kindex Q (Summary)
7558 @findex gnus-summary-exit-no-update
7559 Exit the current group without updating any information on the group
7560 (@code{gnus-summary-exit-no-update}).
7561
7562 @item Z c
7563 @itemx c
7564 @kindex Z c (Summary)
7565 @kindex c (Summary)
7566 @findex gnus-summary-catchup-and-exit
7567 @c @icon{gnus-summary-catchup-and-exit}
7568 Mark all unticked articles in the group as read and then exit
7569 (@code{gnus-summary-catchup-and-exit}).
7570
7571 @item Z C
7572 @kindex Z C (Summary)
7573 @findex gnus-summary-catchup-all-and-exit
7574 Mark all articles, even the ticked ones, as read and then exit
7575 (@code{gnus-summary-catchup-all-and-exit}).
7576
7577 @item Z n
7578 @kindex Z n (Summary)
7579 @findex gnus-summary-catchup-and-goto-next-group
7580 Mark all articles as read and go to the next group
7581 (@code{gnus-summary-catchup-and-goto-next-group}).
7582
7583 @item Z R
7584 @kindex Z R (Summary)
7585 @findex gnus-summary-reselect-current-group
7586 Exit this group, and then enter it again
7587 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
7588 all articles, both read and unread.
7589
7590 @item Z G
7591 @itemx M-g
7592 @kindex Z G (Summary)
7593 @kindex M-g (Summary)
7594 @findex gnus-summary-rescan-group
7595 @c @icon{gnus-summary-mail-get}
7596 Exit the group, check for new articles in the group, and select the
7597 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
7598 articles, both read and unread.
7599
7600 @item Z N
7601 @kindex Z N (Summary)
7602 @findex gnus-summary-next-group
7603 Exit the group and go to the next group
7604 (@code{gnus-summary-next-group}).
7605
7606 @item Z P
7607 @kindex Z P (Summary)
7608 @findex gnus-summary-prev-group
7609 Exit the group and go to the previous group
7610 (@code{gnus-summary-prev-group}).
7611
7612 @item Z s
7613 @kindex Z s (Summary)
7614 @findex gnus-summary-save-newsrc
7615 Save the current number of read/marked articles in the dribble buffer
7616 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
7617 given a prefix, also save the @file{.newsrc} file(s).  Using this
7618 command will make exit without updating (the @kbd{Q} command) worthless.
7619 @end table
7620
7621 @vindex gnus-exit-group-hook
7622 @code{gnus-exit-group-hook} is called when you exit the current
7623 group.
7624
7625 @findex gnus-summary-wake-up-the-dead
7626 @findex gnus-dead-summary-mode
7627 @vindex gnus-kill-summary-on-exit
7628 If you're in the habit of exiting groups, and then changing your mind
7629 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
7630 If you do that, Gnus won't kill the summary buffer when you exit it.
7631 (Quelle surprise!)  Instead it will change the name of the buffer to
7632 something like @samp{*Dead Summary ... *} and install a minor mode
7633 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
7634 buffer, you'll find that all keys are mapped to a function called
7635 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
7636 summary buffer will result in a live, normal summary buffer.
7637
7638 There will never be more than one dead summary buffer at any one time.
7639
7640 @vindex gnus-use-cross-reference
7641 The data on the current group will be updated (which articles you have
7642 read, which articles you have replied to, etc.) when you exit the
7643 summary buffer.  If the @code{gnus-use-cross-reference} variable is
7644 @code{t} (which is the default), articles that are cross-referenced to
7645 this group and are marked as read, will also be marked as read in the
7646 other subscribed groups they were cross-posted to.  If this variable is
7647 neither @code{nil} nor @code{t}, the article will be marked as read in
7648 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
7649
7650
7651 @node Crosspost Handling
7652 @section Crosspost Handling
7653
7654 @cindex velveeta
7655 @cindex spamming
7656 Marking cross-posted articles as read ensures that you'll never have to
7657 read the same article more than once.  Unless, of course, somebody has
7658 posted it to several groups separately.  Posting the same article to
7659 several groups (not cross-posting) is called @dfn{spamming}, and you are
7660 by law required to send nasty-grams to anyone who perpetrates such a
7661 heinous crime.  You may want to try NoCeM handling to filter out spam
7662 (@pxref{NoCeM}).
7663
7664 Remember: Cross-posting is kinda ok, but posting the same article
7665 separately to several groups is not.  Massive cross-posting (aka.
7666 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
7667 @code{gnus-summary-mail-crosspost-complaint} command to complain about
7668 excessive crossposting (@pxref{Summary Mail Commands}).
7669
7670 @cindex cross-posting
7671 @cindex Xref
7672 @cindex @sc{nov}
7673 One thing that may cause Gnus to not do the cross-posting thing
7674 correctly is if you use an @sc{nntp} server that supports @sc{xover}
7675 (which is very nice, because it speeds things up considerably) which
7676 does not include the @code{Xref} header in its @sc{nov} lines.  This is
7677 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
7678 even with @sc{xover} by registering the @code{Xref} lines of all
7679 articles you actually read, but if you kill the articles, or just mark
7680 them as read without reading them, Gnus will not get a chance to snoop
7681 the @code{Xref} lines out of these articles, and will be unable to use
7682 the cross reference mechanism.
7683
7684 @cindex LIST overview.fmt
7685 @cindex overview.fmt
7686 To check whether your @sc{nntp} server includes the @code{Xref} header
7687 in its overview files, try @samp{telnet your.nntp.server nntp},
7688 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
7689 overview.fmt}.  This may not work, but if it does, and the last line you
7690 get does not read @samp{Xref:full}, then you should shout and whine at
7691 your news admin until she includes the @code{Xref} header in the
7692 overview files.
7693
7694 @vindex gnus-nov-is-evil
7695 If you want Gnus to get the @code{Xref}s right all the time, you have to
7696 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
7697 considerably.
7698
7699 C'est la vie.
7700
7701 For an alternative approach, @pxref{Duplicate Suppression}.
7702
7703
7704 @node Duplicate Suppression
7705 @section Duplicate Suppression
7706
7707 By default, Gnus tries to make sure that you don't have to read the same
7708 article more than once by utilizing the crossposting mechanism
7709 (@pxref{Crosspost Handling}).  However, that simple and efficient
7710 approach may not work satisfactory for some users for various
7711 reasons.
7712
7713 @enumerate
7714 @item
7715 The @sc{nntp} server may fail to generate the @code{Xref} header.  This
7716 is evil and not very common.
7717
7718 @item
7719 The @sc{nntp} server may fail to include the @code{Xref} header in the
7720 @file{.overview} data bases.  This is evil and all too common, alas.
7721
7722 @item
7723 You may be reading the same group (or several related groups) from
7724 different @sc{nntp} servers.
7725
7726 @item
7727 You may be getting mail that duplicates articles posted to groups.
7728 @end enumerate
7729
7730 I'm sure there are other situations where @code{Xref} handling fails as
7731 well, but these four are the most common situations.
7732
7733 If, and only if, @code{Xref} handling fails for you, then you may
7734 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
7735 will remember the @code{Message-ID}s of all articles you have read or
7736 otherwise marked as read, and then, as if by magic, mark them as read
7737 all subsequent times you see them---in @emph{all} groups.  Using this
7738 mechanism is quite likely to be somewhat inefficient, but not overly
7739 so.  It's certainly preferable to reading the same articles more than
7740 once.
7741
7742 Duplicate suppression is not a very subtle instrument.  It's more like a
7743 sledge hammer than anything else.  It works in a very simple
7744 fashion---if you have marked an article as read, it adds this Message-ID
7745 to a cache.  The next time it sees this Message-ID, it will mark the
7746 article as read with the @samp{M} mark.  It doesn't care what group it
7747 saw the article in.
7748
7749 @table @code
7750 @item gnus-suppress-duplicates
7751 @vindex gnus-suppress-duplicates
7752 If non-@code{nil}, suppress duplicates.
7753
7754 @item gnus-save-duplicate-list
7755 @vindex gnus-save-duplicate-list
7756 If non-@code{nil}, save the list of duplicates to a file.  This will
7757 make startup and shutdown take longer, so the default is @code{nil}.
7758 However, this means that only duplicate articles read in a single Gnus
7759 session are suppressed.
7760
7761 @item gnus-duplicate-list-length
7762 @vindex gnus-duplicate-list-length
7763 This variable says how many @code{Message-ID}s to keep in the duplicate
7764 suppression list.  The default is 10000.
7765
7766 @item gnus-duplicate-file
7767 @vindex gnus-duplicate-file
7768 The name of the file to store the duplicate suppression list in.  The
7769 default is @file{~/News/suppression}.
7770 @end table
7771
7772 If you have a tendency to stop and start Gnus often, setting
7773 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
7774 you leave Gnus running for weeks on end, you may have it @code{nil}.  On
7775 the other hand, saving the list makes startup and shutdown much slower,
7776 so that means that if you stop and start Gnus often, you should set
7777 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
7778 to you to figure out, I think.
7779
7780
7781 @node The Article Buffer
7782 @chapter The Article Buffer
7783 @cindex article buffer
7784
7785 The articles are displayed in the article buffer, of which there is only
7786 one.  All the summary buffers share the same article buffer unless you
7787 tell Gnus otherwise.
7788
7789 @menu
7790 * Hiding Headers::        Deciding what headers should be displayed.
7791 * Using MIME::            Pushing articles through @sc{mime} before reading them.
7792 * Customizing Articles::  Tailoring the look of the articles.
7793 * Article Keymap::        Keystrokes available in the article buffer.
7794 * Misc Article::          Other stuff.
7795 @end menu
7796
7797
7798 @node Hiding Headers
7799 @section Hiding Headers
7800 @cindex hiding headers
7801 @cindex deleting headers
7802
7803 The top section of each article is the @dfn{head}.  (The rest is the
7804 @dfn{body}, but you may have guessed that already.)
7805
7806 @vindex gnus-show-all-headers
7807 There is a lot of useful information in the head: the name of the person
7808 who wrote the article, the date it was written and the subject of the
7809 article.  That's well and nice, but there's also lots of information
7810 most people do not want to see---what systems the article has passed
7811 through before reaching you, the @code{Message-ID}, the
7812 @code{References}, etc. ad nauseum---and you'll probably want to get rid
7813 of some of those lines.  If you want to keep all those lines in the
7814 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
7815
7816 Gnus provides you with two variables for sifting headers:
7817
7818 @table @code
7819
7820 @item gnus-visible-headers
7821 @vindex gnus-visible-headers
7822 If this variable is non-@code{nil}, it should be a regular expression
7823 that says what headers you wish to keep in the article buffer.  All
7824 headers that do not match this variable will be hidden.
7825
7826 For instance, if you only want to see the name of the person who wrote
7827 the article and the subject, you'd say:
7828
7829 @lisp
7830 (setq gnus-visible-headers "^From:\\|^Subject:")
7831 @end lisp
7832
7833 This variable can also be a list of regexps to match headers to
7834 remain visible.
7835
7836 @item gnus-ignored-headers
7837 @vindex gnus-ignored-headers
7838 This variable is the reverse of @code{gnus-visible-headers}.  If this
7839 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
7840 should be a regular expression that matches all lines that you want to
7841 hide.  All lines that do not match this variable will remain visible.
7842
7843 For instance, if you just want to get rid of the @code{References} line
7844 and the @code{Xref} line, you might say:
7845
7846 @lisp
7847 (setq gnus-ignored-headers "^References:\\|^Xref:")
7848 @end lisp
7849
7850 This variable can also be a list of regexps to match headers to
7851 be removed.
7852
7853 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
7854 variable will have no effect.
7855
7856 @end table
7857
7858 @vindex gnus-sorted-header-list
7859 Gnus can also sort the headers for you.  (It does this by default.)  You
7860 can control the sorting by setting the @code{gnus-sorted-header-list}
7861 variable.  It is a list of regular expressions that says in what order
7862 the headers are to be displayed.
7863
7864 For instance, if you want the name of the author of the article first,
7865 and then the subject, you might say something like:
7866
7867 @lisp
7868 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
7869 @end lisp
7870
7871 Any headers that are to remain visible, but are not listed in this
7872 variable, will be displayed in random order after all the headers listed in this variable.
7873
7874 @findex gnus-article-hide-boring-headers
7875 @vindex gnus-article-display-hook
7876 @vindex gnus-boring-article-headers
7877 You can hide further boring headers by entering
7878 @code{gnus-article-hide-boring-headers} into
7879 @code{gnus-article-display-hook}.  What this function does depends on
7880 the @code{gnus-boring-article-headers} variable.  It's a list, but this
7881 list doesn't actually contain header names.  Instead is lists various
7882 @dfn{boring conditions} that Gnus can check and remove from sight.
7883
7884 These conditions are:
7885 @table @code
7886 @item empty
7887 Remove all empty headers.
7888 @item followup-to
7889 Remove the @code{Followup-To} header if it is identical to the
7890 @code{Newsgroups} header.
7891 @item reply-to
7892 Remove the @code{Reply-To} header if it lists the same address as the
7893 @code{From} header.
7894 @item newsgroups
7895 Remove the @code{Newsgroups} header if it only contains the current group
7896 name.
7897 @item date
7898 Remove the @code{Date} header if the article is less than three days
7899 old.
7900 @item long-to
7901 Remove the @code{To} header if it is very long.
7902 @item many-to
7903 Remove all @code{To} headers if there are more than one.
7904 @end table
7905
7906 To include the four three elements, you could say something like;
7907
7908 @lisp
7909 (setq gnus-boring-article-headers
7910       '(empty followup-to reply-to))
7911 @end lisp
7912
7913 This is also the default value for this variable.
7914
7915
7916 @node Using MIME
7917 @section Using @sc{mime}
7918 @cindex @sc{mime}
7919
7920 Mime is a standard for waving your hands through the air, aimlessly,
7921 while people stand around yawning.
7922
7923 @sc{mime}, however, is a standard for encoding your articles, aimlessly,
7924 while all newsreaders die of fear.
7925
7926 @sc{mime} may specify what character set the article uses, the encoding
7927 of the characters, and it also makes it possible to embed pictures and
7928 other naughty stuff in innocent-looking articles.
7929
7930 @vindex gnus-show-mime
7931 @vindex gnus-show-mime-method
7932 @vindex gnus-strict-mime
7933 @findex metamail-buffer
7934 Gnus handles @sc{mime} by pushing the articles through
7935 @code{gnus-show-mime-method}, which is @code{metamail-buffer} by
7936 default.  This function calls the external @code{metamail} program to
7937 actually do the work.  One common problem with this program is that is
7938 thinks that it can't display 8-bit things in the Emacs buffer.  To tell
7939 it the truth, put something like the following in your
7940 @file{.bash_profile} file.  (You do use @code{bash}, don't you?)
7941
7942 @example
7943 export MM_CHARSET="iso-8859-1"
7944 @end example
7945
7946 For more information on @code{metamail}, see its manual page.
7947
7948 Set @code{gnus-show-mime} to @code{t} if you want to use
7949 @sc{mime} all the time.  However, if @code{gnus-strict-mime} is
7950 non-@code{nil}, the @sc{mime} method will only be used if there are
7951 @sc{mime} headers in the article.  If you have @code{gnus-show-mime}
7952 set, then you'll see some unfortunate display glitches in the article
7953 buffer.  These can't be avoided.
7954
7955 It might be best to just use the toggling functions from the summary
7956 buffer to avoid getting nasty surprises. (For instance, you enter the
7957 group @samp{alt.sing-a-long} and, before you know it, @sc{mime} has
7958 decoded the sound file in the article and some horrible sing-a-long song
7959 comes screaming out your speakers, and you can't find the volume
7960 button, because there isn't one, and people are starting to look at you,
7961 and you try to stop the program, but you can't, and you can't find the
7962 program to control the volume, and everybody else in the room suddenly
7963 decides to look at you disdainfully, and you'll feel rather stupid.)
7964
7965 Any similarity to real events and people is purely coincidental.  Ahem.
7966
7967
7968 @node Customizing Articles
7969 @section Customizing Articles
7970 @cindex article customization
7971
7972 @vindex gnus-article-display-hook
7973 The @code{gnus-article-display-hook} is called after the article has
7974 been inserted into the article buffer.  It is meant to handle all
7975 treatment of the article before it is displayed.
7976
7977 @findex gnus-article-maybe-highlight
7978 @findex gnus-article-maybe-hide-headers
7979 By default this hook just contains
7980 @code{gnus-article-maybe-hide-headers},
7981 @code{gnus-hide-boring-headers}, @code{gnus-article-treat-overstrike},
7982 and @code{gnus-article-maybe-highlight} (and under XEmacs,
7983 @code{gnus-article-display-x-face}), but there are thousands, nay
7984 millions, of functions you can put in this hook.  For an overview of
7985 functions @pxref{Article Highlighting}, @pxref{Article Hiding},
7986 @pxref{Article Washing}, @pxref{Article Buttons} and @pxref{Article
7987 Date}.  Note that the order of functions in this hook might affect
7988 things, so you may have to fiddle a bit to get the desired results.
7989
7990 You can, of course, write your own functions.  The functions are called
7991 from the article buffer, and you can do anything you like, pretty much.
7992 There is no information that you have to keep in the buffer---you can
7993 change everything.  However, you shouldn't delete any headers.  Instead
7994 make them invisible if you want to make them go away.
7995
7996
7997 @node Article Keymap
7998 @section Article Keymap
7999
8000 Most of the keystrokes in the summary buffer can also be used in the
8001 article buffer.  They should behave as if you typed them in the summary
8002 buffer, which means that you don't actually have to have a summary
8003 buffer displayed while reading.  You can do it all from the article
8004 buffer.
8005
8006 A few additional keystrokes are available:
8007
8008 @table @kbd
8009
8010 @item SPACE
8011 @kindex SPACE (Article)
8012 @findex gnus-article-next-page
8013 Scroll forwards one page (@code{gnus-article-next-page}).
8014
8015 @item DEL
8016 @kindex DEL (Article)
8017 @findex gnus-article-prev-page
8018 Scroll backwards one page (@code{gnus-article-prev-page}).
8019
8020 @item C-c ^
8021 @kindex C-c ^ (Article)
8022 @findex gnus-article-refer-article
8023 If point is in the neighborhood of a @code{Message-ID} and you press
8024 @kbd{C-c ^}, Gnus will try to get that article from the server
8025 (@code{gnus-article-refer-article}).
8026
8027 @item C-c C-m
8028 @kindex C-c C-m (Article)
8029 @findex gnus-article-mail
8030 Send a reply to the address near point (@code{gnus-article-mail}).  If
8031 given a prefix, include the mail.
8032
8033 @item s
8034 @kindex s (Article)
8035 @findex gnus-article-show-summary
8036 Reconfigure the buffers so that the summary buffer becomes visible
8037 (@code{gnus-article-show-summary}).
8038
8039 @item ?
8040 @kindex ? (Article)
8041 @findex gnus-article-describe-briefly
8042 Give a very brief description of the available keystrokes
8043 (@code{gnus-article-describe-briefly}).
8044
8045 @item TAB
8046 @kindex TAB (Article)
8047 @findex gnus-article-next-button
8048 Go to the next button, if any (@code{gnus-article-next-button}).  This
8049 only makes sense if you have buttonizing turned on.
8050
8051 @item M-TAB
8052 @kindex M-TAB (Article)
8053 @findex gnus-article-prev-button
8054 Go to the previous button, if any (@code{gnus-article-prev-button}).
8055
8056 @end table
8057
8058
8059 @node Misc Article
8060 @section Misc Article
8061
8062 @table @code
8063
8064 @item gnus-single-article-buffer
8065 @vindex gnus-single-article-buffer
8066 If non-@code{nil}, use the same article buffer for all the groups.
8067 (This is the default.)  If @code{nil}, each group will have its own
8068 article buffer.
8069
8070 @vindex gnus-article-prepare-hook
8071 @item gnus-article-prepare-hook
8072 This hook is called right after the article has been inserted into the
8073 article buffer.  It is mainly intended for functions that do something
8074 depending on the contents; it should probably not be used for changing
8075 the contents of the article buffer.
8076
8077 @vindex gnus-article-display-hook
8078 @item gnus-article-display-hook
8079 This hook is called as the last thing when displaying an article, and is
8080 intended for modifying the contents of the buffer, doing highlights,
8081 hiding headers, and the like.
8082
8083 @item gnus-article-mode-hook
8084 @vindex gnus-article-mode-hook
8085 Hook called in article mode buffers.
8086
8087 @item gnus-article-mode-syntax-table
8088 @vindex gnus-article-mode-syntax-table
8089 Syntax table used in article buffers.  It is initialized from
8090 @code{text-mode-syntax-table}.
8091
8092 @vindex gnus-article-mode-line-format
8093 @item gnus-article-mode-line-format
8094 This variable is a format string along the same lines as
8095 @code{gnus-summary-mode-line-format} (@pxref{Mode Line Formatting}).  It
8096 accepts the same format specifications as that variable, with one
8097 extension:
8098
8099 @table @samp
8100 @item w
8101 The @dfn{wash status} of the article.  This is a short string with one
8102 character for each possible article wash operation that may have been
8103 performed.
8104 @end table
8105
8106 @vindex gnus-break-pages
8107
8108 @item gnus-break-pages
8109 Controls whether @dfn{page breaking} is to take place.  If this variable
8110 is non-@code{nil}, the articles will be divided into pages whenever a
8111 page delimiter appears in the article.  If this variable is @code{nil},
8112 paging will not be done.
8113
8114 @item gnus-page-delimiter
8115 @vindex gnus-page-delimiter
8116 This is the delimiter mentioned above.  By default, it is @samp{^L}
8117 (formfeed).
8118 @end table
8119
8120
8121 @node Composing Messages
8122 @chapter Composing Messages
8123 @cindex composing messages
8124 @cindex messages
8125 @cindex mail
8126 @cindex sending mail
8127 @cindex reply
8128 @cindex followup
8129 @cindex post
8130
8131 @kindex C-c C-c (Post)
8132 All commands for posting and mailing will put you in a message buffer
8133 where you can edit the article all you like, before you send the article
8134 by pressing @kbd{C-c C-c}.  @xref{Top, , Top, message, The Message
8135 Manual}.  If you are in a foreign news group, and you wish to post the
8136 article using the foreign server, you can give a prefix to @kbd{C-c C-c}
8137 to make Gnus try to post using the foreign server.
8138
8139 @menu
8140 * Mail::                 Mailing and replying.
8141 * Post::                 Posting and following up.
8142 * Posting Server::       What server should you post via?
8143 * Mail and Post::        Mailing and posting at the same time.
8144 * Archived Messages::    Where Gnus stores the messages you've sent.
8145 * Posting Styles::       An easier way to specify who you are.
8146 * Drafts::               Postponing messages and rejected messages.
8147 * Rejected Articles::    What happens if the server doesn't like your article?
8148 @end menu
8149
8150 Also see @pxref{Canceling and Superseding} for information on how to
8151 remove articles you shouldn't have posted.
8152
8153
8154 @node Mail
8155 @section Mail
8156
8157 Variables for customizing outgoing mail:
8158
8159 @table @code
8160 @item gnus-uu-digest-headers
8161 @vindex gnus-uu-digest-headers
8162 List of regexps to match headers included in digested messages.  The
8163 headers will be included in the sequence they are matched.
8164
8165 @item gnus-add-to-list
8166 @vindex gnus-add-to-list
8167 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
8168 that have none when you do a @kbd{a}.
8169
8170 @end table
8171
8172
8173 @node Post
8174 @section Post
8175
8176 Variables for composing news articles:
8177
8178 @table @code
8179 @item gnus-sent-message-ids-file
8180 @vindex gnus-sent-message-ids-file
8181 Gnus will keep a @code{Message-ID} history file of all the mails it has
8182 sent.  If it discovers that it has already sent a mail, it will ask the
8183 user whether to re-send the mail.  (This is primarily useful when
8184 dealing with @sc{soup} packets and the like where one is apt to send the
8185 same packet multiple times.)  This variable says what the name of this
8186 history file is.  It is @file{~/News/Sent-Message-IDs} by default.  Set
8187 this variable to @code{nil} if you don't want Gnus to keep a history
8188 file.
8189
8190 @item gnus-sent-message-ids-length
8191 @vindex gnus-sent-message-ids-length
8192 This variable says how many @code{Message-ID}s to keep in the history
8193 file.  It is 1000 by default.
8194
8195 @end table
8196
8197
8198 @node Posting Server
8199 @section Posting Server
8200
8201 When you press those magical @kbd{C-c C-c} keys to ship off your latest
8202 (extremely intelligent, of course) article, where does it go?
8203
8204 Thank you for asking.  I hate you.
8205
8206 @vindex gnus-post-method
8207
8208 It can be quite complicated.  Normally, Gnus will use the same native
8209 server.  However.  If your native server doesn't allow posting, just
8210 reading, you probably want to use some other server to post your
8211 (extremely intelligent and fabulously interesting) articles.  You can
8212 then set the @code{gnus-post-method} to some other method:
8213
8214 @lisp
8215 (setq gnus-post-method '(nnspool ""))
8216 @end lisp
8217
8218 Now, if you've done this, and then this server rejects your article, or
8219 this server is down, what do you do then?  To override this variable you
8220 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
8221 the ``current'' server for posting.
8222
8223 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
8224 Gnus will prompt you for what method to use for posting.
8225
8226 You can also set @code{gnus-post-method} to a list of select methods.
8227 If that's the case, Gnus will always prompt you for what method to use
8228 for posting.
8229
8230 Finally, if you want to always post using the same select method as
8231 you're reading from (which might be convenient if you're reading lots of
8232 groups from different private servers), you can set this variable to
8233 @code{current}. 
8234
8235
8236 @node Mail and Post
8237 @section Mail and Post
8238
8239 Here's a list of variables relevant to both mailing and
8240 posting:
8241
8242 @table @code
8243 @item gnus-mailing-list-groups
8244 @findex gnus-mailing-list-groups
8245 @cindex mailing lists
8246
8247 If your news server offers groups that are really mailing lists
8248 gatewayed to the @sc{nntp} server, you can read those groups without
8249 problems, but you can't post/followup to them without some difficulty.
8250 One solution is to add a @code{to-address} to the group parameters
8251 (@pxref{Group Parameters}).  An easier thing to do is set the
8252 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
8253 really are mailing lists.  Then, at least, followups to the mailing
8254 lists will work most of the time.  Posting to these groups (@kbd{a}) is
8255 still a pain, though.
8256
8257 @end table
8258
8259 You may want to do spell-checking on messages that you send out.  Or, if
8260 you don't want to spell-check by hand, you could add automatic
8261 spell-checking via the @code{ispell} package:
8262
8263 @cindex ispell
8264 @findex ispell-message
8265 @lisp
8266 (add-hook 'message-send-hook 'ispell-message)
8267 @end lisp
8268
8269
8270 @node Archived Messages
8271 @section Archived Messages
8272 @cindex archived messages
8273 @cindex sent messages
8274
8275 Gnus provides a few different methods for storing the mail and news you
8276 send.  The default method is to use the @dfn{archive virtual server} to
8277 store the messages.  If you want to disable this completely, the
8278 @code{gnus-message-archive-group} variable should be @code{nil}, which
8279 is the default.
8280
8281 @vindex gnus-message-archive-method
8282 @code{gnus-message-archive-method} says what virtual server Gnus is to
8283 use to store sent messages.  The default is:
8284
8285 @lisp
8286 (nnfolder "archive"
8287           (nnfolder-directory   "~/Mail/archive")
8288           (nnfolder-active-file "~/Mail/archive/active")
8289           (nnfolder-get-new-mail nil)
8290           (nnfolder-inhibit-expiry t))
8291 @end lisp
8292
8293 You can, however, use any mail select method (@code{nnml},
8294 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likeable select method
8295 for doing this sort of thing, though.  If you don't like the default
8296 directory chosen, you could say something like:
8297
8298 @lisp
8299 (setq gnus-message-archive-method
8300       '(nnfolder "archive"
8301                  (nnfolder-inhibit-expiry t)
8302                  (nnfolder-active-file "~/News/sent-mail/active")
8303                  (nnfolder-directory "~/News/sent-mail/")))
8304 @end lisp
8305
8306 @vindex gnus-message-archive-group
8307 @cindex Gcc
8308 Gnus will insert @code{Gcc} headers in all outgoing messages that point
8309 to one or more group(s) on that server.  Which group to use is
8310 determined by the @code{gnus-message-archive-group} variable.
8311
8312 This variable can be used to do the following:
8313
8314 @itemize @bullet
8315 @item a string
8316 Messages will be saved in that group.
8317 @item a list of strings
8318 Messages will be saved in all those groups.
8319 @item an alist of regexps, functions and forms
8320 When a key ``matches'', the result is used.
8321 @item @code{nil}
8322 No message archiving will take place.  This is the default.
8323 @end itemize
8324
8325 Let's illustrate:
8326
8327 Just saving to a single group called @samp{MisK}:
8328 @lisp
8329 (setq gnus-message-archive-group "MisK")
8330 @end lisp
8331
8332 Saving to two groups, @samp{MisK} and @samp{safe}:
8333 @lisp
8334 (setq gnus-message-archive-group '("MisK" "safe"))
8335 @end lisp
8336
8337 Save to different groups based on what group you are in:
8338 @lisp
8339 (setq gnus-message-archive-group
8340       '(("^alt" "sent-to-alt")
8341         ("mail" "sent-to-mail")
8342         (".*" "sent-to-misc")))
8343 @end lisp
8344
8345 More complex stuff:
8346 @lisp
8347 (setq gnus-message-archive-group
8348       '((if (message-news-p)
8349             "misc-news"
8350           "misc-mail")))
8351 @end lisp
8352
8353 How about storing all news messages in one file, but storing all mail
8354 messages in one file per month:
8355
8356 @lisp
8357 (setq gnus-message-archive-group
8358       '((if (message-news-p)
8359             "misc-news"
8360           (concat "mail." (format-time-string
8361                            "%Y-%m" (current-time))))))
8362 @end lisp
8363
8364 (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
8365 use a different value for @code{gnus-message-archive-group} there.)
8366
8367 Now, when you send a message off, it will be stored in the appropriate
8368 group.  (If you want to disable storing for just one particular message,
8369 you can just remove the @code{Gcc} header that has been inserted.)  The
8370 archive group will appear in the group buffer the next time you start
8371 Gnus, or the next time you press @kbd{F} in the group buffer.  You can
8372 enter it and read the articles in it just like you'd read any other
8373 group.  If the group gets really big and annoying, you can simply rename
8374 if (using @kbd{G r} in the group buffer) to something
8375 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
8376 continue to be stored in the old (now empty) group.
8377
8378 That's the default method of archiving sent messages.  Gnus offers a
8379 different way for the people who don't like the default method.  In that
8380 case you should set @code{gnus-message-archive-group} to @code{nil};
8381 this will disable archiving.
8382
8383 @table @code
8384 @item gnus-outgoing-message-group
8385 @vindex gnus-outgoing-message-group
8386 All outgoing messages will be put in this group.  If you want to store
8387 all your outgoing mail and articles in the group @samp{nnml:archive},
8388 you set this variable to that value.  This variable can also be a list of
8389 group names.
8390
8391 If you want to have greater control over what group to put each
8392 message in, you can set this variable to a function that checks the
8393 current newsgroup name and then returns a suitable group name (or list
8394 of names).
8395
8396 This variable can be used instead of @code{gnus-message-archive-group},
8397 but the latter is the preferred method.
8398 @end table
8399
8400
8401 @node Posting Styles
8402 @section Posting Styles
8403 @cindex posting styles
8404 @cindex styles
8405
8406 All them variables, they make my head swim.
8407
8408 So what if you want a different @code{Organization} and signature based
8409 on what groups you post to?  And you post both from your home machine
8410 and your work machine, and you want different @code{From} lines, and so
8411 on?
8412
8413 @vindex gnus-posting-styles
8414 One way to do stuff like that is to write clever hooks that change the
8415 variables you need to have changed.  That's a bit boring, so somebody
8416 came up with the bright idea of letting the user specify these things in
8417 a handy alist.  Here's an example of a @code{gnus-posting-styles}
8418 variable:
8419
8420 @lisp
8421 ((".*"
8422   (signature "Peace and happiness")
8423   (organization "What me?"))
8424  ("^comp"
8425   (signature "Death to everybody"))
8426  ("comp.emacs.i-love-it"
8427   (organization "Emacs is it")))
8428 @end lisp
8429
8430 As you might surmise from this example, this alist consists of several
8431 @dfn{styles}.  Each style will be applicable if the first element
8432 ``matches'', in some form or other.  The entire alist will be iterated
8433 over, from the beginning towards the end, and each match will be
8434 applied, which means that attributes in later styles that match override
8435 the same attributes in earlier matching styles.  So
8436 @samp{comp.programming.literate} will have the @samp{Death to everybody}
8437 signature and the @samp{What me?} @code{Organization} header.
8438
8439 The first element in each style is called the @code{match}.  If it's a
8440 string, then Gnus will try to regexp match it against the group name.
8441 If it's a function symbol, that function will be called with no
8442 arguments.  If it's a variable symbol, then the variable will be
8443 referenced.  If it's a list, then that list will be @code{eval}ed.  In
8444 any case, if this returns a non-@code{nil} value, then the style is said
8445 to @dfn{match}.
8446
8447 Each style may contain a arbitrary amount of @dfn{attributes}.  Each
8448 attribute consists of a @var{(name . value)} pair.  The attribute name
8449 can be one of @code{signature}, @code{signature-file},
8450 @code{organization}, @code{address}, @code{name} or @code{body}.  The
8451 attribute name can also be a string.  In that case, this will be used as
8452 a header name, and the value will be inserted in the headers of the
8453 article.
8454
8455 The attribute value can be a string (used verbatim), a function (the
8456 return value will be used), a variable (its value will be used) or a
8457 list (it will be @code{eval}ed and the return value will be used).
8458
8459 If you wish to check whether the message you are about to compose is
8460 meant to be a news article or a mail message, you can check the values
8461 of the two dynamically bound variables @code{message-this-is-news} and
8462 @code{message-this-is-mail}.
8463
8464 @vindex message-this-is-mail
8465 @vindex message-this-is-news
8466
8467 So here's a new example:
8468
8469 @lisp
8470 (setq gnus-posting-styles
8471       '((".*"
8472          (signature-file "~/.signature")
8473          (name "User Name")
8474          ("X-Home-Page" (getenv "WWW_HOME"))
8475          (organization "People's Front Against MWM"))
8476         ("^rec.humor"
8477          (signature my-funny-signature-randomizer))
8478         ((equal (system-name) "gnarly")
8479          (signature my-quote-randomizer))
8480         (message-this-is-new
8481          (signature my-news-signature))
8482         (posting-from-work-p
8483          (signature-file "~/.work-signature")
8484          (address "user@@bar.foo")
8485          (body "You are fired.\n\nSincerely, your boss.")
8486          (organization "Important Work, Inc"))
8487         ("^nn.+:"
8488          (signature-file "~/.mail-signature"))))
8489 @end lisp
8490
8491
8492 @node Drafts
8493 @section Drafts
8494 @cindex drafts
8495
8496 If you are writing a message (mail or news) and suddenly remember that
8497 you have a steak in the oven (or some pesto in the food processor, you
8498 craaazy vegetarians), you'll probably wish there was a method to save
8499 the message you are writing so that you can continue editing it some
8500 other day, and send it when you feel its finished.
8501
8502 Well, don't worry about it.  Whenever you start composing a message of
8503 some sort using the Gnus mail and post commands, the buffer you get will
8504 automatically associate to an article in a special @dfn{draft} group.
8505 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
8506 article will be saved there.  (Auto-save files also go to the draft
8507 group.)
8508
8509 @cindex nndraft
8510 @vindex nndraft-directory
8511 The draft group is a special group (which is implemented as an
8512 @code{nndraft} group, if you absolutely have to know) called
8513 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
8514 @code{nndraft} is to store its files.  What makes this group special is
8515 that you can't tick any articles in it or mark any articles as
8516 read---all articles in the group are permanently unread.
8517
8518 If the group doesn't exist, it will be created and you'll be subscribed
8519 to it.  The only way to make it disappear from the Group buffer is to
8520 unsubscribe it.
8521
8522 @c @findex gnus-dissociate-buffer-from-draft
8523 @c @kindex C-c M-d (Mail)
8524 @c @kindex C-c M-d (Post)
8525 @c @findex gnus-associate-buffer-with-draft
8526 @c @kindex C-c C-d (Mail)
8527 @c @kindex C-c C-d (Post)
8528 @c If you're writing some super-secret message that you later want to
8529 @c encode with PGP before sending, you may wish to turn the auto-saving
8530 @c (and association with the draft group) off.  You never know who might be
8531 @c interested in reading all your extremely valuable and terribly horrible
8532 @c and interesting secrets.  The @kbd{C-c M-d}
8533 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
8534 @c If you change your mind and want to turn the auto-saving back on again,
8535 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
8536 @c
8537 @c @vindex gnus-use-draft
8538 @c To leave association with the draft group off by default, set
8539 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
8540
8541 @findex gnus-draft-edit-message
8542 @kindex D e (Draft)
8543 When you want to continue editing the article, you simply enter the
8544 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
8545 that.  You will be placed in a buffer where you left off.
8546
8547 Rejected articles will also be put in this draft group (@pxref{Rejected
8548 Articles}).
8549
8550 @findex gnus-draft-send-all-messages
8551 @findex gnus-draft-send-message
8552 If you have lots of rejected messages you want to post (or mail) without
8553 doing further editing, you can use the @kbd{D s} command
8554 (@code{gnus-draft-send-message}).  This command understands the
8555 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
8556 command (@code{gnus-draft-send-all-messages}) will ship off all messages
8557 in the buffer.
8558
8559 If you have some messages that you wish not to send, you can use the
8560 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
8561 as unsendable.  This is a toggling command.
8562
8563
8564 @node Rejected Articles
8565 @section Rejected Articles
8566 @cindex rejected articles
8567
8568 Sometimes a news server will reject an article.  Perhaps the server
8569 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
8570 @emph{there be demons}.  Perhaps you have included too much cited text.
8571 Perhaps the disk is full.  Perhaps the server is down.
8572
8573 These situations are, of course, totally beyond the control of Gnus.
8574 (Gnus, of course, loves the way you look, always feels great, has angels
8575 fluttering around inside of it, doesn't care about how much cited text
8576 you include, never runs full and never goes down.)  So Gnus saves these
8577 articles until some later time when the server feels better.
8578
8579 The rejected articles will automatically be put in a special draft group
8580 (@pxref{Drafts}).  When the server comes back up again, you'd then
8581 typically enter that group and send all the articles off.
8582
8583
8584 @node Select Methods
8585 @chapter Select Methods
8586 @cindex foreign groups
8587 @cindex select methods
8588
8589 A @dfn{foreign group} is a group not read by the usual (or
8590 default) means.  It could be, for instance, a group from a different
8591 @sc{nntp} server, it could be a virtual group, or it could be your own
8592 personal mail group.
8593
8594 A foreign group (or any group, really) is specified by a @dfn{name} and
8595 a @dfn{select method}.  To take the latter first, a select method is a
8596 list where the first element says what backend to use (e.g. @code{nntp},
8597 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
8598 name}.  There may be additional elements in the select method, where the
8599 value may have special meaning for the backend in question.
8600
8601 One could say that a select method defines a @dfn{virtual server}---so
8602 we do just that (@pxref{The Server Buffer}).
8603
8604 The @dfn{name} of the group is the name the backend will recognize the
8605 group as.
8606
8607 For instance, the group @samp{soc.motss} on the @sc{nntp} server
8608 @samp{some.where.edu} will have the name @samp{soc.motss} and select
8609 method @code{(nntp "some.where.edu")}.  Gnus will call this group
8610 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
8611 backend just knows this group as @samp{soc.motss}.
8612
8613 The different methods all have their peculiarities, of course.
8614
8615 @menu
8616 * The Server Buffer::     Making and editing virtual servers.
8617 * Getting News::          Reading USENET news with Gnus.
8618 * Getting Mail::          Reading your personal mail with Gnus.
8619 * Other Sources::         Reading directories, files, SOUP packets.
8620 * Combined Groups::       Combining groups into one group.
8621 * Gnus Unplugged::        Reading news and mail offline.
8622 @end menu
8623
8624
8625 @node The Server Buffer
8626 @section The Server Buffer
8627
8628 Traditionally, a @dfn{server} is a machine or a piece of software that
8629 one connects to, and then requests information from.  Gnus does not
8630 connect directly to any real servers, but does all transactions through
8631 one backend or other.  But that's just putting one layer more between
8632 the actual media and Gnus, so we might just as well say that each
8633 backend represents a virtual server.
8634
8635 For instance, the @code{nntp} backend may be used to connect to several
8636 different actual @sc{nntp} servers, or, perhaps, to many different ports
8637 on the same actual @sc{nntp} server.  You tell Gnus which backend to
8638 use, and what parameters to set by specifying a @dfn{select method}.
8639
8640 These select method specifications can sometimes become quite
8641 complicated---say, for instance, that you want to read from the
8642 @sc{nntp} server @samp{news.funet.fi} on port number 13, which
8643 hangs if queried for @sc{nov} headers and has a buggy select.  Ahem.
8644 Anyways, if you had to specify that for each group that used this
8645 server, that would be too much work, so Gnus offers a way of naming
8646 select methods, which is what you do in the server buffer.
8647
8648 To enter the server buffer, use the @kbd{^}
8649 (@code{gnus-group-enter-server-mode}) command in the group buffer.
8650
8651 @menu
8652 * Server Buffer Format::      You can customize the look of this buffer.
8653 * Server Commands::           Commands to manipulate servers.
8654 * Example Methods::           Examples server specifications.
8655 * Creating a Virtual Server:: An example session.
8656 * Server Variables::          Which variables to set.
8657 * Servers and Methods::       You can use server names as select methods.
8658 * Unavailable Servers::       Some servers you try to contact may be down.
8659 @end menu
8660
8661 @vindex gnus-server-mode-hook
8662 @code{gnus-server-mode-hook} is run when creating the server buffer.
8663
8664
8665 @node Server Buffer Format
8666 @subsection Server Buffer Format
8667 @cindex server buffer format
8668
8669 @vindex gnus-server-line-format
8670 You can change the look of the server buffer lines by changing the
8671 @code{gnus-server-line-format} variable.  This is a @code{format}-like
8672 variable, with some simple extensions:
8673
8674 @table @samp
8675
8676 @item h
8677 How the news is fetched---the backend name.
8678
8679 @item n
8680 The name of this server.
8681
8682 @item w
8683 Where the news is to be fetched from---the address.
8684
8685 @item s
8686 The opened/closed/denied status of the server.
8687 @end table
8688
8689 @vindex gnus-server-mode-line-format
8690 The mode line can also be customized by using the
8691 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
8692 Formatting}).  The following specs are understood:
8693
8694 @table @samp
8695 @item S
8696 Server name.
8697
8698 @item M
8699 Server method.
8700 @end table
8701
8702 Also @pxref{Formatting Variables}.
8703
8704
8705 @node Server Commands
8706 @subsection Server Commands
8707 @cindex server commands
8708
8709 @table @kbd
8710
8711 @item a
8712 @kindex a (Server)
8713 @findex gnus-server-add-server
8714 Add a new server (@code{gnus-server-add-server}).
8715
8716 @item e
8717 @kindex e (Server)
8718 @findex gnus-server-edit-server
8719 Edit a server (@code{gnus-server-edit-server}).
8720
8721 @item SPACE
8722 @kindex SPACE (Server)
8723 @findex gnus-server-read-server
8724 Browse the current server (@code{gnus-server-read-server}).
8725
8726 @item q
8727 @kindex q (Server)
8728 @findex gnus-server-exit
8729 Return to the group buffer (@code{gnus-server-exit}).
8730
8731 @item k
8732 @kindex k (Server)
8733 @findex gnus-server-kill-server
8734 Kill the current server (@code{gnus-server-kill-server}).
8735
8736 @item y
8737 @kindex y (Server)
8738 @findex gnus-server-yank-server
8739 Yank the previously killed server (@code{gnus-server-yank-server}).
8740
8741 @item c
8742 @kindex c (Server)
8743 @findex gnus-server-copy-server
8744 Copy the current server (@code{gnus-server-copy-server}).
8745
8746 @item l
8747 @kindex l (Server)
8748 @findex gnus-server-list-servers
8749 List all servers (@code{gnus-server-list-servers}).
8750
8751 @item s
8752 @kindex s (Server)
8753 @findex gnus-server-scan-server
8754 Request that the server scan its sources for new articles
8755 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
8756 servers.
8757
8758 @item g
8759 @kindex g (Server)
8760 @findex gnus-server-regenerate-server
8761 Request that the server regenerate all its data structures
8762 (@code{gnus-server-regenerate-server}).  This can be useful if you have
8763 a mail backend that has gotten out of synch.
8764
8765 @end table
8766
8767
8768 @node Example Methods
8769 @subsection Example Methods
8770
8771 Most select methods are pretty simple and self-explanatory:
8772
8773 @lisp
8774 (nntp "news.funet.fi")
8775 @end lisp
8776
8777 Reading directly from the spool is even simpler:
8778
8779 @lisp
8780 (nnspool "")
8781 @end lisp
8782
8783 As you can see, the first element in a select method is the name of the
8784 backend, and the second is the @dfn{address}, or @dfn{name}, if you
8785 will.
8786
8787 After these two elements, there may be an arbitrary number of
8788 @var{(variable form)} pairs.
8789
8790 To go back to the first example---imagine that you want to read from
8791 port 15 on that machine.  This is what the select method should
8792 look like then:
8793
8794 @lisp
8795 (nntp "news.funet.fi" (nntp-port-number 15))
8796 @end lisp
8797
8798 You should read the documentation to each backend to find out what
8799 variables are relevant, but here's an @code{nnmh} example:
8800
8801 @code{nnmh} is a mail backend that reads a spool-like structure.  Say
8802 you have two structures that you wish to access: One is your private
8803 mail spool, and the other is a public one.  Here's the possible spec for
8804 your private mail:
8805
8806 @lisp
8807 (nnmh "private" (nnmh-directory "~/private/mail/"))
8808 @end lisp
8809
8810 (This server is then called @samp{private}, but you may have guessed
8811 that.)
8812
8813 Here's the method for a public spool:
8814
8815 @lisp
8816 (nnmh "public"
8817       (nnmh-directory "/usr/information/spool/")
8818       (nnmh-get-new-mail nil))
8819 @end lisp
8820
8821 If you are behind a firewall and only have access to the @sc{nntp}
8822 server from the firewall machine, you can instruct Gnus to @code{rlogin}
8823 on the firewall machine and telnet from there to the @sc{nntp} server.
8824 Doing this can be rather fiddly, but your virtual server definition
8825 should probably look something like this:
8826
8827 @lisp
8828 (nntp "firewall"
8829       (nntp-address "the.firewall.machine")
8830       (nntp-open-connection-function nntp-open-rlogin)
8831       (nntp-end-of-line "\n")
8832       (nntp-rlogin-parameters
8833        ("telnet" "the.real.nntp.host" "nntp")))
8834 @end lisp
8835
8836 If you want to use the wonderful @code{ssh} program to provide a
8837 compressed connection over the modem line, you could create a virtual
8838 server that would look something like this:
8839
8840 @lisp
8841 (nntp "news"
8842        (nntp-address "copper.uio.no")
8843        (nntp-rlogin-program "ssh")
8844        (nntp-open-connection-function nntp-open-rlogin)
8845        (nntp-end-of-line "\n")
8846        (nntp-rlogin-parameters
8847         ("telnet" "news.uio.no" "nntp")))
8848 @end lisp
8849
8850 This means that you have to have set up @code{ssh-agent} correctly to
8851 provide automatic authorization, of course.  And to get a compressed
8852 connection, you have to have the @samp{Compression} option in the
8853 @code{ssh} @file{config} file.
8854
8855
8856 @node Creating a Virtual Server
8857 @subsection Creating a Virtual Server
8858
8859 If you're saving lots of articles in the cache by using persistent
8860 articles, you may want to create a virtual server to read the cache.
8861
8862 First you need to add a new server.  The @kbd{a} command does that.  It
8863 would probably be best to use @code{nnspool} to read the cache.  You
8864 could also use @code{nnml} or @code{nnmh}, though.
8865
8866 Type @kbd{a nnspool RET cache RET}.
8867
8868 You should now have a brand new @code{nnspool} virtual server called
8869 @samp{cache}.  You now need to edit it to have the right definitions.
8870 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
8871 will contain the following:
8872
8873 @lisp
8874 (nnspool "cache")
8875 @end lisp
8876
8877 Change that to:
8878
8879 @lisp
8880 (nnspool "cache"
8881          (nnspool-spool-directory "~/News/cache/")
8882          (nnspool-nov-directory "~/News/cache/")
8883          (nnspool-active-file "~/News/cache/active"))
8884 @end lisp
8885
8886 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
8887 @kbd{RET} over this virtual server, you should be entered into a browse
8888 buffer, and you should be able to enter any of the groups displayed.
8889
8890
8891 @node Server Variables
8892 @subsection Server Variables
8893
8894 One sticky point when defining variables (both on backends and in Emacs
8895 in general) is that some variables are typically initialized from other
8896 variables when the definition of the variables is being loaded.  If you
8897 change the "base" variable after the variables have been loaded, you
8898 won't change the "derived" variables.
8899
8900 This typically affects directory and file variables.  For instance,
8901 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
8902 directory variables are initialized from that variable, so
8903 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
8904 new virtual @code{nnml} server, it will @emph{not} suffice to set just
8905 @code{nnml-directory}---you have to explicitly set all the file
8906 variables to be what you want them to be.  For a complete list of
8907 variables for each backend, see each backend's section later in this
8908 manual, but here's an example @code{nnml} definition:
8909
8910 @lisp
8911 (nnml "public"
8912       (nnml-directory "~/my-mail/")
8913       (nnml-active-file "~/my-mail/active")
8914       (nnml-newsgroups-file "~/my-mail/newsgroups"))
8915 @end lisp
8916
8917
8918 @node Servers and Methods
8919 @subsection Servers and Methods
8920
8921 Wherever you would normally use a select method
8922 (e.g. @code{gnus-secondary-select-method}, in the group select method,
8923 when browsing a foreign server) you can use a virtual server name
8924 instead.  This could potentially save lots of typing.  And it's nice all
8925 over.
8926
8927
8928 @node Unavailable Servers
8929 @subsection Unavailable Servers
8930
8931 If a server seems to be unreachable, Gnus will mark that server as
8932 @code{denied}.  That means that any subsequent attempt to make contact
8933 with that server will just be ignored.  ``It can't be opened,'' Gnus
8934 will tell you, without making the least effort to see whether that is
8935 actually the case or not.
8936
8937 That might seem quite naughty, but it does make sense most of the time.
8938 Let's say you have 10 groups subscribed to on server
8939 @samp{nephelococcygia.com}.  This server is located somewhere quite far
8940 away from you and the machine is quite slow, so it takes 1 minute just
8941 to find out that it refuses connection to you today.  If Gnus were to
8942 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
8943 attempt to do that.  Once it has gotten a single ``connection refused'',
8944 it will regard that server as ``down''.
8945
8946 So, what happens if the machine was only feeling unwell temporarily?
8947 How do you test to see whether the machine has come up again?
8948
8949 You jump to the server buffer (@pxref{The Server Buffer}) and poke it
8950 with the following commands:
8951
8952 @table @kbd
8953
8954 @item O
8955 @kindex O (Server)
8956 @findex gnus-server-open-server
8957 Try to establish connection to the server on the current line
8958 (@code{gnus-server-open-server}).
8959
8960 @item C
8961 @kindex C (Server)
8962 @findex gnus-server-close-server
8963 Close the connection (if any) to the server
8964 (@code{gnus-server-close-server}).
8965
8966 @item D
8967 @kindex D (Server)
8968 @findex gnus-server-deny-server
8969 Mark the current server as unreachable
8970 (@code{gnus-server-deny-server}).
8971
8972 @item M-o
8973 @kindex M-o (Server)
8974 @findex gnus-server-open-all-servers
8975 Open the connections to all servers in the buffer
8976 (@code{gnus-server-open-all-servers}).
8977
8978 @item M-c
8979 @kindex M-c (Server)
8980 @findex gnus-server-close-all-servers
8981 Close the connections to all servers in the buffer
8982 (@code{gnus-server-close-all-servers}).
8983
8984 @item R
8985 @kindex R (Server)
8986 @findex gnus-server-remove-denials
8987 Remove all marks to whether Gnus was denied connection from any servers
8988 (@code{gnus-server-remove-denials}).
8989
8990 @end table
8991
8992
8993 @node Getting News
8994 @section Getting News
8995 @cindex reading news
8996 @cindex news backends
8997
8998 A newsreader is normally used for reading news.  Gnus currently provides
8999 only two methods of getting news---it can read from an @sc{nntp} server,
9000 or it can read from a local spool.
9001
9002 @menu
9003 * NNTP::               Reading news from an @sc{nntp} server.
9004 * News Spool::         Reading news from the local spool.
9005 @end menu
9006
9007
9008 @node NNTP
9009 @subsection @sc{nntp}
9010 @cindex nntp
9011
9012 Subscribing to a foreign group from an @sc{nntp} server is rather easy.
9013 You just specify @code{nntp} as method and the address of the @sc{nntp}
9014 server as the, uhm, address.
9015
9016 If the @sc{nntp} server is located at a non-standard port, setting the
9017 third element of the select method to this port number should allow you
9018 to connect to the right port.  You'll have to edit the group info for
9019 that (@pxref{Foreign Groups}).
9020
9021 The name of the foreign group can be the same as a native group.  In
9022 fact, you can subscribe to the same group from as many different servers
9023 you feel like.  There will be no name collisions.
9024
9025 The following variables can be used to create a virtual @code{nntp}
9026 server:
9027
9028 @table @code
9029
9030 @item nntp-server-opened-hook
9031 @vindex nntp-server-opened-hook
9032 @cindex @sc{mode reader}
9033 @cindex authinfo
9034 @cindex authentification
9035 @cindex nntp authentification
9036 @findex nntp-send-authinfo
9037 @findex nntp-send-mode-reader
9038 is run after a connection has been made.  It can be used to send
9039 commands to the @sc{nntp} server after it has been contacted.  By
9040 default it sends the command @code{MODE READER} to the server with the
9041 @code{nntp-send-mode-reader} function.  This function should always be
9042 present in this hook.
9043
9044 @item nntp-authinfo-function
9045 @vindex nntp-authinfo-function
9046 @findex nntp-send-authinfo
9047 @vindex nntp-authinfo-file
9048 This function will be used to send @samp{AUTHINFO} to the @sc{nntp}
9049 server.  The default function is @code{nntp-send-authinfo}, which looks
9050 through your @file{~/.authinfo} (or whatever you've set the
9051 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
9052 are found, it will prompt you for a login name and a password.  The
9053 format of the @file{~/.authinfo} file is (almost) the same as the
9054 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
9055 manual page, but here are the salient facts:
9056
9057 @enumerate
9058 @item
9059 The file contains one or more line, each of which define one server.
9060
9061 @item
9062 Each line may contain an arbitrary number of token/value pairs.  The
9063 valid tokens include @samp{machine}, @samp{login}, @samp{password},
9064 @samp{default} and @samp{force}.  (The latter is not a valid
9065 @file{.netrc}/@code{ftp} token, which is the only way the
9066 @file{.authinfo} file format deviates from the @file{.netrc} file
9067 format.)
9068
9069 @end enumerate
9070
9071 Here's an example file:
9072
9073 @example
9074 machine news.uio.no login larsi password geheimnis
9075 machine nntp.ifi.uio.no login larsi force yes
9076 @end example
9077
9078 The token/value pairs may appear in any order; @samp{machine} doesn't
9079 have to be first, for instance.
9080
9081 In this example, both login name and password have been supplied for the
9082 former server, while the latter has only the login name listed, and the
9083 user will be prompted for the password.  The latter also has the
9084 @samp{force} tag, which means that the authinfo will be sent to the
9085 @var{nntp} server upon connection; the default (i.e., when there is not
9086 @samp{force} tag) is to not send authinfo to the @var{nntp} server
9087 until the @var{nntp} server asks for it.
9088
9089 You can also add @samp{default} lines that will apply to all servers
9090 that don't have matching @samp{machine} lines.
9091
9092 @example
9093 default force yes
9094 @end example
9095
9096 This will force sending @samp{AUTHINFO} commands to all servers not
9097 previously mentioned.
9098
9099 Remember to not leave the @file{~/.authinfo} file world-readable.
9100
9101 @item nntp-server-action-alist
9102 @vindex nntp-server-action-alist
9103 This is a list of regexps to match on server types and actions to be
9104 taken when matches are made.  For instance, if you want Gnus to beep
9105 every time you connect to innd, you could say something like:
9106
9107 @lisp
9108 (setq nntp-server-action-alist
9109       '(("innd" (ding))))
9110 @end lisp
9111
9112 You probably don't want to do that, though.
9113
9114 The default value is
9115
9116 @lisp
9117 '(("nntpd 1\\.5\\.11t"
9118    (remove-hook 'nntp-server-opened-hook 'nntp-send-mode-reader)))
9119 @end lisp
9120
9121 This ensures that Gnus doesn't send the @code{MODE READER} command to
9122 nntpd 1.5.11t, since that command chokes that server, I've been told.
9123
9124 @item nntp-maximum-request
9125 @vindex nntp-maximum-request
9126 If the @sc{nntp} server doesn't support @sc{nov} headers, this backend
9127 will collect headers by sending a series of @code{head} commands.  To
9128 speed things up, the backend sends lots of these commands without
9129 waiting for reply, and then reads all the replies.  This is controlled
9130 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
9131 your network is buggy, you should set this to 1.
9132
9133 @item nntp-connection-timeout
9134 @vindex nntp-connection-timeout
9135 If you have lots of foreign @code{nntp} groups that you connect to
9136 regularly, you're sure to have problems with @sc{nntp} servers not
9137 responding properly, or being too loaded to reply within reasonable
9138 time.  This is can lead to awkward problems, which can be helped
9139 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
9140 that says how many seconds the @code{nntp} backend should wait for a
9141 connection before giving up.  If it is @code{nil}, which is the default,
9142 no timeouts are done.
9143
9144 @c @item nntp-command-timeout
9145 @c @vindex nntp-command-timeout
9146 @c @cindex PPP connections
9147 @c @cindex dynamic IP addresses
9148 @c If you're running Gnus on a machine that has a dynamically assigned
9149 @c address, Gnus may become confused.  If the address of your machine
9150 @c changes after connecting to the @sc{nntp} server, Gnus will simply sit
9151 @c waiting forever for replies from the server.  To help with this
9152 @c unfortunate problem, you can set this command to a number.  Gnus will
9153 @c then, if it sits waiting for a reply from the server longer than that
9154 @c number of seconds, shut down the connection, start a new one, and resend
9155 @c the command.  This should hopefully be transparent to the user.  A
9156 @c likely number is 30 seconds.
9157 @c
9158 @c @item nntp-retry-on-break
9159 @c @vindex nntp-retry-on-break
9160 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
9161 @c hangs.  This will have much the same effect as the command timeout
9162 @c described above.
9163
9164 @item nntp-server-hook
9165 @vindex nntp-server-hook
9166 This hook is run as the last step when connecting to an @sc{nntp}
9167 server.
9168
9169 @findex nntp-open-rlogin
9170 @findex nntp-open-telnet
9171 @findex nntp-open-network-stream
9172 @item nntp-open-connection-function
9173 @vindex nntp-open-connection-function
9174 This function is used to connect to the remote system.  Four pre-made
9175 functions are supplied:
9176
9177 @table @code
9178 @item nntp-open-network-stream
9179 This is the default, and simply connects to some port or other on the
9180 remote system.
9181
9182 @item nntp-open-rlogin
9183 Does an @samp{rlogin} on the
9184 remote system, and then does a @samp{telnet} to the @sc{nntp} server
9185 available there.
9186
9187 @code{nntp-open-rlogin}-related variables:
9188
9189 @table @code
9190
9191 @item nntp-rlogin-program
9192 @vindex nntp-rlogin-program
9193 Program used to log in on remote machines.  The default is @samp{rsh},
9194 but @samp{ssh} is a popular alternative.
9195
9196 @item nntp-rlogin-parameters
9197 @vindex nntp-rlogin-parameters
9198 This list will be used as the parameter list given to @code{rsh}.
9199
9200 @item nntp-rlogin-user-name
9201 @vindex nntp-rlogin-user-name
9202 User name on the remote system.
9203
9204 @end table
9205
9206 @item nntp-open-telnet
9207 Does a @samp{telnet} to the remote system and then another @samp{telnet}
9208 to get to the @sc{nntp} server.
9209
9210 @code{nntp-open-telnet}-related variables:
9211
9212 @table @code
9213 @item nntp-telnet-command
9214 @vindex nntp-telnet-command
9215 Command used to start @code{telnet}.
9216
9217 @item nntp-telnet-switches
9218 @vindex nntp-telnet-switches
9219 List of strings to be used as the switches to the @code{telnet} command.
9220
9221 @item nntp-telnet-user-name
9222 @vindex nntp-telnet-user-name
9223 User name for log in on the remote system.
9224
9225 @item nntp-telnet-passwd
9226 @vindex nntp-telnet-passwd
9227 Password to use when logging in.
9228
9229 @item nntp-telnet-parameters
9230 @vindex nntp-telnet-parameters
9231 A list of strings executed as a command after logging in
9232 via @code{telnet}.
9233
9234 @item nntp-telnet-shell-prompt
9235 @vindex nntp-telnet-shell-prompt
9236 Regexp matching the shell prompt on the remote machine.  The default is
9237 @samp{bash\\|\$ *\r?$\\|> *\r?}.
9238
9239 @item nntp-open-telnet-envuser
9240 @vindex nntp-open-telnet-envuser
9241 If non-@code{nil}, the @code{telnet} session (client and server both)
9242 will support the @code{ENVIRON} option and not prompt for login name.
9243 This works for Solaris @code{telnet}, for instance.
9244
9245 @end table
9246
9247 @findex nntp-open-ssl-stream
9248 @item nntp-open-ssl-stream
9249 Opens a connection to a server over a @dfn{secure} channel.  To use this
9250 you must have SSLay installed
9251 (@file{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL}, and you also need
9252 @file{ssl.el} (from the W3 distributeion, for instance).  You then
9253 define a server as follows:
9254
9255 @lisp
9256 ;; Type `C-c C-c' after you've finished editing.
9257 ;;
9258 ;; "snews" is port 563 and is predefined in our /etc/services
9259 ;;
9260 (nntp "snews.bar.com"
9261       (nntp-open-connection-function nntp-open-ssl-stream)
9262       (nntp-port-number "snews")
9263       (nntp-address "snews.bar.com"))
9264 @end lisp
9265
9266 @end table
9267
9268 @item nntp-end-of-line
9269 @vindex nntp-end-of-line
9270 String to use as end-of-line marker when talking to the @sc{nntp}
9271 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
9272 using @code{rlogin} to talk to the server.
9273
9274 @item nntp-rlogin-user-name
9275 @vindex nntp-rlogin-user-name
9276 User name on the remote system when using the @code{rlogin} connect
9277 function.
9278
9279 @item nntp-address
9280 @vindex nntp-address
9281 The address of the remote system running the @sc{nntp} server.
9282
9283 @item nntp-port-number
9284 @vindex nntp-port-number
9285 Port number to connect to when using the @code{nntp-open-network-stream}
9286 connect function.
9287
9288 @item nntp-buggy-select
9289 @vindex nntp-buggy-select
9290 Set this to non-@code{nil} if your select routine is buggy.
9291
9292 @item nntp-nov-is-evil
9293 @vindex nntp-nov-is-evil
9294 If the @sc{nntp} server does not support @sc{nov}, you could set this
9295 variable to @code{t}, but @code{nntp} usually checks automatically whether @sc{nov}
9296 can be used.
9297
9298 @item nntp-xover-commands
9299 @vindex nntp-xover-commands
9300 @cindex nov
9301 @cindex XOVER
9302 List of strings used as commands to fetch @sc{nov} lines from a
9303 server.  The default value of this variable is @code{("XOVER"
9304 "XOVERVIEW")}.
9305
9306 @item nntp-nov-gap
9307 @vindex nntp-nov-gap
9308 @code{nntp} normally sends just one big request for @sc{nov} lines to
9309 the server.  The server responds with one huge list of lines.  However,
9310 if you have read articles 2-5000 in the group, and only want to read
9311 article 1 and 5001, that means that @code{nntp} will fetch 4999 @sc{nov}
9312 lines that you will not need.  This variable says how
9313 big a gap between two consecutive articles is allowed to be before the
9314 @code{XOVER} request is split into several request.  Note that if your
9315 network is fast, setting this variable to a really small number means
9316 that fetching will probably be slower.  If this variable is @code{nil},
9317 @code{nntp} will never split requests.  The default is 5.
9318
9319 @item nntp-prepare-server-hook
9320 @vindex nntp-prepare-server-hook
9321 A hook run before attempting to connect to an @sc{nntp} server.
9322
9323 @item nntp-warn-about-losing-connection
9324 @vindex nntp-warn-about-losing-connection
9325 If this variable is non-@code{nil}, some noise will be made when a
9326 server closes connection.
9327
9328 @item nntp-record-commands
9329 @vindex nntp-record-commands
9330 If non-@code{nil}, @code{nntp} will log all commands it sends to the
9331 @sc{nntp} server (along with a timestep) in the @samp{*nntp-log*}
9332 buffer.  This is useful if you are debugging a Gnus/@sc{nntp} connection
9333 that doesn't seem to work.
9334
9335 @end table
9336
9337
9338 @node News Spool
9339 @subsection News Spool
9340 @cindex nnspool
9341 @cindex news spool
9342
9343 Subscribing to a foreign group from the local spool is extremely easy,
9344 and might be useful, for instance, to speed up reading groups that
9345 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
9346 instance.
9347
9348 Anyways, you just specify @code{nnspool} as the method and @code{""} (or
9349 anything else) as the address.
9350
9351 If you have access to a local spool, you should probably use that as the
9352 native select method (@pxref{Finding the News}).  It is normally faster
9353 than using an @code{nntp} select method, but might not be.  It depends.
9354 You just have to try to find out what's best at your site.
9355
9356 @table @code
9357
9358 @item nnspool-inews-program
9359 @vindex nnspool-inews-program
9360 Program used to post an article.
9361
9362 @item nnspool-inews-switches
9363 @vindex nnspool-inews-switches
9364 Parameters given to the inews program when posting an article.
9365
9366 @item nnspool-spool-directory
9367 @vindex nnspool-spool-directory
9368 Where @code{nnspool} looks for the articles.  This is normally
9369 @file{/usr/spool/news/}.
9370
9371 @item nnspool-nov-directory
9372 @vindex nnspool-nov-directory
9373 Where @code{nnspool} will look for @sc{nov} files.  This is normally
9374 @file{/usr/spool/news/over.view/}.
9375
9376 @item nnspool-lib-dir
9377 @vindex nnspool-lib-dir
9378 Where the news lib dir is (@file{/usr/lib/news/} by default).
9379
9380 @item nnspool-active-file
9381 @vindex nnspool-active-file
9382 The path to the active file.
9383
9384 @item nnspool-newsgroups-file
9385 @vindex nnspool-newsgroups-file
9386 The path to the group descriptions file.
9387
9388 @item nnspool-history-file
9389 @vindex nnspool-history-file
9390 The path to the news history file.
9391
9392 @item nnspool-active-times-file
9393 @vindex nnspool-active-times-file
9394 The path to the active date file.
9395
9396 @item nnspool-nov-is-evil
9397 @vindex nnspool-nov-is-evil
9398 If non-@code{nil}, @code{nnspool} won't try to use any @sc{nov} files
9399 that it finds.
9400
9401 @item nnspool-sift-nov-with-sed
9402 @vindex nnspool-sift-nov-with-sed
9403 @cindex sed
9404 If non-@code{nil}, which is the default, use @code{sed} to get the
9405 relevant portion from the overview file.  If nil, @code{nnspool} will
9406 load the entire file into a buffer and process it there.
9407
9408 @end table
9409
9410
9411 @node Getting Mail
9412 @section Getting Mail
9413 @cindex reading mail
9414 @cindex mail
9415
9416 Reading mail with a newsreader---isn't that just plain WeIrD? But of
9417 course.
9418
9419 @menu
9420 * Getting Started Reading Mail:: A simple cookbook example.
9421 * Splitting Mail::               How to create mail groups.
9422 * Mail Backend Variables::       Variables for customizing mail handling.
9423 * Fancy Mail Splitting::         Gnus can do hairy splitting of incoming mail.
9424 * Mail and Procmail::            Reading mail groups that procmail create.
9425 * Incorporating Old Mail::       What about the old mail you have?
9426 * Expiring Mail::                Getting rid of unwanted mail.
9427 * Washing Mail::                 Removing gruft from the mail you get.
9428 * Duplicates::                   Dealing with duplicated mail.
9429 * Not Reading Mail::             Using mail backends for reading other files.
9430 * Choosing a Mail Backend::      Gnus can read a variety of mail formats.
9431 @end menu
9432
9433
9434 @node Getting Started Reading Mail
9435 @subsection Getting Started Reading Mail
9436
9437 It's quite easy to use Gnus to read your new mail.  You just plonk the
9438 mail backend of your choice into @code{gnus-secondary-select-methods},
9439 and things will happen automatically.
9440
9441 For instance, if you want to use @code{nnml} (which is a "one file per
9442 mail" backend), you could put the following in your @file{.gnus} file:
9443
9444 @lisp
9445 (setq gnus-secondary-select-methods
9446       '((nnml "private")))
9447 @end lisp
9448
9449 Now, the next time you start Gnus, this backend will be queried for new
9450 articles, and it will move all the messages in your spool file to its
9451 directory, which is @code{~/Mail/} by default.  The new group that will
9452 be created (@samp{mail.misc}) will be subscribed, and you can read it
9453 like any other group.
9454
9455 You will probably want to split the mail into several groups, though:
9456
9457 @lisp
9458 (setq nnmail-split-methods
9459       '(("junk" "^From:.*Lars Ingebrigtsen")
9460         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
9461         ("other" "")))
9462 @end lisp
9463
9464 This will result in three new @code{nnml} mail groups being created:
9465 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
9466 mail that doesn't fit into the first two groups will be placed in the
9467 last group.
9468
9469 This should be sufficient for reading mail with Gnus.  You might want to
9470 give the other sections in this part of the manual a perusal, though.
9471 Especially @pxref{Choosing a Mail Backend} and @pxref{Expiring Mail}.
9472
9473
9474 @node Splitting Mail
9475 @subsection Splitting Mail
9476 @cindex splitting mail
9477 @cindex mail splitting
9478
9479 @vindex nnmail-split-methods
9480 The @code{nnmail-split-methods} variable says how the incoming mail is
9481 to be split into groups.
9482
9483 @lisp
9484 (setq nnmail-split-methods
9485   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
9486     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
9487     ("mail.other" "")))
9488 @end lisp
9489
9490 This variable is a list of lists, where the first element of each of
9491 these lists is the name of the mail group (they do not have to be called
9492 something beginning with @samp{mail}, by the way), and the second
9493 element is a regular expression used on the header of each mail to
9494 determine if it belongs in this mail group.  The first string may
9495 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
9496 insert sub-expressions from the matched text.  For instance:
9497
9498 @lisp
9499 ("list.\\1" "From:.*\\(.*\\)-list@@majordomo.com")
9500 @end lisp
9501
9502 The second element can also be a function.  In that case, it will be
9503 called narrowed to the headers with the first element of the rule as the
9504 argument.  It should return a non-@code{nil} value if it thinks that the
9505 mail belongs in that group.
9506
9507 The last of these groups should always be a general one, and the regular
9508 expression should @emph{always} be @samp{} so that it matches any mails
9509 that haven't been matched by any of the other regexps.  (These rules are
9510 processed from the beginning of the alist toward the end.  The first
9511 rule to make a match will "win", unless you have crossposting enabled.
9512 In that case, all matching rules will "win".)
9513
9514 If you like to tinker with this yourself, you can set this variable to a
9515 function of your choice.  This function will be called without any
9516 arguments in a buffer narrowed to the headers of an incoming mail
9517 message.  The function should return a list of group names that it
9518 thinks should carry this mail message.
9519
9520 Note that the mail backends are free to maul the poor, innocent,
9521 incoming headers all they want to.  They all add @code{Lines} headers;
9522 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
9523 @code{From<SPACE>} line to something else.
9524
9525 @vindex nnmail-crosspost
9526 The mail backends all support cross-posting.  If several regexps match,
9527 the mail will be ``cross-posted'' to all those groups.
9528 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
9529 that no articles are crossposted to the general (@samp{}) group.
9530
9531 @vindex nnmail-crosspost-link-function
9532 @cindex crosspost
9533 @cindex links
9534 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
9535 the crossposted articles.  However, not all file systems support hard
9536 links.  If that's the case for you, set
9537 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
9538 variable is @code{add-name-to-file} by default.)
9539
9540 @kindex M-x nnmail-split-history
9541 @kindex nnmail-split-history
9542 If you wish to see where the previous mail split put the messages, you
9543 can use the @kbd{M-x nnmail-split-history} command.
9544
9545 Gnus gives you all the opportunity you could possibly want for shooting
9546 yourself in the foot.  Let's say you create a group that will contain
9547 all the mail you get from your boss.  And then you accidentally
9548 unsubscribe from the group.  Gnus will still put all the mail from your
9549 boss in the unsubscribed group, and so, when your boss mails you ``Have
9550 that report ready by Monday or you're fired!'', you'll never see it and,
9551 come Tuesday, you'll still believe that you're gainfully employed while
9552 you really should be out collecting empty bottles to save up for next
9553 month's rent money.
9554
9555
9556 @node Mail Backend Variables
9557 @subsection Mail Backend Variables
9558
9559 These variables are (for the most part) pertinent to all the various
9560 mail backends.
9561
9562 @table @code
9563 @vindex nnmail-read-incoming-hook
9564 @item nnmail-read-incoming-hook
9565 The mail backends all call this hook after reading new mail.  You can
9566 use this hook to notify any mail watch programs, if you want to.
9567
9568 @vindex nnmail-spool-file
9569 @item nnmail-spool-file
9570 @cindex POP mail
9571 @cindex MAILHOST
9572 @cindex movemail
9573 @vindex nnmail-pop-password
9574 @vindex nnmail-pop-password-required
9575 The backends will look for new mail in this file.  If this variable is
9576 @code{nil}, the mail backends will never attempt to fetch mail by
9577 themselves.  If you are using a POP mail server and your name is
9578 @samp{larsi}, you should set this variable to @samp{po:larsi}.  If
9579 your name is not @samp{larsi}, you should probably modify that
9580 slightly, but you may have guessed that already, you smart & handsome
9581 devil!  You can also set this variable to @code{pop}, and Gnus will try
9582 to figure out the POP mail string by itself.  In any case, Gnus will
9583 call @code{movemail} which will contact the POP server named in the
9584 @code{MAILHOST} environment variable.  If the POP server needs a
9585 password, you can either set @code{nnmail-pop-password-required} to
9586 @code{t} and be prompted for the password, or set
9587 @code{nnmail-pop-password} to the password itself.
9588
9589 @code{nnmail-spool-file} can also be a list of mailboxes.
9590
9591 Your Emacs has to have been configured with @samp{--with-pop} before
9592 compilation.  This is the default, but some installations have it
9593 switched off.
9594
9595 When you use a mail backend, Gnus will slurp all your mail from your
9596 inbox and plonk it down in your home directory.  Gnus doesn't move any
9597 mail if you're not using a mail backend---you have to do a lot of magic
9598 invocations first.  At the time when you have finished drawing the
9599 pentagram, lightened the candles, and sacrificed the goat, you really
9600 shouldn't be too surprised when Gnus moves your mail.
9601
9602 @vindex nnmail-use-procmail
9603 @vindex nnmail-procmail-suffix
9604 @item nnmail-use-procmail
9605 If non-@code{nil}, the mail backends will look in
9606 @code{nnmail-procmail-directory} for incoming mail.  All the files in
9607 that directory that have names ending in @code{nnmail-procmail-suffix}
9608 will be considered incoming mailboxes, and will be searched for new
9609 mail.
9610
9611 @vindex nnmail-crash-box
9612 @item nnmail-crash-box
9613 When a mail backend reads a spool file, mail is first moved to this
9614 file, which is @file{~/.gnus-crash-box} by default.  If this file
9615 already exists, it will always be read (and incorporated) before any
9616 other spool files.
9617
9618 @vindex nnmail-prepare-incoming-hook
9619 @item nnmail-prepare-incoming-hook
9620 This is run in a buffer that holds all the new incoming mail, and can be
9621 used for, well, anything, really.
9622
9623 @vindex nnmail-split-hook
9624 @item nnmail-split-hook
9625 @findex article-decode-rfc1522
9626 @findex RFC1522 decoding
9627 Hook run in the buffer where the mail headers of each message is kept
9628 just before the splitting based on these headers is done.  The hook is
9629 free to modify the buffer contents in any way it sees fit---the buffer
9630 is discarded after the splitting has been done, and no changes performed
9631 in the buffer will show up in any files.  @code{gnus-article-decode-rfc1522}
9632 is one likely function to add to this hook.
9633
9634 @vindex nnmail-pre-get-new-mail-hook
9635 @vindex nnmail-post-get-new-mail-hook
9636 @item nnmail-pre-get-new-mail-hook
9637 @itemx nnmail-post-get-new-mail-hook
9638 These are two useful hooks executed when treating new incoming
9639 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
9640 starting to handle the new mail) and
9641 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
9642 is done).  Here's and example of using these two hooks to change the
9643 default file modes the new mail files get:
9644
9645 @lisp
9646 (add-hook 'gnus-pre-get-new-mail-hook
9647           (lambda () (set-default-file-modes 511)))
9648
9649 (add-hook 'gnus-post-get-new-mail-hook
9650           (lambda () (set-default-file-modes 551)))
9651 @end lisp
9652
9653 @item nnmail-tmp-directory
9654 @vindex nnmail-tmp-directory
9655 This variable says where to move incoming mail to -- while processing
9656 it.  This is usually done in the same directory that the mail backend
9657 inhabits (e.g., @file{~/Mail/}), but if this variable is non-@code{nil},
9658 it will be used instead.
9659
9660 @item nnmail-movemail-program
9661 @vindex nnmail-movemail-program
9662 This program is executed to move mail from the user's inbox to her home
9663 directory.  The default is @samp{movemail}.
9664
9665 This can also be a function.  In that case, the function will be called
9666 with two parameters -- the name of the inbox, and the file to be moved
9667 to.
9668
9669 @item nnmail-delete-incoming
9670 @vindex nnmail-delete-incoming
9671 @cindex incoming mail files
9672 @cindex deleting incoming files
9673 If non-@code{nil}, the mail backends will delete the temporary incoming
9674 file after splitting mail into the proper groups.  This is @code{t} by
9675 default.
9676
9677 @c This is @code{nil} by
9678 @c default for reasons of security.
9679
9680 @c Since Red Gnus is an alpha release, it is to be expected to lose mail.
9681 (No Gnus release since (ding) Gnus 0.10 (or something like that) have
9682 lost mail, I think, but that's not the point.  (Except certain versions
9683 of Red Gnus.))  By not deleting the Incoming* files, one can be sure not
9684 to lose mail -- if Gnus totally whacks out, one can always recover what
9685 was lost.
9686
9687 You may delete the @file{Incoming*} files at will.
9688
9689 @item nnmail-use-long-file-names
9690 @vindex nnmail-use-long-file-names
9691 If non-@code{nil}, the mail backends will use long file and directory
9692 names.  Groups like @samp{mail.misc} will end up in directories
9693 (assuming use of @code{nnml} backend) or files (assuming use of
9694 @code{nnfolder} backend) like @file{mail.misc}.  If it is @code{nil},
9695 the same group will end up in @file{mail/misc}.
9696
9697 @item nnmail-delete-file-function
9698 @vindex nnmail-delete-file-function
9699 @findex delete-file
9700 Function called to delete files.  It is @code{delete-file} by default.
9701
9702 @item nnmail-cache-accepted-message-ids
9703 @vindex nnmail-cache-accepted-message-ids
9704 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
9705 the backend (via @code{Gcc}, for instance) into the mail duplication
9706 discovery cache.  The default is @code{nil}.
9707
9708 @end table
9709
9710
9711 @node Fancy Mail Splitting
9712 @subsection Fancy Mail Splitting
9713 @cindex mail splitting
9714 @cindex fancy mail splitting
9715
9716 @vindex nnmail-split-fancy
9717 @findex nnmail-split-fancy
9718 If the rather simple, standard method for specifying how to split mail
9719 doesn't allow you to do what you want, you can set
9720 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
9721 play with the @code{nnmail-split-fancy} variable.
9722
9723 Let's look at an example value of this variable first:
9724
9725 @lisp
9726 ;; Messages from the mailer daemon are not crossposted to any of
9727 ;; the ordinary groups.  Warnings are put in a separate group
9728 ;; from real errors.
9729 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
9730                    "mail.misc"))
9731    ;; Non-error messages are crossposted to all relevant
9732    ;; groups, but we don't crosspost between the group for the
9733    ;; (ding) list and the group for other (ding) related mail.
9734    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
9735          ("subject" "ding" "ding.misc"))
9736       ;; Other mailing lists...
9737       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
9738       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
9739       ;; People...
9740       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
9741    ;; Unmatched mail goes to the catch all group.
9742    "misc.misc")
9743 @end lisp
9744
9745 This variable has the format of a @dfn{split}.  A split is a (possibly)
9746 recursive structure where each split may contain other splits.  Here are
9747 the five possible split syntaxes:
9748
9749 @enumerate
9750
9751 @item
9752 @samp{group}: If the split is a string, that will be taken as a group
9753 name.  Normal regexp match expansion will be done.  See below for
9754 examples. 
9755
9756 @item
9757 @var{(FIELD VALUE SPLIT)}: If the split is a list, the first element of
9758 which is a string, then store the message as specified by SPLIT, if
9759 header FIELD (a regexp) contains VALUE (also a regexp).
9760
9761 @item
9762 @var{(| SPLIT...)}: If the split is a list, and the first element is
9763 @code{|} (vertical bar), then process each SPLIT until one of them
9764 matches.  A SPLIT is said to match if it will cause the mail message to
9765 be stored in one or more groups.
9766
9767 @item
9768 @var{(& SPLIT...)}: If the split is a list, and the first element is
9769 @code{&}, then process all SPLITs in the list.
9770
9771 @item
9772 @code{junk}: If the split is the symbol @code{junk}, then don't save
9773 this message. Use with extreme caution.
9774
9775 @item
9776 @var{(: function arg1 arg2 ...)}:  If the split is a list, and the first
9777 element is @code{:}, then the second element will be called as a
9778 function with @var{args} given as arguments.  The function should return
9779 a SPLIT.
9780
9781 @item
9782 @code{nil}: If the split is @code{nil}, it is ignored.
9783
9784 @end enumerate
9785
9786 In these splits, @var{FIELD} must match a complete field name.
9787 @var{VALUE} must match a complete word according to the fundamental mode
9788 syntax table.  You can use @code{.*} in the regexps to match partial
9789 field names or words.  In other words, all @var{VALUE}'s are wrapped in
9790 @samp{\<} and @samp{\>} pairs.
9791
9792 @vindex nnmail-split-abbrev-alist
9793 @var{FIELD} and @var{VALUE} can also be lisp symbols, in that case they
9794 are expanded as specified by the variable
9795 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells, where
9796 the @code{car} of a cell contains the key, and the @code{cdr} contains the associated
9797 value.
9798
9799 @vindex nnmail-split-fancy-syntax-table
9800 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
9801 when all this splitting is performed.
9802
9803 If you want to have Gnus create groups dynamically based on some
9804 information in the headers (i.e., do @code{replace-match}-like
9805 substitutions in the group names), you can say things like:
9806
9807 @example
9808 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
9809 @end example
9810
9811 If the string contains the element @samp{\&}, then the previously
9812 matched string will be substituted.  Similarly, the elements @samp{\\1}
9813 up to @samp{\\9} will be substituted with the text matched by the
9814 groupings 1 through 9.
9815
9816
9817 @node Mail and Procmail
9818 @subsection Mail and Procmail
9819 @cindex procmail
9820
9821 @cindex slocal
9822 @cindex elm
9823 Many people use @code{procmail} (or some other mail filter program or
9824 external delivery agent---@code{slocal}, @code{elm}, etc) to split
9825 incoming mail into groups.  If you do that, you should set
9826 @code{nnmail-spool-file} to @code{procmail} to ensure that the mail
9827 backends never ever try to fetch mail by themselves.
9828
9829 If you have a combined @code{procmail}/POP/mailbox setup, you can do
9830 something like the following:
9831
9832 @vindex nnmail-use-procmail
9833 @lisp
9834 (setq nnmail-use-procmail t)
9835 (setq nnmail-spool-file
9836       '("/usr/spool/mail/my-name" "po:my-name"))
9837 @end lisp
9838
9839 This also means that you probably don't want to set
9840 @code{nnmail-split-methods} either, which has some, perhaps, unexpected
9841 side effects.
9842
9843 When a mail backend is queried for what groups it carries, it replies
9844 with the contents of that variable, along with any groups it has figured
9845 out that it carries by other means.  None of the backends, except
9846 @code{nnmh}, actually go out to the disk and check what groups actually
9847 exist.  (It's not trivial to distinguish between what the user thinks is
9848 a basis for a newsgroup and what is just a plain old file or directory.)
9849
9850 This means that you have to tell Gnus (and the backends) by hand what
9851 groups exist.
9852
9853 Let's take the @code{nnmh} backend as an example:
9854
9855 The folders are located in @code{nnmh-directory}, say, @file{~/Mail/}.
9856 There are three folders, @file{foo}, @file{bar} and @file{mail.baz}.
9857
9858 Go to the group buffer and type @kbd{G m}.  When prompted, answer
9859 @samp{foo} for the name and @samp{nnmh} for the method.  Repeat
9860 twice for the two other groups, @samp{bar} and @samp{mail.baz}.  Be sure
9861 to include all your mail groups.
9862
9863 That's it.  You are now set to read your mail.  An active file for this
9864 method will be created automatically.
9865
9866 @vindex nnmail-procmail-suffix
9867 @vindex nnmail-procmail-directory
9868 If you use @code{nnfolder} or any other backend that store more than a
9869 single article in each file, you should never have procmail add mails to
9870 the file that Gnus sees.  Instead, procmail should put all incoming mail
9871 in @code{nnmail-procmail-directory}.  To arrive at the file name to put
9872 the incoming mail in, append @code{nnmail-procmail-suffix} to the group
9873 name.  The mail backends will read the mail from these files.
9874
9875 @vindex nnmail-resplit-incoming
9876 When Gnus reads a file called @file{mail.misc.spool}, this mail will be
9877 put in the @code{mail.misc}, as one would expect.  However, if you want
9878 Gnus to split the mail the normal way, you could set
9879 @code{nnmail-resplit-incoming} to @code{t}.
9880
9881 @vindex nnmail-keep-last-article
9882 If you use @code{procmail} to split things directly into an @code{nnmh}
9883 directory (which you shouldn't do), you should set
9884 @code{nnmail-keep-last-article} to non-@code{nil} to prevent Gnus from
9885 ever expiring the final article (i.e., the article with the highest
9886 article number) in a mail newsgroup.  This is quite, quite important.
9887
9888 Here's an example setup:  The incoming spools are located in
9889 @file{~/incoming/} and have @samp{""} as suffixes (i.e., the incoming
9890 spool files have the same names as the equivalent groups).  The
9891 @code{nnfolder} backend is to be used as the mail interface, and the
9892 @code{nnfolder} directory is @file{~/fMail/}.
9893
9894 @lisp
9895 (setq nnfolder-directory "~/fMail/")
9896 (setq nnmail-spool-file 'procmail)
9897 (setq nnmail-procmail-directory "~/incoming/")
9898 (setq gnus-secondary-select-methods '((nnfolder "")))
9899 (setq nnmail-procmail-suffix "")
9900 @end lisp
9901
9902
9903 @node Incorporating Old Mail
9904 @subsection Incorporating Old Mail
9905
9906 Most people have lots of old mail stored in various file formats.  If
9907 you have set up Gnus to read mail using one of the spiffy Gnus mail
9908 backends, you'll probably wish to have that old mail incorporated into
9909 your mail groups.
9910
9911 Doing so can be quite easy.
9912
9913 To take an example: You're reading mail using @code{nnml}
9914 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
9915 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
9916 file filled with important, but old, mail.  You want to move it into
9917 your @code{nnml} groups.
9918
9919 Here's how:
9920
9921 @enumerate
9922 @item
9923 Go to the group buffer.
9924
9925 @item
9926 Type `G f' and give the path to the mbox file when prompted to create an
9927 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
9928
9929 @item
9930 Type `SPACE' to enter the newly created group.
9931
9932 @item
9933 Type `M P b' to process-mark all articles in this group's buffer
9934 (@pxref{Setting Process Marks}).
9935
9936 @item
9937 Type `B r' to respool all the process-marked articles, and answer
9938 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
9939 @end enumerate
9940
9941 All the mail messages in the mbox file will now also be spread out over
9942 all your @code{nnml} groups.  Try entering them and check whether things
9943 have gone without a glitch.  If things look ok, you may consider
9944 deleting the mbox file, but I wouldn't do that unless I was absolutely
9945 sure that all the mail has ended up where it should be.
9946
9947 Respooling is also a handy thing to do if you're switching from one mail
9948 backend to another.  Just respool all the mail in the old mail groups
9949 using the new mail backend.
9950
9951
9952 @node Expiring Mail
9953 @subsection Expiring Mail
9954 @cindex article expiry
9955
9956 Traditional mail readers have a tendency to remove mail articles when
9957 you mark them as read, in some way.  Gnus takes a fundamentally
9958 different approach to mail reading.
9959
9960 Gnus basically considers mail just to be news that has been received in
9961 a rather peculiar manner.  It does not think that it has the power to
9962 actually change the mail, or delete any mail messages.  If you enter a
9963 mail group, and mark articles as ``read'', or kill them in some other
9964 fashion, the mail articles will still exist on the system.  I repeat:
9965 Gnus will not delete your old, read mail.  Unless you ask it to, of
9966 course.
9967
9968 To make Gnus get rid of your unwanted mail, you have to mark the
9969 articles as @dfn{expirable}.  This does not mean that the articles will
9970 disappear right away, however.  In general, a mail article will be
9971 deleted from your system if, 1) it is marked as expirable, AND 2) it is
9972 more than one week old.  If you do not mark an article as expirable, it
9973 will remain on your system until hell freezes over.  This bears
9974 repeating one more time, with some spurious capitalizations: IF you do
9975 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
9976
9977 @vindex gnus-auto-expirable-newsgroups
9978 You do not have to mark articles as expirable by hand.  Groups that
9979 match the regular expression @code{gnus-auto-expirable-newsgroups} will
9980 have all articles that you read marked as expirable automatically.  All
9981 articles marked as expirable have an @samp{E} in the first
9982 column in the summary buffer.
9983
9984 By default, if you have auto expiry switched on, Gnus will mark all the
9985 articles you read as expirable, no matter if they were read or unread
9986 before.  To avoid having articles marked as read marked as expirable
9987 automatically, you can put something like the following in your
9988 @file{.gnus} file:
9989
9990 @vindex gnus-mark-article-hook
9991 @lisp
9992 (remove-hook 'gnus-mark-article-hook
9993              'gnus-summary-mark-read-and-unread-as-read)
9994 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
9995 @end lisp
9996
9997 Note that making a group auto-expirable doesn't mean that all read
9998 articles are expired---only the articles marked as expirable
9999 will be expired.  Also note that using the @kbd{d} command won't make
10000 groups expirable---only semi-automatic marking of articles as read will
10001 mark the articles as expirable in auto-expirable groups.
10002
10003 Let's say you subscribe to a couple of mailing lists, and you want the
10004 articles you have read to disappear after a while:
10005
10006 @lisp
10007 (setq gnus-auto-expirable-newsgroups
10008       "mail.nonsense-list\\|mail.nice-list")
10009 @end lisp
10010
10011 Another way to have auto-expiry happen is to have the element
10012 @code{auto-expire} in the group parameters of the group.
10013
10014 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
10015 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
10016 don't really mix very well.
10017
10018 @vindex nnmail-expiry-wait
10019 The @code{nnmail-expiry-wait} variable supplies the default time an
10020 expirable article has to live.  Gnus starts counting days from when the
10021 message @emph{arrived}, not from when it was sent.  The default is seven
10022 days.
10023
10024 Gnus also supplies a function that lets you fine-tune how long articles
10025 are to live, based on what group they are in.  Let's say you want to
10026 have one month expiry period in the @samp{mail.private} group, a one day
10027 expiry period in the @samp{mail.junk} group, and a six day expiry period
10028 everywhere else:
10029
10030 @vindex nnmail-expiry-wait-function
10031 @lisp
10032 (setq nnmail-expiry-wait-function
10033       (lambda (group)
10034        (cond ((string= group "mail.private")
10035                31)
10036              ((string= group "mail.junk")
10037                1)
10038              ((string= group "important")
10039                'never)
10040              (t
10041                6))))
10042 @end lisp
10043
10044 The group names this function is fed are ``unadorned'' group
10045 names---no @samp{nnml:} prefixes and the like.
10046
10047 The @code{nnmail-expiry-wait} variable and
10048 @code{nnmail-expiry-wait-function} function can either be a number (not
10049 necessarily an integer) or one of the symbols @code{immediate} or
10050 @code{never}.
10051
10052 You can also use the @code{expiry-wait} group parameter to selectively
10053 change the expiry period (@pxref{Group Parameters}).
10054
10055 @vindex nnmail-keep-last-article
10056 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
10057 expire the final article in a mail newsgroup.  This is to make life
10058 easier for procmail users.
10059
10060 @vindex gnus-total-expirable-newsgroups
10061 By the way: That line up there, about Gnus never expiring non-expirable
10062 articles, is a lie.  If you put @code{total-expire} in the group
10063 parameters, articles will not be marked as expirable, but all read
10064 articles will be put through the expiry process.  Use with extreme
10065 caution.  Even more dangerous is the
10066 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
10067 this regexp will have all read articles put through the expiry process,
10068 which means that @emph{all} old mail articles in the groups in question
10069 will be deleted after a while.  Use with extreme caution, and don't come
10070 crying to me when you discover that the regexp you used matched the
10071 wrong group and all your important mail has disappeared.  Be a
10072 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
10073 with!  So there!
10074
10075 Most people make most of their mail groups total-expirable, though.
10076
10077
10078 @node Washing Mail
10079 @subsection Washing Mail
10080 @cindex mail washing
10081 @cindex list server brain damage
10082 @cindex incoming mail treatment
10083
10084 Mailers and list servers are notorious for doing all sorts of really,
10085 really stupid things with mail.  ``Hey, RFC822 doesn't explicitly
10086 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
10087 end of all lines passing through our server, so let's do that!!!!1!''
10088 Yes, but RFC822 wasn't designed to be read by morons.  Things that were
10089 considered to be self-evident were not discussed.  So.  Here we are.
10090
10091 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
10092 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
10093 be shocked and dismayed by this, but I haven't got the energy.  It is to
10094 laugh.
10095
10096 Gnus provides a plethora of functions for washing articles while
10097 displaying them, but it might be nicer to do the filtering before
10098 storing the mail to disc.  For that purpose, we have three hooks and
10099 various functions that can be put in these hooks.
10100
10101 @table @code
10102 @item nnmail-prepare-incoming-hook
10103 @vindex nnmail-prepare-incoming-hook
10104 This hook is called before doing anything with the mail and is meant for
10105 grand, sweeping gestures.  Functions to be used include:
10106
10107 @table @code
10108 @item nnheader-ms-strip-cr
10109 @findex nnheader-ms-strip-cr
10110 Remove trailing carriage returns from each line.  This is default on
10111 Emacs running on MS machines.
10112
10113 @end table
10114
10115 @item nnmail-prepare-incoming-header-hook
10116 @vindex nnmail-prepare-incoming-header-hook
10117 This hook is called narrowed to each header.  It can be used when
10118 cleaning up the headers.  Functions that can be used include:
10119
10120 @table @code
10121 @item nnmail-remove-leading-whitespace
10122 @findex nnmail-remove-leading-whitespace
10123 Clear leading white space that ``helpful'' listservs have added to the
10124 headers to make them look nice.  Aaah.
10125
10126 @item nnmail-remove-list-identifiers
10127 @findex nnmail-remove-list-identifiers
10128 Some list servers add an identifier---for example, @samp{(idm)}---to the
10129 beginning of all @code{Subject} headers.  I'm sure that's nice for
10130 people who use stone age mail readers.  This function will remove
10131 strings that match the @code{nnmail-list-identifiers} regexp, which can
10132 also be a list of regexp.
10133
10134 For instance, if you want to remove the @samp{(idm)} and the
10135 @samp{nagnagnag} identifiers:
10136
10137 @lisp
10138 (setq nnmail-list-identifiers
10139       '("(idm)" "nagnagnag"))
10140 @end lisp
10141
10142 @item nnmail-remove-tabs
10143 @findex nnmail-remove-tabs
10144 Translate all @samp{TAB} characters into @samp{SPACE} characters.
10145
10146 @end table
10147
10148 @item nnmail-prepare-incoming-message-hook
10149 @vindex nnmail-prepare-incoming-message-hook
10150 This hook is called narrowed to each message.  Functions to be used
10151 include:
10152
10153 @table @code
10154 @item article-de-quoted-unreadable
10155 @findex article-de-quoted-unreadable
10156 Decode Quoted Readable encoding.
10157
10158 @end table
10159 @end table
10160
10161
10162 @node Duplicates
10163 @subsection Duplicates
10164
10165 @vindex nnmail-treat-duplicates
10166 @vindex nnmail-message-id-cache-length
10167 @vindex nnmail-message-id-cache-file
10168 @cindex duplicate mails
10169 If you are a member of a couple of mailing lists, you will sometimes
10170 receive two copies of the same mail.  This can be quite annoying, so
10171 @code{nnmail} checks for and treats any duplicates it might find.  To do
10172 this, it keeps a cache of old @code{Message-ID}s---
10173 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
10174 default.  The approximate maximum number of @code{Message-ID}s stored
10175 there is controlled by the @code{nnmail-message-id-cache-length}
10176 variable, which is 1000 by default. (So 1000 @code{Message-ID}s will be
10177 stored.) If all this sounds scary to you, you can set
10178 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
10179 default), and @code{nnmail} won't delete duplicate mails.  Instead it
10180 will insert a warning into the head of the mail saying that it thinks
10181 that this is a duplicate of a different message.
10182
10183 This variable can also be a function.  If that's the case, the function
10184 will be called from a buffer narrowed to the message in question with
10185 the @code{Message-ID} as a parameter.  The function must return either
10186 @code{nil}, @code{warn}, or @code{delete}.
10187
10188 You can turn this feature off completely by setting the variable to
10189 @code{nil}.
10190
10191 If you want all the duplicate mails to be put into a special
10192 @dfn{duplicates} group, you could do that using the normal mail split
10193 methods:
10194
10195 @lisp
10196 (setq nnmail-split-fancy
10197       '(| ;; Messages duplicates go to a separate group.
10198           ("gnus-warning" "duplication of message" "duplicate")
10199           ;; Message from daemons, postmaster, and the like to another.
10200           (any mail "mail.misc")
10201           ;; Other rules.
10202           [ ... ] ))
10203 @end lisp
10204
10205 Or something like:
10206 @lisp
10207 (setq nnmail-split-methods
10208       '(("duplicates" "^Gnus-Warning:")
10209         ;; Other rules.
10210         [...]))
10211 @end lisp
10212
10213 Here's a neat feature: If you know that the recipient reads her mail
10214 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
10215 @code{delete}, you can send her as many insults as you like, just by
10216 using a @code{Message-ID} of a mail that you know that she's already
10217 received.  Think of all the fun!  She'll never see any of it!  Whee!
10218
10219
10220 @node Not Reading Mail
10221 @subsection Not Reading Mail
10222
10223 If you start using any of the mail backends, they have the annoying
10224 habit of assuming that you want to read mail with them.  This might not
10225 be unreasonable, but it might not be what you want.
10226
10227 If you set @code{nnmail-spool-file} to @code{nil}, none of the backends
10228 will ever attempt to read incoming mail, which should help.
10229
10230 @vindex nnbabyl-get-new-mail
10231 @vindex nnmbox-get-new-mail
10232 @vindex nnml-get-new-mail
10233 @vindex nnmh-get-new-mail
10234 @vindex nnfolder-get-new-mail
10235 This might be too much, if, for instance, you are reading mail quite
10236 happily with @code{nnml} and just want to peek at some old @sc{rmail}
10237 file you have stashed away with @code{nnbabyl}.  All backends have
10238 variables called backend-@code{get-new-mail}.  If you want to disable
10239 the @code{nnbabyl} mail reading, you edit the virtual server for the
10240 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
10241
10242 All the mail backends will call @code{nn}*@code{-prepare-save-mail-hook}
10243 narrowed to the article to be saved before saving it when reading
10244 incoming mail.
10245
10246
10247 @node Choosing a Mail Backend
10248 @subsection Choosing a Mail Backend
10249
10250 Gnus will read the mail spool when you activate a mail group.  The mail
10251 file is first copied to your home directory.  What happens after that
10252 depends on what format you want to store your mail in.
10253
10254 @menu
10255 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
10256 * Rmail Babyl::                 Emacs programs use the rmail babyl format.
10257 * Mail Spool::                  Store your mail in a private spool?
10258 * MH Spool::                    An mhspool-like backend.
10259 * Mail Folders::                Having one file for each group.
10260 @end menu
10261
10262
10263 @node Unix Mail Box
10264 @subsubsection Unix Mail Box
10265 @cindex nnmbox
10266 @cindex unix mail box
10267
10268 @vindex nnmbox-active-file
10269 @vindex nnmbox-mbox-file
10270 The @dfn{nnmbox} backend will use the standard Un*x mbox file to store
10271 mail.  @code{nnmbox} will add extra headers to each mail article to say
10272 which group it belongs in.
10273
10274 Virtual server settings:
10275
10276 @table @code
10277 @item nnmbox-mbox-file
10278 @vindex nnmbox-mbox-file
10279 The name of the mail box in the user's home directory.
10280
10281 @item nnmbox-active-file
10282 @vindex nnmbox-active-file
10283 The name of the active file for the mail box.
10284
10285 @item nnmbox-get-new-mail
10286 @vindex nnmbox-get-new-mail
10287 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
10288 into groups.
10289 @end table
10290
10291
10292 @node Rmail Babyl
10293 @subsubsection Rmail Babyl
10294 @cindex nnbabyl
10295 @cindex rmail mbox
10296
10297 @vindex nnbabyl-active-file
10298 @vindex nnbabyl-mbox-file
10299 The @dfn{nnbabyl} backend will use a babyl mail box (aka. @dfn{rmail
10300 mbox}) to store mail. @code{nnbabyl} will add extra headers to each mail
10301 article to say which group it belongs in.
10302
10303 Virtual server settings:
10304
10305 @table @code
10306 @item nnbabyl-mbox-file
10307 @vindex nnbabyl-mbox-file
10308 The name of the rmail mbox file.
10309
10310 @item nnbabyl-active-file
10311 @vindex nnbabyl-active-file
10312 The name of the active file for the rmail box.
10313
10314 @item nnbabyl-get-new-mail
10315 @vindex nnbabyl-get-new-mail
10316 If non-@code{nil}, @code{nnbabyl} will read incoming mail.
10317 @end table
10318
10319
10320 @node Mail Spool
10321 @subsubsection Mail Spool
10322 @cindex nnml
10323 @cindex mail @sc{nov} spool
10324
10325 The @dfn{nnml} spool mail format isn't compatible with any other known
10326 format.  It should be used with some caution.
10327
10328 @vindex nnml-directory
10329 If you use this backend, Gnus will split all incoming mail into files,
10330 one file for each mail, and put the articles into the corresponding
10331 directories under the directory specified by the @code{nnml-directory}
10332 variable.  The default value is @file{~/Mail/}.
10333
10334 You do not have to create any directories beforehand; Gnus will take
10335 care of all that.
10336
10337 If you have a strict limit as to how many files you are allowed to store
10338 in your account, you should not use this backend.  As each mail gets its
10339 own file, you might very well occupy thousands of inodes within a few
10340 weeks.  If this is no problem for you, and it isn't a problem for you
10341 having your friendly systems administrator walking around, madly,
10342 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
10343 know that this is probably the fastest format to use.  You do not have
10344 to trudge through a big mbox file just to read your new mail.
10345
10346 @code{nnml} is probably the slowest backend when it comes to article
10347 splitting.  It has to create lots of files, and it also generates
10348 @sc{nov} databases for the incoming mails.  This makes it the fastest
10349 backend when it comes to reading mail.
10350
10351 Virtual server settings:
10352
10353 @table @code
10354 @item nnml-directory
10355 @vindex nnml-directory
10356 All @code{nnml} directories will be placed under this directory.
10357
10358 @item nnml-active-file
10359 @vindex nnml-active-file
10360 The active file for the @code{nnml} server.
10361
10362 @item nnml-newsgroups-file
10363 @vindex nnml-newsgroups-file
10364 The @code{nnml} group descriptions file.  @xref{Newsgroups File
10365 Format}.
10366
10367 @item nnml-get-new-mail
10368 @vindex nnml-get-new-mail
10369 If non-@code{nil}, @code{nnml} will read incoming mail.
10370
10371 @item nnml-nov-is-evil
10372 @vindex nnml-nov-is-evil
10373 If non-@code{nil}, this backend will ignore any @sc{nov} files.
10374
10375 @item nnml-nov-file-name
10376 @vindex nnml-nov-file-name
10377 The name of the @sc{nov} files.  The default is @file{.overview}.
10378
10379 @item nnml-prepare-save-mail-hook
10380 @vindex nnml-prepare-save-mail-hook
10381 Hook run narrowed to an article before saving.
10382
10383 @end table
10384
10385 @findex nnml-generate-nov-databases
10386 If your @code{nnml} groups and @sc{nov} files get totally out of whack,
10387 you can do a complete update by typing @kbd{M-x
10388 nnml-generate-nov-databases}.  This command will trawl through the
10389 entire @code{nnml} hierarchy, looking at each and every article, so it
10390 might take a while to complete.  A better interface to this
10391 functionality can be found in the server buffer (@pxref{Server
10392 Commands}).
10393
10394
10395 @node MH Spool
10396 @subsubsection MH Spool
10397 @cindex nnmh
10398 @cindex mh-e mail spool
10399
10400 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
10401 @sc{nov} databases and it doesn't keep an active file.  This makes
10402 @code{nnmh} a @emph{much} slower backend than @code{nnml}, but it also
10403 makes it easier to write procmail scripts for.
10404
10405 Virtual server settings:
10406
10407 @table @code
10408 @item nnmh-directory
10409 @vindex nnmh-directory
10410 All @code{nnmh} directories will be located under this directory.
10411
10412 @item nnmh-get-new-mail
10413 @vindex nnmh-get-new-mail
10414 If non-@code{nil}, @code{nnmh} will read incoming mail.
10415
10416 @item nnmh-be-safe
10417 @vindex nnmh-be-safe
10418 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
10419 sure that the articles in the folder are actually what Gnus thinks they
10420 are.  It will check date stamps and stat everything in sight, so
10421 setting this to @code{t} will mean a serious slow-down.  If you never
10422 use anything but Gnus to read the @code{nnmh} articles, you do not have
10423 to set this variable to @code{t}.
10424 @end table
10425
10426
10427 @node Mail Folders
10428 @subsubsection Mail Folders
10429 @cindex nnfolder
10430 @cindex mbox folders
10431 @cindex mail folders
10432
10433 @code{nnfolder} is a backend for storing each mail group in a separate
10434 file.  Each file is in the standard Un*x mbox format.  @code{nnfolder}
10435 will add extra headers to keep track of article numbers and arrival
10436 dates.
10437
10438 Virtual server settings:
10439
10440 @table @code
10441 @item nnfolder-directory
10442 @vindex nnfolder-directory
10443 All the @code{nnfolder} mail boxes will be stored under this directory.
10444
10445 @item nnfolder-active-file
10446 @vindex nnfolder-active-file
10447 The name of the active file.
10448
10449 @item nnfolder-newsgroups-file
10450 @vindex nnfolder-newsgroups-file
10451 The name of the group descriptions file.  @xref{Newsgroups File Format}.
10452
10453 @item nnfolder-get-new-mail
10454 @vindex nnfolder-get-new-mail
10455 If non-@code{nil}, @code{nnfolder} will read incoming mail.
10456
10457 @item nnfolder-save-buffer-hook
10458 @vindex nnfolder-save-buffer-hook
10459 @cindex backup files
10460 Hook run before saving the folders.  Note that Emacs does the normal
10461 backup renaming of files even with the @code{nnfolder} buffers.  If you
10462 wish to switch this off, you could say something like the following in
10463 your @file{.emacs} file:
10464
10465 @lisp
10466 (defun turn-off-backup ()
10467   (set (make-local-variable 'backup-inhibited) t))
10468
10469 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
10470 @end lisp
10471
10472 @item nnfolder-delete-mail-hook
10473 @vindex nnfolder-delete-mail-hook
10474 Hook run in a buffer narrowed to the message that is to be deleted.
10475 This function can be used to copy the message to somewhere else, or to
10476 extract some information from it before removing it.  
10477
10478 @end table
10479
10480
10481 @findex nnfolder-generate-active-file
10482 @kindex M-x nnfolder-generate-active-file
10483 If you have lots of @code{nnfolder}-like files you'd like to read with
10484 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
10485 command to make @code{nnfolder} aware of all likely files in
10486 @code{nnfolder-directory}.
10487
10488
10489 @node Other Sources
10490 @section Other Sources
10491
10492 Gnus can do more than just read news or mail.  The methods described
10493 below allow Gnus to view directories and files as if they were
10494 newsgroups.
10495
10496 @menu
10497 * Directory Groups::      You can read a directory as if it was a newsgroup.
10498 * Anything Groups::       Dired?  Who needs dired?
10499 * Document Groups::       Single files can be the basis of a group.
10500 * SOUP::                  Reading @sc{SOUP} packets ``offline''.
10501 * Web Searches::          Creating groups from articles that match a string.
10502 * Mail-To-News Gateways:: Posting articles via mail-to-news gateways.
10503 @end menu
10504
10505
10506 @node Directory Groups
10507 @subsection Directory Groups
10508 @cindex nndir
10509 @cindex directory groups
10510
10511 If you have a directory that has lots of articles in separate files in
10512 it, you might treat it as a newsgroup.  The files have to have numerical
10513 names, of course.
10514
10515 This might be an opportune moment to mention @code{ange-ftp} (and its
10516 successor @code{efs}), that most wonderful of all wonderful Emacs
10517 packages.  When I wrote @code{nndir}, I didn't think much about it---a
10518 backend to read directories.  Big deal.
10519
10520 @code{ange-ftp} changes that picture dramatically.  For instance, if you
10521 enter the @code{ange-ftp} file name
10522 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
10523 @code{ange-ftp} or @code{efs} will actually allow you to read this
10524 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
10525
10526 @code{nndir} will use @sc{nov} files if they are present.
10527
10528 @code{nndir} is a ``read-only'' backend---you can't delete or expire
10529 articles with this method.  You can use @code{nnmh} or @code{nnml} for
10530 whatever you use @code{nndir} for, so you could switch to any of those
10531 methods if you feel the need to have a non-read-only @code{nndir}.
10532
10533
10534 @node Anything Groups
10535 @subsection Anything Groups
10536 @cindex nneething
10537
10538 From the @code{nndir} backend (which reads a single spool-like
10539 directory), it's just a hop and a skip to @code{nneething}, which
10540 pretends that any arbitrary directory is a newsgroup.  Strange, but
10541 true.
10542
10543 When @code{nneething} is presented with a directory, it will scan this
10544 directory and assign article numbers to each file.  When you enter such
10545 a group, @code{nneething} must create ``headers'' that Gnus can use.
10546 After all, Gnus is a newsreader, in case you're
10547 forgetting. @code{nneething} does this in a two-step process.  First, it
10548 snoops each file in question.  If the file looks like an article (i.e.,
10549 the first few lines look like headers), it will use this as the head.
10550 If this is just some arbitrary file without a head (e.g. a C source
10551 file), @code{nneething} will cobble up a header out of thin air.  It
10552 will use file ownership, name and date and do whatever it can with these
10553 elements.
10554
10555 All this should happen automatically for you, and you will be presented
10556 with something that looks very much like a newsgroup.  Totally like a
10557 newsgroup, to be precise.  If you select an article, it will be displayed
10558 in the article buffer, just as usual.
10559
10560 If you select a line that represents a directory, Gnus will pop you into
10561 a new summary buffer for this @code{nneething} group.  And so on.  You can
10562 traverse the entire disk this way, if you feel like, but remember that
10563 Gnus is not dired, really, and does not intend to be, either.
10564
10565 There are two overall modes to this action---ephemeral or solid.  When
10566 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
10567 will not store information on what files you have read, and what files
10568 are new, and so on.  If you create a solid @code{nneething} group the
10569 normal way with @kbd{G m}, Gnus will store a mapping table between
10570 article numbers and file names, and you can treat this group like any
10571 other groups.  When you activate a solid @code{nneething} group, you will
10572 be told how many unread articles it contains, etc., etc.
10573
10574 Some variables:
10575
10576 @table @code
10577 @item nneething-map-file-directory
10578 @vindex nneething-map-file-directory
10579 All the mapping files for solid @code{nneething} groups will be stored
10580 in this directory, which defaults to @file{~/.nneething/}.
10581
10582 @item nneething-exclude-files
10583 @vindex nneething-exclude-files
10584 All files that match this regexp will be ignored.  Nice to use to exclude
10585 auto-save files and the like, which is what it does by default.
10586
10587 @item nneething-map-file
10588 @vindex nneething-map-file
10589 Name of the map files.
10590 @end table
10591
10592
10593 @node Document Groups
10594 @subsection Document Groups
10595 @cindex nndoc
10596 @cindex documentation group
10597 @cindex help group
10598
10599 @code{nndoc} is a cute little thing that will let you read a single file
10600 as a newsgroup.  Several files types are supported:
10601
10602 @table @code
10603 @cindex babyl
10604 @cindex rmail mbox
10605
10606 @item babyl
10607 The babyl (rmail) mail box.
10608 @cindex mbox
10609 @cindex Unix mbox
10610
10611 @item mbox
10612 The standard Unix mbox file.
10613
10614 @cindex MMDF mail box
10615 @item mmdf
10616 The MMDF mail box format.
10617
10618 @item news
10619 Several news articles appended into a file.
10620
10621 @item rnews
10622 @cindex rnews batch files
10623 The rnews batch transport format.
10624 @cindex forwarded messages
10625
10626 @item forward
10627 Forwarded articles.
10628
10629 @item mime-parts
10630 MIME multipart messages, besides digests.
10631
10632 @item mime-digest
10633 @cindex digest
10634 @cindex MIME digest
10635 @cindex 1153 digest
10636 @cindex RFC 1153 digest
10637 @cindex RFC 341 digest
10638 MIME (RFC 1341) digest format.
10639
10640 @item standard-digest
10641 The standard (RFC 1153) digest format.
10642
10643 @item slack-digest
10644 Non-standard digest format---matches most things, but does it badly.
10645 @end table
10646
10647 You can also use the special ``file type'' @code{guess}, which means
10648 that @code{nndoc} will try to guess what file type it is looking at.
10649 @code{digest} means that @code{nndoc} should guess what digest type the
10650 file is.
10651
10652 @code{nndoc} will not try to change the file or insert any extra headers into
10653 it---it will simply, like, let you use the file as the basis for a
10654 group.  And that's it.
10655
10656 If you have some old archived articles that you want to insert into your
10657 new & spiffy Gnus mail backend, @code{nndoc} can probably help you with
10658 that.  Say you have an old @file{RMAIL} file with mail that you now want
10659 to split into your new @code{nnml} groups.  You look at that file using
10660 @code{nndoc} (using the @kbd{G f} command in the group buffer
10661 (@pxref{Foreign Groups})), set the process mark on all the articles in
10662 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
10663 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
10664 file is now also stored in lots of @code{nnml} directories, and you can
10665 delete that pesky @file{RMAIL} file.  If you have the guts!
10666
10667 Virtual server variables:
10668
10669 @table @code
10670 @item nndoc-article-type
10671 @vindex nndoc-article-type
10672 This should be one of @code{mbox}, @code{babyl}, @code{digest},
10673 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
10674 @code{rfc822-forward}, @code{mime-parts}, @code{mime-digest},
10675 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs} or
10676 @code{guess}.
10677
10678 @item nndoc-post-type
10679 @vindex nndoc-post-type
10680 This variable says whether Gnus is to consider the group a news group or
10681 a mail group.  There are two valid values:  @code{mail} (the default)
10682 and @code{news}.
10683 @end table
10684
10685 @menu
10686 * Document Server Internals::   How to add your own document types.
10687 @end menu
10688
10689
10690 @node Document Server Internals
10691 @subsubsection Document Server Internals
10692
10693 Adding new document types to be recognized by @code{nndoc} isn't
10694 difficult.  You just have to whip up a definition of what the document
10695 looks like, write a predicate function to recognize that document type,
10696 and then hook into @code{nndoc}.
10697
10698 First, here's an example document type definition:
10699
10700 @example
10701 (mmdf
10702  (article-begin .  "^\^A\^A\^A\^A\n")
10703  (body-end .  "^\^A\^A\^A\^A\n"))
10704 @end example
10705
10706 The definition is simply a unique @dfn{name} followed by a series of
10707 regexp pseudo-variable settings.  Below are the possible
10708 variables---don't be daunted by the number of variables; most document
10709 types can be defined with very few settings:
10710
10711 @table @code
10712 @item first-article
10713 If present, @code{nndoc} will skip past all text until it finds
10714 something that match this regexp.  All text before this will be
10715 totally ignored.
10716
10717 @item article-begin
10718 This setting has to be present in all document type definitions.  It
10719 says what the beginning of each article looks like.
10720
10721 @item head-begin-function
10722 If present, this should be a function that moves point to the head of
10723 the article.
10724
10725 @item nndoc-head-begin
10726 If present, this should be a regexp that matches the head of the
10727 article.
10728
10729 @item nndoc-head-end
10730 This should match the end of the head of the article.  It defaults to
10731 @samp{^$}---the empty line.
10732
10733 @item body-begin-function
10734 If present, this function should move point to the beginning of the body
10735 of the article.
10736
10737 @item body-begin
10738 This should match the beginning of the body of the article.  It defaults
10739 to @samp{^\n}.
10740
10741 @item body-end-function
10742 If present, this function should move point to the end of the body of
10743 the article.
10744
10745 @item body-end
10746 If present, this should match the end of the body of the article.
10747
10748 @item file-end
10749 If present, this should match the end of the file.  All text after this
10750 regexp will be totally ignored.
10751
10752 @end table
10753
10754 So, using these variables @code{nndoc} is able to dissect a document
10755 file into a series of articles, each with a head and a body.  However, a
10756 few more variables are needed since not all document types are all that
10757 news-like---variables needed to transform the head or the body into
10758 something that's palatable for Gnus:
10759
10760 @table @code
10761 @item prepare-body-function
10762 If present, this function will be called when requesting an article.  It
10763 will be called with point at the start of the body, and is useful if the
10764 document has encoded some parts of its contents.
10765
10766 @item article-transform-function
10767 If present, this function is called when requesting an article.  It's
10768 meant to be used for more wide-ranging transformation of both head and
10769 body of the article.
10770
10771 @item generate-head-function
10772 If present, this function is called to generate a head that Gnus can
10773 understand.  It is called with the article number as a parameter, and is
10774 expected to generate a nice head for the article in question.  It is
10775 called when requesting the headers of all articles.
10776
10777 @end table
10778
10779 Let's look at the most complicated example I can come up with---standard
10780 digests:
10781
10782 @example
10783 (standard-digest
10784  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
10785  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
10786  (prepare-body-function . nndoc-unquote-dashes)
10787  (body-end-function . nndoc-digest-body-end)
10788  (head-end . "^ ?$")
10789  (body-begin . "^ ?\n")
10790  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
10791  (subtype digest guess))
10792 @end example
10793
10794 We see that all text before a 70-width line of dashes is ignored; all
10795 text after a line that starts with that @samp{^End of} is also ignored;
10796 each article begins with a 30-width line of dashes; the line separating
10797 the head from the body may contain a single space; and that the body is
10798 run through @code{nndoc-unquote-dashes} before being delivered.
10799
10800 To hook your own document definition into @code{nndoc}, use the
10801 @code{nndoc-add-type} function.  It takes two parameters---the first is
10802 the definition itself and the second (optional) parameter says where in
10803 the document type definition alist to put this definition.  The alist is
10804 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
10805 is of @code{mmdf} type, and so on.  These type predicates should return
10806 @code{nil} if the document is not of the correct type; @code{t} if it is
10807 of the correct type; and a number if the document might be of the
10808 correct type.  A high number means high probability; a low number means
10809 low probability with @samp{0} being the lowest valid number.
10810
10811
10812 @node SOUP
10813 @subsection SOUP
10814 @cindex SOUP
10815 @cindex offline
10816
10817 In the PC world people often talk about ``offline'' newsreaders.  These
10818 are thingies that are combined reader/news transport monstrosities.
10819 With built-in modem programs.  Yecchh!
10820
10821 Of course, us Unix Weenie types of human beans use things like
10822 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
10823 transport things like Ghod intended.  And then we just use normal
10824 newsreaders.
10825
10826 However, it can sometimes be convenient to do something a that's a bit
10827 easier on the brain if you have a very slow modem, and you're not really
10828 that interested in doing things properly.
10829
10830 A file format called @sc{soup} has been developed for transporting news
10831 and mail from servers to home machines and back again.  It can be a bit
10832 fiddly.
10833
10834 First some terminology:
10835
10836 @table @dfn
10837
10838 @item server
10839 This is the machine that is connected to the outside world and where you
10840 get news and/or mail from.
10841
10842 @item home machine
10843 This is the machine that you want to do the actual reading and responding
10844 on.  It is typically not connected to the rest of the world in any way.
10845
10846 @item packet
10847 Something that contains messages and/or commands.  There are two kinds
10848 of packets:
10849
10850 @table @dfn
10851 @item message packets
10852 These are packets made at the server, and typically contain lots of
10853 messages for you to read.  These are called @file{SoupoutX.tgz} by
10854 default, where @var{X} is a number.
10855
10856 @item response packets
10857 These are packets made at the home machine, and typically contains
10858 replies that you've written.  These are called @file{SoupinX.tgz} by
10859 default, where @var{X} is a number.
10860
10861 @end table
10862
10863 @end table
10864
10865
10866 @enumerate
10867
10868 @item
10869 You log in on the server and create a @sc{soup} packet.  You can either
10870 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
10871 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
10872 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
10873
10874 @item
10875 You transfer the packet home.  Rail, boat, car or modem will do fine.
10876
10877 @item
10878 You put the packet in your home directory.
10879
10880 @item
10881 You fire up Gnus on your home machine using the @code{nnsoup} backend as
10882 the native or secondary server.
10883
10884 @item
10885 You read articles and mail and answer and followup to the things you
10886 want (@pxref{SOUP Replies}).
10887
10888 @item
10889 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
10890 packet.
10891
10892 @item
10893 You transfer this packet to the server.
10894
10895 @item
10896 You use Gnus to mail this packet out with the @kbd{G s s} command.
10897
10898 @item
10899 You then repeat until you die.
10900
10901 @end enumerate
10902
10903 So you basically have a bipartite system---you use @code{nnsoup} for
10904 reading and Gnus for packing/sending these @sc{soup} packets.
10905
10906 @menu
10907 * SOUP Commands::     Commands for creating and sending @sc{soup} packets
10908 * SOUP Groups::       A backend for reading @sc{soup} packets.
10909 * SOUP Replies::      How to enable @code{nnsoup} to take over mail and news.
10910 @end menu
10911
10912
10913 @node SOUP Commands
10914 @subsubsection SOUP Commands
10915
10916 These are commands for creating and manipulating @sc{soup} packets.
10917
10918 @table @kbd
10919 @item G s b
10920 @kindex G s b (Group)
10921 @findex gnus-group-brew-soup
10922 Pack all unread articles in the current group
10923 (@code{gnus-group-brew-soup}).  This command understands the
10924 process/prefix convention.
10925
10926 @item G s w
10927 @kindex G s w (Group)
10928 @findex gnus-soup-save-areas
10929 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
10930
10931 @item G s s
10932 @kindex G s s (Group)
10933 @findex gnus-soup-send-replies
10934 Send all replies from the replies packet
10935 (@code{gnus-soup-send-replies}).
10936
10937 @item G s p
10938 @kindex G s p (Group)
10939 @findex gnus-soup-pack-packet
10940 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
10941
10942 @item G s r
10943 @kindex G s r (Group)
10944 @findex nnsoup-pack-replies
10945 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
10946
10947 @item O s
10948 @kindex O s (Summary)
10949 @findex gnus-soup-add-article
10950 This summary-mode command adds the current article to a @sc{soup} packet
10951 (@code{gnus-soup-add-article}).  It understands the process/prefix
10952 convention (@pxref{Process/Prefix}).
10953
10954 @end table
10955
10956
10957 There are a few variables to customize where Gnus will put all these
10958 thingies:
10959
10960 @table @code
10961
10962 @item gnus-soup-directory
10963 @vindex gnus-soup-directory
10964 Directory where Gnus will save intermediate files while composing
10965 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
10966
10967 @item gnus-soup-replies-directory
10968 @vindex gnus-soup-replies-directory
10969 This is what Gnus will use as a temporary directory while sending our
10970 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
10971
10972 @item gnus-soup-prefix-file
10973 @vindex gnus-soup-prefix-file
10974 Name of the file where Gnus stores the last used prefix.  The default is
10975 @samp{gnus-prefix}.
10976
10977 @item gnus-soup-packer
10978 @vindex gnus-soup-packer
10979 A format string command for packing a @sc{soup} packet.  The default is
10980 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
10981
10982 @item gnus-soup-unpacker
10983 @vindex gnus-soup-unpacker
10984 Format string command for unpacking a @sc{soup} packet.  The default is
10985 @samp{gunzip -c %s | tar xvf -}.
10986
10987 @item gnus-soup-packet-directory
10988 @vindex gnus-soup-packet-directory
10989 Where Gnus will look for reply packets.  The default is @file{~/}.
10990
10991 @item gnus-soup-packet-regexp
10992 @vindex gnus-soup-packet-regexp
10993 Regular expression matching @sc{soup} reply packets in
10994 @code{gnus-soup-packet-directory}.
10995
10996 @end table
10997
10998
10999 @node SOUP Groups
11000 @subsubsection @sc{soup} Groups
11001 @cindex nnsoup
11002
11003 @code{nnsoup} is the backend for reading @sc{soup} packets.  It will
11004 read incoming packets, unpack them, and put them in a directory where
11005 you can read them at leisure.
11006
11007 These are the variables you can use to customize its behavior:
11008
11009 @table @code
11010
11011 @item nnsoup-tmp-directory
11012 @vindex nnsoup-tmp-directory
11013 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
11014 directory.  (@file{/tmp/} by default.)
11015
11016 @item nnsoup-directory
11017 @vindex nnsoup-directory
11018 @code{nnsoup} then moves each message and index file to this directory.
11019 The default is @file{~/SOUP/}.
11020
11021 @item nnsoup-replies-directory
11022 @vindex nnsoup-replies-directory
11023 All replies will be stored in this directory before being packed into a
11024 reply packet.  The default is @file{~/SOUP/replies/"}.
11025
11026 @item nnsoup-replies-format-type
11027 @vindex nnsoup-replies-format-type
11028 The @sc{soup} format of the replies packets.  The default is @samp{?n}
11029 (rnews), and I don't think you should touch that variable.  I probably
11030 shouldn't even have documented it.  Drats!  Too late!
11031
11032 @item nnsoup-replies-index-type
11033 @vindex nnsoup-replies-index-type
11034 The index type of the replies packet.  The default is @samp{?n}, which
11035 means ``none''.  Don't fiddle with this one either!
11036
11037 @item nnsoup-active-file
11038 @vindex nnsoup-active-file
11039 Where @code{nnsoup} stores lots of information.  This is not an ``active
11040 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
11041 this file or mess it up in any way, you're dead.  The default is
11042 @file{~/SOUP/active}.
11043
11044 @item nnsoup-packer
11045 @vindex nnsoup-packer
11046 Format string command for packing a reply @sc{soup} packet.  The default
11047 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
11048
11049 @item nnsoup-unpacker
11050 @vindex nnsoup-unpacker
11051 Format string command for unpacking incoming @sc{soup} packets.  The
11052 default is @samp{gunzip -c %s | tar xvf -}.
11053
11054 @item nnsoup-packet-directory
11055 @vindex nnsoup-packet-directory
11056 Where @code{nnsoup} will look for incoming packets.  The default is
11057 @file{~/}.
11058
11059 @item nnsoup-packet-regexp
11060 @vindex nnsoup-packet-regexp
11061 Regular expression matching incoming @sc{soup} packets.  The default is
11062 @samp{Soupout}.
11063
11064 @item nnsoup-always-save
11065 @vindex nnsoup-always-save
11066 If non-@code{nil}, save the replies buffer after each posted message.
11067
11068 @end table
11069
11070
11071 @node SOUP Replies
11072 @subsubsection SOUP Replies
11073
11074 Just using @code{nnsoup} won't mean that your postings and mailings end
11075 up in @sc{soup} reply packets automagically.  You have to work a bit
11076 more for that to happen.
11077
11078 @findex nnsoup-set-variables
11079 The @code{nnsoup-set-variables} command will set the appropriate
11080 variables to ensure that all your followups and replies end up in the
11081 @sc{soup} system.
11082
11083 In specific, this is what it does:
11084
11085 @lisp
11086 (setq message-send-news-function 'nnsoup-request-post)
11087 (setq message-send-mail-function 'nnsoup-request-mail)
11088 @end lisp
11089
11090 And that's it, really.  If you only want news to go into the @sc{soup}
11091 system you just use the first line.  If you only want mail to be
11092 @sc{soup}ed you use the second.
11093
11094
11095 @node Web Searches
11096 @subsection Web Searches
11097 @cindex nnweb
11098 @cindex DejaNews
11099 @cindex Alta Vista
11100 @cindex InReference
11101 @cindex Usenet searches
11102 @cindex searching the Usenet
11103
11104 It's, like, too neat to search the Usenet for articles that match a
11105 string, but it, like, totally @emph{sucks}, like, totally, to use one of
11106 those, like, Web browsers, and you, like, have to, rilly, like, look at
11107 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
11108 searches without having to use a browser.
11109
11110 The @code{nnweb} backend allows an easy interface to the mighty search
11111 engine.  You create an @code{nnweb} group, enter a search pattern, and
11112 then enter the group and read the articles like you would any normal
11113 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
11114 Groups}) will do this in an easy-to-use fashion.
11115
11116 @code{nnweb} groups don't really lend themselves to being solid
11117 groups---they have a very fleeting idea of article numbers.  In fact,
11118 each time you enter an @code{nnweb} group (not even changing the search
11119 pattern), you are likely to get the articles ordered in a different
11120 manner.  Not even using duplicate suppression (@pxref{Duplicate
11121 Suppression}) will help, since @code{nnweb} doesn't even know the
11122 @code{Message-ID} of the articles before reading them using some search
11123 engines (DejaNews, for instance).  The only possible way to keep track
11124 of which articles you've read is by scoring on the @code{Date}
11125 header---mark all articles posted before the last date you read the
11126 group as read.
11127
11128 If the search engine changes its output substantially, @code{nnweb}
11129 won't be able to parse it and will fail.  One could hardly fault the Web
11130 providers if they were to do this---their @emph{raison d'être} is to
11131 make money off of advertisements, not to provide services to the
11132 community.  Since @code{nnweb} washes the ads off all the articles, one
11133 might think that the providers might be somewhat miffed.  We'll see.
11134
11135 You must have the @code{url} and @code{w3} package installed to be able
11136 to use @code{nnweb}.
11137
11138 Virtual server variables:
11139
11140 @table @code
11141 @item nnweb-type
11142 @vindex nnweb-type
11143 What search engine type is being used.  The currently supported types
11144 are @code{dejanews}, @code{dejanewsold}, @code{altavista} and
11145 @code{reference}.
11146
11147 @item nnweb-search
11148 @vindex nnweb-search
11149 The search string to feed to the search engine.
11150
11151 @item nnweb-max-hits
11152 @vindex nnweb-max-hits
11153 Advisory maximum number of hits per search to display.  The default is
11154 100.
11155
11156 @item nnweb-type-definition
11157 @vindex nnweb-type-definition
11158 Type-to-definition alist.  This alist says what @code{nnweb} should do
11159 with the various search engine types.  The following elements must be
11160 present:
11161
11162 @table @code
11163 @item article
11164 Function to decode the article and provide something that Gnus
11165 understands.
11166
11167 @item map
11168 Function to create an article number to message header and URL alist.
11169
11170 @item search
11171 Function to send the search string to the search engine.
11172
11173 @item address
11174 The address the aforementioned function should send the search string
11175 to.
11176
11177 @item id
11178 Format string URL to fetch an article by @code{Message-ID}.
11179 @end table
11180
11181 @end table
11182
11183
11184
11185 @node Mail-To-News Gateways
11186 @subsection Mail-To-News Gateways
11187 @cindex mail-to-news gateways
11188 @cindex gateways
11189
11190 If your local @code{nntp} server doesn't allow posting, for some reason
11191 or other, you can post using one of the numerous mail-to-news gateways.
11192 The @code{nngateway} backend provides the interface.
11193
11194 Note that you can't read anything from this backend---it can only be
11195 used to post with.
11196
11197 Server variables:
11198
11199 @table @code
11200 @item nngateway-address
11201 @vindex nngateway-address
11202 This is the address of the mail-to-news gateway.
11203
11204 @item nngateway-header-transformation
11205 @vindex nngateway-header-transformation
11206 News headers often have to be transformed in some odd way or other
11207 for the mail-to-news gateway to accept it.  This variable says what
11208 transformation should be called, and defaults to
11209 @code{nngateway-simple-header-transformation}.  The function is called
11210 narrowed to the headers to be transformed and with one parameter---the
11211 gateway address.
11212
11213 This default function just inserts a new @code{To} header based on the
11214 @code{Newsgroups} header and the gateway address.
11215 For instance, an article with this @code{Newsgroups} header:
11216
11217 @example
11218 Newsgroups: alt.religion.emacs
11219 @end example
11220
11221 will get this @code{From} header inserted:
11222
11223 @example
11224 To: alt-religion-emacs@@GATEWAY
11225 @end example
11226
11227 The following pre-defined functions exist:
11228
11229 @findex nngateway-simple-header-transformation
11230 @table @code
11231
11232 @item nngateway-simple-header-transformation
11233 Creates a @code{To} header that looks like
11234 @var{newsgroup}@@@code{nngateway-address}.
11235
11236 @findex nngateway-mail2news-header-transformation
11237
11238 @item nngateway-mail2news-header-transformation
11239 Creates a @code{To} header that looks like
11240 @code{nngateway-address}.
11241
11242 Here's an example:
11243
11244 @lisp
11245 (setq gnus-post-method
11246       '(nngateway "mail2news@@replay.com"
11247                   (nngateway-header-transformation
11248                    nngateway-mail2news-header-transformation)))
11249 @end lisp
11250
11251 @end table
11252
11253
11254 @end table
11255
11256 So, to use this, simply say something like:
11257
11258 @lisp
11259 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
11260 @end lisp
11261
11262
11263 @node Combined Groups
11264 @section Combined Groups
11265
11266 Gnus allows combining a mixture of all the other group types into bigger
11267 groups.
11268
11269 @menu
11270 * Virtual Groups::     Combining articles from many groups.
11271 * Kibozed Groups::     Looking through parts of the newsfeed for articles.
11272 @end menu
11273
11274
11275 @node Virtual Groups
11276 @subsection Virtual Groups
11277 @cindex nnvirtual
11278 @cindex virtual groups
11279 @cindex merging groups
11280
11281 An @dfn{nnvirtual group} is really nothing more than a collection of
11282 other groups.
11283
11284 For instance, if you are tired of reading many small groups, you can
11285 put them all in one big group, and then grow tired of reading one
11286 big, unwieldy group.  The joys of computing!
11287
11288 You specify @code{nnvirtual} as the method.  The address should be a
11289 regexp to match component groups.
11290
11291 All marks in the virtual group will stick to the articles in the
11292 component groups.  So if you tick an article in a virtual group, the
11293 article will also be ticked in the component group from whence it came.
11294 (And vice versa---marks from the component groups will also be shown in
11295 the virtual group.)
11296
11297 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
11298 newsgroups into one, big, happy newsgroup:
11299
11300 @lisp
11301 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
11302 @end lisp
11303
11304 The component groups can be native or foreign; everything should work
11305 smoothly, but if your computer explodes, it was probably my fault.
11306
11307 Collecting the same group from several servers might actually be a good
11308 idea if users have set the Distribution header to limit distribution.
11309 If you would like to read @samp{soc.motss} both from a server in Japan
11310 and a server in Norway, you could use the following as the group regexp:
11311
11312 @example
11313 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
11314 @end example
11315
11316 (Remember, though, that if you're creating the group with @kbd{G m}, you
11317 shouldn't double the backslashes, and you should leave off the quote
11318 characters at the beginning and the end of the string.)
11319
11320 This should work kinda smoothly---all articles from both groups should
11321 end up in this one, and there should be no duplicates.  Threading (and
11322 the rest) will still work as usual, but there might be problems with the
11323 sequence of articles.  Sorting on date might be an option here
11324 (@pxref{Selecting a Group}).
11325
11326 One limitation, however---all groups included in a virtual
11327 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
11328 zombie groups can't be component groups for @code{nnvirtual} groups.
11329
11330 @vindex nnvirtual-always-rescan
11331 If the @code{nnvirtual-always-rescan} is non-@code{nil},
11332 @code{nnvirtual} will always scan groups for unread articles when
11333 entering a virtual group.  If this variable is @code{nil} (which is the
11334 default) and you read articles in a component group after the virtual
11335 group has been activated, the read articles from the component group
11336 will show up when you enter the virtual group.  You'll also see this
11337 effect if you have two virtual groups that have a component group in
11338 common.  If that's the case, you should set this variable to @code{t}.
11339 Or you can just tap @code{M-g} on the virtual group every time before
11340 you enter it---it'll have much the same effect.
11341
11342 @code{nnvirtual} can have both mail and news groups as component groups.
11343 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
11344 has to ask the backend of the component group the article comes from
11345 whether it is a news or mail backend.  However, when you do a @kbd{^},
11346 there is typically no sure way for the component backend to know this,
11347 and in that case @code{nnvirtual} tells Gnus that the article came from a
11348 not-news backend.  (Just to be on the safe side.)
11349
11350 @kbd{C-c C-t} in the message buffer will insert the @code{Newsgroups}
11351 line from the article you respond to in these cases.
11352
11353
11354
11355 @node Kibozed Groups
11356 @subsection Kibozed Groups
11357 @cindex nnkiboze
11358 @cindex kibozing
11359
11360 @dfn{Kibozing} is defined by @sc{oed} as ``grepping through (parts of)
11361 the news feed''.  @code{nnkiboze} is a backend that will do this for
11362 you.  Oh joy!  Now you can grind any @sc{nntp} server down to a halt
11363 with useless requests!  Oh happiness!
11364
11365 @kindex G k (Group)
11366 To create a kibozed group, use the @kbd{G k} command in the group
11367 buffer.
11368
11369 The address field of the @code{nnkiboze} method is, as with
11370 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
11371 @code{nnkiboze} group.  That's where most similarities between @code{nnkiboze}
11372 and @code{nnvirtual} end.
11373
11374 In addition to this regexp detailing component groups, an @code{nnkiboze} group
11375 must have a score file to say what articles are to be included in
11376 the group (@pxref{Scoring}).
11377
11378 @kindex M-x nnkiboze-generate-groups
11379 @findex nnkiboze-generate-groups
11380 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
11381 @code{nnkiboze} groups you want to have.  This command will take time.  Lots of
11382 time.  Oodles and oodles of time.  Gnus has to fetch the headers from
11383 all the articles in all the component groups and run them through the
11384 scoring process to determine if there are any articles in the groups
11385 that are to be part of the @code{nnkiboze} groups.
11386
11387 Please limit the number of component groups by using restrictive
11388 regexps.  Otherwise your sysadmin may become annoyed with you, and the
11389 @sc{nntp} site may throw you off and never let you back in again.
11390 Stranger things have happened.
11391
11392 @code{nnkiboze} component groups do not have to be alive---they can be dead,
11393 and they can be foreign.  No restrictions.
11394
11395 @vindex nnkiboze-directory
11396 The generation of an @code{nnkiboze} group means writing two files in
11397 @code{nnkiboze-directory}, which is @file{~/News/} by default.  One
11398 contains the @sc{nov} header lines for all the articles in the group,
11399 and the other is an additional @file{.newsrc} file to store information
11400 on what groups have been searched through to find component articles.
11401
11402 Articles marked as read in the @code{nnkiboze} group will have
11403 their @sc{nov} lines removed from the @sc{nov} file.
11404
11405
11406 @node Gnus Unplugged
11407 @section Gnus Unplugged
11408 @cindex offline
11409 @cindex unplugged
11410 @cindex Agent
11411 @cindex Gnus Agent
11412 @cindex Gnus Unplugged
11413
11414 In olden times (ca. February '88), people used to run their newsreaders
11415 on big machines with permanent connections to the net.  News transport
11416 was dealt with by news servers, and all the newsreaders had to do was to
11417 read news.  Believe it or not.
11418
11419 Nowadays most people read news and mail at home, and use some sort of
11420 modem to connect to the net.  To avoid running up huge phone bills, it
11421 would be nice to have a way to slurp down all the news and mail, hang up
11422 the phone, read for several hours, and then upload any responses you
11423 have to make.  And then you repeat the procedure.
11424
11425 Of course, you can use news servers for doing this as well.  I've used
11426 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
11427 for some years, but doing that's a bore.  Moving the news server
11428 functionality up to the newsreader makes sense if you're the only person
11429 reading news on a machine.
11430
11431 Using Gnus as an ``offline'' newsreader is quite simple.
11432
11433 @itemize @bullet
11434 @item
11435 First, set up Gnus as you would do if you were running it on a machine
11436 that has full connection to the net.  Go ahead.  I'll still be waiting
11437 here.
11438
11439 @item
11440 Then, put the following magical incantation at the end of your
11441 @file{.gnus.el} file:
11442
11443 @lisp
11444 (gnus-agentize)
11445 @end lisp
11446 @end itemize
11447
11448 That's it.  Gnus is now an ``offline'' newsreader.
11449
11450 Of course, to use it as such, you have to learn a few new commands.
11451
11452 @menu
11453 * Agent Basics::           How it all is supposed to work.
11454 * Agent Categories::       How to tell the Gnus Agent what to download.
11455 * Agent Commands::         New commands for all the buffers.
11456 * Agent Expiry::           How to make old articles go away.
11457 * Outgoing Messages::      What happens when you post/mail something?
11458 * Agent Variables::        Customizing is fun.
11459 * Example Setup::          An example @file{.gnus.el} file for offline people.
11460 * Batching Agents::        How to fetch news from a @code{cron} job.
11461 @end menu
11462
11463
11464 @node Agent Basics
11465 @subsection Agent Basics
11466
11467 First, let's get some terminology out of the way.
11468
11469 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
11470 connection to the net (and notified the Agent that this is the case).
11471 When the connection to the net is up again (and Gnus knows this), the
11472 Agent is @dfn{plugged}.
11473
11474 The @dfn{local} machine is the one you're running on, and which isn't
11475 connected to the net continuously.
11476
11477 @dfn{Downloading} means fetching things from the net to your local
11478 machine.  @dfn{Uploading} is doing the opposite.
11479
11480 Let's take a typical Gnus session using the Agent.
11481
11482 @itemize @bullet
11483
11484 @item
11485 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
11486 Agent in a disconnected state.  You can read all the news that you have
11487 already fetched while in this mode.
11488
11489 @item
11490 You then decide to see whether any new news has arrived.  You connect
11491 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
11492 to make Gnus become @dfn{plugged}.
11493
11494 @item
11495 You can then read the new news immediately, or you can download the news
11496 onto your local machine.  If you want to do the latter, you press @kbd{J
11497 s} to fetch all the eligible articles in all the groups.  (To let Gnus
11498 know which articles you want to download, @pxref{Agent Categories}.)
11499
11500 @item
11501 After fetching the articles, you press @kbd{J j} to make Gnus become
11502 unplugged again, and you shut down the PPP thing (or whatever).  And
11503 then you read the news offline.
11504
11505 @item
11506 And then you go to step 2.
11507 @end itemize
11508
11509 Here are some things you should do the first time (or so) that you use
11510 the Agent.
11511
11512 @itemize @bullet
11513
11514 @item
11515 Decide which servers should be covered by the Agent.  If you have a mail
11516 backend, it would probably be nonsensical to have it covered by the
11517 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
11518 @kbd{J a} the server (or servers) that you wish to have covered by the
11519 Agent (@pxref{Server Agent Commands}).  This will typically be only the
11520 primary select method, which is listed on the bottom in the buffer.
11521
11522 @item
11523 Decide on download policy.  @xref{Agent Categories}
11524
11525 @item
11526 Uhm... that's it.
11527 @end itemize
11528
11529
11530 @node Agent Categories
11531 @subsection Agent Categories
11532
11533 One of the main reasons to integrate the news transport layer into the
11534 newsreader is to allow greater control over what articles to download.
11535 There's not much point in downloading huge amounts of articles, just to
11536 find out that you're not interested in reading any of them.  It's better
11537 to be somewhat more conservative in choosing what to download, and then
11538 mark the articles for downloading manually if it should turn out that
11539 you're interested in the articles anyway.
11540
11541 The main way to control what is to be downloaded is to create a
11542 @dfn{category} and then assign some (or all) groups to this category.
11543 Gnus has its own buffer for creating and managing categories.
11544
11545 @menu
11546 * Category Syntax::       What a category looks like.
11547 * The Category Buffer::   A buffer for maintaining categories.
11548 * Category Variables::    Customize'r'Us.
11549 @end menu
11550
11551
11552 @node Category Syntax
11553 @subsubsection Category Syntax
11554
11555 A category consists of two things.
11556
11557 @enumerate
11558 @item
11559 A predicate which (generally) gives a rough outline of which articles
11560 are eligible for downloading; and
11561
11562 @item
11563 a score rule which (generally) gives you a finer granularity when
11564 deciding what articles to download.  (Note that this @dfn{download
11565 score} is wholly unrelated to normal scores.)
11566 @end enumerate
11567
11568 A predicate consists of predicates with logical operators sprinkled in
11569 between.
11570
11571 Perhaps some examples are in order.
11572
11573 Here's a simple predicate.  (It's the default predicate, in fact, used
11574 for all groups that don't belong to any other category.)
11575
11576 @lisp
11577 short
11578 @end lisp
11579
11580 Quite simple, eh?  This predicate is true if and only if the article is
11581 short (for some value of ``short'').
11582
11583 Here's a more complex predicate:
11584
11585 @lisp
11586 (or high
11587     (and
11588      (not low)
11589      (not long)))
11590 @end lisp
11591
11592 This means that an article should be downloaded if it has a high score,
11593 or if the score is not low and the article is not long.  You get the
11594 drift.
11595
11596 The available logical operators are @code{or}, @code{and} and
11597 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
11598 @samp{|}, @code{&} and @code{!} instead.)
11599
11600 The following predicates are pre-defined, but if none of these fit what
11601 you want to do, you can write your own.
11602
11603 @table @code
11604 @item short
11605 True iff the article is shorter than @code{gnus-agent-short-article}
11606 lines; default 100.
11607
11608 @item long
11609 True iff the article is longer than @code{gnus-agent-long-article}
11610 lines; default 200.
11611
11612 @item low
11613 True iff the article has a download score less than
11614 @code{gnus-agent-low-score}; default 0.
11615
11616 @item high
11617 True iff the article has a download score greater than
11618 @code{gnus-agent-high-score}; default 0.
11619
11620 @item spam
11621 True iff the Gnus Agent guesses that the article is spam.  The
11622 heuristics may change over time, but at present it just computes a
11623 checksum and sees whether articles match.
11624
11625 @item true
11626 Always true.
11627
11628 @item false
11629 Always false.
11630 @end table
11631
11632 If you want to create your own predicate function, here's what you have
11633 to know:  The functions are called with no parameters, but the
11634 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
11635 useful values.
11636
11637 Now, the syntax of the download score is the same as the syntax of
11638 normal score files, except that all elements that require actually
11639 seeing the article itself are verboten.  This means that only the
11640 following headers can be scored on: @code{From}, @code{Subject},
11641 @code{Date}, @code{Xref}, @code{Lines}, @code{Chars}, @code{Message-ID},
11642 and @code{References}.
11643
11644
11645 @node The Category Buffer
11646 @subsubsection The Category Buffer
11647
11648 You'd normally do all category maintenance from the category buffer.
11649 When you enter it for the first time (with the @kbd{J c} command from
11650 the group buffer), you'll only see the @code{default} category.
11651
11652 The following commands are available in this buffer:
11653
11654 @table @kbd
11655 @item q
11656 @kindex q (Category)
11657 @findex gnus-category-exit
11658 Return to the group buffer (@code{gnus-category-exit}).
11659
11660 @item k
11661 @kindex k (Category)
11662 @findex gnus-category-kill
11663 Kill the current category (@code{gnus-category-kill}).
11664
11665 @item c
11666 @kindex c (Category)
11667 @findex gnus-category-copy
11668 Copy the current category (@code{gnus-category-copy}).
11669
11670 @item a
11671 @kindex a (Category)
11672 @findex gnus-category-add
11673 Add a new category (@code{gnus-category-add}).
11674
11675 @item p
11676 @kindex p (Category)
11677 @findex gnus-category-edit-predicate
11678 Edit the predicate of the current category
11679 (@code{gnus-category-edit-predicate}).
11680
11681 @item g
11682 @kindex g (Category)
11683 @findex gnus-category-edit-groups
11684 Edit the list of groups belonging to the current category
11685 (@code{gnus-category-edit-groups}).
11686
11687 @item s
11688 @kindex s (Category)
11689 @findex gnus-category-edit-score
11690 Edit the download score rule of the current category
11691 (@code{gnus-category-edit-score}).
11692
11693 @item l
11694 @kindex l (Category)
11695 @findex gnus-category-list
11696 List all the categories (@code{gnus-category-list}).
11697 @end table
11698
11699
11700 @node Category Variables
11701 @subsubsection Category Variables
11702
11703 @table @code
11704 @item gnus-category-mode-hook
11705 @vindex gnus-category-mode-hook
11706 Hook run in category buffers.
11707
11708 @item gnus-category-line-format
11709 @vindex gnus-category-line-format
11710 Format of the lines in the category buffer (@pxref{Formatting
11711 Variables}).  Valid elements are:
11712
11713 @table @samp
11714 @item c
11715 The name of the category.
11716
11717 @item g
11718 The number of groups in the category.
11719 @end table
11720
11721 @item gnus-category-mode-line-format
11722 @vindex gnus-category-mode-line-format
11723 Format of the category mode line (@pxref{Mode Line Formatting}).
11724
11725 @item gnus-agent-short-article
11726 @vindex gnus-agent-short-article
11727 Articles that have fewer lines than this are short.  Default 100.
11728
11729 @item gnus-agent-long-article
11730 @vindex gnus-agent-long-article
11731 Articles that have more lines than this are long.  Default 200.
11732
11733 @item gnus-agent-low-score
11734 @vindex gnus-agent-low-score
11735 Articles that have a score lower than this have a low score.  Default
11736 0.
11737
11738 @item gnus-agent-high-score
11739 @vindex gnus-agent-high-score
11740 Articles that have a score higher than this have a high score.  Default
11741 0.
11742
11743 @end table
11744
11745
11746 @node Agent Commands
11747 @subsection Agent Commands
11748
11749 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
11750 (@code{gnus-agent-toggle-plugged} command works in all modes, and
11751 toggles the plugged/unplugged state of the Gnus Agent.
11752
11753
11754 @menu
11755 * Group Agent Commands::
11756 * Summary Agent Commands::
11757 * Server Agent Commands::
11758 @end menu
11759
11760 You can run a complete batch fetch from the command line with the
11761 following incantation:
11762
11763 @cindex gnus-agent-batch-fetch
11764 @example
11765 $ emacs -batch -l ~/.gnus.el -f gnus-agent-batch-fetch
11766 @end example
11767
11768
11769
11770 @node Group Agent Commands
11771 @subsubsection Group Agent Commands
11772
11773 @table @kbd
11774 @item J u
11775 @kindex J u (Agent Group)
11776 @findex gnus-agent-fetch-groups
11777 Fetch all eligible articles in the current group
11778 (@code{gnus-agent-fetch-groups}).
11779
11780 @item J c
11781 @kindex J c (Agent Group)
11782 @findex gnus-enter-category-buffer
11783 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
11784
11785 @item J s
11786 @kindex J s (Agent Group)
11787 @findex gnus-agent-fetch-session
11788 Fetch all eligible articles in all groups
11789 (@code{gnus-agent-fetch-session}).
11790
11791 @item J S
11792 @kindex J S (Agent Group)
11793 @findex gnus-group-send-drafts
11794 Send all sendable messages in the draft group
11795 (@code{gnus-agent-fetch-session}).  @xref{Drafts}
11796
11797 @item J a
11798 @kindex J a (Agent Group)
11799 @findex gnus-agent-add-group
11800 Add the current group to an Agent category
11801 (@code{gnus-agent-add-group}).
11802
11803 @end table
11804
11805
11806 @node Summary Agent Commands
11807 @subsubsection Summary Agent Commands
11808
11809 @table @kbd
11810 @item J #
11811 @kindex J # (Agent Summary)
11812 @findex gnus-agent-mark-article
11813 Mark the article for downloading (@code{gnus-agent-mark-article}).
11814
11815 @item J M-#
11816 @kindex J M-# (Agent Summary)
11817 @findex gnus-agent-unmark-article
11818 Remove the downloading mark from the article
11819 (@code{gnus-agent-unmark-article}).
11820
11821 @item @@ 
11822 @kindex @@ (Agent Summary)
11823 @findex gnus-agent-toggle-mark
11824 Toggle whether to download the article (@code{gnus-agent-toggle-mark}).
11825
11826 @item J c
11827 @kindex J c (Agent Summary)
11828 @findex gnus-agent-catchup
11829 Mark all undownloaded articles as read (@code{gnus-agent-catchup}).
11830
11831 @end table
11832
11833
11834 @node Server Agent Commands
11835 @subsubsection Server Agent Commands
11836
11837 @table @kbd
11838 @item J a
11839 @kindex J a (Agent Server)
11840 @findex gnus-agent-add-server
11841 Add the current server to the list of servers covered by the Gnus Agent
11842 (@code{gnus-agent-add-server}).
11843
11844 @item J r
11845 @kindex J r (Agent Server)
11846 @findex gnus-agent-remove-server
11847 Remove the current server from the list of servers covered by the Gnus
11848 Agent (@code{gnus-agent-remove-server}).
11849
11850 @end table
11851
11852
11853 @node Agent Expiry
11854 @subsection Agent Expiry
11855
11856 @vindex gnus-agent-expiry-days
11857 @findex gnus-agent-expiry
11858 @kindex M-x gnus-agent-expiry
11859 @cindex Agent expiry
11860 @cindex Gnus Agent expiry
11861 @cindex expiry
11862
11863 @code{nnagent} doesn't handle expiry.  Instead, there's a special
11864 @code{gnus-agent-expiry} command that will expire all read articles that
11865 are older than @code{gnus-agent-expiry-days} days.  It can be run
11866 whenever you feel that you're running out of space.  It's not
11867 particularly fast or efficient, and it's not a particularly good idea to
11868 interrupt it (with @kbd{C-g} or anything else) once you've started it.
11869
11870 @vindex gnus-agent-expire-all
11871 if @code{gnus-agent-expire-all} is non-@code{nil}, this command will
11872 expire all articles---unread, read, ticked and dormant.  If @code{nil}
11873 (which is the default), only read articles are eligible for expiry, and
11874 unread, ticked and dormant articles will be kept indefinitely.
11875
11876
11877 @node Outgoing Messages
11878 @subsection Outgoing Messages
11879
11880 When Gnus is unplugged, all outgoing messages (both mail and news) are
11881 stored in the draft groups (@pxref{Drafts}).  You can view them there
11882 after posting, and edit them at will.
11883
11884 When Gnus is plugged again, you can send the messages either from the
11885 draft group with the special commands available there, or you can use
11886 the @kbd{J S} command in the group buffer to send all the sendable
11887 messages in the draft group.
11888
11889
11890
11891 @node Agent Variables
11892 @subsection Agent Variables
11893
11894 @table @code
11895 @item gnus-agent-directory
11896 @vindex gnus-agent-directory
11897 Where the Gnus Agent will store its files.  The default is
11898 @file{~/News/agent/}.
11899
11900 @item gnus-agent-handle-level
11901 @vindex gnus-agent-handle-level
11902 Groups on levels (@pxref{Group Levels}) higher than this variable will
11903 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
11904 which means that only subscribed group will be considered by the Agent
11905 by default.
11906
11907 @item gnus-agent-plugged-hook
11908 @vindex gnus-agent-plugged-hook
11909 Hook run when connecting to the network.
11910
11911 @item gnus-agent-unplugged-hook
11912 @vindex gnus-agent-unplugged-hook
11913 Hook run when disconnecting from the network.
11914
11915 @end table
11916
11917
11918 @node Example Setup
11919 @subsection Example Setup
11920
11921 If you don't want to read this manual, and you have a fairly standard
11922 setup, you may be able to use something like the following as your
11923 @file{.gnus.el} file to get started.
11924
11925 @lisp
11926 ;;; Define how Gnus is to fetch news.  We do this over NNTP
11927 ;;; from your ISP's server.
11928 (setq gnus-select-method '(nntp "nntp.your-isp.com"))
11929
11930 ;;; Define how Gnus is to read your mail.  We read mail from
11931 ;;; your ISP's POP server.
11932 (setenv "MAILHOST" "pop.your-isp.com")
11933 (setq nnmail-spool-file "po:username")
11934
11935 ;;; Say how Gnus is to store the mail.  We use nnml groups.
11936 (setq gnus-secondary-select-methods '((nnml "")))
11937
11938 ;;; Make Gnus into an offline newsreader.
11939 (gnus-agentize)
11940 @end lisp
11941
11942 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
11943 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
11944 gnus}.
11945
11946 If this is the first time you've run Gnus, you will be subscribed
11947 automatically to a few default newsgroups.  You'll probably want to
11948 subscribe to more groups, and to do that, you have to query the
11949 @sc{nntp} server for a complete list of groups with the @kbd{A A}
11950 command.  This usually takes quite a while, but you only have to do it
11951 once.
11952
11953 After reading and parsing a while, you'll be presented with a list of
11954 groups.  Subscribe to the ones you want to read with the @kbd{u}
11955 command.  @kbd{l} to make all the killed groups disappear after you've
11956 subscribe to all the groups you want to read.  (@kbd{A k} will bring
11957 back all the killed groups.)
11958
11959 You can now read the groups at once, or you can download the articles
11960 with the @kbd{J s} command.  And then read the rest of this manual to
11961 find out which of the other gazillion things you want to customize.
11962
11963
11964 @node Batching Agents
11965 @subsection Batching Agents
11966
11967 Having the Gnus Agent fetch articles (and post whatever messages you've
11968 written) is quite easy once you've gotten things set up properly.  The
11969 following shell script will do everything that is necessary:
11970
11971 @example
11972 #!/bin/sh
11973 emacs -batch -l ~/.emacs -f gnus-agent-batch >/dev/null
11974 @end example
11975
11976
11977
11978 @node Scoring
11979 @chapter Scoring
11980 @cindex scoring
11981
11982 Other people use @dfn{kill files}, but we here at Gnus Towers like
11983 scoring better than killing, so we'd rather switch than fight.  They do
11984 something completely different as well, so sit up straight and pay
11985 attention!
11986
11987 @vindex gnus-summary-mark-below
11988 All articles have a default score (@code{gnus-summary-default-score}),
11989 which is 0 by default.  This score may be raised or lowered either
11990 interactively or by score files.  Articles that have a score lower than
11991 @code{gnus-summary-mark-below} are marked as read.
11992
11993 Gnus will read any @dfn{score files} that apply to the current group
11994 before generating the summary buffer.
11995
11996 There are several commands in the summary buffer that insert score
11997 entries based on the current article.  You can, for instance, ask Gnus to
11998 lower or increase the score of all articles with a certain subject.
11999
12000 There are two sorts of scoring entries: Permanent and temporary.
12001 Temporary score entries are self-expiring entries.  Any entries that are
12002 temporary and have not been used for, say, a week, will be removed
12003 silently to help keep the sizes of the score files down.
12004
12005 @menu
12006 * Summary Score Commands::   Adding score entries for the current group.
12007 * Group Score Commands::     General score commands.
12008 * Score Variables::          Customize your scoring.  (My, what terminology).
12009 * Score File Format::        What a score file may contain.
12010 * Score File Editing::       You can edit score files by hand as well.
12011 * Adaptive Scoring::         Big Sister Gnus knows what you read.
12012 * Home Score File::          How to say where new score entries are to go.
12013 * Followups To Yourself::    Having Gnus notice when people answer you.
12014 * Scoring Tips::             How to score effectively.
12015 * Reverse Scoring::          That problem child of old is not problem.
12016 * Global Score Files::       Earth-spanning, ear-splitting score files.
12017 * Kill Files::               They are still here, but they can be ignored.
12018 * Converting Kill Files::    Translating kill files to score files.
12019 * GroupLens::                Getting predictions on what you like to read.
12020 * Advanced Scoring::         Using logical expressions to build score rules.
12021 * Score Decays::             It can be useful to let scores wither away.
12022 @end menu
12023
12024
12025 @node Summary Score Commands
12026 @section Summary Score Commands
12027 @cindex score commands
12028
12029 The score commands that alter score entries do not actually modify real
12030 score files.  That would be too inefficient.  Gnus maintains a cache of
12031 previously loaded score files, one of which is considered the
12032 @dfn{current score file alist}.  The score commands simply insert
12033 entries into this list, and upon group exit, this list is saved.
12034
12035 The current score file is by default the group's local score file, even
12036 if no such score file actually exists.  To insert score commands into
12037 some other score file (e.g. @file{all.SCORE}), you must first make this
12038 score file the current one.
12039
12040 General score commands that don't actually change the score file:
12041
12042 @table @kbd
12043
12044 @item V s
12045 @kindex V s (Summary)
12046 @findex gnus-summary-set-score
12047 Set the score of the current article (@code{gnus-summary-set-score}).
12048
12049 @item V S
12050 @kindex V S (Summary)
12051 @findex gnus-summary-current-score
12052 Display the score of the current article
12053 (@code{gnus-summary-current-score}).
12054
12055 @item V t
12056 @kindex V t (Summary)
12057 @findex gnus-score-find-trace
12058 Display all score rules that have been used on the current article
12059 (@code{gnus-score-find-trace}).
12060
12061 @item V R
12062 @kindex V R (Summary)
12063 @findex gnus-summary-rescore
12064 Run the current summary through the scoring process
12065 (@code{gnus-summary-rescore}).  This might be useful if you're playing
12066 around with your score files behind Gnus' back and want to see the
12067 effect you're having.
12068
12069 @item V c
12070 @kindex V c (Summary)
12071 @findex gnus-score-change-score-file
12072 Make a different score file the current
12073 (@code{gnus-score-change-score-file}).
12074
12075 @item V e
12076 @kindex V e (Summary)
12077 @findex gnus-score-edit-current-scores
12078 Edit the current score file (@code{gnus-score-edit-current-scores}).
12079 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
12080 File Editing}).
12081
12082 @item V f
12083 @kindex V f (Summary)
12084 @findex gnus-score-edit-file
12085 Edit a score file and make this score file the current one
12086 (@code{gnus-score-edit-file}).
12087
12088 @item V F
12089 @kindex V F (Summary)
12090 @findex gnus-score-flush-cache
12091 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
12092 after editing score files.
12093
12094 @item V C
12095 @kindex V C (Summary)
12096 @findex gnus-score-customize
12097 Customize a score file in a visually pleasing manner
12098 (@code{gnus-score-customize}).
12099
12100 @end table
12101
12102 The rest of these commands modify the local score file.
12103
12104 @table @kbd
12105
12106 @item V m
12107 @kindex V m (Summary)
12108 @findex gnus-score-set-mark-below
12109 Prompt for a score, and mark all articles with a score below this as
12110 read (@code{gnus-score-set-mark-below}).
12111
12112 @item V x
12113 @kindex V x (Summary)
12114 @findex gnus-score-set-expunge-below
12115 Prompt for a score, and add a score rule to the current score file to
12116 expunge all articles below this score
12117 (@code{gnus-score-set-expunge-below}).
12118 @end table
12119
12120 The keystrokes for actually making score entries follow a very regular
12121 pattern, so there's no need to list all the commands.  (Hundreds of
12122 them.)
12123
12124 @findex gnus-summary-increase-score
12125 @findex gnus-summary-lower-score
12126
12127 @enumerate
12128 @item
12129 The first key is either @kbd{I} (upper case i) for increasing the score
12130 or @kbd{L} for lowering the score.
12131 @item
12132 The second key says what header you want to score on.  The following
12133 keys are available:
12134 @table @kbd
12135
12136 @item a
12137 Score on the author name.
12138
12139 @item s
12140 Score on the subject line.
12141
12142 @item x
12143 Score on the Xref line---i.e., the cross-posting line.
12144
12145 @item r
12146 Score on the References line.
12147
12148 @item d
12149 Score on the date.
12150
12151 @item l
12152 Score on the number of lines.
12153
12154 @item i
12155 Score on the Message-ID.
12156
12157 @item f
12158 Score on followups.
12159
12160 @item b
12161 Score on the body.
12162
12163 @item h
12164 Score on the head.
12165
12166 @item t
12167 Score on thead.
12168
12169 @end table
12170
12171 @item
12172 The third key is the match type.  Which match types are valid depends on
12173 what headers you are scoring on.
12174
12175 @table @code
12176
12177 @item strings
12178
12179 @table @kbd
12180
12181 @item e
12182 Exact matching.
12183
12184 @item s
12185 Substring matching.
12186
12187 @item f
12188 Fuzzy matching (@pxref{Fuzzy Matching}).
12189
12190 @item r
12191 Regexp matching
12192 @end table
12193
12194 @item date
12195 @table @kbd
12196
12197 @item b
12198 Before date.
12199
12200 @item a
12201 After date.
12202
12203 @item n
12204 This date.
12205 @end table
12206
12207 @item number
12208 @table @kbd
12209
12210 @item <
12211 Less than number.
12212
12213 @item =
12214 Equal to number.
12215
12216 @item >
12217 Greater than number.
12218 @end table
12219 @end table
12220
12221 @item
12222 The fourth and final key says whether this is a temporary (i.e., expiring)
12223 score entry, or a permanent (i.e., non-expiring) score entry, or whether
12224 it is to be done immediately, without adding to the score file.
12225 @table @kbd
12226
12227 @item t
12228 Temporary score entry.
12229
12230 @item p
12231 Permanent score entry.
12232
12233 @item i
12234 Immediately scoring.
12235 @end table
12236
12237 @end enumerate
12238
12239 So, let's say you want to increase the score on the current author with
12240 exact matching permanently: @kbd{I a e p}.  If you want to lower the
12241 score based on the subject line, using substring matching, and make a
12242 temporary score entry: @kbd{L s s t}.  Pretty easy.
12243
12244 To make things a bit more complicated, there are shortcuts.  If you use
12245 a capital letter on either the second or third keys, Gnus will use
12246 defaults for the remaining one or two keystrokes.  The defaults are
12247 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
12248 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
12249
12250 These functions take both the numerical prefix and the symbolic prefix
12251 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
12252 (or increase) the score of the article.  A symbolic prefix of @code{a}
12253 says to use the @file{all.SCORE} file for the command instead of the
12254 current score file.
12255
12256 @vindex gnus-score-mimic-keymap
12257 The @code{gnus-score-mimic-keymap} says whether these commands will
12258 pretend they are keymaps or not.
12259
12260
12261 @node Group Score Commands
12262 @section Group Score Commands
12263 @cindex group score commands
12264
12265 There aren't many of these as yet, I'm afraid.
12266
12267 @table @kbd
12268
12269 @item W f
12270 @kindex W f (Group)
12271 @findex gnus-score-flush-cache
12272 Gnus maintains a cache of score alists to avoid having to reload them
12273 all the time.  This command will flush the cache
12274 (@code{gnus-score-flush-cache}).
12275
12276 @end table
12277
12278 You can do scoring from the command line by saying something like:
12279
12280 @findex gnus-batch-score
12281 @cindex batch scoring
12282 @example
12283 $ emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12284 @end example
12285
12286
12287 @node Score Variables
12288 @section Score Variables
12289 @cindex score variables
12290
12291 @table @code
12292
12293 @item gnus-use-scoring
12294 @vindex gnus-use-scoring
12295 If @code{nil}, Gnus will not check for score files, and will not, in
12296 general, do any score-related work.  This is @code{t} by default.
12297
12298 @item gnus-kill-killed
12299 @vindex gnus-kill-killed
12300 If this variable is @code{nil}, Gnus will never apply score files to
12301 articles that have already been through the kill process.  While this
12302 may save you lots of time, it also means that if you apply a kill file
12303 to a group, and then change the kill file and want to run it over you
12304 group again to kill more articles, it won't work.  You have to set this
12305 variable to @code{t} to do that.  (It is @code{t} by default.)
12306
12307 @item gnus-kill-files-directory
12308 @vindex gnus-kill-files-directory
12309 All kill and score files will be stored in this directory, which is
12310 initialized from the @code{SAVEDIR} environment variable by default.
12311 This is @file{~/News/} by default.
12312
12313 @item gnus-score-file-suffix
12314 @vindex gnus-score-file-suffix
12315 Suffix to add to the group name to arrive at the score file name
12316 (@samp{SCORE} by default.)
12317
12318 @item gnus-score-uncacheable-files
12319 @vindex gnus-score-uncacheable-files
12320 @cindex score cache
12321 All score files are normally cached to avoid excessive re-loading of
12322 score files.  However, if this might make you Emacs grow big and
12323 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
12324 @file{all.SCORE}, while it might be a good idea to not cache
12325 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
12326 variable is @samp{ADAPT$} by default, so no adaptive score files will
12327 be cached.
12328
12329 @item gnus-save-score
12330 @vindex gnus-save-score
12331 If you have really complicated score files, and do lots of batch
12332 scoring, then you might set this variable to @code{t}.  This will make
12333 Gnus save the scores into the @file{.newsrc.eld} file.
12334
12335 @item gnus-score-interactive-default-score
12336 @vindex gnus-score-interactive-default-score
12337 Score used by all the interactive raise/lower commands to raise/lower
12338 score with.  Default is 1000, which may seem excessive, but this is to
12339 ensure that the adaptive scoring scheme gets enough room to play with.
12340 We don't want the small changes from the adaptive scoring to overwrite
12341 manually entered data.
12342
12343 @item gnus-summary-default-score
12344 @vindex gnus-summary-default-score
12345 Default score of an article, which is 0 by default.
12346
12347 @item gnus-summary-expunge-below
12348 @vindex gnus-summary-expunge-below
12349 Don't display the summary lines of articles that have scores lower than
12350 this variable.  This is @code{nil} by default, which means that no
12351 articles will be hidden.  This variable is local to the summary buffers,
12352 and has to be set from @code{gnus-summary-mode-hook}.
12353
12354 @item gnus-score-over-mark
12355 @vindex gnus-score-over-mark
12356 Mark (in the third column) used for articles with a score over the
12357 default.  Default is @samp{+}.
12358
12359 @item gnus-score-below-mark
12360 @vindex gnus-score-below-mark
12361 Mark (in the third column) used for articles with a score below the
12362 default.  Default is @samp{-}.
12363
12364 @item gnus-score-find-score-files-function
12365 @vindex gnus-score-find-score-files-function
12366 Function used to find score files for the current group.  This function
12367 is called with the name of the group as the argument.
12368
12369 Predefined functions available are:
12370 @table @code
12371
12372 @item gnus-score-find-single
12373 @findex gnus-score-find-single
12374 Only apply the group's own score file.
12375
12376 @item gnus-score-find-bnews
12377 @findex gnus-score-find-bnews
12378 Apply all score files that match, using bnews syntax.  This is the
12379 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
12380 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
12381 @file{gnu.all.SCORE} would all apply.  In short, the instances of
12382 @samp{all} in the score file names are translated into @samp{.*}, and
12383 then a regexp match is done.
12384
12385 This means that if you have some score entries that you want to apply to
12386 all groups, then you put those entries in the @file{all.SCORE} file.
12387
12388 The score files are applied in a semi-random order, although Gnus will
12389 try to apply the more general score files before the more specific score
12390 files.  It does this by looking at the number of elements in the score
12391 file names---discarding the @samp{all} elements.
12392
12393 @item gnus-score-find-hierarchical
12394 @findex gnus-score-find-hierarchical
12395 Apply all score files from all the parent groups.  This means that you
12396 can't have score files like @file{all.SCORE}, but you can have
12397 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE}.
12398
12399 @end table
12400 This variable can also be a list of functions.  In that case, all these
12401 functions will be called, and all the returned lists of score files will
12402 be applied.  These functions can also return lists of score alists
12403 directly.  In that case, the functions that return these non-file score
12404 alists should probably be placed before the ``real'' score file
12405 functions, to ensure that the last score file returned is the local
12406 score file.  Phu.
12407
12408 @item gnus-score-expiry-days
12409 @vindex gnus-score-expiry-days
12410 This variable says how many days should pass before an unused score file
12411 entry is expired.  If this variable is @code{nil}, no score file entries
12412 are expired.  It's 7 by default.
12413
12414 @item gnus-update-score-entry-dates
12415 @vindex gnus-update-score-entry-dates
12416 If this variable is non-@code{nil}, matching score entries will have
12417 their dates updated.  (This is how Gnus controls expiry---all
12418 non-matching entries will become too old while matching entries will
12419 stay fresh and young.)  However, if you set this variable to @code{nil},
12420 even matching entries will grow old and will have to face that oh-so
12421 grim reaper.
12422
12423 @item gnus-score-after-write-file-function
12424 @vindex gnus-score-after-write-file-function
12425 Function called with the name of the score file just written.
12426
12427 @item gnus-score-thread-simplify
12428 @vindex gnus-score-thread-simplify
12429 If this variable is non-@code{nil}, article subjects will be simplified
12430 for subject scoring purposes in the same manner as with
12431 threading---according to the current value of
12432 gnus-simplify-subject-functions.  If the scoring entry uses
12433 @code{substring} or @code{exact} matching, the match will also be
12434 simplified in this manner.
12435
12436 @end table
12437
12438
12439 @node Score File Format
12440 @section Score File Format
12441 @cindex score file format
12442
12443 A score file is an @code{emacs-lisp} file that normally contains just a
12444 single form.  Casual users are not expected to edit these files;
12445 everything can be changed from the summary buffer.
12446
12447 Anyway, if you'd like to dig into it yourself, here's an example:
12448
12449 @lisp
12450 (("from"
12451   ("Lars Ingebrigtsen" -10000)
12452   ("Per Abrahamsen")
12453   ("larsi\\|lmi" -50000 nil R))
12454  ("subject"
12455   ("Ding is Badd" nil 728373))
12456  ("xref"
12457   ("alt.politics" -1000 728372 s))
12458  ("lines"
12459   (2 -100 nil <))
12460  (mark 0)
12461  (expunge -1000)
12462  (mark-and-expunge -10)
12463  (read-only nil)
12464  (orphan -10)
12465  (adapt t)
12466  (files "/hom/larsi/News/gnu.SCORE")
12467  (exclude-files "all.SCORE")
12468  (local (gnus-newsgroup-auto-expire t)
12469         (gnus-summary-make-false-root empty))
12470  (eval (ding)))
12471 @end lisp
12472
12473 This example demonstrates most score file elements.  For a different
12474 approach, see @pxref{Advanced Scoring}.
12475
12476 Even though this looks much like lisp code, nothing here is actually
12477 @code{eval}ed.  The lisp reader is used to read this form, though, so it
12478 has to be valid syntactically, if not semantically.
12479
12480 Six keys are supported by this alist:
12481
12482 @table @code
12483
12484 @item STRING
12485 If the key is a string, it is the name of the header to perform the
12486 match on.  Scoring can only be performed on these eight headers:
12487 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
12488 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
12489 these headers, there are three strings to tell Gnus to fetch the entire
12490 article and do the match on larger parts of the article: @code{Body}
12491 will perform the match on the body of the article, @code{Head} will
12492 perform the match on the head of the article, and @code{All} will
12493 perform the match on the entire article.  Note that using any of these
12494 last three keys will slow down group entry @emph{considerably}.  The
12495 final ``header'' you can score on is @code{Followup}.  These score
12496 entries will result in new score entries being added for all follow-ups
12497 to articles that matches these score entries.
12498
12499 Following this key is a arbitrary number of score entries, where each
12500 score entry has one to four elements.
12501 @enumerate
12502
12503 @item
12504 The first element is the @dfn{match element}.  On most headers this will
12505 be a string, but on the Lines and Chars headers, this must be an
12506 integer.
12507
12508 @item
12509 If the second element is present, it should be a number---the @dfn{score
12510 element}.  This number should be an integer in the neginf to posinf
12511 interval.  This number is added to the score of the article if the match
12512 is successful.  If this element is not present, the
12513 @code{gnus-score-interactive-default-score} number will be used
12514 instead.  This is 1000 by default.
12515
12516 @item
12517 If the third element is present, it should be a number---the @dfn{date
12518 element}.  This date says when the last time this score entry matched,
12519 which provides a mechanism for expiring the score entries.  It this
12520 element is not present, the score entry is permanent.  The date is
12521 represented by the number of days since December 31, 1 BCE.
12522
12523 @item
12524 If the fourth element is present, it should be a symbol---the @dfn{type
12525 element}.  This element specifies what function should be used to see
12526 whether this score entry matches the article.  What match types that can
12527 be used depends on what header you wish to perform the match on.
12528 @table @dfn
12529
12530 @item From, Subject, References, Xref, Message-ID
12531 For most header types, there are the @code{r} and @code{R} (regexp), as
12532 well as @code{s} and @code{S} (substring) types, and @code{e} and
12533 @code{E} (exact match), and @code{w} (word match) types.  If this
12534 element is not present, Gnus will assume that substring matching should
12535 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
12536 that the matches will be done in a case-sensitive manner.  All these
12537 one-letter types are really just abbreviations for the @code{regexp},
12538 @code{string}, @code{exact}, and @code{word} types, which you can use
12539 instead, if you feel like.
12540
12541 @item Lines, Chars
12542 These two headers use different match types: @code{<}, @code{>},
12543 @code{=}, @code{>=} and @code{<=}.
12544
12545 These predicates are true if
12546
12547 @example
12548 (PREDICATE HEADER MATCH)
12549 @end example
12550
12551 evaluates to non-@code{nil}.  For instance, the advanced match
12552 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
12553 following form:
12554
12555 @lisp
12556 (< header-value 4)
12557 @end lisp
12558
12559 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
12560 the match, we get the score added if the article has less than 4 lines.
12561 (It's easy to get confused and think it's the other way around.  But
12562 it's not.  I think.)
12563
12564 When matching on @code{Lines}, be careful because some backends (like
12565 @code{nndir}) do not generate @code{Lines} header, so every article ends
12566 up being marked as having 0 lines.  This can lead to strange results if
12567 you happen to lower score of the articles with few lines.
12568
12569 @item Date
12570 For the Date header we have three kinda silly match types:
12571 @code{before}, @code{at} and @code{after}.  I can't really imagine this
12572 ever being useful, but, like, it would feel kinda silly not to provide
12573 this function.  Just in case.  You never know.  Better safe than sorry.
12574 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
12575 sex on a first date.  (I have been told that at least one person, and I
12576 quote, ``found this function indispensable'', however.)
12577
12578 @cindex ISO8601
12579 @cindex date
12580 A more useful match type is @code{regexp}.  With it, you can match the
12581 date string using a regular expression.  The date is normalized to
12582 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
12583 you want to match all articles that have been posted on April 1st in
12584 every year, you could use @samp{....0401.........} as a match string,
12585 for instance.  (Note that the date is kept in its original time zone, so
12586 this will match articles that were posted when it was April 1st where
12587 the article was posted from.  Time zones are such wholesome fun for the
12588 whole family, eh?)
12589
12590 @item Head, Body, All
12591 These three match keys use the same match types as the @code{From} (etc)
12592 header uses.
12593
12594 @item Followup
12595 This match key is somewhat special, in that it will match the
12596 @code{From} header, and affect the score of not only the matching
12597 articles, but also all followups to the matching articles.  This allows
12598 you e.g. increase the score of followups to your own articles, or
12599 decrease the score of followups to the articles of some known
12600 trouble-maker.  Uses the same match types as the @code{From} header
12601 uses.  (Using this match key will lead to creation of @file{ADAPT}
12602 files.)
12603
12604 @item Thread
12605 This match key works along the same lines as the @code{Followup} match
12606 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
12607 @samp{thread} match.  This will add a new @samp{thread} match for each
12608 article that has @var{X} in its @code{References} header.  (These new
12609 @samp{thread} matches will use the @code{Message-ID}s of these matching
12610 articles.)  This will ensure that you can raise/lower the score of an
12611 entire thread, even though some articles in the thread may not have
12612 complete @code{References} headers.  Note that using this may lead to
12613 undeterministic scores of the articles in the thread.  (Using this match
12614 key will lead to creation of @file{ADAPT} files.)
12615 @end table
12616 @end enumerate
12617
12618 @cindex Score File Atoms
12619 @item mark
12620 The value of this entry should be a number.  Any articles with a score
12621 lower than this number will be marked as read.
12622
12623 @item expunge
12624 The value of this entry should be a number.  Any articles with a score
12625 lower than this number will be removed from the summary buffer.
12626
12627 @item mark-and-expunge
12628 The value of this entry should be a number.  Any articles with a score
12629 lower than this number will be marked as read and removed from the
12630 summary buffer.
12631
12632 @item thread-mark-and-expunge
12633 The value of this entry should be a number.  All articles that belong to
12634 a thread that has a total score below this number will be marked as read
12635 and removed from the summary buffer.  @code{gnus-thread-score-function}
12636 says how to compute the total score for a thread.
12637
12638 @item files
12639 The value of this entry should be any number of file names.  These files
12640 are assumed to be score files as well, and will be loaded the same way
12641 this one was.
12642
12643 @item exclude-files
12644 The clue of this entry should be any number of files.  These files will
12645 not be loaded, even though they would normally be so, for some reason or
12646 other.
12647
12648 @item eval
12649 The value of this entry will be @code{eval}el.  This element will be
12650 ignored when handling global score files.
12651
12652 @item read-only
12653 Read-only score files will not be updated or saved.  Global score files
12654 should feature this atom (@pxref{Global Score Files}).  (Note:
12655 @dfn{Global} here really means @dfn{global}; not your personal
12656 apply-to-all-groups score files.)
12657
12658 @item orphan
12659 The value of this entry should be a number.  Articles that do not have
12660 parents will get this number added to their scores.  Imagine you follow
12661 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
12662 will only follow a few of the threads, also want to see any new threads.
12663
12664 You can do this with the following two score file entries:
12665
12666 @example
12667         (orphan -500)
12668         (mark-and-expunge -100)
12669 @end example
12670
12671 When you enter the group the first time, you will only see the new
12672 threads.  You then raise the score of the threads that you find
12673 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
12674 rest.  Next time you enter the group, you will see new articles in the
12675 interesting threads, plus any new threads.
12676
12677 I.e.---the orphan score atom is for high-volume groups where there
12678 exist a few interesting threads which can't be found automatically by
12679 ordinary scoring rules.
12680
12681 @item adapt
12682 This entry controls the adaptive scoring.  If it is @code{t}, the
12683 default adaptive scoring rules will be used.  If it is @code{ignore}, no
12684 adaptive scoring will be performed on this group.  If it is a list, this
12685 list will be used as the adaptive scoring rules.  If it isn't present,
12686 or is something other than @code{t} or @code{ignore}, the default
12687 adaptive scoring rules will be used.  If you want to use adaptive
12688 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
12689 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
12690 not want adaptive scoring.  If you only want adaptive scoring in a few
12691 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
12692 insert @code{(adapt t)} in the score files of the groups where you want
12693 it.
12694
12695 @item adapt-file
12696 All adaptive score entries will go to the file named by this entry.  It
12697 will also be applied when entering the group.  This atom might be handy
12698 if you want to adapt on several groups at once, using the same adaptive
12699 file for a number of groups.
12700
12701 @item local
12702 @cindex local variables
12703 The value of this entry should be a list of @code{(VAR VALUE)} pairs.
12704 Each @var{var} will be made buffer-local to the current summary buffer,
12705 and set to the value specified.  This is a convenient, if somewhat
12706 strange, way of setting variables in some groups if you don't like hooks
12707 much.  Note that the @var{value} won't be evaluated.
12708 @end table
12709
12710
12711 @node Score File Editing
12712 @section Score File Editing
12713
12714 You normally enter all scoring commands from the summary buffer, but you
12715 might feel the urge to edit them by hand as well, so we've supplied you
12716 with a mode for that.
12717
12718 It's simply a slightly customized @code{emacs-lisp} mode, with these
12719 additional commands:
12720
12721 @table @kbd
12722
12723 @item C-c C-c
12724 @kindex C-c C-c (Score)
12725 @findex gnus-score-edit-done
12726 Save the changes you have made and return to the summary buffer
12727 (@code{gnus-score-edit-done}).
12728
12729 @item C-c C-d
12730 @kindex C-c C-d (Score)
12731 @findex gnus-score-edit-insert-date
12732 Insert the current date in numerical format
12733 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
12734 you were wondering.
12735
12736 @item C-c C-p
12737 @kindex C-c C-p (Score)
12738 @findex gnus-score-pretty-print
12739 The adaptive score files are saved in an unformatted fashion.  If you
12740 intend to read one of these files, you want to @dfn{pretty print} it
12741 first.  This command (@code{gnus-score-pretty-print}) does that for
12742 you.
12743
12744 @end table
12745
12746 Type @kbd{M-x gnus-score-mode} to use this mode.
12747
12748 @vindex gnus-score-mode-hook
12749 @code{gnus-score-menu-hook} is run in score mode buffers.
12750
12751 In the summary buffer you can use commands like @kbd{V f} and @kbd{V
12752 e} to begin editing score files.
12753
12754
12755 @node Adaptive Scoring
12756 @section Adaptive Scoring
12757 @cindex adaptive scoring
12758
12759 If all this scoring is getting you down, Gnus has a way of making it all
12760 happen automatically---as if by magic.  Or rather, as if by artificial
12761 stupidity, to be precise.
12762
12763 @vindex gnus-use-adaptive-scoring
12764 When you read an article, or mark an article as read, or kill an
12765 article, you leave marks behind.  On exit from the group, Gnus can sniff
12766 these marks and add score elements depending on what marks it finds.
12767 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
12768 @code{t} or @code{(line)}.  If you want score adaptively on separate
12769 words appearing in the subjects, you should set this variable to
12770 @code{(word)}.  If you want to use both adaptive methods, set this
12771 variable to @code{(word line)}.
12772
12773 @vindex gnus-default-adaptive-score-alist
12774 To give you complete control over the scoring process, you can customize
12775 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
12776 might look something like this:
12777
12778 @lisp
12779 (defvar gnus-default-adaptive-score-alist
12780   '((gnus-unread-mark)
12781     (gnus-ticked-mark (from 4))
12782     (gnus-dormant-mark (from 5))
12783     (gnus-del-mark (from -4) (subject -1))
12784     (gnus-read-mark (from 4) (subject 2))
12785     (gnus-expirable-mark (from -1) (subject -1))
12786     (gnus-killed-mark (from -1) (subject -3))
12787     (gnus-kill-file-mark)
12788     (gnus-ancient-mark)
12789     (gnus-low-score-mark)
12790     (gnus-catchup-mark (from -1) (subject -1))))
12791 @end lisp
12792
12793 As you see, each element in this alist has a mark as a key (either a
12794 variable name or a ``real'' mark---a character).  Following this key is
12795 a arbitrary number of header/score pairs.  If there are no header/score
12796 pairs following the key, no adaptive scoring will be done on articles
12797 that have that key as the article mark.  For instance, articles with
12798 @code{gnus-unread-mark} in the example above will not get adaptive score
12799 entries.
12800
12801 Each article can have only one mark, so just a single of these rules
12802 will be applied to each article.
12803
12804 To take @code{gnus-del-mark} as an example---this alist says that all
12805 articles that have that mark (i.e., are marked with @samp{D}) will have a
12806 score entry added to lower based on the @code{From} header by -4, and
12807 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
12808
12809 If you have marked 10 articles with the same subject with
12810 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
12811 That means that that subject will get a score of ten times -1, which
12812 should be, unless I'm much mistaken, -10.
12813
12814 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
12815 the read articles will be marked with the @samp{E} mark.  This'll
12816 probably make adaptive scoring slightly impossible, so auto-expiring and
12817 adaptive scoring doesn't really mix very well.
12818
12819 The headers you can score on are @code{from}, @code{subject},
12820 @code{message-id}, @code{references}, @code{xref}, @code{lines},
12821 @code{chars} and @code{date}.  In addition, you can score on
12822 @code{followup}, which will create an adaptive score entry that matches
12823 on the @code{References} header using the @code{Message-ID} of the
12824 current article, thereby matching the following thread.
12825
12826 You can also score on @code{thread}, which will try to score all
12827 articles that appear in a thread.  @code{thread} matches uses a
12828 @code{Message-ID} to match on the @code{References} header of the
12829 article.  If the match is made, the @code{Message-ID} of the article is
12830 added to the @code{thread} rule.  (Think about it.  I'd recommend two
12831 aspirins afterwards.)
12832
12833 If you use this scheme, you should set the score file atom @code{mark}
12834 to something small---like -300, perhaps, to avoid having small random
12835 changes result in articles getting marked as read.
12836
12837 After using adaptive scoring for a week or so, Gnus should start to
12838 become properly trained and enhance the authors you like best, and kill
12839 the authors you like least, without you having to say so explicitly.
12840
12841 You can control what groups the adaptive scoring is to be performed on
12842 by using the score files (@pxref{Score File Format}).  This will also
12843 let you use different rules in different groups.
12844
12845 @vindex gnus-adaptive-file-suffix
12846 The adaptive score entries will be put into a file where the name is the
12847 group name with @code{gnus-adaptive-file-suffix} appended.  The default
12848 is @samp{ADAPT}.
12849
12850 @vindex gnus-score-exact-adapt-limit
12851 When doing adaptive scoring, substring or fuzzy matching would probably
12852 give you the best results in most cases.  However, if the header one
12853 matches is short, the possibility for false positives is great, so if
12854 the length of the match is less than
12855 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
12856 this variable is @code{nil}, exact matching will always be used to avoid
12857 this problem.
12858
12859 @vindex gnus-default-adaptive-word-score-alist
12860 As mentioned above, you can adapt either on individual words or entire
12861 headers.  If you adapt on words, the
12862 @code{gnus-default-adaptive-word-score-alist} variable says what score
12863 each instance of a word should add given a mark.
12864
12865 @lisp
12866 (setq gnus-default-adaptive-word-score-alist
12867       `((,gnus-read-mark . 30)
12868         (,gnus-catchup-mark . -10)
12869         (,gnus-killed-mark . -20)
12870         (,gnus-del-mark . -15)))
12871 @end lisp
12872
12873 This is the default value.  If you have adaption on words enabled, every
12874 word that appears in subjects of articles marked with
12875 @code{gnus-read-mark} will result in a score rule that increase the
12876 score with 30 points.
12877
12878 @vindex gnus-default-ignored-adaptive-words
12879 @vindex gnus-ignored-adaptive-words
12880 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
12881 will be ignored.  If you wish to add more words to be ignored, use the
12882 @code{gnus-ignored-adaptive-words} list instead.
12883
12884 @vindex gnus-adaptive-word-syntax-table
12885 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
12886 syntax table in effect.  It is similar to the standard syntax table, but
12887 it considers numbers to be non-word-constituent characters.
12888
12889 @vindex gnus-adaptive-word-minimum
12890 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
12891 word scoring process will never bring down the score of an article to
12892 below this number.  The default is @code{nil}.
12893
12894 After using this scheme for a while, it might be nice to write a
12895 @code{gnus-psychoanalyze-user} command to go through the rules and see
12896 what words you like and what words you don't like.  Or perhaps not.
12897
12898 Note that the adaptive word scoring thing is highly experimental and is
12899 likely to change in the future.  Initial impressions seem to indicate
12900 that it's totally useless as it stands.  Some more work (involving more
12901 rigorous statistical methods) will have to be done to make this useful.
12902
12903
12904 @node Home Score File
12905 @section Home Score File
12906
12907 The score file where new score file entries will go is called the
12908 @dfn{home score file}.  This is normally (and by default) the score file
12909 for the group itself.  For instance, the home score file for
12910 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
12911
12912 However, this may not be what you want.  It is often convenient to share
12913 a common home score file among many groups---all @samp{emacs} groups
12914 could perhaps use the same home score file.
12915
12916 @vindex gnus-home-score-file
12917 The variable that controls this is @code{gnus-home-score-file}.  It can
12918 be:
12919
12920 @enumerate
12921 @item
12922 A string.  Then this file will be used as the home score file for all
12923 groups.
12924
12925 @item
12926 A function. The result of this function will be used as the home score
12927 file.  The function will be called with the name of the group as the
12928 parameter.
12929
12930 @item
12931 A list.  The elements in this list can be:
12932
12933 @enumerate
12934 @item
12935 @var{(regexp file-name)}.  If the @var{regexp} matches the group name,
12936 the @var{file-name} will will be used as the home score file.
12937
12938 @item
12939 A function. If the function returns non-nil, the result will be used as
12940 the home score file.
12941
12942 @item
12943 A string.  Use the string as the home score file.
12944 @end enumerate
12945
12946 The list will be traversed from the beginning towards the end looking
12947 for matches.
12948
12949 @end enumerate
12950
12951 So, if you want to use just a single score file, you could say:
12952
12953 @lisp
12954 (setq gnus-home-score-file
12955       "my-total-score-file.SCORE")
12956 @end lisp
12957
12958 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
12959 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
12960
12961 @findex gnus-hierarchial-home-score-file
12962 @lisp
12963 (setq gnus-home-score-file
12964       'gnus-hierarchial-home-score-file)
12965 @end lisp
12966
12967 This is a ready-made function provided for your convenience.
12968 Other functions include
12969
12970 @table @code
12971 @item gnus-current-home-score-file
12972 @findex gnus-current-home-score-file
12973 Return the ``current'' regular score file.  This will make scoring
12974 commands add entry to the ``innermost'' matching score file.
12975
12976 @end table
12977
12978 If you want to have one score file for the @samp{emacs} groups and
12979 another for the @samp{comp} groups, while letting all other groups use
12980 their own home score files:
12981
12982 @lisp
12983 (setq gnus-home-score-file
12984       ;; All groups that match the regexp "\\.emacs"
12985       '(("\\.emacs" "emacs.SCORE")
12986         ;; All the comp groups in one score file
12987         ("^comp" "comp.SCORE")))
12988 @end lisp
12989
12990 @vindex gnus-home-adapt-file
12991 @code{gnus-home-adapt-file} works exactly the same way as
12992 @code{gnus-home-score-file}, but says what the home adaptive score file
12993 is instead.  All new adaptive file entries will go into the file
12994 specified by this variable, and the same syntax is allowed.
12995
12996 In addition to using @code{gnus-home-score-file} and
12997 @code{gnus-home-adapt-file}, you can also use group parameters
12998 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
12999 Parameters}) to achieve much the same.  Group and topic parameters take
13000 precedence over this variable.
13001
13002
13003 @node Followups To Yourself
13004 @section Followups To Yourself
13005
13006 Gnus offers two commands for picking out the @code{Message-ID} header in
13007 the current buffer.  Gnus will then add a score rule that scores using
13008 this @code{Message-ID} on the @code{References} header of other
13009 articles.  This will, in effect, increase the score of all articles that
13010 respond to the article in the current buffer.  Quite useful if you want
13011 to easily note when people answer what you've said.
13012
13013 @table @code
13014
13015 @item gnus-score-followup-article
13016 @findex gnus-score-followup-article
13017 This will add a score to articles that directly follow up your own
13018 article.
13019
13020 @item gnus-score-followup-thread
13021 @findex gnus-score-followup-thread
13022 This will add a score to all articles that appear in a thread ``below''
13023 your own article.
13024 @end table
13025
13026 @vindex message-sent-hook
13027 These two functions are both primarily meant to be used in hooks like
13028 @code{message-sent-hook}.
13029
13030 If you look closely at your own @code{Message-ID}, you'll notice that
13031 the first two or three characters are always the same.  Here's two of
13032 mine:
13033
13034 @example
13035 <x6u3u47icf.fsf@@eyesore.no>
13036 <x6sp9o7ibw.fsf@@eyesore.no>
13037 @end example
13038
13039 So ``my'' ident on this machine is @samp{x6}.  This can be
13040 exploited---the following rule will raise the score on all followups to
13041 myself:
13042
13043 @lisp
13044 ("references"
13045  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore.no>"
13046   1000 nil r))
13047 @end lisp
13048
13049 Whether it's the first two or first three characters that are ``yours''
13050 is system-dependent.
13051
13052
13053 @node Scoring Tips
13054 @section Scoring Tips
13055 @cindex scoring tips
13056
13057 @table @dfn
13058
13059 @item Crossposts
13060 @cindex crossposts
13061 @cindex scoring crossposts
13062 If you want to lower the score of crossposts, the line to match on is
13063 the @code{Xref} header.
13064 @lisp
13065 ("xref" (" talk.politics.misc:" -1000))
13066 @end lisp
13067
13068 @item Multiple crossposts
13069 If you want to lower the score of articles that have been crossposted to
13070 more than, say, 3 groups:
13071 @lisp
13072 ("xref" ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+" -1000 nil r))
13073 @end lisp
13074
13075 @item Matching on the body
13076 This is generally not a very good idea---it takes a very long time.
13077 Gnus actually has to fetch each individual article from the server.  But
13078 you might want to anyway, I guess.  Even though there are three match
13079 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
13080 and stick with it in each score file.  If you use any two, each article
13081 will be fetched @emph{twice}.  If you want to match a bit on the
13082 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
13083 the matches.
13084
13085 @item Marking as read
13086 You will probably want to mark articles that has a score below a certain
13087 number as read.  This is most easily achieved by putting the following
13088 in your @file{all.SCORE} file:
13089 @lisp
13090 ((mark -100))
13091 @end lisp
13092 You may also consider doing something similar with @code{expunge}.
13093
13094 @item Negated character classes
13095 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
13096 That will match newlines, which might lead to, well, The Unknown.  Say
13097 @code{[^abcd\n]*} instead.
13098 @end table
13099
13100
13101 @node Reverse Scoring
13102 @section Reverse Scoring
13103 @cindex reverse scoring
13104
13105 If you want to keep just articles that have @samp{Sex with Emacs} in the
13106 subject header, and expunge all other articles, you could put something
13107 like this in your score file:
13108
13109 @lisp
13110 (("subject"
13111   ("Sex with Emacs" 2))
13112  (mark 1)
13113  (expunge 1))
13114 @end lisp
13115
13116 So, you raise all articles that match @samp{Sex with Emacs} and mark the
13117 rest as read, and expunge them to boot.
13118
13119
13120 @node Global Score Files
13121 @section Global Score Files
13122 @cindex global score files
13123
13124 Sure, other newsreaders have ``global kill files''.  These are usually
13125 nothing more than a single kill file that applies to all groups, stored
13126 in the user's home directory.  Bah!  Puny, weak newsreaders!
13127
13128 What I'm talking about here are Global Score Files.  Score files from
13129 all over the world, from users everywhere, uniting all nations in one
13130 big, happy score file union!  Ange-score!  New and untested!
13131
13132 @vindex gnus-global-score-files
13133 All you have to do to use other people's score files is to set the
13134 @code{gnus-global-score-files} variable.  One entry for each score file,
13135 or each score file directory.  Gnus will decide by itself what score
13136 files are applicable to which group.
13137
13138 Say you want to use the score file
13139 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
13140 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory:
13141
13142 @lisp
13143 (setq gnus-global-score-files
13144       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
13145         "/ftp@@ftp.some-where:/pub/score/"))
13146 @end lisp
13147
13148 @findex gnus-score-search-global-directories
13149 Simple, eh?  Directory names must end with a @samp{/}.  These
13150 directories are typically scanned only once during each Gnus session.
13151 If you feel the need to manually re-scan the remote directories, you can
13152 use the @code{gnus-score-search-global-directories} command.
13153
13154 Note that, at present, using this option will slow down group entry
13155 somewhat.  (That is---a lot.)
13156
13157 If you want to start maintaining score files for other people to use,
13158 just put your score file up for anonymous ftp and announce it to the
13159 world.  Become a retro-moderator!  Participate in the retro-moderator
13160 wars sure to ensue, where retro-moderators battle it out for the
13161 sympathy of the people, luring them to use their score files on false
13162 premises!  Yay!  The net is saved!
13163
13164 Here are some tips for the would-be retro-moderator, off the top of my
13165 head:
13166
13167 @itemize @bullet
13168
13169 @item
13170 Articles heavily crossposted are probably junk.
13171 @item
13172 To lower a single inappropriate article, lower by @code{Message-ID}.
13173 @item
13174 Particularly brilliant authors can be raised on a permanent basis.
13175 @item
13176 Authors that repeatedly post off-charter for the group can safely be
13177 lowered out of existence.
13178 @item
13179 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
13180 articles completely.
13181
13182 @item
13183 Use expiring score entries to keep the size of the file down.  You
13184 should probably have a long expiry period, though, as some sites keep
13185 old articles for a long time.
13186 @end itemize
13187
13188 ... I wonder whether other newsreaders will support global score files
13189 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
13190 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
13191 holding our breath yet?
13192
13193
13194 @node Kill Files
13195 @section Kill Files
13196 @cindex kill files
13197
13198 Gnus still supports those pesky old kill files.  In fact, the kill file
13199 entries can now be expiring, which is something I wrote before Daniel
13200 Quinlan thought of doing score files, so I've left the code in there.
13201
13202 In short, kill processing is a lot slower (and I do mean @emph{a lot})
13203 than score processing, so it might be a good idea to rewrite your kill
13204 files into score files.
13205
13206 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
13207 forms into this file, which means that you can use kill files as some
13208 sort of primitive hook function to be run on group entry, even though
13209 that isn't a very good idea.
13210
13211 Normal kill files look like this:
13212
13213 @lisp
13214 (gnus-kill "From" "Lars Ingebrigtsen")
13215 (gnus-kill "Subject" "ding")
13216 (gnus-expunge "X")
13217 @end lisp
13218
13219 This will mark every article written by me as read, and remove the
13220 marked articles from the summary buffer.  Very useful, you'll agree.
13221
13222 Other programs use a totally different kill file syntax.  If Gnus
13223 encounters what looks like a @code{rn} kill file, it will take a stab at
13224 interpreting it.
13225
13226 Two summary functions for editing a GNUS kill file:
13227
13228 @table @kbd
13229
13230 @item M-k
13231 @kindex M-k (Summary)
13232 @findex gnus-summary-edit-local-kill
13233 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
13234
13235 @item M-K
13236 @kindex M-K (Summary)
13237 @findex gnus-summary-edit-global-kill
13238 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
13239 @end table
13240
13241 Two group mode functions for editing the kill files:
13242
13243 @table @kbd
13244
13245 @item M-k
13246 @kindex M-k (Group)
13247 @findex gnus-group-edit-local-kill
13248 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
13249
13250 @item M-K
13251 @kindex M-K (Group)
13252 @findex gnus-group-edit-global-kill
13253 Edit the general kill file (@code{gnus-group-edit-global-kill}).
13254 @end table
13255
13256 Kill file variables:
13257
13258 @table @code
13259 @item gnus-kill-file-name
13260 @vindex gnus-kill-file-name
13261 A kill file for the group @samp{soc.motss} is normally called
13262 @file{soc.motss.KILL}.  The suffix appended to the group name to get
13263 this file name is detailed by the @code{gnus-kill-file-name} variable.
13264 The ``global'' kill file (not in the score file sense of ``global'', of
13265 course) is just called @file{KILL}.
13266
13267 @vindex gnus-kill-save-kill-file
13268 @item gnus-kill-save-kill-file
13269 If this variable is non-@code{nil}, Gnus will save the
13270 kill file after processing, which is necessary if you use expiring
13271 kills.
13272
13273 @item gnus-apply-kill-hook
13274 @vindex gnus-apply-kill-hook
13275 @findex gnus-apply-kill-file-unless-scored
13276 @findex gnus-apply-kill-file
13277 A hook called to apply kill files to a group.  It is
13278 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
13279 kill file if you have a score file for the same group, you can set this
13280 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
13281 kill files to be processed, you should set this variable to @code{nil}.
13282
13283 @item gnus-kill-file-mode-hook
13284 @vindex gnus-kill-file-mode-hook
13285 A hook called in kill-file mode buffers.
13286
13287 @end table
13288
13289
13290 @node Converting Kill Files
13291 @section Converting Kill Files
13292 @cindex kill files
13293 @cindex converting kill files
13294
13295 If you have loads of old kill files, you may want to convert them into
13296 score files.  If they are ``regular'', you can use
13297 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
13298 by hand.
13299
13300 The kill to score conversion package isn't included in Gnus by default.
13301 You can fetch it from
13302 @file{http://www.stud.ifi.uio.no/~larsi/ding-other/gnus-kill-to-score}.
13303
13304 If your old kill files are very complex---if they contain more
13305 non-@code{gnus-kill} forms than not, you'll have to convert them by
13306 hand.  Or just let them be as they are.  Gnus will still use them as
13307 before.
13308
13309
13310 @node GroupLens
13311 @section GroupLens
13312 @cindex GroupLens
13313
13314 GroupLens is a collaborative filtering system that helps you work
13315 together with other people to find the quality news articles out of the
13316 huge volume of news articles generated every day.
13317
13318 To accomplish this the GroupLens system combines your opinions about
13319 articles you have already read with the opinions of others who have done
13320 likewise and gives you a personalized prediction for each unread news
13321 article.  Think of GroupLens as a matchmaker.  GroupLens watches how you
13322 rate articles, and finds other people that rate articles the same way.
13323 Once it has found some people you agree with it tells you, in the form
13324 of a prediction, what they thought of the article.  You can use this
13325 prediction to help you decide whether or not you want to read the
13326 article.
13327
13328 @menu
13329 * Using GroupLens::          How to make Gnus use GroupLens.
13330 * Rating Articles::          Letting GroupLens know how you rate articles.
13331 * Displaying Predictions::   Displaying predictions given by GroupLens.
13332 * GroupLens Variables::      Customizing GroupLens.
13333 @end menu
13334
13335
13336 @node Using GroupLens
13337 @subsection Using GroupLens
13338
13339 To use GroupLens you must register a pseudonym with your local Better
13340 Bit Bureau (BBB).
13341 @samp{http://www.cs.umn.edu/Research/GroupLens/bbb.html} is the only
13342 better bit in town at the moment.
13343
13344 Once you have registered you'll need to set a couple of variables.
13345
13346 @table @code
13347
13348 @item gnus-use-grouplens
13349 @vindex gnus-use-grouplens
13350 Setting this variable to a non-@code{nil} value will make Gnus hook into
13351 all the relevant GroupLens functions.
13352
13353 @item grouplens-pseudonym
13354 @vindex grouplens-pseudonym
13355 This variable should be set to the pseudonym you got when registering
13356 with the Better Bit Bureau.
13357
13358 @item grouplens-newsgroups
13359 @vindex grouplens-newsgroups
13360 A list of groups that you want to get GroupLens predictions for.
13361
13362 @end table
13363
13364 That's the minimum of what you need to get up and running with GroupLens.
13365 Once you've registered, GroupLens will start giving you scores for
13366 articles based on the average of what other people think.  But, to get
13367 the real benefit of GroupLens you need to start rating articles
13368 yourself.  Then the scores GroupLens gives you will be personalized for
13369 you, based on how the people you usually agree with have already rated.
13370
13371
13372 @node Rating Articles
13373 @subsection Rating Articles
13374
13375 In GroupLens, an article is rated on a scale from 1 to 5, inclusive.
13376 Where 1 means something like this article is a waste of bandwidth and 5
13377 means that the article was really good.  The basic question to ask
13378 yourself is, "on a scale from 1 to 5 would I like to see more articles
13379 like this one?"
13380
13381 There are four ways to enter a rating for an article in GroupLens.
13382
13383 @table @kbd
13384
13385 @item r
13386 @kindex r (GroupLens)
13387 @findex bbb-summary-rate-article
13388 This function will prompt you for a rating on a scale of one to five.
13389
13390 @item k
13391 @kindex k (GroupLens)
13392 @findex grouplens-score-thread
13393 This function will prompt you for a rating, and rate all the articles in
13394 the thread.  This is really useful for some of those long running giant
13395 threads in rec.humor.
13396
13397 @end table
13398
13399 The next two commands, @kbd{n} and @kbd{,} take a numerical prefix to be
13400 the score of the article you're reading.
13401
13402 @table @kbd
13403
13404 @item 1-5 n
13405 @kindex n (GroupLens)
13406 @findex grouplens-next-unread-article
13407 Rate the article and go to the next unread article.
13408
13409 @item 1-5 ,
13410 @kindex , (GroupLens)
13411 @findex grouplens-best-unread-article
13412 Rate the article and go to the next unread article with the highest score.
13413
13414 @end table
13415
13416 If you want to give the current article a score of 4 and then go to the
13417 next article, just type @kbd{4 n}.
13418
13419
13420 @node Displaying Predictions
13421 @subsection Displaying Predictions
13422
13423 GroupLens makes a prediction for you about how much you will like a
13424 news article.  The predictions from GroupLens are on a scale from 1 to
13425 5, where 1 is the worst and 5 is the best.  You can use the predictions
13426 from GroupLens in one of three ways controlled by the variable
13427 @code{gnus-grouplens-override-scoring}.
13428
13429 @vindex gnus-grouplens-override-scoring
13430 There are three ways to display predictions in grouplens.  You may
13431 choose to have the GroupLens scores contribute to, or override the
13432 regular gnus scoring mechanism. override is the default; however, some
13433 people prefer to see the Gnus scores plus the grouplens scores.  To get
13434 the separate scoring behavior you need to set
13435 @code{gnus-grouplens-override-scoring} to @code{'separate}.  To have the
13436 GroupLens predictions combined with the grouplens scores set it to
13437 @code{'override} and to combine the scores set
13438 @code{gnus-grouplens-override-scoring} to @code{'combine}.  When you use
13439 the combine option you will also want to set the values for
13440 @code{grouplens-prediction-offset} and
13441 @code{grouplens-score-scale-factor}.
13442
13443 @vindex grouplens-prediction-display
13444 In either case, GroupLens gives you a few choices for how you would like
13445 to see your predictions displayed.  The display of predictions is
13446 controlled by the @code{grouplens-prediction-display} variable.
13447
13448 The following are valid values for that variable.
13449
13450 @table @code
13451 @item prediction-spot
13452 The higher the prediction, the further to the right an @samp{*} is
13453 displayed.
13454
13455 @item confidence-interval
13456 A numeric confidence interval.
13457
13458 @item prediction-bar
13459 The higher the prediction, the longer the bar.
13460
13461 @item confidence-bar
13462 Numerical confidence.
13463
13464 @item confidence-spot
13465 The spot gets bigger with more confidence.
13466
13467 @item prediction-num
13468 Plain-old numeric value.
13469
13470 @item confidence-plus-minus
13471 Prediction +/- confidence.
13472
13473 @end table
13474
13475
13476 @node GroupLens Variables
13477 @subsection GroupLens Variables
13478
13479 @table @code
13480
13481 @item gnus-summary-grouplens-line-format
13482 The summary line format used in GroupLens-enhanced summary buffers.  It
13483 accepts the same specs as the normal summary line format (@pxref{Summary
13484 Buffer Lines}).  The default is @samp{%U%R%z%l%I%(%[%4L: %-20,20n%]%)
13485 %s\n}.
13486
13487 @item grouplens-bbb-host
13488 Host running the bbbd server.  @samp{grouplens.cs.umn.edu} is the
13489 default.
13490
13491 @item grouplens-bbb-port
13492 Port of the host running the bbbd server.  The default is 9000.
13493
13494 @item grouplens-score-offset
13495 Offset the prediction by this value.  In other words, subtract the
13496 prediction value by this number to arrive at the effective score.  The
13497 default is 0.
13498
13499 @item grouplens-score-scale-factor
13500 This variable allows the user to magnify the effect of GroupLens scores.
13501 The scale factor is applied after the offset.  The default is 1.
13502
13503 @end table
13504
13505
13506 @node Advanced Scoring
13507 @section Advanced Scoring
13508
13509 Scoring on Subjects and From headers is nice enough, but what if you're
13510 really interested in what a person has to say only when she's talking
13511 about a particular subject?  Or what if you really don't want to
13512 read what person A has to say when she's following up to person B, but
13513 want to read what she says when she's following up to person C?
13514
13515 By using advanced scoring rules you may create arbitrarily complex
13516 scoring patterns.
13517
13518 @menu
13519 * Advanced Scoring Syntax::     A definition.
13520 * Advanced Scoring Examples::   What they look like.
13521 * Advanced Scoring Tips::       Getting the most out of it.
13522 @end menu
13523
13524
13525 @node Advanced Scoring Syntax
13526 @subsection Advanced Scoring Syntax
13527
13528 Ordinary scoring rules have a string as the first element in the rule.
13529 Advanced scoring rules have a list as the first element.  The second
13530 element is the score to be applied if the first element evaluated to a
13531 non-@code{nil} value.
13532
13533 These lists may consist of three logical operators, one redirection
13534 operator, and various match operators.
13535
13536 Logical operators:
13537
13538 @table @code
13539 @item &
13540 @itemx and
13541 This logical operator will evaluate each of its arguments until it finds
13542 one that evaluates to @code{false}, and then it'll stop.  If all arguments
13543 evaluate to @code{true} values, then this operator will return
13544 @code{true}.
13545
13546 @item |
13547 @itemx or
13548 This logical operator will evaluate each of its arguments until it finds
13549 one that evaluates to @code{true}.  If no arguments are @code{true},
13550 then this operator will return @code{false}.
13551
13552 @item !
13553 @itemx not
13554 @itemx Â¬
13555 This logical operator only takes a single argument.  It returns the
13556 logical negation of the value of its argument.
13557
13558 @end table
13559
13560 There is an @dfn{indirection operator} that will make its arguments
13561 apply to the ancestors of the current article being scored.  For
13562 instance, @code{1-} will make score rules apply to the parent of the
13563 current article.  @code{2-} will make score rules apply to the
13564 grandparent of the current article.  Alternatively, you can write
13565 @code{^^}, where the number of @code{^}s (carets) says how far back into
13566 the ancestry you want to go.
13567
13568 Finally, we have the match operators.  These are the ones that do the
13569 real work.  Match operators are header name strings followed by a match
13570 and a match type.  A typical match operator looks like @samp{("from"
13571 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
13572 simple scoring, and the match types are also the same.
13573
13574
13575 @node Advanced Scoring Examples
13576 @subsection Advanced Scoring Examples
13577
13578 Let's say you want to increase the score of articles written by Lars
13579 when he's talking about Gnus:
13580
13581 @example
13582 ((&
13583   ("from" "Lars Ingebrigtsen")
13584   ("subject" "Gnus"))
13585  1000)
13586 @end example
13587
13588 Quite simple, huh?
13589
13590 When he writes long articles, he sometimes has something nice to say:
13591
13592 @example
13593 ((&
13594   ("from" "Lars Ingebrigtsen")
13595   (|
13596    ("subject" "Gnus")
13597    ("lines" 100 >)))
13598  1000)
13599 @end example
13600
13601 However, when he responds to things written by Reig Eigil Logge, you
13602 really don't want to read what he's written:
13603
13604 @example
13605 ((&
13606   ("from" "Lars Ingebrigtsen")
13607   (1- ("from" "Reig Eigir Logge")))
13608  -100000)
13609 @end example
13610
13611 Everybody that follows up Redmondo when he writes about disappearing
13612 socks should have their scores raised, but only when they talk about
13613 white socks.  However, when Lars talks about socks, it's usually not
13614 very interesting:
13615
13616 @example
13617 ((&
13618   (1-
13619    (&
13620     ("from" "redmondo@@.*no" r)
13621     ("body" "disappearing.*socks" t)))
13622   (! ("from" "Lars Ingebrigtsen"))
13623   ("body" "white.*socks"))
13624  1000)
13625 @end example
13626
13627 The possibilities are endless.
13628
13629
13630 @node Advanced Scoring Tips
13631 @subsection Advanced Scoring Tips
13632
13633 The @code{&} and @code{|} logical operators do short-circuit logic.
13634 That is, they stop processing their arguments when it's clear what the
13635 result of the operation will be.  For instance, if one of the arguments
13636 of an @code{&} evaluates to @code{false}, there's no point in evaluating
13637 the rest of the arguments.  This means that you should put slow matches
13638 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
13639 @samp{subject}) first.
13640
13641 The indirection arguments (@code{1-} and so on) will make their
13642 arguments work on previous generations of the thread.  If you say
13643 something like:
13644
13645 @example
13646 ...
13647 (1-
13648  (1-
13649   ("from" "lars")))
13650 ...
13651 @end example
13652
13653 Then that means "score on the from header of the grandparent of the
13654 current article".  An indirection is quite fast, but it's better to say:
13655
13656 @example
13657 (1-
13658  (&
13659   ("from" "Lars")
13660   ("subject" "Gnus")))
13661 @end example
13662
13663 than it is to say:
13664
13665 @example
13666 (&
13667  (1- ("from" "Lars"))
13668  (1- ("subject" "Gnus")))
13669 @end example
13670
13671
13672 @node Score Decays
13673 @section Score Decays
13674 @cindex score decays
13675 @cindex decays
13676
13677 You may find that your scores have a tendency to grow without
13678 bounds, especially if you're using adaptive scoring.  If scores get too
13679 big, they lose all meaning---they simply max out and it's difficult to
13680 use them in any sensible way.
13681
13682 @vindex gnus-decay-scores
13683 @findex gnus-decay-score
13684 @vindex gnus-decay-score-function
13685 Gnus provides a mechanism for decaying scores to help with this problem.
13686 When score files are loaded and @code{gnus-decay-scores} is
13687 non-@code{nil}, Gnus will run the score files through the decaying
13688 mechanism thereby lowering the scores of all non-permanent score rules.
13689 The decay itself if performed by the @code{gnus-decay-score-function}
13690 function, which is @code{gnus-decay-score} by default.  Here's the
13691 definition of that function:
13692
13693 @lisp
13694 (defun gnus-decay-score (score)
13695   "Decay SCORE.
13696 This is done according to `gnus-score-decay-constant'
13697 and `gnus-score-decay-scale'."
13698   (floor
13699    (- score
13700       (* (if (< score 0) 1 -1)
13701          (min (abs score)
13702               (max gnus-score-decay-constant
13703                    (* (abs score)
13704                       gnus-score-decay-scale)))))))
13705 @end lisp
13706
13707 @vindex gnus-score-decay-scale
13708 @vindex gnus-score-decay-constant
13709 @code{gnus-score-decay-constant} is 3 by default and
13710 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
13711
13712 @enumerate
13713 @item
13714 Scores between -3 and 3 will be set to 0 when this function is called.
13715
13716 @item
13717 Scores with magnitudes between 3 and 60 will be shrunk by 3.
13718
13719 @item
13720 Scores with magnitudes greater than 60 will be shrunk by 5% of the
13721 score.
13722 @end enumerate
13723
13724 If you don't like this decay function, write your own.  It is called
13725 with the score to be decayed as its only parameter, and it should return
13726 the new score, which should be an integer.
13727
13728 Gnus will try to decay scores once a day.  If you haven't run Gnus for
13729 four days, Gnus will decay the scores four times, for instance.
13730
13731
13732 @node Various
13733 @chapter Various
13734
13735 @menu
13736 * Process/Prefix::             A convention used by many treatment commands.
13737 * Interactive::                Making Gnus ask you many questions.
13738 * Symbolic Prefixes::          How to supply some Gnus functions with options.
13739 * Formatting Variables::       You can specify what buffers should look like.
13740 * Windows Configuration::      Configuring the Gnus buffer windows.
13741 * Faces and Fonts::            How to change how faces look.
13742 * Compilation::                How to speed Gnus up.
13743 * Mode Lines::                 Displaying information in the mode lines.
13744 * Highlighting and Menus::     Making buffers look all nice and cozy.
13745 * Buttons::                    Get tendonitis in ten easy steps!
13746 * Daemons::                    Gnus can do things behind your back.
13747 * NoCeM::                      How to avoid spam and other fatty foods.
13748 * Undo::                       Some actions can be undone.
13749 * Moderation::                 What to do if you're a moderator.
13750 * XEmacs Enhancements::        There are more pictures and stuff under XEmacs.
13751 * Fuzzy Matching::             What's the big fuzz?
13752 * Thwarting Email Spam::       A how-to on avoiding unsolicited commercial email.
13753 * Various Various::            Things that are really various.
13754 @end menu
13755
13756
13757 @node Process/Prefix
13758 @section Process/Prefix
13759 @cindex process/prefix convention
13760
13761 Many functions, among them functions for moving, decoding and saving
13762 articles, use what is known as the @dfn{Process/Prefix convention}.
13763
13764 This is a method for figuring out what articles the user wants the
13765 command to be performed on.
13766
13767 It goes like this:
13768
13769 If the numeric prefix is N, perform the operation on the next N
13770 articles, starting with the current one.  If the numeric prefix is
13771 negative, perform the operation on the previous N articles, starting
13772 with the current one.
13773
13774 @vindex transient-mark-mode
13775 If @code{transient-mark-mode} in non-@code{nil} and the region is
13776 active, all articles in the region will be worked upon.
13777
13778 If there is no numeric prefix, but some articles are marked with the
13779 process mark, perform the operation on the articles marked with
13780 the process mark.
13781
13782 If there is neither a numeric prefix nor any articles marked with the
13783 process mark, just perform the operation on the current article.
13784
13785 Quite simple, really, but it needs to be made clear so that surprises
13786 are avoided.
13787
13788 Commands that react to the process mark will push the current list of
13789 process marked articles onto a stack and will then clear all process
13790 marked articles.  You can restore the previous configuration with the
13791 @kbd{M P y} command (@pxref{Setting Process Marks}).
13792
13793 @vindex gnus-summary-goto-unread
13794 One thing that seems to shock & horrify lots of people is that, for
13795 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
13796 Since each @kbd{d} (which marks the current article as read) by default
13797 goes to the next unread article after marking, this means that @kbd{3 d}
13798 will mark the next three unread articles as read, no matter what the
13799 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
13800 @code{nil} for a more straightforward action.
13801
13802
13803 @node Interactive
13804 @section Interactive
13805 @cindex interaction
13806
13807 @table @code
13808
13809 @item gnus-novice-user
13810 @vindex gnus-novice-user
13811 If this variable is non-@code{nil}, you are either a newcomer to the
13812 World of Usenet, or you are very cautious, which is a nice thing to be,
13813 really.  You will be given questions of the type ``Are you sure you want
13814 to do this?'' before doing anything dangerous.  This is @code{t} by
13815 default.
13816
13817 @item gnus-expert-user
13818 @vindex gnus-expert-user
13819 If this variable is non-@code{nil}, you will seldom be asked any
13820 questions by Gnus.  It will simply assume you know what you're doing, no
13821 matter how strange.
13822
13823 @item gnus-interactive-catchup
13824 @vindex gnus-interactive-catchup
13825 Require confirmation before catching up a group if non-@code{nil}.  It
13826 is @code{t} by default.
13827
13828 @item gnus-interactive-exit
13829 @vindex gnus-interactive-exit
13830 Require confirmation before exiting Gnus.  This variable is @code{t} by
13831 default.
13832 @end table
13833
13834
13835 @node Symbolic Prefixes
13836 @section Symbolic Prefixes
13837 @cindex symbolic prefixes
13838
13839 Quite a lot of Emacs commands react to the (numeric) prefix.  For
13840 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
13841 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
13842 rule of 900 to the current article.
13843
13844 This is all nice and well, but what if you want to give a command some
13845 additional information?  Well, what most commands do is interpret the
13846 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
13847 doesn't want a backup file to be created when saving the current buffer,
13848 for instance.  But what if you want to save without making a backup
13849 file, and you want Emacs to flash lights and play a nice tune at the
13850 same time?  You can't, and you're probably perfectly happy that way.
13851
13852 @kindex M-i (Summary)
13853 @findex gnus-symbolic-argument
13854 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
13855 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
13856 character typed in is the value.  You can stack as many @kbd{M-i}
13857 prefixes as you want.  @kbd{M-i a M-C-u} means ``feed the @kbd{M-C-u}
13858 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b M-C-u} means
13859 ``feed the @kbd{M-C-u} command the symbolic prefixes @code{a} and
13860 @code{b}''.  You get the drift.
13861
13862 Typing in symbolic prefixes to commands that don't accept them doesn't
13863 hurt, but it doesn't do any good either.  Currently not many Gnus
13864 functions make use of the symbolic prefix.
13865
13866 If you're interested in how Gnus implements this, @pxref{Extended
13867 Interactive}.
13868
13869
13870 @node Formatting Variables
13871 @section Formatting Variables
13872 @cindex formatting variables
13873
13874 Throughout this manual you've probably noticed lots of variables called
13875 things like @code{gnus-group-line-format} and
13876 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
13877 output lines in the various buffers.  There's quite a lot of them.
13878 Fortunately, they all use the same syntax, so there's not that much to
13879 be annoyed by.
13880
13881 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
13882 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
13883 lots of percentages everywhere.
13884
13885 @menu
13886 * Formatting Basics::     A formatting variable is basically a format string.
13887 * Mode Line Formatting::  Some rules about mode line formatting variables.
13888 * Advanced Formatting::   Modifying output in various ways.
13889 * User-Defined Specs::    Having Gnus call your own functions.
13890 * Formatting Fonts::      Making the formatting look colorful and nice.
13891 @end menu
13892
13893 Currently Gnus uses the following formatting variables:
13894 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
13895 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
13896 @code{gnus-group-mode-line-format},
13897 @code{gnus-summary-mode-line-format},
13898 @code{gnus-article-mode-line-format},
13899 @code{gnus-server-mode-line-format}, and
13900 @code{gnus-summary-pick-line-format}.
13901
13902 All these format variables can also be arbitrary elisp forms.  In that
13903 case, they will be @code{eval}ed to insert the required lines.
13904
13905 @kindex M-x gnus-update-format
13906 @findex gnus-update-format
13907 Gnus includes a command to help you while creating your own format
13908 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
13909 update the spec in question and pop you to a buffer where you can
13910 examine the resulting lisp code to be run to generate the line.
13911
13912
13913
13914 @node Formatting Basics
13915 @subsection Formatting Basics
13916
13917 Each @samp{%} element will be replaced by some string or other when the
13918 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
13919 spec, and pad with spaces to get a 5-character field''.
13920
13921 As with normal C and Emacs Lisp formatting strings, the numerical
13922 modifier between the @samp{%} and the formatting type character will
13923 @dfn{pad} the output so that it is always at least that long.
13924 @samp{%5y} will make the field always (at least) five characters wide by
13925 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
13926 the right instead.
13927
13928 You may also wish to limit the length of the field to protect against
13929 particularly wide values.  For that you can say @samp{%4,6y}, which
13930 means that the field will never be more than 6 characters wide and never
13931 less than 4 characters wide.
13932
13933
13934 @node Mode Line Formatting
13935 @subsection Mode Line Formatting
13936
13937 Mode line formatting variables (e.g.,
13938 @code{gnus-summary-mode-line-format}) follow the same rules as other,
13939 buffer line oriented formatting variables (@pxref{Formatting Basics})
13940 with the following two differences:
13941
13942 @enumerate
13943
13944 @item
13945 There must be no newline (@samp{\n}) at the end.
13946
13947 @item
13948 The special @samp{%%b} spec can be used to display the buffer name.
13949 Well, it's no spec at all, really---@samp{%%} is just a way to quote
13950 @samp{%} to allow it to pass through the formatting machinery unmangled,
13951 so that Emacs receives @samp{%b}, which is something the Emacs mode line
13952 display interprets to mean ``show the buffer name''.  For a full list of
13953 mode line specs Emacs understands, see the documentation of the
13954 @code{mode-line-format} variable.
13955
13956 @end enumerate
13957
13958
13959 @node Advanced Formatting
13960 @subsection Advanced Formatting
13961
13962 It is frequently useful to post-process the fields in some way.
13963 Padding, limiting, cutting off parts and suppressing certain values can
13964 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
13965 look like @samp{%~(cut 3)~(ignore "0")y}.
13966
13967 These are the valid modifiers:
13968
13969 @table @code
13970 @item pad
13971 @itemx pad-left
13972 Pad the field to the left with spaces until it reaches the required
13973 length.
13974
13975 @item pad-right
13976 Pad the field to the right with spaces until it reaches the required
13977 length.
13978
13979 @item max
13980 @itemx max-left
13981 Cut off characters from the left until it reaches the specified length.
13982
13983 @item max-right
13984 Cut off characters from the right until it reaches the specified
13985 length.
13986
13987 @item cut
13988 @itemx cut-left
13989 Cut off the specified number of characters from the left.
13990
13991 @item cut-right
13992 Cut off the specified number of characters from the right.
13993
13994 @item ignore
13995 Return an empty string if the field is equal to the specified value.
13996
13997 @item form
13998 Use the specified form as the field value when the @samp{@@} spec is
13999 used.
14000 @end table
14001
14002 Let's take an example.  The @samp{%o} spec in the summary mode lines
14003 will return a date in compact ISO8601 format---@samp{19960809T230410}.
14004 This is quite a mouthful, so we want to shave off the century number and
14005 the time, leaving us with a six-character date.  That would be
14006 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
14007 maxing, and we need the padding to ensure that the date is never less
14008 than 6 characters to make it look nice in columns.)
14009
14010 Ignoring is done first; then cutting; then maxing; and then as the very
14011 last operation, padding.
14012
14013 If you use lots of these advanced thingies, you'll find that Gnus gets
14014 quite slow.  This can be helped enormously by running @kbd{M-x
14015 gnus-compile} when you are satisfied with the look of your lines.
14016 @xref{Compilation}.
14017
14018
14019 @node User-Defined Specs
14020 @subsection User-Defined Specs
14021
14022 All the specs allow for inserting user defined specifiers---@samp{u}.
14023 The next character in the format string should be a letter.  Gnus
14024 will call the function @code{gnus-user-format-function-}@samp{X}, where
14025 @samp{X} is the letter following @samp{%u}.  The function will be passed
14026 a single parameter---what the parameter means depends on what buffer
14027 it's being called from.  The function should return a string, which will
14028 be inserted into the buffer just like information from any other
14029 specifier.  This function may also be called with dummy values, so it
14030 should protect against that.
14031
14032 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
14033 much the same without defining new functions.  Here's an example:
14034 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
14035 given here will be evaluated to yield the current line number, and then
14036 inserted.
14037
14038
14039 @node Formatting Fonts
14040 @subsection Formatting Fonts
14041
14042 There are specs for highlighting, and these are shared by all the format
14043 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
14044 the special @code{mouse-face} property set, which means that it will be
14045 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
14046 over it.
14047
14048 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
14049 normal faces set using @code{gnus-face-0}, which is @code{bold} by
14050 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
14051 and so on.  Create as many faces as you wish.  The same goes for the
14052 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
14053 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
14054
14055 Here's an alternative recipe for the group buffer:
14056
14057 @lisp
14058 ;; Create three face types.
14059 (setq gnus-face-1 'bold)
14060 (setq gnus-face-3 'italic)
14061
14062 ;; We want the article count to be in
14063 ;; a bold and green face.  So we create
14064 ;; a new face called `my-green-bold'.
14065 (copy-face 'bold 'my-green-bold)
14066 ;; Set the color.
14067 (set-face-foreground 'my-green-bold "ForestGreen")
14068 (setq gnus-face-2 'my-green-bold)
14069
14070 ;; Set the new & fancy format.
14071 (setq gnus-group-line-format
14072       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
14073 @end lisp
14074
14075 I'm sure you'll be able to use this scheme to create totally unreadable
14076 and extremely vulgar displays.  Have fun!
14077
14078 Note that the @samp{%(} specs (and friends) do not make any sense on the
14079 mode-line variables.
14080
14081
14082 @node Windows Configuration
14083 @section Windows Configuration
14084 @cindex windows configuration
14085
14086 No, there's nothing here about X, so be quiet.
14087
14088 @vindex gnus-use-full-window
14089 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
14090 other windows and occupy the entire Emacs screen by itself.  It is
14091 @code{t} by default.
14092
14093 @vindex gnus-buffer-configuration
14094 @code{gnus-buffer-configuration} describes how much space each Gnus
14095 buffer should be given.  Here's an excerpt of this variable:
14096
14097 @lisp
14098 ((group (vertical 1.0 (group 1.0 point)
14099                       (if gnus-carpal (group-carpal 4))))
14100  (article (vertical 1.0 (summary 0.25 point)
14101                         (article 1.0))))
14102 @end lisp
14103
14104 This is an alist.  The @dfn{key} is a symbol that names some action or
14105 other.  For instance, when displaying the group buffer, the window
14106 configuration function will use @code{group} as the key.  A full list of
14107 possible names is listed below.
14108
14109 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
14110 should occupy.  To take the @code{article} split as an example -
14111
14112 @lisp
14113 (article (vertical 1.0 (summary 0.25 point)
14114                        (article 1.0)))
14115 @end lisp
14116
14117 This @dfn{split} says that the summary buffer should occupy 25% of upper
14118 half of the screen, and that it is placed over the article buffer.  As
14119 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
14120 reaching for that calculator there).  However, the special number
14121 @code{1.0} is used to signal that this buffer should soak up all the
14122 rest of the space available after the rest of the buffers have taken
14123 whatever they need.  There should be only one buffer with the @code{1.0}
14124 size spec per split.
14125
14126 Point will be put in the buffer that has the optional third element
14127 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
14128 split where the tag @code{frame-focus} is a member (i.e. is the third or
14129 fourth element in the list, depending on whether the @code{point} tag is
14130 present) gets focus.
14131
14132 Here's a more complicated example:
14133
14134 @lisp
14135 (article (vertical 1.0 (group 4)
14136                        (summary 0.25 point)
14137                        (if gnus-carpal (summary-carpal 4))
14138                        (article 1.0)))
14139 @end lisp
14140
14141 If the size spec is an integer instead of a floating point number,
14142 then that number will be used to say how many lines a buffer should
14143 occupy, not a percentage.
14144
14145 If the @dfn{split} looks like something that can be @code{eval}ed (to be
14146 precise---if the @code{car} of the split is a function or a subr), this
14147 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
14148 be used as a split.  This means that there will be three buffers if
14149 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
14150 is non-@code{nil}.
14151
14152 Not complicated enough for you?  Well, try this on for size:
14153
14154 @lisp
14155 (article (horizontal 1.0
14156              (vertical 0.5
14157                  (group 1.0)
14158                  (gnus-carpal 4))
14159              (vertical 1.0
14160                  (summary 0.25 point)
14161                  (summary-carpal 4)
14162                  (article 1.0))))
14163 @end lisp
14164
14165 Whoops.  Two buffers with the mystery 100% tag.  And what's that
14166 @code{horizontal} thingie?
14167
14168 If the first element in one of the split is @code{horizontal}, Gnus will
14169 split the window horizontally, giving you two windows side-by-side.
14170 Inside each of these strips you may carry on all you like in the normal
14171 fashion.  The number following @code{horizontal} says what percentage of
14172 the screen is to be given to this strip.
14173
14174 For each split, there @emph{must} be one element that has the 100% tag.
14175 The splitting is never accurate, and this buffer will eat any leftover
14176 lines from the splits.
14177
14178 To be slightly more formal, here's a definition of what a valid split
14179 may look like:
14180
14181 @example
14182 split       = frame | horizontal | vertical | buffer | form
14183 frame       = "(frame " size *split ")"
14184 horizontal  = "(horizontal " size *split ")"
14185 vertical    = "(vertical " size *split ")"
14186 buffer      = "(" buffer-name " " size *[ "point" ] *[ "frame-focus"] ")"
14187 size        = number | frame-params
14188 buffer-name = group | article | summary ...
14189 @end example
14190
14191 The limitations are that the @code{frame} split can only appear as the
14192 top-level split.  @var{form} should be an Emacs Lisp form that should
14193 return a valid split.  We see that each split is fully recursive, and
14194 may contain any number of @code{vertical} and @code{horizontal} splits.
14195
14196 @vindex gnus-window-min-width
14197 @vindex gnus-window-min-height
14198 @cindex window height
14199 @cindex window width
14200 Finding the right sizes can be a bit complicated.  No window may be less
14201 than @code{gnus-window-min-height} (default 1) characters high, and all
14202 windows must be at least @code{gnus-window-min-width} (default 1)
14203 characters wide.  Gnus will try to enforce this before applying the
14204 splits.  If you want to use the normal Emacs window width/height limit,
14205 you can just set these two variables to @code{nil}.
14206
14207 If you're not familiar with Emacs terminology, @code{horizontal} and
14208 @code{vertical} splits may work the opposite way of what you'd expect.
14209 Windows inside a @code{horizontal} split are shown side-by-side, and
14210 windows within a @code{vertical} split are shown above each other.
14211
14212 @findex gnus-configure-frame
14213 If you want to experiment with window placement, a good tip is to call
14214 @code{gnus-configure-frame} directly with a split.  This is the function
14215 that does all the real work when splitting buffers.  Below is a pretty
14216 nonsensical configuration with 5 windows; two for the group buffer and
14217 three for the article buffer.  (I said it was nonsensical.)  If you
14218 @code{eval} the statement below, you can get an idea of how that would
14219 look straight away, without going through the normal Gnus channels.
14220 Play with it until you're satisfied, and then use
14221 @code{gnus-add-configuration} to add your new creation to the buffer
14222 configuration list.
14223
14224 @lisp
14225 (gnus-configure-frame
14226  '(horizontal 1.0
14227     (vertical 10
14228       (group 1.0)
14229       (article 0.3 point))
14230     (vertical 1.0
14231       (article 1.0)
14232       (horizontal 4
14233         (group 1.0)
14234         (article 10)))))
14235 @end lisp
14236
14237 You might want to have several frames as well.  No prob---just use the
14238 @code{frame} split:
14239
14240 @lisp
14241 (gnus-configure-frame
14242  '(frame 1.0
14243          (vertical 1.0
14244                    (summary 0.25 point frame-focus)
14245                    (article 1.0))
14246          (vertical ((height . 5) (width . 15)
14247                     (user-position . t)
14248                     (left . -1) (top . 1))
14249                    (picon 1.0))))
14250
14251 @end lisp
14252
14253 This split will result in the familiar summary/article window
14254 configuration in the first (or ``main'') frame, while a small additional
14255 frame will be created where picons will be shown.  As you can see,
14256 instead of the normal @code{1.0} top-level spec, each additional split
14257 should have a frame parameter alist as the size spec.
14258 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
14259 Reference Manual}.  Under XEmacs, a frame property list will be
14260 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
14261 is such a plist.
14262
14263 Here's a list of all possible keys for
14264 @code{gnus-buffer-configuration}:
14265
14266 @code{group}, @code{summary}, @code{article}, @code{server},
14267 @code{browse}, @code{message}, @code{pick}, @code{info},
14268 @code{summary-faq}, @code{edit-group}, @code{edit-server},
14269 @code{edit-score}, @code{post}, @code{reply}, @code{forward},
14270 @code{reply-yank}, @code{mail-bounce}, @code{draft}, @code{pipe},
14271 @code{bug}, @code{compose-bounce}, and @code{score-trace}.
14272
14273 Note that the @code{message} key is used for both
14274 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
14275 it is desirable to distinguish between the two, something like this
14276 might be used:
14277
14278 @lisp
14279 (message (horizontal 1.0
14280                      (vertical 1.0 (message 1.0 point))
14281                      (vertical 0.24
14282                                (if (buffer-live-p gnus-summary-buffer)
14283                                    '(summary 0.5))
14284                                (group 1.0)))))
14285 @end lisp
14286
14287 @findex gnus-add-configuration
14288 Since the @code{gnus-buffer-configuration} variable is so long and
14289 complicated, there's a function you can use to ease changing the config
14290 of a single setting: @code{gnus-add-configuration}.  If, for instance,
14291 you want to change the @code{article} setting, you could say:
14292
14293 @lisp
14294 (gnus-add-configuration
14295  '(article (vertical 1.0
14296                (group 4)
14297                (summary .25 point)
14298                (article 1.0))))
14299 @end lisp
14300
14301 You'd typically stick these @code{gnus-add-configuration} calls in your
14302 @file{.gnus.el} file or in some startup hook---they should be run after
14303 Gnus has been loaded.
14304
14305 @vindex gnus-always-force-window-configuration
14306 If all windows mentioned in the configuration are already visible, Gnus
14307 won't change the window configuration.  If you always want to force the
14308 ``right'' window configuration, you can set
14309 @code{gnus-always-force-window-configuration} to non-@code{nil}.
14310
14311
14312 @node Faces and Fonts
14313 @section Faces and Fonts
14314 @cindex faces
14315 @cindex fonts
14316 @cindex colors
14317
14318 Fiddling with fonts and faces used to be very difficult, but these days
14319 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
14320 the face you want to alter, and alter it via the standard Customize
14321 interface.
14322
14323
14324 @node Compilation
14325 @section Compilation
14326 @cindex compilation
14327 @cindex byte-compilation
14328
14329 @findex gnus-compile
14330
14331 Remember all those line format specification variables?
14332 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
14333 on.  Now, Gnus will of course heed whatever these variables are, but,
14334 unfortunately, changing them will mean a quite significant slow-down.
14335 (The default values of these variables have byte-compiled functions
14336 associated with them, while the user-generated versions do not, of
14337 course.)
14338
14339 To help with this, you can run @kbd{M-x gnus-compile} after you've
14340 fiddled around with the variables and feel that you're (kind of)
14341 satisfied.  This will result in the new specs being byte-compiled, and
14342 you'll get top speed again.  Gnus will save these compiled specs in the
14343 @file{.newsrc.eld} file.  (User-defined functions aren't compiled by
14344 this function, though---you should compile them yourself by sticking
14345 them into the @code{.gnus.el} file and byte-compiling that file.)
14346
14347
14348 @node Mode Lines
14349 @section Mode Lines
14350 @cindex mode lines
14351
14352 @vindex gnus-updated-mode-lines
14353 @code{gnus-updated-mode-lines} says what buffers should keep their mode
14354 lines updated.  It is a list of symbols.  Supported symbols include
14355 @code{group}, @code{article}, @code{summary}, @code{server},
14356 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
14357 Gnus will keep that mode line updated with information that may be
14358 pertinent.  If this variable is @code{nil}, screen refresh may be
14359 quicker.
14360
14361 @cindex display-time
14362
14363 @vindex gnus-mode-non-string-length
14364 By default, Gnus displays information on the current article in the mode
14365 lines of the summary and article buffers.  The information Gnus wishes
14366 to display (e.g. the subject of the article) is often longer than the
14367 mode lines, and therefore have to be cut off at some point.  The
14368 @code{gnus-mode-non-string-length} variable says how long the other
14369 elements on the line is (i.e., the non-info part).  If you put
14370 additional elements on the mode line (e.g. a clock), you should modify
14371 this variable:
14372
14373 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
14374 @lisp
14375 (add-hook 'display-time-hook
14376           (lambda () (setq gnus-mode-non-string-length
14377                            (+ 21
14378                               (if line-number-mode 5 0)
14379                               (if column-number-mode 4 0)
14380                               (length display-time-string)))))
14381 @end lisp
14382
14383 If this variable is @code{nil} (which is the default), the mode line
14384 strings won't be chopped off, and they won't be padded either.  Note
14385 that the default is unlikely to be desirable, as even the percentage
14386 complete in the buffer may be crowded off the mode line; the user should
14387 configure this variable appropriately for her configuration.
14388
14389
14390 @node Highlighting and Menus
14391 @section Highlighting and Menus
14392 @cindex visual
14393 @cindex highlighting
14394 @cindex menus
14395
14396 @vindex gnus-visual
14397 The @code{gnus-visual} variable controls most of the Gnus-prettifying
14398 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
14399 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
14400 file.
14401
14402 This variable can be a list of visual properties that are enabled.  The
14403 following elements are valid, and are all included by default:
14404
14405 @table @code
14406 @item group-highlight
14407 Do highlights in the group buffer.
14408 @item summary-highlight
14409 Do highlights in the summary buffer.
14410 @item article-highlight
14411 Do highlights according to @code{gnus-article-display-hook} in the
14412 article buffer.
14413 @item highlight
14414 Turn on highlighting in all buffers.
14415 @item group-menu
14416 Create menus in the group buffer.
14417 @item summary-menu
14418 Create menus in the summary buffers.
14419 @item article-menu
14420 Create menus in the article buffer.
14421 @item browse-menu
14422 Create menus in the browse buffer.
14423 @item server-menu
14424 Create menus in the server buffer.
14425 @item score-menu
14426 Create menus in the score buffers.
14427 @item menu
14428 Create menus in all buffers.
14429 @end table
14430
14431 So if you only want highlighting in the article buffer and menus in all
14432 buffers, you could say something like:
14433
14434 @lisp
14435 (setq gnus-visual '(article-highlight menu))
14436 @end lisp
14437
14438 If you want highlighting only and no menus whatsoever, you'd say:
14439
14440 @lisp
14441 (setq gnus-visual '(highlight))
14442 @end lisp
14443
14444 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
14445 in all Gnus buffers.
14446
14447 Other general variables that influence the look of all buffers include:
14448
14449 @table @code
14450 @item gnus-mouse-face
14451 @vindex gnus-mouse-face
14452 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
14453 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
14454
14455 @end table
14456
14457 There are hooks associated with the creation of all the different menus:
14458
14459 @table @code
14460
14461 @item gnus-article-menu-hook
14462 @vindex gnus-article-menu-hook
14463 Hook called after creating the article mode menu.
14464
14465 @item gnus-group-menu-hook
14466 @vindex gnus-group-menu-hook
14467 Hook called after creating the group mode menu.
14468
14469 @item gnus-summary-menu-hook
14470 @vindex gnus-summary-menu-hook
14471 Hook called after creating the summary mode menu.
14472
14473 @item gnus-server-menu-hook
14474 @vindex gnus-server-menu-hook
14475 Hook called after creating the server mode menu.
14476
14477 @item gnus-browse-menu-hook
14478 @vindex gnus-browse-menu-hook
14479 Hook called after creating the browse mode menu.
14480
14481 @item gnus-score-menu-hook
14482 @vindex gnus-score-menu-hook
14483 Hook called after creating the score mode menu.
14484
14485 @end table
14486
14487
14488 @node Buttons
14489 @section Buttons
14490 @cindex buttons
14491 @cindex mouse
14492 @cindex click
14493
14494 Those new-fangled @dfn{mouse} contraptions is very popular with the
14495 young, hep kids who don't want to learn the proper way to do things
14496 these days.  Why, I remember way back in the summer of '89, when I was
14497 using Emacs on a Tops 20 system.  Three hundred users on one single
14498 machine, and every user was running Simula compilers.  Bah!
14499
14500 Right.
14501
14502 @vindex gnus-carpal
14503 Well, you can make Gnus display bufferfuls of buttons you can click to
14504 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
14505 really.  Tell the chiropractor I sent you.
14506
14507
14508 @table @code
14509
14510 @item gnus-carpal-mode-hook
14511 @vindex gnus-carpal-mode-hook
14512 Hook run in all carpal mode buffers.
14513
14514 @item gnus-carpal-button-face
14515 @vindex gnus-carpal-button-face
14516 Face used on buttons.
14517
14518 @item gnus-carpal-header-face
14519 @vindex gnus-carpal-header-face
14520 Face used on carpal buffer headers.
14521
14522 @item gnus-carpal-group-buffer-buttons
14523 @vindex gnus-carpal-group-buffer-buttons
14524 Buttons in the group buffer.
14525
14526 @item gnus-carpal-summary-buffer-buttons
14527 @vindex gnus-carpal-summary-buffer-buttons
14528 Buttons in the summary buffer.
14529
14530 @item gnus-carpal-server-buffer-buttons
14531 @vindex gnus-carpal-server-buffer-buttons
14532 Buttons in the server buffer.
14533
14534 @item gnus-carpal-browse-buffer-buttons
14535 @vindex gnus-carpal-browse-buffer-buttons
14536 Buttons in the browse buffer.
14537 @end table
14538
14539 All the @code{buttons} variables are lists.  The elements in these list
14540 are either cons cells where the @code{car} contains a text to be displayed and
14541 the @code{cdr} contains a function symbol, or a simple string.
14542
14543
14544 @node Daemons
14545 @section Daemons
14546 @cindex demons
14547 @cindex daemons
14548
14549 Gnus, being larger than any program ever written (allegedly), does lots
14550 of strange stuff that you may wish to have done while you're not
14551 present.  For instance, you may want it to check for new mail once in a
14552 while.  Or you may want it to close down all connections to all servers
14553 when you leave Emacs idle.  And stuff like that.
14554
14555 Gnus will let you do stuff like that by defining various
14556 @dfn{handlers}.  Each handler consists of three elements:  A
14557 @var{function}, a @var{time}, and an @var{idle} parameter.
14558
14559 Here's an example of a handler that closes connections when Emacs has
14560 been idle for thirty minutes:
14561
14562 @lisp
14563 (gnus-demon-close-connections nil 30)
14564 @end lisp
14565
14566 Here's a handler that scans for PGP headers every hour when Emacs is
14567 idle:
14568
14569 @lisp
14570 (gnus-demon-scan-pgp 60 t)
14571 @end lisp
14572
14573 This @var{time} parameter and than @var{idle} parameter work together
14574 in a strange, but wonderful fashion.  Basically, if @var{idle} is
14575 @code{nil}, then the function will be called every @var{time} minutes.
14576
14577 If @var{idle} is @code{t}, then the function will be called after
14578 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
14579 the function will never be called.  But once Emacs goes idle, the
14580 function will be called every @var{time} minutes.
14581
14582 If @var{idle} is a number and @var{time} is a number, the function will
14583 be called every @var{time} minutes only when Emacs has been idle for
14584 @var{idle} minutes.
14585
14586 If @var{idle} is a number and @var{time} is @code{nil}, the function
14587 will be called once every time Emacs has been idle for @var{idle}
14588 minutes.
14589
14590 And if @var{time} is a string, it should look like @samp{07:31}, and
14591 the function will then be called once every day somewhere near that
14592 time.  Modified by the @var{idle} parameter, of course.
14593
14594 @vindex gnus-demon-timestep
14595 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
14596 seconds.  This is 60 by default.  If you change that variable,
14597 all the timings in the handlers will be affected.)
14598
14599 @vindex gnus-use-demon
14600 To set the whole thing in motion, though, you have to set
14601 @code{gnus-use-demon} to @code{t}.
14602
14603 So, if you want to add a handler, you could put something like this in
14604 your @file{.gnus} file:
14605
14606 @findex gnus-demon-add-handler
14607 @lisp
14608 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
14609 @end lisp
14610
14611 @findex gnus-demon-add-nocem
14612 @findex gnus-demon-add-scanmail
14613 @findex gnus-demon-add-rescan
14614 @findex gnus-demon-add-scan-timestamps
14615 @findex gnus-demon-add-disconnection
14616 Some ready-made functions to do this have been created:
14617 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
14618 @code{gnus-demon-add-nntp-close-connection},
14619 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
14620 @code{gnus-demon-add-scanmail}.  Just put those functions in your
14621 @file{.gnus} if you want those abilities.
14622
14623 @findex gnus-demon-init
14624 @findex gnus-demon-cancel
14625 @vindex gnus-demon-handlers
14626 If you add handlers to @code{gnus-demon-handlers} directly, you should
14627 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
14628 daemons, you can use the @code{gnus-demon-cancel} function.
14629
14630 Note that adding daemons can be pretty naughty if you over do it.  Adding
14631 functions that scan all news and mail from all servers every two seconds
14632 is a sure-fire way of getting booted off any respectable system.  So
14633 behave.
14634
14635
14636 @node NoCeM
14637 @section NoCeM
14638 @cindex nocem
14639 @cindex spam
14640
14641 @dfn{Spamming} is posting the same article lots and lots of times.
14642 Spamming is bad.  Spamming is evil.
14643
14644 Spamming is usually canceled within a day or so by various anti-spamming
14645 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
14646 NoCeM is pronounced ``no see-'em'', and means what the name
14647 implies---these are messages that make the offending articles, like, go
14648 away.
14649
14650 What use are these NoCeM messages if the articles are canceled anyway?
14651 Some sites do not honor cancel messages and some sites just honor cancels
14652 from a select few people.  Then you may wish to make use of the NoCeM
14653 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
14654
14655 Gnus can read and parse the messages in this group automatically, and
14656 this will make spam disappear.
14657
14658 There are some variables to customize, of course:
14659
14660 @table @code
14661 @item gnus-use-nocem
14662 @vindex gnus-use-nocem
14663 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
14664 by default.
14665
14666 @item gnus-nocem-groups
14667 @vindex gnus-nocem-groups
14668 Gnus will look for NoCeM messages in the groups in this list.  The
14669 default is @code{("news.lists.filters" "news.admin.net-abuse.bulletins"
14670 "alt.nocem.misc" "news.admin.net-abuse.announce")}.
14671
14672 @item gnus-nocem-issuers
14673 @vindex gnus-nocem-issuers
14674 There are many people issuing NoCeM messages.  This list says what
14675 people you want to listen to.  The default is @code{("Automoose-1"
14676 "rbraver@@ohww.norman.ok.us" "clewis@@ferret.ocunix.on.ca"
14677 "jem@@xpat.com" "snowhare@@xmission.com" "red@@redpoll.mrfs.oh.us
14678 (Richard E. Depew)")}; fine, upstanding citizens all of them.
14679
14680 Known despammers that you can put in this list include:
14681
14682 @table @samp
14683 @item clewis@@ferret.ocunix.on.ca;
14684 @cindex Chris Lewis
14685 Chris Lewis---Major Canadian despammer who has probably canceled more
14686 usenet abuse than anybody else.
14687
14688 @item Automoose-1
14689 @cindex CancelMoose[tm]
14690 The CancelMoose[tm] on autopilot.  The CancelMoose[tm] is reputed to be
14691 Norwegian, and was the person(s) who invented NoCeM.
14692
14693 @item jem@@xpat.com;
14694 @cindex Jem
14695 John Milburn---despammer located in Korea who is getting very busy these
14696 days.
14697
14698 @item red@@redpoll.mrfs.oh.us (Richard E. Depew)
14699 Richard E. Depew---lone American despammer.  He mostly cancels binary
14700 postings to non-binary groups and removes spews (regurgitated articles).
14701 @end table
14702
14703 You do not have to heed NoCeM messages from all these people---just the
14704 ones you want to listen to.  You also don't have to accept all NoCeM
14705 messages from the people you like.  Each NoCeM message has a @dfn{type}
14706 header that gives the message a (more or less, usually less) rigorous
14707 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
14708 @samp{binary}, and @samp{troll}.  To specify this, you have to use
14709 @var{(issuer conditions ...)} elements in the list.  Each condition is
14710 either a string (which is a regexp that matches types you want to use)
14711 or a list on the form @code{(not STRING)}, where @var{string} is a
14712 regexp that matches types you don't want to use.
14713
14714 For instance, if you want all NoCeM messages from Chris Lewis except his
14715 @samp{troll} messages, you'd say:
14716
14717 @lisp
14718 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
14719 @end lisp
14720
14721 On the other hand, if you just want nothing but his @samp{spam} and
14722 @samp{spew} messages, you'd say:
14723
14724 @lisp
14725 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
14726 @end lisp
14727
14728 The specs are applied left-to-right.
14729
14730
14731 @item gnus-nocem-verifyer
14732 @vindex gnus-nocem-verifyer
14733 @findex mc-verify
14734 This should be a function for verifying that the NoCeM issuer is who she
14735 says she is.  The default is @code{mc-verify}, which is a Mailcrypt
14736 function.  If this is too slow and you don't care for verification
14737 (which may be dangerous), you can set this variable to @code{nil}.
14738
14739 If you want signed NoCeM messages to be verified and unsigned messages
14740 not to be verified (but used anyway), you could do something like:
14741
14742 @lisp
14743 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
14744
14745 (defun my-gnus-mc-verify ()
14746   (not (eq 'forged
14747            (ignore-errors
14748              (if (mc-verify)
14749                  t
14750                'forged)))))
14751 @end lisp
14752
14753 This might be dangerous, though.
14754
14755 @item gnus-nocem-directory
14756 @vindex gnus-nocem-directory
14757 This is where Gnus will store its NoCeM cache files.  The default is
14758 @file{~/News/NoCeM/}.
14759
14760 @item gnus-nocem-expiry-wait
14761 @vindex gnus-nocem-expiry-wait
14762 The number of days before removing old NoCeM entries from the cache.
14763 The default is 15.  If you make it shorter Gnus will be faster, but you
14764 might then see old spam.
14765
14766 @end table
14767
14768 Using NoCeM could potentially be a memory hog.  If you have many living
14769 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
14770 big.  If this is a problem, you should kill off all (or most) of your
14771 unsubscribed groups (@pxref{Subscription Commands}).
14772
14773
14774 @node Undo
14775 @section Undo
14776 @cindex undo
14777
14778 It is very useful to be able to undo actions one has done.  In normal
14779 Emacs buffers, it's easy enough---you just push the @code{undo} button.
14780 In Gnus buffers, however, it isn't that simple.
14781
14782 The things Gnus displays in its buffer is of no value whatsoever to
14783 Gnus---it's all just data designed to look nice to the user.
14784 Killing a group in the group buffer with @kbd{C-k} makes the line
14785 disappear, but that's just a side-effect of the real action---the
14786 removal of the group in question from the internal Gnus structures.
14787 Undoing something like that can't be done by the normal Emacs
14788 @code{undo} function.
14789
14790 Gnus tries to remedy this somewhat by keeping track of what the user
14791 does and coming up with actions that would reverse the actions the user
14792 takes.  When the user then presses the @code{undo} key, Gnus will run
14793 the code to reverse the previous action, or the previous actions.
14794 However, not all actions are easily reversible, so Gnus currently offers
14795 a few key functions to be undoable.  These include killing groups,
14796 yanking groups, and changing the list of read articles of groups.
14797 That's it, really.  More functions may be added in the future, but each
14798 added function means an increase in data to be stored, so Gnus will
14799 never be totally undoable.
14800
14801 @findex gnus-undo-mode
14802 @vindex gnus-use-undo
14803 @findex gnus-undo
14804 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
14805 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
14806 default.  The @kbd{M-C-_} key performs the @code{gnus-undo} command
14807 command, which should feel kinda like the normal Emacs @code{undo}
14808 command.
14809
14810
14811 @node Moderation
14812 @section Moderation
14813 @cindex moderation
14814
14815 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
14816 It is not included in the standard Gnus package.  Write a mail to
14817 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
14818 get a copy.
14819
14820 The moderation package is implemented as a minor mode for summary
14821 buffers.  Put
14822
14823 @lisp
14824 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
14825 @end lisp
14826
14827 in your @file{.gnus.el} file.
14828
14829 If you are the moderator of @samp{rec.zoofle}, this is how it's
14830 supposed to work:
14831
14832 @enumerate
14833 @item
14834 You split your incoming mail by matching on
14835 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
14836 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
14837
14838 @item
14839 You enter that group once in a while and post articles using the @kbd{e}
14840 (edit-and-post) or @kbd{s} (just send unedited) commands.
14841
14842 @item
14843 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
14844 articles that weren't approved by you, you can cancel them with the
14845 @kbd{c} command.
14846 @end enumerate
14847
14848 To use moderation mode in these two groups, say:
14849
14850 @lisp
14851 (setq gnus-moderated-list
14852       "^nnml:rec.zoofle$\\|^rec.zoofle$")
14853 @end lisp
14854
14855
14856 @node XEmacs Enhancements
14857 @section XEmacs Enhancements
14858 @cindex XEmacs
14859
14860 XEmacs is able to display pictures and stuff, so Gnus has taken
14861 advantage of that.
14862
14863 @menu
14864 * Picons::    How to display pictures of what your reading.
14865 * Smileys::   Show all those happy faces the way they were meant to be shown.
14866 * Toolbar::   Click'n'drool.
14867 * XVarious::  Other XEmacsy Gnusey variables.
14868 @end menu
14869
14870
14871 @node Picons
14872 @subsection Picons
14873
14874 @iftex
14875 @iflatex
14876 \include{picons}
14877 @end iflatex
14878 @end iftex
14879
14880 So...  You want to slow down your news reader even more!  This is a
14881 good way to do so.  Its also a great way to impress people staring
14882 over your shoulder as you read news.
14883
14884 @menu
14885 * Picon Basics::           What are picons and How do I get them.
14886 * Picon Requirements::     Don't go further if you aren't using XEmacs.
14887 * Easy Picons::            Displaying Picons---the easy way.
14888 * Hard Picons::            The way you should do it.  You'll learn something.
14889 * Picon Useless Configuration:: Other variables you can trash/tweak/munge/play with.
14890 @end menu
14891
14892
14893 @node Picon Basics
14894 @subsubsection Picon Basics
14895
14896 What are Picons?  To quote directly from the Picons Web site:
14897
14898 @iftex
14899 @iflatex
14900 \margindex{}
14901 @end iflatex
14902 @end iftex
14903
14904 @quotation
14905 @dfn{Picons} is short for ``personal icons''.  They're small,
14906 constrained images used to represent users and domains on the net,
14907 organized into databases so that the appropriate image for a given
14908 e-mail address can be found.  Besides users and domains, there are picon
14909 databases for Usenet newsgroups and weather forecasts.  The picons are
14910 in either monochrome @code{XBM} format or color @code{XPM} and
14911 @code{GIF} formats.
14912 @end quotation
14913
14914 @vindex gnus-picons-piconsearch-url
14915 If you have a permanent connection to the Internet you can use Steve
14916 Kinzler's Picons Search engine by setting
14917 @code{gnus-picons-piconsearch-url} to the string @*
14918 @file{http://www.cs.indiana.edu/picons/search.html}.
14919
14920 @vindex gnus-picons-database
14921 Otherwise you need a local copy of his database.  For instructions on
14922 obtaining and installing the picons databases, point your Web browser at @*
14923 @file{http://www.cs.indiana.edu/picons/ftp/index.html}.  Gnus expects
14924 picons to be installed into a location pointed to by
14925 @code{gnus-picons-database}.
14926
14927
14928 @node Picon Requirements
14929 @subsubsection Picon Requirements
14930
14931 To have Gnus display Picons for you, you must be running XEmacs
14932 19.13 or greater since all other versions of Emacs aren't yet able to
14933 display images.
14934
14935 Additionally, you must have @code{x} support compiled into XEmacs.  To
14936 display color picons which are much nicer than the black & white one,
14937 you also need one of @code{xpm} or @code{gif} compiled into XEmacs.
14938
14939 @vindex gnus-picons-convert-x-face
14940 If you want to display faces from @code{X-Face} headers, you should have
14941 the @code{xface} support compiled into XEmacs.  Otherwise you must have
14942 the @code{netpbm} utilities installed, or munge the
14943 @code{gnus-picons-convert-x-face} variable to use something else.
14944
14945
14946 @node Easy Picons
14947 @subsubsection Easy Picons
14948
14949 To enable displaying picons, simply put the following line in your
14950 @file{~/.gnus} file and start Gnus.
14951
14952 @lisp
14953 (setq gnus-use-picons t)
14954 (add-hook 'gnus-article-display-hook
14955           'gnus-article-display-picons t)
14956 (add-hook 'gnus-article-display-hook
14957           'gnus-picons-article-display-x-face)
14958 @end lisp
14959
14960 and make sure @code{gnus-picons-database} points to the directory
14961 containing the Picons databases.
14962
14963 Alternatively if you want to use the web piconsearch engine add this:
14964
14965 @lisp
14966 (setq gnus-picons-piconsearch-url
14967       "http://www.cs.indiana.edu:800/piconsearch")
14968 @end lisp
14969
14970
14971 @node Hard Picons
14972 @subsubsection Hard Picons
14973
14974 @iftex
14975 @iflatex
14976 \margindex{}
14977 @end iflatex
14978 @end iftex
14979
14980 Gnus can display picons for you as you enter and leave groups and
14981 articles.  It knows how to interact with three sections of the picons
14982 database.  Namely, it can display the picons newsgroup pictures,
14983 author's face picture(s), and the authors domain.  To enable this
14984 feature, you need to select where to get the picons from, and where to
14985 display them.
14986
14987 @table @code
14988
14989 @item gnus-picons-database
14990 @vindex gnus-picons-database
14991 The location of the picons database.  Should point to a directory
14992 containing the @file{news}, @file{domains}, @file{users} (and so on)
14993 subdirectories.  This is only useful if
14994 @code{gnus-picons-piconsearch-url} is @code{nil}.  Defaults to
14995 @file{/usr/local/faces/}.
14996
14997 @item gnus-picons-piconsearch-url
14998 @vindex gnus-picons-piconsearch-url
14999 The URL for the web picons search engine.  The only currently known
15000 engine is @file{http://www.cs.indiana.edu:800/piconsearch}.  To
15001 workaround network delays, icons will be fetched in the background.  If
15002 this is @code{nil} 'the default), then picons are fetched from local
15003 database indicated by @code{gnus-picons-database}.
15004
15005 @item gnus-picons-display-where
15006 @vindex gnus-picons-display-where
15007 Where the picon images should be displayed.  It is @code{picons} by
15008 default (which by default maps to the buffer @samp{*Picons*}).  Other
15009 valid places could be @code{article}, @code{summary}, or
15010 @samp{*scratch*} for all I care.  Just make sure that you've made the
15011 buffer visible using the standard Gnus window configuration
15012 routines---@pxref{Windows Configuration}.
15013
15014 @item gnus-picons-group-excluded-groups
15015 @vindex gnus-picons-group-excluded-groups
15016 Groups that are matched by this regexp won't have their group icons
15017 displayed.
15018
15019 @end table
15020
15021 Note: If you set @code{gnus-use-picons} to @code{t}, it will set up your
15022 window configuration for you to include the @code{picons} buffer.
15023
15024 Now that you've made those decision, you need to add the following
15025 functions to the appropriate hooks so these pictures will get displayed
15026 at the right time.
15027
15028 @vindex gnus-article-display-hook
15029 @vindex gnus-picons-display-where
15030 @table @code
15031 @item gnus-article-display-picons
15032 @findex gnus-article-display-picons
15033 Looks up and displays the picons for the author and the author's domain
15034 in the @code{gnus-picons-display-where} buffer.  Should be added to the
15035 @code{gnus-article-display-hook}.
15036
15037 @item gnus-picons-article-display-x-face
15038 @findex gnus-article-display-picons
15039 Decodes and displays the X-Face header if present.  This function
15040 should be added to @code{gnus-article-display-hook}.
15041
15042 @end table
15043
15044 Note:  You must append them to the hook, so make sure to specify 't'
15045 for the append flag of @code{add-hook}:
15046
15047 @lisp
15048 (add-hook 'gnus-article-display-hook 'gnus-article-display-picons t)
15049 @end lisp
15050
15051
15052 @node Picon Useless Configuration
15053 @subsubsection Picon Useless Configuration
15054
15055 @iftex
15056 @iflatex
15057 \margindex{}
15058 @end iflatex
15059 @end iftex
15060
15061 The following variables offer further control over how things are
15062 done, where things are located, and other useless stuff you really
15063 don't need to worry about.
15064
15065 @table @code
15066
15067 @item gnus-picons-news-directories
15068 @vindex gnus-picons-news-directories
15069 List of subdirectories to search in @code{gnus-picons-database} for
15070 newsgroups faces.  @code{("news")} is the default.
15071
15072 @item gnus-picons-user-directories
15073 @vindex gnus-picons-user-directories
15074 List of subdirectories to search in @code{gnus-picons-database} for user
15075 faces.  @code{("local" "users" "usenix" "misc")} is the default.
15076
15077 @item gnus-picons-domain-directories
15078 @vindex gnus-picons-domain-directories
15079 List of subdirectories to search in @code{gnus-picons-database} for
15080 domain name faces.  Defaults to @code{("domains")}.  Some people may
15081 want to add @samp{"unknown"} to this list.
15082
15083 @item gnus-picons-convert-x-face
15084 @vindex gnus-picons-convert-x-face
15085 If you don't have @code{xface} support builtin XEmacs, this is the
15086 command to use to convert the @code{X-Face} header to an X bitmap
15087 (@code{xbm}).  Defaults to @code{(format "@{ echo '/* Width=48,
15088 Height=48 */'; uncompface; @} | icontopbm | pbmtoxbm > %s"
15089 gnus-picons-x-face-file-name)}
15090
15091 @item gnus-picons-x-face-file-name
15092 @vindex gnus-picons-x-face-file-name
15093 Names a temporary file to store the @code{X-Face} bitmap in.  Defaults
15094 to @code{(format "/tmp/picon-xface.%s.xbm" (user-login-name))}.
15095
15096 @item gnus-picons-has-modeline-p
15097 @vindex gnus-picons-has-modeline-p
15098 If you have set @code{gnus-picons-display-where} to @code{picons}, your
15099 XEmacs frame will become really cluttered.  To alleviate this a bit you
15100 can set @code{gnus-picons-has-modeline-p} to @code{nil}; this will
15101 remove the mode line from the Picons buffer.  This is only useful if
15102 @code{gnus-picons-display-where} is @code{picons}.
15103
15104 @item gnus-picons-refresh-before-display
15105 @vindex gnus-picons-refresh-before-display
15106 If non-nil, display the article buffer before computing the picons.
15107 Defaults to @code{nil}.
15108
15109 @item gnus-picons-display-as-address
15110 @vindex gnus-picons-display-as-address
15111 If @code{t} display textual email addresses along with pictures.
15112 Defaults to @code{t}.
15113
15114 @item gnus-picons-file-suffixes
15115 @vindex gnus-picons-file-suffixes
15116 Ordered list of suffixes on picon file names to try.  Defaults to
15117 @code{("xpm" "gif" "xbm")} minus those not builtin your XEmacs.
15118
15119 @item gnus-picons-display-article-move-p
15120 @vindex gnus-picons-display-article-move-p
15121 Whether to move point to first empty line when displaying picons.  This
15122 has only an effect if `gnus-picons-display-where' has value `article'.
15123
15124 @item gnus-picons-clear-cache-on-shutdown
15125 @vindex gnus-picons-clear-cache-on-shutdown
15126 Whether to clear the picons cache when exiting gnus.  Gnus caches every
15127 picons it finds while it is running.  This saves some time in the search
15128 process but eats some memory.  If this variable is set to @code{nil},
15129 Gnus will never clear the cache itself; you will have to manually call
15130 @code{gnus-picons-clear-cache} to clear it.  Otherwise the cache will be
15131 cleared every time you exit Gnus.  Defaults to @code{t}.
15132
15133 @iftex
15134 @iflatex
15135 \margindex{}
15136 @end iflatex
15137 @end iftex
15138
15139 @end table
15140
15141 @node Smileys
15142 @subsection Smileys
15143 @cindex smileys
15144
15145 @iftex
15146 @iflatex
15147 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=tmp/BigFace.ps,height=20cm}}
15148 \input{smiley}
15149 @end iflatex
15150 @end iftex
15151
15152 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
15153 currently the only package that uses Smiley, it is documented here.
15154
15155 In short---to use Smiley in Gnus, put the following in your
15156 @file{.gnus.el} file:
15157
15158 @lisp
15159 (add-hook 'gnus-article-display-hook 'gnus-smiley-display t)
15160 @end lisp
15161
15162 Smiley maps text smiley faces---@samp{:-)}, @samp{:-=}, @samp{:-(} and
15163 the like---to pictures and displays those instead of the text smiley
15164 faces.  The conversion is controlled by a list of regexps that matches
15165 text and maps that to file names.
15166
15167 @vindex smiley-nosey-regexp-alist
15168 @vindex smiley-deformed-regexp-alist
15169 Smiley supplies two example conversion alists by default:
15170 @code{smiley-deformed-regexp-alist} (which matches @samp{:)}, @samp{:(}
15171 and so on), and @code{smiley-nosey-regexp-alist} (which matches
15172 @samp{:-)}, @samp{:-(} and so on).
15173
15174 The alist used is specified by the @code{smiley-regexp-alist} variable,
15175 which defaults to the value of @code{smiley-deformed-regexp-alist}.
15176
15177 The first item in each element is the regexp to be matched; the second
15178 element is the regexp match group that is to be replaced by the picture;
15179 and the third element is the name of the file to be displayed.
15180
15181 The following variables customize where Smiley will look for these
15182 files, as well as the color to be used and stuff:
15183
15184 @table @code
15185
15186 @item smiley-data-directory
15187 @vindex smiley-data-directory
15188 Where Smiley will look for smiley faces files.
15189
15190 @item smiley-flesh-color
15191 @vindex smiley-flesh-color
15192 Skin color.  The default is @samp{yellow}, which is really racist.
15193
15194 @item smiley-features-color
15195 @vindex smiley-features-color
15196 Color of the features of the face.  The default is @samp{black}.
15197
15198 @item smiley-tongue-color
15199 @vindex smiley-tongue-color
15200 Color of the tongue.  The default is @samp{red}.
15201
15202 @item smiley-circle-color
15203 @vindex smiley-circle-color
15204 Color of the circle around the face.  The default is @samp{black}.
15205
15206 @item smiley-mouse-face
15207 @vindex smiley-mouse-face
15208 Face used for mouse highlighting over the smiley face.
15209
15210 @end table
15211
15212
15213 @node Toolbar
15214 @subsection Toolbar
15215
15216 @table @code
15217
15218 @iftex
15219 @iflatex
15220 \margindex{}
15221 @end iflatex
15222 @end iftex
15223
15224 @item gnus-use-toolbar
15225 @vindex gnus-use-toolbar
15226 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
15227 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
15228 @code{right-toolbar}, or @code{left-toolbar}.
15229
15230 @item gnus-group-toolbar
15231 @vindex gnus-group-toolbar
15232 The toolbar in the group buffer.
15233
15234 @item gnus-summary-toolbar
15235 @vindex gnus-summary-toolbar
15236 The toolbar in the summary buffer.
15237
15238 @item gnus-summary-mail-toolbar
15239 @vindex gnus-summary-mail-toolbar
15240 The toolbar in the summary buffer of mail groups.
15241
15242 @end table
15243
15244
15245 @node XVarious
15246 @subsection Various XEmacs Variables
15247
15248 @table @code
15249 @item gnus-xmas-glyph-directory
15250 @vindex gnus-xmas-glyph-directory
15251 This is where Gnus will look for pictures.  Gnus will normally
15252 auto-detect this directory, but you may set it manually if you have an
15253 unusual directory structure.
15254
15255 @item gnus-xmas-logo-color-alist
15256 @vindex gnus-xmas-logo-color-alist
15257 This is an alist where the key is a type symbol and the values are the
15258 foreground and background color of the splash page glyph.
15259
15260 @item gnus-xmas-logo-color-style
15261 @vindex gnus-xmas-logo-color-style
15262 This is the key used to look up the color in the alist described above.
15263 Valid values include @code{flame}, @code{pine}, @code{moss},
15264 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
15265 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
15266
15267 @item gnus-xmas-modeline-glyph
15268 @vindex gnus-xmas-modeline-glyph
15269 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
15270 default.
15271
15272 @iftex
15273 @iflatex
15274 \margindex{}
15275 @end iflatex
15276 @end iftex
15277
15278 @end table
15279
15280
15281
15282
15283 @node Fuzzy Matching
15284 @section Fuzzy Matching
15285 @cindex fuzzy matching
15286
15287 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
15288 things like scoring, thread gathering and thread comparison.
15289
15290 As opposed to regular expression matching, fuzzy matching is very fuzzy.
15291 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
15292 means, and the implementation has changed over time.
15293
15294 Basically, it tries to remove all noise from lines before comparing.
15295 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
15296 out of the strings before comparing the results.  This often leads to
15297 adequate results---even when faced with strings generated by text
15298 manglers masquerading as newsreaders.
15299
15300
15301 @node Thwarting Email Spam
15302 @section Thwarting Email Spam
15303 @cindex email spam
15304 @cindex spam
15305 @cindex UCE
15306 @cindex unsolicited commercial email
15307
15308 In these last days of the Usenet, commercial vultures are hanging about
15309 and grepping through news like crazy to find email addresses they can
15310 foist off their scams and products to.  As a reaction to this, many
15311 people have started putting nonsense addresses into their @code{From}
15312 lines.  I think this is counterproductive---it makes it difficult for
15313 people to send you legitimate mail in response to things you write, as
15314 well as making it difficult to see who wrote what.  This rewriting may
15315 perhaps be a bigger menace than the unsolicited commercial email itself
15316 in the end.
15317
15318 The biggest problem I have with email spam is that it comes in under
15319 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
15320 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
15321 mail group, only to find two pyramid schemes, seven advertisements
15322 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
15323 and one mail asking me to repent and find some god.
15324
15325 This is annoying.
15326
15327 The way to deal with this is having Gnus split out all spam into a
15328 @samp{spam} mail group (@pxref{Splitting Mail}).
15329
15330 First, pick one (1) valid mail address that you can be reached at, and
15331 put it in your @code{From} header of all your news articles.  (I've
15332 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
15333 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
15334 sysadm whether your sendmail installation accepts keywords in the local
15335 part of the mail address.)
15336
15337 @lisp
15338 (setq message-default-news-headers
15339       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
15340 @end lisp
15341
15342 Then put the following split rule in @code{nnmail-split-fancy}
15343 (@pxref{Fancy Mail Splitting}):
15344
15345 @lisp
15346 (
15347  ...
15348  (to "larsi@@trym.ifi.uio.no"
15349       (| ("subject" "re:.*" "misc")
15350          ("references" ".*@@.*" "misc")
15351          "spam"))
15352  ...
15353 )
15354 @end lisp
15355
15356 This says that all mail to this address is suspect, but if it has a
15357 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
15358 header, it's probably ok.  All the rest goes to the @samp{spam} group.
15359 (This idea probably comes from Tim Pierce.)
15360
15361 In addition, many mail spammers talk directly to your @code{smtp} server
15362 and do not include your email address explicitly in the @code{To}
15363 header.  Why they do this is unknown---perhaps it's to thwart this
15364 thwarting scheme?  In any case, this is trivial to deal with---you just
15365 put anything not addressed to you in the @samp{spam} group by ending
15366 your fancy split rule in this way:
15367
15368 @lisp
15369 (
15370  ...
15371  (to "larsi" "misc")
15372  "spam")
15373 @end lisp
15374
15375 In my experience, this will sort virtually everything into the right
15376 group.  You still have to check the @samp{spam} group from time to time to
15377 check for legitimate mail, though.  If you feel like being a good net
15378 citizen, you can even send off complaints to the proper authorities on
15379 each unsolicited commercial email---at your leisure.
15380
15381 If you are also a lazy net citizen, you will probably prefer complaining
15382 automatically with the @file{gnus-junk.el} package, available FOR FREE
15383 at @* @file{<URL:http://stud2.tuwien.ac.at/~e9426626/gnus-junk.html>}.
15384 Since most e-mail spam is sent automatically, this may reconcile the
15385 cosmic balance somewhat.
15386
15387 This works for me.  It allows people an easy way to contact me (they can
15388 just press @kbd{r} in the usual way), and I'm not bothered at all with
15389 spam.  It's a win-win situation.  Forging @code{From} headers to point
15390 to non-existent domains is yucky, in my opinion.
15391
15392
15393 @node Various Various
15394 @section Various Various
15395 @cindex mode lines
15396 @cindex highlights
15397
15398 @table @code
15399
15400 @item gnus-home-directory
15401 All Gnus path variables will be initialized from this variable, which
15402 defaults to @file{~/}.
15403
15404 @item gnus-directory
15405 @vindex gnus-directory
15406 Most Gnus storage path variables will be initialized from this variable,
15407 which defaults to the @samp{SAVEDIR} environment variable, or
15408 @file{~/News/} if that variable isn't set.
15409
15410 Note that Gnus is mostly loaded when the @file{.gnus.el} file is read.
15411 This means that other directory variables that are initialized from this
15412 variable won't be set properly if you set this variable in
15413 @file{.gnus.el}.  Set this variable in @file{.emacs} instead.
15414
15415 @item gnus-default-directory
15416 @vindex gnus-default-directory
15417 Not related to the above variable at all---this variable says what the
15418 default directory of all Gnus buffers should be.  If you issue commands
15419 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
15420 default directory.  If this variable is @code{nil} (which is the
15421 default), the default directory will be the default directory of the
15422 buffer you were in when you started Gnus.
15423
15424 @item gnus-verbose
15425 @vindex gnus-verbose
15426 This variable is an integer between zero and ten.  The higher the value,
15427 the more messages will be displayed.  If this variable is zero, Gnus
15428 will never flash any messages, if it is seven (which is the default),
15429 most important messages will be shown, and if it is ten, Gnus won't ever
15430 shut up, but will flash so many messages it will make your head swim.
15431
15432 @item gnus-verbose-backends
15433 @vindex gnus-verbose-backends
15434 This variable works the same way as @code{gnus-verbose}, but it applies
15435 to the Gnus backends instead of Gnus proper.
15436
15437 @item nnheader-max-head-length
15438 @vindex nnheader-max-head-length
15439 When the backends read straight heads of articles, they all try to read
15440 as little as possible.  This variable (default 4096) specifies
15441 the absolute max length the backends will try to read before giving up
15442 on finding a separator line between the head and the body.  If this
15443 variable is @code{nil}, there is no upper read bound.  If it is
15444 @code{t}, the backends won't try to read the articles piece by piece,
15445 but read the entire articles.  This makes sense with some versions of
15446 @code{ange-ftp} or @code{efs}.
15447
15448 @item nnheader-head-chop-length
15449 @vindex nnheader-head-chop-length
15450 This variable (default 2048) says how big a piece of each article to
15451 read when doing the operation described above.
15452
15453 @item nnheader-file-name-translation-alist
15454 @vindex nnheader-file-name-translation-alist
15455 @cindex file names
15456 @cindex invalid characters in file names
15457 @cindex characters in file names
15458 This is an alist that says how to translate characters in file names.
15459 For instance, if @samp{:} is invalid as a file character in file names
15460 on your system (you OS/2 user you), you could say something like:
15461
15462 @lisp
15463 (setq nnheader-file-name-translation-alist
15464       '((?: . ?_)))
15465 @end lisp
15466
15467 In fact, this is the default value for this variable on OS/2 and MS
15468 Windows (phooey) systems.
15469
15470 @item gnus-hidden-properties
15471 @vindex gnus-hidden-properties
15472 This is a list of properties to use to hide ``invisible'' text.  It is
15473 @code{(invisible t intangible t)} by default on most systems, which
15474 makes invisible text invisible and intangible.
15475
15476 @item gnus-parse-headers-hook
15477 @vindex gnus-parse-headers-hook
15478 A hook called before parsing headers.  It can be used, for instance, to
15479 gather statistics on the headers fetched, or perhaps you'd like to prune
15480 some headers.  I don't see why you'd want that, though.
15481
15482 @item gnus-shell-command-separator
15483 @vindex gnus-shell-command-separator
15484 String used to separate two shell commands.  The default is @samp{;}.
15485
15486
15487 @end table
15488
15489
15490 @node The End
15491 @chapter The End
15492
15493 Well, that's the manual---you can get on with your life now.  Keep in
15494 touch.  Say hello to your cats from me.
15495
15496 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
15497
15498 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
15499
15500 @quotation
15501 @strong{Te Deum}
15502
15503 @sp 1
15504 Not because of victories @*
15505 I sing,@*
15506 having none,@*
15507 but for the common sunshine,@*
15508 the breeze,@*
15509 the largess of the spring.
15510
15511 @sp 1
15512 Not for victory@*
15513 but for the day's work done@*
15514 as well as I was able;@*
15515 not for a seat upon the dais@*
15516 but at the common table.@*
15517 @end quotation
15518
15519
15520 @node Appendices
15521 @chapter Appendices
15522
15523 @menu
15524 * History::                        How Gnus got where it is today.
15525 * Terminology::                    We use really difficult, like, words here.
15526 * Customization::                  Tailoring Gnus to your needs.
15527 * Troubleshooting::                What you might try if things do not work.
15528 * A Programmers Guide to Gnus::    Rilly, rilly technical stuff.
15529 * Emacs for Heathens::             A short introduction to Emacsian terms.
15530 * Frequently Asked Questions::     A question-and-answer session.
15531 @end menu
15532
15533
15534 @node History
15535 @section History
15536
15537 @cindex history
15538 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
15539 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
15540
15541 If you want to investigate the person responsible for this outrage, you
15542 can point your (feh!) web browser to
15543 @file{http://www.stud.ifi.uio.no/~larsi/}.  This is also the primary
15544 distribution point for the new and spiffy versions of Gnus, and is known
15545 as The Site That Destroys Newsrcs And Drives People Mad.
15546
15547 During the first extended alpha period of development, the new Gnus was
15548 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
15549 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
15550 (Besides, the ``Gnus'' in this abbreviation should probably be
15551 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
15552 appropriate name, don't you think?)
15553
15554 In any case, after spending all that energy on coming up with a new and
15555 spunky name, we decided that the name was @emph{too} spunky, so we
15556 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
15557 ``@sc{gnus}''.  New vs. old.
15558
15559 The first ``proper'' release of Gnus 5 was done in November 1995 when it
15560 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
15561 plus 15 Gnus 5.0 releases).
15562
15563 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
15564 releases)) was released under the name ``Gnus 5.2'' (40 releases).
15565
15566 On July 28th 1996 work on Red Gnus was begun, and it was released on
15567 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
15568
15569 On September 13th 1997, Quassia Gnus was started and lasted 37
15570 releases.  If was released as ``Gnus 5.6 on March 8th 1998.
15571
15572 If you happen upon a version of Gnus that has a prefixed name --
15573 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'' --
15574 don't panic.  Don't let it know that you're frightened.  Back away.
15575 Slowly.  Whatever you do, don't run.  Walk away, calmly, until you're
15576 out of its reach.  Find a proper released version of Gnus and snuggle up
15577 to that instead.
15578
15579 @menu
15580 * Why?::                What's the point of Gnus?
15581 * Compatibility::       Just how compatible is Gnus with @sc{gnus}?
15582 * Conformity::          Gnus tries to conform to all standards.
15583 * Emacsen::             Gnus can be run on a few modern Emacsen.
15584 * Contributors::        Oodles of people.
15585 * New Features::        Pointers to some of the new stuff in Gnus.
15586 * Newest Features::     Features so new that they haven't been written yet.
15587 @end menu
15588
15589
15590 @node Why?
15591 @subsection Why?
15592
15593 What's the point of Gnus?
15594
15595 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
15596 newsreader, that lets you do anything you can think of.  That was my
15597 original motivation, but while working on Gnus, it has become clear to
15598 me that this generation of newsreaders really belong in the stone age.
15599 Newsreaders haven't developed much since the infancy of the net.  If the
15600 volume continues to rise with the current rate of increase, all current
15601 newsreaders will be pretty much useless.  How do you deal with
15602 newsgroups that have thousands of new articles each day?  How do you
15603 keep track of millions of people who post?
15604
15605 Gnus offers no real solutions to these questions, but I would very much
15606 like to see Gnus being used as a testing ground for new methods of
15607 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
15608 to separate the newsreader from the backends, Gnus now offers a simple
15609 interface for anybody who wants to write new backends for fetching mail
15610 and news from different sources.  I have added hooks for customizations
15611 everywhere I could imagine it being useful.  By doing so, I'm inviting
15612 every one of you to explore and invent.
15613
15614 May Gnus never be complete. @kbd{C-u 100 M-x all-hail-emacs} and
15615 @kbd{C-u 100 M-x all-hail-xemacs}.
15616
15617
15618 @node Compatibility
15619 @subsection Compatibility
15620
15621 @cindex compatibility
15622 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
15623 bindings have been kept.  More key bindings have been added, of course,
15624 but only in one or two obscure cases have old bindings been changed.
15625
15626 Our motto is:
15627 @quotation
15628 @cartouche
15629 @center In a cloud bones of steel.
15630 @end cartouche
15631 @end quotation
15632
15633 All commands have kept their names.  Some internal functions have changed
15634 their names.
15635
15636 The @code{gnus-uu} package has changed drastically. @xref{Decoding
15637 Articles}.
15638
15639 One major compatibility question is the presence of several summary
15640 buffers.  All variables relevant while reading a group are
15641 buffer-local to the summary buffer they belong in.  Although many
15642 important variables have their values copied into their global
15643 counterparts whenever a command is executed in the summary buffer, this
15644 change might lead to incorrect values being used unless you are careful.
15645
15646 All code that relies on knowledge of @sc{gnus} internals will probably
15647 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
15648 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
15649 maintains a hash table that points to the entries in this alist (which
15650 speeds up many functions), and changing the alist directly will lead to
15651 peculiar results.
15652
15653 @cindex hilit19
15654 @cindex highlighting
15655 Old hilit19 code does not work at all.  In fact, you should probably
15656 remove all hilit code from all Gnus hooks
15657 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
15658 Gnus provides various integrated functions for highlighting.  These are
15659 faster and more accurate.  To make life easier for everybody, Gnus will
15660 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
15661 Away!
15662
15663 Packages like @code{expire-kill} will no longer work.  As a matter of
15664 fact, you should probably remove all old @sc{gnus} packages (and other
15665 code) when you start using Gnus.  More likely than not, Gnus already
15666 does what you have written code to make @sc{gnus} do.  (Snicker.)
15667
15668 Even though old methods of doing things are still supported, only the
15669 new methods are documented in this manual.  If you detect a new method of
15670 doing something while reading this manual, that does not mean you have
15671 to stop doing it the old way.
15672
15673 Gnus understands all @sc{gnus} startup files.
15674
15675 @kindex M-x gnus-bug
15676 @findex gnus-bug
15677 @cindex reporting bugs
15678 @cindex bugs
15679 Overall, a casual user who hasn't written much code that depends on
15680 @sc{gnus} internals should suffer no problems.  If problems occur,
15681 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
15682
15683 @vindex gnus-bug-create-help-buffer
15684 If you are in the habit of sending bug reports @emph{very} often, you
15685 may find the helpful help buffer annoying after a while.  If so, set
15686 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
15687 up at you.
15688
15689
15690 @node Conformity
15691 @subsection Conformity
15692
15693 No rebels without a clue here, ma'am.  We conform to all standards known
15694 to (wo)man.  Except for those standards and/or conventions we disagree
15695 with, of course.
15696
15697 @table @strong
15698
15699 @item RFC 822
15700 @cindex RFC 822
15701 There are no known breaches of this standard.
15702
15703 @item RFC 1036
15704 @cindex RFC 1036
15705 There are no known breaches of this standard, either.
15706
15707 @item Son-of-RFC 1036
15708 @cindex Son-of-RFC 1036
15709 We do have some breaches to this one.
15710
15711 @table @emph
15712
15713 @item MIME
15714 Gnus does no MIME handling, and this standard-to-be seems to think that
15715 MIME is the bees' knees, so we have major breakage here.
15716
15717 @item X-Newsreader
15718 This is considered to be a ``vanity header'', while I consider it to be
15719 consumer information.  After seeing so many badly formatted articles
15720 coming from @code{tin} and @code{Netscape} I know not to use either of
15721 those for posting articles.  I would not have known that if it wasn't
15722 for the @code{X-Newsreader} header.
15723 @end table
15724
15725 @end table
15726
15727 If you ever notice Gnus acting non-compliant with regards to the texts
15728 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
15729 know.
15730
15731
15732 @node Emacsen
15733 @subsection Emacsen
15734 @cindex Emacsen
15735 @cindex XEmacs
15736 @cindex Mule
15737 @cindex Emacs
15738
15739 Gnus should work on :
15740
15741 @itemize @bullet
15742
15743 @item
15744 Emacs 19.32 and up.
15745
15746 @item
15747 XEmacs 19.14 and up.
15748
15749 @item
15750 Mule versions based on Emacs 19.32 and up.
15751
15752 @end itemize
15753
15754 Gnus will absolutely not work on any Emacsen older than that.  Not
15755 reliably, at least.
15756
15757 There are some vague differences between Gnus on the various
15758 platforms---XEmacs features more graphics (a logo and a toolbar)---but
15759 other than that, things should look pretty much the same under all
15760 Emacsen.
15761
15762
15763 @node Contributors
15764 @subsection Contributors
15765 @cindex contributors
15766
15767 The new Gnus version couldn't have been done without the help of all the
15768 people on the (ding) mailing list.  Every day for over a year I have
15769 gotten billions of nice bug reports from them, filling me with joy,
15770 every single one of them.  Smooches.  The people on the list have been
15771 tried beyond endurance, what with my ``oh, that's a neat idea <type
15772 type>, yup, I'll release it right away <ship off> no wait, that doesn't
15773 work at all <type type>, yup, I'll ship that one off right away <ship
15774 off> no, wait, that absolutely does not work'' policy for releases.
15775 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
15776 ``worser''? ``much worser''?  ``worsest''?)
15777
15778 I would like to take this opportunity to thank the Academy for...  oops,
15779 wrong show.
15780
15781 @itemize @bullet
15782
15783 @item
15784 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
15785
15786 @item
15787 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
15788 well as numerous other things).
15789
15790 @item
15791 Luis Fernandes---design and graphics.
15792
15793 @item
15794 Erik Naggum---help, ideas, support, code and stuff.
15795
15796 @item
15797 Wes Hardaker---@file{gnus-picon.el} and the manual section on
15798 @dfn{picons} (@pxref{Picons}).
15799
15800 @item
15801 Kim-Minh Kaplan---further work on the picon code.
15802
15803 @item
15804 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section
15805 (@pxref{GroupLens}).
15806
15807 @item
15808 Sudish Joseph---innumerable bug fixes.
15809
15810 @item
15811 Ilja Weis---@file{gnus-topic.el}.
15812
15813 @item
15814 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
15815
15816 @item
15817 Vladimir Alexiev---the refcard and reference booklets.
15818
15819 @item
15820 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
15821 distribution by Felix Lee and JWZ.
15822
15823 @item
15824 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
15825
15826 @item
15827 Peter Mutsaers---orphan article scoring code.
15828
15829 @item
15830 Ken Raeburn---POP mail support.
15831
15832 @item
15833 Hallvard B Furuseth---various bits and pieces, especially dealing with
15834 .newsrc files.
15835
15836 @item
15837 Brian Edmonds---@file{gnus-bbdb.el}.
15838
15839 @item
15840 David Moore---rewrite of @file{nnvirtual.el} and many other things.
15841
15842 @item
15843 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
15844
15845 @item
15846 François Pinard---many, many interesting and thorough bug reports, as
15847 well as autoconf support.
15848
15849 @end itemize
15850
15851 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
15852 Borges, and Jost Krieger proof-reading parts of the manual.
15853
15854 The following people have contributed many patches and suggestions:
15855
15856 Christopher Davis,
15857 Andrew Eskilsson,
15858 Kai Grossjohann,
15859 David KÃ¥gedal,
15860 Richard Pieri,
15861 Fabrice Popineau,
15862 Daniel Quinlan,
15863 Jason L. Tibbitts, III,
15864 and
15865 Jack Vinson.
15866
15867 Also thanks to the following for patches and stuff:
15868
15869 Jari Aalto,
15870 Adrian Aichner,
15871 Vladimir Alexiev,
15872 Russ Allbery,
15873 Peter Arius,
15874 Matt Armstrong,
15875 Marc Auslander,
15876 Frank Bennett,
15877 Robert Bihlmeyer,
15878 Chris Bone,
15879 Mark Borges,
15880 Mark Boyns,
15881 Lance A. Brown,
15882 Kees de Bruin,
15883 Martin Buchholz,
15884 Joe Buehler,
15885 Kevin Buhr,
15886 Alastair Burt,
15887 Joao Cachopo,
15888 Zlatko Calusic,
15889 Massimo Campostrini,
15890 Castor,
15891 David Charlap,
15892 Dan Christensen,
15893 Kevin Christian,
15894 Michael R. Cook,
15895 Glenn Coombs,
15896 Frank D. Cringle,
15897 Geoffrey T. Dairiki,
15898 Andre Deparade,
15899 Ulrik Dickow,
15900 Dave Disser,
15901 Rui-Tao Dong, @c ?
15902 Joev Dubach,
15903 Michael Welsh Duggan,
15904 Dave Edmondson,
15905 Paul Eggert,
15906 Enami Tsugutomo, @c Enami
15907 Michael Ernst,
15908 Luc Van Eycken,
15909 Sam Falkner,
15910 Nelson Jose dos Santos Ferreira,
15911 Sigbjorn Finne,
15912 Decklin Foster,
15913 Gary D. Foster,
15914 Paul Franklin,
15915 Guy Geens,
15916 Arne Georg Gleditsch,
15917 David S. Goldberg,
15918 Michelangelo Grigni,
15919 D. Hall,
15920 Magnus Hammerin,
15921 Kenichi Handa, @c Handa
15922 Raja R. Harinath,
15923 Yoshiki Hayashi, @c ?
15924 P. E. Jareth Hein,
15925 Hisashige Kenji, @c Hisashige
15926 Marc Horowitz,
15927 Gunnar Horrigmo,
15928 Richard Hoskins,
15929 Brad Howes,
15930 François Felix Ingrand,
15931 Ishikawa Ichiro, @c Ishikawa
15932 Lee Iverson,
15933 Iwamuro Motonori, @c Iwamuro
15934 Rajappa Iyer,
15935 Andreas Jaeger,
15936 Randell Jesup,
15937 Fred Johansen,
15938 Gareth Jones,
15939 Simon Josefsson,
15940 Greg Klanderman,
15941 Karl Kleinpaste,
15942 Peter Skov Knudsen,
15943 Shuhei Kobayashi, @c Kobayashi
15944 Koseki Yoshinori, @c Koseki
15945 Thor Kristoffersen,
15946 Jens Lautenbacher,
15947 Martin Larose,
15948 Seokchan Lee, @c Lee
15949 Carsten Leonhardt,
15950 James LewisMoss,
15951 Christian Limpach,
15952 Markus Linnala,
15953 Dave Love,
15954 Mike McEwan,
15955 Tonny Madsen,
15956 Shlomo Mahlab,
15957 Nat Makarevitch,
15958 Istvan Marko,
15959 David Martin,
15960 Jason R. Mastaler,
15961 Gordon Matzigkeit,
15962 Timo Metzemakers,
15963 Richard Mlynarik,
15964 Lantz Moore,
15965 Morioka Tomohiko, @c Morioka
15966 Erik Toubro Nielsen,
15967 Hrvoje Niksic,
15968 Andy Norman,
15969 Fred Oberhauser,
15970 C. R. Oldham,
15971 Alexandre Oliva,
15972 Ken Olstad,
15973 Masaharu Onishi, @c Onishi
15974 Hideki Ono, @c Ono
15975 William Perry,
15976 Stephen Peters,
15977 Jens-Ulrik Holger Petersen,
15978 Ulrich Pfeifer,
15979 Matt Pharr,
15980 John McClary Prevost,
15981 Bill Pringlemeir,
15982 Mike Pullen,
15983 Jim Radford,
15984 Colin Rafferty,
15985 Lasse Rasinen,
15986 Lars Balker Rasmussen,
15987 Joe Reiss,
15988 Renaud Rioboo,
15989 Roland B. Roberts,
15990 Bart Robinson,
15991 Christian von Roques,
15992 Jason Rumney,
15993 Wolfgang Rupprecht,
15994 Jay Sachs,
15995 Dewey M. Sasser,
15996 Loren Schall,
15997 Dan Schmidt,
15998 Ralph Schleicher,
15999 Philippe Schnoebelen,
16000 Andreas Schwab,
16001 Randal L. Schwartz,
16002 Justin Sheehy,
16003 Danny Siu,
16004 Matt Simmons,
16005 Paul D. Smith,
16006 Jeff Sparkes,
16007 Toby Speight,
16008 Michael Sperber,
16009 Darren Stalder,
16010 Richard Stallman,
16011 Greg Stark,
16012 Sam Steingold,
16013 Paul Stodghill,
16014 Kurt Swanson,
16015 Samuel Tardieu,
16016 Teddy,
16017 Chuck Thompson,
16018 Philippe Troin,
16019 James Troup,
16020 Trung Tran-Duc,
16021 Aaron M. Ucko,
16022 Aki Vehtari,
16023 Didier Verna,
16024 Jan Vroonhof,
16025 Stefan Waldherr,
16026 Pete Ware,
16027 Barry A. Warsaw,
16028 Christoph Wedler,
16029 Joe Wells,
16030 Katsumi Yamaoka, @c Yamaoka
16031 and
16032 Shenghuo Zhu. @c Zhu
16033
16034 For a full overview of what each person has done, the ChangeLogs
16035 included in the Gnus alpha distributions should give ample reading
16036 (550kB and counting).
16037
16038 Apologies to everybody that I've forgotten, of which there are many, I'm
16039 sure.
16040
16041 Gee, that's quite a list of people.  I guess that must mean that there
16042 actually are people who are using Gnus.  Who'd'a thunk it!
16043
16044
16045 @node New Features
16046 @subsection New Features
16047 @cindex new features
16048
16049 @menu
16050 * ding Gnus::          New things in Gnus 5.0/5.1, the first new Gnus.
16051 * September Gnus::     The Thing Formally Known As Gnus 5.3/5.3.
16052 * Red Gnus::           Third time best---Gnus 5.4/5.5.
16053 * Quassia Gnus::       Two times two is four, or Gnus 5.6/5.7.
16054 @end menu
16055
16056 These lists are, of course, just @emph{short} overviews of the
16057 @emph{most} important new features.  No, really.  There are tons more.
16058 Yes, we have feeping creaturism in full effect.
16059
16060
16061 @node ding Gnus
16062 @subsubsection (ding) Gnus
16063
16064 New features in Gnus 5.0/5.1:
16065
16066 @itemize @bullet
16067
16068 @item
16069 The look of all buffers can be changed by setting format-like variables
16070 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
16071
16072 @item
16073 Local spool and several @sc{nntp} servers can be used at once
16074 (@pxref{Select Methods}).
16075
16076 @item
16077 You can combine groups into virtual groups (@pxref{Virtual Groups}).
16078
16079 @item
16080 You can read a number of different mail formats (@pxref{Getting Mail}).
16081 All the mail backends implement a convenient mail expiry scheme
16082 (@pxref{Expiring Mail}).
16083
16084 @item
16085 Gnus can use various strategies for gathering threads that have lost
16086 their roots (thereby gathering loose sub-threads into one thread) or it
16087 can go back and retrieve enough headers to build a complete thread
16088 (@pxref{Customizing Threading}).
16089
16090 @item
16091 Killed groups can be displayed in the group buffer, and you can read
16092 them as well (@pxref{Listing Groups}).
16093
16094 @item
16095 Gnus can do partial group updates---you do not have to retrieve the
16096 entire active file just to check for new articles in a few groups
16097 (@pxref{The Active File}).
16098
16099 @item
16100 Gnus implements a sliding scale of subscribedness to groups
16101 (@pxref{Group Levels}).
16102
16103 @item
16104 You can score articles according to any number of criteria
16105 (@pxref{Scoring}).  You can even get Gnus to find out how to score
16106 articles for you (@pxref{Adaptive Scoring}).
16107
16108 @item
16109 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
16110 manner, so it should be difficult to lose much data on what you have
16111 read if your machine should go down (@pxref{Auto Save}).
16112
16113 @item
16114 Gnus now has its own startup file (@file{.gnus}) to avoid cluttering up
16115 the @file{.emacs} file.
16116
16117 @item
16118 You can set the process mark on both groups and articles and perform
16119 operations on all the marked items (@pxref{Process/Prefix}).
16120
16121 @item
16122 You can grep through a subset of groups and create a group from the
16123 results (@pxref{Kibozed Groups}).
16124
16125 @item
16126 You can list subsets of groups according to, well, anything
16127 (@pxref{Listing Groups}).
16128
16129 @item
16130 You can browse foreign servers and subscribe to groups from those
16131 servers (@pxref{Browse Foreign Server}).
16132
16133 @item
16134 Gnus can fetch articles, asynchronously, on a second connection to the
16135 server (@pxref{Asynchronous Fetching}).
16136
16137 @item
16138 You can cache articles locally (@pxref{Article Caching}).
16139
16140 @item
16141 The uudecode functions have been expanded and generalized
16142 (@pxref{Decoding Articles}).
16143
16144 @item
16145 You can still post uuencoded articles, which was a little-known feature
16146 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
16147
16148 @item
16149 Fetching parents (and other articles) now actually works without
16150 glitches (@pxref{Finding the Parent}).
16151
16152 @item
16153 Gnus can fetch FAQs and group descriptions (@pxref{Group Information}).
16154
16155 @item
16156 Digests (and other files) can be used as the basis for groups
16157 (@pxref{Document Groups}).
16158
16159 @item
16160 Articles can be highlighted and customized (@pxref{Customizing
16161 Articles}).
16162
16163 @item
16164 URLs and other external references can be buttonized (@pxref{Article
16165 Buttons}).
16166
16167 @item
16168 You can do lots of strange stuff with the Gnus window & frame
16169 configuration (@pxref{Windows Configuration}).
16170
16171 @item
16172 You can click on buttons instead of using the keyboard
16173 (@pxref{Buttons}).
16174
16175 @end itemize
16176
16177
16178 @node September Gnus
16179 @subsubsection September Gnus
16180
16181 @iftex
16182 @iflatex
16183 \gnusfig{-28cm}{0cm}{\epsfig{figure=tmp/september.ps,height=20cm}}
16184 @end iflatex
16185 @end iftex
16186
16187 New features in Gnus 5.2/5.3:
16188
16189 @itemize @bullet
16190
16191 @item
16192 A new message composition mode is used.  All old customization variables
16193 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
16194 now obsolete.
16195
16196 @item
16197 Gnus is now able to generate @dfn{sparse} threads---threads where
16198 missing articles are represented by empty nodes (@pxref{Customizing
16199 Threading}).
16200
16201 @lisp
16202 (setq gnus-build-sparse-threads 'some)
16203 @end lisp
16204
16205 @item
16206 Outgoing articles are stored on a special archive server
16207 (@pxref{Archived Messages}).
16208
16209 @item
16210 Partial thread regeneration now happens when articles are
16211 referred.
16212
16213 @item
16214 Gnus can make use of GroupLens predictions (@pxref{GroupLens}).
16215
16216 @item
16217 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
16218
16219 @item
16220 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
16221
16222 @lisp
16223 (setq gnus-use-trees t)
16224 @end lisp
16225
16226 @item
16227 An @code{nn}-like pick-and-read minor mode is available for the summary
16228 buffers (@pxref{Pick and Read}).
16229
16230 @lisp
16231 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
16232 @end lisp
16233
16234 @item
16235 In binary groups you can use a special binary minor mode (@pxref{Binary
16236 Groups}).
16237
16238 @item
16239 Groups can be grouped in a folding topic hierarchy (@pxref{Group
16240 Topics}).
16241
16242 @lisp
16243 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
16244 @end lisp
16245
16246 @item
16247 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
16248
16249 @item
16250 Groups can now have a score, and bubbling based on entry frequency
16251 is possible (@pxref{Group Score}).
16252
16253 @lisp
16254 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
16255 @end lisp
16256
16257 @item
16258 Groups can be process-marked, and commands can be performed on
16259 groups of groups (@pxref{Marking Groups}).
16260
16261 @item
16262 Caching is possible in virtual groups.
16263
16264 @item
16265 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
16266 news batches, ClariNet briefs collections, and just about everything
16267 else (@pxref{Document Groups}).
16268
16269 @item
16270 Gnus has a new backend (@code{nnsoup}) to create/read SOUP packets
16271 (@pxref{SOUP}).
16272
16273 @item
16274 The Gnus cache is much faster.
16275
16276 @item
16277 Groups can be sorted according to many criteria (@pxref{Sorting
16278 Groups}).
16279
16280 @item
16281 New group parameters have been introduced to set list-addresses and
16282 expiry times (@pxref{Group Parameters}).
16283
16284 @item
16285 All formatting specs allow specifying faces to be used
16286 (@pxref{Formatting Fonts}).
16287
16288 @item
16289 There are several more commands for setting/removing/acting on process
16290 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
16291
16292 @item
16293 The summary buffer can be limited to show parts of the available
16294 articles based on a wide range of criteria.  These commands have been
16295 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
16296
16297 @item
16298 Articles can be made persistent with the @kbd{*} command
16299 (@pxref{Persistent Articles}).
16300
16301 @item
16302 All functions for hiding article elements are now toggles.
16303
16304 @item
16305 Article headers can be buttonized (@pxref{Article Washing}).
16306
16307 @lisp
16308 (add-hook 'gnus-article-display-hook
16309           'gnus-article-add-buttons-to-head)
16310 @end lisp
16311
16312 @item
16313 All mail backends support fetching articles by @code{Message-ID}.
16314
16315 @item
16316 Duplicate mail can now be treated properly (@pxref{Duplicates}).
16317
16318 @item
16319 All summary mode commands are available directly from the article
16320 buffer (@pxref{Article Keymap}).
16321
16322 @item
16323 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Windows
16324 Configuration}).
16325
16326 @item
16327 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
16328 @iftex
16329 @iflatex
16330 \marginpar[\mbox{}\hfill\epsfig{figure=tmp/fseptember.ps,height=5cm}]{\epsfig{figure=tmp/fseptember.ps,height=5cm}}
16331 @end iflatex
16332 @end iftex
16333
16334 @item
16335 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
16336
16337 @lisp
16338 (setq gnus-use-nocem t)
16339 @end lisp
16340
16341 @item
16342 Groups can be made permanently visible (@pxref{Listing Groups}).
16343
16344 @lisp
16345 (setq gnus-permanently-visible-groups "^nnml:")
16346 @end lisp
16347
16348 @item
16349 Many new hooks have been introduced to make customizing easier.
16350
16351 @item
16352 Gnus respects the @code{Mail-Copies-To} header.
16353
16354 @item
16355 Threads can be gathered by looking at the @code{References} header
16356 (@pxref{Customizing Threading}).
16357
16358 @lisp
16359 (setq gnus-summary-thread-gathering-function
16360       'gnus-gather-threads-by-references)
16361 @end lisp
16362
16363 @item
16364 Read articles can be stored in a special backlog buffer to avoid
16365 refetching (@pxref{Article Backlog}).
16366
16367 @lisp
16368 (setq gnus-keep-backlog 50)
16369 @end lisp
16370
16371 @item
16372 A clean copy of the current article is always stored in a separate
16373 buffer to allow easier treatment.
16374
16375 @item
16376 Gnus can suggest where to save articles (@pxref{Saving Articles}).
16377
16378 @item
16379 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
16380 Articles}).
16381
16382 @lisp
16383 (setq gnus-prompt-before-saving t)
16384 @end lisp
16385
16386 @item
16387 @code{gnus-uu} can view decoded files asynchronously while fetching
16388 articles (@pxref{Other Decode Variables}).
16389
16390 @lisp
16391 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
16392 @end lisp
16393
16394 @item
16395 Filling in the article buffer now works properly on cited text
16396 (@pxref{Article Washing}).
16397
16398 @item
16399 Hiding cited text adds buttons to toggle hiding, and how much
16400 cited text to hide is now customizable (@pxref{Article Hiding}).
16401
16402 @lisp
16403 (setq gnus-cited-lines-visible 2)
16404 @end lisp
16405
16406 @item
16407 Boring headers can be hidden (@pxref{Article Hiding}).
16408
16409 @lisp
16410 (add-hook 'gnus-article-display-hook
16411           'gnus-article-hide-boring-headers t)
16412 @end lisp
16413
16414 @item
16415 Default scoring values can now be set from the menu bar.
16416
16417 @item
16418 Further syntax checking of outgoing articles have been added.
16419
16420 @end itemize
16421
16422
16423 @node Red Gnus
16424 @subsubsection Red Gnus
16425
16426 New features in Gnus 5.4/5.5:
16427
16428 @iftex
16429 @iflatex
16430 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=tmp/red.ps,height=20cm}}
16431 @end iflatex
16432 @end iftex
16433
16434 @itemize @bullet
16435
16436 @item
16437 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
16438
16439 @item
16440 Article prefetching functionality has been moved up into
16441 Gnus (@pxref{Asynchronous Fetching}).
16442
16443 @item
16444 Scoring can now be performed with logical operators like @code{and},
16445 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
16446 Scoring}).
16447
16448 @item
16449 Article washing status can be displayed in the
16450 article mode line (@pxref{Misc Article}).
16451
16452 @item
16453 @file{gnus.el} has been split into many smaller files.
16454
16455 @item
16456 Suppression of duplicate articles based on Message-ID can be done
16457 (@pxref{Duplicate Suppression}).
16458
16459 @lisp
16460 (setq gnus-suppress-duplicates t)
16461 @end lisp
16462
16463 @item
16464 New variables for specifying what score and adapt files are to be
16465 considered home score and adapt files (@pxref{Home Score File}) have
16466 been added.
16467
16468 @item
16469 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
16470 Server Internals}).
16471
16472 @item
16473 Groups can inherit group parameters from parent topics (@pxref{Topic
16474 Parameters}).
16475
16476 @item
16477 Article editing has been revamped and is now actually usable.
16478
16479 @item
16480 Signatures can be recognized in more intelligent fashions
16481 (@pxref{Article Signature}).
16482
16483 @item
16484 Summary pick mode has been made to look more @code{nn}-like.  Line
16485 numbers are displayed and the @kbd{.} command can be used to pick
16486 articles (@code{Pick and Read}).
16487
16488 @item
16489 Commands for moving the @file{.newsrc.eld} from one server to
16490 another have been added (@pxref{Changing Servers}).
16491
16492 @item
16493 There's a way now to specify that ``uninteresting'' fields be suppressed
16494 when generating lines in buffers (@pxref{Advanced Formatting}).
16495
16496 @item
16497 Several commands in the group buffer can be undone with @kbd{M-C-_}
16498 (@pxref{Undo}).
16499
16500 @item
16501 Scoring can be done on words using the new score type @code{w}
16502 (@pxref{Score File Format}).
16503
16504 @item
16505 Adaptive scoring can be done on a Subject word-by-word basis
16506 (@pxref{Adaptive Scoring}).
16507
16508 @lisp
16509 (setq gnus-use-adaptive-scoring '(word))
16510 @end lisp
16511
16512 @item
16513 Scores can be decayed (@pxref{Score Decays}).
16514
16515 @lisp
16516 (setq gnus-decay-scores t)
16517 @end lisp
16518
16519 @item
16520 Scoring can be performed using a regexp on the Date header.  The Date is
16521 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
16522
16523 @item
16524 A new command has been added to remove all data on articles from
16525 the native server (@pxref{Changing Servers}).
16526
16527 @item
16528 A new command for reading collections of documents
16529 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{M-C-d}
16530 (@pxref{Really Various Summary Commands}).
16531
16532 @item
16533 Process mark sets can be pushed and popped (@pxref{Setting Process
16534 Marks}).
16535
16536 @item
16537 A new mail-to-news backend makes it possible to post even when the NNTP
16538 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
16539
16540 @item
16541 A new backend for reading searches from Web search engines
16542 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
16543 (@pxref{Web Searches}).
16544
16545 @item
16546 Groups inside topics can now be sorted using the standard sorting
16547 functions, and each topic can be sorted independently (@pxref{Topic
16548 Sorting}).
16549
16550 @item
16551 Subsets of the groups can be sorted independently (@code{Sorting
16552 Groups}).
16553
16554 @item
16555 Cached articles can be pulled into the groups (@pxref{Summary Generation
16556 Commands}).
16557 @iftex
16558 @iflatex
16559 \marginpar[\mbox{}\hfill\epsfig{figure=tmp/fred.ps,width=3cm}]{\epsfig{figure=tmp/fred.ps,width=3cm}}
16560 @end iflatex
16561 @end iftex
16562
16563 @item
16564 Score files are now applied in a more reliable order (@pxref{Score
16565 Variables}).
16566
16567 @item
16568 Reports on where mail messages end up can be generated (@pxref{Splitting
16569 Mail}).
16570
16571 @item
16572 More hooks and functions have been added to remove junk from incoming
16573 mail before saving the mail (@pxref{Washing Mail}).
16574
16575 @item
16576 Emphasized text can be properly fontisized:
16577
16578 @lisp
16579 (add-hook 'gnus-article-display-hook
16580           'gnus-article-emphasize)
16581 @end lisp
16582
16583 @end itemize
16584
16585
16586 @node Quassia Gnus
16587 @subsubsection Quassia Gnus
16588
16589 New features in Gnus 5.6:
16590
16591 @itemize @bullet
16592
16593 @item
16594 New functionality for using Gnus as an offline newsreader has been
16595 added.  A plethora of new commands and modes have been added.  See
16596 @pxref{Gnus Unplugged} for the full story.
16597
16598 @item
16599  The @code{nndraft} backend has returned, but works differently than
16600 before.  All Message buffers are now also articles in the @code{nndraft}
16601 group, which is created automatically.
16602
16603 @item
16604 @code{gnus-alter-header-function} can now be used to alter header
16605 values.
16606
16607 @item
16608  @code{gnus-summary-goto-article} now accept Message-ID's.
16609
16610 @item
16611  A new Message command for deleting text in the body of a message
16612 outside the region: @kbd{C-c C-v}.
16613
16614 @item
16615  You can now post to component group in @code{nnvirtual} groups with
16616 @kbd{C-u C-c C-c}.
16617
16618 @item
16619  @code{nntp-rlogin-program}---new variable to ease customization.
16620
16621 @item
16622  @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
16623 re-highlighting of the article buffer.
16624
16625 @item
16626  New element in @code{gnus-boring-article-headers}---@code{long-to}.
16627
16628 @item
16629  @kbd{M-i} symbolic prefix command.  See the section "Symbolic
16630 Prefixes" in the Gnus manual for details.
16631
16632 @item
16633  @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
16634 @kbd{a} to add the score rule to the "all.SCORE" file.
16635
16636 @item
16637  @code{gnus-simplify-subject-functions} variable to allow greater
16638 control over simplification.
16639
16640 @item
16641  @kbd{A T}---new command for fetching the current thread.
16642
16643 @item
16644  @kbd{/ T}---new command for including the current thread in the
16645 limit.
16646
16647 @item
16648  @kbd{M-RET} is a new Message command for breaking cited text.
16649
16650 @item
16651  @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
16652
16653 @item
16654  The @code{custom-face-lookup} function has been removed.
16655 If you used this function in your initialization files, you must
16656 rewrite them to use @code{face-spec-set} instead.
16657
16658 @item
16659  Canceling now uses the current select method.  Symbolic prefix
16660 @kbd{a} forces normal posting method.
16661
16662 @item
16663  New command to translate M******** sm*rtq**t*s into proper
16664 text---@kbd{W d}.
16665
16666 @item
16667  For easier debugging of @code{nntp}, you can set
16668 @code{nntp-record-commands} to a non-@code{nil} value.
16669
16670 @item
16671  @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
16672 controlling where and how to send @sc{authinfo} to @sc{nntp} servers.
16673
16674 @item
16675  A command for editing group parameters from the summary buffer
16676 has been added.
16677
16678 @item
16679  A history of where mails have been split is available.
16680
16681 @item
16682  A new article date command has been added---@code{article-date-iso8601}.
16683
16684 @item
16685  Subjects can be simplified when threading by setting
16686 @code{gnus-score-thread-simplify}.
16687
16688 @item
16689  A new function for citing in Message has been
16690 added---@code{message-cite-original-without-signature}.
16691
16692 @item
16693  @code{article-strip-all-blank-lines}---new article command.
16694
16695 @item
16696  A new Message command to kill to the end of the article has
16697 been added.
16698
16699 @item
16700  A minimum adaptive score can be specified by using the
16701 @code{gnus-adaptive-word-minimum} variable.
16702
16703 @item
16704  The "lapsed date" article header can be kept continually
16705 updated by the @code{gnus-start-date-timer} command.
16706
16707 @item
16708  Web listserv archives can be read with the @code{nnlistserv} backend.
16709
16710 @item
16711  Old dejanews archives can now be read by @code{nnweb}.
16712
16713 @end itemize
16714
16715
16716 @node Newest Features
16717 @subsection Newest Features
16718 @cindex todo
16719
16720 Also known as the @dfn{todo list}.  Sure to be implemented before the
16721 next millennium.
16722
16723 Be afraid.  Be very afraid.
16724
16725 (That a feature appears in this list doesn't necessarily mean that I've
16726 decided to actually implement it.  It just means that I think it sounds
16727 interesting.)
16728
16729 (Yes, this is the actual, up-to-the-second todo list.)
16730
16731 @itemize @bullet
16732
16733 @item
16734 Native @sc{mime} support is something that should be done.
16735
16736 @item
16737 Really do unbinhexing.
16738
16739 @item
16740  I would like the zombie-page to contain an URL to the source of the
16741 latest version of gnus or some explanation on where to find it.
16742
16743 @item
16744  A way to continue editing the latest Message composition.
16745
16746 @item
16747  http://www.sonicnet.com/feature/ari3/
16748
16749 @item
16750  facep is not declared.
16751
16752 @item
16753  Include a section in the manual on why the number of articles
16754 isn't the same in the group buffer and on the SPC prompt.
16755
16756 @item
16757  Interacting with rmail fcc isn't easy.
16758
16759 @item
16760 @example
16761  Hypermail:
16762 <URL:http://www.falch.no/people/pepper/DSSSL-Lite/archives/>
16763 <URL:http://www.eit.com/software/hypermail/hypermail.html>
16764 <URL:http://homer.ncm.com/>
16765 <URL:http://www.yahoo.com/Computers_and_Internet/Internet/World_Wide_Web/HTML_Converters/>
16766 http://www.uwsg.indiana.edu/hypermail/linux/kernel/9610/index.html
16767 <URL:http://union.ncsa.uiuc.edu/HyperNews/get/www/html/converters.html>
16768 http://www.miranova.com/gnus-list/
16769
16770 @end example
16771
16772 @item
16773 @samp{^-- } is made into - in LaTeX.
16774
16775 @item
16776  gnus-kill is much slower than it was in GNUS 4.1.3.
16777
16778 @item
16779  when expunging articles on low score, the sparse nodes keep hanging on?
16780 @item
16781  starting the first time seems to hang Gnus on some systems.  Does
16782 NEWGROUPS answer too fast?
16783 @item
16784  nndir doesn't read gzipped files.
16785 @item
16786  FAQ doesn't have an up node?
16787 @item
16788  when moving mail from a procmail spool to the crash-box,
16789 the crash-box is only appropriate to one specific group.
16790 @item
16791  `t' `t' makes X-Faces disappear.
16792 @item
16793  nnmh-be-safe means that crossposted articles will
16794 be marked as unread.
16795 @item
16796  Orphan score entries don't show on "V t" score trace
16797 @item
16798  when clearing out data, the cache data should also be reset.
16799 @item
16800  rewrite gnus-summary-limit-children to be non-recursive
16801 to avoid exceeding lisp nesting on huge groups.
16802 @item
16803  expunged articles are counted when computing scores.
16804 @item
16805  implement gnus-batch-brew-soup
16806 @item
16807  ticked articles aren't easy to read in pick mode -- `n' and
16808 stuff just skips past them.  Read articles are the same.
16809 @item
16810  topics that contain just groups with ticked
16811 articles aren't displayed.
16812 @item
16813  nndoc should always allocate unique Message-IDs.
16814 @item
16815  If there are mail groups the first time you use Gnus, Gnus'll
16816 make the mail groups killed.
16817 @item
16818  no "no news is good news" when using topics.
16819 @item
16820  when doing crosspost marking, the cache has to be consulted
16821 and articles have to be removed.
16822 @item
16823  nnweb should fetch complete articles when they are split into several
16824 parts.
16825 @item
16826  scoring on head immediate doesn't work.
16827 @item
16828  finding short score file names takes forever.
16829 @item
16830  canceling articles in foreign groups.
16831 @item
16832  nntp-open-rlogin no longer works.
16833 @item
16834  C-u C-x C-s (Summary) switches to the group buffer.
16835 @item
16836  move nnmail-split-history out to the backends.
16837 @item
16838  nnweb doesn't work properly.
16839 @item
16840  using a virtual server name as `gnus-select-method' doesn't work?
16841 @item
16842  when killing/yanking a group from one topic to another in a slave, the
16843 master will yank it first to one topic and then add it to another.
16844 Perhaps.
16845
16846 @item
16847  warn user about `=' redirection of a group in the active file?
16848 @item
16849  really unbinhex binhex files.
16850 @item
16851  take over the XEmacs menubar and offer a toggle between the XEmacs
16852 bar and the Gnus bar.
16853 @item
16854 @example
16855  push active file and NOV file parsing down into C code.
16856 `(canonize-message-id id)'
16857 `(mail-parent-message-id references n)'
16858 `(parse-news-nov-line &optional dependency-hashtb)'
16859 `(parse-news-nov-region beg end &optional dependency-hashtb fullp)'
16860 `(parse-news-active-region beg end hashtb)'
16861
16862 @end example
16863
16864 @item
16865  nnml .overview directory with splits.
16866 @item
16867  asynchronous cache
16868 @item
16869  postponed commands.
16870 @item
16871  the selected article show have its Subject displayed in its summary line.
16872 @item
16873  when entering groups, get the real number of unread articles from
16874 the server?
16875 @item
16876  sort after gathering threads -- make false roots have the
16877 headers of the oldest orphan with a 0 article number?
16878 @item
16879  nndoc groups should inherit the score files of their parents?  Also
16880 inherit copy prompts and save files.
16881 @item
16882  command to start up Gnus (if not running) and enter a mail mode buffer.
16883 @item
16884  allow editing the group description from the group buffer
16885 for backends that support that.
16886 @item
16887 gnus-hide,show-all-topics
16888 @item
16889  groups and sub-topics should be allowed to mingle inside each topic,
16890 and not just list all subtopics at the end.
16891 @item
16892  a command to remove all read articles that are not needed to connect
16893 threads -- `gnus-summary-limit-to-sparse-unread'?
16894 @item
16895  a variable to turn off limiting/cutting of threads in the tree buffer.
16896 @item
16897  a variable to limit how many files are uudecoded.
16898 @item
16899  add zombie groups to a special "New Groups" topic.
16900 @item
16901  server mode command: close/open all connections
16902 @item
16903  put a file date in gnus-score-alist and check whether the file
16904 has been changed before using it.
16905 @item
16906  on exit from a digest group, go to the next article in the parent group.
16907 @item
16908  hide (sub)threads with low score.
16909 @item
16910  when expiring, remove all marks from expired articles.
16911 @item
16912  gnus-summary-limit-to-body
16913 @item
16914  a regexp alist that says what level groups are to be subscribed
16915 on.  Eg. -- `(("nnml:" . 1))'.
16916 @item
16917  easier interface to nnkiboze to create ephemeral groups that
16918 contain groups that match a regexp.
16919 @item
16920  allow newlines in <URL:> urls, but remove them before using
16921 the URL.
16922 @item
16923  If there is no From line, the mail backends should fudge one from the
16924 "From " line.
16925 @item
16926  fuzzy simplifying should strip all non-alpha-numerical info
16927 from subject lines.
16928 @item
16929  gnus-soup-brew-soup-with-high-scores.
16930 @item
16931  nntp-ping-before-connect
16932 @item
16933  command to check whether NOV is evil.  "list overview.fmt".
16934 @item
16935  when entering a group, Gnus should look through the score
16936 files very early for `local' atoms and set those local variables.
16937 @item
16938  message annotations.
16939 @item
16940  topics are always yanked before groups, and that's not good.
16941 @item
16942  (set-extent-property extent 'help-echo "String to display in minibuf")
16943 to display help in the minibuffer on buttons under XEmacs.
16944 @item
16945  allow group line format spec to say how many articles there
16946 are in the cache.
16947 @item
16948  AUTHINFO GENERIC
16949 @item
16950  support qmail maildir spools
16951 @item
16952  `run-with-idle-timer' in gnus-demon.
16953 @item
16954  stop using invisible text properties and start using overlays instead
16955 @item
16956  C-c C-f C-e to add an Expires header.
16957 @item
16958  go from one group to the next; everything is expunged; go to the
16959 next group instead of going to the group buffer.
16960 @item
16961  gnus-renumber-cache -- to renumber the cache using "low" numbers.
16962 @item
16963  record topic changes in the dribble buffer.
16964 @item
16965  `nnfolder-generate-active-file' should look at the folders it
16966 finds and generate proper active ranges.
16967 @item
16968  nneething-look-in-files-for-article-heads variable to control
16969 whether nneething should sniff all files in the directories.
16970 @item
16971  gnus-fetch-article -- start Gnus, enter group, display article
16972 @item
16973  gnus-dont-move-articles-to-same-group variable when respooling.
16974 @item
16975  when messages are crossposted between several auto-expirable groups,
16976 articles aren't properly marked as expirable.
16977 @item
16978  nneething should allow deletion/moving.
16979 @item
16980  TAB on the last button should go to the first button.
16981 @item
16982  if the car of an element in `mail-split-methods' is a function,
16983 and the function returns non-nil, use that as the name of the group(s) to
16984 save mail in.
16985 @item
16986  command for listing all score files that have been applied.
16987 @item
16988  a command in the article buffer to return to `summary' config.
16989 @item
16990  `gnus-always-post-using-current-server' -- variable to override
16991 `C-c C-c' when posting.
16992 @item
16993  nnmail-group-spool-alist -- says where each group should use
16994 as a spool file.
16995 @item
16996  when an article is crossposted to an auto-expirable group, the article
16997 should be marker as expirable.
16998 @item
16999  article mode command/menu for "send region as URL to browser".
17000 @item
17001  on errors, jump to info nodes that explain the error.  For instance,
17002 on invalid From headers, or on error messages from the nntp server.
17003 @item
17004  when gathering threads, make the article that has no "Re: " the parent.
17005 Also consult Date headers.
17006 @item
17007  a token in splits to call shrink-window-if-larger-than-buffer
17008 @item
17009  `1 0 A M' to do matches on the active hashtb.
17010 @item
17011  duplicates -- command to remove Gnus-Warning header, use the read
17012 Message-ID, delete the "original".
17013 @item
17014  when replying to several messages at once, put the "other" message-ids
17015 into a See-Also header.
17016 @item
17017  support setext: URL:http://www.bsdi.com/setext/
17018 @item
17019  support ProleText: <URL:http://proletext.clari.net/prole/proletext.html>
17020 @item
17021  when browsing a foreign server, the groups that are already subscribed
17022 should be listed as such and not as "K".
17023 @item
17024  generate font names dynamically.
17025 @item
17026  score file mode auto-alist.
17027 @item
17028  allow nndoc to change/add/delete things from documents.  Implement
17029 methods for each format for adding an article to the document.
17030 @item
17031  `gnus-fetch-old-headers' `all' value to incorporate
17032 absolutely all headers there is.
17033 @item
17034  function like `|', but concatenate all marked articles
17035 and pipe them to the process.
17036 @item
17037  cache the list of killed (or active) groups in a separate file.  Update
17038 the file whenever we read the active file or the list
17039 of killed groups in the .eld file reaches a certain length.
17040 @item
17041  function for starting to edit a file to put into
17042 the current mail group.
17043 @item
17044  score-find-trace should display the total score of the article.
17045 @item
17046  "ghettozie" -- score on Xref header and nix it out after using it
17047 to avoid marking as read in other groups it has been crossposted to.
17048 @item
17049  look at procmail splitting.  The backends should create
17050 the groups automatically if a spool file exists for that group.
17051 @item
17052  function for backends to register themselves with Gnus.
17053 @item
17054  when replying to several process-marked articles,
17055 have all the From end up in Cc headers?  Variable to toggle.
17056 @item
17057  command to delete a crossposted mail article from all
17058 groups it has been mailed to.
17059 @item
17060  `B c' and `B m' should be crosspost aware.
17061 @item
17062  hide-pgp should also hide PGP public key blocks.
17063 @item
17064  Command in the group buffer to respool process-marked groups.
17065 @item
17066  `gnus-summary-find-matching' should accept
17067 pseudo-"headers" like "body", "head" and "all"
17068 @item
17069  When buttifying <URL: > things, all white space (including
17070 newlines) should be ignored.
17071 @item
17072  Process-marking all groups in a topic should process-mark
17073 groups in subtopics as well.
17074 @item
17075  Add non-native groups to the list of killed groups when killing them.
17076 @item
17077  nntp-suggest-kewl-config to probe the nntp server and suggest
17078 variable settings.
17079 @item
17080  add edit and forward secondary marks.
17081 @item
17082  nnml shouldn't visit its .overview files.
17083 @item
17084  allow customizing sorting within gathered threads.
17085 @item
17086  `B q' shouldn't select the current article.
17087 @item
17088  nnmbox should support a newsgroups file for descriptions.
17089 @item
17090  allow fetching mail from several pop servers.
17091 @item
17092  Be able to specify whether the saving commands save the original
17093 or the formatted article.
17094 @item
17095  a command to reparent with the child process-marked (cf. `T ^'.).
17096 @item
17097  I think the possibility to send a password with nntp-open-rlogin
17098 should be a feature in Red Gnus.
17099 @item
17100  The `Z n' command should be possible to execute from a mouse click.
17101 @item
17102  more limiting functions -- date, etc.
17103 @item
17104  be able to limit on a random header; on body; using reverse matches.
17105 @item
17106  a group parameter (`absofucking-total-expiry') that will make Gnus expire
17107 even unread articles.
17108 @item
17109  a command to print the article buffer as postscript.
17110 @item
17111  variable to disable password fetching when opening by nntp-open-telnet.
17112 @item
17113  manual: more example servers -- nntp with rlogin, telnet
17114 @item
17115  checking for bogus groups should clean topic alists as well.
17116 @item
17117  canceling articles in foreign groups.
17118 @item
17119  article number in folded topics isn't properly updated by
17120 Xref handling.
17121 @item
17122  Movement in the group buffer to the next unread group should go to the
17123 next closed topic with unread messages if no group can be found.
17124 @item
17125  Extensive info pages generated on the fly with help everywhere --
17126 in the "*Gnus edit*" buffers, for instance.
17127 @item
17128  Topic movement commands -- like thread movement.  Up, down, forward, next.
17129 @item
17130  a way to tick/mark as read Gcc'd articles.
17131 @item
17132  a way to say that all groups within a specific topic comes
17133 from a particular server?  Hm.
17134 @item
17135  `gnus-article-fill-if-long-lines' -- a function to fill
17136 the article buffer if there are any looong lines there.
17137 @item
17138  `T h' should jump to the parent topic and fold it.
17139 @item
17140  a command to create an ephemeral nndoc group out of a file,
17141 and then splitting it/moving it to some other group/backend.
17142 @item
17143  a group parameter for nnkiboze groups that says that
17144 all kibozed articles should be entered into the cache.
17145 @item
17146  It should also probably be possible to delimit what
17147 `gnus-jog-cache' does -- for instance, work on just some groups, or on
17148 some levels, and entering just articles that have a score higher than
17149 a certain number.
17150 @item
17151  nnfolder should append to the folder instead of re-writing
17152 the entire folder to disk when accepting new messages.
17153 @item
17154  allow all backends to do the proper thing with .gz files.
17155 @item
17156  a backend for reading collections of babyl files nnbabylfolder?
17157 @item
17158  a command for making the native groups into foreign groups.
17159 @item
17160  server mode command for clearing read marks from all groups
17161 from a server.
17162 @item
17163  when following up multiple articles, include all To, Cc, etc headers
17164 from all articles.
17165 @item
17166  a command for deciding what the total score of the current
17167 thread is.  Also a way to highlight based on this.
17168 @item
17169  command to show and edit group scores
17170 @item
17171  a gnus-tree-minimize-horizontal to minimize tree buffers
17172 horizontally.
17173 @item
17174  command to generate nnml overview file for one group.
17175 @item
17176  `C-u C-u a' -- prompt for many crossposted groups.
17177 @item
17178  keep track of which mail groups have received new articles (in this session).
17179 Be able to generate a report and perhaps do some marking in the group
17180 buffer.
17181 @item
17182  gnus-build-sparse-threads to a number -- build only sparse threads
17183 that are of that length.
17184 @item
17185  have nnmh respect mh's unseen sequence in .mh_profile.
17186 @item
17187  cache the newsgroups descriptions locally.
17188 @item
17189  asynchronous posting under nntp.
17190 @item
17191  be able to control word adaptive scoring from the score files.
17192 @item
17193  a variable to make `C-c C-c' post using the "current" select method.
17194 @item
17195  `limit-exclude-low-scored-articles'.
17196 @item
17197  if `gnus-summary-show-thread' is a number, hide threads that have
17198 a score lower than this number.
17199 @item
17200  split newsgroup subscription variable up into "order" and "method".
17201 @item
17202  buttonize ange-ftp file names.
17203 @item
17204  a command to make a duplicate copy of the current article
17205 so that each copy can be edited separately.
17206 @item
17207  nnweb should allow fetching from the local nntp server.
17208 @item
17209  record the sorting done in the summary buffer so that
17210 it can be repeated when limiting/regenerating the buffer.
17211 @item
17212  nnml-generate-nov-databses should generate for
17213 all nnml servers.
17214 @item
17215  when the user does commands in the group buffer, check
17216 the modification time of the .newsrc.eld file and use
17217 ask-user-about-supersession-threat.  Also warn when trying
17218 to save .newsrc.eld and it has changed.
17219 @item
17220  M-g on a topic will display all groups with 0 articles in
17221 the topic.
17222 @item
17223  command to remove all topic stuff.
17224 @item
17225  allow exploding incoming digests when reading incoming mail
17226 and splitting the resulting digests.
17227 @item
17228  nnsoup shouldn't set the `message-' variables.
17229 @item
17230  command to nix out all nnoo state information.
17231 @item
17232  nnmail-process-alist that calls functions if group names
17233 matches an alist -- before saving.
17234 @item
17235  use buffer-invisibility-spec everywhere for hiding text.
17236 @item
17237  variable to activate each group before entering them
17238 to get the (new) number of articles.  `gnus-activate-before-entering'.
17239 @item
17240  command to fetch a Message-ID from any buffer, even
17241 starting Gnus first if necessary.
17242 @item
17243  when posting and checking whether a group exists or not, just
17244 ask the nntp server instead of relying on the active hashtb.
17245 @item
17246  buttonize the output of `C-c C-a' in an apropos-like way.
17247 @item
17248  `G p' should understand process/prefix, and allow editing
17249 of several groups at once.
17250 @item
17251  command to create an ephemeral nnvirtual group that
17252 matches some regexp(s).
17253 @item
17254  nndoc should understand "Content-Type: message/rfc822" forwarded messages.
17255 @item
17256  it should be possible to score "thread" on the From header.
17257 @item
17258  hitting RET on a "gnus-uu-archive" pseudo article should unpack it.
17259 @item
17260  `B i' should display the article at once in the summary buffer.
17261 @item
17262  remove the "*" mark at once when unticking an article.
17263 @item
17264  `M-s' should highlight the matching text.
17265 @item
17266  when checking for duplicated mails, use Resent-Message-ID if present.
17267 @item
17268  killing and yanking groups in topics should be better.  If killing one copy
17269 of a group that exists in multiple topics, only that copy should
17270 be removed.  Yanking should insert the copy, and yanking topics
17271 should be possible to be interspersed with the other yankings.
17272 @item
17273  command for enter a group just to read the cached articles.  A way to say
17274 "ignore the nntp connection; just read from the cache."
17275 @item
17276  `X u' should decode base64 articles.
17277 @item
17278  a way to hide all "inner" cited text, leaving just the most
17279 recently cited text.
17280 @item
17281  nnvirtual should be asynchronous.
17282 @item
17283  after editing an article, gnus-original-article-buffer should
17284 be invalidated.
17285 @item
17286  there should probably be a way to make Gnus not connect to the
17287 server and just read the articles in the server
17288 @item
17289  allow a `set-default' (or something) to change the default
17290 value of nnoo variables.
17291 @item
17292  a command to import group infos from a .newsrc.eld file.
17293 @item
17294  groups from secondary servers have the entire select method
17295 listed in each group info.
17296 @item
17297  a command for just switching from the summary buffer to the group
17298 buffer.
17299 @item
17300  a way to specify that some incoming mail washing functions
17301 should only be applied to some groups.
17302 @item
17303  Message `C-f C-t' should ask the user whether to heed
17304 mail-copies-to: never.
17305 @item
17306  new group parameter -- `post-to-server' that says to post
17307 using the current server.  Also a variable to do the same.
17308 @item
17309  the slave dribble files should autosave to the slave file names.
17310 @item
17311  a group parameter that says what articles to display on group entry, based
17312 on article marks.
17313 @item
17314  a way to visually distinguish slave Gnusae from masters.  (Whip instead
17315 of normal logo?)
17316 @item
17317  Use DJ Bernstein "From " quoting/dequoting, where applicable.
17318 @item
17319  Why is hide-citation-maybe and hide-citation different?  Also
17320 clear up info.
17321 @item
17322  group user-defined meta-parameters.
17323
17324
17325
17326 From: John Griffith <griffith@@sfs.nphil.uni-tuebingen.de>
17327 @item
17328  I like the option for trying to retrieve the FAQ for a group and I was
17329 thinking it would be great if for those newsgroups that had archives
17330 you could also try to read the archive for that group.  Part of the
17331 problem is that archives are spread all over the net, unlike FAQs.
17332 What would be best I suppose is to find the one closest to your site.
17333
17334 In any case, there is a list of general news group archives at @*
17335 ftp://ftp.neosoft.com/pub/users/claird/news.lists/newsgroup_archives.html
17336
17337
17338
17339
17340 @item
17341 @example
17342 From: Jason L Tibbitts III <tibbs@@hpc.uh.edu>
17343 (add-hook 'gnus-select-group-hook
17344   (lambda ()
17345     (gnus-group-add-parameter group
17346        (cons 'gnus-group-date-last-entered (list (current-time-string))))))
17347
17348 (defun gnus-user-format-function-d (headers)
17349   "Return the date the group was last read."
17350   (cond ((car (gnus-group-get-parameter gnus-tmp-group 'gnus-group-date-last-entered)))
17351       (t "")))
17352 @end example
17353
17354 @item
17355  tanken var at nÃ¥r du bruker `gnus-startup-file' som prefix (FOO) til Ã¥ lete
17356 opp en fil FOO-SERVER, FOO-SERVER.el, FOO-SERVER.eld, kan du la den være en
17357 liste hvor du bruker hvert element i listen som FOO, istedet.  da kunne man
17358 hatt forskjellige serveres startup-filer forskjellige steder.
17359
17360
17361 @item
17362 LMI> Well, nnbabyl could alter the group info to heed labels like
17363 LMI> answered and read, I guess.
17364
17365 It could also keep them updated (the same for the Status: header of
17366 unix mbox files).
17367
17368 They could be used like this:
17369
17370
17371 @example
17372 `M l <name> RET' add label <name> to current message.
17373 `M u <name> RET' remove label <name> from current message.
17374 `/ l <expr> RET' limit summary buffer according to <expr>.
17375
17376 <expr> would be a boolean expression on the labels, e.g.
17377
17378 `/ l bug & !fixed RET'
17379 @end example
17380
17381 would show all the messages which are labeled `bug' but not labeled
17382 `fixed'.
17383
17384 One could also imagine the labels being used for highlighting, or
17385 affect the summary line format.
17386
17387
17388 @item
17389 Sender: abraham@@dina.kvl.dk
17390
17391 I'd like a gnus-find-file which work like find file, except that it
17392 would recognize things that looks like messages or folders:
17393
17394 - If it is a directory containing numbered files, create an nndir
17395 summary buffer.
17396
17397 - For other directories, create a nneething summary buffer.
17398
17399 - For files matching "\\`From ", create a nndoc/mbox summary.
17400
17401 - For files matching "\\`BABYL OPTIONS:", create a nndoc/baby summary.
17402
17403 - For files matching "\\`[^ \t\n]+:", create an *Article* buffer.
17404
17405 - For other files, just find them normally.
17406
17407 I'd like `nneething' to use this function, so it would work on a
17408 directory potentially containing mboxes or babyl files.
17409
17410 @item
17411 Please send a mail to bwarsaw@@cnri.reston.va.us (Barry A. Warsaw) and
17412 tell him what you are doing.
17413
17414 @item
17415 Currently, I get prompted:
17416
17417 decend into sci?
17418 - type y
17419 decend into sci.something ?
17420 - type n
17421 decend into ucd?
17422
17423 The problem above is that since there is really only one subsection of
17424 science, shouldn't it prompt you for only descending sci.something?  If
17425 there was a sci.somethingelse group or section, then it should prompt
17426 for sci? first the sci.something? then sci.somethingelse?...
17427
17428 @item
17429 Ja, det burde være en mÃ¥te Ã¥ si slikt.  Kanskje en ny variabel?
17430 `gnus-use-few-score-files'?  SÃ¥ kunne score-regler legges til den
17431 "mest" lokale score-fila.  F. eks. ville no-gruppene betjenes av
17432 "no.all.SCORE", osv.
17433
17434 @item
17435 What i want is for Gnus to treat any sequence or combination of the following
17436 as a single spoiler warning and hide it all, replacing it with a "Next Page"
17437 button:
17438
17439
17440 ^L's
17441
17442 more than n blank lines
17443
17444 more than m identical lines
17445 (which should be replaced with button to show them)
17446
17447 any whitespace surrounding any of the above
17448
17449
17450 @item
17451 Well, we could allow a new value to `gnus-thread-ignore-subject' --
17452 `spaces', or something.  (We could even default to that.)  And then
17453 subjects that differ in white space only could be considered the
17454 "same" subject for threading purposes.
17455
17456 @item
17457 Modes to preprocess the contents (e.g. jka-compr) use the second form
17458 "(REGEXP FUNCTION NON-NIL)" while ordinary modes (e.g. tex) use the first
17459 form "(REGEXP . FUNCTION)", so you could use it to distinguish between
17460 those two types of modes. (auto-modes-alist, insert-file-contents-literally.)
17461
17462 @item
17463  Under XEmacs -- do funny article marks:
17464 tick - thumb tack
17465 killed - skull
17466 soup - bowl of soup
17467 score below - dim light bulb
17468 score over - bright light bulb
17469
17470 @item
17471 Yes. I think the algorithm is as follows:
17472
17473 @example
17474 Group-mode
17475
17476    show-list-of-articles-in-group
17477         if (key-pressed == SPACE)
17478                 if (no-more-articles-in-group-to-select)
17479                         if (articles-selected)
17480                                 start-reading-selected-articles;
17481                         junk-unread-articles;
17482                         next-group;
17483                  else
17484                         show-next-page;
17485
17486          else if (key-pressed = '.')
17487                 if (consolidated-menus)         # same as hide-thread in Gnus
17488                         select-thread-under-cursor;
17489                 else
17490                         select-article-under-cursor;
17491
17492
17493 Article-mode
17494         if (key-pressed == SPACE)
17495                 if (more-pages-in-article)
17496                         next-page;
17497                 else if (more-selected-articles-to-read)
17498                         next-article;
17499                 else
17500                         next-group;
17501 @end example
17502
17503 @item
17504 My precise need here would have been to limit files to Incoming*.
17505 One could think of some `nneething-only-files' variable, but I guess
17506 it would have been unacceptable if one was using many unrelated such
17507 nneething groups.
17508
17509 A more useful approach would be to, in response to the `G D' prompt, be
17510 allowed to say something like: `~/.mail/Incoming*', somewhat limiting
17511 the top-level directory only (in case directories would be matched by
17512 the wildcard expression).
17513
17514 @item
17515 It would be nice if it also handled
17516
17517         <URL:news://sunsite.auc.dk/>
17518
17519 which should correspond to `B nntp RET sunsite.auc.dk' in *Group*.
17520
17521
17522 @item
17523
17524   Take a look at w3-menu.el in the Emacs-W3 distribution - this works out
17525 really well.  Each menu is 'named' by a symbol that would be on a
17526 gnus-*-menus (where * would be whatever, but at least group, summary, and
17527 article versions) variable.
17528
17529   So for gnus-summary-menus, I would set to '(sort mark dispose ...)
17530
17531   A value of '1' would just put _all_ the menus in a single 'GNUS' menu in
17532 the main menubar.  This approach works really well for Emacs-W3 and VM.
17533
17534
17535 @item
17536  nndoc should take care to create unique Message-IDs for all its
17537 articles.
17538 @item
17539  gnus-score-followup-article only works when you have a summary buffer
17540 active.  Make it work when posting from the group buffer as well.
17541 (message-sent-hook).
17542 @item
17543  rewrite gnus-demon to use run-with-idle-timers.
17544
17545 @item
17546  * Enhancements to Gnus:
17547
17548   Add two commands:
17549
17550   * gnus-servers (gnus-start-server-buffer?)--enters Gnus and goes
17551     straight to the server buffer, without opening any connections to
17552     servers first.
17553
17554   * gnus-server-read-server-newsrc--produces a buffer very similar to
17555     the group buffer, but with only groups from that server listed;
17556     quitting this buffer returns to the server buffer.
17557
17558 @item
17559  add a command to check the integrity of an nnfolder folder --
17560 go through the article numbers and see that there are no duplicates,
17561 and stuff.
17562
17563 @item
17564  `unsmileyfy-buffer' to undo smileification.
17565
17566 @item
17567  a command to give all relevant info on an article, including all
17568 secondary marks.
17569
17570 @item
17571  when doing `-request-accept-article', the backends should do
17572 the nnmail duplicate checking.
17573
17574 @item
17575  allow `message-signature-file' to be a function to return the
17576 value of the signature file.
17577
17578 @item
17579  In addition, I would love it if I could configure message-tab so that it
17580 could call `bbdb-complete-name' in other headers.  So, some sort of
17581 interface like
17582
17583 (setq message-tab-alist
17584       '((message-header-regexp message-expand-group)
17585         ("^\\(To\\|[cC]c\\|[bB]cc\\)"  bbdb-complete-name)))
17586
17587 then you could run the relevant function to complete the information in
17588 the header
17589
17590 @item
17591  cache the newsgroups file locally to avoid reloading it all the time.
17592
17593 @item
17594  a command to import a buffer into a group.
17595
17596 @item
17597  nnweb should allow fetching by Message-ID from servers.
17598
17599 @item
17600  point in the article buffer doesn't always go to the
17601 beginning of the buffer when selecting new articles.
17602
17603 @item
17604  a command to process mark all unread articles.
17605
17606 @item
17607  `gnus-gather-threads-by-references-and-subject' -- first
17608 do gathering by references, and then go through the dummy roots and
17609 do more gathering by subject.
17610
17611 @item
17612  gnus-uu-mark-in-numerical-order -- process mark articles in
17613 article numerical order.
17614
17615 @item
17616  (gnus-thread-total-score
17617  (gnus-id-to-thread (mail-header-id (gnus-summary-article-header))))
17618 bind to a key.
17619
17620 @item
17621  sorting by score is wrong when using sparse threads.
17622
17623 @item
17624  a command to fetch an arbitrary article -- without having to be
17625 in the summary buffer.
17626
17627 @item
17628  a new nncvs backend.  Each group would show an article, using
17629 version branches as threading, checkin date as the date, etc.
17630
17631 @item
17632  http://www.dejanews.com/forms/dnsetfilter_exp.html ?
17633 This filter allows one to construct advance queries on the Dejanews
17634 database such as specifying start and end dates, subject, author,
17635 and/or newsgroup name.
17636
17637 @item
17638  new Date header scoring type -- older, newer
17639
17640 @item
17641  use the summary toolbar in the article buffer.
17642
17643 @item
17644  a command to fetch all articles that are less than X days old.
17645
17646 @item
17647  in pick mode, `q' should save the list of selected articles in the
17648 group info.  The next time the group is selected, these articles
17649 will automatically get the process mark.
17650
17651 @item
17652  Isn't it possible to (also?) allow M-^ to automatically try the
17653 default server if it fails on the current server?  (controlled by a
17654 user variable, (nil, t, 'ask)).
17655
17656 @item
17657  make it possible to cancel articles using the select method for the
17658 current group.
17659
17660 @item
17661  `gnus-summary-select-article-on-entry' or something.  It'll default
17662 to t and will select whatever article decided by `gnus-auto-select-first'.
17663
17664 @item
17665  a new variable to control which selection commands should be unselecting.
17666 `first', `best', `next', `prev', `next-unread', `prev-unread' are
17667 candidates.
17668
17669 @item
17670  be able to select groups that have no articles in them
17671 to be able to post in them (using the current select method).
17672
17673 @item
17674  be able to post via DejaNews.
17675
17676 @item
17677  `x' should retain any sortings that have been performed.
17678
17679 @item
17680  allow the user to specify the precedence of the secondary marks.  Also
17681 allow them to be displayed separately.
17682
17683 @item
17684  gnus-summary-save-in-pipe should concatenate the results from
17685 the processes when doing a process marked pipe.
17686
17687 @item
17688  a new match type, like Followup, but which adds Thread matches on all
17689 articles that match a certain From header.
17690
17691 @item
17692  a function that can be read from kill-emacs-query-functions to offer
17693 saving living summary buffers.
17694
17695 @item
17696  a function for selecting a particular group which will contain
17697 the articles listed in a list of article numbers/id's.
17698
17699 @item
17700  a battery of character translation functions to translate common
17701 Mac, MS (etc) characters into ISO 8859-1.
17702
17703 @example
17704 (defun article-fix-m$word ()
17705   "Fix M$Word smartquotes in an article."
17706   (interactive)
17707   (save-excursion
17708     (let ((buffer-read-only nil))
17709       (goto-char (point-min))
17710       (while (search-forward "\221" nil t)
17711         (replace-match "`" t t))
17712       (goto-char (point-min))
17713       (while (search-forward "\222" nil t)
17714         (replace-match "'" t t))
17715       (goto-char (point-min))
17716       (while (search-forward "\223" nil t)
17717         (replace-match "\"" t t))
17718       (goto-char (point-min))
17719       (while (search-forward "\224" nil t)
17720         (replace-match "\"" t t)))))
17721 @end example
17722
17723 @item
17724 @example
17725  (add-hook 'gnus-exit-query-functions
17726 '(lambda ()
17727    (if (and (file-exists-p nnmail-spool-file)
17728             (> (nnheader-file-size nnmail-spool-file) 0))
17729        (yes-or-no-p "New mail has arrived.  Quit Gnus anyways? ")
17730        (y-or-n-p "Are you sure you want to quit Gnus? "))))
17731 @end example
17732
17733 @item
17734  allow message-default-headers to be a function.
17735
17736 @item
17737  new Date score match types -- < > = (etc) that take floating point
17738 numbers and match on the age of the article.
17739
17740 @item
17741 @example
17742 >  > > If so, I've got one gripe: It seems that when I fire up gnus 5.2.25
17743 >  > > under xemacs-19.14, it's creating a new frame, but is erasing the
17744 >  > > buffer in the frame that it was called from =:-O
17745 >
17746 >  > Hm.  How do you start up Gnus?  From the toolbar or with
17747 >  > `M-x gnus-other-frame'?
17748 >
17749 >    I normally start it up from the toolbar; at
17750 > least that's the way I've caught it doing the
17751 > deed before.
17752 @end example
17753
17754 @item
17755  all commands that react to the process mark should push
17756 the current process mark set onto the stack.
17757
17758 @item
17759  gnus-article-hide-pgp
17760 Selv ville jeg nok ha valgt Ã¥ slette den dersom teksten matcher
17761 @example
17762 "\\(This\s+\\)?[^ ]+ has been automatically signed by"
17763 @end example
17764 og det er maks hundre tegn mellom match-end og ----linja.  Men -det-
17765 er min type heuristikk og langt fra alles.
17766
17767 @item
17768  `gnus-subscribe-sorted' -- insert new groups where they would have been
17769 sorted to if `gnus-group-sort-function' were run.
17770
17771 @item
17772  gnus-(group,summary)-highlight should respect any `face' text props set
17773 on the lines.
17774
17775 @item
17776  use run-with-idle-timer for gnus-demon instead of the
17777 home-brewed stuff for better reliability.
17778
17779 @item
17780  add a way to select which NoCeM type to apply -- spam, troll, etc.
17781
17782 @item
17783  nndraft-request-group should tally autosave files.
17784
17785 @item
17786  implement nntp-retry-on-break and nntp-command-timeout.
17787
17788 @item
17789  gnus-article-highlight-limit that says when not to highlight (long)
17790 articles.
17791
17792 @item
17793  (nnoo-set SERVER VARIABLE VALUE)
17794
17795 @item
17796  nn*-spool-methods
17797
17798 @item
17799  interrupitng agent fetching of articles should save articles.
17800
17801 @item
17802  command to open a digest group, and copy all the articles there to the
17803 current group.
17804
17805 @item
17806  a variable to disable article body highlights if there's more than
17807 X characters in the body.
17808
17809 @item
17810  handle 480/381 authinfo requests separately.
17811
17812 @item
17813  include the texi/dir file in the distribution.
17814
17815 @item
17816  format spec to "tab" to a position.
17817
17818 @item
17819  Move all prompting to the new `M-n' default style.
17820
17821 @item
17822  command to display all dormant articles.
17823
17824 @item
17825  gnus-auto-select-next makeover -- list of things it should do.
17826
17827 @item
17828  a score match type that adds scores matching on From if From has replied
17829 to something someone else has said.
17830
17831 @item
17832  Read Netscape discussion groups:
17833 snews://secnews.netscape.com/netscape.communicator.unix
17834
17835 @item
17836 One command to edit the original version if an article, and one to edit
17837 the displayed version.
17838
17839 @item
17840 @kbd{T v} -- make all process-marked articles the children of the
17841 current article.
17842
17843 @item
17844 Switch from initial text to the new default text mechanism.
17845
17846 @item
17847 How about making it possible to expire local articles?  Will it be
17848 possible to make various constraints on when an article can be
17849 expired, e.g. (read), (age > 14 days), or the more interesting (read
17850 & age > 14 days)?
17851
17852 @item
17853 New limit command---limit to articles that have a certain string
17854 in the head or body.
17855
17856 @item
17857 Allow breaking lengthy NNTP commands.
17858
17859 @item
17860 gnus-article-highlight-limit, to disable highlighting in big articles.
17861
17862 @item
17863 Editing an article should put the article to be edited
17864 in a special, unique buffer.
17865
17866 @item
17867 A command to send a mail to the admin-address group param.
17868
17869 @item
17870 A Date scoring type that will match if the article
17871 is less than a certain number of days old.
17872
17873 @item
17874 New spec: %~(tab 56) to put point on column 56
17875
17876 @item
17877 Allow Gnus Agent scoring to use normal score files.
17878
17879 @item
17880 Rething the Agent active file thing.  `M-g' doesn't update the active
17881 file, for instance.
17882
17883 @item
17884 With dummy roots, `^' and then selecing the first article
17885 in any other dummy thread will make Gnus highlight the
17886 dummy root instead of the first article.
17887
17888 @item
17889 Propagate all group properties (marks, article numbers, etc) up to the
17890 topics for displaying.
17891
17892 @item
17893 `n' in the group buffer with topics should go to the next group
17894 with unread articles, even if that group is hidden in a topic.
17895
17896 @item
17897 gnus-posting-styles doesn't work in drafts.
17898
17899 @item
17900 gnus-summary-limit-include-cached is slow when there are
17901 many articles in the cache, since it regenerates big parts of the
17902 summary buffer for each article.
17903
17904 @item
17905 Implement gnus-batch-brew-soup.
17906
17907 @item
17908 Group parameters and summary commands for un/subscribing to mailing
17909 lists. 
17910
17911 @item
17912 Introduce nnmail-home-directory.
17913
17914 @item
17915 gnus-fetch-group and friends should exit Gnus when the user
17916 exits the group.
17917
17918 @item
17919 Solve the halting problem.
17920
17921 @c TODO
17922 @end itemize
17923
17924 @iftex
17925
17926 @page
17927 @node The Manual
17928 @section The Manual
17929 @cindex colophon
17930 @cindex manual
17931
17932 This manual was generated from a TeXinfo file and then run through
17933 either @code{texi2dvi}
17934 @iflatex
17935 or my own home-brewed TeXinfo to \LaTeX\ transformer,
17936 and then run through @code{latex} and @code{dvips}
17937 @end iflatex
17938 to get what you hold in your hands now.
17939
17940 The following conventions have been used:
17941
17942 @enumerate
17943
17944 @item
17945 This is a @samp{string}
17946
17947 @item
17948 This is a @kbd{keystroke}
17949
17950 @item
17951 This is a @file{file}
17952
17953 @item
17954 This is a @code{symbol}
17955
17956 @end enumerate
17957
17958 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
17959 mean:
17960
17961 @lisp
17962 (setq flargnoze "yes")
17963 @end lisp
17964
17965 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
17966
17967 @lisp
17968 (setq flumphel 'yes)
17969 @end lisp
17970
17971 @samp{yes} and @code{yes} are two @emph{very} different things---don't
17972 ever get them confused.
17973
17974 @iflatex
17975 @c @head
17976 Of course, everything in this manual is of vital interest, so you should
17977 read it all.  Several times.  However, if you feel like skimming the
17978 manual, look for that gnu head you should see in the margin over
17979 there---it means that what's being discussed is of more importance than
17980 the rest of the stuff.  (On the other hand, if everything is infinitely
17981 important, how can anything be more important than that?  Just one more
17982 of the mysteries of this world, I guess.)
17983 @end iflatex
17984
17985 @end iftex
17986
17987
17988 @page
17989 @node Terminology
17990 @section Terminology
17991
17992 @cindex terminology
17993 @table @dfn
17994
17995 @item news
17996 @cindex news
17997 This is what you are supposed to use this thing for---reading news.
17998 News is generally fetched from a nearby @sc{nntp} server, and is
17999 generally publicly available to everybody.  If you post news, the entire
18000 world is likely to read just what you have written, and they'll all
18001 snigger mischievously.  Behind your back.
18002
18003 @item mail
18004 @cindex mail
18005 Everything that's delivered to you personally is mail.  Some news/mail
18006 readers (like Gnus) blur the distinction between mail and news, but
18007 there is a difference.  Mail is private.  News is public.  Mailing is
18008 not posting, and replying is not following up.
18009
18010 @item reply
18011 @cindex reply
18012 Send a mail to the person who has written what you are reading.
18013
18014 @item follow up
18015 @cindex follow up
18016 Post an article to the current newsgroup responding to the article you
18017 are reading.
18018
18019 @item backend
18020 @cindex backend
18021 Gnus gets fed articles from a number of backends, both news and mail
18022 backends.  Gnus does not handle the underlying media, so to speak---this
18023 is all done by the backends.
18024
18025 @item native
18026 @cindex native
18027 Gnus will always use one method (and backend) as the @dfn{native}, or
18028 default, way of getting news.
18029
18030 @item foreign
18031 @cindex foreign
18032 You can also have any number of foreign groups active at the same time.
18033 These are groups that use non-native non-secondary backends for getting
18034 news.
18035
18036 @item secondary
18037 @cindex secondary
18038 Secondary backends are somewhere half-way between being native and being
18039 foreign, but they mostly act like they are native.
18040
18041 @item article
18042 @cindex article
18043 A message that has been posted as news.
18044
18045 @item mail message
18046 @cindex mail message
18047 A message that has been mailed.
18048
18049 @item message
18050 @cindex message
18051 A mail message or news article
18052
18053 @item head
18054 @cindex head
18055 The top part of a message, where administrative information (etc.) is
18056 put.
18057
18058 @item body
18059 @cindex body
18060 The rest of an article.  Everything not in the head is in the
18061 body.
18062
18063 @item header
18064 @cindex header
18065 A line from the head of an article.
18066
18067 @item headers
18068 @cindex headers
18069 A collection of such lines, or a collection of heads.  Or even a
18070 collection of @sc{nov} lines.
18071
18072 @item @sc{nov}
18073 @cindex nov
18074 When Gnus enters a group, it asks the backend for the headers of all
18075 unread articles in the group.  Most servers support the News OverView
18076 format, which is more compact and much faster to read and parse than the
18077 normal @sc{head} format.
18078
18079 @item level
18080 @cindex levels
18081 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
18082 that have a lower level are ``more'' subscribed than the groups with a
18083 higher level.  In fact, groups on levels 1-5 are considered
18084 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
18085 are @dfn{killed}.  Commands for listing groups and scanning for new
18086 articles will all use the numeric prefix as @dfn{working level}.
18087
18088 @item killed groups
18089 @cindex killed groups
18090 No information on killed groups is stored or updated, which makes killed
18091 groups much easier to handle than subscribed groups.
18092
18093 @item zombie groups
18094 @cindex zombie groups
18095 Just like killed groups, only slightly less dead.
18096
18097 @item active file
18098 @cindex active file
18099 The news server has to keep track of what articles it carries, and what
18100 groups exist.  All this information in stored in the active file, which
18101 is rather large, as you might surmise.
18102
18103 @item bogus groups
18104 @cindex bogus groups
18105 A group that exists in the @file{.newsrc} file, but isn't known to the
18106 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
18107 This means that the group probably doesn't exist (any more).
18108
18109 @item activating
18110 @cindex activating groups
18111 The act of asking the server for info on a group and computing the
18112 number of unread articles is called @dfn{activating the group}.
18113 Un-activated groups are listed with @samp{*} in the group buffer.
18114
18115 @item server
18116 @cindex server
18117 A machine one can connect to and get news (or mail) from.
18118
18119 @item select method
18120 @cindex select method
18121 A structure that specifies the backend, the server and the virtual
18122 server settings.
18123
18124 @item virtual server
18125 @cindex virtual server
18126 A named select method.  Since a select method defines all there is to
18127 know about connecting to a (physical) server, taking the thing as a
18128 whole is a virtual server.
18129
18130 @item washing
18131 @cindex washing
18132 Taking a buffer and running it through a filter of some sort.  The
18133 result will (more often than not) be cleaner and more pleasing than the
18134 original.
18135
18136 @item ephemeral groups
18137 @cindex ephemeral groups
18138 Most groups store data on what articles you have read.  @dfn{Ephemeral}
18139 groups are groups that will have no data stored---when you exit the
18140 group, it'll disappear into the aether.
18141
18142 @item solid groups
18143 @cindex solid groups
18144 This is the opposite of ephemeral groups.  All groups listed in the
18145 group buffer are solid groups.
18146
18147 @item sparse articles
18148 @cindex sparse articles
18149 These are article placeholders shown in the summary buffer when
18150 @code{gnus-build-sparse-threads} has been switched on.
18151
18152 @item threading
18153 @cindex threading
18154 To put responses to articles directly after the articles they respond
18155 to---in a hierarchical fashion.
18156
18157 @item root
18158 @cindex root
18159 @cindex thread root
18160 The first article in a thread is the root.  It is the ancestor of all
18161 articles in the thread.
18162
18163 @item parent
18164 @cindex parent
18165 An article that has responses.
18166
18167 @item child
18168 @cindex child
18169 An article that responds to a different article---its parent.
18170
18171 @item digest
18172 @cindex digest
18173 A collection of messages in one file.  The most common digest format is
18174 specified by RFC1153.
18175
18176 @end table
18177
18178
18179 @page
18180 @node Customization
18181 @section Customization
18182 @cindex general customization
18183
18184 All variables are properly documented elsewhere in this manual.  This
18185 section is designed to give general pointers on how to customize Gnus
18186 for some quite common situations.
18187
18188 @menu
18189 * Slow/Expensive Connection:: You run a local Emacs and get the news elsewhere.
18190 * Slow Terminal Connection::  You run a remote Emacs.
18191 * Little Disk Space::         You feel that having large setup files is icky.
18192 * Slow Machine::              You feel like buying a faster machine.
18193 @end menu
18194
18195
18196 @node Slow/Expensive Connection
18197 @subsection Slow/Expensive @sc{nntp} Connection
18198
18199 If you run Emacs on a machine locally, and get your news from a machine
18200 over some very thin strings, you want to cut down on the amount of data
18201 Gnus has to get from the @sc{nntp} server.
18202
18203 @table @code
18204
18205 @item gnus-read-active-file
18206 Set this to @code{nil}, which will inhibit Gnus from requesting the
18207 entire active file from the server.  This file is often v.  large.  You
18208 also have to set @code{gnus-check-new-newsgroups} and
18209 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
18210 doesn't suddenly decide to fetch the active file anyway.
18211
18212 @item gnus-nov-is-evil
18213 This one has to be @code{nil}.  If not, grabbing article headers from
18214 the @sc{nntp} server will not be very fast.  Not all @sc{nntp} servers
18215 support @sc{xover}; Gnus will detect this by itself.
18216 @end table
18217
18218
18219 @node Slow Terminal Connection
18220 @subsection Slow Terminal Connection
18221
18222 Let's say you use your home computer for dialing up the system that runs
18223 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
18224 possible) the amount of data sent over the wires.
18225
18226 @table @code
18227
18228 @item gnus-auto-center-summary
18229 Set this to @code{nil} to inhibit Gnus from re-centering the summary
18230 buffer all the time.  If it is @code{vertical}, do only vertical
18231 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
18232 horizontal and vertical recentering.
18233
18234 @item gnus-visible-headers
18235 Cut down on the headers included in the articles to the
18236 minimum.  You can, in fact, make do without them altogether---most of the
18237 useful data is in the summary buffer, anyway.  Set this variable to
18238 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
18239
18240 @item gnus-article-display-hook
18241 Set this hook to all the available hiding commands:
18242 @lisp
18243 (setq gnus-article-display-hook
18244       '(gnus-article-hide-headers
18245         gnus-article-hide-signature
18246         gnus-article-hide-citation))
18247 @end lisp
18248
18249 @item gnus-use-full-window
18250 By setting this to @code{nil}, you can make all the windows smaller.
18251 While this doesn't really cut down much generally, it means that you
18252 have to see smaller portions of articles before deciding that you didn't
18253 want to read them anyway.
18254
18255 @item gnus-thread-hide-subtree
18256 If this is non-@code{nil}, all threads in the summary buffer will be
18257 hidden initially.
18258
18259 @item gnus-updated-mode-lines
18260 If this is @code{nil}, Gnus will not put information in the buffer mode
18261 lines, which might save some time.
18262 @end table
18263
18264
18265 @node Little Disk Space
18266 @subsection Little Disk Space
18267 @cindex disk space
18268
18269 The startup files can get rather large, so you may want to cut their
18270 sizes a bit if you are running out of space.
18271
18272 @table @code
18273
18274 @item gnus-save-newsrc-file
18275 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
18276 only save @file{.newsrc.eld}.  This means that you will not be able to
18277 use any other newsreaders than Gnus.  This variable is @code{t} by
18278 default.
18279
18280 @item gnus-save-killed-list
18281 If this is @code{nil}, Gnus will not save the list of dead groups.  You
18282 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
18283 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
18284 variable to @code{nil}.  This variable is @code{t} by default.
18285
18286 @end table
18287
18288
18289 @node Slow Machine
18290 @subsection Slow Machine
18291 @cindex slow machine
18292
18293 If you have a slow machine, or are just really impatient, there are a
18294 few things you can do to make Gnus run faster.
18295
18296 Set @code{gnus-check-new-newsgroups} and
18297 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
18298
18299 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
18300 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
18301 summary buffer faster.
18302
18303 Set @code{gnus-article-display-hook} to @code{nil} to make article
18304 processing a bit faster.
18305
18306
18307 @page
18308 @node Troubleshooting
18309 @section Troubleshooting
18310 @cindex troubleshooting
18311
18312 Gnus works @emph{so} well straight out of the box---I can't imagine any
18313 problems, really.
18314
18315 Ahem.
18316
18317 @enumerate
18318
18319 @item
18320 Make sure your computer is switched on.
18321
18322 @item
18323 Make sure that you really load the current Gnus version.  If you have
18324 been running @sc{gnus}, you need to exit Emacs and start it up again before
18325 Gnus will work.
18326
18327 @item
18328 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
18329 like @samp{Gnus v5.46; nntp 4.0} you have the right files loaded.  If,
18330 on the other hand, you get something like @samp{NNTP 3.x} or @samp{nntp
18331 flee}, you have some old @file{.el} files lying around.  Delete these.
18332
18333 @item
18334 Read the help group (@kbd{G h} in the group buffer) for a FAQ and a
18335 how-to.
18336
18337 @item
18338 @vindex max-lisp-eval-depth
18339 Gnus works on many recursive structures, and in some extreme (and very
18340 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
18341 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
18342 something like that.
18343 @end enumerate
18344
18345 If all else fails, report the problem as a bug.
18346
18347 @cindex bugs
18348 @cindex reporting bugs
18349
18350 @kindex M-x gnus-bug
18351 @findex gnus-bug
18352 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
18353 command. @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
18354 me the backtrace.  I will fix bugs, but I can only fix them if you send
18355 me a precise description as to how to reproduce the bug.
18356
18357 You really can never be too detailed in a bug report.  Always use the
18358 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
18359 a 10Kb mail each time you use it, and even if you have sent me your
18360 environment 500 times before.  I don't care.  I want the full info each
18361 time.
18362
18363 It is also important to remember that I have no memory whatsoever.  If
18364 you send a bug report, and I send you a reply, and then you just send
18365 back ``No, it's not! Moron!'', I will have no idea what you are
18366 insulting me about.  Always over-explain everything.  It's much easier
18367 for all of us---if I don't have all the information I need, I will just
18368 mail you and ask for more info, and everything takes more time.
18369
18370 If the problem you're seeing is very visual, and you can't quite explain
18371 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
18372 it somewhere it can be reached, and include the URL of the picture in
18373 the bug report.
18374
18375 If you just need help, you are better off asking on
18376 @samp{gnu.emacs.gnus}.  I'm not very helpful.
18377
18378 @cindex gnu.emacs.gnus
18379 @cindex ding mailing list
18380 You can also ask on the ding mailing list---@samp{ding@@gnus.org}.
18381 Write to @samp{ding-request@@gnus.org} to subscribe.
18382
18383
18384 @page
18385 @node A Programmers Guide to Gnus
18386 @section A Programmer@'s Guide to Gnus
18387
18388 It is my hope that other people will figure out smart stuff that Gnus
18389 can do, and that other people will write those smart things as well.  To
18390 facilitate that I thought it would be a good idea to describe the inner
18391 workings of Gnus.  And some of the not-so-inner workings, while I'm at
18392 it.
18393
18394 You can never expect the internals of a program not to change, but I
18395 will be defining (in some details) the interface between Gnus and its
18396 backends (this is written in stone), the format of the score files
18397 (ditto), data structures (some are less likely to change than others)
18398 and general methods of operation.
18399
18400 @menu
18401 * Gnus Utility Functions::   Common functions and variable to use.
18402 * Backend Interface::        How Gnus communicates with the servers.
18403 * Score File Syntax::        A BNF definition of the score file standard.
18404 * Headers::                  How Gnus stores headers internally.
18405 * Ranges::                   A handy format for storing mucho numbers.
18406 * Group Info::               The group info format.
18407 * Extended Interactive::     Symbolic prefixes and stuff.
18408 * Emacs/XEmacs Code::        Gnus can be run under all modern Emacsen.
18409 * Various File Formats::     Formats of files that Gnus use.
18410 @end menu
18411
18412
18413 @node Gnus Utility Functions
18414 @subsection Gnus Utility Functions
18415 @cindex Gnus utility functions
18416 @cindex utility functions
18417 @cindex functions
18418 @cindex internal variables
18419
18420 When writing small functions to be run from hooks (and stuff), it's
18421 vital to have access to the Gnus internal functions and variables.
18422 Below is a list of the most common ones.
18423
18424 @table @code
18425
18426 @item gnus-newsgroup-name
18427 @vindex gnus-newsgroup-name
18428 This variable holds the name of the current newsgroup.
18429
18430 @item gnus-find-method-for-group
18431 @findex gnus-find-method-for-group
18432 A function that returns the select method for @var{group}.
18433
18434 @item gnus-group-real-name
18435 @findex gnus-group-real-name
18436 Takes a full (prefixed) Gnus group name, and returns the unprefixed
18437 name.
18438
18439 @item gnus-group-prefixed-name
18440 @findex gnus-group-prefixed-name
18441 Takes an unprefixed group name and a select method, and returns the full
18442 (prefixed) Gnus group name.
18443
18444 @item gnus-get-info
18445 @findex gnus-get-info
18446 Returns the group info list for @var{group}.
18447
18448 @item gnus-group-unread
18449 @findex gnus-group-unread
18450 The number of unread articles in @var{group}, or @code{t} if that is
18451 unknown.
18452
18453 @item gnus-active
18454 @findex gnus-active
18455 The active entry for @var{group}.
18456
18457 @item gnus-set-active
18458 @findex gnus-set-active
18459 Set the active entry for @var{group}.
18460
18461 @item gnus-add-current-to-buffer-list
18462 @findex gnus-add-current-to-buffer-list
18463 Adds the current buffer to the list of buffers to be killed on Gnus
18464 exit.
18465
18466 @item gnus-continuum-version
18467 @findex gnus-continuum-version
18468 Takes a Gnus version string as a parameter and returns a floating point
18469 number.  Earlier versions will always get a lower number than later
18470 versions.
18471
18472 @item gnus-group-read-only-p
18473 @findex gnus-group-read-only-p
18474 Says whether @var{group} is read-only or not.
18475
18476 @item gnus-news-group-p
18477 @findex gnus-news-group-p
18478 Says whether @var{group} came from a news backend.
18479
18480 @item gnus-ephemeral-group-p
18481 @findex gnus-ephemeral-group-p
18482 Says whether @var{group} is ephemeral or not.
18483
18484 @item gnus-server-to-method
18485 @findex gnus-server-to-method
18486 Returns the select method corresponding to @var{server}.
18487
18488 @item gnus-server-equal
18489 @findex gnus-server-equal
18490 Says whether two virtual servers are equal.
18491
18492 @item gnus-group-native-p
18493 @findex gnus-group-native-p
18494 Says whether @var{group} is native or not.
18495
18496 @item gnus-group-secondary-p
18497 @findex gnus-group-secondary-p
18498 Says whether @var{group} is secondary or not.
18499
18500 @item gnus-group-foreign-p
18501 @findex gnus-group-foreign-p
18502 Says whether @var{group} is foreign or not.
18503
18504 @item group-group-find-parameter
18505 @findex group-group-find-parameter
18506 Returns the parameter list of @var{group}.  If given a second parameter,
18507 returns the value of that parameter for @var{group}.
18508
18509 @item gnus-group-set-parameter
18510 @findex gnus-group-set-parameter
18511 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
18512
18513 @item gnus-narrow-to-body
18514 @findex gnus-narrow-to-body
18515 Narrows the current buffer to the body of the article.
18516
18517 @item gnus-check-backend-function
18518 @findex gnus-check-backend-function
18519 Takes two parameters, @var{function} and @var{group}.  If the backend
18520 @var{group} comes from supports @var{function}, return non-@code{nil}.
18521
18522 @lisp
18523 (gnus-check-backend-function "request-scan" "nnml:misc")
18524 => t
18525 @end lisp
18526
18527 @item gnus-read-method
18528 @findex gnus-read-method
18529 Prompts the user for a select method.
18530
18531 @end table
18532
18533
18534 @node Backend Interface
18535 @subsection Backend Interface
18536
18537 Gnus doesn't know anything about @sc{nntp}, spools, mail or virtual
18538 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
18539 server is a @dfn{backend} and some @dfn{backend variables}.  As examples
18540 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
18541 examples of the latter we have @code{nntp-port-number} and
18542 @code{nnmbox-directory}.
18543
18544 When Gnus asks for information from a backend---say @code{nntp}---on
18545 something, it will normally include a virtual server name in the
18546 function parameters.  (If not, the backend should use the ``current''
18547 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
18548 server as its only (optional) parameter.  If this virtual server hasn't
18549 been opened, the function should fail.
18550
18551 Note that a virtual server name has no relation to some physical server
18552 name.  Take this example:
18553
18554 @lisp
18555 (nntp "odd-one"
18556       (nntp-address "ifi.uio.no")
18557       (nntp-port-number 4324))
18558 @end lisp
18559
18560 Here the virtual server name is @samp{odd-one} while the name of
18561 the physical server is @samp{ifi.uio.no}.
18562
18563 The backends should be able to switch between several virtual servers.
18564 The standard backends implement this by keeping an alist of virtual
18565 server environments that they pull down/push up when needed.
18566
18567 There are two groups of interface functions: @dfn{required functions},
18568 which must be present, and @dfn{optional functions}, which Gnus will
18569 always check for presence before attempting to call 'em.
18570
18571 All these functions are expected to return data in the buffer
18572 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
18573 unfortunately named, but we'll have to live with it.  When I talk about
18574 @dfn{resulting data}, I always refer to the data in that buffer.  When I
18575 talk about @dfn{return value}, I talk about the function value returned by
18576 the function call.  Functions that fail should return @code{nil} as the
18577 return value.
18578
18579 Some backends could be said to be @dfn{server-forming} backends, and
18580 some might be said not to be.  The latter are backends that generally
18581 only operate on one group at a time, and have no concept of ``server''
18582 -- they have a group, and they deliver info on that group and nothing
18583 more.
18584
18585 In the examples and definitions I will refer to the imaginary backend
18586 @code{nnchoke}.
18587
18588 @cindex @code{nnchoke}
18589
18590 @menu
18591 * Required Backend Functions::        Functions that must be implemented.
18592 * Optional Backend Functions::        Functions that need not be implemented.
18593 * Error Messaging::                   How to get messages and report errors.
18594 * Writing New Backends::              Extending old backends.
18595 * Hooking New Backends Into Gnus::    What has to be done on the Gnus end.
18596 * Mail-like Backends::                Some tips on mail backends.
18597 @end menu
18598
18599
18600 @node Required Backend Functions
18601 @subsubsection Required Backend Functions
18602
18603 @table @code
18604
18605 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
18606
18607 @var{articles} is either a range of article numbers or a list of
18608 @code{Message-ID}s.  Current backends do not fully support either---only
18609 sequences (lists) of article numbers, and most backends do not support
18610 retrieval of @code{Message-ID}s.  But they should try for both.
18611
18612 The result data should either be HEADs or NOV lines, and the result
18613 value should either be @code{headers} or @code{nov} to reflect this.
18614 This might later be expanded to @code{various}, which will be a mixture
18615 of HEADs and NOV lines, but this is currently not supported by Gnus.
18616
18617 If @var{fetch-old} is non-@code{nil} it says to try fetching "extra
18618 headers", in some meaning of the word.  This is generally done by
18619 fetching (at most) @var{fetch-old} extra headers less than the smallest
18620 article number in @code{articles}, and filling the gaps as well.  The
18621 presence of this parameter can be ignored if the backend finds it
18622 cumbersome to follow the request.  If this is non-@code{nil} and not a
18623 number, do maximum fetches.
18624
18625 Here's an example HEAD:
18626
18627 @example
18628 221 1056 Article retrieved.
18629 Path: ifi.uio.no!sturles
18630 From: sturles@@ifi.uio.no (Sturle Sunde)
18631 Newsgroups: ifi.discussion
18632 Subject: Re: Something very droll
18633 Date: 27 Oct 1994 14:02:57 +0100
18634 Organization: Dept. of Informatics, University of Oslo, Norway
18635 Lines: 26
18636 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
18637 References: <38jdmq$4qu@@visbur.ifi.uio.no>
18638 NNTP-Posting-Host: holmenkollen.ifi.uio.no
18639 .
18640 @end example
18641
18642 So a @code{headers} return value would imply that there's a number of
18643 these in the data buffer.
18644
18645 Here's a BNF definition of such a buffer:
18646
18647 @example
18648 headers        = *head
18649 head           = error / valid-head
18650 error-message  = [ "4" / "5" ] 2number " " <error message> eol
18651 valid-head     = valid-message *header "." eol
18652 valid-message  = "221 " <number> " Article retrieved." eol
18653 header         = <text> eol
18654 @end example
18655
18656 If the return value is @code{nov}, the data buffer should contain
18657 @dfn{network overview database} lines.  These are basically fields
18658 separated by tabs.
18659
18660 @example
18661 nov-buffer = *nov-line
18662 nov-line   = 8*9 [ field <TAB> ] eol
18663 field      = <text except TAB>
18664 @end example
18665
18666 For a closer look at what should be in those fields,
18667 @pxref{Headers}.
18668
18669
18670 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
18671
18672 @var{server} is here the virtual server name.  @var{definitions} is a
18673 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
18674
18675 If the server can't be opened, no error should be signaled.  The backend
18676 may then choose to refuse further attempts at connecting to this
18677 server.  In fact, it should do so.
18678
18679 If the server is opened already, this function should return a
18680 non-@code{nil} value.  There should be no data returned.
18681
18682
18683 @item (nnchoke-close-server &optional SERVER)
18684
18685 Close connection to @var{server} and free all resources connected
18686 to it.  Return @code{nil} if the server couldn't be closed for some
18687 reason.
18688
18689 There should be no data returned.
18690
18691
18692 @item (nnchoke-request-close)
18693
18694 Close connection to all servers and free all resources that the backend
18695 have reserved.  All buffers that have been created by that backend
18696 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
18697 function is generally only called when Gnus is shutting down.
18698
18699 There should be no data returned.
18700
18701
18702 @item (nnchoke-server-opened &optional SERVER)
18703
18704 If @var{server} is the current virtual server, and the connection to the
18705 physical server is alive, then this function should return a
18706 non-@code{nil} vlue.  This function should under no circumstances
18707 attempt to reconnect to a server we have lost connection to.
18708
18709 There should be no data returned.
18710
18711
18712 @item (nnchoke-status-message &optional SERVER)
18713
18714 This function should return the last error message from @var{server}.
18715
18716 There should be no data returned.
18717
18718
18719 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
18720
18721 The result data from this function should be the article specified by
18722 @var{article}.  This might either be a @code{Message-ID} or a number.
18723 It is optional whether to implement retrieval by @code{Message-ID}, but
18724 it would be nice if that were possible.
18725
18726 If @var{to-buffer} is non-@code{nil}, the result data should be returned
18727 in this buffer instead of the normal data buffer.  This is to make it
18728 possible to avoid copying large amounts of data from one buffer to
18729 another, while Gnus mainly requests articles to be inserted directly
18730 into its article buffer.
18731
18732 If it is at all possible, this function should return a cons cell where
18733 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
18734 the article number.  This will enable Gnus to find out what the real
18735 group and article numbers are when fetching articles by
18736 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
18737 on successful article retrieval.
18738
18739
18740 @item (nnchoke-request-group GROUP &optional SERVER FAST)
18741
18742 Get data on @var{group}.  This function also has the side effect of
18743 making @var{group} the current group.
18744
18745 If @var{FAST}, don't bother to return useful data, just make @var{group}
18746 the current group.
18747
18748 Here's an example of some result data and a definition of the same:
18749
18750 @example
18751 211 56 1000 1059 ifi.discussion
18752 @end example
18753
18754 The first number is the status, which should be 211.  Next is the
18755 total number of articles in the group, the lowest article number, the
18756 highest article number, and finally the group name.  Note that the total
18757 number of articles may be less than one might think while just
18758 considering the highest and lowest article numbers, but some articles
18759 may have been canceled.  Gnus just discards the total-number, so
18760 whether one should take the bother to generate it properly (if that is a
18761 problem) is left as an exercise to the reader.
18762
18763 @example
18764 group-status = [ error / info ] eol
18765 error        = [ "4" / "5" ] 2<number> " " <Error message>
18766 info         = "211 " 3* [ <number> " " ] <string>
18767 @end example
18768
18769
18770 @item (nnchoke-close-group GROUP &optional SERVER)
18771
18772 Close @var{group} and free any resources connected to it.  This will be
18773 a no-op on most backends.
18774
18775 There should be no data returned.
18776
18777
18778 @item (nnchoke-request-list &optional SERVER)
18779
18780 Return a list of all groups available on @var{server}.  And that means
18781 @emph{all}.
18782
18783 Here's an example from a server that only carries two groups:
18784
18785 @example
18786 ifi.test 0000002200 0000002000 y
18787 ifi.discussion 3324 3300 n
18788 @end example
18789
18790 On each line we have a group name, then the highest article number in
18791 that group, the lowest article number, and finally a flag.
18792
18793 @example
18794 active-file = *active-line
18795 active-line = name " " <number> " " <number> " " flags eol
18796 name        = <string>
18797 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
18798 @end example
18799
18800 The flag says whether the group is read-only (@samp{n}), is moderated
18801 (@samp{m}), is dead (@samp{x}), is aliased to some other group
18802 (@samp{=other-group}) or none of the above (@samp{y}).
18803
18804
18805 @item (nnchoke-request-post &optional SERVER)
18806
18807 This function should post the current buffer.  It might return whether
18808 the posting was successful or not, but that's not required.  If, for
18809 instance, the posting is done asynchronously, it has generally not been
18810 completed by the time this function concludes.  In that case, this
18811 function should set up some kind of sentinel to beep the user loud and
18812 clear if the posting could not be completed.
18813
18814 There should be no result data from this function.
18815
18816 @end table
18817
18818
18819 @node Optional Backend Functions
18820 @subsubsection Optional Backend Functions
18821
18822 @table @code
18823
18824 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
18825
18826 @var{groups} is a list of groups, and this function should request data
18827 on all those groups.  How it does it is of no concern to Gnus, but it
18828 should attempt to do this in a speedy fashion.
18829
18830 The return value of this function can be either @code{active} or
18831 @code{group}, which says what the format of the result data is.  The
18832 former is in the same format as the data from
18833 @code{nnchoke-request-list}, while the latter is a buffer full of lines
18834 in the same format as @code{nnchoke-request-group} gives.
18835
18836 @example
18837 group-buffer = *active-line / *group-status
18838 @end example
18839
18840
18841 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
18842
18843 A Gnus group info (@pxref{Group Info}) is handed to the backend for
18844 alterations.  This comes in handy if the backend really carries all the
18845 information (as is the case with virtual and imap groups).  This
18846 function should destructively alter the info to suit its needs, and
18847 should return the (altered) group info.
18848
18849 There should be no result data from this function.
18850
18851
18852 @item (nnchoke-request-type GROUP &optional ARTICLE)
18853
18854 When the user issues commands for ``sending news'' (@kbd{F} in the
18855 summary buffer, for instance), Gnus has to know whether the article the
18856 user is following up on is news or mail.  This function should return
18857 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
18858 is mail and @code{unknown} if the type can't be decided.  (The
18859 @var{article} parameter is necessary in @code{nnvirtual} groups which
18860 might very well combine mail groups and news groups.)  Both @var{group}
18861 and @var{article} may be @code{nil}.
18862
18863 There should be no result data from this function.
18864
18865
18866 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
18867
18868 If the user tries to set a mark that the backend doesn't like, this
18869 function may change the mark.  Gnus will use whatever this function
18870 returns as the mark for @var{article} instead of the original
18871 @var{mark}.  If the backend doesn't care, it must return the original
18872 @var{mark}, and not @code{nil} or any other type of garbage.
18873
18874 The only use for this I can see is what @code{nnvirtual} does with
18875 it---if a component group is auto-expirable, marking an article as read
18876 in the virtual group should result in the article being marked as
18877 expirable.
18878
18879 There should be no result data from this function.
18880
18881
18882 @item (nnchoke-request-scan &optional GROUP SERVER)
18883
18884 This function may be called at any time (by Gnus or anything else) to
18885 request that the backend check for incoming articles, in one way or
18886 another.  A mail backend will typically read the spool file or query the
18887 POP server when this function is invoked.  The @var{group} doesn't have
18888 to be heeded---if the backend decides that it is too much work just
18889 scanning for a single group, it may do a total scan of all groups.  It
18890 would be nice, however, to keep things local if that's practical.
18891
18892 There should be no result data from this function.
18893
18894
18895 @item (nnchoke-request-group-description GROUP &optional SERVER)
18896
18897 The result data from this function should be a description of
18898 @var{group}.
18899
18900 @example
18901 description-line = name <TAB> description eol
18902 name             = <string>
18903 description      = <text>
18904 @end example
18905
18906 @item (nnchoke-request-list-newsgroups &optional SERVER)
18907
18908 The result data from this function should be the description of all
18909 groups available on the server.
18910
18911 @example
18912 description-buffer = *description-line
18913 @end example
18914
18915
18916 @item (nnchoke-request-newgroups DATE &optional SERVER)
18917
18918 The result data from this function should be all groups that were
18919 created after @samp{date}, which is in normal human-readable date
18920 format.  The data should be in the active buffer format.
18921
18922
18923 @item (nnchoke-request-create-group GROUP &optional SERVER)
18924
18925 This function should create an empty group with name @var{group}.
18926
18927 There should be no return data.
18928
18929
18930 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
18931
18932 This function should run the expiry process on all articles in the
18933 @var{articles} range (which is currently a simple list of article
18934 numbers.)  It is left up to the backend to decide how old articles
18935 should be before they are removed by this function.  If @var{force} is
18936 non-@code{nil}, all @var{articles} should be deleted, no matter how new
18937 they are.
18938
18939 This function should return a list of articles that it did not/was not
18940 able to delete.
18941
18942 There should be no result data returned.
18943
18944
18945 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM
18946 &optional LAST)
18947
18948 This function should move @var{article} (which is a number) from
18949 @var{group} by calling @var{accept-form}.
18950
18951 This function should ready the article in question for moving by
18952 removing any header lines it has added to the article, and generally
18953 should ``tidy up'' the article.  Then it should @code{eval}
18954 @var{accept-form} in the buffer where the ``tidy'' article is.  This
18955 will do the actual copying.  If this @code{eval} returns a
18956 non-@code{nil} value, the article should be removed.
18957
18958 If @var{last} is @code{nil}, that means that there is a high likelihood
18959 that there will be more requests issued shortly, so that allows some
18960 optimizations.
18961
18962 The function should return a cons where the @code{car} is the group name and
18963 the @code{cdr} is the article number that the article was entered as.
18964
18965 There should be no data returned.
18966
18967
18968 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
18969
18970 This function takes the current buffer and inserts it into @var{group}.
18971 If @var{last} in @code{nil}, that means that there will be more calls to
18972 this function in short order.
18973
18974 The function should return a cons where the @code{car} is the group name and
18975 the @code{cdr} is the article number that the article was entered as.
18976
18977 There should be no data returned.
18978
18979
18980 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
18981
18982 This function should remove @var{article} (which is a number) from
18983 @var{group} and insert @var{buffer} there instead.
18984
18985 There should be no data returned.
18986
18987
18988 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
18989
18990 This function should delete @var{group}.  If @var{force}, it should
18991 really delete all the articles in the group, and then delete the group
18992 itself.  (If there is such a thing as ``the group itself''.)
18993
18994 There should be no data returned.
18995
18996
18997 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
18998
18999 This function should rename @var{group} into @var{new-name}.  All
19000 articles in @var{group} should move to @var{new-name}.
19001
19002 There should be no data returned.
19003
19004 @end table
19005
19006
19007 @node Error Messaging
19008 @subsubsection Error Messaging
19009
19010 @findex nnheader-report
19011 @findex nnheader-get-report
19012 The backends should use the function @code{nnheader-report} to report
19013 error conditions---they should not raise errors when they aren't able to
19014 perform a request.  The first argument to this function is the backend
19015 symbol, and the rest are interpreted as arguments to @code{format} if
19016 there are multiple of them, or just a string if there is one of them.
19017 This function must always returns @code{nil}.
19018
19019 @lisp
19020 (nnheader-report 'nnchoke "You did something totally bogus")
19021
19022 (nnheader-report 'nnchoke "Could not request group %s" group)
19023 @end lisp
19024
19025 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
19026 @code{nil} back from a server, and this function returns the most
19027 recently reported message for the backend in question.  This function
19028 takes one argument---the server symbol.
19029
19030 Internally, these functions access @var{backend}@code{-status-string},
19031 so the @code{nnchoke} backend will have its error message stored in
19032 @code{nnchoke-status-string}.
19033
19034
19035 @node Writing New Backends
19036 @subsubsection Writing New Backends
19037
19038 Many backends are quite similar.  @code{nnml} is just like
19039 @code{nnspool}, but it allows you to edit the articles on the server.
19040 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
19041 and it doesn't maintain overview databases.  @code{nndir} is just like
19042 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
19043 editing articles.
19044
19045 It would make sense if it were possible to ``inherit'' functions from
19046 backends when writing new backends.  And, indeed, you can do that if you
19047 want to.  (You don't have to if you don't want to, of course.)
19048
19049 All the backends declare their public variables and functions by using a
19050 package called @code{nnoo}.
19051
19052 To inherit functions from other backends (and allow other backends to
19053 inherit functions from the current backend), you should use the
19054 following macros:
19055
19056 @table @code
19057
19058 @item nnoo-declare
19059 This macro declares the first parameter to be a child of the subsequent
19060 parameters.  For instance:
19061
19062 @lisp
19063 (nnoo-declare nndir
19064   nnml nnmh)
19065 @end lisp
19066
19067 @code{nndir} has declared here that it intends to inherit functions from
19068 both @code{nnml} and @code{nnmh}.
19069
19070 @item defvoo
19071 This macro is equivalent to @code{defvar}, but registers the variable as
19072 a public server variable.  Most state-oriented variables should be
19073 declared with @code{defvoo} instead of @code{defvar}.
19074
19075 In addition to the normal @code{defvar} parameters, it takes a list of
19076 variables in the parent backends to map the variable to when executing
19077 a function in those backends.
19078
19079 @lisp
19080 (defvoo nndir-directory nil
19081   "Where nndir will look for groups."
19082   nnml-current-directory nnmh-current-directory)
19083 @end lisp
19084
19085 This means that @code{nnml-current-directory} will be set to
19086 @code{nndir-directory} when an @code{nnml} function is called on behalf
19087 of @code{nndir}.  (The same with @code{nnmh}.)
19088
19089 @item nnoo-define-basics
19090 This macro defines some common functions that almost all backends should
19091 have.
19092
19093 @example
19094 (nnoo-define-basics nndir)
19095 @end example
19096
19097 @item deffoo
19098 This macro is just like @code{defun} and takes the same parameters.  In
19099 addition to doing the normal @code{defun} things, it registers the
19100 function as being public so that other backends can inherit it.
19101
19102 @item nnoo-map-functions
19103 This macro allows mapping of functions from the current backend to
19104 functions from the parent backends.
19105
19106 @example
19107 (nnoo-map-functions nndir
19108   (nnml-retrieve-headers 0 nndir-current-group 0 0)
19109   (nnmh-request-article 0 nndir-current-group 0 0))
19110 @end example
19111
19112 This means that when @code{nndir-retrieve-headers} is called, the first,
19113 third, and fourth parameters will be passed on to
19114 @code{nnml-retrieve-headers}, while the second parameter is set to the
19115 value of @code{nndir-current-group}.
19116
19117 @item nnoo-import
19118 This macro allows importing functions from backends.  It should be the
19119 last thing in the source file, since it will only define functions that
19120 haven't already been defined.
19121
19122 @example
19123 (nnoo-import nndir
19124   (nnmh
19125    nnmh-request-list
19126    nnmh-request-newgroups)
19127   (nnml))
19128 @end example
19129
19130 This means that calls to @code{nndir-request-list} should just be passed
19131 on to @code{nnmh-request-list}, while all public functions from
19132 @code{nnml} that haven't been defined in @code{nndir} yet should be
19133 defined now.
19134
19135 @end table
19136
19137 Below is a slightly shortened version of the @code{nndir} backend.
19138
19139 @lisp
19140 ;;; nndir.el --- single directory newsgroup access for Gnus
19141 ;; Copyright (C) 1995,96 Free Software Foundation, Inc.
19142
19143 ;;; Code:
19144
19145 (require 'nnheader)
19146 (require 'nnmh)
19147 (require 'nnml)
19148 (require 'nnoo)
19149 (eval-when-compile (require 'cl))
19150
19151 (nnoo-declare nndir
19152   nnml nnmh)
19153
19154 (defvoo nndir-directory nil
19155   "Where nndir will look for groups."
19156   nnml-current-directory nnmh-current-directory)
19157
19158 (defvoo nndir-nov-is-evil nil
19159   "*Non-nil means that nndir will never retrieve NOV headers."
19160   nnml-nov-is-evil)
19161
19162 (defvoo nndir-current-group "" nil nnml-current-group nnmh-current-group)
19163 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
19164 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
19165
19166 (defvoo nndir-status-string "" nil nnmh-status-string)
19167 (defconst nndir-version "nndir 1.0")
19168
19169 ;;; Interface functions.
19170
19171 (nnoo-define-basics nndir)
19172
19173 (deffoo nndir-open-server (server &optional defs)
19174   (setq nndir-directory
19175         (or (cadr (assq 'nndir-directory defs))
19176             server))
19177   (unless (assq 'nndir-directory defs)
19178     (push `(nndir-directory ,server) defs))
19179   (push `(nndir-current-group
19180           ,(file-name-nondirectory (directory-file-name nndir-directory)))
19181         defs)
19182   (push `(nndir-top-directory
19183           ,(file-name-directory (directory-file-name nndir-directory)))
19184         defs)
19185   (nnoo-change-server 'nndir server defs))
19186
19187 (nnoo-map-functions nndir
19188   (nnml-retrieve-headers 0 nndir-current-group 0 0)
19189   (nnmh-request-article 0 nndir-current-group 0 0)
19190   (nnmh-request-group nndir-current-group 0 0)
19191   (nnmh-close-group nndir-current-group 0))
19192
19193 (nnoo-import nndir
19194   (nnmh
19195    nnmh-status-message
19196    nnmh-request-list
19197    nnmh-request-newgroups))
19198
19199 (provide 'nndir)
19200 @end lisp
19201
19202
19203 @node Hooking New Backends Into Gnus
19204 @subsubsection Hooking New Backends Into Gnus
19205
19206 @vindex gnus-valid-select-methods
19207 Having Gnus start using your new backend is rather easy---you just
19208 declare it with the @code{gnus-declare-backend} functions.  This will
19209 enter the backend into the @code{gnus-valid-select-methods} variable.
19210
19211 @code{gnus-declare-backend} takes two parameters---the backend name and
19212 an arbitrary number of @dfn{abilities}.
19213
19214 Here's an example:
19215
19216 @lisp
19217 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
19218 @end lisp
19219
19220 The abilities can be:
19221
19222 @table @code
19223 @item mail
19224 This is a mailish backend---followups should (probably) go via mail.
19225 @item post
19226 This is a newsish backend---followups should (probably) go via news.
19227 @item post-mail
19228 This backend supports both mail and news.
19229 @item none
19230 This is neither a post nor mail backend---it's something completely
19231 different.
19232 @item respool
19233 It supports respooling---or rather, it is able to modify its source
19234 articles and groups.
19235 @item address
19236 The name of the server should be in the virtual server name.  This is
19237 true for almost all backends.
19238 @item prompt-address
19239 The user should be prompted for an address when doing commands like
19240 @kbd{B} in the group buffer.  This is true for backends like
19241 @code{nntp}, but not @code{nnmbox}, for instance.
19242 @end table
19243
19244
19245 @node Mail-like Backends
19246 @subsubsection Mail-like Backends
19247
19248 One of the things that separate the mail backends from the rest of the
19249 backends is the heavy dependence by the mail backends on common
19250 functions in @file{nnmail.el}.  For instance, here's the definition of
19251 @code{nnml-request-scan}:
19252
19253 @lisp
19254 (deffoo nnml-request-scan (&optional group server)
19255   (setq nnml-article-file-alist nil)
19256   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
19257 @end lisp
19258
19259 It simply calls @code{nnmail-get-new-mail} with a few parameters,
19260 and @code{nnmail} takes care of all the moving and splitting of the
19261 mail.
19262
19263 This function takes four parameters.
19264
19265 @table @var
19266 @item method
19267 This should be a symbol to designate which backend is responsible for
19268 the call.
19269
19270 @item exit-function
19271 This function should be called after the splitting has been performed.
19272
19273 @item temp-directory
19274 Where the temporary files should be stored.
19275
19276 @item group
19277 This optional argument should be a group name if the splitting is to be
19278 performed for one group only.
19279 @end table
19280
19281 @code{nnmail-get-new-mail} will call @var{backend}@code{-save-mail} to
19282 save each article.  @var{backend}@code{-active-number} will be called to
19283 find the article number assigned to this article.
19284
19285 The function also uses the following variables:
19286 @var{backend}@code{-get-new-mail} (to see whether to get new mail for
19287 this backend); and @var{backend}@code{-group-alist} and
19288 @var{backend}@code{-active-file} to generate the new active file.
19289 @var{backend}@code{-group-alist} should be a group-active alist, like
19290 this:
19291
19292 @example
19293 (("a-group" (1 . 10))
19294  ("some-group" (34 . 39)))
19295 @end example
19296
19297
19298 @node Score File Syntax
19299 @subsection Score File Syntax
19300
19301 Score files are meant to be easily parseable, but yet extremely
19302 mallable.   It was decided that something that had the same read syntax
19303 as an Emacs Lisp list would fit that spec.
19304
19305 Here's a typical score file:
19306
19307 @lisp
19308 (("summary"
19309   ("win95" -10000 nil s)
19310   ("Gnus"))
19311  ("from"
19312   ("Lars" -1000))
19313  (mark -100))
19314 @end lisp
19315
19316 BNF definition of a score file:
19317
19318 @example
19319 score-file       = "" / "(" *element ")"
19320 element          = rule / atom
19321 rule             = string-rule / number-rule / date-rule
19322 string-rule      = "(" quote string-header quote space *string-match ")"
19323 number-rule      = "(" quote number-header quote space *number-match ")"
19324 date-rule        = "(" quote date-header quote space *date-match ")"
19325 quote            = <ascii 34>
19326 string-header    = "subject" / "from" / "references" / "message-id" /
19327                    "xref" / "body" / "head" / "all" / "followup"
19328 number-header    = "lines" / "chars"
19329 date-header      = "date"
19330 string-match     = "(" quote <string> quote [ "" / [ space score [ "" /
19331                    space date [ "" / [ space string-match-t ] ] ] ] ] ")"
19332 score            = "nil" / <integer>
19333 date             = "nil" / <natural number>
19334 string-match-t   = "nil" / "s" / "substring" / "S" / "Substring" /
19335                    "r" / "regex" / "R" / "Regex" /
19336                    "e" / "exact" / "E" / "Exact" /
19337                    "f" / "fuzzy" / "F" / "Fuzzy"
19338 number-match     = "(" <integer> [ "" / [ space score [ "" /
19339                    space date [ "" / [ space number-match-t ] ] ] ] ] ")"
19340 number-match-t   = "nil" / "=" / "<" / ">" / ">=" / "<="
19341 date-match       = "(" quote <string> quote [ "" / [ space score [ "" /
19342                    space date [ "" / [ space date-match-t ] ] ] ] ")"
19343 date-match-t     = "nil" / "at" / "before" / "after"
19344 atom             = "(" [ required-atom / optional-atom ] ")"
19345 required-atom    = mark / expunge / mark-and-expunge / files /
19346                    exclude-files / read-only / touched
19347 optional-atom    = adapt / local / eval
19348 mark             = "mark" space nil-or-number
19349 nil-or-number    = "nil" / <integer>
19350 expunge          = "expunge" space nil-or-number
19351 mark-and-expunge = "mark-and-expunge" space nil-or-number
19352 files            = "files" *[ space <string> ]
19353 exclude-files    = "exclude-files" *[ space <string> ]
19354 read-only        = "read-only" [ space "nil" / space "t" ]
19355 adapt            = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
19356 adapt-rule       = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
19357 local            = "local" *[ space "(" <string> space <form> ")" ]
19358 eval             = "eval" space <form>
19359 space            = *[ " " / <TAB> / <NEWLINE> ]
19360 @end example
19361
19362 Any unrecognized elements in a score file should be ignored, but not
19363 discarded.
19364
19365 As you can see, white space is needed, but the type and amount of white
19366 space is irrelevant.  This means that formatting of the score file is
19367 left up to the programmer---if it's simpler to just spew it all out on
19368 one looong line, then that's ok.
19369
19370 The meaning of the various atoms are explained elsewhere in this
19371 manual (@pxref{Score File Format}).
19372
19373
19374 @node Headers
19375 @subsection Headers
19376
19377 Internally Gnus uses a format for storing article headers that
19378 corresponds to the @sc{nov} format in a mysterious fashion.  One could
19379 almost suspect that the author looked at the @sc{nov} specification and
19380 just shamelessly @emph{stole} the entire thing, and one would be right.
19381
19382 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
19383 RFC1036 to talk about lines in the head of an article (e.g.,
19384 @code{From}).  It is used by many people as a synonym for
19385 ``head''---``the header and the body''.  (That should be avoided, in my
19386 opinion.)  And Gnus uses a format internally that it calls ``header'',
19387 which is what I'm talking about here.  This is a 9-element vector,
19388 basically, with each header (ouch) having one slot.
19389
19390 These slots are, in order: @code{number}, @code{subject}, @code{from},
19391 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
19392 @code{xref}.  There are macros for accessing and setting these
19393 slots---they all have predictable names beginning with
19394 @code{mail-header-} and @code{mail-header-set-}, respectively.
19395
19396 The @code{xref} slot is really a @code{misc} slot.  Any extra info will
19397 be put in there.
19398
19399
19400 @node Ranges
19401 @subsection Ranges
19402
19403 @sc{gnus} introduced a concept that I found so useful that I've started
19404 using it a lot and have elaborated on it greatly.
19405
19406 The question is simple: If you have a large amount of objects that are
19407 identified by numbers (say, articles, to take a @emph{wild} example)
19408 that you want to qualify as being ``included'', a normal sequence isn't
19409 very useful.  (A 200,000 length sequence is a bit long-winded.)
19410
19411 The solution is as simple as the question: You just collapse the
19412 sequence.
19413
19414 @example
19415 (1 2 3 4 5 6 10 11 12)
19416 @end example
19417
19418 is transformed into
19419
19420 @example
19421 ((1 . 6) (10 . 12))
19422 @end example
19423
19424 To avoid having those nasty @samp{(13 . 13)} elements to denote a
19425 lonesome object, a @samp{13} is a valid element:
19426
19427 @example
19428 ((1 . 6) 7 (10 . 12))
19429 @end example
19430
19431 This means that comparing two ranges to find out whether they are equal
19432 is slightly tricky:
19433
19434 @example
19435 ((1 . 5) 7 8 (10 . 12))
19436 @end example
19437
19438 and
19439
19440 @example
19441 ((1 . 5) (7 . 8) (10 . 12))
19442 @end example
19443
19444 are equal.  In fact, any non-descending list is a range:
19445
19446 @example
19447 (1 2 3 4 5)
19448 @end example
19449
19450 is a perfectly valid range, although a pretty long-winded one.  This is
19451 also valid:
19452
19453 @example
19454 (1 . 5)
19455 @end example
19456
19457 and is equal to the previous range.
19458
19459 Here's a BNF definition of ranges.  Of course, one must remember the
19460 semantic requirement that the numbers are non-descending.  (Any number
19461 of repetition of the same number is allowed, but apt to disappear in
19462 range handling.)
19463
19464 @example
19465 range           = simple-range / normal-range
19466 simple-range    = "(" number " . " number ")"
19467 normal-range    = "(" start-contents ")"
19468 contents        = "" / simple-range *[ " " contents ] /
19469                   number *[ " " contents ]
19470 @end example
19471
19472 Gnus currently uses ranges to keep track of read articles and article
19473 marks.  I plan on implementing a number of range operators in C if The
19474 Powers That Be are willing to let me.  (I haven't asked yet, because I
19475 need to do some more thinking on what operators I need to make life
19476 totally range-based without ever having to convert back to normal
19477 sequences.)
19478
19479
19480 @node Group Info
19481 @subsection Group Info
19482
19483 Gnus stores all permanent info on groups in a @dfn{group info} list.
19484 This list is from three to six elements (or more) long and exhaustively
19485 describes the group.
19486
19487 Here are two example group infos; one is a very simple group while the
19488 second is a more complex one:
19489
19490 @example
19491 ("no.group" 5 (1 . 54324))
19492
19493 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
19494                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
19495                 (nnml "")
19496                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
19497 @end example
19498
19499 The first element is the @dfn{group name}---as Gnus knows the group,
19500 anyway.  The second element is the @dfn{subscription level}, which
19501 normally is a small integer.  (It can also be the @dfn{rank}, which is a
19502 cons cell where the @code{car} is the level and the @code{cdr} is the
19503 score.)  The third element is a list of ranges of read articles.  The
19504 fourth element is a list of lists of article marks of various kinds.
19505 The fifth element is the select method (or virtual server, if you like).
19506 The sixth element is a list of @dfn{group parameters}, which is what
19507 this section is about.
19508
19509 Any of the last three elements may be missing if they are not required.
19510 In fact, the vast majority of groups will normally only have the first
19511 three elements, which saves quite a lot of cons cells.
19512
19513 Here's a BNF definition of the group info format:
19514
19515 @example
19516 info          = "(" group space ralevel space read
19517                 [ "" / [ space marks-list [ "" / [ space method [ "" /
19518                 space parameters ] ] ] ] ] ")"
19519 group         = quote <string> quote
19520 ralevel       = rank / level
19521 level         = <integer in the range of 1 to inf>
19522 rank          = "(" level "." score ")"
19523 score         = <integer in the range of 1 to inf>
19524 read          = range
19525 marks-lists   = nil / "(" *marks ")"
19526 marks         = "(" <string> range ")"
19527 method        = "(" <string> *elisp-forms ")"
19528 parameters    = "(" *elisp-forms ")"
19529 @end example
19530
19531 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
19532 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
19533 in pseudo-BNF.
19534
19535 If you have a Gnus info and want to access the elements, Gnus offers a
19536 series of macros for getting/setting these elements.
19537
19538 @table @code
19539 @item gnus-info-group
19540 @itemx gnus-info-set-group
19541 @findex gnus-info-group
19542 @findex gnus-info-set-group
19543 Get/set the group name.
19544
19545 @item gnus-info-rank
19546 @itemx gnus-info-set-rank
19547 @findex gnus-info-rank
19548 @findex gnus-info-set-rank
19549 Get/set the group rank (@pxref{Group Score}).
19550
19551 @item gnus-info-level
19552 @itemx gnus-info-set-level
19553 @findex gnus-info-level
19554 @findex gnus-info-set-level
19555 Get/set the group level.
19556
19557 @item gnus-info-score
19558 @itemx gnus-info-set-score
19559 @findex gnus-info-score
19560 @findex gnus-info-set-score
19561 Get/set the group score (@pxref{Group Score}).
19562
19563 @item gnus-info-read
19564 @itemx gnus-info-set-read
19565 @findex gnus-info-read
19566 @findex gnus-info-set-read
19567 Get/set the ranges of read articles.
19568
19569 @item gnus-info-marks
19570 @itemx gnus-info-set-marks
19571 @findex gnus-info-marks
19572 @findex gnus-info-set-marks
19573 Get/set the lists of ranges of marked articles.
19574
19575 @item gnus-info-method
19576 @itemx gnus-info-set-method
19577 @findex gnus-info-method
19578 @findex gnus-info-set-method
19579 Get/set the group select method.
19580
19581 @item gnus-info-params
19582 @itemx gnus-info-set-params
19583 @findex gnus-info-params
19584 @findex gnus-info-set-params
19585 Get/set the group parameters.
19586 @end table
19587
19588 All the getter functions take one parameter---the info list.  The setter
19589 functions take two parameters---the info list and the new value.
19590
19591 The last three elements in the group info aren't mandatory, so it may be
19592 necessary to extend the group info before setting the element.  If this
19593 is necessary, you can just pass on a non-@code{nil} third parameter to
19594 the three final setter functions to have this happen automatically.
19595
19596
19597 @node Extended Interactive
19598 @subsection Extended Interactive
19599 @cindex interactive
19600 @findex gnus-interactive
19601
19602 Gnus extends the standard Emacs @code{interactive} specification
19603 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
19604 Prefixes}).  Here's an example of how this is used:
19605
19606 @lisp
19607 (defun gnus-summary-increase-score (&optional score symp)
19608   (interactive (gnus-interactive "P\ny"))
19609   ...
19610   )
19611 @end lisp
19612
19613 The best thing to do would have been to implement
19614 @code{gnus-interactive} as a macro which would have returned an
19615 @code{interactive} form, but this isn't possible since Emacs checks
19616 whether a function is interactive or not by simply doing an @code{assq}
19617 on the lambda form.  So, instead we have @code{gnus-interactive}
19618 function that takes a string and returns values that are usable to
19619 @code{interactive}.
19620
19621 This function accepts (almost) all normal @code{interactive} specs, but
19622 adds a few more.
19623
19624 @table @samp
19625 @item y
19626 @vindex gnus-current-prefix-symbol
19627 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
19628 variable.
19629
19630 @item Y
19631 @vindex gnus-current-prefix-symbols
19632 A list of the current symbolic prefixes---the
19633 @code{gnus-current-prefix-symbol} variable.
19634
19635 @item A
19636 The current article number---the @code{gnus-summary-article-number}
19637 function.
19638
19639 @item H
19640 The current article header---the @code{gnus-summary-article-header}
19641 function.
19642
19643 @item g
19644 The current group name---the @code{gnus-group-group-name}
19645 function.
19646
19647 @end table
19648
19649
19650 @node Emacs/XEmacs Code
19651 @subsection Emacs/XEmacs Code
19652 @cindex XEmacs
19653 @cindex Emacsen
19654
19655 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
19656 platforms must be the primary one.  I chose Emacs.  Not because I don't
19657 like XEmacs or Mule, but because it comes first alphabetically.
19658
19659 This means that Gnus will byte-compile under Emacs with nary a warning,
19660 while XEmacs will pump out gigabytes of warnings while byte-compiling.
19661 As I use byte-compilation warnings to help me root out trivial errors in
19662 Gnus, that's very useful.
19663
19664 I've also consistently used Emacs function interfaces, but have used
19665 Gnusey aliases for the functions.  To take an example:  Emacs defines a
19666 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
19667 function.  I then define a function called @code{gnus-run-at-time} that
19668 takes the same parameters as the Emacs @code{run-at-time}.  When running
19669 Gnus under Emacs, the former function is just an alias for the latter.
19670 However, when running under XEmacs, the former is an alias for the
19671 following function:
19672
19673 @lisp
19674 (defun gnus-xmas-run-at-time (time repeat function &rest args)
19675   (start-itimer
19676    "gnus-run-at-time"
19677    `(lambda ()
19678       (,function ,@@args))
19679    time repeat))
19680 @end lisp
19681
19682 This sort of thing has been done for bunches of functions.  Gnus does
19683 not redefine any native Emacs functions while running under XEmacs---it
19684 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
19685 all over.
19686
19687 In the cases where the XEmacs function interface was obviously cleaner,
19688 I used it instead.  For example @code{gnus-region-active-p} is an alias
19689 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
19690
19691 Of course, I could have chosen XEmacs as my native platform and done
19692 mapping functions the other way around.  But I didn't.  The performance
19693 hit these indirections impose on Gnus under XEmacs should be slight.
19694
19695
19696 @node Various File Formats
19697 @subsection Various File Formats
19698
19699 @menu
19700 * Active File Format::      Information on articles and groups available.
19701 * Newsgroups File Format::  Group descriptions.
19702 @end menu
19703
19704
19705 @node Active File Format
19706 @subsubsection Active File Format
19707
19708 The active file lists all groups available on the server in
19709 question.  It also lists the highest and lowest current article numbers
19710 in each group.
19711
19712 Here's an excerpt from a typical active file:
19713
19714 @example
19715 soc.motss 296030 293865 y
19716 alt.binaries.pictures.fractals 3922 3913 n
19717 comp.sources.unix 1605 1593 m
19718 comp.binaries.ibm.pc 5097 5089 y
19719 no.general 1000 900 y
19720 @end example
19721
19722 Here's a pseudo-BNF definition of this file:
19723
19724 @example
19725 active      = *group-line
19726 group-line  = group space high-number space low-number space flag <NEWLINE>
19727 group       = <non-white-space string>
19728 space       = " "
19729 high-number = <non-negative integer>
19730 low-number  = <positive integer>
19731 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
19732 @end example
19733
19734 For a full description of this file, see the manual pages for
19735 @samp{innd}, in particular @samp{active(5)}.
19736
19737
19738 @node Newsgroups File Format
19739 @subsubsection Newsgroups File Format
19740
19741 The newsgroups file lists groups along with their descriptions.  Not all
19742 groups on the server have to be listed,  and not all groups in the file
19743 have to exist on the server.  The file is meant purely as information to
19744 the user.
19745
19746 The format is quite simple; a group name, a tab, and the description.
19747 Here's the definition:
19748
19749 @example
19750 newsgroups    = *line
19751 line          = group tab description <NEWLINE>
19752 group         = <non-white-space string>
19753 tab           = <TAB>
19754 description   = <string>
19755 @end example
19756
19757
19758 @page
19759 @node Emacs for Heathens
19760 @section Emacs for Heathens
19761
19762 Believe it or not, but some people who use Gnus haven't really used
19763 Emacs much before they embarked on their journey on the Gnus Love Boat.
19764 If you are one of those unfortunates whom ``@kbd{M-C-a}'', ``kill the
19765 region'', and ``set @code{gnus-flargblossen} to an alist where the key
19766 is a regexp that is used for matching on the group name'' are magical
19767 phrases with little or no meaning, then this appendix is for you.  If
19768 you are already familiar with Emacs, just ignore this and go fondle your
19769 cat instead.
19770
19771 @menu
19772 * Keystrokes::      Entering text and executing commands.
19773 * Emacs Lisp::      The built-in Emacs programming language.
19774 @end menu
19775
19776
19777 @node Keystrokes
19778 @subsection Keystrokes
19779
19780 @itemize @bullet
19781 @item
19782 Q: What is an experienced Emacs user?
19783
19784 @item
19785 A: A person who wishes that the terminal had pedals.
19786 @end itemize
19787
19788 Yes, when you use Emacs, you are apt to use the control key, the shift
19789 key and the meta key a lot.  This is very annoying to some people
19790 (notably @code{vi}le users), and the rest of us just love the hell out
19791 of it.  Just give up and submit.  Emacs really does stand for
19792 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
19793 may have heard from other disreputable sources (like the Emacs author).
19794
19795 The shift keys are normally located near your pinky fingers, and are
19796 normally used to get capital letters and stuff.  You probably use it all
19797 the time.  The control key is normally marked ``CTRL'' or something like
19798 that.  The meta key is, funnily enough, never marked as such on any
19799 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
19800 which is the meta key on this keyboard.  It's usually located somewhere
19801 to the left hand side of the keyboard, usually on the bottom row.
19802
19803 Now, us Emacs people don't say ``press the meta-control-m key'',
19804 because that's just too inconvenient.  We say ``press the @kbd{M-C-m}
19805 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
19806 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
19807 down the control key, and hold it down while you press @kbd{k}''.
19808 ``Press @kbd{M-C-k}'' means ``press down and hold down the meta key and
19809 the control key and then press @kbd{k}''.  Simple, ay?
19810
19811 This is somewhat complicated by the fact that not all keyboards have a
19812 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
19813 means ``press escape, release escape, press @kbd{k}''.  That's much more
19814 work than if you have a meta key, so if that's the case, I respectfully
19815 suggest you get a real keyboard with a meta key.  You can't live without
19816 it.
19817
19818
19819
19820 @node Emacs Lisp
19821 @subsection Emacs Lisp
19822
19823 Emacs is the King of Editors because it's really a Lisp interpreter.
19824 Each and every key you tap runs some Emacs Lisp code snippet, and since
19825 Emacs Lisp is an interpreted language, that means that you can configure
19826 any key to run any arbitrary code.  You just, like, do it.
19827
19828 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
19829 functions.  (These are byte-compiled for speed, but it's still
19830 interpreted.)  If you decide that you don't like the way Gnus does
19831 certain things, it's trivial to have it do something a different way.
19832 (Well, at least if you know how to write Lisp code.)  However, that's
19833 beyond the scope of this manual, so we are simply going to talk about
19834 some common constructs that you normally use in your @file{.emacs} file
19835 to customize Gnus.
19836
19837 If you want to set the variable @code{gnus-florgbnize} to four (4), you
19838 write the following:
19839
19840 @lisp
19841 (setq gnus-florgbnize 4)
19842 @end lisp
19843
19844 This function (really ``special form'') @code{setq} is the one that can
19845 set a variable to some value.  This is really all you need to know.  Now
19846 you can go and fill your @code{.emacs} file with lots of these to change
19847 how Gnus works.
19848
19849 If you have put that thing in your @code{.emacs} file, it will be read
19850 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
19851 start Emacs.  If you want to change the variable right away, simply say
19852 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
19853 previous ``form'', which is a simple @code{setq} statement here.
19854
19855 Go ahead---just try it, if you're located at your Emacs.  After you
19856 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
19857 is the return value of the form you @code{eval}ed.
19858
19859 Some pitfalls:
19860
19861 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
19862 that means:
19863
19864 @lisp
19865 (setq gnus-read-active-file 'some)
19866 @end lisp
19867
19868 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
19869 @samp{nntp.ifi.uio.no}'', that means:
19870
19871 @lisp
19872 (setq gnus-nntp-server "nntp.ifi.uio.no")
19873 @end lisp
19874
19875 So be careful not to mix up strings (the latter) with symbols (the
19876 former).  The manual is unambiguous, but it can be confusing.
19877
19878 @page
19879 @include gnus-faq.texi
19880
19881 @node Index
19882 @chapter Index
19883 @printindex cp
19884
19885 @node Key Index
19886 @chapter Key Index
19887 @printindex ky
19888
19889 @summarycontents
19890 @contents
19891 @bye
19892
19893 @iftex
19894 @iflatex
19895 \end{document}
19896 @end iflatex
19897 @end iftex
19898
19899 @c End:
19900