* gnus.texi (Posting Styles): Add x-face-file to example.
[gnus] / texi / gnus-refcard.tex
1 \documentclass{article}
2
3 % Previously we had five input LaTeX files (booklet.tex bk-lt.tex bk-a4.tex
4 % refcard.tex gnusref.tex) and two logo files (gnuslogo-refcard.eps and
5 % gnuslogo-booklet.eps).
6 %
7 % From this LaTeX file (gnus-refcard.tex) plus a single logo (gnus-logo.eps),
8 % we can generate the refcard and the booklet version.  Appropriate Makefile
9 % rules were added.  This simplifies to distribute the refcard with Emacs.
10 %
11 % (Reiner Steib, March 2005)
12
13 \usepackage{ifthen}
14 \ifthenelse{\isundefined{\booklettrue}}{
15   \typeout{Creating reference card...}
16 }{
17   \typeout{Creating reference booklet...}}
18
19 \usepackage{supertabular}
20
21 \newlength{\logowidth}  \setlength{\logowidth} {6.861in}
22 \newlength{\logoheight} \setlength{\logoheight}{7.013in}
23
24 \usepackage{graphicx}
25
26 \usepackage{geometry}
27
28 \ifthenelse{\isundefined{\booklettrue}}{% ifcard %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
29   % Reference Card
30   
31   \def\Guide{Card}\def\guide{card}
32   \def\logoscale{0.25}
33   
34   % Page setup for the refcard:
35   
36   % \setlength{\textwidth}{7.26in} \setlength{\textheight}{10in}
37   % \setlength{\topmargin}{-1.0in}
38   % % the same settings work for A4, although there is a bit of space at the
39   % % top and bottom of the page. 
40   % \setlength{\oddsidemargin}{-0.5in} \setlength{\evensidemargin}{-0.5in}
41
42   \ifthenelse{\isundefined{\letterpapertrue}}{
43     \geometry{a4paper,hmargin=10mm,tmargin=10mm,bmargin=35mm}
44   }{
45     \geometry{hmargin=20mm,tmargin=10mm,bmargin=12mm}
46   }
47   
48 }{ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49   % Reference Booklet
50   
51   \def\Guide{Booklet}\def\guide{booklet}
52   \def\logoscale{0.5}% FIXME: too large for 2up printing?  --rsteib
53   
54   % FIXME: Use geometry package.  --rsteib
55 %   \ifthenelse{\isundefined{\letterpapertrue}}{
56 %     \textwidth 4.9in \textheight 7.35in \topmargin -1.0in
57 %   }{
58 %     \textwidth 4.5in \textheight 7.5in \topmargin -1.0in
59 %   }
60 %   \oddsidemargin -0.5in \evensidemargin -0.5in
61   \ifthenelse{\isundefined{\letterpapertrue}}{
62     \geometry{a5paper,hmargin=10mm,tmargin=10mm,bmargin=4mm}
63   }{
64     % FIXME: Use geometry package.  --rsteib
65     \geometry{a5paper,hmargin=20mm,tmargin=10mm,bmargin=4mm}
66   }
67   
68   \def\sec{\section}
69   \def\subsec{\subsection}
70   \def\subsubsec{\subsubsection}
71   \def\blankpage{\vspace*{\fill}\par
72   %\centerline{(This page intentionally left blank.)}
73   \par\vspace*{\fill}\pagebreak}
74 }%ifbooklet% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
75
76 % \input{gnusref} % % % % % % % % % % % % % % % % % % % % % % % % % %  
77 %% include file for the Gnus refcard and booklet
78
79 \def\progver{5.10}\def\refver{5.10-2} % program and refcard versions
80 \def\date{Mar, 2005}
81 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
82
83 %%
84 \newlength{\keycolwidth}
85 \newenvironment{keys}[1]% #1 is the widest key
86 {\nopagebreak%\noindent%
87   \settowidth{\keycolwidth}{#1}%
88   \addtolength{\keycolwidth}{\tabcolsep}%
89   \addtolength{\keycolwidth}{-\columnwidth}%
90   \begin{supertabular}{@{}l@{\hspace{\tabcolsep}}p{-\keycolwidth}@{}}}%
91   {\end{supertabular}\\}
92
93 %% uncomment the first definition if you do not want pagebreaks in maps
94 %%\newcommand{\esamepage}{\samepage}
95 \newcommand{\esamepage}{}
96
97 \newcommand*{\B}[1]{{\bf#1})}    % bold l)etter
98
99 \newcommand{\Title}{%
100   \begin{center}
101     {\bf\LARGE Gnus \progver\ Reference \Guide\\}
102                                 %{\normalsize \Guide\ version \refver}
103   \end{center}
104   }
105
106 % \newcommand*{\LogoOLD}[1]{\centerline{%
107 %     \makebox[\logoscale\logowidth][l]{\vbox to \logoscale\logoheight
108 %       {\vfill\epsfig{figure=gnuslogo-#1}}\vspace{-\baselineskip}}}}
109
110 \newcommand*{\Logo}[1]{\centerline{%
111     \includegraphics[width=\logoscale\logowidth]{gnus-logo}}}
112
113 \newcommand{\Copyright}{%
114   \begin{center}
115     Copyright \copyright\ 1995, 2002, 2003, 2004,
116        2005, 2006 Free Software Foundation, Inc.\\*
117     Copyright \copyright\ 1995 Vladimir Alexiev
118     $<$vladimir@cs.ualberta.ca$>$.\\*
119     Copyright \copyright\ 2000 Felix Natter $<$fnatter@gmx.net$>$.\\*
120     Copyright \copyright\ 2001, 2002, 2003, 2004, 2005 \author.\\*
121     Created from the Gnus manual Copyright \copyright\ 1994 Lars Magne
122     Ingebrigtsen.\\*
123     and the Emacs Help Bindings feature (C-h b).\\*
124     Gnus logo copyright \copyright\ 1995 Luis Fernandes.\\*
125   \end{center}
126
127   Permission is granted to make and distribute copies of this reference
128   \guide{} provided the copyright notice and this permission are preserved on
129   all copies.  Please send corrections, additions and suggestions to the
130   current maintainer's email address. \Guide{} last edited on \date.
131   }
132
133 \newcommand{\Notes}{%
134   \subsection*{Notes}
135   {\esamepage
136     Gnus is complex. Currently it has some 876 interactive (user-callable)
137     functions. Of these 618 are in the two major modes (Group and
138     Summary/Article). Many of these functions have more than one binding, some
139     have 3 or even 4 bindings. The total number of keybindings is 677. So in
140     order to save 40\% space, every function is listed only once on this
141     \guide, under the ``more logical'' binding. Alternative bindings are given
142     in parentheses in the beginning of the description.
143
144     Many Gnus commands are affected by the numeric prefix. Normally you enter a
145     prefix by holding the Meta key and typing a number, but in most Gnus modes
146     you don't need to use Meta since the digits are not self-inserting. The
147     prefixed behavior of commands is given in [brackets]. Often the prefix is
148     used to specify:
149
150     \quad [distance] How many objects to move the point over.
151
152     \quad [scope] How many objects to operate on (including the current one).
153
154     \quad [p/p] The ``Process/Prefix Convention'': If a prefix is given then it
155     determines how many objects to operate on. Else if there are some objects
156     marked with the process mark \#, these are operated on. Else only the
157     current object is affected.
158
159     \quad [level] A group subscribedness level. Only groups with a lower or
160     equal level will be affected by the operation. If no prefix is given,
161     `gnus-group-default-list-level' is used.  If
162     `gnus-group-use-permanent-levels', then a prefix to the `g' and `l'
163     commands will also set the default level.
164
165     \quad [score] An article score. If no prefix is given,
166     `gnus-summary-default-score' is used. \\*[\baselineskip]
167                                 % some keys
168     Gnus startup-commands:\\*
169     \begin{keys}{M-x gnus-unplugged}
170       M-x gnus           & start Gnus. \\
171       M-x gnus-no-server & start Gnus without connecting to server
172       (i.e. to read mail). \\
173     \end{keys}
174     Additionally, there are the two commands \texttt{gnus-plugged} and
175     \texttt{gnus-unplugged}, which are only used if you want to download
176     news and/or read previously downloaded news offline (see C-c C-i g Gnus
177     Unplugged RET). Note: \texttt{gnus-no-server} ignores the stuff in
178     \texttt{gnus-agent-directory}, and thus does not allow you to use Gnus
179     Unplugged.
180                                 %
181     \begin{keys}{C-c C-i}
182       C-c C-i & Go to the Gnus online {\bf info}.\\
183       C-c C-b & Send a Gnus {\bf bug} report.\\
184     \end{keys}
185     }}
186
187 \newcommand{\GroupLevels}{%
188   The table below assumes that you use the default Gnus levels.
189   Fill your user-specific levels in the blank cells.\\[1\baselineskip]
190   \begin{tabular}{|c|l|l|}
191     \hline
192     Level & Groups & Status \\
193     \hline
194     1 & draft/mail groups   &              \\
195     2 & mail groups         &              \\
196     3 &                     & subscribed   \\
197     4 &                     &              \\
198     5 & default list level  &              \\
199     \hline
200     6 &                     & unsubscribed \\
201     7 &                     &              \\
202     \hline
203     8 &                     & zombies      \\
204     \hline
205     9 &                     & killed       \\
206     \hline
207   \end{tabular}}
208
209 \newcommand{\MarkCharacters}{%
210   {\esamepage If a command directly sets a mark, it is shown in parentheses.\\*
211     \newlength{\markcolwidth}
212     \settowidth{\markcolwidth}{` '}% widest character
213     \addtolength{\markcolwidth}{4\tabcolsep}
214     \addtolength{\markcolwidth}{-\columnwidth}
215     \newlength{\markdblcolwidth}
216     \setlength{\markdblcolwidth}{\columnwidth}
217     \addtolength{\markdblcolwidth}{-2\tabcolsep}
218     \begin{tabular}{|c|p{-\markcolwidth}|}
219       \hline
220       \multicolumn{2}{|p{\markdblcolwidth}|}{{\bf ``Read'' Marks.}
221         All these marks appear in the first column of the summary line, and so
222         are mutually exclusive.}\\ 
223       \hline
224       ` ' & (M-u, M SPC, M c) Not read.\\
225       !   & (!, M !, M t) Ticked (interesting).\\
226       ?   & (?, M ?) Dormant (only followups are interesting).\\
227       E   & (E, M e, M x) {\bf Expirable}. Only has effect in mail groups.\\
228       G   & (C, B DEL) Canceled article (or deleted in mailgroups).\\
229       \$  & (M-d, M s x, S x).  Marked as spam.\\
230       \hline\hline
231       \multicolumn{2}{|p{\markdblcolwidth}|}
232       {The marks below mean that the article
233         is read (killed, uninteresting), and have more or less the same effect.
234         Some commands however explicitly differentiate between them (e.g.\ M
235         M-C-r, adaptive scoring).}\\
236       \hline
237       r   & (d, M d, M r) Deleted (marked as {\bf read}).\\
238       C   & (M C; M C-c; M H; c, Z c; Z n; Z C) Killed by {\bf catch-up}.\\
239       F   & SOUPed article. See the manual.\\
240       O   & {\bf Old} (read in a previous session).\\
241       K   & (k, M k; C-k, M K) {\bf Killed}.\\
242       M   & Article marked as read by duplicate suppression.\\
243       Q   & Article is part of a sparse thread (see ``Threading''
244       in the manual).\\
245       R   & {\bf Read} (viewed in actuality).\\
246       X   & Killed by a kill file.\\
247       Y   & Killed due to low score.\\
248       \hline\multicolumn{2}{c}{\vspace{1ex}}\\\hline
249       \multicolumn{2}{|p{\markdblcolwidth}|}
250       {{\bf Marks not affecting visibility}}\\
251       \hline
252       \#  & (\#, M \#, M P p) Processable (will be affected by the next operation).
253       [2]\\
254       A   & {\bf Answered} (followed-up or replied). [2]\\
255       F   & Forwarded. [2]\\
256       $\ast$  & Cached. [2]\\
257       S   & Saved. [2]\\
258       N   & Recently arrived. [2]\\
259       .   & Unseen. [2]\\
260       +   & Over default score. [3]\\
261       $-$ & Under default score. [3]\\
262       $=$ & Has children (thread underneath it). Add `\%e' to
263       `gnus-summary-line-format'. [3]\\
264       \hline
265     \end{tabular}
266     }}
267
268 \newcommand{\GroupModeGeneral}{%
269   \begin{keys}{C-c M-C-x}
270     RET     & (=) Enter this group. [Prefix: how many (read) articles to fetch.
271     Positive: newest articles, negative: oldest ones; non-numerical:
272     view all articles, not just unread]\\
273     M-RET   & Enter group quickly.\\
274     M-SPC   & Same as RET but does not expunge and hide dormants.\\
275     M-C-RET & Enter group without any processing, changes will not be permanent.\\
276     SPC     & Select this group and display the first (unread) article. [Same
277     prefix as above.]\\
278     ?       & Give a very short help message.\\
279     $<$     & Go to the beginning of the Group buffer.\\
280     $>$     & Go to the end of the Group buffer.\\
281     ,       & Jump to the lowest-level group with unread articles.\\
282     .       & Jump to the first group with unread articles.\\
283     \^{}      & Enter the Server buffer mode.\\
284     a       & Post an {\bf article} to a group
285               [Prefix: use group under point to find posting-style].\\
286     b       & Find {\bf bogus} groups and delete them.\\
287     c       & Mark all unticked articles in this group as read ({\bf catch-up}).
288     [p/p]\\ 
289     g       & Check the server for new articles ({\bf get}). [level]\\
290     M-g     & Check the server for new articles in this group ({\bf get}). [p/p]\\
291     j       & {\bf Jump} to a group.\\
292     m       & {\bf Mail} a message to someone
293               [Prefix: use group under point to find posting-style].\\
294     n       & Go to the {\bf next} group with unread articles. [distance]\\
295     M-n     & Go to the {\bf next} group on the same or lower level.
296     [distance]\\ 
297     p       & (DEL) Go to the {\bf previous} group with unread articles.
298     [distance]\\ 
299     M-p     & Go to the {\bf previous} group on the same or lower level. [distance]\\ 
300     q       & {\bf Quit} Gnus.\\
301     r       & Re-read the init file ({\bf reset}).\\
302     s       & {\bf Save} the `.newsrc.eld' file (and `.newsrc' if
303     `gnus-save-newsrc-file').\\ 
304     z       & Suspend (kill all buffers of) Gnus.\\
305     B       & {\bf Browse} a foreign server.\\
306     C       & Mark all articles in this group as read ({\bf Catch-up}). [p/p]\\
307     F       & {\bf Find} new groups and process them.\\
308     N       & Go to the {\bf next} group. [distance]\\
309     P       & Go to the {\bf previous} group. [distance]\\
310     Q       & {\bf Quit} Gnus without saving any startup (.newsrc) files.\\
311     R       & {\bf Restart} Gnus.\\
312     Z       & Clear the dribble buffer.\\
313     M-c     & Clear data from group (marks and list of read articles). \\
314     C-c C-s & {\bf Sort} the groups by name, number of unread articles, or level
315     (depending on `gnus-group-sort-function').\\
316     C-c C-x & Run all expirable articles in this group through the {\bf expiry} 
317     process.\\
318     C-c M-C-x & Run all articles in all groups through the {\bf expiry} process.\\
319     C-c M-g & Activate all {\bf groups}.\\
320     C-c C-i & Gnus online-manual ({\bf info}).\\
321     C-x C-t & {\bf Transpose} two groups.\\
322     H f     & Fetch this group's {\bf FAQ} (using ange-ftp).\\
323     H c     & Display this group's {\bf charter}. [Prefix: query for group]\\
324     H C     & Display this group's {\bf control message} (using
325     ange-ftp). [Prefix: query for group]\\
326     H v     & (V) Display the Gnus {\bf version} number.\\
327     H d     & (C-c C-d) Show the {\bf description} of this group
328     [Prefix: re-read from server].\\ 
329     M-d     & {\bf Describe} all groups. [Prefix: re-read from server]\\
330     D g     & Regenerate a Sieve script from group parameters.\\
331     D u     & Regenerate Sieve script and {\bf upload} to server.\\
332   \end{keys}
333   }
334
335 \newcommand{\ListGroups}{%
336   {\esamepage
337     \begin{keys}{A M}
338       A d     & (C-c C-M-a) List all groups whose names or {\bf descriptions} match a regexp.\\ 
339       A k     & (C-c C-l) List all {\bf killed} groups.
340       [Prefix: look at active-file from server]\\
341       A l     & List all groups on a specific level.
342       [Prefix: also list groups with no unread articles]\\
343       A a     & (C-c C-a) List all groups whose names match a regexp
344       ({\bf apropos}).\\ 
345       A A     & List the server's active-file.\\
346       A M     & List groups that {\bf match} a regexp.\\
347       A m     & List groups that {\bf match} a regexp and have unread articles. 
348       [level]\\ 
349       A s     & (l) List all {\bf subscribed} groups with unread articles.
350       [level; 5 and lower is the default]\\
351       A u     & (L) List all groups (including read and {\bf unsubscribed}).
352       [level; 7 and lower is the default]\\
353       A z     & List all {\bf zombie} groups.\\
354       A c     & List all groups with cached articles. [level]\\
355       A ?     & List all groups with dormant articles. [level]\\
356     \end{keys}
357   }
358   
359   \newcommand{\CreateEditGroups}{%
360     {\esamepage
361       The select methods are indicated in parentheses.\\*
362       \begin{keys}{G DEL}
363         G a     & Make the Gnus list {\bf archive} group. (nndir over ange-ftp)\\
364         G c     & {\bf Customize} this group's parameters.\\
365         G d     & Make a {\bf directory} group (every file must be a posting and files
366         must have numeric names). (nndir)\\
367         G D     & Enter a {\bf directory} as a (temporary) group.
368         (nneething without recording articles read)\\
369         G e     & (M-e) {\bf Edit} this group's select method.\\
370         G E     & {\bf Edit} this group's info (select method, articles read, etc).\\
371         G f     & Make a group based on a {\bf file}. (nndoc)\\
372         G h     & Make the Gnus {\bf help} (documentation) group. (nndoc)\\
373         G k     & Make a {\bf kiboze} group. (nnkiboze)\\
374         G m     & {\bf Make} a new group.\\
375         G p     & Edit this group's {\bf parameters}.\\
376         G r     & Rename this group (does not work with read-only groups!).\\
377         G u     & Create one of the groups mentioned in gnus-{\bf useful}-groups.\\
378         G v     & Add this group to a {\bf virtual} group. [p/p]\\
379         G V     & Make a new empty {\bf virtual} group. (nnvirtual)\\
380         G w     & Create ephemeral group based on web-search. [Prefix: make solid group
381         instead]\\
382         G R     & Make an {\bf RSS} group.\\
383         G DEL   & {\bf Delete} group [Prefix: delete all articles as well].\\
384         G x     & Expunge all deleted articles in an nnimap mailbox.\\
385         G l     & Edit ACL (Access Control {\bf List}) for an nnimap mailbox.\\
386       \end{keys}
387       You can also create mail-groups and read your mail with Gnus (very useful
388       if you are subscribed to mailing lists), using one of the methods
389       nnmbox, nnbabyl, nnml, nnmh, or nnfolder. Read about it in the online info
390       (C-c C-i g Reading Mail RET).
391       }}
392
393                                 % TODO:
394   \newcommand{\SoupCommands}{%
395     \begin{keys}{G s w}
396       G s b   & gnus-group-brew-soup: not documented.\\
397       G s p   & gnus-soup-pack-packet: not documented.\\
398       G s r   & nnsoup-pack-replies: not documented.\\
399       G s s   & gnus-soup-send-replies: not documented.\\
400       G s w   & gnus-soup-save-areas: not documented.\\
401     \end{keys}}
402
403   \newcommand{\MarkGroups}{%
404     \begin{keys}{M m}
405       M m     & (\#) Set the process {\bf mark} on this group. [scope]\\
406       M r     & Mark all groups matching regular expression.\\
407       M u     & (M-\#) Remove the process mark from this group ({\bf unmark}).
408       [scope]\\ 
409       M U     & Remove the process mark from all groups (\textbf{umark all}).\\
410       M w     & Mark all groups in the current region. [prefix: unmark]\\
411       M b     & Mark all groups in the {\bf buffer}. [prefix: unmark]\\
412     \end{keys}}
413
414   \newcommand{\GroupTopicsGeneral}{%
415     {\esamepage
416       Topics are ``categories'' for groups. Press t in the group-buffer to
417       toggle gnus-topic-mode (C-c C-i g Group Topics RET).\\*
418       \begin{keys}{C-c C-x}
419         T n     & Prompt for topic {\bf name} and create it.\\
420         T m     & {\bf Move} the current group to some other topic [p/p].\\
421         T j     & {\bf Jump} to a topic.\\
422         T c     & {\bf Copy} the current group to some other topic [p/p].\\
423         T D     & Remove (not delete) the current group [p/p].\\
424         T M     & {\bf Move} all groups matching a regexp to a topic.\\
425         T C     & {\bf Copy} all groups matching a regexp to a topic.\\
426         T H     & Toggle {\bf hiding} of empty topics.\\
427         T r     & {\bf Rename} a topic.\\
428         T DEL   & Delete an empty topic.\\
429         T \#    & Mark all groups in the current topic with the process-mark.\\
430         T M-\#  & Remove the process-mark from all groups in the current topic.\\
431         T TAB   & (TAB) Indent current topic [Prefix: unindent].\\ 
432         M-TAB   & Unindent the current topic.\\
433         RET     & (SPC) Either unfold topic or enter group [level].\\
434         T s     & {\bf Show} the current topic. [Prefix: show permanently]\\
435         T h     & {\bf Hide} the current topic. [Prefix: hide permanently]\\
436         C-c C-x & Expire all articles in current group or topic.\\
437         C-k     & {\bf Kill} a group or topic.\\
438         C-y     & {\bf Yank} a group or topic.\\
439         A T     & List active-file using {\bf topics}.\\
440         G p     & Edit topic-{\bf parameters}.\\
441         T M-n   & Go to {\bf next} topic. [distance]\\
442         T M-p   & Go to {\bf previous} topic. [distance]\\
443       \end{keys}
444       }
445     }
446
447   \newcommand{\TopicSorting}{%
448     {\esamepage
449       \begin{keys}{T S m}
450         T S a  & Sort {\bf alphabetically}.\\
451         T S u  & Sort by number of {\bf unread} articles.\\
452         T S l  & Sort by group {\bf level}.\\
453         T S v  & Sort by group score ({\bf value}).\\
454         T S r  & Sort by group {\bf rank}.\\
455         T S m  & Sort by {\bf method}.\\
456         T S e  & Sort by {\bf server} name.\\
457         T S s  & Sort according to `gnus-group-sort-function'.\\
458       \end{keys}
459       With a prefix these commands will sort in reverse order.
460       }
461     }
462
463   \newcommand{\SubscribeKillYankGroups}{%
464     {\esamepage
465       \begin{keys}{S C-k}
466         S k     & (C-k) {\bf Kill} this group.\\
467         S l     & Set the {\bf level} of this group. [p/p]\\
468         S s     & (U) Prompt for a group and toggle its {\bf subscription}.\\
469         S t     & (u) {\bf Toggle} subscription to this group. [p/p]\\
470         S w     & (C-w) Kill all groups in the region.\\
471         S y     & (C-y) {\bf Yank} the last killed group.\\
472         S z     & Kill all {\bf zombie} groups.\\
473         S C-k   & Kill all groups on a certain level.\\
474       \end{keys}
475       }
476     }
477
478   \newcommand{\SummaryModeGeneral}{%
479     {\esamepage
480       \begin{keys}{M-RET}
481         SPC     & (A SPC, A n) Select an article, scroll it one page, move to the
482         next one.\\ 
483         DEL     & (A DEL, A p, b) Scroll this article one page back. [distance]\\
484         RET     & (A RET) Scroll this article one line forward. [distance]\\
485         M-RET   & (A M-RET) Scroll this article one line backward. [distance]\\
486         =       & Expand the Summary window (fullsize).
487         [Prefix: shrink to display article window]\\
488                                 %
489         \&      & Execute a command on all articles whose header matches a regexp.
490         [Prefix: move backwards]\\
491         M-\&    & Execute a command on all articles having the process mark.\\
492                                 %
493         M-n     & (G M-n) Go to the {\bf next} summary line of an unread article.
494         [distance]\\ 
495         M-p     & (G M-p) Go to the {\bf previous} summary line of an unread article. 
496         [distance]\\ 
497         M-s     & {\bf Search} through all subsequent articles for a regexp.\\
498         M-r     & Search through all previous articles for a regexp.\\
499                                 %
500         A P     & {\bf Postscript}-print current buffer.\\
501                                 %
502         M-k     & Edit this group's {\bf kill} file.\\
503         M-K     & Edit the general {\bf kill} file.\\
504                                 %
505         C-t     & Toggle {\bf truncation} of summary lines.\\
506         Y g     & Regenerate the summary-buffer.\\
507         Y c     & Insert all cached articles into the summary-buffer.\\
508                                 %
509         M-C-e   & {\bf Edit} the group-parameters.\\
510         M-C-a   & Customize the group-parameters.\\
511                &nb