annotate etc/refcards/gnus-refcard.tex @ 99501:e3acb52d33e1

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