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