2001-10-13 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / texi / gnusref.tex
1 % -*- mode: latex; TeX-master: "refcard.tex" -*-
2                                 % include file for the Gnus refcard and booklet
3 \newlength{\keycolwidth}
4 \newenvironment{keys}[1]% #1 is the widest key
5 {\nopagebreak%\noindent%
6   \settowidth{\keycolwidth}{#1}%
7   \addtolength{\keycolwidth}{\tabcolsep}%
8   \addtolength{\keycolwidth}{-\columnwidth}%
9   \begin{tabular}{@{}l@{\hspace{\tabcolsep}}p{-\keycolwidth}@{}}}%
10   {\end{tabular}\\}
11
12                                 % uncomment the first definition if you do not want pagebreaks in maps
13                                 %\newcommand{\esamepage}{\samepage}
14 \newcommand{\esamepage}{}
15
16 \newcommand*{\B}[1]{{\bf#1})}    % bold l)etter
17
18 \newcommand{\Title}{%
19   \begin{center}
20     {\bf\LARGE Gnus \progver\ Reference \Guide\\}
21                                 %{\normalsize \Guide\ version \refver}
22   \end{center}
23   }
24
25 \newcommand*{\Logo}[1]{\centerline{%
26     \makebox[\logoscale\logowidth][l]{\vbox to \logoscale\logoheight
27       {\vfill\epsfig{figure=gnuslogo-#1}}\vspace{-\baselineskip}}}}
28
29 \newcommand{\Copyright}{%
30   \begin{center}
31     Copyright \copyright\ 1995 Free Software Foundation, Inc.\\*
32     Copyright \copyright\ 1995 Vladimir Alexiev
33     $<$vladimir@cs.ualberta.ca$>$.\\*
34     Copyright \copyright\ 2000 Felix Natter $<$fnatter@gmx.net$>$.\\*
35     Copyright \copyright\ 2001 \author.\\*
36     Created from the Gnus manual Copyright \copyright\ 1994 Lars Magne
37     Ingebrigtsen.\\*
38     and the Emacs Help Bindings feature (C-h b).\\*
39     Gnus logo copyright \copyright\ 1995 Luis Fernandes.\\*
40   \end{center}
41
42   Permission is granted to make and distribute copies of this reference
43   \guide{} provided the copyright notice and this permission are preserved on
44   all copies.  Please send corrections, additions and suggestions to the
45   current maintainer's email address. \Guide{} last edited on \date.
46   }
47
48 \newcommand{\Notes}{%
49   \subsection*{Notes}
50   {\esamepage
51     Gnus is complex. Currently it has some 346 interactive (user-callable)
52     functions. Of these 279 are in the two major modes (Group and
53     Summary/Article). Many of these functions have more than one binding, some
54     have 3 or even 4 bindings. The total number of keybindings is 389. So in
55     order to save 40\% space, every function is listed only once on this
56     \guide, under the ``more logical'' binding. Alternative bindings are given
57     in parentheses in the beginning of the description.
58
59     Many Gnus commands are affected by the numeric prefix. Normally you enter a
60     prefix by holding the Meta key and typing a number, but in most Gnus modes
61     you don't need to use Meta since the digits are not self-inserting. The
62     prefixed behavior of commands is given in [brackets]. Often the prefix is
63     used to specify:
64
65     \quad [distance] How many objects to move the point over.
66
67     \quad [scope] How many objects to operate on (including the current one).
68
69     \quad [p/p] The ``Process/Prefix Convention'': If a prefix is given then it
70     determines how many objects to operate on. Else if there are some objects
71     marked with the process mark \#, these are operated on. Else only the
72     current object is affected.
73
74     \quad [level] A group subscribedness level. Only groups with a lower or
75     equal level will be affected by the operation. If no prefix is given,
76     `gnus-group-default-list-level' is used.  If
77     `gnus-group-use-permanent-levels', then a prefix to the `g' and `l'
78     commands will also set the default level.
79
80     \quad [score] An article score. If no prefix is given,
81     `gnus-summary-default-score' is used. \\*[\baselineskip]
82                                 % some keys
83     \begin{keys}{M-x gnus-unplugged} 
84       M-x gnus           & start Gnus. \\
85       M-x gnus-no-server & start Gnus without trying to connect to server
86       (i.e. to read mail). \\
87       M-x gnus-unplugged & start Gnus in \texttt{unplugged}-mode
88       (first see the manual, C-c C-i g Gnus Unplugged RET).\\
89                                 %
90       C-c C-i & Go to the Gnus online {\bf info}.\\
91       C-c C-b & Send a Gnus {\bf bug} report.\\
92     \end{keys}
93     }}
94
95 \newcommand{\GroupLevels}{%
96   The table below assumes that you use the default Gnus levels.
97   Fill your user-specific levels in the blank cells.\\[1\baselineskip]
98   \begin{tabular}{|c|l|l|}
99     \hline
100     Level & Groups & Status \\
101     \hline
102     1 & draft/mail groups   &              \\
103     2 & mail groups         &              \\
104     3 &                     & subscribed   \\
105     4 &                     &              \\
106     5 & default list level  &              \\
107     \hline
108     6 &                     & unsubscribed \\
109     7 &                     &              \\
110     \hline
111     8 &                     & zombies      \\
112     \hline
113     9 &                     & killed       \\
114     \hline
115   \end{tabular}}
116
117 \newcommand{\MarkCharacters}{%
118   {\esamepage If a command directly sets a mark, it is shown in parentheses.\\*
119     \newlength{\markcolwidth}
120     \settowidth{\markcolwidth}{` '}% widest character
121     \addtolength{\markcolwidth}{4\tabcolsep}
122     \addtolength{\markcolwidth}{-\columnwidth}
123     \newlength{\markdblcolwidth}
124     \setlength{\markdblcolwidth}{\columnwidth}
125     \addtolength{\markdblcolwidth}{-2\tabcolsep}
126     \begin{tabular}{|c|p{-\markcolwidth}|}
127       \hline
128       \multicolumn{2}{|p{\markdblcolwidth}|}{{\bf ``Read'' Marks.}
129         All these marks appear in the first column of the summary line, and so
130         are mutually exclusive.}\\ 
131       \hline
132       ` ' & (M-u, M SPC, M c) Not read.\\
133       !   & (!, M !, M t) Ticked (interesting).\\
134       ?   & (?, M ?) Dormant (only followups are interesting).\\
135       E   & (E, M e, M x) {\bf Expirable}. Only has effect in mail groups.\\
136       G   & (C, B DEL) Canceled article (or deleted in mailgroups).\\
137       \hline\hline
138       \multicolumn{2}{|p{\markdblcolwidth}|}
139       {The marks below mean that the article
140         is read (killed, uninteresting), and have more or less the same effect.
141         Some commands however explicitly differentiate between them (e.g.\ M
142         M-C-r, adaptive scoring).}\\
143       \hline
144       r   & (d, M d, M r) Deleted (marked as {\bf read}).\\
145       C   & (M C; M C-c; M H; c, Z c; Z n; Z C) Killed by {\bf catch-up}.\\
146       F   & SOUPed article. See the manual.\\
147       O   & {\bf Old} (read in a previous session).\\
148       K   & (k, M k; C-k, M K) {\bf Killed}.\\
149       M   & Article marked as read by duplicate suppression.\\
150       Q   & Article is part of a sparse thread (see ``Threading''
151       in the manual).\\
152       R   & {\bf Read} (viewed in actuality).\\
153       X   & Killed by a kill file.\\
154       Y   & Killed due to low score.\\
155       \hline\multicolumn{2}{c}{\vspace{1ex}}\\\hline
156       \multicolumn{2}{|p{\markdblcolwidth}|}
157       {{\bf Marks not affecting visibility}}\\
158       \hline
159       \#  & (\#, M \#, M P p) Processable (will be affected by the next operation).
160       [2]\\
161       A   & {\bf Answered} (followed-up or replied). [2]\\
162       *   & Cached. [2]\\
163       S   & Saved. [2]\\
164       +   & Over default score. [3]\\
165       $-$ & Under default score. [3]\\
166       $=$ & Has children (thread underneath it). Add `\%e' to
167       `gnus-summary-line-format'. [3]\\
168       \hline
169     \end{tabular}
170     }}
171
172 \newcommand{\GroupModeGeneral}{%
173   \begin{keys}{C-c M-C-x}
174     RET     & (=) Enter this group. [Prefix: how many (read) articles to fetch.
175     Positive: newest articles, negative: oldest ones; non-numerical:
176     view all articles, not just unread]\\
177     M-RET   & Enter group quickly.\\
178     M-SPC   & Same as RET but does not expunge and hide dormants.\\
179     M-C-RET & Enter group without any processing, changes will not be permanent.\\
180     SPC     & Select this group and display the first (unread) article. [Same
181     prefix as above.]\\
182     ?       & Give a very short help message.\\
183     $<$     & Go to the beginning of the Group buffer.\\
184     $>$     & Go to the end of the Group buffer.\\
185     ,       & Jump to the lowest-level group with unread articles.\\
186     .       & Jump to the first group with unread articles.\\
187     xx & Enter the Server buffer mode.\\
188     a       & Post an {\bf article} to a group.\\
189     b       & Find {\bf bogus} groups and delete them.\\
190     c       & Mark all unticked articles in this group as read ({\bf catch-up}).
191     [p/p]\\ 
192     g       & Check the server for new articles ({\bf get}). [level]\\
193     M-g     & Check the server for new articles in this group ({\bf get}). [p/p]\\
194     j       & {\bf Jump} to a group.\\
195     m       & {\bf Mail} a message to someone.\\
196     n       & Go to the {\bf next} group with unread articles. [distance]\\
197     M-n     & Go to the {\bf next} group on the same or lower level.
198     [distance]\\ 
199     p       & (DEL) Go to the {\bf previous} group with unread articles.
200     [distance]\\ 
201     M-p     & Go to the {\bf previous} group on the same or lower level. [distance]\\ 
202     q       & {\bf Quit} Gnus.\\
203     r       & Re-read the init file ({\bf reset}).\\
204     s       & {\bf Save} the `.newsrc.eld' file (and `.newsrc' if
205     `gnus-save-newsrc-file').\\ 
206     z       & Suspend (kill all buffers of) Gnus.\\
207     B       & {\bf Browse} a foreign server.\\
208     C       & Mark all articles in this group as read ({\bf Catch-up}). [p/p]\\
209     F       & {\bf Find} new groups and process them.\\
210     N       & Go to the {\bf next} group. [distance]\\
211     P       & Go to the {\bf previous} group. [distance]\\
212     Q       & {\bf Quit} Gnus without saving any startup (.newsrc) files.\\
213     R       & {\bf Restart} Gnus.\\
214     Z       & Clear the dribble buffer.\\
215     M-c     & Clear data from group (marks and list of read articles). \\
216     C-c C-s & {\bf Sort} the groups by name, number of unread articles, or level
217     (depending on `gnus-group-sort-function').\\
218     C-c C-x & Run all expirable articles in this group through the {\bf expiry} 
219     process.\\
220     C-c M-C-x & Run all articles in all groups through the {\bf expiry} process.\\
221     C-c M-g & Activate all {\bf groups}.\\
222     C-c C-i & Gnus online-manual ({\bf info}).\\
223     C-x C-t & {\bf Transpose} two groups.\\
224     H f     & Fetch this group's {\bf FAQ} (using ange-ftp).\\
225     H v     & (V) Display the Gnus {\bf version} number.\\
226     H d     & (C-c C-d) Show the {\bf description} of this group
227     [Prefix: re-read from server].\\ 
228     M-d     & {\bf Describe} all groups. [Prefix: re-read from server]\\
229   \end{keys}
230   }
231
232 \newcommand{\ListGroups}{%
233   {\esamepage
234     \begin{keys}{A M}
235       A d     & List all groups whose names or {\bf descriptions} match a regexp.\\ 
236       A k     & (C-c C-l) List all {\bf killed} groups.
237       [Prefix: look at active-file from server]\\
238       A l     & List all groups on a specific level.
239       [Prefix: also list groups with no unread articles]\\
240       A d     & List all groups that have names or {\bf descriptions} matching
241       a regexp.\\
242       A a     & (C-c C-a) List all groups whose names match a regexp
243       ({\bf apropos}).\\ 
244       A A     & List the server's active-file.\\
245       A M     & List groups that {\bf match} a regexp.\\
246       A m     & List groups that {\bf match} a regexp and have unread articles. 
247       [level]\\ 
248       A s     & (l) List all {\bf subscribed} groups with unread articles.
249       [level; 5 and lower is the default]\\
250       A u     & (L) List all groups (including read and {\bf unsubscribed}).
251       [level; 7 and lower is the default]\\
252       A z     & List all {\bf zombie} groups.\\
253     \end{keys}
254     }
255
256   \newcommand{\CreateEditGroups}{%
257     {\esamepage
258       The select methods are indicated in parentheses.\\*
259       \begin{keys}{G DEL}
260         G a     & Make the Gnus list {\bf archive} group. (nndir over ange-ftp)\\
261         G c     & {\bf Customize} this group's parameters.\\
262         G d     & Make a {\bf directory} group (every file must be a posting and files
263         must have numeric names). (nndir)\\
264         G D     & Enter a {\bf directory} as a (temporary) group.
265         (nneething without recording articles read)\\
266         G e     & (M-e) {\bf Edit} this group's select method.\\
267         G E     & {\bf Edit} this group's info (select method, articles read, etc).\\
268         G f     & Make a group based on a {\bf file}. (nndoc)\\
269         G h     & Make the Gnus {\bf help} (documentation) group. (nndoc)\\
270         G k     & Make a {\bf kiboze} group. (nnkiboze)\\
271         G m     & {\bf Make} a new group.\\
272         G p     & Edit this group's {\bf parameters}.\\
273         G r     & Rename this group (does not work with read-only groups!).\\
274         G u     & Create one of the groups mentioned in gnus-{\bf useful}-groups.\\
275         G v     & Add this group to a {\bf virtual} group. [p/p]\\
276         G V     & Make a new empty {\bf virtual} group. (nnvirtual)\\
277         G w     & Create ephemeral group based on web-search. [Prefix: make solid group
278         instead]\\
279         G DEL   & {\bf Delete} group [Prefix: delete all articles as well].\\
280       \end{keys}
281       You can also create mail-groups and read your mail with Gnus (very useful
282       if you are subscribed to mailing lists), using one of the methods
283       nnmbox, nnbabyl, nnml, nnmh, or nnfolder. Read about it in the online info
284       (C-c C-i g Reading Mail RET).
285       }}
286
287                                 % TODO:
288   \newcommand{\SoupCommands}{%
289     \begin{keys}{G s w}
290       G s b   & gnus-group-brew-soup: not documented.\\
291       G s p   & gnus-soup-pack-packet: not documented.\\
292       G s r   & nnsoup-pack-replies: not documented.\\
293       G s s   & gnus-soup-send-replies: not documented.\\
294       G s w   & gnus-soup-save-areas: not documented.\\
295     \end{keys}}
296
297   \newcommand{\MarkGroups}{%
298     \begin{keys}{M u}
299       M m     & (\#) Set the process {\bf mark} on this group. [scope]\\
300       M r     & Mark all groups matching regular expression.\\
301       M u     & (M-\#) Remove the process mark from this group ({\bf unmark}).
302       [scope]\\ 
303       M U     & Remove the process mark from all groups (\textbf{umark all}).\\
304       M w     & Mark all groups in the current region.\\
305     \end{keys}}
306
307   \newcommand{\GroupTopicsGeneral}{%
308     {\esamepage
309       Topics are ``categories'' for groups. Press t in the group-buffer to
310       toggle gnus-topic-mode (C-c C-i g Group Topics RET).
311       \begin{keys}{C-c C-x}
312         T n     & Prompt for topic {\bf name} and create it.\\
313         T m     & {\bf Move} the current group to some other topic [p/p].\\
314         T j     & {\bf Jump} to a topic.\\
315         T c     & {\bf Copy} the current group to some other topic [p/p].\\
316         T D     & Remove (not delete) the current group [p/p].\\
317         T M     & {\bf Move} all groups matching a regexp to a topic.\\
318         T C     & {\bf Copy} all groups matching a regexp to a topic.\\
319         T H     & Toggle {\bf hiding} of empty topics.\\
320         T r     & {\bf Rename} a topic.\\
321         T DEL   & Delete an empty topic.\\
322         T \#    & Mark all groups in the current topic with the process-mark.\\
323         T M-\#  & Remove the process-mark from all groups in the current topic.\\
324         T TAB   & (TAB) Indent current topic [Prefix: unindent].\\ 
325         M-TAB   & Unindent the current topic.\\
326         RET     & (SPC) Either unfold topic or enter group [level].\\
327         C-c C-x & Expire all articles in current group or topic.\\
328         C-k     & {\bf Kill} a group or topic.\\
329         C-y     & {\bf Yank} a group or topic.\\
330         A T     & List active-file using {\bf topics}.\\
331         G p     & Edit topic-{\bf parameters}.\\
332       \end{keys}
333       }
334     }
335
336   \newcommand{\TopicSorting}{%
337     {\esamepage
338       \begin{keys}{T S m}
339         T S a  & Sort {\bf alphabetically}.\\
340         T S u  & Sort by number of {\bf unread} articles.\\
341         T S l  & Sort by group {\bf level}.\\
342         T S v  & Sort by group score ({\bf value}).\\
343         T S r  & Sort by group {\bf rank}.\\
344         T S m  & Sort by {\bf method}.\\
345       \end{keys}
346       }
347     }
348
349   \newcommand{\SubscribeKillYankGroups}{%
350     {\esamepage
351       \begin{keys}{S C-k}
352         S k     & (C-k) {\bf Kill} this group.\\
353         S l     & Set the {\bf level} of this group. [p/p]\\
354         S s     & (U) Prompt for a group and toggle its {\bf subscription}.\\
355         S t     & (u) {\bf Toggle} subscription to this group. [p/p]\\
356         S w     & (C-w) Kill all groups in the region.\\
357         S y     & (C-y) {\bf Yank} the last killed group.\\
358         S z     & Kill all {\bf zombie} groups.\\
359         S C-k   & Kill all groups on a certain level.\\
360       \end{keys}
361       }
362     }
363
364   \newcommand{\SummaryModeGeneral}{%
365     {\esamepage
366       \begin{keys}{M-RET}
367         SPC     & (A SPC, A n) Select an article, scroll it one page, move to the
368         next one.\\ 
369         DEL     & (A DEL, A p, b) Scroll this article one page back. [distance]\\
370         RET     & Scroll this article one line forward. [distance]\\
371         M-RET   & Scroll this article one line backward. [distance]\\
372         =       & Expand the Summary window (fullsize).
373         [Prefix: shrink to display article window]\\
374                                 %
375         \&      & Execute a command on all articles whose header matches a regexp.
376         [Prefix: move backwards]\\
377         M-\&    & Execute a command on all articles having the process mark.\\
378                                 %
379         M-n     & (G M-n) Go to the {\bf next} summary line of an unread article.
380         [distance]\\ 
381         M-p     & (G M-p) Go to the {\bf previous} summary line of an unread article. 
382         [distance]\\ 
383         M-s     & {\bf Search} through all subsequent articles for a regexp.\\
384         M-r     & Search through all previous articles for a regexp.\\
385                                 %
386         A P     & {\bf Postscript}-print current buffer.\\
387                                 %
388         M-k     & Edit this group's {\bf kill} file.\\
389         M-K     & Edit the general {\bf kill} file.\\
390                                 %
391         C-t     & Toggle {\bf truncation} of summary lines.\\
392         Y g     & Regenerate the summary-buffer.\\
393         Y c     & Insert all cached articles into the summary-buffer.\\
394                                 %
395         M-C-e   & {\bf Edit} the group-parameters.\\
396         M-C-g   & Customize the group-parameters.\\
397                                 %
398                                 % article handling
399                                 %
400         A $<$   & ($<$, A b) Scroll to the beginning of this article.\\
401         A $>$   & ($>$, A e) Scroll to the end of this article.\\
402         A s     & (s) Perform an i{\bf search} in the article buffer.\\
403                                 %
404         A D     & (C-d) Un{\bf digestify} this article into a separate group.
405         [Prefix: force digest]\\
406         M-C-d   & Like C-d, but open several documents in nndoc-groups, wrapped
407         in an nnvirtual group [p/p]\\
408                                 %
409         A g     & (g) (Re)fetch this article ({\bf get}). [Prefix: get raw version]\\ 
410         A r     & (\^{}, A \^{}) Fetch the parent(s) of this article.
411         [Prefix: if positive fetch \textit{n} ancestors;
412         negative: fetch only the \textit{n}th ancestor]\\
413         A t     & {\bf Translate} this article.\\
414         A R     & Fetch all articles mentioned in the {\bf References}-header.\\
415         A T     & Fetch full \textbf{thread} in which the current article appears.\\
416         M-\^{}   & Fetch the article with a given Message-ID.\\
417         S y     & {\bf Yank} the current article into an existing message-buffer.
418         [p/p]\\
419       \end{keys}
420       }
421     }
422
423   \newcommand{\MIMESummary}{%
424     {\esamepage
425       For the commands operating on one MIME part (a subset of gnus-article-*), a
426       prefix selects which part to operate on. If the point is placed over a
427       MIME button in the article buffer, use the corresponding bindings for the
428       article buffer instead.
429       \begin{keys}{W M w}
430         K v      & (b) {\bf View} the MIME-part.\\
431         K o      & {\bf Save} the MIME part.\\
432         K c      & {\bf Copy} the MIME part.\\
433         K e      & View the MIME part {\bf externally}.\\
434         K i      & View the MIME part {\bf internally}.\\
435         K $\mid$ & Pipe the MIME part to an external command.\\
436         K b      & Make all the MIME parts have buttons in front of them.\\
437         K m      & Try to repair {\bf multipart-headers}.\\
438         X m      & Save all parts matching a MIME type to a directory. [p/p]\\
439         M-t      & Toggle the buttonized display of the article buffer.\\
440         W M w    & Decode RFC2047-encoded words in the article headers.\\
441         W M c    & Decode encoded article bodies. [Prefix: prompt for charset]\\
442         W M v    & View all MIME parts in the current article.\\
443       \end{keys}
444       }
445     }
446
447   \newcommand{\SortSummary}{%
448     {\esamepage
449       \begin{keys}{C-c C-s C-a}
450         C-c C-s C-a & Sort the summary-buffer by {\bf author}.\\
451         C-c C-s C-d & Sort the summary-buffer by {\bf date}.\\
452         C-c C-s C-i & Sort the summary-buffer by article score.\\
453         C-c C-s C-l & Sort the summary-buffer by amount of lines.\\
454         C-c C-s C-c & Sort the summary-buffer by length.\\
455         C-c C-s C-n & Sort the summary-buffer by article {\bf number}.\\
456         C-c C-s C-s & Sort the summary-buffer by {\bf subject}.\\
457       \end{keys}
458       }
459     }
460
461   \newcommand{\MailGroups}{% formerly \Bsubmap
462     {\esamepage
463       These commands (except `B c') are only valid in a mail group.\\*
464       \begin{keys}{B M-C-e}
465         B DEL   & (B backspace, B delete) {\bf Delete} the mail article from disk (!).
466         [p/p]\\
467         B B     & Crosspost this article to another group.\\
468         B c     & {\bf Copy} this article from any group to a mail group. [p/p]\\
469         B e     & {\bf Expire} all expirable articles in this group. [p/p]\\
470         B i     & {\bf Import} a random file into this group.\\
471         B m     & {\bf Move} the article from one mail group to another. [p/p]\\
472         B p     & Query whether the article was posted as well.\\
473         B q     & {\bf Query} where the article will end up after fancy splitting\\
474         B r     & {\bf Respool} this mail article. [p/p]\\
475         B t     & {\bf Trace} the fancy splitting patterns applied to this article.\\
476         B w     & (e) Edit this article.\\
477         B M-C-e & {\bf Expunge} (delete from disk) all expirable articles in this group
478         (!). [p/p]\\ 
479       \end{keys}
480       }
481     }
482
483   \newcommand{\DraftGroup}{% formerly \Dsubmap
484     {\esamepage
485       The ``drafts''-group contains messages that have been saved but not sent
486       and rejected articles. \\*
487       \begin{keys}{B DEL}
488         D e      & \textbf{edit} message.\\
489         D s      & \textbf{Send} message. [p/p]\\
490         D S      & \textbf{Send} all messages.\\
491         D t      & \textbf{Toggle} sending (mark as unsendable).\\
492         B DEL    & \textbf{Delete} message (like in mailgroup).\\
493       \end{keys}
494       }
495     }
496
497   \newcommand{\SelectArticles}{% formerly \Gsubmap
498     {\esamepage
499       These commands select the target article. They do not understand the prefix.\\*
500       \begin{keys}{G C-n}
501         h       & Enter article-buffer.\\
502         G b     & (,) Go to the {\bf best} article (the one with highest score).\\
503         G f     & (.) Go to the {\bf first} unread article.\\
504         G n     & (n) Go to the {\bf next} unread article.\\
505         G p     & (p) Go to the {\bf previous} unread article.\\
506                                 %
507         G N     & (N) Go to {\bf the} next article.\\
508         G P     & (P) Go to the {\bf previous} article.\\
509                                 %
510         G C-n   & (M-C-n) Go to the {\bf next} article with the same subject.\\
511         G C-p   & (M-C-p) Go to the {\bf previous} article with the same subject.\\
512                                 %
513         G l     & (l) Go to the previously read article ({\bf last-read-article}).\\
514         G o     & Pop an article off the summary history and go to it.\\
515                                 %
516         G g     & Search an article via subject.\\
517         G j     & (j) Search an article via Message-Id or subject.\\
518       \end{keys}
519       }
520     }
521
522   \newcommand{\ArticleModeGeneral}{%
523     {\esamepage
524       The normal navigation keys work in Article mode. Some additional keys are:\\*
525       \begin{keys}{C-c RET}
526         C-c \^{} & Get the article with the Message-ID near point.\\
527         C-c RET & Send reply to address near point.\\
528         h       & Go to the \textbf{header}-line of the article in the
529         summary-buffer.\\
530         s       & Go to \textbf{summary}-buffer.\\
531         RET     & (middle mouse button) Activate the button at point to follow
532         an URL or Message-ID.\\
533         TAB     & Move the point to the next button.\\
534         M-TAB   & Move point to previous button.\\
535       \end{keys}
536       }
537     }
538
539   \newcommand{\WashArticle}{% formerly \Wsubmap
540     {\esamepage
541       \begin{keys}{W W H}
542         W b     & Make Message-IDs and URLs in the article mouse-clickable
543         {\bf buttons}.\\  
544         W l     & (w) Remove page breaks ({\bf\^{}L}) from the article.\\
545         W c     & Translate CRLF-pairs to LF and then the remaining CR's to LF's.\\
546         W d     & Treat {\bf dumbquotes}.\\
547         W f     & Look for and display any X-{\bf Face} headers.\\
548         W m     & Toggle {\bf MIME} processing.\\
549         W o     & Treat {\bf overstrike} or underline (\^{}H\_) in the article.\\
550         W q     & Treat {\bf quoted}-printable in the article.\\
551         W r     & (C-c C-r) Do a Caesar {\bf rotate} (rot13) on the article.\\
552         W t     & (t) {\bf Toggle} display of all headers.\\
553         W v     & (v) Toggle permanent {\bf verbose} displaying of all headers.\\
554         W w     & Do word {\bf wrap} in the article.\\
555         W B     & Add clickable {\bf buttons} to the article headers.\\
556         W C     & {\bf Capitalize} first word in each sentence.\\
557         W Q     & Fill long lines.\\
558                                 %
559         W W H   & Strip certain {\bf headers} from body.\\
560                                 %
561         W E l   & Strip blank {\bf lines} from the beginning of the article.\\
562         W E m   & Replace blank lines with empty lines and remove {\bf multiple}
563         blank lines.\\
564         W E t   & Remove {\bf trailing} blank lines.\\
565         W E a   & Strip blank lines at the beginning and the end
566         (W E l, W E m and W E t).\\
567         W E A   & Strip {\bf all} blank lines.\\
568         W E s   & Strip leading blank lines from the article body.\\
569         W E e   & Strip trailing blank lines from the article body.\\
570                                 %
571         W T u   & (W T z) Display the article timestamp in GMT ({\bf UT, ZULU}).\\
572         W T i   & Display the article timestamp in {\bf ISO} 8601.\\
573         W T l   & Display the article timestamp in the {\bf local} timezone.\\
574         W T s   & Display according to `gnus-article-time-format'.\\
575         W T e   & Display the time {\bf elapsed} since it was sent.\\
576         W T o   & Display the {\bf original} timestamp.\\
577       \end{keys}
578       }
579     }
580
581   \newcommand{\HideHighlightArticle}{%
582     {\esamepage
583       \begin{keys}{W W C-c}
584         W W a   & Hide {\bf all} unwanted parts. Calls W W h, W W s, W W C-c.\\
585         W W h   & Hide article {\bf headers}.\\
586         W W b   & Hide {\bf boring} headers.\\
587         W W s   & Hide {\bf signature}.\\
588         W W l   & Hide {\bf list} identifiers in subject-header.\\
589         W W p   & Hide {\bf PGP}-signatures.\\
590         W W P   & Hide {\bf PEM} (privacy enhanced messages).\\
591         W W B   & Hide banner specified by group parameter.\\
592         W W c   & Hide {\bf citation}.\\
593         W W C-c & Hide {\bf citation} using a more intelligent algorithm.\\
594         W W C   & Hide cited text in articles that aren't roots.\\
595                                 %
596         W e     & {\bf Emphasize} article.\\
597                                 %
598         W H a   & Highlight {\bf all} parts. Calls W b, W H c, W H h, W H s.\\
599         W H c   & Highlight article {\bf citations}.\\
600         W H h   & Highlight article {\bf headers}.\\
601         W H s   & Highlight article {\bf signature}.\\
602       \end{keys}
603       For all hiding-commands: A positive prefix always hides, and a negative
604       prefix will show what was previously hidden.
605       }}
606
607   \newcommand{\MIMEArticleMode}{%
608     {\esamepage
609       \begin{keys}{M-RET}
610         RET     & (BUTTON-2) Toggle display of the MIME object.\\
611         v       & (M-RET) Prompt for a method and then view object using this method.\\
612         o       & Prompt for a filename and save the MIME object.\\
613         c       & {\bf Copy} the MIME object to a new buffer and display this buffer.\\
614         t       & View the MIME object as a different {\bf type}.\\
615         $\mid$  & Pipe the MIME object to a process.\\
616       \end{keys}
617       }
618     }
619
620   %% end of article mode for reading ..........................................
621
622   \newcommand{\MarkArticlesGeneral}{% formerly \Msubmap
623     {\esamepage
624       \begin{keys}{M M-C-r}
625         d       & (M d, M r) Mark this article as read and move to the next one.
626         [scope]\\ 
627         D       & Mark this article as read and move to the previous one. [scope]\\
628         !       & (u, M !, M t) Tick this article (mark it as interesting) and move
629         to the next one. [scope]\\
630         U       & Tick this article and move to the previous one. [scope]\\ 
631         M ?     & (?) Mark this article as dormant (only followups are
632         interesting). [scope]\\ 
633         M D     & Show all {\bf dormant} articles (normally they are hidden unless they
634         have any followups).\\
635         M M-D   & Hide all {\bf dormant} articles.\\
636         C-w     & Mark all articles between point and mark as read.\\
637         M-u     & (M SPC, M c) Clear all marks from this article and move to the next
638         one. [scope]\\ 
639         M-U     & Clear all marks from this article and move to the previous one.
640         [scope]\\
641                                 %
642         M e     & (E, M x) Mark this article as {\bf expirable}. [scope]\\
643                                 %
644         M k     & (k) {\bf Kill} all articles with the same subject then select the
645         next unread one.\\ 
646         M K     & (C-k) {\bf Kill} all articles with the same subject as this one.\\
647                                 %
648         M C     & {\bf Catch-up} the articles that are not ticked and not dormant.\\
649         M C-c   & {\bf Catch-up} all articles in this group.\\
650         M H     & {\bf Catch-up} (mark read) this group to point (to-{\bf here}).\\
651                                 %
652         M b     & Set a {\bf bookmark} in this article.\\
653         M B     & Remove the {\bf bookmark} from this article.\\
654                                 %
655         M M-r   & (x) Expunge all {\bf read} articles from this group.\\
656         M M-C-r & Expunge all articles having a given mark.\\
657         M S     & (C-c M-C-s) {\bf Show} all expunged articles.\\
658         M M C-h & Displays some more keys doing ticking slightly differently.\\
659       \end{keys}
660       The variable `gnus-summary-goto-unread' controls what happens after a mark
661       has been set (C-x C-i g Setting Marks RET)
662       }}
663
664   \newcommand{\MarkByScore}{%
665     \begin{keys}{M V m}
666       M V c   & {\bf Clear} all marks from all high-scored articles. [score]\\
667       M V k   & {\bf Kill} all low-scored articles. [score]\\
668       M V m   & Mark all high-scored articles with a given {\bf mark}. [score]\\
669       M V u   & Mark all high-scored articles as interesting (tick them). [score]\\
670     \end{keys}
671     }
672   }
673
674 \newcommand{\ProcessMark}{%
675   {\esamepage 
676     These commands set and remove the process mark (\#). You only need to use
677     it if the set of articles you want to operate on is non-contiguous. Else
678     use a numeric prefix.\\*
679     \begin{keys}{M P R}
680       M P p   & (\#, M \#) Mark this article.\\
681       M P u   & (M-\#, M M-\#) \textbf{unmark} this article.\\
682       M P b   & Mark all articles in {\bf buffer}.\\
683       M P r   & Mark all articles in the {\bf region}.\\
684       M P R   & Mark all articles matching a {\bf regexp}.\\
685       M P t   & Mark all articles in this (sub){\bf thread}.\\
686       M P s   & Mark all articles in the current {\bf series}.\\
687       M P S   & Mark all {\bf series} that already contain a marked article.\\
688       M P a   & Mark {\bf all} articles (in series order).\\
689       M P U   & \textbf{unmark} all articles.\\
690                                 %
691       M P i   & {\bf Invert} the list of process-marked articles.\\
692       M P k   & Push the current process-mark set onto stack and unmark
693       all articles.\\
694       M P y   & Pop process-mark set from stack and restore it.\\
695     \end{keys}
696     }
697   }
698
699 \newcommand{\Limiting}{%
700   {\esamepage
701     \begin{keys}{/M}
702       //   & (/s) Limit the summary-buffer to articles matching {\bf subject}.\\
703       /a   & Limit the summary-buffer to articles matching {\bf author}.\\
704       /x   & Limit depending on ``extra'' headers.\\
705       /u   & (x) Limit to {\bf unread} articles.
706       [Prefix: also exclude ticked and dormant articles]\\
707       /m   & Limit to articles marked with specified {\bf mark}.\\
708       /t   & Ask for a number and exclude articles younger than that many days.
709       [Prefix: exclude older articles]\\
710       /n   & Limit to current article. [p/p]\\
711       /w   & Pop the previous limit off the stack and restore it.
712       [Prefix: pop all limits]\\
713       /v   & Limit to score. [score]\\
714       /E   & (M S) Include all expunged articles in the limit.\\
715       /D   & Include all dormant articles in the limit.\\
716       /*   & Limit to cached articles.\\
717       Y C  & Include all cached articles in the limit.\\
718       /d   & Exclude all dormant articles from the limit.\\
719       /M   & Exclude all marked articles.\\
720       /T   & Include all articles from the current thread in the limit.\\
721       /c   & Exclude all dormant articles that have no children from the limit.\\
722       /C   & Mark all excluded unread articles as read.
723       [Prefix: also mark ticked and dormant articles]\\
724     \end{keys}
725     }
726   }
727
728 \newcommand{\OutputArticles}{% formerly \Osubmap
729   {\esamepage
730     \begin{keys}{O m}
731       O o     & (o, C-o) Save this article using the default article saver. [p/p]\\
732       O b     & Save this article's {\bf body} in plain file format [p/p]\\
733       O f     & Save this article in plain {\bf file} format. [p/p]\\
734       O F     & like O f, but overwrite file's contents. [p/p]\\
735       O h     & Save this article in {\bf mh} folder format. [p/p]\\
736       O m     & Save this article in {\bf mail} format. [p/p]\\
737       O r     & Save this article in {\bf rmail} format. [p/p]\\
738       O v     & Save this article in {\bf vm} format. [p/p]\\
739       O p     & ($\mid$) Pipe this article to a shell command. [p/p]\\
740     \end{keys}
741     }
742   }
743
744 \newcommand{\PostReplyetc}{% formerly \Ssubmap
745   {\esamepage
746     These commands put you in a separate news or mail buffer. See the section
747     about composing messages for more information.
748                                 %After
749                                 %editing the article, send it by pressing C-c C-c.  If you are in a
750                                 %foreign group and want to post the article using the foreign server, give
751                                 %a prefix to C-c C-c.\\* 
752     \begin{keys}{S O m}
753       S p     & (a) {\bf Post} an article to this group.\\
754       S f     & (f) Post a {\bf followup} to this article.\\
755       S F     & (F) Post a {\bf followup} and include the original. [p/p]\\
756       S o p   & Forward this article as a {\bf post} to a newsgroup.
757       [Prefix: include all headers]\\
758       S M-c   & Send a complaint about excessive crossposting to the author of this
759       article. [p/p]\\
760                                 %
761       S m     & (m) Send {\bf a} mail to some other person.\\
762       S r     & (r) Mail a {\bf reply} to the author of this article.\\
763       S R     & (R) Mail a {\bf reply} and include the original. [p/p]\\
764       S w     & Mail a {\bf wide} reply to this article.\\
765       S W     & Mail a {\bf wide} reply to this article.\\
766       S o m   & (C-c C-f) Forward this article by {\bf mail} to a person.
767       [Prefix: include all headers]\\
768       S D b   & Resend {\bf bounced} mail.\\
769       S D r   & {\bf Resend} mail to a different person.\\
770                                 %
771       S n     & Post a followup via {\bf news} even if you got the message
772       through mail.\\
773       S N     & Post a followup via {\bf news} and include the original mail.
774       [p/p]\\
775                                 %
776       S c     & (C) {\bf Cancel} this article (only works if it is your own).\\
777       S s     & {\bf Supersede} this article with a new one (only for own
778       articles).\\
779                                 %
780       S O m   & Digest these series and forward by {\bf mail}. [p/p]\\
781       S O p   & Digest these series and forward as a {\bf post} to a newsgroup.
782       [p/p]\\ 
783                                 %
784       S u     & {\bf Uuencode} a file and post it as a series.\\
785     \end{keys}
786     If you want to cancel or supersede an article you just posted (before it
787     has appeared on the server), go to the *post-news* buffer, change
788     `Message-ID' to `Cancel' or `Supersedes' and send it again with C-c C-c.
789     }}
790
791 \newcommand{\Threading}{% formerly \Tsubmap
792   {\esamepage
793     \begin{keys}{T M-\#}
794       T \#    & Mark this thread with the process mark.\\
795       T M-\#  & Remove process-marks from this thread.\\
796                                 %
797       T t     & Re-{\bf thread} the current article's thread.\\
798                                 % movement
799       T n     & (M-C-f) Go to the {\bf next} thread. [distance]\\
800       T p     & (M-C-b) Go to the {\bf previous} thread. [distance]\\
801       T d     & {\bf Descend} this thread. [distance]\\
802       T u     & Ascend this thread ({\bf up}-thread). [distance]\\
803       T o     & Go to the top of this thread.\\
804                                 %
805       T s     & {\bf Show} the thread hidden under this article.\\
806       T h     & {\bf Hide} this (sub)thread.\\
807                                 %
808       T i     & {\bf Increase} the score of this thread.\\
809       T l     & (M-C-l) {\bf Lower} the score of this thread.\\
810                                 %
811       T k     & (M-C-k) {\bf Kill} the current (sub)thread. [Negative prefix:
812       tick it, positive prefix: unmark it.]\\
813                                 %
814       T H     & {\bf Hide} all threads.\\
815       T S     & {\bf Show} all hidden threads.\\
816       T T     & (M-C-t) {\bf Toggle} threading.\\
817     \end{keys}
818     }
819   }
820
821 \newcommand{\Scoring}{% formerly \Vsubmap
822   {\esamepage
823     Read about Adaptive Scoring in the online info.\\*
824     \begin{keys}{\bf A p m l}
825       V a     & {\bf Add} a new score entry, specifying all elements.\\
826       V c     & Specify a new score file as {\bf current}.\\
827       V e     & {\bf Edit} the current score alist.\\
828       V f     & Edit a score {\bf file} and make it the current one.\\
829       V m     & {\bf Mark} all articles below a given score as read.\\
830       V s     & Set the {\bf score} of this article.\\
831       V t     & Display all score rules applied to this article ({\bf track}).\\
832       V x     & {\bf Expunge} all low-scored articles. [score]\\
833       V C     & {\bf Customize} the current score file through a user-friendly
834       interface.\\ 
835       V S     & Display the {\bf score} of this article.\\
836       \bf A p m l& Make a scoring entry based on this article.\\
837     \end{keys}
838     The four letters stand for:\\*
839     \quad \B{A}ction: I)ncrease, L)ower;\\*
840     \quad \B{p}art: a)utor (from), s)ubject, x)refs (cross-posting), d)ate, l)ines,
841     message-i)d, t)references (parent), f)ollowup, b)ody, h)ead (all headers);\\*
842     \quad \B{m}atch type:\\*
843     \qquad string: s)ubstring, e)xact, r)egexp, f)uzzy,\\*
844     \qquad date: b)efore, a)t, n)this,\\*
845     \qquad number: $<$, =, $>$;\\*
846     \quad \B{l}ifetime: t)emporary, p)ermanent, i)mmediate.
847
848     If you type the second letter in uppercase, the remaining two are assumed
849     to be s)ubstring and t)emporary. 
850     If you type the third letter in uppercase, the last one is assumed to be 
851     t)emporary.
852
853     \quad Extra keys for manual editing of a score file:\\*
854     \begin{keys}{C-c C-c}
855       C-c C-c & Finish editing the score file.\\
856       C-c C-d & Insert the current {\bf date} as number of days.\\
857     \end{keys}
858     }
859   }
860
861 \newcommand{\ExtractSeries}{% formerly \Xsubmap
862   {\esamepage
863     Gnus recognizes if the current article is part of a series (multipart
864     posting whose parts are identified by numbers in their subjects, e.g.{}
865     1/10\dots10/10) and processes the series accordingly. You can mark and
866     process more than one series at a time. If the posting contains any
867     archives, they are expanded and gathered in a new group.\\*
868     \begin{keys}{X p}
869       X b     & Un-{\bf binhex} these series. [p/p]\\
870       X o     & Simply {\bf output} these series (no decoding). [p/p]\\ 
871       X p     & Unpack these {\bf postscript} series. [p/p]\\
872       X s     & Un-{\bf shar} these series. [p/p]\\
873       X u     & {\bf Uudecode} these series. [p/p]\\
874     \end{keys}
875
876     Each one of these commands has four variants:\\*
877     \begin{keys}{X v \bf Z}
878       X   \bf z & Decode these series. [p/p]\\
879       X   \bf Z & Decode and save these series. [p/p]\\
880       X v \bf z & Decode and view these series. [p/p]\\
881       X v \bf Z & Decode, save and view these series. [p/p]\\
882     \end{keys}
883     where {\bf z} or {\bf Z} identifies the decoding method (b, o, p, s, u).
884
885     An alternative binding for the most-often used of these commands is\\*
886     \begin{keys}{C-c C-v C-v}
887       C-c C-v C-v & (X v u) Uudecode and view these series. [p/p]\\
888     \end{keys}
889     }}
890
891 \newcommand{\ExitSummary}{% formerly \Zsubmap
892   {\esamepage
893     \begin{keys}{Z G}
894       Z Z     & (q, Z Q) Exit this group.\\
895       Z E     & (Q) {\bf Exit} without updating the group information.\\
896                                 %
897       Z c     & (c) Mark all unticked articles as read ({\bf catch-up}) and exit.\\
898       Z C     & Mark all articles as read ({\bf catch-up}) and exit.\\
899                                 %
900       Z n     & Mark all articles as read and go to the {\bf next} group.\\
901       Z N     & Exit and go to {\bf the} next group.\\
902       Z P     & Exit and go to the {\bf previous} group.\\
903                                 %
904       Z G     & (M-g) Check for new articles in this group ({\bf get}).\\
905       Z R     & Exit this group, and then enter it again ({\bf reenter}).
906       [Prefix: select all articles, read and unread.]\\
907       Z s     & Update and save the dribble buffer. [Prefix: save .newsrc* as well]\\
908     \end{keys}
909     }
910   }
911
912 \newcommand{\MsgCompositionGeneral}{%
913   Press C-c ? in the composition-buffer to get this information.
914   {\esamepage
915     \begin{keys}{C-c C-m}
916                                 % sending
917       C-c C-c & Send message and exit. [Prefix: send via foreign server]\\
918       C-c C-s & Send message. [Prefix: send via foreign server]\\
919       C-c C-d & Don't send message (save as \textbf{draft}).\\
920       C-c C-k & \textbf{Kill} message-buffer.\\
921       C-c C-m & {\bf Mail} reply to the address near point.
922       [Prefix: include the original]\\
923                                 % modify headers/body
924       C-c C-t & Paste the recipient's address into \textbf{To:}-field.\\
925       C-c C-n & Insert a \textbf{Newsgroups:}-header.\\
926       C-c C-o & Sort headers.\\
927       C-c C-e & \textbf{Elide} region.\\
928       C-c C-v & Kill everything outside region.\\
929       C-c C-r & Do a \textbf{Rot-13} on the body.\\
930       C-c C-w & Insert signature (from `message-signature-file').\\
931       C-c C-z & Kill everything up to signature.\\
932       C-c C-y & \textbf{Yank} original message.\\
933       C-c C-q & Fill the yanked message.\\
934     \end{keys}
935     }
936   }
937
938 \newcommand{\MsgCompositionMovementArticle}{%
939   The following functions create the header-field if necessary.
940   {\esamepage
941     \begin{keys}{C-c C-f C-u}
942       C-c TAB & Move to \textbf{signature}.\\
943       C-c C-b & Move to \textbf{body}.\\
944       C-c C-f C-t & Move to \textbf{To:}.\\
945       C-c C-f C-c & Move to \textbf{Cc:}.\\
946       C-c C-f C-b & Move to \textbf{Bcc:}.\\
947       C-c C-f C-w & Move to \textbf{Fcc:}.\\
948       C-c C-f C-s & Move to \textbf{Subject:}.\\
949       C-c C-f C-r & Move to \textbf{Reply-To:}.\\
950       C-c C-f C-f & Move to \textbf{Followup-To:}.\\
951       C-c C-f C-n & Move to \textbf{Newsgroups:}.\\
952       C-c C-f C-u & Move to \textbf{Summary:}.\\
953       C-c C-f C-k & Move to \textbf{Keywords:}.\\
954       C-c C-f C-d & Move to \textbf{Distribution:}.\\
955     \end{keys}
956     }
957   }
958
959 \newcommand{\MsgCompositionMML}{%
960   {\esamepage
961     \begin{keys}{C-c C-m P}
962       C-c C-m f   & (C-c C-a) Attach \textbf{file}.\\
963       C-c C-m b   & Attach contents of \textbf{buffer}.\\
964       C-c C-m e   & Attach \textbf{external} file (ftp..).\\
965       C-c C-m P   & Create MIME-\textbf{preview} (new buffer).\\
966       C-c C-m v   & \textbf{Validate} article.\\
967       C-c C-m p   & Insert \textbf{part}.\\
968       C-c C-m m   & Insert \textbf{multi}-part.\\
969       C-c C-m q   & \textbf{Quote} region.\\
970                                 % TODO: narrow headers (M-m n) ?
971     \end{keys}
972     }
973   }
974
975 %% TODO:
976 \newcommand{\ServerMode}{%
977   {\esamepage
978     To enter this mode, press `\^' while in Group mode.\\*
979     \begin{keys}{SPC}
980       SPC     & (RET) Browse this server.\\
981       a       & {\bf Add} a new server.\\
982       c       & {\bf Copy} this server.\\
983       e       & {\bf Edit} a server.\\
984       k       & {\bf Kill} this server. [scope]\\
985       l       & {\bf List} all servers.\\
986       q       & Return to the group buffer ({\bf quit}).\\
987       s       & Request that the server scan its sources for new articles.\\
988       g       & Request that the server regenerate its data.\\
989       y       & {\bf Yank} the previously killed server.\\
990     \end{keys}
991     }
992   }
993
994 \newcommand{\BrowseServer}{%
995   {\esamepage
996     To enter this mode, press `B' while in Group mode.\\*
997     \begin{keys}{RET}
998       RET     & Enter the current group.\\
999       SPC     & Enter the current group and display the first article.\\
1000       ?       & Give a very short help message.\\
1001       n       & Go to the {\bf next} group. [distance]\\
1002       p       & Go to the {\bf previous} group. [distance]\\
1003       q       & (l) {\bf Quit} browse mode.\\
1004       u       & Subscribe to the current group. [scope]\\
1005     \end{keys}
1006     }
1007   }
1008
1009 \newcommand{\GroupUnplugged}{%
1010   {\esamepage
1011     \begin{keys}{J S}
1012       J j & Toggle plugged-state.\\
1013       J s & Fetch articles from current group.\\
1014       J s & Fetch articles from all groups for offline-reading.\\
1015       J S & \textbf{Send} all sendable messages in the drafts group.\\
1016                                 %
1017       J c & Enter \textbf{category} buffer.\\
1018       J a & \textbf{Add} this group to an Agent category [p/p].\\
1019       J r & \textbf{Remove} this group from its Agent category [p/p].\\
1020     \end{keys}
1021     }
1022   }
1023
1024 \newcommand{\SummaryUnplugged}{%
1025   {\esamepage
1026     \begin{keys}{J M-\#}
1027       J \#   & \textbf{Mark} the article for downloading.\\
1028       J M-\# & \textbf{Unmark} the article for downloading.\\
1029       @      & \textbf{Toggle} whether to download the article.\\
1030       J c    & Mark all undownloaded articles as read (\textbf{catch-up}).\\
1031     \end{keys}
1032     }
1033   }
1034
1035 \newcommand{\ServerUnplugged}{%
1036   {\esamepage
1037     \begin{keys}{J a}
1038       J a & \textbf{Add} the current server to the list of servers covered
1039       by the agent.\\
1040       J r & \textbf{Remove} the current server from the list of servers covered
1041       by the agent.\\
1042     \end{keys}
1043     }
1044   }