e5f7575bc8c16d4234835db5ff0af76f2a5d09e0
[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.  This simplifies to
9 % distribute the refcard with Emacs.  Appropriate Makefile rules were added in
10 % gnus/texi/Makefile.
11
12 % For Emacs, we may use the following commands (w/o) using Gnus' Makefile:
13 %
14 %   latex gnus-refcard.tex &&
15 %   dvips -t letter -f gnus-refcard.dvi > gnus-refcard.ps
16 %   
17 %   latex '\def\booklettrue{}\def\letterpapertrue{}\input{gnus-refcard}' &&
18 %   mv gnus-refcard.dvi gnus-booklet.dvi &&
19 %   dvips -t letter -f gnus-booklet.dvi > gnus-booklet.ps
20
21 \usepackage{ifthen}
22 \ifthenelse{\isundefined{\booklettrue}}{
23   \typeout{Creating reference card...}
24 }{
25   \typeout{Creating reference booklet...}}
26
27 \usepackage{supertabular}
28
29 \newlength{\logowidth}  \setlength{\logowidth} {6.861in}
30 \newlength{\logoheight} \setlength{\logoheight}{7.013in}
31
32 \usepackage{graphicx}
33
34 \usepackage{geometry}
35
36 \ifthenelse{\isundefined{\booklettrue}}{% ifcard %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37   % Reference Card
38   
39   \def\Guide{Card}\def\guide{card}
40   \def\logoscale{0.25}
41   
42   % Page setup for the refcard:
43   
44   % \setlength{\textwidth}{7.26in} \setlength{\textheight}{10in}
45   % \setlength{\topmargin}{-1.0in}
46   % % the same settings work for A4, although there is a bit of space at the
47   % % top and bottom of the page. 
48   % \setlength{\oddsidemargin}{-0.5in} \setlength{\evensidemargin}{-0.5in}
49
50   \ifthenelse{\isundefined{\letterpapertrue}}{
51     \geometry{a4paper,hmargin=10mm,tmargin=10mm,bmargin=35mm}
52   }{
53     \geometry{hmargin=20mm,tmargin=10mm,bmargin=12mm}
54   }
55   
56 }{ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
57   % Reference Booklet
58   
59   \def\Guide{Booklet}\def\guide{booklet}
60   \def\logoscale{0.5}% FIXME: too large for 2up printing?  --rsteib
61   
62   \ifthenelse{\isundefined{\letterpapertrue}}{
63     \geometry{a5paper,hmargin=10mm,tmargin=10mm,bmargin=4mm}
64   }{
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} % program version
80 % \def\refver{5.10-2} % refcard version (not used)
81 \def\date{April, 2006}
82 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
83
84 %%
85 \newlength{\keycolwidth}
86 \newenvironment{keys}[1]% #1 is the widest key
87 {\nopagebreak%\noindent%
88   \settowidth{\keycolwidth}{#1}%
89   \addtolength{\keycolwidth}{\tabcolsep}%
90   \addtolength{\keycolwidth}{-\columnwidth}%
91   \begin{supertabular}{@{}l@{\hspace{\tabcolsep}}p{-\keycolwidth}@{}}}%
92   {\end{supertabular}\\}
93
94 %% uncomment the first definition if you do not want pagebreaks in maps
95 %%\newcommand{\esamepage}{\samepage}
96 \newcommand{\esamepage}{}
97
98 \newcommand*{\B}[1]{{\bf#1})}    % bold l)etter
99
100 \newcommand{\Title}{%
101   \begin{center}
102     {\bf\LARGE Gnus \progver\ Reference \Guide\\}
103                                 %{\normalsize \Guide\ version \refver}
104   \end{center}
105   }
106
107 % \newcommand*{\LogoOLD}[1]{\centerline{%
108 %     \makebox[\logoscale\logowidth][l]{\vbox to \logoscale\logoheight
109 %       {\vfill\epsfig{figure=gnuslogo-#1}}\vspace{-\baselineskip}}}}
110
111 \newcommand*{\Logo}[1]{\centerline{%
112     \includegraphics[width=\logoscale\logowidth]{gnus-logo}}}
113
114 %%  Contributions by:
115 %% 1995 Vladimir Alexiev <vladimir@cs.ualberta.ca>
116 %% 2000 Felix Natter <fnatter@gmx.net>
117 %% 2001, 2002, 2003, 2005 \author.
118 %% Original Gnus manual 1994 Lars Magne Ingebrigtsen
119 %% Some material from Emacs Help Bindings feature (C-h b).
120 %% Gnus logo by Luis Fernandes.
121 \newcommand{\Copyright}{%
122   \begin{center}
123     Copyright \copyright\ 1995, 2000, 2002, 2003, 2004,
124        2005, 2006, 2007  Free Software Foundation, Inc.\\*
125     Copyright \copyright\ 2001, 2002, 2003, 2004, 2005 \author.\\*
126     Created from the Gnus manual Copyright \copyright\ 1994 Lars Magne
127     Ingebrigtsen.\\*
128     and the Emacs Help Bindings feature (C-h b).\\*
129     Gnus logo copyright \copyright\ 1995 Luis Fernandes.\\*
130   \end{center}
131
132   Permission is granted to make and distribute copies of this reference
133   \guide{} provided the copyright notice and this permission are preserved on
134   all copies.  Please send corrections, additions and suggestions to the
135   current maintainer's email address. \Guide{} last edited on \date.
136   }
137
138 \newcommand{\Notes}{%
139   \subsection*{Notes}
140   {\esamepage
141     Gnus is complex. Currently it has some 876 interactive (user-callable)
142     functions. Of these 618 are in the two major modes (Group and
143     Summary/Article). Many of these functions have more than one binding, some
144     have 3 or even 4 bindings. The total number of keybindings is 677. So in
145     order to save 40\% space, every function is listed only once on this
146     \guide, under the ``more logical'' binding. Alternative bindings are given
147     in parentheses in the beginning of the description.
148
149     Many Gnus commands are affected by the numeric prefix. Normally you enter a
150     prefix by holding the Meta key and typing a number, but in most Gnus modes
151     you don't need to use Meta since the digits are not self-inserting. The
152     prefixed behavior of commands is given in [brackets]. Often the prefix is
153     used to specify:
154
155     \quad [distance] How many objects to move the point over.
156
157     \quad [scope] How many objects to operate on (including the current one).
158
159     \quad [p/p] The ``Process/Prefix Convention'': If a prefix is given then it
160     determines how many objects to operate on. Else if there are some objects
161     marked with the process mark \#, these are operated on. Else only the
162     current object is affected.
163
164     \quad [level] A group subscribedness level. Only groups with a lower or
165     equal level will be affected by the operation. If no prefix is given,
166     `gnus-group-default-list-level' is used.  If
167     `gnus-group-use-permanent-levels', then a prefix to the `g' and `l'
168     commands will also set the default level.
169
170     \quad [score] An article score. If no prefix is given,
171     `gnus-summary-default-score' is used. \\*[\baselineskip]
172                                 % some keys
173     Gnus startup-commands:\\*
174     \begin{keys}{M-x gnus-unplugged}
175       M-x gnus           & start Gnus. \\
176       M-x gnus-no-server & start Gnus without connecting to server
177       (i.e. to read mail). \\
178     \end{keys}
179     Additionally, there are the two commands \texttt{gnus-plugged} and
180     \texttt{gnus-unplugged}, which are only used if you want to download
181     news and/or read previously downloaded news offline (see C-c C-i g Gnus
182     Unplugged RET). Note: \texttt{gnus-no-server} ignores the stuff in
183     \texttt{gnus-agent-directory}, and thus does not allow you to use Gnus
184     Unplugged.
185                                 %
186     \begin{keys}{C-c C-i}
187       C-c C-i & Go to the Gnus online {\bf info}.\\
188       C-c C-b & Send a Gnus {\bf bug} report.\\
189     \end{keys}
190     }}
191
192 \newcommand{\GroupLevels}{%
193   The table below assumes that you use the default Gnus levels.
194   Fill your user-specific levels in the blank cells.\\[1\baselineskip]
195   \begin{tabular}{|c|l|l|}
196     \hline
197     Level & Groups & Status \\
198     \hline
199     1 & draft/mail groups   &              \\
200     2 & mail groups         &              \\
201     3 &                     & subscribed   \\
202     4 &                     &              \\
203     5 & default list level  &              \\
204     \hline
205     6 &                     & unsubscribed \\
206     7 &                     &              \\
207     \hline
208     8 &                     & zombies      \\
209     \hline
210     9 &                     & killed       \\
211     \hline
212   \end{tabular}}
213
214 \newcommand{\MarkCharacters}{%
215   {\esamepage If a command directly sets a mark, it is shown in parentheses.\\*
216     \newlength{\markcolwidth}
217     \settowidth{\markcolwidth}{` '}% widest character
218     \addtolength{\markcolwidth}{4\tabcolsep}
219     \addtolength{\markcolwidth}{-\columnwidth}
220     \newlength{\markdblcolwidth}
221     \setlength{\markdblcolwidth}{\columnwidth}
222     \addtolength{\markdblcolwidth}{-2\tabcolsep}
223     \begin{tabular}{|c|p{-\markcolwidth}|}
224       \hline
225       \multicolumn{2}{|p{\markdblcolwidth}|}{{\bf ``Read'' Marks.}
226         All these marks appear in the first column of the summary line, and so
227         are mutually exclusive.}\\ 
228       \hline
229       ` ' & (M-u, M SPC, M c) Not read.\\
230       !   & (!, M !, M t) Ticked (interesting).\\
231       ?   & (?, M ?) Dormant (only followups are interesting).\\
232       E   & (E, M e, M x) {\bf Expirable}. Only has effect in mail groups.\\
233       G   & (C, B DEL) Canceled article (or deleted in mailgroups).\\
234       \$  & (M-d, M s x, S x).  Marked as spam.\\
235       \hline\hline
236       \multicolumn{2}{|p{\markdblcolwidth}|}
237       {The marks below mean that the article
238         is read (killed, uninteresting), and have more or less the same effect.
239         Some commands however explicitly differentiate between them (e.g.\ M
240         M-C-r, adaptive scoring).}\\
241       \hline
242       r   & (d, M d, M r) Deleted (marked as {\bf read}).\\
243       C   & (M C; M C-c; M H; c, Z c; Z n; Z C) Killed by {\bf catch-up}.\\
244       F   & SOUPed article. See the manual.\\
245       O   & {\bf Old} (read in a previous session).\\
246       K   & (k, M k; C-k, M K) {\bf Killed}.\\
247       M   & Article marked as read by duplicate suppression.\\
248       Q   & Article is part of a sparse thread (see ``Threading''
249       in the manual).\\
250       R   & {\bf Read} (viewed in actuality).\\
251       X   & Killed by a kill file.\\
252       Y   & Killed due to low score.\\
253       \hline\multicolumn{2}{c}{\vspace{1ex}}\\\hline
254       \multicolumn{2}{|p{\markdblcolwidth}|}
255       {{\bf Marks not affecting visibility}}\\
256       \hline
257       \#  & (\#, M \#, M P p) Processable (will be affected by the next operation).
258       [2]\\
259       A   & {\bf Answered} (followed-up or replied). [2]\\
260       F   & Forwarded. [2]\\
261       $\ast$  & Cached. [2]\\
262       S   & Saved. [2]\\
263       N   & Recently arrived. [2]\\
264       .   & Unseen. [2]\\
265       +   & Over default score. [3]\\
266       $-$ & Under default score. [3]\\
267       $=$ & Has children (thread underneath it). Add `\%e' to
268       `gnus-summary-line-format'. [3]\\
269       \hline
270     \end{tabular}
271     }}
272
273 \newcommand{\GroupModeGeneral}{%
274   \begin{keys}{C-c M-C-x}
275     RET     & (=) Enter this group. [Prefix: how many (read) articles to fetch.
276     Positive: newest articles, negative: oldest ones; non-numerical:
277     view all articles, not just unread]\\
278     M-RET   & Enter group quickly.\\
279     M-SPC   & Same as RET but does not expunge and hide dormants.\\
280     M-C-RET & Enter group without any processing, changes will not be permanent.\\
281     SPC     & Select this group and display the first (unread) article. [Same
282     prefix as above.]\\
283     ?       & Give a very short help message.\\
284     $<$     & Go to the beginning of the Group buffer.\\
285     $>$     & Go to the end of the Group buffer.\\
286     ,       & Jump to the lowest-level group with unread articles.\\
287     .       & Jump to the first group with unread articles.\\
288     \^{}      & Enter the Server buffer mode.\\
289     a       & Post an {\bf article} to a group
290               [Prefix: use group under point to find posting-style].\\
291     b       & Find {\bf bogus} groups and delete them.\\
292     c       & Mark all unticked articles in this group as read ({\bf catch-up}).
293     [p/p]\\ 
294     g       & Check the server for new articles ({\bf get}). [level]\\
295     M-g     & Check the server for new articles in this group ({\bf get}). [p/p]\\
296     j       & {\bf Jump} to a group.\\
297     m       & {\bf Mail} a message to someone
298               [Prefix: use group under point to find posting-style].\\
299     n       & Go to the {\bf next} group with unread articles. [distance]\\
300     M-n     & Go to the {\bf next} group on the same or lower level.
301     [distance]\\ 
302     p       & (DEL) Go to the {\bf previous} group with unread articles.
303     [distance]\\ 
304     M-p     & Go to the {\bf previous} group on the same or lower level. [distance]\\ 
305     q       & {\bf Quit} Gnus.\\
306     r       & Re-read the init file ({\bf reset}).\\
307     s       & {\bf Save} the `.newsrc.eld' file (and `.newsrc' if
308     `gnus-save-newsrc-file').\\ 
309     z       & Suspend (kill all buffers of) Gnus.\\
310     B       & {\bf Browse} a foreign server.\\
311     C       & Mark all articles in this group as read ({\bf Catch-up}). [p/p]\\
312     F       & {\bf Find} new groups and process them.\\
313     N       & Go to the {\bf next} group. [distance]\\
314     P       & Go to the {\bf previous} group. [distance]\\
315     Q       & {\bf Quit} Gnus without saving any startup (.newsrc) files.\\
316     R       & {\bf Restart} Gnus.\\
317     Z       & Clear the dribble buffer.\\
318     M-c     & Clear data from group (marks and list of read articles). \\
319     C-c C-s & {\bf Sort} the groups by name, number of unread articles, or level
320     (depending on `gnus-group-sort-function').\\
321     C-c C-x & Run all expirable articles in this group through the {\bf expiry} 
322     process.\\
323     C-c M-C-x & Run all articles in all groups through the {\bf expiry} process.\\
324     C-c M-g & Activate all {\bf groups}.\\
325     C-c C-i & Gnus online-manual ({\bf info}).\\
326     C-x C-t & {\bf Transpose} two groups.\\
327     H f     & Fetch this group's {\bf FAQ} (using ange-ftp).\\
328     H c     & Display this group's {\bf charter}. [Prefix: query for group]\\
329     H C     & Display this group's {\bf control message} (using
330     ange-ftp). [Prefix: query for group]\\
331     H v     & (V) Display the Gnus {\bf version} number.\\
332     H d     & (C-c C-d) Show the {\bf description} of this group
333     [Prefix: re-read from server].\\ 
334     M-d     & {\bf Describe} all groups. [Prefix: re-read from server]\\
335     D g     & Regenerate a Sieve script from group parameters.\\
336     D u     & Regenerate Sieve script and {\bf upload} to server.\\
337   \end{keys}
338   }
339
340 \newcommand{\ListGroups}{%
341   {\esamepage
342     \begin{keys}{A M}
343       A d     & (C-c C-M-a) List all groups whose names or {\bf descriptions} match a regexp.\\ 
344       A k     & (C-c C-l) List all {\bf killed} groups.
345       [Prefix: look at active-file from server]\\
346       A l     & List all groups on a specific level.
347       [Prefix: also list groups with no unread articles]\\
348       A a     & (C-c C-a) List all groups whose names match a regexp
349       ({\bf apropos}).\\ 
350       A A     & List the server's active-file.\\
351       A M     & List groups that {\bf match} a regexp.\\
352       A m     & List groups that {\bf match} a regexp and have unread articles. 
353       [level]\\ 
354       A s     & (l) List all {\bf subscribed} groups with unread articles.
355       [level; 5 and lower is the default]\\
356       A u     & (L) List all groups (including read and {\bf unsubscribed}).
357       [level; 7 and lower is the default]\\
358       A z     & List all {\bf zombie} groups.\\
359       A c     & List all groups with cached articles. [level]\\
360       A ?     & List all groups with dormant articles. [level]\\
361     \end{keys}
362   }
363   
364   \newcommand{\CreateEditGroups}{%
365     {\esamepage
366       The select methods are indicated in parentheses.\\*
367       \begin{keys}{G DEL}
368         G a     & Make the Gnus list {\bf archive} group. (nndir over ange-ftp)\\
369         G c     & {\bf Customize} this group's parameters.\\
370         G d     & Make a {\bf directory} group (every file must be a posting and files
371         must have numeric names). (nndir)\\
372         G D     & Enter a {\bf directory} as a (temporary) group.
373         (nneething without recording articles read)\\
374         G e     & (M-e) {\bf Edit} this group's select method.\\
375         G E     & {\bf Edit} this group's info (select method, articles read, etc).\\
376         G f     & Make a group based on a {\bf file}. (nndoc)\\
377         G h     & Make the Gnus {\bf help} (documentation) group. (nndoc)\\
378         G k     & Make a {\bf kiboze} group. (nnkiboze)\\
379         G m     & {\bf Make} a new group.\\
380         G p     & Edit this group's {\bf parameters}.\\
381         G r     & Rename this group (does not work with read-only groups!).\\
382         G u     & Create one of the groups mentioned in gnus-{\bf useful}-groups.\\
383         G v     & Add this group to a {\bf virtual} group. [p/p]\\
384         G V     & Make a new empty {\bf virtual} group. (nnvirtual)\\
385         G w     & Create ephemeral group based on web-search. [Prefix: make solid group
386         instead]\\
387         G R     & Make an {\bf RSS} group.\\
388         G DEL   & {\bf Delete} group [Prefix: delete all articles as well].\\
389         G x     & Expunge all deleted articles in an nnimap mailbox.\\
390         G l     & Edit ACL (Access Control {\bf List}) for an nnimap mailbox.\\
391       \end{keys}
392       You can also create mail-groups and read your mail with Gnus (very useful
393       if you are subscribed to mailing lists), using one of the methods
394       nnmbox, nnbabyl, nnml, nnmh, or nnfolder. Read about it in the online info
395       (C-c C-i g Reading Mail RET).
396       }}
397
398                                 % TODO:
399   \newcommand{\SoupCommands}{%
400     \begin{keys}{G s w}
401       G s b   & gnus-group-brew-soup: not documented.\\
402       G s p   & gnus-soup-pack-packet: not documented.\\
403       G s r   & nnsoup-pack-replies: not documented.\\
404       G s s   & gnus-soup-send-replies: not documented.\\
405       G s w   & gnus-soup-save-areas: not documented.\\
406     \end{keys}}
407
408   \newcommand{\MarkGroups}{%
409     \begin{keys}{M m}
410       M m     & (\#) Set the process {\bf mark} on this group. [scope]\\
411       M r     & Mark all groups matching regular expression.\\
412       M u     & (M-\#) Remove the process mark from this group ({\bf unmark}).
413       [scope]\\ 
414       M U     & Remove the process mark from all groups (\textbf{umark all}).\\
415       M w     & Mark all groups in the current region. [prefix: unmark]\\
416       M b     & Mark all groups in the {\bf buffer}. [prefix: unmark]\\
417     \end{keys}}
418
419   \newcommand{\GroupTopicsGeneral}{%
420     {\esamepage
421       Topics are ``categories'' for groups. Press t in the group-buffer to
422       toggle gnus-topic-mode (C-c C-i g Group Topics RET).\\*
423       \begin{keys}{C-c C-x}
424         T n     & Prompt for topic {\bf name} and create it.\\
425         T m     & {\bf Move} the current group to some other topic [p/p].\\
426         T j     & {\bf Jump} to a topic.\\
427         T c     & {\bf Copy} the current group to some other topic [p/p].\\
428         T D     & Remove (not delete) the current group [p/p].\\
429         T M     & {\bf Move} all groups matching a regexp to a topic.\\
430         T C     & {\bf Copy} all groups matching a regexp to a topic.\\
431         T H     & Toggle {\bf hiding} of empty topics.\\
432         T r     & {\bf Rename} a topic.\\
433         T DEL   & Delete an empty topic.\\
434         T \#    & Mark all groups in the current topic with the process-mark.\\
435         T M-\#  & Remove the process-mark from all groups in the current topic.\\
436         T TAB   & (TAB) Indent current topic [Prefix: unindent].\\ 
437         M-TAB   & Unindent the current topic.\\
438         RET     & (SPC) Either unfold topic or enter group [level].\\
439         T s     & {\bf Show} the current topic. [Prefix: show permanently]\\
440         T h     & {\bf Hide} the current topic. [Prefix: hide permanently]\\
441         C-c C-x & Expire all articles in current group or topic.\\
442         C-k     & {\bf Kill} a group or topic.\\
443         C-y     & {\bf Yank} a group or topic.\\
444         A T     & List active-file using {\bf topics}.\\
445         G p     & Edit topic-{\bf parameters}.\\
446         T M-n   & Go to {\bf next} topic. [distance]\\
447         T M-p   & Go to {\bf previous} topic. [distance]\\
448       \end{keys}
449       }
450     }
451
452   \newcommand{\TopicSorting}{%
453     {\esamepage
454       \begin{keys}{T S m}
455         T S a  & Sort {\bf alphabetically}.\\
456         T S u  & Sort by number of {\bf unread} articles.\\
457         T S l  & Sort by group {\bf level}.\\
458         T S v  & Sort by group score ({\bf value}).\\
459         T S r  & Sort by group {\bf rank}.\\
460         T S m  & Sort by {\bf method}.\\
461         T S e  & Sort by {\bf server} name.\\
462         T S s  & Sort according to `gnus-group-sort-function'.\\
463       \end{keys}
464       With a prefix these commands will sort in reverse order.
465       }
466     }
467
468   \newcommand{\SubscribeKillYankGroups}{%
469     {\esamepage
470       \begin{keys}{S C-k}
471         S k     & (C-k) {\bf Kill} this group.\\
472         S l     & Set the {\bf level} of this group. [p/p]\\
473         S s     & (U) Prompt for a group and toggle its {\bf subscription}.\\
474         S t     & (u) {\bf Toggle} subscription to this group. [p/p]\\
475         S w     & (C-w) Kill all groups in the region.\\
476         S y     & (C-y) {\bf Yank} the last killed group.\\
477         S z     & Kill all {\bf zombie} groups.\\
478         S C-k   & Kill all groups on a certain level.\\
479       \end{keys}
480       }
481     }
482
483   \newcommand{\SummaryModeGeneral}{%
484     {\esamepage
485       \begin{keys}{M-RET}
486         SPC     & (A SPC, A n) Select an article, scroll it one page, move to the
487         next one.\\ 
488         DEL     & (A DEL, A p, b) Scroll this article one page back. [distance]\\
489         RET     & (A RET) Scroll this article one line forward. [distance]\\
490         M-RET   & (A M-RET) Scroll this article one line backward. [distance]\\
491         =       & Expand the Summary window (fullsize).
492         [Prefix: shrink to display article window]\\
493                                 %
494         \&      & Execute a command on all articles whose header matches a regexp.
495         [Prefix: move backwards]\\
496         M-\&    & Execute a command on all articles having the process mark.\\
497                                 %
498         M-n     & (G M-n) Go to the {\bf next} summary line of an unread article.
499         [distance]\\ 
500         M-p     & (G M-p) Go to the {\bf previous} summary line of an unread article. 
501         [distance]\\ 
502         M-s     & {\bf Search} through all subsequent articles for a regexp.\\
503         M-r     & Search through all previous articles for a regexp.\\
504                                 %
505         A P     & {\bf Postscript}-print current buffer.\\
506                                 %
507         M-k     & Edit this group's {\bf kill} file.\\
508         M-K     & Edit the general {\bf kill} file.\\
509                                 %
510         C-t     & Toggle {\bf truncation} of summary lines.\\
511         Y g     & Regenerate the summary-buffer.\\
512         Y c     & Insert all cached articles into the summary-buffer.\\
513                                 %
514         M-C-e   & {\bf Edit} the group-parameters.\\
515         M-C-a   & Customize the group-parameters.\\
516                                 %
517                                 % article handling
518                                 %
519         A $<$   & ($<$, A b) Scroll to the beginning of this article.\\
520         A $>$   & ($>$, A e) Scroll to the end of this article.\\
521         A s     & (s) Perform an i{\bf search} in the article buffer.\\
522                                 %
523         A D     & (C-d) Un{\bf digestify} this article into a separate group.
524         [Prefix: force digest]\\
525         M-C-d   & Like C-d, but open several documents in nndoc-groups, wrapped
526         in an nnvirtual group [p/p]\\
527                                 %
528         A g     & (g) (Re)fetch this article ({\bf get}). [Prefix: get raw version]\\ 
529         A r     & (\^{}, A \^{}) Fetch the parent(s) of this article.
530         [Prefix: if positive fetch \textit{n} ancestors;
531         negative: fetch only the \textit{n}th ancestor]\\
532         A t     & {\bf Translate} this article.\\
533         A R     & Fetch all articles mentioned in the {\bf References}-header.\\
534         A T     & Fetch full \textbf{thread} in which the current article appears.\\
535         M-\^{}  & Fetch the article with a given Message-ID.\\
536         S y     & {\bf Yank} the current article into an existing message-buffer.
537         [p/p]\\
538         A M     & Setup group parameters for {\bf mailing} lists from
539         headers. [Prefix: replace old settings]\\
540       \end{keys}
541       }
542     }
543
544   \newcommand{\MIMESummary}{%
545     {\esamepage
546       For the commands operating on one MIME part (a subset of gnus-article-*), a
547       prefix selects which part to operate on. If the point is placed over a
548       MIME button in the article buffer, use the corresponding bindings for the
549       article buffer instead.
550       
551       \begin{keys}{W M w}
552         K v      & (b, W M b) {\bf View} the MIME-part.\\
553         K o      & {\bf Save} the MIME part.\\
554         K c      & {\bf Copy} the MIME part.\\
555         K e      & View the MIME part {\bf externally}.\\
556         K i      & View the MIME part {\bf internally}.\\
557         K $\mid$ & Pipe the MIME part to an external command.\\
558         K b      & Make all the MIME parts have buttons in front of them.\\
559         K m      & Try to repair {\bf multipart-headers}.\\
560         K C      & View the MIME part using a different {\bf charset}.\\
561         X m      & Save all parts matching a MIME type to a directory. [p/p]\\
562         M-t      & Toggle the buttonized display of the article buffer.\\
563         W M w    & Decode RFC2047-encoded words in the article headers.\\
564         W M c    & Decode encoded article bodies. [Prefix: prompt for charset]\\
565         W M v    & View all MIME parts in the current article.\\
566       \end{keys}
567       }
568     }
569
570   \newcommand{\SortSummary}{%
571     {\esamepage
572       \begin{keys}{C-c C-s C-a}
573         C-c C-s C-a & Sort the summary-buffer by {\bf author}.\\
574         C-c C-s C-t & Sort the summary-buffer by {\bf recipient}.\\
575         C-c C-s C-d & Sort the summary-buffer by {\bf date}.\\
576         C-c C-s C-i & Sort the summary-buffer by article score.\\
577         C-c C-s C-l & Sort the summary-buffer by amount of {\bf lines}.\\
578         C-c C-s C-c & Sort the summary-buffer by length.\\
579         C-c C-s C-n & Sort the summary-buffer by article {\bf number}.\\
580         C-c C-s C-s & Sort the summary-buffer by {\bf subject}.\\
581         C-c C-s C-r & Sort the summary-buffer {\bf randomly}.\\
582         C-c C-s C-o & Sort the summary-buffer using the default method.\\
583       \end{keys}
584       With a prefix these functions sort in reverse order.
585       }
586     }
587
588   \newcommand{\MailGroups}{% formerly \Bsubmap
589     {\esamepage
590       These commands (except `B c') are only valid in a mail group.\\*
591       \begin{keys}{B M-C-e}
592         B DEL   & (B backspace, B delete) {\bf Delete} the mail article from disk (!).
593         [p/p]\\
594         B B     & Crosspost this article to another group.\\
595         B c     & {\bf Copy} this article from any group to a mail group. [p/p]\\
596         B e     & {\bf Expire} all expirable articles in this group. [p/p]\\
597         B i     & {\bf Import} a random file into this group.\\
598         B I     & Create an empty article in this group.\\
599         B m     & {\bf Move} the article from one mail group to another. [p/p]\\
600         B p     & Query whether the article was {\bf posted} as well.\\
601         B q     & {\bf Query} where the article will end up after fancy splitting\\
602         B r     & {\bf Respool} this mail article. [p/p]\\
603         B t     & {\bf Trace} the fancy splitting patterns applied to this article.\\
604         B w     & (e) Edit this article.\\
605         B M-C-e & {\bf Expunge} (delete from disk) all expirable articles in this group
606         (!). [p/p]\\ 
607         K E     & {\bf Encrypt} article body. [p/p]\\
608       \end{keys}
609       }
610     }
611
612   \newcommand{\DraftGroup}{% formerly \Dsubmap
613     {\esamepage
614       The ``drafts''-group contains messages that have been saved but not sent
615       and rejected articles. \\*
616       \begin{keys}{B DEL}
617         D e      & \textbf{edit} message.\\
618         D s      & \textbf{Send} message. [p/p]\\
619         D S      & \textbf{Send} all messages.\\
620         D t      & \textbf{Toggle} sending (mark as unsendable).\\
621         B DEL    & \textbf{Delete} message (like in mailgroup).\\
622       \end{keys}
623       }
624     }
625
626   \newcommand{\SelectArticles}{% formerly \Gsubmap
627     {\esamepage
628       These commands select the target article. They do not understand the prefix.\\*
629       \begin{keys}{G C-n}
630         h       & Enter article-buffer.\\
631         G b     & (,) Go to the {\bf best} article (the one with highest score).\\
632         G f     & (.) Go to the {\bf first} unread article.\\
633         G n     & (n) Go to the {\bf next} unread article.\\
634         G p     & (p) Go to the {\bf previous} unread article.\\
635                                 %
636         G N     & (N) Go to {\bf the} next article.\\
637         G P     & (P) Go to the {\bf previous} article.\\
638                                 %
639         G C-n   & (M-C-n) Go to the {\bf next} article with the same subject.\\
640         G C-p   & (M-C-p) Go to the {\bf previous} article with the same subject.\\
641                                 %
642         G l     & (l) Go to the previously read article ({\bf last-read-article}).\\
643         G o     & Pop an article off the summary history and go to it.\\
644                                 %
645         G g     & Search an article via subject.\\
646         G j     & (j) Search an article via Message-Id or subject.\\
647       \end{keys}
648       }
649     }
650
651   \newcommand{\ArticleModeGeneral}{%
652     {\esamepage
653       The normal navigation keys work in Article mode. Some additional keys are:\\
654       \begin{keys}{C-c RET}
655         C-c \^{} & Get the article with the Message-ID near point.\\
656         C-c RET & Send reply to address near point.\\
657         h       & Go to the \textbf{header}-line of the article in the
658         summary-buffer.\\
659         s       & Go to \textbf{summary}-buffer.\\
660         RET     & (middle mouse button) Activate the button at point to follow
661         an URL or Message-ID.\\
662         TAB     & Move the point to the next button.\\
663         M-TAB   & Move point to previous button.\\
664       \end{keys}
665       }
666     }
667
668   \newcommand{\WashArticle}{% formerly \Wsubmap
669     {\esamepage
670       \begin{keys}{W W H}
671         W 6     & Translate a base64 article.\\
672         W a     & Strip certain {\bf headers} from body.\\
673         W b     & Make Message-IDs and URLs in the article mouse-clickable
674         {\bf buttons}.\\  
675         W c     & Translate CRLF-pairs to LF and then the remaining CR's to LF's.\\
676         W d     & Treat {\bf dumbquotes}.\\
677         W e     & Treat {\bf emphasized} text.\\
678         W h     & Treat {\bf HTML}.\\
679         W l     & (w) Remove page breaks ({\bf\^{}L}) from the article.\\
680         W m     & {\bf Morse} decode article.\\
681         W o     & Treat {\bf overstrike} or underline (\^{}H\_) in the article.\\
682         W p     & Verify X-{\bf PGP}-Sig header.\\
683         W q     & Treat {\bf quoted}-printable in the article.\\
684         W r     & (C-c C-r) Do a Caesar {\bf rotate} (rot13) on the article.\\
685         W s     & Verify (and decrypt) a {\bf signed} message.\\
686         W t     & (t) {\bf Toggle} display of all headers.\\
687         W u     & {\bf Unsplit} broken URLs.\\
688         W v     & (v) Toggle permanent {\bf verbose} displaying of all headers.\\
689         W w     & Do word {\bf wrap} in the article.\\
690         W B     & Add clickable {\bf buttons} to the article headers.\\
691         W C     & {\bf Capitalize} first word in each sentence.\\
692         W Q     & Fill long lines.\\
693         W Z     & Translate a HZ-encoded article.\\
694                                 %
695         W G u   & {\bf Unfold} folded header lines.\\
696         W G f   & {\bf Fold} all header lines.\\
697         W G n   & Unfold {\bf Newsgroups:} and Follow-Up-To:.\\
698                                 %
699         W Y c   & Repair broken {\bf citations}.\\
700         W Y a   & Repair broken {\bf attribution} lines.\\
701         W Y u   & {\bf Unwrap} broken citation lines.\\
702         W Y f   & Do a {\bf full} deuglification (W Y c, W Y a, W Y u).\\
703       \end{keys}
704       }
705     }
706
707   \newcommand{\BlankAndWhitespace}{% 
708     {\esamepage
709       \begin{keys}{W E w}
710         W E l   & Strip blank {\bf lines} from the beginning of the article.\\
711         W E m   & Replace blank lines with empty lines and remove {\bf multiple}
712         blank lines.\\
713         W E t   & Remove {\bf trailing} blank lines.\\
714         W E a   & Strip blank lines at the beginning and the end
715         (W E l, W E m and W E t).\\
716         W E A   & Strip {\bf all} blank lines.\\
717         W E s   & Strip leading blank lines from the article body.\\
718         W E e   & Strip trailing blank lines from the article body.\\
719         W E w   & Remove leading {\bf whitespace} from all headers.\\
720       \end{keys}
721       }
722     }
723
724   \newcommand{\Picons}{% 
725     {\esamepage
726       \begin{keys}{W D D}
727         W D s   & (W g) Display {\bf smilies}.\\
728         W D x   & (W f) Look for and display any X-{\bf Face} headers.\\
729         W D d   & Display any Face headers.\\
730         W D n   & Toggle picons in {\bf Newsgroups} and Followup-To.\\
731         W D m   & Toggle picons in {\bf mail} headers (To and Cc).\\
732         W D f   & Toggle picons in {\bf From}.\\
733         W D D   & Remove all images from the article buffer.\\
734       \end{keys}
735       }
736     }
737
738   \newcommand{\TimeAndDate}{% 
739     {\esamepage
740       \begin{keys}{W T u}
741         W T u   & (W T z) Display the article timestamp in GMT ({\bf UT, ZULU}).\\
742         W T i   & Display the article timestamp in {\bf ISO} 8601.\\
743         W T l   & Display the article timestamp in the {\bf local} timezone.\\
744         W T s   & Display according to `gnus-article-time-format'.\\
745         W T e   & Display the time {\bf elapsed} since it was sent.\\
746         W T o   & Display the {\bf original} timestamp.\\
747         W T p   & Display the date in format that's {\bf
748           pronounceable} in English.\\        
749       \end{keys}
750       }
751     }
752
753   \newcommand{\HideHighlightArticle}{%
754     {\esamepage
755       \begin{keys}{W W C-c}
756         W W a   & Hide {\bf all} unwanted parts. Calls W W h, W W s, W W C-c.\\
757         W W h   & Hide article {\bf headers}.\\
758         W W b   & Hide {\bf boring} headers.\\
759         W W s   & Hide {\bf signature}.\\
760         W W l   & Hide {\bf list} identifiers in subject-header.\\
761         W W P   & Hide {\bf PEM} (privacy enhanced messages).\\
762         W W B   & Hide banner specified by group parameter.\\
763         W W c   & Hide {\bf citation}.\\
764         W W C-c & Hide {\bf citation} using a more intelligent algorithm.\\
765         W W C   & Hide cited text in articles that aren't roots.\\
766         W H a   & Highlight {\bf all} parts. Calls W b, W H c, W H h, W H s.\\
767         W H c   & Highlight article {\bf citations}.\\
768         W H h   & Highlight article {\bf headers}.\\
769         W H s   & Highlight article {\bf signature}.\\
770       \end{keys}
771       For all hiding-commands: A positive prefix always hides, and a negative
772       prefix will show what was previously hidden.
773       }}
774
775   \newcommand{\MIMEArticleMode}{%
776     {\esamepage
777       \begin{keys}{RET}
778         RET     & (BUTTON-2) Toggle display of the MIME object.\\
779         v       & Prompt for a method and then view object using this method.\\
780         o       & Prompt for a filename and save the MIME object.\\
781         C-o     & Prompt for a filename to save the MIME object to and remove it.\\
782         d       & {\bf Delete} the MIME object.\\
783         c       & {\bf Copy} the MIME object to a new buffer and display this buffer.\\
784         i       & Display the MIME object in this buffer.\\
785         C       & Copy the MIME object to a new buffer and display this buffer using {\bf Charset} \\
786         E       & View internally. \\
787         e       & View {\bf externally}. \\
788         t       & View the MIME object as a different {\bf type}.\\
789         p       & {\bf Print} the MIME object.\\
790         $\mid$  & Pipe the MIME object to a process.\\
791         .       & Take action on the MIME object.\\
792       \end{keys}
793       }
794     }
795
796   %% end of article mode for reading ..........................................
797
798   \newcommand{\MarkArticlesGeneral}{% formerly \Msubmap
799     {\esamepage
800       \begin{keys}{M M-C-r}
801         d       & (M d, M r) Mark this article as read and move to the next one.
802         [scope]\\ 
803         D       & Mark this article as read and move to the previous one. [scope]\\
804         !       & (u, M !, M t) Tick this article (mark it as interesting) and move
805         to the next one. [scope]\\
806         U       & Tick this article and move to the previous one. [scope]\\ 
807         M ?     & (?) Mark this article as dormant (only followups are
808         interesting). [scope]\\ 
809         M D     & Show all {\bf dormant} articles (normally they are hidden unless they
810         have any followups).\\
811         M M-D   & Hide all {\bf dormant} articles.\\
812         C-w     & Mark all articles between point and mark as read.\\
813         M-u     & (M SPC, M c) Clear all marks from this article and move to the next
814         one. [scope]\\ 
815         M-U     & Clear all marks from this article and move to the previous one.
816         [scope]\\
817                                 %
818         M e     & (E, M x) Mark this article as {\bf expirable}. [scope]\\
819                                 %
820         M k     & (k) {\bf Kill} all articles with the same subject then select the
821         next unread one.\\ 
822         M K     & (C-k) {\bf Kill} all articles with the same subject as this one.\\
823                                 %
824         M C     & {\bf Catch-up} the articles that are not ticked and not dormant.\\
825         M C-c   & {\bf Catch-up} all articles in this group.\\
826         M H     & {\bf Catch-up} (mark read) this group to point (to-{\bf here}).\\
827                                 %
828         M b     & Set a {\bf bookmark} in this article.\\
829         M B     & Remove the {\bf bookmark} from this article.\\
830                                 %
831         M M-r   & (x) Expunge all {\bf read} articles from this group.\\
832         M M-C-r & Expunge all articles having a given mark.\\
833         M S     & (C-c M-C-s) {\bf Show} all expunged articles.\\
834         M M C-h & Displays some more keys doing ticking slightly differently.\\
835       \end{keys}
836       The variable `gnus-summary-goto-unread' controls what happens after a mark
837       has been set (C-x C-i g Setting Marks RET)
838       }}
839
840   \newcommand{\MarkByScore}{%
841     \begin{keys}{M V m}
842       M V c   & {\bf Clear} all marks from all high-scored articles. [score]\\
843       M V k   & {\bf Kill} all low-scored articles. [score]\\
844       M V m   & Mark all high-scored articles with a given {\bf mark}. [score]\\
845       M V u   & Mark all high-scored articles as interesting (tick them). [score]\\
846     \end{keys}
847     }
848   }
849
850 \newcommand{\ProcessMark}{%
851   {\esamepage 
852     These commands set and remove the process mark (\#). You only need to use
853     it if the set of articles you want to operate on is non-contiguous. Else
854     use a numeric prefix.\\*
855     \begin{keys}{M P R}
856       M P p   & (\#, M \#) Mark this article.\\
857       M P u   & (M-\#, M M-\#) \textbf{unmark} this article.\\
858       M P b   & Mark all articles in {\bf buffer}.\\
859       M P r   & Mark all articles in the {\bf region}.\\
860       M P g   & Unmark all articles in the region.\\
861       M P R   & Mark all articles matching a {\bf regexp}.\\
862       M P G   & Unmark all articles matching a regexp.\\
863       M P t   & Mark all articles in this (sub){\bf thread}.\\
864       M P T   & Unmark all articles in this (sub){\bf thread}.\\
865       M P s   & Mark all articles in the current {\bf series}.\\
866       M P S   & Mark all {\bf series} that already contain a marked article.\\
867       M P a   & Mark {\bf all} articles (in series order).\\
868       M P U   & \textbf{unmark} all articles.\\
869       M P i   & {\bf Invert} the list of process-marked articles.\\
870       M P k   & Push the current process-mark set onto stack and unmark
871       all articles.\\
872       M P y   & Pop process-mark set from stack and restore it.\\
873       M P w   & Push process-mark set on the stack.\\
874       M P v   & Mark all articles with score over the default score. [Prefix: score]\\
875     \end{keys}
876     }
877   }
878
879 \newcommand{\Limiting}{%
880   {\esamepage
881     \begin{keys}{/M}
882       //   & (/s) Limit the summary-buffer to articles matching {\bf subject}.\\
883       /a   & Limit the summary-buffer to articles matching {\bf author}.\\
884       /R   & Limit the summary-buffer to articles matching {\bf recipient}.\\
885       /x   & Limit depending on ``extra'' headers.\\
886       /u   & (x) Limit to {\bf unread} articles.
887       [Prefix: also exclude ticked and dormant articles]\\
888       /.   & Limit to unseen articles.\\
889       /m   & Limit to articles marked with specified {\bf mark}.\\
890       /t   & Ask for a number and exclude articles younger than that many days.
891       [Prefix: exclude older articles]\\
892       /n   & Limit to current article. [p/p]\\
893       /w   & Pop the previous limit off the stack and restore it.
894       [Prefix: pop all limits]\\
895       /v   & Limit to score. [score]\\
896       /E   & (M S) Include all expunged articles in the limit.\\
897       /D   & Include all dormant articles in the limit.\\
898       /*   & Limit to cached articles.\\
899       Y C  & Include all cached articles in the limit.\\
900       /d   & Exclude all dormant articles from the limit.\\
901       /M   & Exclude all marked articles.\\
902       /T   & Include all articles from the current thread in the limit.\\
903       /c   & Exclude all dormant articles that have no children from the limit.\\
904       /C   & Mark all excluded unread articles as read.
905       [Prefix: also mark ticked and dormant articles]\\
906       /o   & Insert all {\bf old} articles. [Prefix: how many]\\
907       /N   & Insert all {\bf new} articles.\\
908       /p   & Limit to articles {\bf predicated} in the `display' group parameter.\\
909       /r   & Limit to {\bf replied} articles. [Prefix: unreplied]\\
910     \end{keys}
911     }
912   }
913
914 \newcommand{\OutputArticles}{% formerly \Osubmap
915   {\esamepage
916     \begin{keys}{O m}
917       O o     & (o, C-o) Save this article using the default article saver. [p/p]\\
918       O b     & Save this article's {\bf body} in plain file format [p/p]\\
919       O f     & Save this article in plain {\bf file} format. [p/p]\\
920       O F     & like O f, but overwrite file's contents. [p/p]\\
921       O h     & Save this article in {\bf mh} folder format. [p/p]\\
922       O m     & Save this article in {\bf mail} format. [p/p]\\
923       O r     & Save this article in {\bf rmail} format. [p/p]\\
924       O v     & Save this article in {\bf vm} format. [p/p]\\
925       O p     & ($\mid$) {\bf Pipe} this article to a shell command. [p/p]\\
926       O P     & \textbf{Print} this article using Muttprint. [p/p]\\
927     \end{keys}
928     }
929   }
930
931 \newcommand{\PostReplyetc}{% formerly \Ssubmap
932   {\esamepage
933     These commands put you in a separate news or mail buffer. See the section
934     about composing messages for more information.\\*
935                                 %After
936                                 %editing the article, send it by pressing C-c C-c.  If you are in a
937                                 %foreign group and want to post the article using the foreign server, give
938                                 %a prefix to C-c C-c.\\* 
939     \begin{keys}{S O m}
940       S p     & (a) {\bf Post} an article to this group.\\
941       S f     & (f) Post a {\bf followup} to this article.\\
942       S F     & (F) Post a {\bf followup} and include the original. [p/p]\\
943       S o p   & Forward this article as a {\bf post} to a newsgroup.\\
944       S M-c   & Send a complaint about excessive crossposting to the author of this
945       article. [p/p]\\
946                                 %
947       S m     & (m) Send a {\bf mail} to some other person.\\
948       S r     & (r) Mail a {\bf reply} to the author of this article.\\
949       S R     & (R) Mail a {\bf reply} and include the original. [p/p]\\
950       S B r   & Like S r but ignore the Reply-To: header.\\
951       S B R   & Like S R but ignore the Reply-To: header.\\
952       S w     & Mail a {\bf wide} reply to this article.\\
953       S W     & Mail a {\bf wide} reply to this article and include
954       the original.\\
955       S v     & Mail a {\bf very} wide reply to this article.\\
956       S V     & Mail a {\bf very} wide reply to this article and include the original.\\
957       S o m   & (C-c C-f) Forward this article by {\bf mail} to a person.\\
958       S D b   & Resend {\bf bounced} mail.\\
959       S D r   & {\bf Resend} mail to a different person.\\
960       S D e   & {\bf Edit} and resend.\\
961                                 %
962       S n     & Post a followup via {\bf news} even if you got the message
963       through mail.\\
964       S N     & Post a followup via {\bf news} and include the original mail.
965       [p/p]\\
966                                 %
967       S c     & (C) {\bf Cancel} this article (only works if it is
968       your own). [p/p]\\
969       S s     & {\bf Supersede} this article with a new one (only for own
970       articles).\\
971                                 %
972       S O m   & Digest these series and forward by {\bf mail}. [p/p]\\
973       S O p   & Digest these series and forward as a {\bf post} to a newsgroup.
974       [p/p]\\ 
975                                 %
976       S u     & {\bf Uuencode} a file and post it as a series.\\
977     \end{keys}
978     If you want to cancel or supersede an article you just posted (before it
979     has appeared on the server), go to the *post-news* buffer, change
980     `Message-ID' to `Cancel' or `Supersedes' and send it again with C-c C-c.
981     }}
982
983 \newcommand{\Threading}{% formerly \Tsubmap
984   {\esamepage
985     \begin{keys}{T M-\#}
986       T \#    & Mark this thread with the process mark.\\
987       T M-\#  & Remove process-marks from this thread.\\
988                                 %
989       T t     & Re-{\bf thread} the current article's thread.\\
990       T \^{}  & Make the current article child of the marked (or previous) article.\\
991                                 % movement
992       T n     & (M-C-f, M-down) Go to the {\bf next} thread. [distance]\\
993       T p     & (M-C-b, M-up) Go to the {\bf previous} thread. [distance]\\
994       T d     & {\bf Descend} this thread. [distance]\\
995       T u     & Ascend this thread ({\bf up}-thread). [distance]\\
996       T o     & Go to the top of this thread.\\
997                                 %
998       T s     & {\bf Show} the thread hidden under this article.\\
999       T h     & {\bf Hide} this (sub)thread.\\
1000                                 %
1001       T i     & {\bf Increase} the score of this thread.\\
1002       T l     & (M-C-l) {\bf Lower} the score of this thread.\\
1003                                 %
1004       T k     & (M-C-k) {\bf Kill} the current (sub)thread. [Negative prefix:
1005       tick it, positive prefix: unmark it.]\\
1006                                 %
1007       T H     & {\bf Hide} all threads.\\
1008       T S     & {\bf Show} all hidden threads.\\
1009       T T     & (M-C-t) {\bf Toggle} threading.\\
1010     \end{keys}
1011     }
1012   }
1013
1014 \newcommand{\Scoring}{% formerly \Vsubmap
1015   {\esamepage
1016     Read about Adaptive Scoring in the online info.\\*
1017     \begin{keys}{\bf A p m l}
1018       V a     & {\bf Add} a new score entry, specifying all elements.\\
1019       V c     & Specify a new score file as {\bf current}.\\
1020       V e     & {\bf Edit} the current score alist.\\
1021       V f     & Edit a score {\bf file} and make it the current one.\\
1022       V m     & {\bf Mark} all articles below a given score as read.\\
1023       V s     & Set the {\bf score} of this article.\\
1024       V t     & Display all score rules applied to this article ({\bf track}).\\
1025       W w     & List {\bf words} used in scoring.\\
1026       V x     & {\bf Expunge} all low-scored articles. [score]\\
1027       V C     & {\bf Customize} the current score file through a user-friendly
1028       interface.\\
1029       V F     & {\bf Flush} the cache of score files.\\
1030       V R     & {\bf Re-score} the summary buffer.\\
1031       V S     & Display the {\bf score} of this article.\\
1032       \bf A p m l& Make a scoring entry based on this article.\\
1033     \end{keys}
1034     The four letters stand for:\\*
1035     \quad \B{A}ction: I)ncrease, L)ower;\\*
1036     \quad \B{p}art: a)uthor (from), s)ubject, x)refs (cross-posting), d)ate, l)ines,
1037     message-i)d, t)references (parent), f)ollowup, b)ody, h)ead (all headers);\\*
1038     \quad \B{m}atch type:\\*
1039     \qquad string: s)ubstring, e)xact, r)egexp, f)uzzy,\\*
1040     \qquad date: b)efore, a)t, n)this,\\*
1041     \qquad number: $<$, =, $>$;\\*
1042     \quad \B{l}ifetime: t)emporary, p)ermanent, i)mmediate.
1043
1044     If you type the second letter in uppercase, the remaining two are assumed
1045     to be s)ubstring and t)emporary. 
1046     If you type the third letter in uppercase, the last one is assumed to be 
1047     t)emporary.
1048
1049     \quad Extra keys for manual editing of a score file:\\*
1050     \begin{keys}{C-c C-c}
1051       C-c C-c & Finish editing the score file.\\
1052       C-c C-d & Insert the current {\bf date} as number of days.\\
1053     \end{keys}
1054     }
1055   }
1056
1057 \newcommand{\ExtractSeries}{% formerly \Xsubmap
1058   {\esamepage
1059     Gnus recognizes if the current article is part of a series (multipart
1060     posting whose parts are identified by numbers in their subjects, e.g.{}
1061     1/10\dots10/10) and processes the series accordingly. You can mark and
1062     process more than one series at a time. If the posting contains any
1063     archives, they are expanded and gathered in a new group.\\*
1064     \begin{keys}{X p}
1065       X b     & Un-{\bf binhex} these series. [p/p]\\
1066       X o     & Simply {\bf output} these series (no decoding). [p/p]\\ 
1067       X p     & Unpack these {\bf postscript} series. [p/p]\\
1068       X s     & Un-{\bf shar} these series. [p/p]\\
1069       X u     & {\bf Uudecode} these series. [p/p]\\
1070     \end{keys}
1071
1072     Each one of these commands has four variants:\\*
1073     \begin{keys}{X v \bf Z}
1074       X   \bf z & Decode these series. [p/p]\\
1075       X   \bf Z & Decode and save these series. [p/p]\\
1076       X v \bf z & Decode and view these series. [p/p]\\
1077       X v \bf Z & Decode, save and view these series. [p/p]\\
1078     \end{keys}
1079     where {\bf z} or {\bf Z} identifies the decoding method (b, o, p, s, u).
1080
1081     An alternative binding for the most-often used of these commands is\\*
1082     \begin{keys}{C-c C-v C-v}
1083       C-c C-v C-v & (X v u) Uudecode and view these series. [p/p]\\
1084     \end{keys}
1085     }}
1086
1087 \newcommand{\ExitSummary}{% formerly \Zsubmap
1088   {\esamepage
1089     \begin{keys}{Z G}
1090       Z Z     & (q, Z Q) Exit this group.\\
1091       Z E     & (Q) {\bf Exit} without updating the group information.\\
1092                                 %
1093       Z c     & (c) Mark all unticked articles as read ({\bf catch-up}) and exit.\\
1094       Z C     & Mark all articles as read ({\bf catch-up}) and exit.\\
1095                                 %
1096       Z n     & Mark all articles as read and go to the {\bf next} group.\\
1097       Z N     & Exit and go to {\bf the} next group.\\
1098       Z P     & Exit and go to the {\bf previous} group.\\
1099                                 %
1100       Z G     & (M-g) Check for new articles in this group ({\bf get}).\\
1101       Z R     & (C-x C-s) Exit this group, and then enter it again ({\bf reenter}).
1102       [Prefix: select all articles, read and unread.]\\
1103       Z s     & Update and save the dribble buffer. [Prefix: save .newsrc* as well]\\
1104     \end{keys}
1105     }
1106   }
1107
1108 \newcommand{\MsgCompositionGeneral}{%
1109   Press C-c ? in the composition-buffer to get this information.\\*
1110   {\esamepage
1111     \begin{keys}{C-c C-m}
1112                                 % sending
1113       C-c C-c & Send message and exit. [Prefix: send via foreign server]\\
1114       C-c C-s & Send message. [Prefix: send via foreign server]\\
1115       C-c C-d & Don't send message (save as \textbf{draft}).\\
1116       C-c C-k & \textbf{Kill} message-buffer.\\
1117       C-c C-m & {\bf Mail} reply to the address near point.
1118       [Prefix: include the original]\\
1119                                 % modify headers/body
1120       C-c C-o & Sort headers.\\
1121       C-c C-e & \textbf{Elide} region.\\
1122       C-c C-v & Kill everything outside region.\\
1123       C-c C-r & Do a \textbf{Rot-13} on the body.\\
1124       C-c C-w & Insert signature (from `message-signature-file').\\
1125       C-c C-z & Kill everything up to signature.\\
1126       C-c C-y & \textbf{Yank} original message.\\
1127       C-c C-q & Fill the yanked message.\\
1128       C-c M-C-y & \textbf{Yank} a buffer and quote it.\\
1129       M-RET   & Insert four newlines and format quoted text. [Prefix:
1130       justify as well]\\
1131       C-c M-r & \textbf{Rename} message buffer. [Prefix: ask for new name]\\
1132     \end{keys}
1133     }
1134   }
1135
1136 \newcommand{\MsgCompositionMovementArticle}{%
1137   The following functions create the header-field if necessary.\\*
1138   {\esamepage
1139     \begin{keys}{C-c C-f C-u}
1140       C-c TAB & Move to \textbf{signature}.\\
1141       C-c C-b & Move to \textbf{body}.\\
1142       C-c C-f C-t & (C-c C-t) Move to \textbf{To:}.\\
1143       C-c C-f C-c & Move to \textbf{Cc:}.\\
1144       C-c C-f C-b & Move to \textbf{Bcc:}.\\
1145       C-c C-f C-w & Move to \textbf{Fcc:}.\\
1146       C-c C-f C-s & Move to \textbf{Subject:}.\\
1147       C-c C-f C-r & Move to \textbf{Reply-To:}.\\
1148       C-c C-f C-f & Move to \textbf{Followup-To:}.\\
1149       C-c C-f C-n & (C-c C-n) Move to \textbf{Newsgroups:}.\\
1150       C-c C-f C-u & Move to \textbf{Summary:}.\\
1151       C-c C-f C-k & Move to \textbf{Keywords:}.\\
1152       C-c C-f C-d & Move to \textbf{Distribution:}.\\
1153       C-c C-f C-m & Move to \textbf{Mail-Followup-To:}.\\
1154       C-c C-f C-o & Move to \textbf{From:}.\\
1155       C-c C-f C-a & Insert a reasonable \textbf{Mail-Followup-To:} for
1156       an unsubscribed list. [Prefix: include addresses in \textbf{Cc:}]\\
1157       C-c C-f TAB & (C-c C-u) Move to \textbf{Importance:}.\\
1158       C-c M-n     & Insert \textbf{Disposition-Notification-To:}
1159       (request receipt).\\
1160     \end{keys}
1161     }
1162   }
1163
1164 \newcommand{\MsgCompositionMML}{%
1165   {\esamepage
1166     \begin{keys}{C-c C-m P}
1167       C-c C-m f   & (C-c C-a) Attach \textbf{file}.\\
1168       C-c C-m b   & Attach contents of \textbf{buffer}.\\
1169       C-c C-m e   & Attach \textbf{external} file (ftp..).\\
1170       C-c C-m P   & Create MIME-\textbf{preview} (new
1171       buffer). [Prefix: show raw MIME preview]\\
1172       C-c C-m v   & \textbf{Validate} article.\\
1173       C-c C-m p   & Insert \textbf{part}.\\
1174       C-c C-m m   & Insert \textbf{multi}-part.\\
1175       C-c C-m q   & \textbf{Quote} region.\\
1176       C-c C-m c s & Encrypt message using \textbf{S/MIME}.\\
1177       C-c C-m c o & Encrypt message using PGP.\\
1178       C-c C-m c p & Encrypt message using \textbf{PGP/MIME}.\\
1179       C-c C-m s s & Sign message using \textbf{S/MIME}.\\
1180       C-c C-m s o & Sign message using PGP.\\
1181       C-c C-m s p & Sign message using \textbf{PGP/MIME}.\\
1182       C-c C-m C-n & Remove security related MML tags from message.\\
1183                                 % TODO: narrow headers (C-c C-m n) ?
1184     \end{keys}
1185     }
1186   }
1187
1188 %% TODO:
1189 \newcommand{\ServerMode}{%
1190   {\esamepage
1191     To enter this mode, press \^{} while in Group mode.\\*
1192     \begin{keys}{SPC}
1193       SPC     & (RET) Browse this server.\\
1194       a       & {\bf Add} a new server.\\
1195       c       & {\bf Copy} this server.\\
1196       e       & {\bf Edit} a server.\\
1197       k       & {\bf Kill} this server. [scope]\\
1198       l       & {\bf List} all servers.\\
1199       q       & Return to the group buffer ({\bf quit}).\\
1200       s       & Request that the server scan its sources for new articles.\\
1201       g       & Request that the server regenerate its data.\\
1202       y       & {\bf Yank} the previously killed server.\\
1203       O       & Try to {\bf open} a connection to this server.\\
1204       C       & {\bf Close} connection to this server.\\
1205       D       & Mark this server as unreachable ({\bf deny}).\\
1206       M-o     & {\bf Open} the connection to all servers.\\
1207       M-c     & {\bf Close} the connection to all servers.\\
1208       R       & Make all denied servers into closed servers.\\
1209       L       & Set server status to offline.\\
1210     \end{keys}
1211     }
1212   }
1213
1214 \newcommand{\BrowseServer}{%
1215   {\esamepage
1216     To enter this mode, press `B' while in Group mode.\\*
1217     \begin{keys}{RET}
1218       RET     & Enter the current group.\\
1219       SPC     & Enter the current group and display the first article.\\
1220       ?       & Give a very short help message.\\
1221       n       & Go to the {\bf next} group. [distance]\\
1222       p       & Go to the {\bf previous} group. [distance]\\
1223       q       & (l) {\bf Quit} browse mode.\\
1224       u       & Subscribe to the current group. [scope]\\
1225     \end{keys}
1226     }
1227   }
1228
1229 \newcommand{\GroupUnplugged}{%
1230   {\esamepage
1231     \begin{keys}{J S}
1232       J j & Toggle plugged-state.\\
1233       J s & Fetch articles from all groups for offline-reading.\\
1234       J u & Fetch all eligible articles from this group.\\
1235       J S & \textbf{Send} all sendable messages in the drafts group.\\
1236                                 %
1237       J c & Enter \textbf{category} buffer.\\
1238       J a & \textbf{Add} this group to an Agent category [p/p].\\
1239       J r & \textbf{Remove} this group from its Agent category [p/p].\\
1240       J Y & Synchronize flags changed while unplugged with remote server.\\
1241     \end{keys}
1242     }
1243   }
1244
1245 \newcommand{\SummaryUnplugged}{%
1246   {\esamepage
1247     \begin{keys}{J M-\#}
1248       J \#   & \textbf{Mark} the article for downloading.\\
1249       J M-\# & \textbf{Unmark} the article for downloading.\\
1250       @      & \textbf{Toggle} whether to download the article.\\
1251       J c    & Mark all undownloaded articles as read (\textbf{catch-up}).\\
1252       J u    & Download all downloadable articles from group.\\
1253     \end{keys}
1254     }
1255   }
1256
1257 \newcommand{\ServerUnplugged}{%
1258   {\esamepage
1259     \begin{keys}{J a}
1260       J a & \textbf{Add} the current server to the list of servers covered
1261       by the agent.\\
1262       J r & \textbf{Remove} the current server from the list of servers covered
1263       by the agent.\\
1264     \end{keys}
1265     }
1266   }
1267
1268 % end   {gnusref} % % % % % % % % % % % % % % % % % % % % % % % % % %  
1269
1270
1271 % o some things might not be updated: scoring and server modes, maybe more
1272 % o Gnus Unplugged category-buffer commands need to be written
1273
1274 \begin{document}
1275
1276 \ifthenelse{\isundefined{\booklettrue}}{ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1277   \raggedbottom\raggedright
1278   \twocolumn
1279   % use \tiny to shrink it to 4 pages (needs a high-resolution printer though)
1280   % \tiny
1281   \scriptsize
1282   \pagestyle{plain}
1283   \Title
1284   \par
1285   \Logo{refcard}
1286 }{
1287   \setcounter{page}{0}
1288   \thispagestyle{empty}
1289   \vspace*{\fill}
1290   \Title
1291   \vspace{0.4in}
1292   \Logo{booklet}
1293   \vspace*{\fill}
1294   \pagebreak
1295 }%ifbooklet% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1296
1297 % TODO: how does this work ?
1298 %\tableofcontents
1299
1300 \Notes
1301 %
1302
1303 \section*{Group-Mode}
1304 \GroupModeGeneral
1305     \subsection*{Group Subscribedness-Levels}
1306     \GroupLevels
1307     \subsection*{List Groups}
1308     \ListGroups
1309     \subsection*{Create/Edit Foreign Groups}
1310     \CreateEditGroups
1311     \subsection*{Unsubscribe, Kill and Yank Groups}
1312     \SubscribeKillYankGroups
1313     \subsection*{Mark Groups}
1314     \MarkGroups
1315     \subsection*{Group-Unplugged}
1316     \GroupUnplugged
1317 % topics in group-mode
1318     \subsection*{Group Topics}
1319     \GroupTopicsGeneral
1320     \subsubsection*{Topic Sorting}
1321     \TopicSorting
1322
1323 % \ifthenelse{\isundefined{\booklettrue}}{}{\pagebreak}
1324
1325 % summary-mode
1326 \section*{Summary Mode}
1327 \SummaryModeGeneral
1328     \subsection*{Select Articles}
1329     \SelectArticles
1330 %
1331     \subsection*{Threading}
1332     \Threading
1333 %
1334     \subsection*{Limiting}
1335     \Limiting
1336     \subsection*{Sort the Summary-Buffer}
1337     \SortSummary
1338     \subsection*{Score (Value) Commands}
1339     \Scoring
1340     
1341 \ifthenelse{\isundefined{\booklettrue}}{% ifcard %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1342   \subsection*{Output Articles}
1343   \OutputArticles
1344   \subsection*{Extract Series (Uudecode etc)}
1345   \ExtractSeries
1346 }{}%ifcard% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1347
1348     \subsection*{MIME operations from the Summary-Buffer}
1349     \MIMESummary
1350     
1351 \ifthenelse{\isundefined{\booklettrue}}{}{% ifbooklet %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1352   \subsection*{Extract Series (Uudecode etc)}
1353   \ExtractSeries
1354   \subsection*{Output Articles}
1355   \OutputArticles
1356 }%ifbooklet% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1357
1358 %
1359     \subsection*{Post, Followup, Reply, Forward, Cancel}
1360     \PostReplyetc
1361     
1362 \ifthenelse{\isundefined{\booklettrue}}{\newpage}{}% newpage ifcard
1363
1364       \subsection*{Message Composition}
1365
1366     \MsgCompositionGeneral
1367         \subsubsection*{Jumping in message-buffer}
1368         \MsgCompositionMovementArticle
1369         \subsubsection*{Attachments/MML}
1370         \MsgCompositionMML
1371 % marking articles
1372     \subsection*{Mark Articles}
1373     \MarkArticlesGeneral
1374         \subsubsection*{Mark Based on Score}
1375         \MarkByScore
1376         \subsubsection*{The Process Mark}
1377         \ProcessMark
1378         \subsubsection*{Mark Indication-Characters}
1379         \MarkCharacters
1380 %
1381 \ifthenelse{\isundefined{\booklettrue}}{\newpage}{}%
1382
1383     \subsection*{Summary-Unplugged}
1384     \SummaryUnplugged
1385     \subsection*{Mail-Group Commands}
1386     \MailGroups
1387     \subsection*{Draft-Group Commands}
1388     \DraftGroup
1389 % exiting
1390     \subsection*{Exit the Summary-Buffer}
1391     \ExitSummary
1392 %
1393 %
1394 \section*{Article Mode (reading)}
1395 \ArticleModeGeneral
1396     \subsection*{Wash the Article-Buffer}
1397     \WashArticle
1398     \subsubsection*{Blank Lines and Whitespace}
1399     \BlankAndWhitespace
1400     \subsubsection*{Picons, X-faces, Smileys}
1401     \Picons
1402     \subsubsection*{Time and Date}
1403     \TimeAndDate
1404     \subsection*{Hide/Highlight Parts of the Article}
1405     \HideHighlightArticle
1406     \subsection*{MIME operations from the Article-Buffer (reading)}
1407     \MIMEArticleMode
1408 %
1409 %
1410 \section*{Server Mode}
1411 \ServerMode
1412     \subsection*{Unplugged-Server}
1413     \ServerUnplugged
1414 %
1415 %
1416 \section*{Browse Server Mode}
1417 \BrowseServer
1418
1419 %\pagebreak
1420 \vspace*{\fill}
1421 \Copyright
1422
1423 \end{document}
1424
1425 %%% Local Variables:
1426 %%% mode: latex
1427 %%% TeX-master: t
1428 %%% End:
1429
1430 % arch-tag: be438b0e-6832-4afb-8c56-5f84743e5cd1